9,374 questions
-4
votes
0
answers
109
views
How do I fix geolocation permission error "Tracker:178 [Violation] Permissions policy violation: Geolocation access has been blocked " [closed]
I have an issue with a site I'm building. My site uses IIS and my domain is through GoDaddy. My site features geolocation and Azure Maps to track the vehicle's positions, as well as asset location ...
Tooling
2
votes
4
replies
639
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
189
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
100
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
132
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
158
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
107
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
40
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
103
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
179
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
127
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
271
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
106
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
238
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
153
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 ...