1
0
Fork 0
fgdata/webgui/topics/Map.html
Torsten Dreyer 1d1c8e28d1 Phi: Map changes and initial Config functions
- keep selected map overlays during session
- add first Simulator/Config option (enable/disable ai traffic)
2015-03-10 21:48:11 +01:00

22 lines
448 B
HTML

<div data-bind="component: {
name: '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>