1
0
Fork 0
fgdata/webgui/topics/Map.html
2015-03-15 11:50:48 +01:00

22 lines
454 B
HTML

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