[Geoserver-users] [App-schema mapping] Old Srs notation

Hi,

I use the app-schema mapping plugin.
When I map a geometry column from database to GML element, the following Srs notation is used :
[http://www.opengis.net/gml/srs/epsg.xml#xxxx](http://www.opengis.net/gml/srs/epsg.xml#xxxx) (longitude/latitude)

Example:
<gml:Point srsDimension="2" srsName="[http://www.opengis.net/gml/srs/epsg.xml#4326](http://www.opengis.net/gml/srs/epsg.xml#4326)">
<gml:pos>0.0019444444444 43.0769444444444</gml:pos>
</gml:Point>

However, currently, Geoserver (without app-schema plugin) uses the new Srs notation :
urn:x-ogc:def:crs:EPSG:xxxx - latitude/longitude

So, how to use the new Srs notation when I use the “app-schema” plugin to map geometry column ?

Best regards,

RudyWI