forked from MapComplete/MapComplete
Themes: add possibility to enable terrain, some fixes to overlaymap and pitch control
This commit is contained in:
parent
eede2d17dd
commit
e3dec8aafa
10 changed files with 70 additions and 7 deletions
|
@ -388,6 +388,18 @@ export interface LayoutConfigJson {
|
|||
*/
|
||||
enableNoteImports?: true | boolean
|
||||
|
||||
/**
|
||||
* question: Should the map use elevation data to give a 3D-feel?
|
||||
*
|
||||
* This is especially useful for hiking maps, skiing maps etc...
|
||||
*
|
||||
* funset: MapComplete default: don't use terrain
|
||||
* iftrue: Use elevation and render 3D
|
||||
* iffalse: Do not use terrain
|
||||
* group: advanced
|
||||
*/
|
||||
enableTerrain?: false | boolean
|
||||
|
||||
/**
|
||||
* question: What overpass-api instance should be used for this layout?
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue