Settings | {
"url": "https://storage.googleapis.com/sogelink-research-public/projects/rnob/rnob_reistijd_ov_totaal_3d/tileset.json",
"defaultTheme": "OV Reistijdbereidheid",
"themes": [
{
"title": "OV Reistijdbereidheid",
"conditions": [
["${reistijd} === 60", "color(\"#90ee90\")"],
["${reistijd} === 90", "color(\"#ffa500\")"],
["${reistijd} === 120", "color(\"#ff0000\")"],
["true", "color('white')"]
],
"legend": [
{
"color": "#90ee90",
"label": "Reistijdbereidheid HBO (60 min)"
},
{
"color": "#ffa500",
"label": "Reistijdbereidheid WO (90 min)"
},
{
"color": "#ff0000",
"label": "Reistijdbereidheid Expats (120 min)"
}
]
},{
"title": "OV Reistijdbereidheid- Transparant",
"conditions": [
["${reistijd} === 60", "color(\"#00FF00 \", 0.2)"],
["${reistijd} === 90", "color(\"#ffa500\", 0.2)"],
["${reistijd} === 120", "color(\"#ff0000\", 0.2)"],
["true", "color('white')"]
],
"legend": [
{
"color": "#90ee90",
"label": "Reistijdbereidheid HBO (60 min)"
},
{
"color": "#ffa500",
"label": "Reistijdbereidheid WO (90 min)"
},
{
"color": "#ff0000",
"label": "Reistijdbereidheid Expats (120 min)"
}
]
},
{
"title": "Reistijdbereidheid HBO (60 min)",
"conditions": [
["${reistijd} === 60", "color(\"#90ee90\",0.5)"],
["true", "color('white',0)"]
],
"legend": [
{
"color": "#90ee90",
"label": "Reistijdbereidheid HBO (60 min)"
}
]
},
{
"title": "Reistijdbereidheid WO (90 min)",
"conditions": [
["${reistijd} === 90", "color(\"#ffa500\",0.5)"],
["true", "color('white',0)"]
],
"legend": [
{
"color": "#ffa500",
"label": "Reistijdbereidheid WO (90 min)"
}
]
},
{
"title": "Reistijdbereidheid Expats (120 min)",
"conditions": [
["${reistijd} === 120", "color(\"#ff0000\",0.5)"],
["true", "color('white',0)"]
],
"legend": [
{
"color": "#ff0000",
"label": "Reistijdbereidheid Expats (120 min)"
}
]
}
]
} |