3liz / lizmap-web-client

Transfer a QGIS project on a server, Lizmap is providing the web interface to browse it
https://www.lizmap.com
Mozilla Public License 2.0
254 stars 143 forks source link

lizmap-web-client time manager #353

Open Geographic opened 8 years ago

Geographic commented 8 years ago

Hello, Is it possible that features also have an end date next to the start date? Features will pop up at a given date and then will 'dissapear' at a given date. Now I can only fill in a start date. grt Dann

josemvm commented 8 years ago

keeping all previous features :+1:

mdouchin commented 8 years ago

This would be great indeed.

Geographic commented 7 years ago

I was thinking to create maps where you could travel through time, say the development of a city through the centuries. Every building gets a build date attribute and a demolish date attribute. This would be great! Thumbs up! Dann

jlstanus commented 6 years ago

I have the same need of @Geographic . I need to display worksites durint many days. I have the start date and the end date as Time Manager plugin in QGIS Desktop.

In Oracle SQL, it's something like :

WHERE 
      (
        END_DATE >= TO_DATE(periode.start_range,'DD/MM/YYYY') 
        AND 
        START_DATE <= TO_DATE(periode.end_range,'DD/MM/YYYY') 
      )

Hope this could help you to implement.

Where can in find the time manager cade in github, get nothing with searching Time Manager key words ?

EDIT: @josemvm @mdouchin i could give a try to develop but i need help on the code location