9,384 questions
Tooling
0 votes
3 replies
89 views
What is the difference between these mapping libraries
I want to transition from Google Maps to OpenStreetMap and overwhelmed by the number of library options out there. What is the difference between leafletjs, MapLibre, MapBox, OpenFreeMap, OpenTiler, ...
4 votes
1 answer
160 views
Add map borders and coordinate labels with ggplot
I'm trying to create a pacific-centric Robinson projection with ggplot. When I add the layer for the border to the map, the lines didn't show at the edges but instead appeared in the middle. I think ...
-1 votes
1 answer
75 views
Conditionally merge a map of objects in Terraform
I have a map of objects, and I want to filter the objects into a new map based on another variable. I think this should be fairly simple, but I get an error when using merge (which I assumed would be ...
Advice
0 votes
5 replies
96 views
Converting latitude and longitude from degrees to meters
As the title says, how can i convert a value that i have from a longitude or latitude from degrees to meters ? The task is basically to calculate MAE errors for x,y,z of trajectory prediction, MAE Z ...
2 votes
2 answers
144 views
Script returns different Google Maps on different computers with same screen resolution
I hosted my DisplayMap.php script on a WEB site to display a Google Map with a specific latitude / longitude / zoom, supplied as parameters: <!DOCTYPE html> <head> <meta http-equiv=&...
1 vote
1 answer
99 views
ggplot2 plot of rotated CMIP6 data shows a blank line at 0° [closed]
When I use ggplot to plot CMIP6 data, I need to convert the longitude from 0-360 to -180-180, but a blank line appears at the 0°. How can I fix this? library(ggplot2) library(raster) library(...
0 votes
0 answers
37 views
OSMDroid 6.1.20 support 2:1 ratio database for EPSG:4326
I am trying to use OSMDroid v6.1.20 to display maps from a SQLite database using the EPSG:4326 tile system. I know OSMDroid supports EPSG:3857 out of the box, but you can subclass the TileSYstem ...
Tooling
1 vote
2 replies
83 views
Which Maps API (Ideally JS) offers the best street detail (Like Apple Maps mobile)
Apple maps on mobile has amazing street detail right down to bus stops and road lines, plus accurate street and pavement widths: Interestingly though when using the Web API for Apple Maps I can't see ...
7 votes
2 answers
169 views
Removing outside border line in R map
I am working on highlighting groups of counties within Ohio and while I am happy with where I have ended up overall, I have one aesthetic issue I cannot seem to solve. Goal: Map of Ohio with grouped ...
0 votes
0 answers
93 views
How to add labels to Power BI "Filled map"?
I have a requirement where I need to add labels to the "Filled map" in power BI. I have found various ways to add labels to "Bubble map" but, I want to add labels to the "...
0 votes
1 answer
233 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
77 views
Problem using "dynamic" maps with nftables
I want to create an nftables filter rule that drops traffic where the source and destination address are equal. Nftables only allows to compare addresses against constants or sets/maps. So I tried to ...
1 vote
0 answers
230 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 ...
0 votes
2 answers
115 views
How to show app selection (Google Maps, Uber, Ola, Apple Maps) when opening navigation from Flutter?
I have a Flutter app where I want to let the user choose which installed app (Google Maps, Uber, Ola, Apple Maps, etc.) should open for navigation. Currently, my code directly opens Apple Maps on iOS ...
1 vote
1 answer
80 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....