Change cyclofix quest description
This commit is contained in:
parent
9e9a600488
commit
9308eeaeab
1 changed files with 7 additions and 3 deletions
|
@ -13,10 +13,14 @@ export class BikePumpsLayout extends Layout {
|
||||||
3.2279,
|
3.2279,
|
||||||
|
|
||||||
|
|
||||||
"<h3>Open CycloFix</h3>\n" +
|
"<h3>Cyclofix bicycle infrastructure</h3>\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"Something something bikes"
|
"<p><b>EN></b> On this map we want to collect data about the whereabouts of bicycle pumps and public racks in Brussels." +
|
||||||
|
"As a result, cyclists will be able to quickly find the nearest infrastructure for their needs.</p>" +
|
||||||
|
"<p><b>NL></b> Op deze kaart willen we gegevens verzamelen over de locatie van fietspompen en openbare stelplaatsen in Brussel." +
|
||||||
|
"Hierdoor kunnen fietsers snel de dichtstbijzijnde infrastructuur vinden die voldoet aan hun behoeften.</p>" +
|
||||||
|
"<p><b>FR></b> Sur cette carte, nous voulons collecter des données sur la localisation des pompes à vélo et des supports publics à Bruxelles." +
|
||||||
|
"Les cyclistes pourront ainsi trouver rapidement l'infrastructure la plus proche de leurs besoins.</p>"
|
||||||
,
|
,
|
||||||
"", "");
|
"", "");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue