Add a nature reserve oriented quest layout
This commit is contained in:
parent
a7d356c263
commit
fe4fa9dd0e
24 changed files with 591 additions and 1307 deletions
|
@ -101,6 +101,7 @@ export class Widths extends LayerDefinition {
|
|||
this.carWidth = carWidth;
|
||||
this.cyclistWidth = cyclistWidth;
|
||||
this.pedestrianWidth = pedestrianWidth;
|
||||
this.minzoom = 12;
|
||||
|
||||
function r(n: number) {
|
||||
const pre = Math.floor(n);
|
||||
|
@ -254,7 +255,7 @@ export class Widths extends LayerDefinition {
|
|||
new TagRenderingOptions({
|
||||
mappings: [
|
||||
{k:new Tag("highway","living_street"),txt: "Dit is een woonerf"},
|
||||
{k:new Tag("highway","pedestrian"),txt: "Hier mogen enkel voetgangers komen"}
|
||||
{k:new Tag("highway","pedestrian"),txt: "Deze weg is autovrij"}
|
||||
]
|
||||
}),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue