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 GmlProjectionFactory.fromGMLtoGPE to get that method also work on Android.
Component | None |
Version | v1.0 |
Resolution | Accepted |
Comments
Fixed. I've created a method that uses the code of your patch. [gvsig-gpe 266]