forked from MapComplete/MapComplete
Add bicycle parkings to the Cyclofix quest
This commit is contained in:
parent
ee2777495b
commit
87b3731ef1
4 changed files with 104 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
|||
import {Layout} from "../Layout";
|
||||
import {GrbToFix} from "../Layers/GrbToFix";
|
||||
import { BikePumps } from "../Layers/BikePumps";
|
||||
import { BikeParkings } from "../Layers/BikeParkings";
|
||||
|
||||
export class BikePumpsLayout extends Layout {
|
||||
constructor() {
|
||||
super(
|
||||
"pomp",
|
||||
"Grb import fix tool",
|
||||
[new BikePumps()],
|
||||
[new BikePumps(), new BikeParkings()],
|
||||
15,
|
||||
51.2083,
|
||||
3.2279,
|
Loading…
Add table
Add a link
Reference in a new issue