olwidget icon indicating copy to clipboard operation
olwidget copied to clipboard

geometry: "polygon" does not work with new openlayers api

Open hisie opened this issue 11 years ago • 0 comments

var map = new olwidget.EditableMap("id_polygon", {"name":"mipoligono", "geometry": "polygon", "layers": [], "mapDivStyle":{"width": "700px", "height": "700px"}});

raises an exception on: Uncaught TypeError: Cannot set property 'onUnselect' of undefined olwidget.js:1527

hisie avatar Aug 28 '13 10:08 hisie