Merge branch 'master' of github.com:pietervdvn/MapComplete

This commit is contained in:
Pieter Vander Vennet 2020-08-06 19:45:33 +02:00
commit 072e466607

View file

@ -14,7 +14,7 @@ export class GhostBike extends LayerDefinition {
" in the form of a white bicycle placed permanently near the accident location."; " in the form of a white bicycle placed permanently near the accident location.";
this.minzoom = 1; this.minzoom = 1;
this.icon = "./assets/bike.svg" this.icon = "./assets/bike/ghost.svg"
this.presets = [ this.presets = [
{ {
title: "Ghost bike", title: "Ghost bike",
@ -75,4 +75,4 @@ export class GhostBike extends LayerDefinition {
}; };
} }
} }