Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reproject query geometries when project layers have a different CRS (…
…ref: `"querybbox"`, `"querybypolygon"` and `"querybydrawpolygon"` controls) (#478) * 🐛 Add check source.external boolen value * explode conditionals * explicit `is_coors` variable * If visible is set to false due a CORS issue, no more control is set visible. Map canvas is dirty * Add also visibility property of a layer (ex. external wms) * extract function `isExternalImageLayer(layer)` * change comment * change comment * 3.8.8 * 🐛 Fix issue results on query by bbox and query by polygon map control. Use original geometry if layer projection is the same of map projection. Otherwise, use a reprojected geometry without replace original one * Change boolean condition * Use same boolean condition * inline comment * comments --------- Co-authored-by: Raruto <[email protected]>
- Loading branch information