edei

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: MapPress Pro API? #13923
    edei
    Participant

    Hi Chris,

    many thanx, works like a charme…:)

    Greetz from Austria

    in reply to: MapPress Pro API? #13915
    edei
    Participant

    Hi,

    ok, maybe I didn’t make it clear enough what I need:

    In my custom XML Feed I need to insert the adress, the lat and the long for each POI of the map of the post.

    The feed should look like that:

    <poi>
                <id>xxx</id>
                <title>xxx</title>
                <updated>xxx</updated>
                <coordinate>
                    <latitude>xxx</latitude>
                    <longitude>xxx</longitude>
                </coordinate>
                <seaLevel>xxx</seaLevel>
                <address>
                    <street>xxx</street>
                    <zipCode>xxx</zipCode>
                    <city>xxx</city>
                </address>
                <region>xxx</region>
                <province>xxx</province>
    </poi>

    And the ‘xxx’ has to be filled up with the datas from the map.

    So, how can I do this? I have really no clue! I’m currently running 2.40.7 pro

    Thank you in advance for your help!

Viewing 2 posts - 1 through 2 (of 2 total)