kml vector transformer relies on consistent fids
------------------------------------------------

                 Key: GEOS-2447
                 URL: http://jira.codehaus.org/browse/GEOS-2447
             Project: GeoServer
          Issue Type: Bug
            Reporter: Justin Deoliveira
            Assignee: David Winslow
             Fix For: 1.7.1
         Attachments: KMLVectorTransformer.java.patch

in order to produce valid kml the kml vector transformer does two passes over 
every feature in the dataset. On the first pass it creates a map of fid to 
boolean to figure out if the feature is included. This relies on consistent 
fids which generally is not an assumption that can be made. Take a table with 
no primary key on it for instance. 

I have attached a patch for this but it would again produce invalid KML. 
GEOS-2255 should probably be reopened as well, and possibly marked as won't 
fix... b/c i don;t think there are really any benefits to valid kml since 
Google Earth pretty much renders anything this is more an issue with the .xsd 
for KML.

-- 
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

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to