projects
/
fg:fgdata.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Phi: add a scale to map
[fg:fgdata.git]
/
webgui
/
topics
/
Map.html
1
<div data-bind="component: {
2
name: 'map',
3
params: {
4
map: {
5
attributionControl: true,
6
zoom: 11
7
},
8
css: {
9
width: '100%',
10
height: '100%'
11
},
12
overlays: overlays,
13
hasFollowAircraft: true,
14
scale: { metric: false }
15
}}"></div>