id summary reporter owner description type status priority milestone component version severity resolution keywords cc 6852 OGRSpatialReference::importFromXML() doesn't support GML 3.2 SRS definitions bphamhuu warmerdam "I'm using gdal java to build an web application and I need to convert the GML 3.2.1 from opengis.net to wkt or proj4. {{{ my current GDAL version: GDAL 1.11.4, released 2016/01/25 }}} Here is simple Java code which could read the GML (not from opengis.net) {{{ SpatialReference targetSpatialReference = new SpatialReference(); sourceSpatialReference.ImportFromXML(xml); with xml is GML from: http://spatialreference.org/ref/epsg/4326/gml/ }}} Can I ask why gdal could read this GML which is not valid GML 3.2.1 Schema http://schemas.opengis.net/gml/3.2.1/, but not this GML http://www.opengis.net/def/crs/EPSG/0/4326 which is valid ? " enhancement closed normal closed_because_of_github_migration OGR_SRS 1.11.4 normal wontfix GML 3.2.1, GML EPSG, read GML