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
Post a Comment