kml - Google-earth timestamp slider from months and years -


i want use timestamp let users step through our monthly metadata, displaying different configurations of land stations @ each month. test examples (eg):

<placemark>   <timestamp>     <when>1901-01</when>   </timestamp>   <styleurl>#emphasisedplacemark</styleurl>   <point>     <coordinates>       -0.18, 51.15,0     </coordinates>   </point> </placemark> <placemark>   <timestamp>     <when>1901-02</when>   </timestamp>   <styleurl>#emphasisedplacemark</styleurl>   <point>     <coordinates>       -0.52, 53.17,0     </coordinates>   </point> </placemark> 

this works, slider ge introduces includes days! have scroll through days in each month. that's going create confusion because it's monthly data set.

how can time slider show years , months? thought default whatever timestamp format was?

i don't see being addressed in existing questions, esp. api deprecated.r


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -