conterra / mapapps-query-builder

The Query Builder Bundle allows you to create your own Query Tools, that perform custom queries to a store.
https://demos.conterra.de/mapapps/resources/apps/downloads_query_builder/index.html
Apache License 2.0
7 stars 6 forks source link

Feature Wish: allow queries on tables (without geometry) #13

Closed schenardi closed 7 years ago

schenardi commented 7 years ago

Allow queries based on tables. Currently, the QueryController.js gives an error when trying to transform non existing geometries in the function:

ct_when(this._coordinateTransformer.transform(geometries, wkid), function (transformedGeometries) { ...}

matthiasstein commented 7 years ago

Fixed in https://github.com/conterra/mapapps-query-builder/releases/tag/3.2.4