Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /*
  2. This is an example Overpass query.
  3. Try it out by pressing the Run button above!
  4. You can find more examples with the Load tool.
  5. */
  6. [out:csv(::id,::type,"name","addr:postcode","addr:city","addr:street","brand","capacity","car","network","note","opening_hours","operator","voltage",::lat,::lon,::timestamp;
  7. true; "|")][timeout:50];
  8. area["ISO3166-1"="DE"]->.a;
  9. ( nwr(area.a)["amenity"="charging_station"][landuse];);
  10. out meta;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement