Addressing @bartvde's review comments

This commit is contained in:
ahocevar
2013-03-20 10:23:00 +01:00
parent bed011514f
commit 6fca6aef60
2 changed files with 13 additions and 7 deletions

View File

@@ -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)
})
});

View File

@@ -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