forked from MapComplete/MapComplete
Added bike services layer and questions
This commit is contained in:
parent
19614369ba
commit
7e2904d3c0
13 changed files with 188 additions and 108 deletions
|
@ -3,8 +3,6 @@ import {Tag} from "../../Logic/TagsFilter";
|
|||
|
||||
|
||||
export class BikeParkingType extends TagRenderingOptions {
|
||||
|
||||
|
||||
private static options = {
|
||||
priority: 5,
|
||||
question: "Van welk type is deze fietsenparking?",
|
||||
|
@ -27,5 +25,4 @@ export class BikeParkingType extends TagRenderingOptions {
|
|||
constructor() {
|
||||
super(BikeParkingType.options);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue