We are using the openstreetmap.org in our web application. The maps are working fine on the windows computer. We have recently tried to open the app on the microsoft surface pros and the maps are not showing the street details. What I found strange is the maps are working fine in the QA environment on the Surface pro but the streets are missing in the Production. Do we need to add an API key or do we need to change any setting on the surface pro?Any help is appreciated. asked 07 May '21, 14:21 SwathiNimas |
You'll need to provide more information about how you're using the OSM data. Are you rendering a map background? If so, vector or raster? Which software package?
Hi Alester, we are rendering the map in the background of the application. It is a .net application. We are using the vector images.
@SwathiNimas That doesn't really help.
Where do you get these "vector images" from (what exact URL)? What error do you get when you try and retrieve them?
We are getting the maps from the https://www.openstreetmap.org/. The streets are not showing up. I can see the assests(vector images) but not the street names.
Can you give the exact URL of what you are trying to display, and how your are accessing that URL? What error do you get when you try and retrieve them? What is different between where it works and where it does not work?
As an aside, if you are using raster map tiles served by OpenStreetMap then you'll need to follow https://operations.osmfoundation.org/policies/tiles/ . I've no idea if that's relevant though as there's really not enough information to tell yet.