SuperKaioken / odbc2kml

Automatically exported from code.google.com/p/odbc2kml
0 stars 0 forks source link

LATFIRST/LONGFIRST not getting input correctly #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select map lat/long
2. Choose a column that has both lat and long inside of it.
3. Choose one with longitude first.
4. Preview KML

What is the expected output? What do you see instead?
Coordinates should be in their proper place; however, they are reversed and
in the wrong place. Likely problem is that the values are not being set in
the current mapping.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Ctan...@gmail.com on 11 Apr 2010 at 8:04

GoogleCodeExporter commented 9 years ago
The problem was that the separate function was flipping the coordinates based on
LATFIRST/LONGFIRST and then KMLGenerator was flipping them back.

Original comment by Ctan...@gmail.com on 11 Apr 2010 at 9:00

GoogleCodeExporter commented 9 years ago
verified as not showing up in Antarctica when it shouldn't

Original comment by sweenr...@gmail.com on 12 Apr 2010 at 5:45