1
0
Fork 0
fgdata/Phi/topics/Map.html

23 lines
490 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,
hasToggleOwnAircraftDrag: true,
scale: { metric: false }
}}"></div>