@trailstash/ultra 4.1.5 → 4.2.0

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.
Files changed (36) hide show
  1. package/Examples/alt-bbox-format.ultra +1 -1
  2. package/Examples/emoji.ultra +29 -0
  3. package/Examples/postpass.ultra +10 -0
  4. package/Examples/qlever.ultra +1 -2
  5. package/Examples/sophox.ultra +1 -2
  6. package/build-emoji-sprites.js +32 -0
  7. package/build-sprites.sh +3 -5
  8. package/docs/assets/Examples/emoji.png +0 -0
  9. package/docs/assets/Examples/postpass.png +0 -0
  10. package/docs/assets/showcase/DecomissionedAircraftMap.png +0 -0
  11. package/docs/assets/showcase/HighSchoolMascotMap.png +0 -0
  12. package/docs/assets/showcase/teambaden.png +0 -0
  13. package/docs/assets/showcase/water-crisis.png +0 -0
  14. package/docs/further-reading.md +5 -1
  15. package/docs/query-shortcuts.md +26 -3
  16. package/docs/resources.md +5 -2
  17. package/docs/showcase.md +34 -0
  18. package/docs/yaml.md +15 -0
  19. package/lib/bounds.js +11 -0
  20. package/lib/queryProviders/index.js +5 -1
  21. package/lib/queryProviders/osm.js +4 -0
  22. package/lib/queryProviders/postpass.js +76 -0
  23. package/lib/queryProviders/sparql.js +21 -3
  24. package/package.json +2 -2
  25. package/static/sprites/emoji.json +13750 -0
  26. package/static/sprites/emoji.png +0 -0
  27. package/static/sprites/emoji@2x.json +13750 -0
  28. package/static/sprites/emoji@2x.png +0 -0
  29. package/static/sprites/maki.json +35 -27
  30. package/static/sprites/maki.png +0 -0
  31. package/static/sprites/maki@2x.json +832 -824
  32. package/static/sprites/maki@2x.png +0 -0
  33. package/static/sprites/temaki.json +260 -252
  34. package/static/sprites/temaki.png +0 -0
  35. package/static/sprites/temaki@2x.json +2126 -2118
  36. package/static/sprites/temaki@2x.png +0 -0
@@ -1,1705 +1,1713 @@
1
1
  {
2
2
  "aerialway": {
3
- "height": 66,
4
- "width": 66,
3
+ "height": 72,
4
+ "width": 72,
5
5
  "x": 0,
6
6
  "y": 0,
7
7
  "pixelRatio": 2,
8
8
  "sdf": true
9
9
  },
10
10
  "airfield": {
11
- "height": 66,
12
- "width": 66,
13
- "x": 66,
11
+ "height": 72,
12
+ "width": 72,
13
+ "x": 72,
14
14
  "y": 0,
15
15
  "pixelRatio": 2,
16
16
  "sdf": true
17
17
  },
18
18
  "airport": {
19
- "height": 66,
20
- "width": 66,
19
+ "height": 72,
20
+ "width": 72,
21
21
  "x": 0,
22
- "y": 66,
22
+ "y": 72,
23
23
  "pixelRatio": 2,
24
24
  "sdf": true
25
25
  },
26
26
  "alcohol-shop": {
27
- "height": 66,
28
- "width": 66,
29
- "x": 66,
30
- "y": 66,
27
+ "height": 72,
28
+ "width": 72,
29
+ "x": 72,
30
+ "y": 72,
31
31
  "pixelRatio": 2,
32
32
  "sdf": true
33
33
  },
34
34
  "american-football": {
35
- "height": 66,
36
- "width": 66,
37
- "x": 132,
35
+ "height": 72,
36
+ "width": 72,
37
+ "x": 144,
38
38
  "y": 0,
39
39
  "pixelRatio": 2,
40
40
  "sdf": true
41
41
  },
42
42
  "amusement-park": {
43
- "height": 66,
44
- "width": 66,
45
- "x": 132,
46
- "y": 66,
43
+ "height": 72,
44
+ "width": 72,
45
+ "x": 144,
46
+ "y": 72,
47
47
  "pixelRatio": 2,
48
48
  "sdf": true
49
49
  },
50
50
  "animal-shelter": {
51
- "height": 66,
52
- "width": 66,
51
+ "height": 72,
52
+ "width": 72,
53
53
  "x": 0,
54
- "y": 132,
54
+ "y": 144,
55
55
  "pixelRatio": 2,
56
56
  "sdf": true
57
57
  },
58
58
  "aquarium": {
59
- "height": 66,
60
- "width": 66,
61
- "x": 66,
62
- "y": 132,
59
+ "height": 72,
60
+ "width": 72,
61
+ "x": 72,
62
+ "y": 144,
63
63
  "pixelRatio": 2,
64
64
  "sdf": true
65
65
  },
66
66
  "arrow": {
67
- "height": 66,
68
- "width": 66,
69
- "x": 132,
70
- "y": 132,
67
+ "height": 72,
68
+ "width": 72,
69
+ "x": 144,
70
+ "y": 144,
71
71
  "pixelRatio": 2,
72
72
  "sdf": true
73
73
  },
74
74
  "art-gallery": {
75
- "height": 66,
76
- "width": 66,
77
- "x": 198,
75
+ "height": 72,
76
+ "width": 72,
77
+ "x": 216,
78
78
  "y": 0,
79
79
  "pixelRatio": 2,
80
80
  "sdf": true
81
81
  },
82
82
  "attraction": {
83
- "height": 66,
84
- "width": 66,
85
- "x": 198,
86
- "y": 66,
83
+ "height": 72,
84
+ "width": 72,
85
+ "x": 216,
86
+ "y": 72,
87
87
  "pixelRatio": 2,
88
88
  "sdf": true
89
89
  },
90
90
  "bakery": {
91
- "height": 66,
92
- "width": 66,
93
- "x": 198,
94
- "y": 132,
91
+ "height": 72,
92
+ "width": 72,
93
+ "x": 216,
94
+ "y": 144,
95
95
  "pixelRatio": 2,
96
96
  "sdf": true
97
97
  },
98
98
  "bank-JP": {
99
- "height": 66,
100
- "width": 66,
99
+ "height": 72,
100
+ "width": 72,
101
101
  "x": 0,
102
- "y": 198,
102
+ "y": 216,
103
103
  "pixelRatio": 2,
104
104
  "sdf": true
105
105
  },
106
106
  "bank": {
107
- "height": 66,
108
- "width": 66,
109
- "x": 66,
110
- "y": 198,
107
+ "height": 72,
108
+ "width": 72,
109
+ "x": 72,
110
+ "y": 216,
111
111
  "pixelRatio": 2,
112
112
  "sdf": true
113
113
  },
114
114
  "bar": {
115
- "height": 66,
116
- "width": 66,
117
- "x": 132,
118
- "y": 198,
115
+ "height": 72,
116
+ "width": 72,
117
+ "x": 144,
118
+ "y": 216,
119
119
  "pixelRatio": 2,
120
120
  "sdf": true
121
121
  },
122
122
  "barrier": {
123
- "height": 66,
124
- "width": 66,
125
- "x": 198,
126
- "y": 198,
123
+ "height": 72,
124
+ "width": 72,
125
+ "x": 216,
126
+ "y": 216,
127
127
  "pixelRatio": 2,
128
128
  "sdf": true
129
129
  },
130
130
  "baseball": {
131
- "height": 66,
132
- "width": 66,
133
- "x": 264,
131
+ "height": 72,
132
+ "width": 72,
133
+ "x": 288,
134
134
  "y": 0,
135
135
  "pixelRatio": 2,
136
136
  "sdf": true
137
137
  },
138
138
  "basketball": {
139
- "height": 66,
140
- "width": 66,
141
- "x": 264,
142
- "y": 66,
139
+ "height": 72,
140
+ "width": 72,
141
+ "x": 288,
142
+ "y": 72,
143
143
  "pixelRatio": 2,
144
144
  "sdf": true
145
145
  },
146
146
  "bbq": {
147
- "height": 66,
148
- "width": 66,
149
- "x": 264,
150
- "y": 132,
147
+ "height": 72,
148
+ "width": 72,
149
+ "x": 288,
150
+ "y": 144,
151
151
  "pixelRatio": 2,
152
152
  "sdf": true
153
153
  },
154
154
  "beach": {
155
- "height": 66,
156
- "width": 66,
157
- "x": 264,
158
- "y": 198,
155
+ "height": 72,
156
+ "width": 72,
157
+ "x": 288,
158
+ "y": 216,
159
159
  "pixelRatio": 2,
160
160
  "sdf": true
161
161
  },
162
162
  "beer": {
163
- "height": 66,
164
- "width": 66,
163
+ "height": 72,
164
+ "width": 72,
165
165
  "x": 0,
166
- "y": 264,
166
+ "y": 288,
167
167
  "pixelRatio": 2,
168
168
  "sdf": true
169
169
  },
170
170
  "bicycle-share": {
171
- "height": 66,
172
- "width": 66,
173
- "x": 66,
174
- "y": 264,
171
+ "height": 72,
172
+ "width": 72,
173
+ "x": 72,
174
+ "y": 288,
175
175
  "pixelRatio": 2,
176
176
  "sdf": true
177
177
  },
178
178
  "bicycle": {
179
- "height": 66,
180
- "width": 66,
181
- "x": 132,
182
- "y": 264,
179
+ "height": 72,
180
+ "width": 72,
181
+ "x": 144,
182
+ "y": 288,
183
183
  "pixelRatio": 2,
184
184
  "sdf": true
185
185
  },
186
186
  "blood-bank": {
187
- "height": 66,
188
- "width": 66,
189
- "x": 198,
190
- "y": 264,
187
+ "height": 72,
188
+ "width": 72,
189
+ "x": 216,
190
+ "y": 288,
191
191
  "pixelRatio": 2,
192
192
  "sdf": true
193
193
  },
194
194
  "bowling-alley": {
195
- "height": 66,
196
- "width": 66,
197
- "x": 264,
198
- "y": 264,
195
+ "height": 72,
196
+ "width": 72,
197
+ "x": 288,
198
+ "y": 288,
199
199
  "pixelRatio": 2,
200
200
  "sdf": true
201
201
  },
202
202
  "bridge": {
203
- "height": 66,
204
- "width": 66,
205
- "x": 330,
203
+ "height": 72,
204
+ "width": 72,
205
+ "x": 360,
206
206
  "y": 0,
207
207
  "pixelRatio": 2,
208
208
  "sdf": true
209
209
  },
210
210
  "building-alt1": {
211
- "height": 66,
212
- "width": 66,
213
- "x": 330,
214
- "y": 66,
211
+ "height": 72,
212
+ "width": 72,
213
+ "x": 360,
214
+ "y": 72,
215
215
  "pixelRatio": 2,
216
216
  "sdf": true
217
217
  },
218
218
  "building": {
219
- "height": 66,
220
- "width": 66,
221
- "x": 330,
222
- "y": 132,
219
+ "height": 72,
220
+ "width": 72,
221
+ "x": 360,
222
+ "y": 144,
223
223
  "pixelRatio": 2,
224
224
  "sdf": true
225
225
  },
226
226
  "bus": {
227
- "height": 66,
228
- "width": 66,
229
- "x": 330,
230
- "y": 198,
227
+ "height": 72,
228
+ "width": 72,
229
+ "x": 360,
230
+ "y": 216,
231
231
  "pixelRatio": 2,
232
232
  "sdf": true
233
233
  },
234
234
  "cafe": {
235
- "height": 66,
236
- "width": 66,
237
- "x": 330,
238
- "y": 264,
235
+ "height": 72,
236
+ "width": 72,
237
+ "x": 360,
238
+ "y": 288,
239
239
  "pixelRatio": 2,
240
240
  "sdf": true
241
241
  },
242
242
  "campsite": {
243
- "height": 66,
244
- "width": 66,
243
+ "height": 72,
244
+ "width": 72,
245
245
  "x": 0,
246
- "y": 330,
246
+ "y": 360,
247
247
  "pixelRatio": 2,
248
248
  "sdf": true
249
249
  },
250
250
  "car-rental": {
251
- "height": 66,
252
- "width": 66,
253
- "x": 66,
254
- "y": 330,
251
+ "height": 72,
252
+ "width": 72,
253
+ "x": 72,
254
+ "y": 360,
255
255
  "pixelRatio": 2,
256
256
  "sdf": true
257
257
  },
258
258
  "car-repair": {
259
- "height": 66,
260
- "width": 66,
261
- "x": 132,
262
- "y": 330,
259
+ "height": 72,
260
+ "width": 72,
261
+ "x": 144,
262
+ "y": 360,
263
263
  "pixelRatio": 2,
264
264
  "sdf": true
265
265
  },
266
266
  "car": {
267
- "height": 66,
268
- "width": 66,
269
- "x": 198,
270
- "y": 330,
267
+ "height": 72,
268
+ "width": 72,
269
+ "x": 216,
270
+ "y": 360,
271
271
  "pixelRatio": 2,
272
272
  "sdf": true
273
273
  },
274
274
  "casino": {
275
- "height": 66,
276
- "width": 66,
277
- "x": 264,
278
- "y": 330,
275
+ "height": 72,
276
+ "width": 72,
277
+ "x": 288,
278
+ "y": 360,
279
279
  "pixelRatio": 2,
280
280
  "sdf": true
281
281
  },
282
282
  "castle-JP": {
283
- "height": 66,
284
- "width": 66,
285
- "x": 330,
286
- "y": 330,
283
+ "height": 72,
284
+ "width": 72,
285
+ "x": 360,
286
+ "y": 360,
287
287
  "pixelRatio": 2,
288
288
  "sdf": true
289
289
  },
290
290
  "castle": {
291
- "height": 66,
292
- "width": 66,
293
- "x": 396,
291
+ "height": 72,
292
+ "width": 72,
293
+ "x": 432,
294
294
  "y": 0,
295
295
  "pixelRatio": 2,
296
296
  "sdf": true
297
297
  },
298
298
  "caution": {
299
- "height": 66,
300
- "width": 66,
301
- "x": 396,
302
- "y": 66,
299
+ "height": 72,
300
+ "width": 72,
301
+ "x": 432,
302
+ "y": 72,
303
303
  "pixelRatio": 2,
304
304
  "sdf": true
305
305
  },
306
306
  "cemetery-JP": {
307
- "height": 66,
308
- "width": 66,
309
- "x": 396,
310
- "y": 132,
307
+ "height": 72,
308
+ "width": 72,
309
+ "x": 432,
310
+ "y": 144,
311
311
  "pixelRatio": 2,
312
312
  "sdf": true
313
313
  },
314
314
  "cemetery": {
315
- "height": 66,
316
- "width": 66,
317
- "x": 396,
318
- "y": 198,
315
+ "height": 72,
316
+ "width": 72,
317
+ "x": 432,
318
+ "y": 216,
319
319
  "pixelRatio": 2,
320
320
  "sdf": true
321
321
  },
322
322
  "charging-station": {
323
- "height": 66,
324
- "width": 66,
325
- "x": 396,
326
- "y": 264,
323
+ "height": 72,
324
+ "width": 72,
325
+ "x": 432,
326
+ "y": 288,
327
327
  "pixelRatio": 2,
328
328
  "sdf": true
329
329
  },
330
330
  "cinema": {
331
- "height": 66,
332
- "width": 66,
333
- "x": 396,
334
- "y": 330,
331
+ "height": 72,
332
+ "width": 72,
333
+ "x": 432,
334
+ "y": 360,
335
335
  "pixelRatio": 2,
336
336
  "sdf": true
337
337
  },
338
338
  "circle-stroked": {
339
- "height": 66,
340
- "width": 66,
339
+ "height": 72,
340
+ "width": 72,
341
341
  "x": 0,
342
- "y": 396,
342
+ "y": 432,
343
343
  "pixelRatio": 2,
344
344
  "sdf": true
345
345
  },
346
346
  "circle": {
347
- "height": 66,
348
- "width": 66,
349
- "x": 66,
350
- "y": 396,
347
+ "height": 72,
348
+ "width": 72,
349
+ "x": 72,
350
+ "y": 432,
351
351
  "pixelRatio": 2,
352
352
  "sdf": true
353
353
  },
354
354
  "city": {
355
- "height": 66,
356
- "width": 66,
357
- "x": 132,
358
- "y": 396,
355
+ "height": 72,
356
+ "width": 72,
357
+ "x": 144,
358
+ "y": 432,
359
359
  "pixelRatio": 2,
360
360
  "sdf": true
361
361
  },
362
362
  "clothing-store": {
363
- "height": 66,
364
- "width": 66,
365
- "x": 198,
366
- "y": 396,
363
+ "height": 72,
364
+ "width": 72,
365
+ "x": 216,
366
+ "y": 432,
367
367
  "pixelRatio": 2,
368
368
  "sdf": true
369
369
  },
370
370
  "college-JP": {
371
- "height": 66,
372
- "width": 66,
373
- "x": 264,
374
- "y": 396,
371
+ "height": 72,
372
+ "width": 72,
373
+ "x": 288,
374
+ "y": 432,
375
375
  "pixelRatio": 2,
376
376
  "sdf": true
377
377
  },
378
378
  "college": {
379
- "height": 66,
380
- "width": 66,
381
- "x": 330,
382
- "y": 396,
379
+ "height": 72,
380
+ "width": 72,
381
+ "x": 360,
382
+ "y": 432,
383
383
  "pixelRatio": 2,
384
384
  "sdf": true
385
385
  },
386
386
  "commercial": {
387
- "height": 66,
388
- "width": 66,
389
- "x": 396,
390
- "y": 396,
387
+ "height": 72,
388
+ "width": 72,
389
+ "x": 432,
390
+ "y": 432,
391
391
  "pixelRatio": 2,
392
392
  "sdf": true
393
393
  },
394
394
  "communications-tower": {
395
- "height": 66,
396
- "width": 66,
397
- "x": 462,
395
+ "height": 72,
396
+ "width": 72,
397
+ "x": 504,
398
398
  "y": 0,
399
399
  "pixelRatio": 2,
400
400
  "sdf": true
401
401
  },
402
402
  "confectionery": {
403
- "height": 66,
404
- "width": 66,
405
- "x": 462,
406
- "y": 66,
403
+ "height": 72,
404
+ "width": 72,
405
+ "x": 504,
406
+ "y": 72,
407
407
  "pixelRatio": 2,
408
408
  "sdf": true
409
409
  },
410
410
  "construction": {
411
- "height": 66,
412
- "width": 66,
413
- "x": 462,
414
- "y": 132,
411
+ "height": 72,
412
+ "width": 72,
413
+ "x": 504,
414
+ "y": 144,
415
415
  "pixelRatio": 2,
416
416
  "sdf": true
417
417
  },
418
418
  "convenience": {
419
- "height": 66,
420
- "width": 66,
421
- "x": 462,
422
- "y": 198,
419
+ "height": 72,
420
+ "width": 72,
421
+ "x": 504,
422
+ "y": 216,
423
423
  "pixelRatio": 2,
424
424
  "sdf": true
425
425
  },
426
426
  "cricket": {
427
- "height": 66,
428
- "width": 66,
429
- "x": 462,
430
- "y": 264,
427
+ "height": 72,
428
+ "width": 72,
429
+ "x": 504,
430
+ "y": 288,
431
431
  "pixelRatio": 2,
432
432
  "sdf": true
433
433
  },
434
434
  "cross": {
435
- "height": 66,
436
- "width": 66,
437
- "x": 462,
438
- "y": 330,
435
+ "height": 72,
436
+ "width": 72,
437
+ "x": 504,
438
+ "y": 360,
439
439
  "pixelRatio": 2,
440
440
  "sdf": true
441
441
  },
442
442
  "dam": {
443
- "height": 66,
444
- "width": 66,
445
- "x": 462,
446
- "y": 396,
443
+ "height": 72,
444
+ "width": 72,
445
+ "x": 504,
446
+ "y": 432,
447
447
  "pixelRatio": 2,
448
448
  "sdf": true
449
449
  },
450
450
  "danger": {
451
- "height": 66,
452
- "width": 66,
451
+ "height": 72,
452
+ "width": 72,
453
453
  "x": 0,
454
- "y": 462,
454
+ "y": 504,
455
455
  "pixelRatio": 2,
456
456
  "sdf": true
457
457
  },
458
458
  "defibrillator": {
459
- "height": 66,
460
- "width": 66,
461
- "x": 66,
462
- "y": 462,
459
+ "height": 72,
460
+ "width": 72,
461
+ "x": 72,
462
+ "y": 504,
463
463
  "pixelRatio": 2,
464
464
  "sdf": true
465
465
  },
466
466
  "dentist": {
467
- "height": 66,
468
- "width": 66,
469
- "x": 132,
470
- "y": 462,
467
+ "height": 72,
468
+ "width": 72,
469
+ "x": 144,
470
+ "y": 504,
471
471
  "pixelRatio": 2,
472
472
  "sdf": true
473
473
  },
474
474
  "diamond": {
475
- "height": 66,
476
- "width": 66,
477
- "x": 198,
478
- "y": 462,
475
+ "height": 72,
476
+ "width": 72,
477
+ "x": 216,
478
+ "y": 504,
479
479
  "pixelRatio": 2,
480
480
  "sdf": true
481
481
  },
482
482
  "doctor": {
483
- "height": 66,
484
- "width": 66,
485
- "x": 264,
486
- "y": 462,
483
+ "height": 72,
484
+ "width": 72,
485
+ "x": 288,
486
+ "y": 504,
487
487
  "pixelRatio": 2,
488
488
  "sdf": true
489
489
  },
490
490
  "dog-park": {
491
- "height": 66,
492
- "width": 66,
493
- "x": 330,
494
- "y": 462,
491
+ "height": 72,
492
+ "width": 72,
493
+ "x": 360,
494
+ "y": 504,
495
495
  "pixelRatio": 2,
496
496
  "sdf": true
497
497
  },
498
498
  "drinking-water": {
499
- "height": 66,
500
- "width": 66,
501
- "x": 396,
502
- "y": 462,
499
+ "height": 72,
500
+ "width": 72,
501
+ "x": 432,
502
+ "y": 504,
503
503
  "pixelRatio": 2,
504
504
  "sdf": true
505
505
  },
506
506
  "elevator": {
507
- "height": 66,
508
- "width": 66,
509
- "x": 462,
510
- "y": 462,
507
+ "height": 72,
508
+ "width": 72,
509
+ "x": 504,
510
+ "y": 504,
511
511
  "pixelRatio": 2,
512
512
  "sdf": true
513
513
  },
514
514
  "embassy": {
515
- "height": 66,
516
- "width": 66,
517
- "x": 528,
515
+ "height": 72,
516
+ "width": 72,
517
+ "x": 576,
518
518
  "y": 0,
519
519
  "pixelRatio": 2,
520
520
  "sdf": true
521
521
  },
522
522
  "emergency-phone": {
523
- "height": 66,
524
- "width": 66,
525
- "x": 528,
526
- "y": 66,
523
+ "height": 72,
524
+ "width": 72,
525
+ "x": 576,
526
+ "y": 72,
527
527
  "pixelRatio": 2,
528
528
  "sdf": true
529
529
  },
530
530
  "entrance-alt1": {
531
- "height": 66,
532
- "width": 66,
533
- "x": 528,
534
- "y": 132,
531
+ "height": 72,
532
+ "width": 72,
533
+ "x": 576,
534
+ "y": 144,
535
535
  "pixelRatio": 2,
536
536
  "sdf": true
537
537
  },
538
538
  "entrance": {
539
- "height": 66,
540
- "width": 66,
541
- "x": 528,
542
- "y": 198,
539
+ "height": 72,
540
+ "width": 72,
541
+ "x": 576,
542
+ "y": 216,
543
543
  "pixelRatio": 2,
544
544
  "sdf": true
545
545
  },
546
546
  "farm": {
547
- "height": 66,
548
- "width": 66,
549
- "x": 528,
550
- "y": 264,
547
+ "height": 72,
548
+ "width": 72,
549
+ "x": 576,
550
+ "y": 288,
551
551
  "pixelRatio": 2,
552
552
  "sdf": true
553
553
  },
554
554
  "fast-food": {
555
- "height": 66,
556
- "width": 66,
557
- "x": 528,
558
- "y": 330,
555
+ "height": 72,
556
+ "width": 72,
557
+ "x": 576,
558
+ "y": 360,
559
559
  "pixelRatio": 2,
560
560
  "sdf": true
561
561
  },
562
562
  "fence": {
563
- "height": 66,
564
- "width": 66,
565
- "x": 528,
566
- "y": 396,
563
+ "height": 72,
564
+ "width": 72,
565
+ "x": 576,
566
+ "y": 432,
567
567
  "pixelRatio": 2,
568
568
  "sdf": true
569
569
  },
570
570
  "ferry-JP": {
571
- "height": 66,
572
- "width": 66,
573
- "x": 528,
574
- "y": 462,
571
+ "height": 72,
572
+ "width": 72,
573
+ "x": 576,
574
+ "y": 504,
575
575
  "pixelRatio": 2,
576
576
  "sdf": true
577
577
  },
578
578
  "ferry": {
579
- "height": 66,
580
- "width": 66,
579
+ "height": 72,
580
+ "width": 72,
581
581
  "x": 0,
582
- "y": 528,
582
+ "y": 576,
583
583
  "pixelRatio": 2,
584
584
  "sdf": true
585
585
  },
586
586
  "fire-station-JP": {
587
- "height": 66,
588
- "width": 66,
589
- "x": 66,
590
- "y": 528,
587
+ "height": 72,
588
+ "width": 72,
589
+ "x": 72,
590
+ "y": 576,
591
591
  "pixelRatio": 2,
592
592
  "sdf": true
593
593
  },
594
594
  "fire-station": {
595
- "height": 66,
596
- "width": 66,
597
- "x": 132,
598
- "y": 528,
595
+ "height": 72,
596
+ "width": 72,
597
+ "x": 144,
598
+ "y": 576,
599
599
  "pixelRatio": 2,
600
600
  "sdf": true
601
601
  },
602
602
  "fitness-centre": {
603
- "height": 66,
604
- "width": 66,
605
- "x": 198,
606
- "y": 528,
603
+ "height": 72,
604
+ "width": 72,
605
+ "x": 216,
606
+ "y": 576,
607
607
  "pixelRatio": 2,
608
608
  "sdf": true
609
609
  },
610
610
  "florist": {
611
- "height": 66,
612
- "width": 66,
613
- "x": 264,
614
- "y": 528,
611
+ "height": 72,
612
+ "width": 72,
613
+ "x": 288,
614
+ "y": 576,
615
615
  "pixelRatio": 2,
616
616
  "sdf": true
617
617
  },
618
618
  "fuel": {
619
- "height": 66,
620
- "width": 66,
621
- "x": 330,
622
- "y": 528,
619
+ "height": 72,
620
+ "width": 72,
621
+ "x": 360,
622
+ "y": 576,
623
623
  "pixelRatio": 2,
624
624
  "sdf": true
625
625
  },
626
626
  "furniture": {
627
- "height": 66,
628
- "width": 66,
629
- "x": 396,
630
- "y": 528,
627
+ "height": 72,
628
+ "width": 72,
629
+ "x": 432,
630
+ "y": 576,
631
631
  "pixelRatio": 2,
632
632
  "sdf": true
633
633
  },
634
634
  "gaming": {
635
- "height": 66,
636
- "width": 66,
637
- "x": 462,
638
- "y": 528,
635
+ "height": 72,
636
+ "width": 72,
637
+ "x": 504,
638
+ "y": 576,
639
639
  "pixelRatio": 2,
640
640
  "sdf": true
641
641
  },
642
642
  "garden-centre": {
643
- "height": 66,
644
- "width": 66,
645
- "x": 528,
646
- "y": 528,
643
+ "height": 72,
644
+ "width": 72,
645
+ "x": 576,
646
+ "y": 576,
647
647
  "pixelRatio": 2,
648
648
  "sdf": true
649
649
  },
650
650
  "garden": {
651
- "height": 66,
652
- "width": 66,
653
- "x": 594,
651
+ "height": 72,
652
+ "width": 72,
653
+ "x": 648,
654
654
  "y": 0,
655
655
  "pixelRatio": 2,
656
656
  "sdf": true
657
657
  },
658
658
  "gate": {
659
- "height": 66,
660
- "width": 66,
661
- "x": 594,
662
- "y": 66,
659
+ "height": 72,
660
+ "width": 72,
661
+ "x": 648,
662
+ "y": 72,
663
663
  "pixelRatio": 2,
664
664
  "sdf": true
665
665
  },
666
666
  "gift": {
667
- "height": 66,
668
- "width": 66,
669
- "x": 594,
670
- "y": 132,
667
+ "height": 72,
668
+ "width": 72,
669
+ "x": 648,
670
+ "y": 144,
671
671
  "pixelRatio": 2,
672
672
  "sdf": true
673
673
  },
674
674
  "globe": {
675
- "height": 66,
676
- "width": 66,
677
- "x": 594,
678
- "y": 198,
675
+ "height": 72,
676
+ "width": 72,
677
+ "x": 648,
678
+ "y": 216,
679
679
  "pixelRatio": 2,
680
680
  "sdf": true
681
681
  },
682
682
  "golf": {
683
- "height": 66,
684
- "width": 66,
685
- "x": 594,
686
- "y": 264,
683
+ "height": 72,
684
+ "width": 72,
685
+ "x": 648,
686
+ "y": 288,
687
687
  "pixelRatio": 2,
688
688
  "sdf": true
689
689
  },
690
690
  "grocery": {
691
- "height": 66,
692
- "width": 66,
693
- "x": 594,
694
- "y": 330,
691
+ "height": 72,
692
+ "width": 72,
693
+ "x": 648,
694
+ "y": 360,
695
695
  "pixelRatio": 2,
696
696
  "sdf": true
697
697
  },
698
698
  "hairdresser": {
699
- "height": 66,
700
- "width": 66,
701
- "x": 594,
702
- "y": 396,
699
+ "height": 72,
700
+ "width": 72,
701
+ "x": 648,
702
+ "y": 432,
703
703
  "pixelRatio": 2,
704
704
  "sdf": true
705
705
  },
706
706
  "harbor": {
707
- "height": 66,
708
- "width": 66,
709
- "x": 594,
710
- "y": 462,
707
+ "height": 72,
708
+ "width": 72,
709
+ "x": 648,
710
+ "y": 504,
711
711
  "pixelRatio": 2,
712
712
  "sdf": true
713
713
  },
714
714
  "hardware": {
715
- "height": 66,
716
- "width": 66,
717
- "x": 594,
718
- "y": 528,
715
+ "height": 72,
716
+ "width": 72,
717
+ "x": 648,
718
+ "y": 576,
719
719
  "pixelRatio": 2,
720
720
  "sdf": true
721
721
  },
722
722
  "heart": {
723
- "height": 66,
724
- "width": 66,
723
+ "height": 72,
724
+ "width": 72,
725
725
  "x": 0,
726
- "y": 594,
726
+ "y": 648,
727
727
  "pixelRatio": 2,
728
728
  "sdf": true
729
729
  },
730
730
  "heliport": {
731
- "height": 66,
732
- "width": 66,
733
- "x": 66,
734
- "y": 594,
731
+ "height": 72,
732
+ "width": 72,
733
+ "x": 72,
734
+ "y": 648,
735
735
  "pixelRatio": 2,
736
736
  "sdf": true
737
737
  },
738
738
  "highway-rest-area": {
739
- "height": 66,
740
- "width": 66,
741
- "x": 132,
742
- "y": 594,
739
+ "height": 72,
740
+ "width": 72,
741
+ "x": 144,
742
+ "y": 648,
743
743
  "pixelRatio": 2,
744
744
  "sdf": true
745
745
  },
746
746
  "historic": {
747
- "height": 66,
748
- "width": 66,
749
- "x": 198,
750
- "y": 594,
747
+ "height": 72,
748
+ "width": 72,
749
+ "x": 216,
750
+ "y": 648,
751
751
  "pixelRatio": 2,
752
752
  "sdf": true
753
753
  },
754
754
  "home": {
755
- "height": 66,
756
- "width": 66,
757
- "x": 264,
758
- "y": 594,
755
+ "height": 72,
756
+ "width": 72,
757
+ "x": 288,
758
+ "y": 648,
759
759
  "pixelRatio": 2,
760
760
  "sdf": true
761
761
  },
762
762
  "horse-riding": {
763
- "height": 66,
764
- "width": 66,
765
- "x": 330,
766
- "y": 594,
763
+ "height": 72,
764
+ "width": 72,
765
+ "x": 360,
766
+ "y": 648,
767
767
  "pixelRatio": 2,
768
768
  "sdf": true
769
769
  },
770
770
  "hospital-JP": {
771
- "height": 66,
772
- "width": 66,
773
- "x": 396,
774
- "y": 594,
771
+ "height": 72,
772
+ "width": 72,
773
+ "x": 432,
774
+ "y": 648,
775
775
  "pixelRatio": 2,
776
776
  "sdf": true
777
777
  },
778
778
  "hospital": {
779
- "height": 66,
780
- "width": 66,
781
- "x": 462,
782
- "y": 594,
779
+ "height": 72,
780
+ "width": 72,
781
+ "x": 504,
782
+ "y": 648,
783
783
  "pixelRatio": 2,
784
784
  "sdf": true
785
785
  },
786
786
  "hot-spring": {
787
- "height": 66,
788
- "width": 66,
789
- "x": 528,
790
- "y": 594,
787
+ "height": 72,
788
+ "width": 72,
789
+ "x": 576,
790
+ "y": 648,
791
791
  "pixelRatio": 2,
792
792
  "sdf": true
793
793
  },
794
794
  "ice-cream": {
795
- "height": 66,
796
- "width": 66,
797
- "x": 594,
798
- "y": 594,
795
+ "height": 72,
796
+ "width": 72,
797
+ "x": 648,
798
+ "y": 648,
799
799
  "pixelRatio": 2,
800
800
  "sdf": true
801
801
  },
802
802
  "industry": {
803
- "height": 66,
804
- "width": 66,
805
- "x": 660,
803
+ "height": 72,
804
+ "width": 72,
805
+ "x": 720,
806
806
  "y": 0,
807
807
  "pixelRatio": 2,
808
808
  "sdf": true
809
809
  },
810
810
  "information": {
811
- "height": 66,
812
- "width": 66,
813
- "x": 660,
814
- "y": 66,
811
+ "height": 72,
812
+ "width": 72,
813
+ "x": 720,
814
+ "y": 72,
815
815
  "pixelRatio": 2,
816
816
  "sdf": true
817
817
  },
818
818
  "jewelry-store": {
819
- "height": 66,
820
- "width": 66,
821
- "x": 660,
822
- "y": 132,
819
+ "height": 72,
820
+ "width": 72,
821
+ "x": 720,
822
+ "y": 144,
823
823
  "pixelRatio": 2,
824
824
  "sdf": true
825
825
  },
826
826
  "karaoke": {
827
- "height": 66,
828
- "width": 66,
829
- "x": 660,
830
- "y": 198,
827
+ "height": 72,
828
+ "width": 72,
829
+ "x": 720,
830
+ "y": 216,
831
831
  "pixelRatio": 2,
832
832
  "sdf": true
833
833
  },
834
834
  "landmark-JP": {
835
- "height": 66,
836
- "width": 66,
837
- "x": 660,
838
- "y": 264,
835
+ "height": 72,
836
+ "width": 72,
837
+ "x": 720,
838
+ "y": 288,
839
839
  "pixelRatio": 2,
840
840
  "sdf": true
841
841
  },
842
842
  "landmark": {
843
- "height": 66,
844
- "width": 66,
845
- "x": 660,
846
- "y": 330,
843
+ "height": 72,
844
+ "width": 72,
845
+ "x": 720,
846
+ "y": 360,
847
847
  "pixelRatio": 2,
848
848
  "sdf": true
849
849
  },
850
850
  "landuse": {
851
- "height": 66,
852
- "width": 66,
853
- "x": 660,
854
- "y": 396,
851
+ "height": 72,
852
+ "width": 72,
853
+ "x": 720,
854
+ "y": 432,
855
855
  "pixelRatio": 2,
856
856
  "sdf": true
857
857
  },
858
858
  "laundry": {
859
- "height": 66,
860
- "width": 66,
861
- "x": 660,
862
- "y": 462,
859
+ "height": 72,
860
+ "width": 72,
861
+ "x": 720,
862
+ "y": 504,
863
863
  "pixelRatio": 2,
864
864
  "sdf": true
865
865
  },
866
866
  "library": {
867
- "height": 66,
868
- "width": 66,
869
- "x": 660,
870
- "y": 528,
867
+ "height": 72,
868
+ "width": 72,
869
+ "x": 720,
870
+ "y": 576,
871
871
  "pixelRatio": 2,
872
872
  "sdf": true
873
873
  },
874
874
  "lift-gate": {
875
- "height": 66,
876
- "width": 66,
877
- "x": 660,
878
- "y": 594,
875
+ "height": 72,
876
+ "width": 72,
877
+ "x": 720,
878
+ "y": 648,
879
879
  "pixelRatio": 2,
880
880
  "sdf": true
881
881
  },
882
882
  "lighthouse-JP": {
883
- "height": 66,
884
- "width": 66,
883
+ "height": 72,
884
+ "width": 72,
885
885
  "x": 0,
886
- "y": 660,
886
+ "y": 720,
887
887
  "pixelRatio": 2,
888
888
  "sdf": true
889
889
  },
890
890
  "lighthouse": {
891
- "height": 66,
892
- "width": 66,
893
- "x": 66,
894
- "y": 660,
891
+ "height": 72,
892
+ "width": 72,
893
+ "x": 72,
894
+ "y": 720,
895
895
  "pixelRatio": 2,
896
896
  "sdf": true
897
897
  },
898
898
  "lodging": {
899
- "height": 66,
900
- "width": 66,
901
- "x": 132,
902
- "y": 660,
899
+ "height": 72,
900
+ "width": 72,
901
+ "x": 144,
902
+ "y": 720,
903
903
  "pixelRatio": 2,
904
904
  "sdf": true
905
905
  },
906
906
  "logging": {
907
- "height": 66,
908
- "width": 66,
909
- "x": 198,
910
- "y": 660,
907
+ "height": 72,
908
+ "width": 72,
909
+ "x": 216,
910
+ "y": 720,
911
911
  "pixelRatio": 2,
912
912
  "sdf": true
913
913
  },
914
914
  "marker-stroked": {
915
- "height": 66,
916
- "width": 66,
917
- "x": 264,
918
- "y": 660,
915
+ "height": 72,
916
+ "width": 72,
917
+ "x": 288,
918
+ "y": 720,
919
919
  "pixelRatio": 2,
920
920
  "sdf": true
921
921
  },
922
922
  "marker": {
923
- "height": 66,
924
- "width": 66,
925
- "x": 330,
926
- "y": 660,
923
+ "height": 72,
924
+ "width": 72,
925
+ "x": 360,
926
+ "y": 720,
927
927
  "pixelRatio": 2,
928
928
  "sdf": true
929
929
  },
930
930
  "mobile-phone": {
931
- "height": 66,
932
- "width": 66,
933
- "x": 396,
934
- "y": 660,
931
+ "height": 72,
932
+ "width": 72,
933
+ "x": 432,
934
+ "y": 720,
935
935
  "pixelRatio": 2,
936
936
  "sdf": true
937
937
  },
938
938
  "monument-JP": {
939
- "height": 66,
940
- "width": 66,
941
- "x": 462,
942
- "y": 660,
939
+ "height": 72,
940
+ "width": 72,
941
+ "x": 504,
942
+ "y": 720,
943
943
  "pixelRatio": 2,
944
944
  "sdf": true
945
945
  },
946
946
  "monument": {
947
- "height": 66,
948
- "width": 66,
949
- "x": 528,
950
- "y": 660,
947
+ "height": 72,
948
+ "width": 72,
949
+ "x": 576,
950
+ "y": 720,
951
951
  "pixelRatio": 2,
952
952
  "sdf": true
953
953
  },
954
954
  "mountain": {
955
- "height": 66,
956
- "width": 66,
957
- "x": 594,
958
- "y": 660,
955
+ "height": 72,
956
+ "width": 72,
957
+ "x": 648,
958
+ "y": 720,
959
959
  "pixelRatio": 2,
960
960
  "sdf": true
961
961
  },
962
962
  "museum": {
963
- "height": 66,
964
- "width": 66,
965
- "x": 660,
966
- "y": 660,
963
+ "height": 72,
964
+ "width": 72,
965
+ "x": 720,
966
+ "y": 720,
967
967
  "pixelRatio": 2,
968
968
  "sdf": true
969
969
  },
970
970
  "music": {
971
- "height": 66,
972
- "width": 66,
973
- "x": 726,
971
+ "height": 72,
972
+ "width": 72,
973
+ "x": 792,
974
974
  "y": 0,
975
975
  "pixelRatio": 2,
976
976
  "sdf": true
977
977
  },
978
978
  "natural": {
979
- "height": 66,
980
- "width": 66,
981
- "x": 726,
982
- "y": 66,
979
+ "height": 72,
980
+ "width": 72,
981
+ "x": 792,
982
+ "y": 72,
983
983
  "pixelRatio": 2,
984
984
  "sdf": true
985
985
  },
986
986
  "nightclub": {
987
- "height": 66,
988
- "width": 66,
989
- "x": 726,
990
- "y": 132,
987
+ "height": 72,
988
+ "width": 72,
989
+ "x": 792,
990
+ "y": 144,
991
991
  "pixelRatio": 2,
992
992
  "sdf": true
993
993
  },
994
994
  "observation-tower": {
995
- "height": 66,
996
- "width": 66,
997
- "x": 726,
998
- "y": 198,
995
+ "height": 72,
996
+ "width": 72,
997
+ "x": 792,
998
+ "y": 216,
999
999
  "pixelRatio": 2,
1000
1000
  "sdf": true
1001
1001
  },
1002
1002
  "optician": {
1003
- "height": 66,
1004
- "width": 66,
1005
- "x": 726,
1006
- "y": 264,
1003
+ "height": 72,
1004
+ "width": 72,
1005
+ "x": 792,
1006
+ "y": 288,
1007
1007
  "pixelRatio": 2,
1008
1008
  "sdf": true
1009
1009
  },
1010
1010
  "paint": {
1011
- "height": 66,
1012
- "width": 66,
1013
- "x": 726,
1014
- "y": 330,
1011
+ "height": 72,
1012
+ "width": 72,
1013
+ "x": 792,
1014
+ "y": 360,
1015
1015
  "pixelRatio": 2,
1016
1016
  "sdf": true
1017
1017
  },
1018
1018
  "park-alt1": {
1019
- "height": 66,
1020
- "width": 66,
1021
- "x": 726,
1022
- "y": 396,
1019
+ "height": 72,
1020
+ "width": 72,
1021
+ "x": 792,
1022
+ "y": 432,
1023
1023
  "pixelRatio": 2,
1024
1024
  "sdf": true
1025
1025
  },
1026
1026
  "park": {
1027
- "height": 66,
1028
- "width": 66,
1029
- "x": 726,
1030
- "y": 462,
1027
+ "height": 72,
1028
+ "width": 72,
1029
+ "x": 792,
1030
+ "y": 504,
1031
1031
  "pixelRatio": 2,
1032
1032
  "sdf": true
1033
1033
  },
1034
1034
  "parking-garage": {
1035
- "height": 66,
1036
- "width": 66,
1037
- "x": 726,
1038
- "y": 528,
1035
+ "height": 72,
1036
+ "width": 72,
1037
+ "x": 792,
1038
+ "y": 576,
1039
1039
  "pixelRatio": 2,
1040
1040
  "sdf": true
1041
1041
  },
1042
1042
  "parking-paid": {
1043
- "height": 66,
1044
- "width": 66,
1045
- "x": 726,
1046
- "y": 594,
1043
+ "height": 72,
1044
+ "width": 72,
1045
+ "x": 792,
1046
+ "y": 648,
1047
1047
  "pixelRatio": 2,
1048
1048
  "sdf": true
1049
1049
  },
1050
1050
  "parking": {
1051
- "height": 66,
1052
- "width": 66,
1053
- "x": 726,
1054
- "y": 660,
1051
+ "height": 72,
1052
+ "width": 72,
1053
+ "x": 792,
1054
+ "y": 720,
1055
1055
  "pixelRatio": 2,
1056
1056
  "sdf": true
1057
1057
  },
1058
1058
  "pharmacy": {
1059
- "height": 66,
1060
- "width": 66,
1059
+ "height": 72,
1060
+ "width": 72,
1061
1061
  "x": 0,
1062
- "y": 726,
1062
+ "y": 792,
1063
1063
  "pixelRatio": 2,
1064
1064
  "sdf": true
1065
1065
  },
1066
1066
  "picnic-site": {
1067
- "height": 66,
1068
- "width": 66,
1069
- "x": 66,
1070
- "y": 726,
1067
+ "height": 72,
1068
+ "width": 72,
1069
+ "x": 72,
1070
+ "y": 792,
1071
1071
  "pixelRatio": 2,
1072
1072
  "sdf": true
1073
1073
  },
1074
1074
  "pitch": {
1075
- "height": 66,
1076
- "width": 66,
1077
- "x": 132,
1078
- "y": 726,
1075
+ "height": 72,
1076
+ "width": 72,
1077
+ "x": 144,
1078
+ "y": 792,
1079
1079
  "pixelRatio": 2,
1080
1080
  "sdf": true
1081
1081
  },
1082
1082
  "place-of-worship": {
1083
- "height": 66,
1084
- "width": 66,
1085
- "x": 198,
1086
- "y": 726,
1083
+ "height": 72,
1084
+ "width": 72,
1085
+ "x": 216,
1086
+ "y": 792,
1087
1087
  "pixelRatio": 2,
1088
1088
  "sdf": true
1089
1089
  },
1090
1090
  "playground": {
1091
- "height": 66,
1092
- "width": 66,
1093
- "x": 264,
1094
- "y": 726,
1091
+ "height": 72,
1092
+ "width": 72,
1093
+ "x": 288,
1094
+ "y": 792,
1095
1095
  "pixelRatio": 2,
1096
1096
  "sdf": true
1097
1097
  },
1098
1098
  "police-JP": {
1099
- "height": 66,
1100
- "width": 66,
1101
- "x": 330,
1102
- "y": 726,
1099
+ "height": 72,
1100
+ "width": 72,
1101
+ "x": 360,
1102
+ "y": 792,
1103
1103
  "pixelRatio": 2,
1104
1104
  "sdf": true
1105
1105
  },
1106
1106
  "police": {
1107
- "height": 66,
1108
- "width": 66,
1109
- "x": 396,
1110
- "y": 726,
1107
+ "height": 72,
1108
+ "width": 72,
1109
+ "x": 432,
1110
+ "y": 792,
1111
1111
  "pixelRatio": 2,
1112
1112
  "sdf": true
1113
1113
  },
1114
1114
  "post-JP": {
1115
- "height": 66,
1116
- "width": 66,
1117
- "x": 462,
1118
- "y": 726,
1115
+ "height": 72,
1116
+ "width": 72,
1117
+ "x": 504,
1118
+ "y": 792,
1119
1119
  "pixelRatio": 2,
1120
1120
  "sdf": true
1121
1121
  },
1122
1122
  "post": {
1123
- "height": 66,
1124
- "width": 66,
1125
- "x": 528,
1126
- "y": 726,
1123
+ "height": 72,
1124
+ "width": 72,
1125
+ "x": 576,
1126
+ "y": 792,
1127
1127
  "pixelRatio": 2,
1128
1128
  "sdf": true
1129
1129
  },
1130
1130
  "prison": {
1131
- "height": 66,
1132
- "width": 66,
1133
- "x": 594,
1134
- "y": 726,
1131
+ "height": 72,
1132
+ "width": 72,
1133
+ "x": 648,
1134
+ "y": 792,
1135
1135
  "pixelRatio": 2,
1136
1136
  "sdf": true
1137
1137
  },
1138
1138
  "racetrack-boat": {
1139
- "height": 66,
1140
- "width": 66,
1141
- "x": 660,
1142
- "y": 726,
1139
+ "height": 72,
1140
+ "width": 72,
1141
+ "x": 720,
1142
+ "y": 792,
1143
1143
  "pixelRatio": 2,
1144
1144
  "sdf": true
1145
1145
  },
1146
1146
  "racetrack-cycling": {
1147
- "height": 66,
1148
- "width": 66,
1149
- "x": 726,
1150
- "y": 726,
1147
+ "height": 72,
1148
+ "width": 72,
1149
+ "x": 792,
1150
+ "y": 792,
1151
1151
  "pixelRatio": 2,
1152
1152
  "sdf": true
1153
1153
  },
1154
1154
  "racetrack-horse": {
1155
- "height": 66,
1156
- "width": 66,
1157
- "x": 792,
1155
+ "height": 72,
1156
+ "width": 72,
1157
+ "x": 864,
1158
1158
  "y": 0,
1159
1159
  "pixelRatio": 2,
1160
1160
  "sdf": true
1161
1161
  },
1162
1162
  "racetrack": {
1163
- "height": 66,
1164
- "width": 66,
1165
- "x": 792,
1166
- "y": 66,
1163
+ "height": 72,
1164
+ "width": 72,
1165
+ "x": 864,
1166
+ "y": 72,
1167
1167
  "pixelRatio": 2,
1168
1168
  "sdf": true
1169
1169
  },
1170
1170
  "rail-light": {
1171
- "height": 66,
1172
- "width": 66,
1173
- "x": 792,
1174
- "y": 132,
1171
+ "height": 72,
1172
+ "width": 72,
1173
+ "x": 864,
1174
+ "y": 144,
1175
1175
  "pixelRatio": 2,
1176
1176
  "sdf": true
1177
1177
  },
1178
1178
  "rail-metro": {
1179
- "height": 66,
1180
- "width": 66,
1181
- "x": 792,
1182
- "y": 198,
1179
+ "height": 72,
1180
+ "width": 72,
1181
+ "x": 864,
1182
+ "y": 216,
1183
1183
  "pixelRatio": 2,
1184
1184
  "sdf": true
1185
1185
  },
1186
1186
  "rail": {
1187
- "height": 66,
1188
- "width": 66,
1189
- "x": 792,
1190
- "y": 264,
1187
+ "height": 72,
1188
+ "width": 72,
1189
+ "x": 864,
1190
+ "y": 288,
1191
1191
  "pixelRatio": 2,
1192
1192
  "sdf": true
1193
1193
  },
1194
1194
  "ranger-station": {
1195
- "height": 66,
1196
- "width": 66,
1197
- "x": 792,
1198
- "y": 330,
1195
+ "height": 72,
1196
+ "width": 72,
1197
+ "x": 864,
1198
+ "y": 360,
1199
1199
  "pixelRatio": 2,
1200
1200
  "sdf": true
1201
1201
  },
1202
1202
  "recycling": {
1203
- "height": 66,
1204
- "width": 66,
1205
- "x": 792,
1206
- "y": 396,
1203
+ "height": 72,
1204
+ "width": 72,
1205
+ "x": 864,
1206
+ "y": 432,
1207
1207
  "pixelRatio": 2,
1208
1208
  "sdf": true
1209
1209
  },
1210
1210
  "religious-buddhist": {
1211
- "height": 66,
1212
- "width": 66,
1213
- "x": 792,
1214
- "y": 462,
1211
+ "height": 72,
1212
+ "width": 72,
1213
+ "x": 864,
1214
+ "y": 504,
1215
1215
  "pixelRatio": 2,
1216
1216
  "sdf": true
1217
1217
  },
1218
1218
  "religious-christian": {
1219
- "height": 66,
1220
- "width": 66,
1221
- "x": 792,
1222
- "y": 528,
1219
+ "height": 72,
1220
+ "width": 72,
1221
+ "x": 864,
1222
+ "y": 576,
1223
1223
  "pixelRatio": 2,
1224
1224
  "sdf": true
1225
1225
  },
1226
1226
  "religious-jewish": {
1227
- "height": 66,
1228
- "width": 66,
1229
- "x": 792,
1230
- "y": 594,
1227
+ "height": 72,
1228
+ "width": 72,
1229
+ "x": 864,
1230
+ "y": 648,
1231
1231
  "pixelRatio": 2,
1232
1232
  "sdf": true
1233
1233
  },
1234
1234
  "religious-muslim": {
1235
- "height": 66,
1236
- "width": 66,
1237
- "x": 792,
1238
- "y": 660,
1235
+ "height": 72,
1236
+ "width": 72,
1237
+ "x": 864,
1238
+ "y": 720,
1239
1239
  "pixelRatio": 2,
1240
1240
  "sdf": true
1241
1241
  },
1242
1242
  "religious-shinto": {
1243
- "height": 66,
1244
- "width": 66,
1245
- "x": 792,
1246
- "y": 726,
1243
+ "height": 72,
1244
+ "width": 72,
1245
+ "x": 864,
1246
+ "y": 792,
1247
1247
  "pixelRatio": 2,
1248
1248
  "sdf": true
1249
1249
  },
1250
1250
  "residential-community": {
1251
- "height": 66,
1252
- "width": 66,
1251
+ "height": 72,
1252
+ "width": 72,
1253
1253
  "x": 0,
1254
- "y": 792,
1254
+ "y": 864,
1255
1255
  "pixelRatio": 2,
1256
1256
  "sdf": true
1257
1257
  },
1258
1258
  "restaurant-bbq": {
1259
- "height": 66,
1260
- "width": 66,
1261
- "x": 66,
1262
- "y": 792,
1259
+ "height": 72,
1260
+ "width": 72,
1261
+ "x": 72,
1262
+ "y": 864,
1263
1263
  "pixelRatio": 2,
1264
1264
  "sdf": true
1265
1265
  },
1266
1266
  "restaurant-noodle": {
1267
- "height": 66,
1268
- "width": 66,
1269
- "x": 132,
1270
- "y": 792,
1267
+ "height": 72,
1268
+ "width": 72,
1269
+ "x": 144,
1270
+ "y": 864,
1271
1271
  "pixelRatio": 2,
1272
1272
  "sdf": true
1273
1273
  },
1274
1274
  "restaurant-pizza": {
1275
- "height": 66,
1276
- "width": 66,
1277
- "x": 198,
1278
- "y": 792,
1275
+ "height": 72,
1276
+ "width": 72,
1277
+ "x": 216,
1278
+ "y": 864,
1279
1279
  "pixelRatio": 2,
1280
1280
  "sdf": true
1281
1281
  },
1282
1282
  "restaurant-seafood": {
1283
- "height": 66,
1284
- "width": 66,
1285
- "x": 264,
1286
- "y": 792,
1283
+ "height": 72,
1284
+ "width": 72,
1285
+ "x": 288,
1286
+ "y": 864,
1287
1287
  "pixelRatio": 2,
1288
1288
  "sdf": true
1289
1289
  },
1290
1290
  "restaurant-sushi": {
1291
- "height": 66,
1292
- "width": 66,
1293
- "x": 330,
1294
- "y": 792,
1291
+ "height": 72,
1292
+ "width": 72,
1293
+ "x": 360,
1294
+ "y": 864,
1295
1295
  "pixelRatio": 2,
1296
1296
  "sdf": true
1297
1297
  },
1298
1298
  "restaurant": {
1299
- "height": 66,
1300
- "width": 66,
1301
- "x": 396,
1302
- "y": 792,
1299
+ "height": 72,
1300
+ "width": 72,
1301
+ "x": 432,
1302
+ "y": 864,
1303
1303
  "pixelRatio": 2,
1304
1304
  "sdf": true
1305
1305
  },
1306
1306
  "road-accident": {
1307
- "height": 66,
1308
- "width": 66,
1309
- "x": 462,
1310
- "y": 792,
1307
+ "height": 72,
1308
+ "width": 72,
1309
+ "x": 504,
1310
+ "y": 864,
1311
1311
  "pixelRatio": 2,
1312
1312
  "sdf": true
1313
1313
  },
1314
1314
  "roadblock": {
1315
- "height": 66,
1316
- "width": 66,
1317
- "x": 528,
1318
- "y": 792,
1315
+ "height": 72,
1316
+ "width": 72,
1317
+ "x": 576,
1318
+ "y": 864,
1319
1319
  "pixelRatio": 2,
1320
1320
  "sdf": true
1321
1321
  },
1322
1322
  "rocket": {
1323
- "height": 66,
1324
- "width": 66,
1325
- "x": 594,
1326
- "y": 792,
1323
+ "height": 72,
1324
+ "width": 72,
1325
+ "x": 648,
1326
+ "y": 864,
1327
1327
  "pixelRatio": 2,
1328
1328
  "sdf": true
1329
1329
  },
1330
1330
  "school-JP": {
1331
- "height": 66,
1332
- "width": 66,
1333
- "x": 660,
1334
- "y": 792,
1331
+ "height": 72,
1332
+ "width": 72,
1333
+ "x": 720,
1334
+ "y": 864,
1335
1335
  "pixelRatio": 2,
1336
1336
  "sdf": true
1337
1337
  },
1338
1338
  "school": {
1339
- "height": 66,
1340
- "width": 66,
1341
- "x": 726,
1342
- "y": 792,
1339
+ "height": 72,
1340
+ "width": 72,
1341
+ "x": 792,
1342
+ "y": 864,
1343
1343
  "pixelRatio": 2,
1344
1344
  "sdf": true
1345
1345
  },
1346
1346
  "scooter": {
1347
- "height": 66,
1348
- "width": 66,
1349
- "x": 792,
1350
- "y": 792,
1347
+ "height": 72,
1348
+ "width": 72,
1349
+ "x": 864,
1350
+ "y": 864,
1351
1351
  "pixelRatio": 2,
1352
1352
  "sdf": true
1353
1353
  },
1354
1354
  "shelter": {
1355
- "height": 66,
1356
- "width": 66,
1357
- "x": 858,
1355
+ "height": 72,
1356
+ "width": 72,
1357
+ "x": 936,
1358
1358
  "y": 0,
1359
1359
  "pixelRatio": 2,
1360
1360
  "sdf": true
1361
1361
  },
1362
1362
  "shoe": {
1363
- "height": 66,
1364
- "width": 66,
1365
- "x": 858,
1366
- "y": 66,
1363
+ "height": 72,
1364
+ "width": 72,
1365
+ "x": 936,
1366
+ "y": 72,
1367
1367
  "pixelRatio": 2,
1368
1368
  "sdf": true
1369
1369
  },
1370
1370
  "shop": {
1371
- "height": 66,
1372
- "width": 66,
1373
- "x": 858,
1374
- "y": 132,
1371
+ "height": 72,
1372
+ "width": 72,
1373
+ "x": 936,
1374
+ "y": 144,
1375
1375
  "pixelRatio": 2,
1376
1376
  "sdf": true
1377
1377
  },
1378
1378
  "skateboard": {
1379
- "height": 66,
1380
- "width": 66,
1381
- "x": 858,
1382
- "y": 198,
1379
+ "height": 72,
1380
+ "width": 72,
1381
+ "x": 936,
1382
+ "y": 216,
1383
1383
  "pixelRatio": 2,
1384
1384
  "sdf": true
1385
1385
  },
1386
1386
  "skiing": {
1387
- "height": 66,
1388
- "width": 66,
1389
- "x": 858,
1390
- "y": 264,
1387
+ "height": 72,
1388
+ "width": 72,
1389
+ "x": 936,
1390
+ "y": 288,
1391
1391
  "pixelRatio": 2,
1392
1392
  "sdf": true
1393
1393
  },
1394
1394
  "slaughterhouse": {
1395
- "height": 66,
1396
- "width": 66,
1397
- "x": 858,
1398
- "y": 330,
1395
+ "height": 72,
1396
+ "width": 72,
1397
+ "x": 936,
1398
+ "y": 360,
1399
1399
  "pixelRatio": 2,
1400
1400
  "sdf": true
1401
1401
  },
1402
1402
  "slipway": {
1403
- "height": 66,
1404
- "width": 66,
1405
- "x": 858,
1406
- "y": 396,
1403
+ "height": 72,
1404
+ "width": 72,
1405
+ "x": 936,
1406
+ "y": 432,
1407
1407
  "pixelRatio": 2,
1408
1408
  "sdf": true
1409
1409
  },
1410
1410
  "snowmobile": {
1411
- "height": 66,
1412
- "width": 66,
1413
- "x": 858,
1414
- "y": 462,
1411
+ "height": 72,
1412
+ "width": 72,
1413
+ "x": 936,
1414
+ "y": 504,
1415
1415
  "pixelRatio": 2,
1416
1416
  "sdf": true
1417
1417
  },
1418
1418
  "soccer": {
1419
- "height": 66,
1420
- "width": 66,
1421
- "x": 858,
1422
- "y": 528,
1419
+ "height": 72,
1420
+ "width": 72,
1421
+ "x": 936,
1422
+ "y": 576,
1423
1423
  "pixelRatio": 2,
1424
1424
  "sdf": true
1425
1425
  },
1426
1426
  "square-stroked": {
1427
- "height": 66,
1428
- "width": 66,
1429
- "x": 858,
1430
- "y": 594,
1427
+ "height": 72,
1428
+ "width": 72,
1429
+ "x": 936,
1430
+ "y": 648,
1431
1431
  "pixelRatio": 2,
1432
1432
  "sdf": true
1433
1433
  },
1434
1434
  "square": {
1435
- "height": 66,
1436
- "width": 66,
1437
- "x": 858,
1438
- "y": 660,
1435
+ "height": 72,
1436
+ "width": 72,
1437
+ "x": 936,
1438
+ "y": 720,
1439
1439
  "pixelRatio": 2,
1440
1440
  "sdf": true
1441
1441
  },
1442
1442
  "stadium": {
1443
- "height": 66,
1444
- "width": 66,
1445
- "x": 858,
1446
- "y": 726,
1443
+ "height": 72,
1444
+ "width": 72,
1445
+ "x": 936,
1446
+ "y": 792,
1447
1447
  "pixelRatio": 2,
1448
1448
  "sdf": true
1449
1449
  },
1450
1450
  "star-stroked": {
1451
- "height": 66,
1452
- "width": 66,
1453
- "x": 858,
1454
- "y": 792,
1451
+ "height": 72,
1452
+ "width": 72,
1453
+ "x": 936,
1454
+ "y": 864,
1455
1455
  "pixelRatio": 2,
1456
1456
  "sdf": true
1457
1457
  },
1458
1458
  "star": {
1459
- "height": 66,
1460
- "width": 66,
1459
+ "height": 72,
1460
+ "width": 72,
1461
1461
  "x": 0,
1462
- "y": 858,
1462
+ "y": 936,
1463
1463
  "pixelRatio": 2,
1464
1464
  "sdf": true
1465
1465
  },
1466
1466
  "suitcase": {
1467
- "height": 66,
1468
- "width": 66,
1469
- "x": 66,
1470
- "y": 858,
1467
+ "height": 72,
1468
+ "width": 72,
1469
+ "x": 72,
1470
+ "y": 936,
1471
1471
  "pixelRatio": 2,
1472
1472
  "sdf": true
1473
1473
  },
1474
1474
  "swimming": {
1475
- "height": 66,
1476
- "width": 66,
1477
- "x": 132,
1478
- "y": 858,
1475
+ "height": 72,
1476
+ "width": 72,
1477
+ "x": 144,
1478
+ "y": 936,
1479
1479
  "pixelRatio": 2,
1480
1480
  "sdf": true
1481
1481
  },
1482
1482
  "table-tennis": {
1483
- "height": 66,
1484
- "width": 66,
1485
- "x": 198,
1486
- "y": 858,
1483
+ "height": 72,
1484
+ "width": 72,
1485
+ "x": 216,
1486
+ "y": 936,
1487
+ "pixelRatio": 2,
1488
+ "sdf": true
1489
+ },
1490
+ "taxi": {
1491
+ "height": 72,
1492
+ "width": 72,
1493
+ "x": 288,
1494
+ "y": 936,
1487
1495
  "pixelRatio": 2,
1488
1496
  "sdf": true
1489
1497
  },
1490
1498
  "teahouse": {
1491
- "height": 66,
1492
- "width": 66,
1493
- "x": 264,
1494
- "y": 858,
1499
+ "height": 72,
1500
+ "width": 72,
1501
+ "x": 360,
1502
+ "y": 936,
1495
1503
  "pixelRatio": 2,
1496
1504
  "sdf": true
1497
1505
  },
1498
1506
  "telephone": {
1499
- "height": 66,
1500
- "width": 66,
1501
- "x": 330,
1502
- "y": 858,
1507
+ "height": 72,
1508
+ "width": 72,
1509
+ "x": 432,
1510
+ "y": 936,
1503
1511
  "pixelRatio": 2,
1504
1512
  "sdf": true
1505
1513
  },
1506
1514
  "tennis": {
1507
- "height": 66,
1508
- "width": 66,
1509
- "x": 396,
1510
- "y": 858,
1515
+ "height": 72,
1516
+ "width": 72,
1517
+ "x": 504,
1518
+ "y": 936,
1511
1519
  "pixelRatio": 2,
1512
1520
  "sdf": true
1513
1521
  },
1514
1522
  "terminal": {
1515
- "height": 66,
1516
- "width": 66,
1517
- "x": 462,
1518
- "y": 858,
1523
+ "height": 72,
1524
+ "width": 72,
1525
+ "x": 576,
1526
+ "y": 936,
1519
1527
  "pixelRatio": 2,
1520
1528
  "sdf": true
1521
1529
  },
1522
1530
  "theatre": {
1523
- "height": 66,
1524
- "width": 66,
1525
- "x": 528,
1526
- "y": 858,
1531
+ "height": 72,
1532
+ "width": 72,
1533
+ "x": 648,
1534
+ "y": 936,
1527
1535
  "pixelRatio": 2,
1528
1536
  "sdf": true
1529
1537
  },
1530
1538
  "toilet": {
1531
- "height": 66,
1532
- "width": 66,
1533
- "x": 594,
1534
- "y": 858,
1539
+ "height": 72,
1540
+ "width": 72,
1541
+ "x": 720,
1542
+ "y": 936,
1535
1543
  "pixelRatio": 2,
1536
1544
  "sdf": true
1537
1545
  },
1538
1546
  "toll": {
1539
- "height": 66,
1540
- "width": 66,
1541
- "x": 660,
1542
- "y": 858,
1547
+ "height": 72,
1548
+ "width": 72,
1549
+ "x": 792,
1550
+ "y": 936,
1543
1551
  "pixelRatio": 2,
1544
1552
  "sdf": true
1545
1553
  },
1546
1554
  "town-hall": {
1547
- "height": 66,
1548
- "width": 66,
1549
- "x": 726,
1550
- "y": 858,
1555
+ "height": 72,
1556
+ "width": 72,
1557
+ "x": 864,
1558
+ "y": 936,
1551
1559
  "pixelRatio": 2,
1552
1560
  "sdf": true
1553
1561
  },
1554
1562
  "town": {
1555
- "height": 66,
1556
- "width": 66,
1557
- "x": 792,
1558
- "y": 858,
1563
+ "height": 72,
1564
+ "width": 72,
1565
+ "x": 936,
1566
+ "y": 936,
1559
1567
  "pixelRatio": 2,
1560
1568
  "sdf": true
1561
1569
  },
1562
1570
  "triangle-stroked": {
1563
- "height": 66,
1564
- "width": 66,
1565
- "x": 858,
1566
- "y": 858,
1571
+ "height": 72,
1572
+ "width": 72,
1573
+ "x": 1008,
1574
+ "y": 0,
1567
1575
  "pixelRatio": 2,
1568
1576
  "sdf": true
1569
1577
  },
1570
1578
  "triangle": {
1571
- "height": 66,
1572
- "width": 66,
1573
- "x": 924,
1574
- "y": 0,
1579
+ "height": 72,
1580
+ "width": 72,
1581
+ "x": 1008,
1582
+ "y": 72,
1575
1583
  "pixelRatio": 2,
1576
1584
  "sdf": true
1577
1585
  },
1578
1586
  "tunnel": {
1579
- "height": 66,
1580
- "width": 66,
1581
- "x": 924,
1582
- "y": 66,
1587
+ "height": 72,
1588
+ "width": 72,
1589
+ "x": 1008,
1590
+ "y": 144,
1583
1591
  "pixelRatio": 2,
1584
1592
  "sdf": true
1585
1593
  },
1586
1594
  "veterinary": {
1587
- "height": 66,
1588
- "width": 66,
1589
- "x": 924,
1590
- "y": 132,
1595
+ "height": 72,
1596
+ "width": 72,
1597
+ "x": 1008,
1598
+ "y": 216,
1591
1599
  "pixelRatio": 2,
1592
1600
  "sdf": true
1593
1601
  },
1594
1602
  "viewpoint": {
1595
- "height": 66,
1596
- "width": 66,
1597
- "x": 924,
1598
- "y": 198,
1603
+ "height": 72,
1604
+ "width": 72,
1605
+ "x": 1008,
1606
+ "y": 288,
1599
1607
  "pixelRatio": 2,
1600
1608
  "sdf": true
1601
1609
  },
1602
1610
  "village": {
1603
- "height": 66,
1604
- "width": 66,
1605
- "x": 924,
1606
- "y": 264,
1611
+ "height": 72,
1612
+ "width": 72,
1613
+ "x": 1008,
1614
+ "y": 360,
1607
1615
  "pixelRatio": 2,
1608
1616
  "sdf": true
1609
1617
  },
1610
1618
  "volcano": {
1611
- "height": 66,
1612
- "width": 66,
1613
- "x": 924,
1614
- "y": 330,
1619
+ "height": 72,
1620
+ "width": 72,
1621
+ "x": 1008,
1622
+ "y": 432,
1615
1623
  "pixelRatio": 2,
1616
1624
  "sdf": true
1617
1625
  },
1618
1626
  "volleyball": {
1619
- "height": 66,
1620
- "width": 66,
1621
- "x": 924,
1622
- "y": 396,
1627
+ "height": 72,
1628
+ "width": 72,
1629
+ "x": 1008,
1630
+ "y": 504,
1623
1631
  "pixelRatio": 2,
1624
1632
  "sdf": true
1625
1633
  },
1626
1634
  "warehouse": {
1627
- "height": 66,
1628
- "width": 66,
1629
- "x": 924,
1630
- "y": 462,
1635
+ "height": 72,
1636
+ "width": 72,
1637
+ "x": 1008,
1638
+ "y": 576,
1631
1639
  "pixelRatio": 2,
1632
1640
  "sdf": true
1633
1641
  },
1634
1642
  "waste-basket": {
1635
- "height": 66,
1636
- "width": 66,
1637
- "x": 924,
1638
- "y": 528,
1643
+ "height": 72,
1644
+ "width": 72,
1645
+ "x": 1008,
1646
+ "y": 648,
1639
1647
  "pixelRatio": 2,
1640
1648
  "sdf": true
1641
1649
  },
1642
1650
  "watch": {
1643
- "height": 66,
1644
- "width": 66,
1645
- "x": 924,
1646
- "y": 594,
1651
+ "height": 72,
1652
+ "width": 72,
1653
+ "x": 1008,
1654
+ "y": 720,
1647
1655
  "pixelRatio": 2,
1648
1656
  "sdf": true
1649
1657
  },
1650
1658
  "water": {
1651
- "height": 66,
1652
- "width": 66,
1653
- "x": 924,
1654
- "y": 660,
1659
+ "height": 72,
1660
+ "width": 72,
1661
+ "x": 1008,
1662
+ "y": 792,
1655
1663
  "pixelRatio": 2,
1656
1664
  "sdf": true
1657
1665
  },
1658
1666
  "waterfall": {
1659
- "height": 66,
1660
- "width": 66,
1661
- "x": 924,
1662
- "y": 726,
1667
+ "height": 72,
1668
+ "width": 72,
1669
+ "x": 1008,
1670
+ "y": 864,
1663
1671
  "pixelRatio": 2,
1664
1672
  "sdf": true
1665
1673
  },
1666
1674
  "watermill": {
1667
- "height": 66,
1668
- "width": 66,
1669
- "x": 924,
1670
- "y": 792,
1675
+ "height": 72,
1676
+ "width": 72,
1677
+ "x": 1008,
1678
+ "y": 936,
1671
1679
  "pixelRatio": 2,
1672
1680
  "sdf": true
1673
1681
  },
1674
1682
  "wetland": {
1675
- "height": 66,
1676
- "width": 66,
1677
- "x": 924,
1678
- "y": 858,
1683
+ "height": 72,
1684
+ "width": 72,
1685
+ "x": 0,
1686
+ "y": 1008,
1679
1687
  "pixelRatio": 2,
1680
1688
  "sdf": true
1681
1689
  },
1682
1690
  "wheelchair": {
1683
- "height": 66,
1684
- "width": 66,
1685
- "x": 0,
1686
- "y": 924,
1691
+ "height": 72,
1692
+ "width": 72,
1693
+ "x": 72,
1694
+ "y": 1008,
1687
1695
  "pixelRatio": 2,
1688
1696
  "sdf": true
1689
1697
  },
1690
1698
  "windmill": {
1691
- "height": 66,
1692
- "width": 66,
1693
- "x": 66,
1694
- "y": 924,
1699
+ "height": 72,
1700
+ "width": 72,
1701
+ "x": 144,
1702
+ "y": 1008,
1695
1703
  "pixelRatio": 2,
1696
1704
  "sdf": true
1697
1705
  },
1698
1706
  "zoo": {
1699
- "height": 66,
1700
- "width": 66,
1701
- "x": 132,
1702
- "y": 924,
1707
+ "height": 72,
1708
+ "width": 72,
1709
+ "x": 216,
1710
+ "y": 1008,
1703
1711
  "pixelRatio": 2,
1704
1712
  "sdf": true
1705
1713
  }