osmlab / learnoverpass

LearnOverpass is the definitive, one stop learning resource for the Overpass API.
https://osmlab.github.io/learnoverpass/en/
71 stars 23 forks source link

Overpass turbo link does not longer work #53

Open angoca opened 1 year ago

angoca commented 1 year ago

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:

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 commented 1 year ago

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

angoca commented 1 year ago

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.