update HRP track
This commit is contained in:
77865
geo/hrp.gpx
77865
geo/hrp.gpx
File diff suppressed because it is too large
Load Diff
@@ -107,10 +107,10 @@ class GeoJson extends Geo {
|
||||
|
||||
//Color mapping
|
||||
switch($asTrackProps['color']) {
|
||||
case 'LightGray': continue 2; //discard track
|
||||
case 'DarkBlue': $sType = 'main'; break;
|
||||
case 'Magenta': $sType = 'off-track'; break;
|
||||
case 'Red': $sType = 'hitchhiking'; break;
|
||||
default: $sType = 'main'; break;
|
||||
default: continue 2; //discard tracks
|
||||
}
|
||||
|
||||
$asTrack = array(
|
||||
|
||||
Reference in New Issue
Block a user