1
0
Fork 0
fgdata/webgui/topics/Map.html
2015-03-09 13:42:07 +01:00

20 lines
379 B
HTML

<div data-bind="component: {
name: 'map',
params: {
map: {
attributionControl: true,
zoom: 11
},
on: {
'resize': mapResize,
'zoomend': mapZoomend,
'moveend': mapMoveend,
},
css: {
width: '100%',
height: '100%'
},
overlays: overlays,
hasFollowAircraft: true,
scale: { metric: false }
}}"></div>