update HRP track
This commit is contained in:
24462
geo/hrp.gpx
24462
geo/hrp.gpx
File diff suppressed because it is too large
Load Diff
@@ -92,8 +92,9 @@ class GeoJson extends Geo {
|
|||||||
$asTracks = array('features'=>array());
|
$asTracks = array('features'=>array());
|
||||||
foreach($this->asTracks as $asTrackProps) {
|
foreach($this->asTracks as $asTrackProps) {
|
||||||
|
|
||||||
|
//Color mapping
|
||||||
switch($asTrackProps['color']) {
|
switch($asTrackProps['color']) {
|
||||||
case 'LightGray': continue 2;
|
case 'LightGray': continue 2; //discard track
|
||||||
case 'Magenta': $sType = 'off-track'; break;
|
case 'Magenta': $sType = 'off-track'; break;
|
||||||
case 'Red': $sType = 'hitchhiking'; break;
|
case 'Red': $sType = 'hitchhiking'; break;
|
||||||
default: $sType = 'main'; break;
|
default: $sType = 'main'; break;
|
||||||
|
|||||||
1
todo
1
todo
@@ -1,6 +1,5 @@
|
|||||||
To Do List
|
To Do List
|
||||||
----------
|
----------
|
||||||
- Elevation chart
|
|
||||||
- Device/Spot Class
|
- Device/Spot Class
|
||||||
- Replace all images with FA icons
|
- Replace all images with FA icons
|
||||||
- on hover on relative time: display absolute time
|
- on hover on relative time: display absolute time
|
||||||
Reference in New Issue
Block a user