SuperKaioken / odbc2kml

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

add icon doesn't insert initial "/" in file location #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new mysql connection
2. Set lat/long mapping to separate: msustudentdatalocks "LATITUDE", 
"LONGITUDE"
3. Add the airplane icon with condition: msustudentdatalocks LONGITUDE < 
1000
4. Save the connection
5. Back out to Main.aspx.
6. Generate KML file, open w/ google earth

What is the expected output? What do you see instead?
The images are X's instead of airplanes. Upon inspection of the image's 
properties, the location is set to "localhost:49418icons/airports.png" 
rather than "localhost:49418/icons/airports.png"

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mbbowser@gmail.com on 6 Apr 2010 at 8:30

GoogleCodeExporter commented 9 years ago
it does now

Original comment by kduvi1...@gmail.com on 6 Apr 2010 at 8:50

GoogleCodeExporter commented 9 years ago
icon upload verified working now

Original comment by sweenr...@gmail.com on 8 Apr 2010 at 6:42