Update bike parking to english
This commit is contained in:
parent
96c03dc8e3
commit
7bec750ae2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default class BikeParkings extends LayerDefinition {
|
||||||
|
|
||||||
this.minzoom = 13;
|
this.minzoom = 13;
|
||||||
this.style = this.generateStyleFunction();
|
this.style = this.generateStyleFunction();
|
||||||
this.title = new FixedText("Fietsparking");
|
this.title = new FixedText("Bicycle parking");
|
||||||
this.elementsToShow = [
|
this.elementsToShow = [
|
||||||
new ImageCarouselWithUploadConstructor(),
|
new ImageCarouselWithUploadConstructor(),
|
||||||
// new OperatorTag(),
|
// new OperatorTag(),
|
||||||
|
|
Loading…
Reference in a new issue