15 lines
277 B
HTML
15 lines
277 B
HTML
<div data-bind="component: {
|
|
name: 'map',
|
|
params: {
|
|
map: {
|
|
attributionControl: true,
|
|
zoom: 11
|
|
},
|
|
css: {
|
|
width: '100%',
|
|
height: '100%'
|
|
},
|
|
overlays: overlays,
|
|
hasFollowAircraft: true,
|
|
scale: { metric: false }
|
|
}}"></div>
|