forked from MapComplete/MapComplete
Add new icons for parking/pumps
This commit is contained in:
parent
9d245bcf98
commit
67ceb04148
5 changed files with 32 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
import {Layout} from "../Layout";
|
||||
import { BikeParkings } from "../Layers/BikeParkings";
|
||||
import BikeServices from "../Layers/BikeServices";
|
||||
import BikeParkings from "../Layers/BikeParkings";
|
||||
import BikeServices from "../Layers/BikeStations";
|
||||
import {GhostBike} from "../Layers/GhostBike";
|
||||
|
||||
|
||||
|
@ -9,7 +9,6 @@ export default class Cyclofix extends Layout {
|
|||
super(
|
||||
"pomp",
|
||||
"Cyclofix bicycle infrastructure",
|
||||
// [new BikePumps()],
|
||||
[new BikeParkings(), new BikeServices()],
|
||||
16,
|
||||
50.8465573,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue