add modify feature control to mobile drawing example
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11833 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -20,6 +20,10 @@ function init() {
|
||||
new OpenLayers.Control({
|
||||
displayClass: 'olControlNavigation'
|
||||
}),
|
||||
new OpenLayers.Control.ModifyFeature(vector, {
|
||||
vertexRenderIntent: 'temporary',
|
||||
displayClass: 'olControlModifyFeature'
|
||||
}),
|
||||
new OpenLayers.Control.DrawFeature(vector, OpenLayers.Handler.Point, {
|
||||
displayClass: 'olControlDrawFeaturePoint'
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user