I'm trying to figure out what I'm doing wrong.
Here is a very simple version of my KML:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<name>SUNSHINE CHEVRON</name>
<description>HIALEAH</description>
<Point>
<coordinates>25.872066,-80.282852,0</coordinates>
</Point>
</Placemark>
</kml>
When I try to create a map and import this point, it shows up in Antartica.
Any thoughts? I validated the file using http://kmlvalidator.com/, and it returns with no errors.
Can you tell me what I'm doing wrong?
See Question&Answers more detail:os