Update GhostBike.ts

Fix svg
This commit is contained in:
Pieter Vander Vennet 2020-08-01 00:00:09 +02:00 committed by GitHub
parent dd8f5e549e
commit 39b7d3c64b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {
};
}
}
}