infra-geo-ouverte / igo2-lib

Librairie Infrastructure Géomatique Ouverte 2.0 (IGO-2) / Open GIS Infrastructure 2.0 Library
https://infra-geo-ouverte.github.io/igo2-lib/
40 stars 26 forks source link

Custom Query Url with min/max resolution #984

Closed matrottier closed 1 year ago

matrottier commented 2 years ago

in packages/geo/src/lib/query/shared/query.service.ts: here

add the possibility to change the url depending on the zoom/resolution of the map. queryUrl will be something like : queryUrl : [ {url:'blablabla'}, {maxResolution: '100', url: 'blablabla2'}, {minScale: '1000', url: 'blablabla'} ]

pelord commented 2 years ago

redirect options to a new propertie. queryOptions : { queryable: true, ..... }

ameliebernier commented 1 year ago

Besoin connexe : désactiver le query à partir de certaines échelles min / max

pelord commented 1 year ago

@ameliebernier a tester et a fermer après svp!