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'} ]
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'} ]