Jump to content

how to port over open streetmap data - ino php


Maze

Recommended Posts

hello and good day dear joomla-experts


well i want to add a business-directory to joomla and
want to run this below mentioned code on overpass-turbo.eu

see this http://overpass-turbo.eu/s/5pv

and include the results into businessdirectory

see the option for the code http://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 meta geom;


and then see the results

<?xml version="1.0" encoding="UTF-8"?>
<osm version="0.6" generator="Overpass API">
<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>
<meta osm_base="2014-10-12T14:10:02Z" areas="2014-10-12T03:37:02Z"/>

<action type="modify">
<old>
  <node id="961544799" lat="-34.6064077" lon="-58.3749056" version="4" timestamp="2013-10-04T06:43:38Z" changeset="18172855" uid="79602" user="Zalitoar">
    <tag k="addr:housenumber" v="165"/>
    <tag k="addr:street" v="Florida"/>
    <tag k="amenity" v="school"/>
    <tag k="name" v="IBL - International Bureau of Language"/>
    <tag k="website" v="http://www.ibl.com.ar"/>
  </node>
</old>
<new>
  <node id="961544799" lat="-34.6065440" lon="-58.3750010" version="5" timestamp="2014-07-11T17:43:16Z" changeset="24086663" uid="79602" user="Zalitoar">
    <tag k="addr:housenumber" v="165"/>
    <tag k="addr:street" v="Florida"/>
    <tag k="amenity" v="school"/>
    <tag k="name" v="IBL - International Bureau of Language"/>
    <tag k="website" v="http://www.ibl.com.ar"/>
  </node>
</new>
</action>
<action type="modify">
<old>
  <node id="2512237096" lat="-34.5636728" lon="-58.4422897" version="2" timestamp="2014-01-30T22:19:42Z" changeset="20291654" uid="255141" user="Souchong">
    <tag k="addr:housenumber" v="1395"/>
    <tag k="addr:street" v="Avenida Luis María Campos"/>
    <tag k="amenity" v="school"/>
    <tag k="name" v="Método DeRose Belgrano"/>
    <tag k="phone" v="+54 11 47854882"/>
    <tag k="website" v="http://derosebelgrano.com.ar/"/>
  </node>
</old>
<new>
  <node id="2512237096" lat="-34.5636835" lon="-58.4423120" version="3" timestamp="2014-08-23T04:01:26Z" changeset="24947372" uid="331218" user="AgusQui">
    <tag k="addr:housenumber" v="1395"/>
    <tag k="addr:street" v="Avenida Luis María Campos"/>
    <tag k="amenity" v="school"/>
    <tag k="name" v="Método DeRose Belgrano"/>
    <tag k="phone" v="+54 11 47854882"/>
    <tag k="website" v="http://derosebelgrano.com.ar/"/>
  </node>
</new>
</action>
<action type="create">
  <node id="2934940034" lat="-34.6181407" lon="-58.5235741" version="2" timestamp="2014-08-06T03:29:38Z" changeset="24567582" uid="648570" user="Abejo">
    <tag k="addr:housenumber" v="5490"/>
    <tag k="addr:street" v="Simbrón"/>
    <tag k="amenity" v="school"/>
    <tag k="name" v="I.M.E.P."/>
    <tag k="phone" v="+54 011 45676610"/>
    <tag k="website" v="http://formarfuturo.org.ar"/>
  </node>
</action>
<action ty

i love to do this  - many many thanks for all help
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.