Merge master

This commit is contained in:
Pieter Vander Vennet 2020-10-27 14:37:32 +01:00
commit 032bf89017
4 changed files with 22 additions and 3 deletions

View file

@ -22,7 +22,7 @@ export default class State {
// The singleton of the global state
public static state: State;
public static vNumber = "0.1.1b";
public static vNumber = "0.1.2b";
// The user journey states thresholds when a new feature gets unlocked
public static userJourney = {

File diff suppressed because one or more lines are too long

View file

@ -147,6 +147,25 @@
}
]
},
{
"question": {
"en": "Who maintains this cycle pump?",
"nl": "Wie beheert deze fietspomp?"
},
"render": {
"nl": "Beheer door {operator}",
"en": "Maintained by {operator}"
},
"freeform": {
"key": "operator"
},
"mappings": [
{
"if": "operator=De Fietsambassade Gent",
"then": "<a href='https://fietsambassade.gent.be/' target='_blank'>De Fietsambassade Gent</a>"
}
]
},
{
"question": {
"en": "Does this bike repair station have a special tool to repair your bike chain?",

View file

@ -25,6 +25,6 @@
"startZoom": 16,
"widenFactor": 0.05,
"socialImage": "./assets/themes/cyclofix/logo.svg",
"layers": ["bike_repair_station", "bike_cafes", "bike_shops", "drinking_water", "bike_parking","bike_themed_object"],
"layers": ["bike_cafes", "bike_shops", "bike_repair_station", "drinking_water", "bike_themed_object"],
"roamingRenderings": []
}