Open Geographic opened 8 years ago
keeping all previous features :+1:
This would be great indeed.
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
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
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