• Resolved theophilix

    (@theophilix)


    Hello,

    in my xml file I have those placemark infos:

    <Placemark>
        <name>Boeblingen</name>
        <description>Boeblingen</description>
        <styleUrl>#black_pin</styleUrl>
        <Point><coordinates>48.680666,9.006759,0</coordinates></Point>
      </Placemark>    
    
    

    But in the map the adress for 9.006759, 48.680666 is shown, which is somewhere in Somalia. But it has to be “Boeblingen” in Germany.

    If I change the order of lat+lon in my XML file, nothing changes. How can I fix this?

    Also: If I set the value zoom=”autozoom”, the zoom factor starts with “50mm”.

    • This topic was modified 3 years, 3 months ago by theophilix.
    • This topic was modified 3 years, 3 months ago by theophilix.
    • This topic was modified 3 years, 3 months ago by theophilix.
Viewing 1 replies (of 1 total)
  • Thread Starter theophilix

    (@theophilix)

    I solved the issue: Seems like the underscores in my xml filename were causing the problem.
    I changed my_new_markers.xml to my-new-markers.xml and this solved it.

Viewing 1 replies (of 1 total)
  • The topic ‘Marker in wrong place: lat+ lon reversed’ is closed to new replies.