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

23 lines
454 B
HTML
Raw Normal View History

<div data-bind="component: {
2015-03-15 10:50:48 +00:00
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,
2015-03-05 18:40:38 +00:00
scale: { metric: false }
}}"></div>