<p><font size=2 face="sans-serif">Hi,</font>
<p><font size=2 face="sans-serif">Sometimes I receive geojson from a wps
service in different projection than 4326. I manage it like this for example</font>
<br><font size=2 face="sans-serif">geojson_format = new OpenLayers.Format.GeoJSON({'internalProjection':
map.getProjectionObject(),'externalProjection': new OpenLayers.Projection("EPSG:32198")});</font>
<br>
<br><font size=2 face="sans-serif">It works but 32198 is hardcoded, and
I don't know when the epsg will be different. </font>
<br>
<br><font size=2 face="sans-serif">I read that if different than 4326,
the geojson should have a crs tag as defined here</font>
<br><font size=2 face="sans-serif">http://geojson.org/geojson-spec.html#named-crs</font>
<br>
<br><font size=2 face="sans-serif">Someone has defined a new OpenLayers.Format.GeoJSON
that can read this tag and set the externalProjection code?</font>
<br>
<br><font size=2 face="sans-serif">thanks</font>
<br><font size=2 face="sans-serif">steve</font>