[OpenLayers-Users] How can i save features with OSM base layer via WFST
ntfstr
ntfstr at gmail.com
Mon Jul 8 06:53:15 PDT 2013
hello,
i am following geoext tutorials on
http://workshops.opengeo.org/geoext/wfs/wfst.html.
İ use postgis layers on geoserver.
When my application's base layer like this.
var layer2= new OpenLayers.Layer.WMS(
"Global Imagery",
"http://maps.opengeo.org/geowebcache/service/wms",
{layers: "bluemarble"}
);
i can save features over wfst.
but i want to show OSM base layer. But when base layer is OSM no features
save over wfst.
my map description is
var options =
{
controls:
[ new OpenLayers.Control.Navigation(),
new OpenLayers.Control.PanZoomBar(),
new
OpenLayers.Control.LayerSwitcher({'ascending':false}),
new OpenLayers.Control.Permalink(),
new OpenLayers.Control.ScaleLine(),
new OpenLayers.Control.Permalink('permalink'),
new OpenLayers.Control.MousePosition(),
new OpenLayers.Control.KeyboardDefaults()
]
};
map = new OpenLayers.Map( 'map',options
);
how can i achieve save wfst with OSM base layer.
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/openlayers-users/attachments/20130708/53ee90d2/attachment.html>
More information about the Users
mailing list