METHODS

Helpers

$obj->GPtoGML( $object, %options )
Option Default

srs

<from OBJECT>

srs => SRS-name
Overrule the projection name as found in the Geo::Point object, which is just a simple label. Be sure that your $object is in the correct projection, for instance via
   $gml->GPtoGML($gp->in('wgs84'), srs => 'EPGS:4326');