Hello
I discover OpenSphere few days ago and it look fantastic.
Not knowing it, I would like to have advice on the feasibility of using it as a base for making an application that can query satellite images catalogs.
The needs are:
- draw some region on the map. There is already a Areas possibility on the Layers panel (but up to know I don't know what to do with it)
- have some panel with criteria + query button, that send the criteria to some server
- then the server returns item containing metadata information, one metadata field being a geometry that is rendered on the map
- + possibility of selecting geometry to do additional actions on the items
Is this feasible without too much effort?
I suppose I have to do the following:
- a specialized 'queryLayer' -> a layer propertyPannel with criteria controls (aware of map extent/selection extent) -> send request -> get response -> display items geometry on layer
I have implemented things like this in java, but have problem to find info in the OpenSphere doc...
Any pointer?
Thanks
Best regards
Gilles