Addressing @bartvde's review comments
This commit is contained in:
@@ -11,7 +11,7 @@ function init() {
|
||||
}, OpenLayers.Feature.Vector.style['default']),
|
||||
select: OpenLayers.Util.applyDefaults({
|
||||
pointRadius: 16
|
||||
}, OpenLayers.Feature.Vector.style.select),
|
||||
}, OpenLayers.Feature.Vector.style.select)
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
@@ -73,6 +73,12 @@ OpenLayers.Control.ModifyFeature = OpenLayers.Class(OpenLayers.Control, {
|
||||
*/
|
||||
feature: null,
|
||||
|
||||
/**
|
||||
* Property: vertex
|
||||
* {<OpenLayers.Feature.Vector>} Vertex currently being modified.
|
||||
*/
|
||||
vertex: null,
|
||||
|
||||
/**
|
||||
* Property: vertices
|
||||
* {Array(<OpenLayers.Feature.Vector>)} Verticies currently available
|
||||
|
||||
Reference in New Issue
Block a user