Hi, I am quite new to GeoServer and would like to ask how does geoserver
determine the srsName?
I made the request without specifying the srsName

I have the following mapping 

<AttributeMapping>
        <targetAttribute>sa:samplingLocation</targetAttribute>                  
                <sourceExpression>
                        <OCQL>LongLat</OCQL>
                </sourceExpression>
        <targetAttributeNode>gml:PointPropertyType</targetAttributeNode>
</AttributeMapping>

and this is my result

<gml:Point srsName="urn:x-ogc:def:crs:EPSG:4326">
  <gml:pos>118.685393377 -26.2059254496</gml:pos> 
  </gml:Point>

how does it determine that the srsName is "urn:x-ogc:def:crs:EPSG:4326"? 
is it derived from the database? if so then how does it know to append
urn:x-ogc:def:crs

my featureType.xml (I changed it to 4327 on purpose) holds
  <srs>EPSG:4327</srs>  
    <crs>EPSG:4327</crs>



-- 
View this message in context: 
http://old.nabble.com/srsName-tp28324595p28324595.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to