-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGPX_2_KML_4_Orux.json
100 lines (100 loc) · 3.68 KB
/
GPX_2_KML_4_Orux.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"trackwidth": {
"Magenta": "10",
"Cyan": "10",
"Green": "10",
"Red": "10",
"Blue": "10",
"Yellow": "10",
"DarkMagenta": "5",
"DarkCyan": "5",
"DarkGreen": "5",
"DarkRed": "5",
"DarkBlue": "5",
"DarkYellow": "5",
"LightGrey": "5",
"LightGray": "5",
"DarkGrey": "5",
"DarkGray": "5",
"Black": "5",
"White": "5",
"Default": "10"
},
"trackcolor": {
"Magenta": "FFFE01FE",
"Cyan": "FFFFFF00",
"Green": "FF00FF00",
"Red": "FF0000FF",
"Blue": "FFFF4040",
"Yellow": "FF00F0F0",
"DarkMagenta": "FF600060",
"DarkCyan": "FF808000",
"DarkGreen": "FF006000",
"DarkRed": "FF000060",
"DarkBlue": "FF600000",
"DarkYellow": "FF008080",
"LightGrey": "FF000000",
"LightGray": "FF000000",
"DarkGrey": "FF000000",
"DarkGray": "FF000000",
"Black": "FF000000",
"White": "FF000000",
"Default": "FFFE02FE"
},
"points": {
"Default" : "pin-export.png",
"Airport" : "airport.png",
"ATV" : "atv.png",
"Bar" : "bar.png",
"Beach" : "beach_icon.png",
"Big Game" : "deer.png",
"Bike Trail" : "cycling.png",
"Building" : "house.png",
"Bunker" : "bunker.png",
"Campground" : "campground.png",
"Church" : "church.png",
"Circle, Green" : "grass.png",
"Circle with X" : "comment-map-icon.png",
"City (Small)" : "star-3.png",
"Controlled Area" : "accesdenied.png",
"Crossing" : "junction.png",
"Danger Area" : "attention.png",
"Department Store" : "departmentstore.png",
"Drinking Water" : "drinkingwater.png",
"Fast Food" : "coffee.png",
"Ferry" : "cruiseship.png",
"Flag, Blue" : "flag-export.png",
"Gas Station" : "gas-station.png",
"Heliport" : "helicopter.png",
"Information" : "information.png",
"Live Theater" : "theater.png",
"Lodge" : "hotel_0star.png",
"Lodging" : "lodging.png",
"Military" : "military.png",
"Museum" : "museum_archeological.png",
"Navaid, Black" : "letter_n.png",
"Navaid, Green" : "grass.png",
"Navaid, Orange" : "symbol_excla.png",
"Parking Area" : "parkinggarage.png",
"Police Station" : "police.png",
"Private Field" : "world.png",
"Puzzle Cache" : "orienteering.png",
"Railway" : "train.png",
"Residence" : "home.png",
"Restaurant" : "restaurant.png",
"RV Park" : "campingcar.png",
"Scenic Area" : "panoramicview.png",
"Shopping Center" : "conveniencestore.png",
"Skull and Crossbones" : "skull.png",
"Soft Field" : "smiley_happy.png",
"Summit" : "hill.png",
"Swimming Area" : "swimming.png",
"Toll Booth" : "tollstation.png",
"TracBack Point" : "footprint.png",
"Trail Head" : "hiking.png",
"Tree Stand" : "kanzeldach.png",
"Truck" : "truck.png",
"Ultralight Area" : "aircraftsmall.png",
"Wreck" : "shipwreck.png"
}
}