I target the ID of a field in the configuration page of draw feature behavior, but when i had a point on the map, the field didn't get the geometry collection point.
To make it work as expected i hard coded the ID of the field directly in 'includes/behaviors/js/openlayers_behavior_drawfeatures.js' line 41 :

this.element = $("#edit-openlayers-wkt");
    //original code -> $("#" + data.map.behaviors['openlayers_behavior_drawfeatures'].element_id);

Comments

LaFabrik’s picture

It seems that the limit parameter is suffering of the same syndrom on line 44, the value is not set correctly and by default it's set to 1.

this.feature_limit = 10;
      //originla code -> data.map.behaviors['openlayers_behavior_drawfeatures'].feature_limit;
LaFabrik’s picture

ken-g’s picture

Issue summary: View changes
Status: Active » Closed (outdated)