Show altitude colors in plane track lines
Show altitude color key on map Correctly handle retina images with CSS
This commit is contained in:
parent
a7be17a5d7
commit
d6898dbc49
11 changed files with 159 additions and 110 deletions
public_html
|
@ -242,12 +242,15 @@
|
|||
|
||||
<div id="map_container">
|
||||
<div id="map_canvas"></div>
|
||||
<div id="toggle_sidebar_control" class="ol-unselectable ol-control">
|
||||
<button id="toggle_sidebar_button" class="hide_sidebar" title="Toggle Sidebar"></button>
|
||||
</div>
|
||||
<div id="expand_sidebar_control" class="ol-unselectable ol-control">
|
||||
<button id="expand_sidebar_button" title="Expand Sidebar"></button>
|
||||
</div>
|
||||
<div id="toggle_sidebar_control" class="ol-unselectable ol-control">
|
||||
<button id="toggle_sidebar_button" class="hide_sidebar" title="Toggle Sidebar"></button>
|
||||
</div>
|
||||
<div id="expand_sidebar_control" class="ol-unselectable ol-control">
|
||||
<button id="expand_sidebar_button" title="Expand Sidebar"></button>
|
||||
</div>
|
||||
<div id="altitude_chart" class="ol-unselectable ol-control">
|
||||
<button id="altitude_chart_button"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="sidebar_container">
|
||||
<div id="splitter" class="ui-resizable-handle ui-resizable-w"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue