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 555d1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions contribs/gmf/src/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
* @property {string} urlWfs The WFS URL.
* @property {string} [wfsFeatureNS] WFS feature namespace
* @property {boolean} wfsSupport
* @property {string} geometryName The geometry name
* @property {Object<string, Object<string, GmfOgcServerAttribute>>} attributes
*/

Expand Down

0 comments on commit 555d1d4

Please sign in to comment.