forked from MapComplete/MapComplete
Create a metamap
This commit is contained in:
parent
952a475b6d
commit
d7809b88bc
7 changed files with 28985 additions and 0 deletions
18
Customizations/Layouts/MetaMap.ts
Normal file
18
Customizations/Layouts/MetaMap.ts
Normal file
|
@ -0,0 +1,18 @@
|
|||
import {Layout} from "../Layout";
|
||||
import * as Layer from "../Layers/Bookcases";
|
||||
import {Map} from "../Layers/Map";
|
||||
|
||||
export class MetaMap extends Layout{
|
||||
constructor() {
|
||||
super( "metamap",
|
||||
"Open Map Map",
|
||||
[new Map()],
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
|
||||
|
||||
" <h3>Open Map Map</h3>\n" +
|
||||
"This map is a map of physical maps, as known by OpenStreetMap.");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue