forked from MapComplete/MapComplete
Various small fixes
This commit is contained in:
parent
2bfeb67a3a
commit
bd43e2537f
8 changed files with 32 additions and 18 deletions
|
@ -114,7 +114,6 @@ export class NatureReserves extends LayerDefinition {
|
|||
|
||||
let colormapping = {
|
||||
0: "#00bb00",
|
||||
1: "#00ff00",
|
||||
10: "#dddd00",
|
||||
20: "#ff0000"
|
||||
};
|
||||
|
|
|
@ -25,19 +25,21 @@ export class Layout {
|
|||
public startLat: number;
|
||||
|
||||
public locationContains: string[];
|
||||
|
||||
|
||||
public enableAdd: boolean = true;
|
||||
public enableUserBadge: boolean = true;
|
||||
public enableSearch: boolean = true;
|
||||
public enableLayers: boolean = true;
|
||||
|
||||
public hideFromOverview : boolean = false;
|
||||
public enableMoreQuests: boolean = true;
|
||||
public enableShareScreen: boolean = true;
|
||||
|
||||
public hideFromOverview: boolean = false;
|
||||
|
||||
/**
|
||||
* The BBOX of the currently visible map are widened by this factor, in order to make some panning possible.
|
||||
* This number influences this
|
||||
*/
|
||||
public widenFactor : number = 0.07;
|
||||
public widenFactor: number = 0.07;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -56,5 +56,7 @@ export class Groen extends Layout {
|
|||
this.locationContains = ["buurtnatuur.be"]
|
||||
this.socialImage = "assets/BuurtnatuurFront.jpg"
|
||||
this.description = "Met deze tool kan je natuur in je buurt in kaart brengen en meer informatie geven over je favoriete plekje"
|
||||
this.enableMoreQuests = false;
|
||||
this.enableShareScreen = false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue