KML Multiple Points
-------------------
Key: GEOS-1080
URL: http://jira.codehaus.org/browse/GEOS-1080
Project: GeoServer
Issue Type: Bug
Components: Google Earth KML Output
Affects Versions: 1.5.0
Environment: Debian Linux
Reporter: Michael Frumin
Assignee: Andrea Aime
Priority: Minor
Attachments: kml-bug.png
bug report for KML generation:
- make a layer that is a bunch of PointSymbolizers
- export it as a KML file.look, for each Document, to see that there are 2 <Point>'s, eg:
<MultiGeometry>
<Point><coordinates>-73.9063115654528,40.6521443024159,NaN</coordinates></Point>
<Point xmlns:gml="http://www.opengis.net/gml"><coordinates
xmlns:gml="http://www.opengis.net/gml" decimal="." cs="," ts="
">-73.90631157,40.6521443</coordinates></Point>
</MultiGeometry>(nominal whitespace formatting is mine, would it kill ya to put some
newlines in there?)having 2 <Point> elements right on top of each other results in, using
GEarth 4.x, 2 copies of the labl and having to disambiguate between 2
markers regardless of how zoomed in you are, eg:
http://www.nabble.com/file/8262/kml-bug.png
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira