Hello,

I am trying to create a WFS layer that is defined with EPSG:2163
coordinates.

However, the other layers and base layer are defined with lat/lon. Below is
the code to create my wfs layer. What would be the proper step to get this
layer to appear properly on the map? Do I need to convert the coordinates? I
tried working with projection options and had no luck. Any help would be
greatly appreciated

                var layerToAdd = new OpenLayers.Layer.WFS(name, layerServer,
                        {
                                TYPENAME: layerName,
                                TYPE: 'gml'
                        },options
                );
                map.addLayer(layerToAdd);


--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/EPSG-Layer-Creation-tp6656910p6656910.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to