Merge branch 'master' of github.com:pietervdvn/MapComplete
This commit is contained in:
commit
072e466607
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue