All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.modifyFeature.js Maven / Gradle / Ivy

The newest version!
define([ 'ol2/controlRegistry', 'ol2/map' ], function(controlRegistry, map) {
	controlRegistry.registerControl('modifyFeature', function(message) {
		var layer = map.getMap().getLayer(message.editingLayerId);
		var modifyControl = new OpenLayers.Control.ModifyFeature(layer);
		return modifyControl;
	});
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy