File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
change-style-at-load/data Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ sources:
88scene :
99 background :
1010 color : global.land_color
11+ sky :
12+ zenith : ' #010205'
13+ horizon : ' #010205'
14+ fog : ' #21262B'
1115
1216global :
1317 text_font_family : FiraGO
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ <h1>Markers with altitude</h1>
2020 < p > Display markers at different altitudes.</ p >
2121 </ div >
2222 < p > This example shows the bicyle route at the Yungas Road (also known as the "Death road") in Bolivia. Markers
23- with the altitude values help to visualise the 3500m of descent for this road.
23+ with the altitude values help to visualise the 3500m of descent for this road. Each marker is located at the altitude
24+ associated with the given route vertex. Markers' icons are assigned a normalized color from red (approx. altitude 4600 meters above see level)
25+ to blue (approx. altitude 1100 meters above see level).
2426 </ p >
2527 < div id ="map "> </ div >
2628 < h3 > Code</ h3 >
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ function onSuccess(result) {
6868
6969 polyline = new H . map . Polyline ( lineString , {
7070 style : {
71- lineWidth : 3 ,
72- strokeColor : '#999999 '
71+ lineWidth : 2 ,
72+ strokeColor : '#555555 '
7373 }
7474 } ) ;
7575
You can’t perform that action at this time.
0 commit comments