190e8449ce
- rename the directory from webgui to Phi - let the webserver's root point to Phi instead of Docs - redirect old /gui/ url to the new location (/)
22 lines
454 B
HTML
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>
|