-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Hello
I use a terracotta server to serve dated terrain change detection geotiffs over several zones. The tiffs are square tiles and they are uniquely spatially identified by their UTM projection position (like '29N_22E-184N') that is present in the file naming.
I use keys like "provider/type/date/projcell/band", projcell being the UTM info like 29N_22E-184N.
All is perfect and I can from my custom UI select the cell I want by navigating the keys down and I see the tile on a map component + on a dedicated panel.
I would be very interested in having the possibility to see 'mosaics' on the UI without generating the mosaics of my zones.
I did a test adding a 'disposition' key to be able to select 'mosaic/tile', then did a call using the disposition key 'mosaic' and omitting the projcell key: the server replied: "must specify all key except last one".
Question:
- would it be possible to change the code to support wildcards for one or several keys? or to be able to omit a key?
- does someone have a way of doing this mosaic-like usage of terracotta?
Thanks & best regards
Gilles