learnoverpass icon indicating copy to clipboard operation
learnoverpass copied to clipboard

Overpass turbo link does not longer work

Open angoca opened this issue 3 years ago • 2 comments

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"

angoca avatar Jan 10 '23 05:01 angoca

I created a pull request that fixes this: https://github.com/osmlab/learnoverpass/pull/54

angoca avatar Jan 10 '23 05:01 angoca

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.

angoca avatar Jan 15 '23 00:01 angoca