Hello everyone,
I’m new here and just wanted to introduce myself.
I’m interested in tech, software tools, and how people solve real-world problems in different ways. I like exploring forums, learning from discussions, and improving my understanding of digital workflows.
Looking forward to reading posts here and gradually contributing to discussions when I can add value.
Nice to meet you all.
Question
tarifa
for a little (!) project i need to have the data (in DB ) and the maps-
this request delivers the Map
[timeout:600]; area["ISO3166-1"="BR"]->.brazil; area["ISO3166-1"="AR"]->.argentina; area["ISO3166-1"="VE"]->.venezuela; area["ISO3166-1"="PE"]->.peru; area["ISO3166-1"="CL"]->.chile; /* more areas..*/ ( nwr[amenity=hospital](area.brazil); nwr[amenity=hospital](area.argentina); nwr[amenity=hospital](area.venezuela); nwr[amenity=hospital](area.peru); nwr[amenity=hospital](area.chile); /* other queries... */ ); out center;this request delivers the data;
[out:csv(::id,::type,::lon, ::lat, "name","addr:postcode","addr:city","addr:street","addr:housenumber","contact:website"," contact:email=*")][timeout:600]; area["ISO3166-1"="BR"]->.brazil; area["ISO3166-1"="AR"]->.argentina; area["ISO3166-1"="VE"]->.venezuela; area["ISO3166-1"="PE"]->.peru; area["ISO3166-1"="CL"]->.chile; /* more areas..*/ ( nwr[amenity=hospital](area.brazil); nwr[amenity=hospital](area.argentina); nwr[amenity=hospital](area.venezuela); nwr[amenity=hospital](area.peru); nwr[amenity=hospital](area.chile); /* other queries... */ ); out center;question
how to achive that i get back both data -set with the request via overpass-turbo.eu
Link to comment
https://www.neowin.net/forum/topic/1400561-getting-back-both-the-map-and-the-data-from-a-request-via-overpass-turboeu/Share on other sites
13 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now