learnoverpass
learnoverpass copied to clipboard
Overpass turbo link does not longer work
When running the page, the lower part does not show the map. It seems the URL does not longer work: https://overpass-turbo.eu/master/map.html?silent
I modified the files:
- themes/src/layouts/exercise/single.html
- themes/src/layouts/shortcodes/docs_repl.html
To point to the new URL: https://overpass-turbo.eu/map.html?silent
Also, in order to run with newer Node versions, it is necessary to do the following in the package.json:
},
"overrides": {
"graceful-fs": "^4.2.10"
I created a pull request that fixes this: https://github.com/osmlab/learnoverpass/pull/54
I published my own fork on: https://maptimebogota.github.io/learnoverpass/
I corrected this issue, as well as I translated to Spanish, and some data (the restaurant) is no longer correct.