Index:Time zones/template: Difference between revisions

From OpenGeofiction
(testing)
(text)
Line 3: Line 3:
         "fillColor": "#FF0000",
         "fillColor": "#FF0000",
         "fillOpacity": 0.3,
         "fillOpacity": 0.3,
         "text": [
         "text": "%timezone:name%: %timezone%\u003Cbr\u003E%timezone:note%"
            "test 8"
        ]
     },
     },
     "TZ_B": {
     "TZ_B": {
         "fillColor": "#00FF00",
         "fillColor": "#00FF00",
         "fillOpacity": 0.3,
         "fillOpacity": 0.3,
         "text": [
         "text": "%timezone:name%: %timezone%\u003Cbr\u003E%timezone:note%"
            "test 9"
        ]
     },
     },
     "TZ_C": {
     "TZ_C": {
         "fillColor": "#0000FF",
         "fillColor": "#0000FF",
         "fillOpacity": 0.3,
         "fillOpacity": 0.3,
         "text": [
         "text": "%timezone:name%: %timezone%\u003Cbr\u003E%timezone:note%"
            "test 10"
        ]
     }
     }
}
}

Revision as of 19:54, 21 May 2022

TZ_A
fillColor"#FF0000"
fillOpacity0.3
text"%timezone:name%: %timezone%<br>%timezone:note%"
TZ_B
fillColor"#00FF00"
fillOpacity0.3
text"%timezone:name%: %timezone%<br>%timezone:note%"
TZ_C
fillColor"#0000FF"
fillOpacity0.3
text"%timezone:name%: %timezone%<br>%timezone:note%"