Jimmy Aumard wrote: > Hello, thanks for answers, > > My problème is I use markers and I put/update attributes on each in my > database. I don't know how put or update attributes with vector layer > (if you have an example I take it :D).
You need a server that supports transactions : - GeoServer - TinyOWS see the example : http://openlayers.org/dev/examples/wfs-protocol-transactions.html - FeatureServer (uses MapFish protocol) see a demo : http://dev4.mapgears.com/bdga-fs/ The FS demo also shows a way to edit feature's attributes. > I use vector layer for polygon with DragFeature. I know this solution > but points representation is a point an I use icon, It's possible to > put an icon to a point with a vector layer? Yes. Look at the following example and search the source for the externalGraphic property. http://openlayers.org/dev/examples/styles-unique.html Regards, Alexandre > > Sorry for my english :s > > Cheers > > Jim > > > 2009/8/24 Eric Lemoine <[email protected] > <mailto:[email protected]>> > > On Friday, August 21, 2009, Alexandre Dube <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > > > One way to accomplish this is to use a Vector layer instead of a > > Marker layer and use a ModifyFeature control do move your points > > (markers) around. > > The DragFeature control may be of interest as well. > > > > > -- > Eric Lemoine > > Camptocamp France SAS > Savoie Technolac, BP 352 > 73377 Le Bourget du Lac, Cedex > > Tel : 00 33 4 79 44 44 96 > Mail : [email protected] > <mailto:[email protected]> > http://www.camptocamp.com > > -- Alexandre Dubé Mapgears www.mapgears.com _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
