Version 5 (modified by 9 days ago) ( diff ) | ,
---|
LastUpdated
Display the last update time of each OSM way shown on screen. Useful for checking whether a particular mapping area has been updated recently or not.
meta { title:"LastUpdated"; version:"1.5_2025-05-26"; description:"Display the last update time of each OSM way shown on screen. Useful for checking whether a particular mapping area has been updated recently or not."; icon:"lastupdated.png"; author:"rphyrin"; } way { text: auto; text: eval(concat("20",substring(divided_by(osm_timestamp()-946692127,31556952),0,4))); text-halo-color: white; font-size:20px; text-anchor-horizontal:center; text-anchor-vertical:center; text-position:center; }
Attachments (2)
- lastupdated-sc.png (117.6 KB ) - added by 9 days ago.
- lastupdated.png (1.1 KB ) - added by 9 days ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.