-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maps are not rendered: openstreetmap net::ERR_NAME_NOT_RESOLVED #18
Comments
Browsing through different openstreetmap resources I found that they work from TorBrowser but do not work in Google Chrome, e.g. for me https://b.tile.openstreetmap.org/11/1080/634.png works ok in Tor, but returns Another example the openstreetmap dns site (found in this repo - https://github.com/openstreetmap/dns): https://dns.openstreetmap.org/tile.openstreetmap.org.html Here how it looks like in Chrome: And here how it looks like in Tor: I have 3 hypotheses:
|
The resource is not officially blocked in Russia: https://eais.rkn.gov.ru/ did not find anything on |
Tried to load the https://dns.openstreetmap.org/tile.openstreetmap.org.html from phone (not WIFI but cellular network - another Internet Provider) - same thing, not working: |
openstreetmap servers are not always up: https://uptime.openstreetmap.org/ |
Interestingly if to use an iframe which uses ckan's view extention, the openstreetmap works: <iframe width="700" height="400" src="https://admin.opendata.dk/dataset/bymiljo-aarhus-cityprobe/resource/2b503ea0-caec-4966-a293-7c2a56e6f5ce/view/42dec9c5-2b34-46ce-af1d-effd287cbc90" frameBorder="0"></iframe> iframe on top, data explorer below: The classic ckan approach also uses opensteetmaps.org with Leaflet but the difference is it's deployed in another country that has the access currently => If we are moving from the server (ckan classic approach) to the browser (which Data Explorer (or datapackage-views-js to be precise) does) some clients might not see the maps (currently it's happening in Russia and Georgia). Although ckan uses a slightly different map tiles URL settings:
which works for me too, e.g. this link https://stamen-tiles-b.a.ssl.fastly.net/terrain/11/1080/634.png shows the map: Although the |
Possible solutions
@zelima what do you think? do we have the capacity to serve our own Open Street Maps server? |
Steps to reproduce
(Just started to use data-explorer instead of datapackage-views-js, styles not configured yet)
The page loads the maps and the dots are there on the map, but the map itself is not there:
And there is an exception in the browser logs:
The text was updated successfully, but these errors were encountered: