Skip to content

Commit

Permalink
Also forward the geometry name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 15, 2019
1 parent 2db7e7a commit 0dda17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contribs/gmf/src/editing/Snapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ EditingSnappingService.prototype.registerTreeCtrl_ = function(treeCtrl) {
this.cache_[uid] = {
active: false,
featureNS: ogcServer.wfsFeatureNS,
geometryName: ogcServer.geometryName,
featurePrefix: 'feature',
features: new olCollection(),
interaction: null,
Expand Down

0 comments on commit 0dda17e

Please sign in to comment.