forked from MapComplete/MapComplete
Completed the port of the buurtnatuur-layer with some fixes for that
This commit is contained in:
parent
8963db4621
commit
77e065d6e7
8 changed files with 29 additions and 9 deletions
|
|
@ -78,6 +78,10 @@ export class FromJSON {
|
|||
json.startLat,
|
||||
json.startLon,
|
||||
new Combine(["<h3>", tr(json.title), "</h3>", tr(json.description)]),
|
||||
undefined,
|
||||
undefined,
|
||||
tr(json.descriptionTail)
|
||||
|
||||
);
|
||||
|
||||
layout.widenFactor = json.widenFactor ?? 0.07;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue