9,398 questions
-5
votes
0
answers
24
views
Finding location for device after mock map was sat
Looking to find out where the ip registered location was at when mock map was sat. I've put into cloud Dropbox and takeout and its all delete..? I've can't find anywhere online showing me the right ...
0
votes
1
answer
80
views
OSRM Indian map extraction fails on 32GB RAM system, partitioned zones still can’t create cross-zone routes
I’m trying to set up OSRM with the latest India map (india-latest.osm.pbf). My system specs are:
RAM: 32 GB
CPU: Intel i7 11th Gen (8 cores / 16 threads)
When I try to extract the map (osrm-extract), ...
1
vote
0
answers
216
views
Google Navigation SDK Android (7.0.0) — guidance arrow freezes on North after 5-15 minutes in navigati
Problem:
I’m integrating the Google Navigation SDK for Android into a Flutter app using Kotlin module. Navigation starts fine, but after 5-15 minutes in navigation, the blue arrow stops rotating with ...
1
vote
1
answer
59
views
How to Render Webmaps using Zarr Format for Flood Data?
I have very large Geotiff Files (.tiff) for Flood Data -
$ gdalinfo flood_probability_2023-09-25_88.19823706960149_24.314907220056885.tif
Driver: GTiff/GeoTIFF
Files: flood_probability_2023-09-25_88....
-4
votes
1
answer
121
views
I have a very long list of cities across many countries. How can I add geographical information such as municipality, state, region, etc.? [closed]
I have a column that contains the place of residence of participants. Some reported as "city/village, country", "postcode city, country", "region, country", etc. There ...
0
votes
0
answers
43
views
Jvectormaps - Combining Javascript SVG maps
I'm using a Jquery library JSVectorMap (https://jvm-docs.vercel.app/docs/available-maps) to generate interactive SVG-based maps and add markers to them based on coordinates. This works great and I ...
0
votes
1
answer
161
views
.Net MAUI Launch Google Maps With Address
I am working an app to dispatch technicians to the field and give them directions on how to get to the address. As version one of this feature I though we could open google maps (or default maps ...
0
votes
1
answer
147
views
Why do I keep getting errors when attempting to get current position in JavaScript?
I have an html, css, js project with a map using leaflet. Sometimes location works but most of the time I get errors. Here is my JS code:
onst map = L.map('map').setView([30, 0], 3);
L.tileLayer('...
0
votes
1
answer
86
views
Google Maps API MarkerClusterer is not defined
I have a working map with AdvancedMarkerElements, but it's completely killing the browser as soon as there are a few hundred markers. So I'm trying to add MarkerClusterer, but I just won't get it to ...
1
vote
1
answer
61
views
A random line over Greenland when reprojecting to lon=30
I'm making a map on Pyhton and someone recommended that I reporject it to lon=30 for better visuals. But when I do that a random line over Greenland appears. I can't seem to get rid of it.
import ...
0
votes
0
answers
43
views
How to set the outside area color of a Circle or Polygon in react-native-maps?
I'm using the react-native-maps package.
When I use the fillColor property on a Circle or Polygon, it fills the inside of the shape — which works as expected.
However, I want to achieve something ...
1
vote
0
answers
55
views
Removing small boxes from legend in ggplot2 and ggOceanMaps
I would like to remove the black boxes present in the legend visible in that graph :
The expected result should look like that :
Here is the example of the data used for the plot :
df_map <- ...
0
votes
0
answers
224
views
Flutter MapLibre (Mapbox-GL fork): Slow performance with many symbols
So I am building an App with Flutter (Android, iOS and Web) with maplibre_gl, which is a fork of mapbox_gl. The reason I decided to use this package is because I need to display many symbols and ...
0
votes
0
answers
30
views
Integrate HERE MAPS in powerBi as a custom visuals
I want to integrate HERE MAPS inside the Microsoft Fabric PowerBI as custom visuals so that I can pass lat and lng stored in the dataframe
0
votes
1
answer
70
views
Disappearing gridlines with ggplot2::coord_map
i am trying to plot maps with ggplot2 and have the issue of disappearing grid lines when zooming in.
I want to use orthographic projection, looking down at the North Pole but not show the full upper ...
0
votes
1
answer
52
views
Draw Path on Google Map Based on Give Instruction
I want to draw a path as i give instruction to google map as below :
Start at the Iowa border on US-61 Northbound at milepost (MP) Grant 0.00.
Continue north for 16.3 miles to WI-133 (Grant County).
...
1
vote
0
answers
286
views
Importing native-only module codegenNativeCommands on web
I am getting an error from react native maps when I try to build my app apk version on the eas server. this is the complete log
Exporting server
λ Bundling failed 8070ms node_modules/expo-router/build/...
0
votes
0
answers
53
views
Why does adding altitude to points in Kepler.gl result in rendering issues?
I'm using Kepler.gl in Python to visualize trajectories on a map. Each trajectory is represented by a separate layer, where the data consists of latitude, longitude, and altitude values. Even though I ...
0
votes
0
answers
134
views
Places API(NEW) not working, getting error This API project is not authorized to use this API. Places API error: ApiNotActivatedMapError
i created a new project added biilong account and assigned this project, i have enabled places api, maps javascript api, geocoding, route api. and created api key. when i call the place api i am ...
1
vote
1
answer
121
views
How to limit google maps auto complete to only one country?
I have tried everything so my search input only gives autocomplete options from the Dominican Republic but I have not been able to achieve it, does anyone here know how to do this?
<input
type=...
3
votes
1
answer
145
views
Error Fetching Boundaries Using rgeoboundaries
I'm using the rgeoboundaries package in R to fetch administrative boundaries for Mali and Senegal. Although the package is no longer available on CRAN, I installed it successfully from GitHub using ...
0
votes
0
answers
23
views
Whirly Globe Maply remove vectors from MaplyBaseViewController
I'm using whirly globe framework to show a map with different vector outlines on a globe.
I could add those vectors easily with following code (from their tutorial)
...code to fill the wgVecObj
// ...
0
votes
0
answers
16
views
Google Maps API. Console showing a lot canceled GET request
Is this a problem? The map works but I don't know if the canceled requests are a problem I should address.
The console is showing the following when I open a map with a single line on it.Console log
...
0
votes
1
answer
42
views
Legitimate TomTom Maven Repo
Can anyone advise what the legitimate URL is for the TomTom Maven artifact repo?
Looking for:
sdk-search
sdk-routing
sdk-location
for latest legitimate working version.
in settings.gradle of a Flutter ...
1
vote
1
answer
209
views
Google Maps API - Marker not working with a styled map
I'm trying to create a map with styles and markers.
The styled map works fine--but the marker is not showing.
What am I doing wrong?
I tried many solutions that are submitted here and reddit but none ...