google-code-export / geoxml

Automatically exported from code.google.com/p/geoxml
1 stars 1 forks source link

Center-Oriented Placemarkers Not Positioning Correctly #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load KML with Placemarkers using a style with a center-based 
placemarker, such as 
http://maps.google.com/mapfiles/kml/shapes/placemark_circle.png.
2. Place marker on a coast line with water to the north.
3. Zoom out far enough, and the place marker will appear to be in the 
water.

What is the expected output? What do you see instead?
I expect the placemarker to be centered on the Lat/Long, but all 
placemarkers appear above their locations.  I assume this has to do with 
the placemarker image's "hot spot" (see 
http://code.google.com/apis/kml/documentation/kmlreference.html#iconstyle 
for description)

What version of the product are you using? On what operating system?
I think it was around the first week of April (8th?), 2009 version of 
geoxmlfull.js

Please provide any additional information below.

Original issue reported on code.google.com by travis.c...@lmco.com on 29 Apr 2009 at 4:47

GoogleCodeExporter commented 9 years ago
Right, there is no current support for the hotspot tag.

Original comment by lanceala...@gmail.com on 3 May 2009 at 2:11