Advanced search
Solved some problems while parsing SRS tag for GML files on Android
I've found some problems at org.gvsig.gpe.prov.gml while trying to parse SRS on Android. At GeomtryBinding class, this line: Object objSrs = attributes.get(GmlTags.GML_SRS_NAME); always returns null, so I've added a condition that works on Android. I've also added a couple more of conditions at…
DISCUSSIONCreated: 09/11/2011GPEDefaultKmlParser does not instantiate a layer when the KML starts with Document or Folder tags
The GPEDefaultKmlParser when a new Document or Folder tags starts, parses it but does not assign the result of the parse to the layer object of the GPEDefaultKmlParser, so the parser always return a null layer. I've attached a patch that solves it. HardwareNoneProductNoneOperating…
DISCUSSIONCreated: 01/11/2011