Skip to content

Commit

Permalink
Merge pull request #718 from marcjansen/fix-spatial-filter-example
Browse files Browse the repository at this point in the history
Correct name of geometry attribute in spatial filter example
  • Loading branch information
marcjansen committed Dec 15, 2022
2 parents d3dd7c3 + 511dfbe commit d3520bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/features/grid-spatial-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Ext.application({
onDrawEnd: function(evt) {
var feature = evt.feature;
var geometry = feature.getGeometry();
var typeName = 'THE_GEOM';
var typeName = 'SHAPE';
var spatialOperatorsCombo = Ext.ComponentQuery.
query('combobox[name="spatialOperatorsCombo"]')[0];
var operator = spatialOperatorsCombo.getValue();
Expand Down

0 comments on commit d3520bf

Please sign in to comment.