@furkot/garmin-data 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/garmin.js +114 -12
- package/package.json +1 -1
package/lib/garmin.js
CHANGED
|
@@ -7,7 +7,7 @@ module.exports = {
|
|
|
7
7
|
4: 'Trail Head', // snowshoeing
|
|
8
8
|
5: 'Library', // book
|
|
9
9
|
6: 'Bank', // deal
|
|
10
|
-
|
|
10
|
+
7: 'Pin, Blue', // pin
|
|
11
11
|
8: 'Bike Trail', // biking
|
|
12
12
|
9: 'Picnic Area', // picnic
|
|
13
13
|
10: 'Gas Station', // charging
|
|
@@ -26,7 +26,7 @@ module.exports = {
|
|
|
26
26
|
23: 'Airport', // airplane
|
|
27
27
|
24: 'Restaurant', // restaurant
|
|
28
28
|
25: 'Gas Station', // fillingstation
|
|
29
|
-
|
|
29
|
+
26: 'Bike Trail', // motorcycle
|
|
30
30
|
27: 'Food Source', // farmstand
|
|
31
31
|
28: 'Bar', // brewery
|
|
32
32
|
29: 'Amusement Park', // amusementpark
|
|
@@ -43,7 +43,7 @@ module.exports = {
|
|
|
43
43
|
40: 'Building', // worldheritagesite
|
|
44
44
|
41: 'City Hall', // officebuilding
|
|
45
45
|
42: 'Church', // shrine
|
|
46
|
-
43: 'Tower',
|
|
46
|
+
43: 'Tall Tower', // tower
|
|
47
47
|
44: 'Church', // temple
|
|
48
48
|
45: 'Museum', // sciencemuseum
|
|
49
49
|
46: 'Building', // landmark
|
|
@@ -69,13 +69,13 @@ module.exports = {
|
|
|
69
69
|
66: 'Library', // library
|
|
70
70
|
67: 'Zoo', // zoo
|
|
71
71
|
68: 'Stadium', // stadium
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
69: 'Short Tower', // windmill
|
|
73
|
+
70: 'Square, Green', // square
|
|
74
74
|
71: 'City (Medium)', // town
|
|
75
|
-
|
|
75
|
+
72: 'Buoy, White', // statue
|
|
76
76
|
73: 'Information', // information
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
74: 'Diamond, Green', // amphitheater
|
|
78
|
+
75: 'Scenic Area', // observatory
|
|
79
79
|
//76: '', // passthru
|
|
80
80
|
77: 'Drinking Water', // tap
|
|
81
81
|
78: 'Convenience Store', // minimarket
|
|
@@ -86,27 +86,129 @@ module.exports = {
|
|
|
86
86
|
83: 'Truck Stop', // truck
|
|
87
87
|
84: 'RV Park', // rvpark
|
|
88
88
|
85: 'Bridge', // bridge
|
|
89
|
-
86: '
|
|
89
|
+
86: 'Favorite', // star
|
|
90
90
|
87: 'Geocache', // treasure
|
|
91
|
-
|
|
91
|
+
88: 'Parachute Area', // teleport
|
|
92
92
|
89: 'Crossing', // railroadcrossing
|
|
93
93
|
90: 'Restaurant', // coffee
|
|
94
94
|
91: 'ATV', // atv
|
|
95
95
|
92: 'Dog, sitting', // pets
|
|
96
|
-
|
|
96
|
+
93: 'Triangle, Red', // fire
|
|
97
97
|
94: 'Fishing Area', // pier
|
|
98
98
|
95: 'Ferry', // ferry
|
|
99
99
|
96: 'Live Theater', // theater
|
|
100
100
|
97: 'Railway', // train
|
|
101
101
|
98: 'Parking Area', // parking
|
|
102
102
|
99: 'Shopping Center', // cart
|
|
103
|
-
100: 'Boat Ramp'
|
|
103
|
+
100: 'Boat Ramp', // boatramp
|
|
104
|
+
101: 'Covey', // bird
|
|
105
|
+
102: 'Mile Marker', // clock
|
|
106
|
+
103: 'Movie Theater', // film
|
|
107
|
+
104: 'Horn', // music
|
|
108
|
+
105: 'Contact, clown', // entertain
|
|
109
|
+
106: 'Ground Transportation', // bus
|
|
110
|
+
107: 'Ground Transportation', // taxi
|
|
111
|
+
108: 'ATV', // off-road
|
|
112
|
+
109: 'Dam', // dam
|
|
113
|
+
110: 'Skull and Crossbones', // danger
|
|
114
|
+
111: 'Exit', // enter
|
|
115
|
+
112: 'Geocache', // gift
|
|
116
|
+
113: 'Contact, Blonde', // hairdresser
|
|
117
|
+
114: 'Favorite', // heart
|
|
118
|
+
115: 'Oil Field', // industry
|
|
119
|
+
116: 'Happy Face', // laundry
|
|
120
|
+
117: 'Beacon', // lighthouse
|
|
121
|
+
118: 'Controlled Area', // one-way
|
|
122
|
+
119: 'Fitness Center', // playground
|
|
123
|
+
120: 'Police Station', // police
|
|
124
|
+
121: 'Police Station', // prison
|
|
125
|
+
122: 'Laydown', // roadblock
|
|
126
|
+
123: 'Contact, Alien', // rocket
|
|
127
|
+
124: 'School', // school
|
|
128
|
+
125: 'Fishing Hot Spot Facility',// shelter
|
|
129
|
+
126: 'Shipwreck', // suitcase
|
|
130
|
+
127: 'Dog, running', // veterinary
|
|
131
|
+
128: 'Sad Face', // remove
|
|
132
|
+
129: 'Underwater Grass', // wetland
|
|
133
|
+
130: 'Circle with X', // wheelchair
|
|
134
|
+
131: 'Golf Course', // golf
|
|
135
|
+
132: 'Post Office', // envelope
|
|
136
|
+
133: 'Funicular', // aerialway
|
|
137
|
+
134: 'Ultralight Area', // airfield
|
|
138
|
+
135: 'Bar', // alcohol_shop
|
|
139
|
+
136: 'Stadium', // american_football
|
|
140
|
+
137: 'Fishing Area', // aquarium
|
|
141
|
+
138: 'Scenic Area', // attraction
|
|
142
|
+
139: 'Pizza', // bakery
|
|
143
|
+
140: 'Ball Park', // baseball
|
|
144
|
+
141: 'Stadium', // basketball
|
|
145
|
+
142: 'Building', // building
|
|
146
|
+
143: 'Contact, Pig', // butcher
|
|
147
|
+
144: 'Building', // castle
|
|
148
|
+
145: 'Navaid, White', // radio-unchecked
|
|
149
|
+
146: 'Circle, Blue', // circle
|
|
150
|
+
147: 'Department Store', // clothing_store
|
|
151
|
+
148: 'School', // college
|
|
152
|
+
149: 'Scales', // commercial
|
|
153
|
+
150: 'Stadium', // cricket
|
|
154
|
+
151: 'Crossing', // cross
|
|
155
|
+
152: 'Hospital', // dentist
|
|
156
|
+
153: 'Hospital', // doctor
|
|
157
|
+
154: 'City Hall', // embassy
|
|
158
|
+
155: 'Exit', // entrance
|
|
159
|
+
156: 'Fast Food', // fast_food
|
|
160
|
+
157: 'Heliport', // heliport
|
|
161
|
+
158: 'Fast Food', // ice_cream
|
|
162
|
+
159: 'Pin, Green', // marker
|
|
163
|
+
160: 'Summit', // mountain
|
|
164
|
+
161: 'Parking, Pay', // parking_garage
|
|
165
|
+
162: 'Pharmacy', // pharmacy
|
|
166
|
+
163: 'Telephone', // phone
|
|
167
|
+
164: 'Stadium', // pitch
|
|
168
|
+
165: 'Church', // place_of_worship
|
|
169
|
+
166: 'Railway', // rail_light
|
|
170
|
+
167: 'Railway', // rail_metro
|
|
171
|
+
168: 'Stadium', // soccer
|
|
172
|
+
169: 'Square, Yellow', // square-stroke
|
|
173
|
+
170: 'Square, Blue', // square-fill
|
|
174
|
+
171: 'City (Capitol)', // star-stroke
|
|
175
|
+
172: 'Restaurant', // sushi
|
|
176
|
+
173: 'Stadium', // tennis
|
|
177
|
+
174: 'Triangle, Blue', // triangle
|
|
178
|
+
175: 'Triangle, Yellow', // triangle_stroked
|
|
179
|
+
176: 'Multi-Cache', // warehouse
|
|
180
|
+
177: 'Weed Bed', // garden
|
|
181
|
+
178: 'Gas Station', // diesel
|
|
182
|
+
179: 'Gas Station', // ethanol-free
|
|
183
|
+
180: 'Swimming Area', // swimming
|
|
184
|
+
181: 'Puzzle Cache' // question
|
|
104
185
|
},
|
|
105
186
|
toFurkot: {
|
|
187
|
+
'ATV': 91, // atv
|
|
188
|
+
'Bar': 31, // bar
|
|
189
|
+
'Bike Trail': 8, // biking
|
|
190
|
+
'Building': 51, // structure
|
|
106
191
|
'Church': 34, // church
|
|
192
|
+
'City Hall': 41, // officebuilding
|
|
193
|
+
'Crossing': 89, // railroadcrossing
|
|
194
|
+
'Exit': 155, // entrance
|
|
195
|
+
'Fast Food': 156, // fast_food
|
|
196
|
+
'Favorite': 86, // star
|
|
197
|
+
'Fishing Area': 137, // aquarium
|
|
198
|
+
'Gas Station': 25, // fillingstation
|
|
199
|
+
'Geocache': 87, // treasure
|
|
200
|
+
'Ground Transportation': 106, // bus'
|
|
201
|
+
'Hospital': 81, // hospital
|
|
107
202
|
'Lodging': 0, // hotel
|
|
108
203
|
'Museum': 33, // museum
|
|
109
204
|
'Park': 50, // park
|
|
205
|
+
'Police Station': 120, // police
|
|
206
|
+
'Railway': 97, // train
|
|
207
|
+
'Residence': 12, // house
|
|
208
|
+
'Restaurant': 24, // restaurant
|
|
209
|
+
'Scenic Area': 61, // lookout
|
|
210
|
+
'School': 124, // school
|
|
211
|
+
'Stadium': 68, // stadium
|
|
110
212
|
'Summit': 59, // mountains
|
|
111
213
|
'Swimming Area': 54, // watersport
|
|
112
214
|
'Trail Head': 3 // guide
|