Quantcast
Channel: Topic Tag: plugin | WordPress.org
Viewing all articles
Browse latest Browse all 26892

say_hello on "display results of a openstreetmap-request in a business-directory"

$
0
0

i am interested in running requests to openstreetmap - api

i want to display the results in a wordpress-plugin - eg connections

the following request will be done - to

a. overpass-api or
b. overpass-turbo.eu

[adiff:"2014-07-01T00:00:00Z"];area[name="Argentina"][boundary=administrative]->.a;(node(area.a)[amenity=school][website];way(area.a)[amenity=school][website];);out center;
<code></code>

the results are the following:

<nd ref="2772889444"/>
<nd ref="2772889464"/>
<nd ref="3080673908"/>
<nd ref="2772889456"/>
<nd ref="2772889454"/>
<nd ref="2772889452"/>
<nd ref="2772889450"/>
<nd ref="2772889446"/>
<nd ref="2772889440"/>
<nd ref="2772889435"/>
<nd ref="2772889433"/>
<nd ref="2772889423"/>
<nd ref="2772889379"/>
<nd ref="2772889431"/>
<tag k="amenity" v="school"/>
<tag k="barrier" v="fence"/>
<tag k="name" v="Colegio San Esteban"/>
<tag k="website" v="http://www.colegiosanesteban.com.ar/"/>
</way>
</new>
</action>
<action type="create">
<way id="293330206">
<center lat="-32.8954211" lon="-68.8528873"/>
<nd ref="2969205906"/>
<nd ref="2969205925"/>
<nd ref="2969205922"/>
<nd ref="2969205917"/>
<nd ref="2969205912"/>
<nd ref="2969205908"/>
<nd ref="2969205901"/>
<nd ref="2969205906"/>
<tag k="addr:city" v="Mendoza"/>
<tag k="addr:housenumber" v="499"/>
<tag k="addr:street" v="Coronel Rodriguez"/>
<tag k="amenity" v="school"/>
<tag k="contact:phone" v="54 0261 4296727"/>
<tag k="email" v="info@isteec.edu.ar"/>
<tag k="is_in:country" v="Argentina"/>
<tag k="is_in:state" v="Mendoza"/>
<tag k="name" v="Escuela Nº 4-001 José Vicente Zapata"/>
<tag k="phone" v="54 0261 4232318"/>
<tag k="website" v="info@isteec.edu.ar"/>
</way>
</action>
<action type="create">
<way id="294347895">
<center lat="-31.4105892" lon="-64.1691357"/>
<nd ref="2979369561"/>
<nd ref="2979369615"/>
<nd ref="2979369607"/>
<nd ref="2979369554"/>
<nd ref="2979369561"/>
<tag k="addr:housenumber" v="560"/>
<tag k="addr:street" v="David Luque"/>
<tag k="alt_name" v="Colegio de María"/>
<tag k="amenity" v="school"/>
<tag k="name" v="Instituto de las Hermanas Esclavas del Corazón de Jesús"/>
<tag k="website" v="http://colegiodemaria.com.ar/"/>
</way>
</action>

</osm>


Viewing all articles
Browse latest Browse all 26892

Trending Articles