Changes between Version 8 and Version 9 of Styles/LastUpdated


Ignore:
Timestamp:
2025-06-10T06:38:51+02:00 (8 months ago)
Author:
rphyrin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/LastUpdated

    v8 v9  
    1717}
    1818
    19 way {
     19area {
    2020  text: auto;
    2121  text: eval(concat(concat("20",substring(divided_by(osm_timestamp()-946692127,31556952),0,2)),"-",substring((divided_by(mod(osm_timestamp()-946692127,31556952),31556952)*12)+1,0,2)));
     
    2626  text-position:center;
    2727}
     28
     29way[highway]{
     30  text: auto;
     31  text: eval(concat(concat("20",substring(divided_by(osm_timestamp()-946692127,31556952),0,2)),"-",substring((divided_by(mod(osm_timestamp()-946692127,31556952),31556952)*12)+1,0,2)));
     32  text-halo-color: white;
     33  font-size:20px;
     34  text-position:line;
     35}
    2836}}}