1
0
Fork 0
fgdata/webgui/topics/Map.html
Torsten Dreyer 076e437e58 Phi: more map widget works
- add track (flight history) layer
- allow map drag and recenter on aircraft
2015-02-25 21:44:00 +01:00

14 lines
248 B
HTML

<div data-bind="component: {
name: 'map',
params: {
map: {
attributionControl: true,
zoom: 11
},
css: {
width: '100%',
height: '100%'
},
overlays: overlays,
hasFollowAircraft: true,
}}"></div>