Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
project:mapy [2017/10/04 03:08]
over23
project:mapy [2017/10/04 03:10]
over23
Line 10: Line 10:
   * https://​wiki.openstreetmap.org/​wiki/​Overpass_API   * https://​wiki.openstreetmap.org/​wiki/​Overpass_API
   * https://​overpass-turbo.eu/​   * https://​overpass-turbo.eu/​
 +
 +
 +<​file>​
 +/*
 +This query looks for nodes, ways and relations ​
 +with the given key.
 +Choose your region and hit the Run button above!
 +*/
 +[out:​json][timeout:​25];​
 +// gather results
 +(
 +  // query part for: “"​abandoned:"​=*”
 +  node["​abandoned:"​]({{bbox}});​
 +  way["​abandoned:"​]({{bbox}});​
 +  relation["​abandoned:"​]({{bbox}});​
 +);
 +// print results
 +out body;
 +>;
 +out skel qt;
 +</​file>​
 +
  
  
  • project/mapy.txt
  • Last modified: 2017/10/13 11:18
  • by over23