OpenCOP / geoserver

Custom GeoServer Extensions
5 stars 0 forks source link

wfshtml: CRS/SRS/EPSG other than 4326 #6

Closed ghost closed 12 years ago

ghost commented 12 years ago

WFS supports requests that specify a CRS. Right now the map just assumes everything is EPSG:4326. I imagine that the geometries won't load up correctly if the feature collection comes back in something other than 4326.

ghost commented 12 years ago

Looks like we might need to pull in Proj4js to get this to work.