We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4a32b commit f609faeCopy full SHA for f609fae
src/leaflet/components/dataservicequery/DataServiceQueryView.js
@@ -338,7 +338,7 @@ export var DataServiceQueryView = ComponentsViewBase.extend({
338
resultLayer = e.layer;
339
queryRangeTextArea.value = JSON.stringify(e.layer.toGeoJSON());
340
}
341
- if (e.shape === 'Poly') {
+ if (e.shape === 'Polygon') {
342
343
344
0 commit comments