Update GhostBike.ts
Fix svg
This commit is contained in:
parent
dd8f5e549e
commit
39b7d3c64b
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.";
|
||||
|
||||
this.minzoom = 1;
|
||||
this.icon = "./assets/bike.svg"
|
||||
this.icon = "./assets/bike/ghost.svg"
|
||||
this.presets = [
|
||||
{
|
||||
title: "Ghost bike",
|
||||
|
@ -75,4 +75,4 @@ export class GhostBike extends LayerDefinition {
|
|||
};
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue