geoadmin / ol3

OpenLayers 3
http://ol3js.org/
Other
11 stars 6 forks source link

Support time in tooltip #95

Closed cedricmoullet closed 6 years ago

cedricmoullet commented 10 years ago

Currently, we don't have any time notion in the API. If a layer is time enabled and that a timestamp is chosen, the tooltip has to be adapted in order to query only this "timeInstant". The problem is that we query all layers all together. How to introduce the time notion in the API ?

procrastinatio commented 10 years ago

We query each layer in turn as in geo.admin.ch

And if I understand the rational behing PR https://github.com/geoadmin/ol3/pull/96, each layer may have its own time space, there is no global one as in map.geo.admin.ch

cedricmoullet commented 10 years ago

Need brainstorming