@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
@@ -2287,7 +2287,7 @@
2287
2287
  "pixelRatio": 1,
2288
2288
  "sdf": true
2289
2289
  },
2290
- "needle_and_spool": {
2290
+ "natural_arch": {
2291
2291
  "height": 36,
2292
2292
  "width": 36,
2293
2293
  "x": 504,
@@ -2295,7 +2295,7 @@
2295
2295
  "pixelRatio": 1,
2296
2296
  "sdf": true
2297
2297
  },
2298
- "obelisk": {
2298
+ "needle_and_spool": {
2299
2299
  "height": 36,
2300
2300
  "width": 36,
2301
2301
  "x": 540,
@@ -2303,7 +2303,7 @@
2303
2303
  "pixelRatio": 1,
2304
2304
  "sdf": true
2305
2305
  },
2306
- "oil_well": {
2306
+ "obelisk": {
2307
2307
  "height": 36,
2308
2308
  "width": 36,
2309
2309
  "x": 576,
@@ -2311,7 +2311,7 @@
2311
2311
  "pixelRatio": 1,
2312
2312
  "sdf": true
2313
2313
  },
2314
- "os_benchmark": {
2314
+ "oil_well": {
2315
2315
  "height": 36,
2316
2316
  "width": 36,
2317
2317
  "x": 612,
@@ -2319,7 +2319,7 @@
2319
2319
  "pixelRatio": 1,
2320
2320
  "sdf": true
2321
2321
  },
2322
- "parking_space": {
2322
+ "os_benchmark": {
2323
2323
  "height": 36,
2324
2324
  "width": 36,
2325
2325
  "x": 612,
@@ -2327,7 +2327,7 @@
2327
2327
  "pixelRatio": 1,
2328
2328
  "sdf": true
2329
2329
  },
2330
- "passport_checkpoint": {
2330
+ "parking_space": {
2331
2331
  "height": 36,
2332
2332
  "width": 36,
2333
2333
  "x": 612,
@@ -2335,7 +2335,7 @@
2335
2335
  "pixelRatio": 1,
2336
2336
  "sdf": true
2337
2337
  },
2338
- "ped_cyclist_crosswalk": {
2338
+ "passport_checkpoint": {
2339
2339
  "height": 36,
2340
2340
  "width": 36,
2341
2341
  "x": 612,
@@ -2343,7 +2343,7 @@
2343
2343
  "pixelRatio": 1,
2344
2344
  "sdf": true
2345
2345
  },
2346
- "pedestrian": {
2346
+ "ped_cyclist_crosswalk": {
2347
2347
  "height": 36,
2348
2348
  "width": 36,
2349
2349
  "x": 612,
@@ -2351,7 +2351,7 @@
2351
2351
  "pixelRatio": 1,
2352
2352
  "sdf": true
2353
2353
  },
2354
- "pedestrian_and_cyclist": {
2354
+ "pedestrian": {
2355
2355
  "height": 36,
2356
2356
  "width": 36,
2357
2357
  "x": 612,
@@ -2359,7 +2359,7 @@
2359
2359
  "pixelRatio": 1,
2360
2360
  "sdf": true
2361
2361
  },
2362
- "pedestrian_crosswalk": {
2362
+ "pedestrian_and_cyclist": {
2363
2363
  "height": 36,
2364
2364
  "width": 36,
2365
2365
  "x": 612,
@@ -2367,7 +2367,7 @@
2367
2367
  "pixelRatio": 1,
2368
2368
  "sdf": true
2369
2369
  },
2370
- "pedestrian_walled": {
2370
+ "pedestrian_crosswalk": {
2371
2371
  "height": 36,
2372
2372
  "width": 36,
2373
2373
  "x": 612,
@@ -2375,7 +2375,7 @@
2375
2375
  "pixelRatio": 1,
2376
2376
  "sdf": true
2377
2377
  },
2378
- "perfume": {
2378
+ "pedestrian_walled": {
2379
2379
  "height": 36,
2380
2380
  "width": 36,
2381
2381
  "x": 612,
@@ -2383,7 +2383,7 @@
2383
2383
  "pixelRatio": 1,
2384
2384
  "sdf": true
2385
2385
  },
2386
- "pet_grooming": {
2386
+ "perfume": {
2387
2387
  "height": 36,
2388
2388
  "width": 36,
2389
2389
  "x": 612,
@@ -2391,7 +2391,7 @@
2391
2391
  "pixelRatio": 1,
2392
2392
  "sdf": true
2393
2393
  },
2394
- "pet_store": {
2394
+ "pet_grooming": {
2395
2395
  "height": 36,
2396
2396
  "width": 36,
2397
2397
  "x": 612,
@@ -2399,7 +2399,7 @@
2399
2399
  "pixelRatio": 1,
2400
2400
  "sdf": true
2401
2401
  },
2402
- "pharmacy": {
2402
+ "pet_store": {
2403
2403
  "height": 36,
2404
2404
  "width": 36,
2405
2405
  "x": 612,
@@ -2407,7 +2407,7 @@
2407
2407
  "pixelRatio": 1,
2408
2408
  "sdf": true
2409
2409
  },
2410
- "physiotherapist": {
2410
+ "pharmacy": {
2411
2411
  "height": 36,
2412
2412
  "width": 36,
2413
2413
  "x": 612,
@@ -2415,7 +2415,7 @@
2415
2415
  "pixelRatio": 1,
2416
2416
  "sdf": true
2417
2417
  },
2418
- "pick_hammer": {
2418
+ "physiotherapist": {
2419
2419
  "height": 36,
2420
2420
  "width": 36,
2421
2421
  "x": 612,
@@ -2423,7 +2423,7 @@
2423
2423
  "pixelRatio": 1,
2424
2424
  "sdf": true
2425
2425
  },
2426
- "picnic_shelter": {
2426
+ "pick_hammer": {
2427
2427
  "height": 36,
2428
2428
  "width": 36,
2429
2429
  "x": 612,
@@ -2431,7 +2431,7 @@
2431
2431
  "pixelRatio": 1,
2432
2432
  "sdf": true
2433
2433
  },
2434
- "pier_fixed": {
2434
+ "picnic_shelter": {
2435
2435
  "height": 36,
2436
2436
  "width": 36,
2437
2437
  "x": 612,
@@ -2439,7 +2439,7 @@
2439
2439
  "pixelRatio": 1,
2440
2440
  "sdf": true
2441
2441
  },
2442
- "pier_floating": {
2442
+ "pier_fixed": {
2443
2443
  "height": 36,
2444
2444
  "width": 36,
2445
2445
  "x": 612,
@@ -2447,7 +2447,7 @@
2447
2447
  "pixelRatio": 1,
2448
2448
  "sdf": true
2449
2449
  },
2450
- "pin": {
2450
+ "pier_floating": {
2451
2451
  "height": 36,
2452
2452
  "width": 36,
2453
2453
  "x": 0,
@@ -2455,7 +2455,7 @@
2455
2455
  "pixelRatio": 1,
2456
2456
  "sdf": true
2457
2457
  },
2458
- "pipe": {
2458
+ "pin": {
2459
2459
  "height": 36,
2460
2460
  "width": 36,
2461
2461
  "x": 36,
@@ -2463,7 +2463,7 @@
2463
2463
  "pixelRatio": 1,
2464
2464
  "sdf": true
2465
2465
  },
2466
- "plane_taxiing": {
2466
+ "pipe": {
2467
2467
  "height": 36,
2468
2468
  "width": 36,
2469
2469
  "x": 72,
@@ -2471,7 +2471,7 @@
2471
2471
  "pixelRatio": 1,
2472
2472
  "sdf": true
2473
2473
  },
2474
- "planes": {
2474
+ "plane_taxiing": {
2475
2475
  "height": 36,
2476
2476
  "width": 36,
2477
2477
  "x": 108,
@@ -2479,7 +2479,7 @@
2479
2479
  "pixelRatio": 1,
2480
2480
  "sdf": true
2481
2481
  },
2482
- "planes_bidirectional": {
2482
+ "planes": {
2483
2483
  "height": 36,
2484
2484
  "width": 36,
2485
2485
  "x": 144,
@@ -2487,7 +2487,7 @@
2487
2487
  "pixelRatio": 1,
2488
2488
  "sdf": true
2489
2489
  },
2490
- "plant": {
2490
+ "planes_bidirectional": {
2491
2491
  "height": 36,
2492
2492
  "width": 36,
2493
2493
  "x": 180,
@@ -2495,7 +2495,7 @@
2495
2495
  "pixelRatio": 1,
2496
2496
  "sdf": true
2497
2497
  },
2498
- "plaque": {
2498
+ "plant": {
2499
2499
  "height": 36,
2500
2500
  "width": 36,
2501
2501
  "x": 216,
@@ -2503,7 +2503,7 @@
2503
2503
  "pixelRatio": 1,
2504
2504
  "sdf": true
2505
2505
  },
2506
- "platter_lift": {
2506
+ "plaque": {
2507
2507
  "height": 36,
2508
2508
  "width": 36,
2509
2509
  "x": 252,
@@ -2511,7 +2511,7 @@
2511
2511
  "pixelRatio": 1,
2512
2512
  "sdf": true
2513
2513
  },
2514
- "play_structure": {
2514
+ "platter_lift": {
2515
2515
  "height": 36,
2516
2516
  "width": 36,
2517
2517
  "x": 288,
@@ -2519,7 +2519,7 @@
2519
2519
  "pixelRatio": 1,
2520
2520
  "sdf": true
2521
2521
  },
2522
- "plumber": {
2522
+ "play_structure": {
2523
2523
  "height": 36,
2524
2524
  "width": 36,
2525
2525
  "x": 324,
@@ -2527,7 +2527,7 @@
2527
2527
  "pixelRatio": 1,
2528
2528
  "sdf": true
2529
2529
  },
2530
- "police_checkpoint": {
2530
+ "plumber": {
2531
2531
  "height": 36,
2532
2532
  "width": 36,
2533
2533
  "x": 360,
@@ -2535,7 +2535,7 @@
2535
2535
  "pixelRatio": 1,
2536
2536
  "sdf": true
2537
2537
  },
2538
- "police_officer": {
2538
+ "police_checkpoint": {
2539
2539
  "height": 36,
2540
2540
  "width": 36,
2541
2541
  "x": 396,
@@ -2543,7 +2543,7 @@
2543
2543
  "pixelRatio": 1,
2544
2544
  "sdf": true
2545
2545
  },
2546
- "polished_nail": {
2546
+ "police_officer": {
2547
2547
  "height": 36,
2548
2548
  "width": 36,
2549
2549
  "x": 432,
@@ -2551,7 +2551,7 @@
2551
2551
  "pixelRatio": 1,
2552
2552
  "sdf": true
2553
2553
  },
2554
- "portrait": {
2554
+ "polished_nail": {
2555
2555
  "height": 36,
2556
2556
  "width": 36,
2557
2557
  "x": 468,
@@ -2559,7 +2559,7 @@
2559
2559
  "pixelRatio": 1,
2560
2560
  "sdf": true
2561
2561
  },
2562
- "portrait_framed": {
2562
+ "portrait": {
2563
2563
  "height": 36,
2564
2564
  "width": 36,
2565
2565
  "x": 504,
@@ -2567,7 +2567,7 @@
2567
2567
  "pixelRatio": 1,
2568
2568
  "sdf": true
2569
2569
  },
2570
- "post_box": {
2570
+ "portrait_framed": {
2571
2571
  "height": 36,
2572
2572
  "width": 36,
2573
2573
  "x": 540,
@@ -2575,7 +2575,7 @@
2575
2575
  "pixelRatio": 1,
2576
2576
  "sdf": true
2577
2577
  },
2578
- "poster_box": {
2578
+ "post_box": {
2579
2579
  "height": 36,
2580
2580
  "width": 36,
2581
2581
  "x": 576,
@@ -2583,7 +2583,7 @@
2583
2583
  "pixelRatio": 1,
2584
2584
  "sdf": true
2585
2585
  },
2586
- "power": {
2586
+ "poster_box": {
2587
2587
  "height": 36,
2588
2588
  "width": 36,
2589
2589
  "x": 612,
@@ -2591,7 +2591,7 @@
2591
2591
  "pixelRatio": 1,
2592
2592
  "sdf": true
2593
2593
  },
2594
- "power_cb": {
2594
+ "power": {
2595
2595
  "height": 36,
2596
2596
  "width": 36,
2597
2597
  "x": 648,
@@ -2599,7 +2599,7 @@
2599
2599
  "pixelRatio": 1,
2600
2600
  "sdf": true
2601
2601
  },
2602
- "power_cb2": {
2602
+ "power_cb": {
2603
2603
  "height": 36,
2604
2604
  "width": 36,
2605
2605
  "x": 648,
@@ -2607,7 +2607,7 @@
2607
2607
  "pixelRatio": 1,
2608
2608
  "sdf": true
2609
2609
  },
2610
- "power_circuit": {
2610
+ "power_cb2": {
2611
2611
  "height": 36,
2612
2612
  "width": 36,
2613
2613
  "x": 648,
@@ -2615,7 +2615,7 @@
2615
2615
  "pixelRatio": 1,
2616
2616
  "sdf": true
2617
2617
  },
2618
- "power_ct": {
2618
+ "power_circuit": {
2619
2619
  "height": 36,
2620
2620
  "width": 36,
2621
2621
  "x": 648,
@@ -2623,7 +2623,7 @@
2623
2623
  "pixelRatio": 1,
2624
2624
  "sdf": true
2625
2625
  },
2626
- "power_device": {
2626
+ "power_ct": {
2627
2627
  "height": 36,
2628
2628
  "width": 36,
2629
2629
  "x": 648,
@@ -2631,7 +2631,7 @@
2631
2631
  "pixelRatio": 1,
2632
2632
  "sdf": true
2633
2633
  },
2634
- "power_isolator": {
2634
+ "power_device": {
2635
2635
  "height": 36,
2636
2636
  "width": 36,
2637
2637
  "x": 648,
@@ -2639,7 +2639,7 @@
2639
2639
  "pixelRatio": 1,
2640
2640
  "sdf": true
2641
2641
  },
2642
- "power_la": {
2642
+ "power_isolator": {
2643
2643
  "height": 36,
2644
2644
  "width": 36,
2645
2645
  "x": 648,
@@ -2647,7 +2647,7 @@
2647
2647
  "pixelRatio": 1,
2648
2648
  "sdf": true
2649
2649
  },
2650
- "power_manhole": {
2650
+ "power_la": {
2651
2651
  "height": 36,
2652
2652
  "width": 36,
2653
2653
  "x": 648,
@@ -2655,7 +2655,7 @@
2655
2655
  "pixelRatio": 1,
2656
2656
  "sdf": true
2657
2657
  },
2658
- "power_meter": {
2658
+ "power_manhole": {
2659
2659
  "height": 36,
2660
2660
  "width": 36,
2661
2661
  "x": 648,
@@ -2663,7 +2663,7 @@
2663
2663
  "pixelRatio": 1,
2664
2664
  "sdf": true
2665
2665
  },
2666
- "power_pole": {
2666
+ "power_meter": {
2667
2667
  "height": 36,
2668
2668
  "width": 36,
2669
2669
  "x": 648,
@@ -2671,7 +2671,7 @@
2671
2671
  "pixelRatio": 1,
2672
2672
  "sdf": true
2673
2673
  },
2674
- "power_shutoff": {
2674
+ "power_pole": {
2675
2675
  "height": 36,
2676
2676
  "width": 36,
2677
2677
  "x": 648,
@@ -2679,7 +2679,7 @@
2679
2679
  "pixelRatio": 1,
2680
2680
  "sdf": true
2681
2681
  },
2682
- "power_switch": {
2682
+ "power_shutoff": {
2683
2683
  "height": 36,
2684
2684
  "width": 36,
2685
2685
  "x": 648,
@@ -2687,7 +2687,7 @@
2687
2687
  "pixelRatio": 1,
2688
2688
  "sdf": true
2689
2689
  },
2690
- "power_tower": {
2690
+ "power_switch": {
2691
2691
  "height": 36,
2692
2692
  "width": 36,
2693
2693
  "x": 648,
@@ -2695,7 +2695,7 @@
2695
2695
  "pixelRatio": 1,
2696
2696
  "sdf": true
2697
2697
  },
2698
- "power_transformer": {
2698
+ "power_tower": {
2699
2699
  "height": 36,
2700
2700
  "width": 36,
2701
2701
  "x": 648,
@@ -2703,7 +2703,7 @@
2703
2703
  "pixelRatio": 1,
2704
2704
  "sdf": true
2705
2705
  },
2706
- "powered_pump": {
2706
+ "power_transformer": {
2707
2707
  "height": 36,
2708
2708
  "width": 36,
2709
2709
  "x": 648,
@@ -2711,7 +2711,7 @@
2711
2711
  "pixelRatio": 1,
2712
2712
  "sdf": true
2713
2713
  },
2714
- "propane_tank": {
2714
+ "powered_pump": {
2715
2715
  "height": 36,
2716
2716
  "width": 36,
2717
2717
  "x": 648,
@@ -2719,7 +2719,7 @@
2719
2719
  "pixelRatio": 1,
2720
2720
  "sdf": true
2721
2721
  },
2722
- "psychic": {
2722
+ "propane_tank": {
2723
2723
  "height": 36,
2724
2724
  "width": 36,
2725
2725
  "x": 648,
@@ -2727,7 +2727,7 @@
2727
2727
  "pixelRatio": 1,
2728
2728
  "sdf": true
2729
2729
  },
2730
- "quakerism": {
2730
+ "psychic": {
2731
2731
  "height": 36,
2732
2732
  "width": 36,
2733
2733
  "x": 648,
@@ -2735,7 +2735,7 @@
2735
2735
  "pixelRatio": 1,
2736
2736
  "sdf": true
2737
2737
  },
2738
- "quay": {
2738
+ "quakerism": {
2739
2739
  "height": 36,
2740
2740
  "width": 36,
2741
2741
  "x": 0,
@@ -2743,7 +2743,7 @@
2743
2743
  "pixelRatio": 1,
2744
2744
  "sdf": true
2745
2745
  },
2746
- "racetrack_oval": {
2746
+ "quay": {
2747
2747
  "height": 36,
2748
2748
  "width": 36,
2749
2749
  "x": 36,
@@ -2751,7 +2751,7 @@
2751
2751
  "pixelRatio": 1,
2752
2752
  "sdf": true
2753
2753
  },
2754
- "radiation": {
2754
+ "racetrack_oval": {
2755
2755
  "height": 36,
2756
2756
  "width": 36,
2757
2757
  "x": 72,
@@ -2759,7 +2759,7 @@
2759
2759
  "pixelRatio": 1,
2760
2760
  "sdf": true
2761
2761
  },
2762
- "radio": {
2762
+ "radiation": {
2763
2763
  "height": 36,
2764
2764
  "width": 36,
2765
2765
  "x": 108,
@@ -2767,7 +2767,7 @@
2767
2767
  "pixelRatio": 1,
2768
2768
  "sdf": true
2769
2769
  },
2770
- "rafting": {
2770
+ "radio": {
2771
2771
  "height": 36,
2772
2772
  "width": 36,
2773
2773
  "x": 144,
@@ -2775,7 +2775,7 @@
2775
2775
  "pixelRatio": 1,
2776
2776
  "sdf": true
2777
2777
  },
2778
- "rail_flag": {
2778
+ "rafting": {
2779
2779
  "height": 36,
2780
2780
  "width": 36,
2781
2781
  "x": 180,
@@ -2783,7 +2783,7 @@
2783
2783
  "pixelRatio": 1,
2784
2784
  "sdf": true
2785
2785
  },
2786
- "rail_profile": {
2786
+ "rail_flag": {
2787
2787
  "height": 36,
2788
2788
  "width": 36,
2789
2789
  "x": 216,
@@ -2791,7 +2791,7 @@
2791
2791
  "pixelRatio": 1,
2792
2792
  "sdf": true
2793
2793
  },
2794
- "railing": {
2794
+ "rail_profile": {
2795
2795
  "height": 36,
2796
2796
  "width": 36,
2797
2797
  "x": 252,
@@ -2799,7 +2799,7 @@
2799
2799
  "pixelRatio": 1,
2800
2800
  "sdf": true
2801
2801
  },
2802
- "railway_cable_track": {
2802
+ "railing": {
2803
2803
  "height": 36,
2804
2804
  "width": 36,
2805
2805
  "x": 288,
@@ -2807,7 +2807,7 @@
2807
2807
  "pixelRatio": 1,
2808
2808
  "sdf": true
2809
2809
  },
2810
- "railway_signals": {
2810
+ "railway_cable_track": {
2811
2811
  "height": 36,
2812
2812
  "width": 36,
2813
2813
  "x": 324,
@@ -2815,7 +2815,7 @@
2815
2815
  "pixelRatio": 1,
2816
2816
  "sdf": true
2817
2817
  },
2818
- "railway_track": {
2818
+ "railway_signals": {
2819
2819
  "height": 36,
2820
2820
  "width": 36,
2821
2821
  "x": 360,
@@ -2823,7 +2823,7 @@
2823
2823
  "pixelRatio": 1,
2824
2824
  "sdf": true
2825
2825
  },
2826
- "railway_track_askew": {
2826
+ "railway_track": {
2827
2827
  "height": 36,
2828
2828
  "width": 36,
2829
2829
  "x": 396,
@@ -2831,7 +2831,7 @@
2831
2831
  "pixelRatio": 1,
2832
2832
  "sdf": true
2833
2833
  },
2834
- "railway_track_mini": {
2834
+ "railway_track_askew": {
2835
2835
  "height": 36,
2836
2836
  "width": 36,
2837
2837
  "x": 432,
@@ -2839,7 +2839,7 @@
2839
2839
  "pixelRatio": 1,
2840
2840
  "sdf": true
2841
2841
  },
2842
- "railway_track_narrow": {
2842
+ "railway_track_mini": {
2843
2843
  "height": 36,
2844
2844
  "width": 36,
2845
2845
  "x": 468,
@@ -2847,7 +2847,7 @@
2847
2847
  "pixelRatio": 1,
2848
2848
  "sdf": true
2849
2849
  },
2850
- "railway_track_partial": {
2850
+ "railway_track_narrow": {
2851
2851
  "height": 36,
2852
2852
  "width": 36,
2853
2853
  "x": 504,
@@ -2855,7 +2855,7 @@
2855
2855
  "pixelRatio": 1,
2856
2856
  "sdf": true
2857
2857
  },
2858
- "real_estate_agency": {
2858
+ "railway_track_partial": {
2859
2859
  "height": 36,
2860
2860
  "width": 36,
2861
2861
  "x": 540,
@@ -2863,7 +2863,7 @@
2863
2863
  "pixelRatio": 1,
2864
2864
  "sdf": true
2865
2865
  },
2866
- "rigging": {
2866
+ "real_estate_agency": {
2867
2867
  "height": 36,
2868
2868
  "width": 36,
2869
2869
  "x": 576,
@@ -2871,7 +2871,7 @@
2871
2871
  "pixelRatio": 1,
2872
2872
  "sdf": true
2873
2873
  },
2874
- "rocket_firework": {
2874
+ "rigging": {
2875
2875
  "height": 36,
2876
2876
  "width": 36,
2877
2877
  "x": 612,
@@ -2879,7 +2879,7 @@
2879
2879
  "pixelRatio": 1,
2880
2880
  "sdf": true
2881
2881
  },
2882
- "roller_coaster": {
2882
+ "rocket_firework": {
2883
2883
  "height": 36,
2884
2884
  "width": 36,
2885
2885
  "x": 648,
@@ -2887,7 +2887,7 @@
2887
2887
  "pixelRatio": 1,
2888
2888
  "sdf": true
2889
2889
  },
2890
- "room": {
2890
+ "roller_coaster": {
2891
2891
  "height": 36,
2892
2892
  "width": 36,
2893
2893
  "x": 684,
@@ -2895,7 +2895,7 @@
2895
2895
  "pixelRatio": 1,
2896
2896
  "sdf": true
2897
2897
  },
2898
- "rope_fence": {
2898
+ "room": {
2899
2899
  "height": 36,
2900
2900
  "width": 36,
2901
2901
  "x": 684,
@@ -2903,7 +2903,7 @@
2903
2903
  "pixelRatio": 1,
2904
2904
  "sdf": true
2905
2905
  },
2906
- "row_houses": {
2906
+ "rope_fence": {
2907
2907
  "height": 36,
2908
2908
  "width": 36,
2909
2909
  "x": 684,
@@ -2911,7 +2911,7 @@
2911
2911
  "pixelRatio": 1,
2912
2912
  "sdf": true
2913
2913
  },
2914
- "ruins": {
2914
+ "row_houses": {
2915
2915
  "height": 36,
2916
2916
  "width": 36,
2917
2917
  "x": 684,
@@ -2919,7 +2919,7 @@
2919
2919
  "pixelRatio": 1,
2920
2920
  "sdf": true
2921
2921
  },
2922
- "rumble_strip": {
2922
+ "ruins": {
2923
2923
  "height": 36,
2924
2924
  "width": 36,
2925
2925
  "x": 684,
@@ -2927,7 +2927,7 @@
2927
2927
  "pixelRatio": 1,
2928
2928
  "sdf": true
2929
2929
  },
2930
- "saddle": {
2930
+ "rumble_strip": {
2931
2931
  "height": 36,
2932
2932
  "width": 36,
2933
2933
  "x": 684,
@@ -2935,7 +2935,7 @@
2935
2935
  "pixelRatio": 1,
2936
2936
  "sdf": true
2937
2937
  },
2938
- "sail": {
2938
+ "saddle": {
2939
2939
  "height": 36,
2940
2940
  "width": 36,
2941
2941
  "x": 684,
@@ -2943,7 +2943,7 @@
2943
2943
  "pixelRatio": 1,
2944
2944
  "sdf": true
2945
2945
  },
2946
- "sailboat": {
2946
+ "sail": {
2947
2947
  "height": 36,
2948
2948
  "width": 36,
2949
2949
  "x": 684,
@@ -2951,7 +2951,7 @@
2951
2951
  "pixelRatio": 1,
2952
2952
  "sdf": true
2953
2953
  },
2954
- "sailing": {
2954
+ "sailboat": {
2955
2955
  "height": 36,
2956
2956
  "width": 36,
2957
2957
  "x": 684,
@@ -2959,7 +2959,7 @@
2959
2959
  "pixelRatio": 1,
2960
2960
  "sdf": true
2961
2961
  },
2962
- "sandbox": {
2962
+ "sailing": {
2963
2963
  "height": 36,
2964
2964
  "width": 36,
2965
2965
  "x": 684,
@@ -2967,7 +2967,7 @@
2967
2967
  "pixelRatio": 1,
2968
2968
  "sdf": true
2969
2969
  },
2970
- "sandwich": {
2970
+ "sandbox": {
2971
2971
  "height": 36,
2972
2972
  "width": 36,
2973
2973
  "x": 684,
@@ -2975,7 +2975,7 @@
2975
2975
  "pixelRatio": 1,
2976
2976
  "sdf": true
2977
2977
  },
2978
- "scaffold": {
2978
+ "sandwich": {
2979
2979
  "height": 36,
2980
2980
  "width": 36,
2981
2981
  "x": 684,
@@ -2983,7 +2983,7 @@
2983
2983
  "pixelRatio": 1,
2984
2984
  "sdf": true
2985
2985
  },
2986
- "school": {
2986
+ "scaffold": {
2987
2987
  "height": 36,
2988
2988
  "width": 36,
2989
2989
  "x": 684,
@@ -2991,7 +2991,7 @@
2991
2991
  "pixelRatio": 1,
2992
2992
  "sdf": true
2993
2993
  },
2994
- "school_bus": {
2994
+ "school": {
2995
2995
  "height": 36,
2996
2996
  "width": 36,
2997
2997
  "x": 684,
@@ -2999,7 +2999,7 @@
2999
2999
  "pixelRatio": 1,
3000
3000
  "sdf": true
3001
3001
  },
3002
- "scuba_diving": {
3002
+ "school_bus": {
3003
3003
  "height": 36,
3004
3004
  "width": 36,
3005
3005
  "x": 684,
@@ -3007,7 +3007,7 @@
3007
3007
  "pixelRatio": 1,
3008
3008
  "sdf": true
3009
3009
  },
3010
- "sculpture": {
3010
+ "scuba_diving": {
3011
3011
  "height": 36,
3012
3012
  "width": 36,
3013
3013
  "x": 684,
@@ -3015,7 +3015,7 @@
3015
3015
  "pixelRatio": 1,
3016
3016
  "sdf": true
3017
3017
  },
3018
- "security_camera": {
3018
+ "sculpture": {
3019
3019
  "height": 36,
3020
3020
  "width": 36,
3021
3021
  "x": 684,
@@ -3023,7 +3023,7 @@
3023
3023
  "pixelRatio": 1,
3024
3024
  "sdf": true
3025
3025
  },
3026
- "seesaw": {
3026
+ "security_camera": {
3027
3027
  "height": 36,
3028
3028
  "width": 36,
3029
3029
  "x": 684,
@@ -3031,7 +3031,7 @@
3031
3031
  "pixelRatio": 1,
3032
3032
  "sdf": true
3033
3033
  },
3034
- "shield": {
3034
+ "seesaw": {
3035
3035
  "height": 36,
3036
3036
  "width": 36,
3037
3037
  "x": 684,
@@ -3039,7 +3039,7 @@
3039
3039
  "pixelRatio": 1,
3040
3040
  "sdf": true
3041
3041
  },
3042
- "shinto": {
3042
+ "shield": {
3043
3043
  "height": 36,
3044
3044
  "width": 36,
3045
3045
  "x": 0,
@@ -3047,7 +3047,7 @@
3047
3047
  "pixelRatio": 1,
3048
3048
  "sdf": true
3049
3049
  },
3050
- "shopping_mall": {
3050
+ "shinto": {
3051
3051
  "height": 36,
3052
3052
  "width": 36,
3053
3053
  "x": 36,
@@ -3055,7 +3055,7 @@
3055
3055
  "pixelRatio": 1,
3056
3056
  "sdf": true
3057
3057
  },
3058
- "shower": {
3058
+ "shopping_mall": {
3059
3059
  "height": 36,
3060
3060
  "width": 36,
3061
3061
  "x": 72,
@@ -3063,7 +3063,7 @@
3063
3063
  "pixelRatio": 1,
3064
3064
  "sdf": true
3065
3065
  },
3066
- "shrub": {
3066
+ "shower": {
3067
3067
  "height": 36,
3068
3068
  "width": 36,
3069
3069
  "x": 108,
@@ -3071,7 +3071,7 @@
3071
3071
  "pixelRatio": 1,
3072
3072
  "sdf": true
3073
3073
  },
3074
- "shrub_low": {
3074
+ "shrub": {
3075
3075
  "height": 36,
3076
3076
  "width": 36,
3077
3077
  "x": 144,
@@ -3079,7 +3079,7 @@
3079
3079
  "pixelRatio": 1,
3080
3080
  "sdf": true
3081
3081
  },
3082
- "shuffleboard": {
3082
+ "shrub_low": {
3083
3083
  "height": 36,
3084
3084
  "width": 36,
3085
3085
  "x": 180,
@@ -3087,7 +3087,7 @@
3087
3087
  "pixelRatio": 1,
3088
3088
  "sdf": true
3089
3089
  },
3090
- "sign_and_bench": {
3090
+ "shuffleboard": {
3091
3091
  "height": 36,
3092
3092
  "width": 36,
3093
3093
  "x": 216,
@@ -3095,7 +3095,7 @@
3095
3095
  "pixelRatio": 1,
3096
3096
  "sdf": true
3097
3097
  },
3098
- "sign_and_car": {
3098
+ "sign_and_bench": {
3099
3099
  "height": 36,
3100
3100
  "width": 36,
3101
3101
  "x": 252,
@@ -3103,7 +3103,7 @@
3103
3103
  "pixelRatio": 1,
3104
3104
  "sdf": true
3105
3105
  },
3106
- "sign_and_pedestrian": {
3106
+ "sign_and_car": {
3107
3107
  "height": 36,
3108
3108
  "width": 36,
3109
3109
  "x": 288,
@@ -3111,7 +3111,7 @@
3111
3111
  "pixelRatio": 1,
3112
3112
  "sdf": true
3113
3113
  },
3114
- "sikhism": {
3114
+ "sign_and_pedestrian": {
3115
3115
  "height": 36,
3116
3116
  "width": 36,
3117
3117
  "x": 324,
@@ -3119,7 +3119,7 @@
3119
3119
  "pixelRatio": 1,
3120
3120
  "sdf": true
3121
3121
  },
3122
- "silo": {
3122
+ "sikhism": {
3123
3123
  "height": 36,
3124
3124
  "width": 36,
3125
3125
  "x": 360,
@@ -3127,7 +3127,7 @@
3127
3127
  "pixelRatio": 1,
3128
3128
  "sdf": true
3129
3129
  },
3130
- "skateboarding": {
3130
+ "silo": {
3131
3131
  "height": 36,
3132
3132
  "width": 36,
3133
3133
  "x": 396,
@@ -3135,7 +3135,7 @@
3135
3135
  "pixelRatio": 1,
3136
3136
  "sdf": true
3137
3137
  },
3138
- "ski_jumping": {
3138
+ "skateboarding": {
3139
3139
  "height": 36,
3140
3140
  "width": 36,
3141
3141
  "x": 432,
@@ -3143,7 +3143,7 @@
3143
3143
  "pixelRatio": 1,
3144
3144
  "sdf": true
3145
3145
  },
3146
- "skiing": {
3146
+ "ski_jumping": {
3147
3147
  "height": 36,
3148
3148
  "width": 36,
3149
3149
  "x": 468,
@@ -3151,7 +3151,7 @@
3151
3151
  "pixelRatio": 1,
3152
3152
  "sdf": true
3153
3153
  },
3154
- "sledding": {
3154
+ "skiing": {
3155
3155
  "height": 36,
3156
3156
  "width": 36,
3157
3157
  "x": 504,
@@ -3159,7 +3159,7 @@
3159
3159
  "pixelRatio": 1,
3160
3160
  "sdf": true
3161
3161
  },
3162
- "sleep_shelter": {
3162
+ "sledding": {
3163
3163
  "height": 36,
3164
3164
  "width": 36,
3165
3165
  "x": 540,
@@ -3167,7 +3167,7 @@
3167
3167
  "pixelRatio": 1,
3168
3168
  "sdf": true
3169
3169
  },
3170
- "slide": {
3170
+ "sleep_shelter": {
3171
3171
  "height": 36,
3172
3172
  "width": 36,
3173
3173
  "x": 576,
@@ -3175,7 +3175,7 @@
3175
3175
  "pixelRatio": 1,
3176
3176
  "sdf": true
3177
3177
  },
3178
- "snow": {
3178
+ "slide": {
3179
3179
  "height": 36,
3180
3180
  "width": 36,
3181
3181
  "x": 612,
@@ -3183,7 +3183,7 @@
3183
3183
  "pixelRatio": 1,
3184
3184
  "sdf": true
3185
3185
  },
3186
- "snow_shoeing": {
3186
+ "snow": {
3187
3187
  "height": 36,
3188
3188
  "width": 36,
3189
3189
  "x": 648,
@@ -3191,7 +3191,7 @@
3191
3191
  "pixelRatio": 1,
3192
3192
  "sdf": true
3193
3193
  },
3194
- "snowboarding": {
3194
+ "snow_shoeing": {
3195
3195
  "height": 36,
3196
3196
  "width": 36,
3197
3197
  "x": 684,
@@ -3199,7 +3199,7 @@
3199
3199
  "pixelRatio": 1,
3200
3200
  "sdf": true
3201
3201
  },
3202
- "snowmobile": {
3202
+ "snowboarding": {
3203
3203
  "height": 36,
3204
3204
  "width": 36,
3205
3205
  "x": 720,
@@ -3207,7 +3207,7 @@
3207
3207
  "pixelRatio": 1,
3208
3208
  "sdf": true
3209
3209
  },
3210
- "social_facility": {
3210
+ "snowmobile": {
3211
3211
  "height": 36,
3212
3212
  "width": 36,
3213
3213
  "x": 720,
@@ -3215,7 +3215,7 @@
3215
3215
  "pixelRatio": 1,
3216
3216
  "sdf": true
3217
3217
  },
3218
- "spa": {
3218
+ "social_facility": {
3219
3219
  "height": 36,
3220
3220
  "width": 36,
3221
3221
  "x": 720,
@@ -3223,7 +3223,7 @@
3223
3223
  "pixelRatio": 1,
3224
3224
  "sdf": true
3225
3225
  },
3226
- "speaker": {
3226
+ "spa": {
3227
3227
  "height": 36,
3228
3228
  "width": 36,
3229
3229
  "x": 720,
@@ -3231,7 +3231,7 @@
3231
3231
  "pixelRatio": 1,
3232
3232
  "sdf": true
3233
3233
  },
3234
- "speed_bump": {
3234
+ "speaker": {
3235
3235
  "height": 36,
3236
3236
  "width": 36,
3237
3237
  "x": 720,
@@ -3239,7 +3239,7 @@
3239
3239
  "pixelRatio": 1,
3240
3240
  "sdf": true
3241
3241
  },
3242
- "speed_dip": {
3242
+ "speed_bump": {
3243
3243
  "height": 36,
3244
3244
  "width": 36,
3245
3245
  "x": 720,
@@ -3247,7 +3247,7 @@
3247
3247
  "pixelRatio": 1,
3248
3248
  "sdf": true
3249
3249
  },
3250
- "speed_dip_double": {
3250
+ "speed_dip": {
3251
3251
  "height": 36,
3252
3252
  "width": 36,
3253
3253
  "x": 720,
@@ -3255,7 +3255,7 @@
3255
3255
  "pixelRatio": 1,
3256
3256
  "sdf": true
3257
3257
  },
3258
- "speed_hump": {
3258
+ "speed_dip_double": {
3259
3259
  "height": 36,
3260
3260
  "width": 36,
3261
3261
  "x": 720,
@@ -3263,7 +3263,7 @@
3263
3263
  "pixelRatio": 1,
3264
3264
  "sdf": true
3265
3265
  },
3266
- "speed_table": {
3266
+ "speed_hump": {
3267
3267
  "height": 36,
3268
3268
  "width": 36,
3269
3269
  "x": 720,
@@ -3271,7 +3271,7 @@
3271
3271
  "pixelRatio": 1,
3272
3272
  "sdf": true
3273
3273
  },
3274
- "speedway_8": {
3274
+ "speed_table": {
3275
3275
  "height": 36,
3276
3276
  "width": 36,
3277
3277
  "x": 720,
@@ -3279,7 +3279,7 @@
3279
3279
  "pixelRatio": 1,
3280
3280
  "sdf": true
3281
3281
  },
3282
- "speedway_oval": {
3282
+ "speedway_8": {
3283
3283
  "height": 36,
3284
3284
  "width": 36,
3285
3285
  "x": 720,
@@ -3287,7 +3287,7 @@
3287
3287
  "pixelRatio": 1,
3288
3288
  "sdf": true
3289
3289
  },
3290
- "spice_bottle": {
3290
+ "speedway_oval": {
3291
3291
  "height": 36,
3292
3292
  "width": 36,
3293
3293
  "x": 720,
@@ -3295,7 +3295,7 @@
3295
3295
  "pixelRatio": 1,
3296
3296
  "sdf": true
3297
3297
  },
3298
- "spike_strip": {
3298
+ "spice_bottle": {
3299
3299
  "height": 36,
3300
3300
  "width": 36,
3301
3301
  "x": 720,
@@ -3303,7 +3303,7 @@
3303
3303
  "pixelRatio": 1,
3304
3304
  "sdf": true
3305
3305
  },
3306
- "spotting_scope": {
3306
+ "spike_strip": {
3307
3307
  "height": 36,
3308
3308
  "width": 36,
3309
3309
  "x": 720,
@@ -3311,7 +3311,7 @@
3311
3311
  "pixelRatio": 1,
3312
3312
  "sdf": true
3313
3313
  },
3314
- "spring_rider": {
3314
+ "spotting_scope": {
3315
3315
  "height": 36,
3316
3316
  "width": 36,
3317
3317
  "x": 720,
@@ -3319,7 +3319,7 @@
3319
3319
  "pixelRatio": 1,
3320
3320
  "sdf": true
3321
3321
  },
3322
- "stamp": {
3322
+ "spring_rider": {
3323
3323
  "height": 36,
3324
3324
  "width": 36,
3325
3325
  "x": 720,
@@ -3327,7 +3327,7 @@
3327
3327
  "pixelRatio": 1,
3328
3328
  "sdf": true
3329
3329
  },
3330
- "statue": {
3330
+ "stamp": {
3331
3331
  "height": 36,
3332
3332
  "width": 36,
3333
3333
  "x": 720,
@@ -3335,7 +3335,7 @@
3335
3335
  "pixelRatio": 1,
3336
3336
  "sdf": true
3337
3337
  },
3338
- "stile_squeezer": {
3338
+ "statue": {
3339
3339
  "height": 36,
3340
3340
  "width": 36,
3341
3341
  "x": 720,
@@ -3343,7 +3343,7 @@
3343
3343
  "pixelRatio": 1,
3344
3344
  "sdf": true
3345
3345
  },
3346
- "stop": {
3346
+ "stile_squeezer": {
3347
3347
  "height": 36,
3348
3348
  "width": 36,
3349
3349
  "x": 720,
@@ -3351,7 +3351,7 @@
3351
3351
  "pixelRatio": 1,
3352
3352
  "sdf": true
3353
3353
  },
3354
- "storage": {
3354
+ "stop": {
3355
3355
  "height": 36,
3356
3356
  "width": 36,
3357
3357
  "x": 720,
@@ -3359,7 +3359,7 @@
3359
3359
  "pixelRatio": 1,
3360
3360
  "sdf": true
3361
3361
  },
3362
- "storage_drum": {
3362
+ "storage": {
3363
3363
  "height": 36,
3364
3364
  "width": 36,
3365
3365
  "x": 0,
@@ -3367,7 +3367,7 @@
3367
3367
  "pixelRatio": 1,
3368
3368
  "sdf": true
3369
3369
  },
3370
- "storage_fermenter": {
3370
+ "storage_drum": {
3371
3371
  "height": 36,
3372
3372
  "width": 36,
3373
3373
  "x": 36,
@@ -3375,7 +3375,7 @@
3375
3375
  "pixelRatio": 1,
3376
3376
  "sdf": true
3377
3377
  },
3378
- "storage_rental": {
3378
+ "storage_fermenter": {
3379
3379
  "height": 36,
3380
3380
  "width": 36,
3381
3381
  "x": 72,
@@ -3383,7 +3383,7 @@
3383
3383
  "pixelRatio": 1,
3384
3384
  "sdf": true
3385
3385
  },
3386
- "storage_tank": {
3386
+ "storage_rental": {
3387
3387
  "height": 36,
3388
3388
  "width": 36,
3389
3389
  "x": 108,
@@ -3391,7 +3391,7 @@
3391
3391
  "pixelRatio": 1,
3392
3392
  "sdf": true
3393
3393
  },
3394
- "street_lamp_arm": {
3394
+ "storage_tank": {
3395
3395
  "height": 36,
3396
3396
  "width": 36,
3397
3397
  "x": 144,
@@ -3399,7 +3399,7 @@
3399
3399
  "pixelRatio": 1,
3400
3400
  "sdf": true
3401
3401
  },
3402
- "striped_way": {
3402
+ "street_lamp_arm": {
3403
3403
  "height": 36,
3404
3404
  "width": 36,
3405
3405
  "x": 180,
@@ -3407,7 +3407,7 @@
3407
3407
  "pixelRatio": 1,
3408
3408
  "sdf": true
3409
3409
  },
3410
- "striped_zone": {
3410
+ "striped_way": {
3411
3411
  "height": 36,
3412
3412
  "width": 36,
3413
3413
  "x": 216,
@@ -3415,7 +3415,7 @@
3415
3415
  "pixelRatio": 1,
3416
3416
  "sdf": true
3417
3417
  },
3418
- "subway": {
3418
+ "striped_zone": {
3419
3419
  "height": 36,
3420
3420
  "width": 36,
3421
3421
  "x": 252,
@@ -3423,7 +3423,7 @@
3423
3423
  "pixelRatio": 1,
3424
3424
  "sdf": true
3425
3425
  },
3426
- "suitcase": {
3426
+ "subway": {
3427
3427
  "height": 36,
3428
3428
  "width": 36,
3429
3429
  "x": 288,
@@ -3431,7 +3431,7 @@
3431
3431
  "pixelRatio": 1,
3432
3432
  "sdf": true
3433
3433
  },
3434
- "suitcase_key": {
3434
+ "suitcase": {
3435
3435
  "height": 36,
3436
3436
  "width": 36,
3437
3437
  "x": 324,
@@ -3439,7 +3439,7 @@
3439
3439
  "pixelRatio": 1,
3440
3440
  "sdf": true
3441
3441
  },
3442
- "suitcase_xray": {
3442
+ "suitcase_key": {
3443
3443
  "height": 36,
3444
3444
  "width": 36,
3445
3445
  "x": 360,
@@ -3447,7 +3447,7 @@
3447
3447
  "pixelRatio": 1,
3448
3448
  "sdf": true
3449
3449
  },
3450
- "surfing": {
3450
+ "suitcase_xray": {
3451
3451
  "height": 36,
3452
3452
  "width": 36,
3453
3453
  "x": 396,
@@ -3455,7 +3455,7 @@
3455
3455
  "pixelRatio": 1,
3456
3456
  "sdf": true
3457
3457
  },
3458
- "swamp": {
3458
+ "surfing": {
3459
3459
  "height": 36,
3460
3460
  "width": 36,
3461
3461
  "x": 432,
@@ -3463,7 +3463,7 @@
3463
3463
  "pixelRatio": 1,
3464
3464
  "sdf": true
3465
3465
  },
3466
- "t_bar_lift": {
3466
+ "swamp": {
3467
3467
  "height": 36,
3468
3468
  "width": 36,
3469
3469
  "x": 468,
@@ -3471,7 +3471,7 @@
3471
3471
  "pixelRatio": 1,
3472
3472
  "sdf": true
3473
3473
  },
3474
- "tall_gate": {
3474
+ "t_bar_lift": {
3475
3475
  "height": 36,
3476
3476
  "width": 36,
3477
3477
  "x": 504,
@@ -3479,7 +3479,7 @@
3479
3479
  "pixelRatio": 1,
3480
3480
  "sdf": true
3481
3481
  },
3482
- "tanning": {
3482
+ "tall_gate": {
3483
3483
  "height": 36,
3484
3484
  "width": 36,
3485
3485
  "x": 540,
@@ -3487,7 +3487,7 @@
3487
3487
  "pixelRatio": 1,
3488
3488
  "sdf": true
3489
3489
  },
3490
- "tanning2": {
3490
+ "tanning": {
3491
3491
  "height": 36,
3492
3492
  "width": 36,
3493
3493
  "x": 576,
@@ -3495,7 +3495,7 @@
3495
3495
  "pixelRatio": 1,
3496
3496
  "sdf": true
3497
3497
  },
3498
- "taoism": {
3498
+ "tanning2": {
3499
3499
  "height": 36,
3500
3500
  "width": 36,
3501
3501
  "x": 612,
@@ -3503,7 +3503,7 @@
3503
3503
  "pixelRatio": 1,
3504
3504
  "sdf": true
3505
3505
  },
3506
- "tattoo_machine": {
3506
+ "taoism": {
3507
3507
  "height": 36,
3508
3508
  "width": 36,
3509
3509
  "x": 648,
@@ -3511,7 +3511,7 @@
3511
3511
  "pixelRatio": 1,
3512
3512
  "sdf": true
3513
3513
  },
3514
- "taxi_stand": {
3514
+ "tattoo_machine": {
3515
3515
  "height": 36,
3516
3516
  "width": 36,
3517
3517
  "x": 684,
@@ -3519,7 +3519,7 @@
3519
3519
  "pixelRatio": 1,
3520
3520
  "sdf": true
3521
3521
  },
3522
- "telephone": {
3522
+ "taxi_stand": {
3523
3523
  "height": 36,
3524
3524
  "width": 36,
3525
3525
  "x": 720,
@@ -3527,7 +3527,7 @@
3527
3527
  "pixelRatio": 1,
3528
3528
  "sdf": true
3529
3529
  },
3530
- "telescope": {
3530
+ "telephone": {
3531
3531
  "height": 36,
3532
3532
  "width": 36,
3533
3533
  "x": 756,
@@ -3535,7 +3535,7 @@
3535
3535
  "pixelRatio": 1,
3536
3536
  "sdf": true
3537
3537
  },
3538
- "temaki": {
3538
+ "telescope": {
3539
3539
  "height": 36,
3540
3540
  "width": 36,
3541
3541
  "x": 756,
@@ -3543,7 +3543,7 @@
3543
3543
  "pixelRatio": 1,
3544
3544
  "sdf": true
3545
3545
  },
3546
- "tennis": {
3546
+ "temaki": {
3547
3547
  "height": 36,
3548
3548
  "width": 36,
3549
3549
  "x": 756,
@@ -3551,7 +3551,7 @@
3551
3551
  "pixelRatio": 1,
3552
3552
  "sdf": true
3553
3553
  },
3554
- "tents": {
3554
+ "tennis": {
3555
3555
  "height": 36,
3556
3556
  "width": 36,
3557
3557
  "x": 756,
@@ -3559,7 +3559,7 @@
3559
3559
  "pixelRatio": 1,
3560
3560
  "sdf": true
3561
3561
  },
3562
- "ticket": {
3562
+ "tents": {
3563
3563
  "height": 36,
3564
3564
  "width": 36,
3565
3565
  "x": 756,
@@ -3567,7 +3567,7 @@
3567
3567
  "pixelRatio": 1,
3568
3568
  "sdf": true
3569
3569
  },
3570
- "tiling": {
3570
+ "ticket": {
3571
3571
  "height": 36,
3572
3572
  "width": 36,
3573
3573
  "x": 756,
@@ -3575,7 +3575,7 @@
3575
3575
  "pixelRatio": 1,
3576
3576
  "sdf": true
3577
3577
  },
3578
- "tire": {
3578
+ "tiling": {
3579
3579
  "height": 36,
3580
3580
  "width": 36,
3581
3581
  "x": 756,
@@ -3583,7 +3583,7 @@
3583
3583
  "pixelRatio": 1,
3584
3584
  "sdf": true
3585
3585
  },
3586
- "tire_course": {
3586
+ "tire": {
3587
3587
  "height": 36,
3588
3588
  "width": 36,
3589
3589
  "x": 756,
@@ -3591,7 +3591,7 @@
3591
3591
  "pixelRatio": 1,
3592
3592
  "sdf": true
3593
3593
  },
3594
- "toll_gantry": {
3594
+ "tire_course": {
3595
3595
  "height": 36,
3596
3596
  "width": 36,
3597
3597
  "x": 756,
@@ -3599,7 +3599,7 @@
3599
3599
  "pixelRatio": 1,
3600
3600
  "sdf": true
3601
3601
  },
3602
- "toolbox": {
3602
+ "toll_gantry": {
3603
3603
  "height": 36,
3604
3604
  "width": 36,
3605
3605
  "x": 756,
@@ -3607,7 +3607,7 @@
3607
3607
  "pixelRatio": 1,
3608
3608
  "sdf": true
3609
3609
  },
3610
- "tools": {
3610
+ "toolbox": {
3611
3611
  "height": 36,
3612
3612
  "width": 36,
3613
3613
  "x": 756,
@@ -3615,7 +3615,7 @@
3615
3615
  "pixelRatio": 1,
3616
3616
  "sdf": true
3617
3617
  },
3618
- "tower": {
3618
+ "tools": {
3619
3619
  "height": 36,
3620
3620
  "width": 36,
3621
3621
  "x": 756,
@@ -3623,7 +3623,7 @@
3623
3623
  "pixelRatio": 1,
3624
3624
  "sdf": true
3625
3625
  },
3626
- "tower_communication": {
3626
+ "tower": {
3627
3627
  "height": 36,
3628
3628
  "width": 36,
3629
3629
  "x": 756,
@@ -3631,7 +3631,7 @@
3631
3631
  "pixelRatio": 1,
3632
3632
  "sdf": true
3633
3633
  },
3634
- "town_hall": {
3634
+ "tower_communication": {
3635
3635
  "height": 36,
3636
3636
  "width": 36,
3637
3637
  "x": 756,
@@ -3639,7 +3639,7 @@
3639
3639
  "pixelRatio": 1,
3640
3640
  "sdf": true
3641
3641
  },
3642
- "traffic_signals": {
3642
+ "town_hall": {
3643
3643
  "height": 36,
3644
3644
  "width": 36,
3645
3645
  "x": 756,
@@ -3647,7 +3647,7 @@
3647
3647
  "pixelRatio": 1,
3648
3648
  "sdf": true
3649
3649
  },
3650
- "train": {
3650
+ "traffic_signals": {
3651
3651
  "height": 36,
3652
3652
  "width": 36,
3653
3653
  "x": 756,
@@ -3655,7 +3655,7 @@
3655
3655
  "pixelRatio": 1,
3656
3656
  "sdf": true
3657
3657
  },
3658
- "train_bullet": {
3658
+ "train": {
3659
3659
  "height": 36,
3660
3660
  "width": 36,
3661
3661
  "x": 756,
@@ -3663,7 +3663,7 @@
3663
3663
  "pixelRatio": 1,
3664
3664
  "sdf": true
3665
3665
  },
3666
- "train_diesel": {
3666
+ "train_bullet": {
3667
3667
  "height": 36,
3668
3668
  "width": 36,
3669
3669
  "x": 756,
@@ -3671,7 +3671,7 @@
3671
3671
  "pixelRatio": 1,
3672
3672
  "sdf": true
3673
3673
  },
3674
- "train_kids": {
3674
+ "train_diesel": {
3675
3675
  "height": 36,
3676
3676
  "width": 36,
3677
3677
  "x": 756,
@@ -3679,7 +3679,7 @@
3679
3679
  "pixelRatio": 1,
3680
3680
  "sdf": true
3681
3681
  },
3682
- "train_steam": {
3682
+ "train_kids": {
3683
3683
  "height": 36,
3684
3684
  "width": 36,
3685
3685
  "x": 756,
@@ -3687,7 +3687,7 @@
3687
3687
  "pixelRatio": 1,
3688
3688
  "sdf": true
3689
3689
  },
3690
- "train_wash": {
3690
+ "train_steam": {
3691
3691
  "height": 36,
3692
3692
  "width": 36,
3693
3693
  "x": 756,
@@ -3695,7 +3695,7 @@
3695
3695
  "pixelRatio": 1,
3696
3696
  "sdf": true
3697
3697
  },
3698
- "tram": {
3698
+ "train_wash": {
3699
3699
  "height": 36,
3700
3700
  "width": 36,
3701
3701
  "x": 0,
@@ -3703,7 +3703,7 @@
3703
3703
  "pixelRatio": 1,
3704
3704
  "sdf": true
3705
3705
  },
3706
- "tram_side": {
3706
+ "tram": {
3707
3707
  "height": 36,
3708
3708
  "width": 36,
3709
3709
  "x": 36,
@@ -3711,7 +3711,7 @@
3711
3711
  "pixelRatio": 1,
3712
3712
  "sdf": true
3713
3713
  },
3714
- "transit": {
3714
+ "tram_side": {
3715
3715
  "height": 36,
3716
3716
  "width": 36,
3717
3717
  "x": 72,
@@ -3719,7 +3719,7 @@
3719
3719
  "pixelRatio": 1,
3720
3720
  "sdf": true
3721
3721
  },
3722
- "transit_shelter": {
3722
+ "transit": {
3723
3723
  "height": 36,
3724
3724
  "width": 36,
3725
3725
  "x": 108,
@@ -3727,7 +3727,7 @@
3727
3727
  "pixelRatio": 1,
3728
3728
  "sdf": true
3729
3729
  },
3730
- "tree_and_bench": {
3730
+ "transit_shelter": {
3731
3731
  "height": 36,
3732
3732
  "width": 36,
3733
3733
  "x": 144,
@@ -3735,7 +3735,7 @@
3735
3735
  "pixelRatio": 1,
3736
3736
  "sdf": true
3737
3737
  },
3738
- "tree_broadleaved": {
3738
+ "tree_and_bench": {
3739
3739
  "height": 36,
3740
3740
  "width": 36,
3741
3741
  "x": 180,
@@ -3743,7 +3743,7 @@
3743
3743
  "pixelRatio": 1,
3744
3744
  "sdf": true
3745
3745
  },
3746
- "tree_cactus": {
3746
+ "tree_broadleaved": {
3747
3747
  "height": 36,
3748
3748
  "width": 36,
3749
3749
  "x": 216,
@@ -3751,7 +3751,7 @@
3751
3751
  "pixelRatio": 1,
3752
3752
  "sdf": true
3753
3753
  },
3754
- "tree_leafless": {
3754
+ "tree_cactus": {
3755
3755
  "height": 36,
3756
3756
  "width": 36,
3757
3757
  "x": 252,
@@ -3759,7 +3759,7 @@
3759
3759
  "pixelRatio": 1,
3760
3760
  "sdf": true
3761
3761
  },
3762
- "tree_needleleaved": {
3762
+ "tree_leafless": {
3763
3763
  "height": 36,
3764
3764
  "width": 36,
3765
3765
  "x": 288,
@@ -3767,7 +3767,7 @@
3767
3767
  "pixelRatio": 1,
3768
3768
  "sdf": true
3769
3769
  },
3770
- "tree_palm": {
3770
+ "tree_needleleaved": {
3771
3771
  "height": 36,
3772
3772
  "width": 36,
3773
3773
  "x": 324,
@@ -3775,7 +3775,7 @@
3775
3775
  "pixelRatio": 1,
3776
3776
  "sdf": true
3777
3777
  },
3778
- "tree_row": {
3778
+ "tree_palm": {
3779
3779
  "height": 36,
3780
3780
  "width": 36,
3781
3781
  "x": 360,
@@ -3783,7 +3783,7 @@
3783
3783
  "pixelRatio": 1,
3784
3784
  "sdf": true
3785
3785
  },
3786
- "tree_stump": {
3786
+ "tree_row": {
3787
3787
  "height": 36,
3788
3788
  "width": 36,
3789
3789
  "x": 396,
@@ -3791,7 +3791,7 @@
3791
3791
  "pixelRatio": 1,
3792
3792
  "sdf": true
3793
3793
  },
3794
- "trench": {
3794
+ "tree_stump": {
3795
3795
  "height": 36,
3796
3796
  "width": 36,
3797
3797
  "x": 432,
@@ -3799,7 +3799,7 @@
3799
3799
  "pixelRatio": 1,
3800
3800
  "sdf": true
3801
3801
  },
3802
- "trolleybus": {
3802
+ "trench": {
3803
3803
  "height": 36,
3804
3804
  "width": 36,
3805
3805
  "x": 468,
@@ -3807,7 +3807,7 @@
3807
3807
  "pixelRatio": 1,
3808
3808
  "sdf": true
3809
3809
  },
3810
- "truck": {
3810
+ "trolleybus": {
3811
3811
  "height": 36,
3812
3812
  "width": 36,
3813
3813
  "x": 504,
@@ -3815,7 +3815,7 @@
3815
3815
  "pixelRatio": 1,
3816
3816
  "sdf": true
3817
3817
  },
3818
- "tunnel": {
3818
+ "truck": {
3819
3819
  "height": 36,
3820
3820
  "width": 36,
3821
3821
  "x": 540,
@@ -3823,7 +3823,7 @@
3823
3823
  "pixelRatio": 1,
3824
3824
  "sdf": true
3825
3825
  },
3826
- "turnstile": {
3826
+ "tunnel": {
3827
3827
  "height": 36,
3828
3828
  "width": 36,
3829
3829
  "x": 576,
@@ -3831,7 +3831,7 @@
3831
3831
  "pixelRatio": 1,
3832
3832
  "sdf": true
3833
3833
  },
3834
- "utility_pole": {
3834
+ "turnstile": {
3835
3835
  "height": 36,
3836
3836
  "width": 36,
3837
3837
  "x": 612,
@@ -3839,7 +3839,7 @@
3839
3839
  "pixelRatio": 1,
3840
3840
  "sdf": true
3841
3841
  },
3842
- "vacuum": {
3842
+ "utility_pole": {
3843
3843
  "height": 36,
3844
3844
  "width": 36,
3845
3845
  "x": 648,
@@ -3847,7 +3847,7 @@
3847
3847
  "pixelRatio": 1,
3848
3848
  "sdf": true
3849
3849
  },
3850
- "vacuum_station": {
3850
+ "vacuum": {
3851
3851
  "height": 36,
3852
3852
  "width": 36,
3853
3853
  "x": 684,
@@ -3855,7 +3855,7 @@
3855
3855
  "pixelRatio": 1,
3856
3856
  "sdf": true
3857
3857
  },
3858
- "valley": {
3858
+ "vacuum_station": {
3859
3859
  "height": 36,
3860
3860
  "width": 36,
3861
3861
  "x": 720,
@@ -3863,7 +3863,7 @@
3863
3863
  "pixelRatio": 1,
3864
3864
  "sdf": true
3865
3865
  },
3866
- "vase": {
3866
+ "valley": {
3867
3867
  "height": 36,
3868
3868
  "width": 36,
3869
3869
  "x": 756,
@@ -3871,7 +3871,7 @@
3871
3871
  "pixelRatio": 1,
3872
3872
  "sdf": true
3873
3873
  },
3874
- "vending_bread": {
3874
+ "vase": {
3875
3875
  "height": 36,
3876
3876
  "width": 36,
3877
3877
  "x": 792,
@@ -3879,7 +3879,7 @@
3879
3879
  "pixelRatio": 1,
3880
3880
  "sdf": true
3881
3881
  },
3882
- "vending_cigarettes": {
3882
+ "vending_bread": {
3883
3883
  "height": 36,
3884
3884
  "width": 36,
3885
3885
  "x": 792,
@@ -3887,7 +3887,7 @@
3887
3887
  "pixelRatio": 1,
3888
3888
  "sdf": true
3889
3889
  },
3890
- "vending_cold_drink": {
3890
+ "vending_cigarettes": {
3891
3891
  "height": 36,
3892
3892
  "width": 36,
3893
3893
  "x": 792,
@@ -3895,7 +3895,7 @@
3895
3895
  "pixelRatio": 1,
3896
3896
  "sdf": true
3897
3897
  },
3898
- "vending_cold_drink2": {
3898
+ "vending_cold_drink": {
3899
3899
  "height": 36,
3900
3900
  "width": 36,
3901
3901
  "x": 792,
@@ -3903,7 +3903,7 @@
3903
3903
  "pixelRatio": 1,
3904
3904
  "sdf": true
3905
3905
  },
3906
- "vending_eggs": {
3906
+ "vending_cold_drink2": {
3907
3907
  "height": 36,
3908
3908
  "width": 36,
3909
3909
  "x": 792,
@@ -3911,7 +3911,7 @@
3911
3911
  "pixelRatio": 1,
3912
3912
  "sdf": true
3913
3913
  },
3914
- "vending_flat_coin": {
3914
+ "vending_eggs": {
3915
3915
  "height": 36,
3916
3916
  "width": 36,
3917
3917
  "x": 792,
@@ -3919,7 +3919,7 @@
3919
3919
  "pixelRatio": 1,
3920
3920
  "sdf": true
3921
3921
  },
3922
- "vending_hot_drink": {
3922
+ "vending_flat_coin": {
3923
3923
  "height": 36,
3924
3924
  "width": 36,
3925
3925
  "x": 792,
@@ -3927,7 +3927,7 @@
3927
3927
  "pixelRatio": 1,
3928
3928
  "sdf": true
3929
3929
  },
3930
- "vending_hot_drink2": {
3930
+ "vending_hot_drink": {
3931
3931
  "height": 36,
3932
3932
  "width": 36,
3933
3933
  "x": 792,
@@ -3935,7 +3935,7 @@
3935
3935
  "pixelRatio": 1,
3936
3936
  "sdf": true
3937
3937
  },
3938
- "vending_ice": {
3938
+ "vending_hot_drink2": {
3939
3939
  "height": 36,
3940
3940
  "width": 36,
3941
3941
  "x": 792,
@@ -3943,7 +3943,7 @@
3943
3943
  "pixelRatio": 1,
3944
3944
  "sdf": true
3945
3945
  },
3946
- "vending_ice_cream": {
3946
+ "vending_ice": {
3947
3947
  "height": 36,
3948
3948
  "width": 36,
3949
3949
  "x": 792,
@@ -3951,7 +3951,7 @@
3951
3951
  "pixelRatio": 1,
3952
3952
  "sdf": true
3953
3953
  },
3954
- "vending_ice_cream2": {
3954
+ "vending_ice_cream": {
3955
3955
  "height": 36,
3956
3956
  "width": 36,
3957
3957
  "x": 792,
@@ -3959,7 +3959,7 @@
3959
3959
  "pixelRatio": 1,
3960
3960
  "sdf": true
3961
3961
  },
3962
- "vending_lockers": {
3962
+ "vending_ice_cream2": {
3963
3963
  "height": 36,
3964
3964
  "width": 36,
3965
3965
  "x": 792,
@@ -3967,7 +3967,7 @@
3967
3967
  "pixelRatio": 1,
3968
3968
  "sdf": true
3969
3969
  },
3970
- "vending_love": {
3970
+ "vending_lockers": {
3971
3971
  "height": 36,
3972
3972
  "width": 36,
3973
3973
  "x": 792,
@@ -3975,7 +3975,7 @@
3975
3975
  "pixelRatio": 1,
3976
3976
  "sdf": true
3977
3977
  },
3978
- "vending_machine": {
3978
+ "vending_love": {
3979
3979
  "height": 36,
3980
3980
  "width": 36,
3981
3981
  "x": 792,
@@ -3983,7 +3983,7 @@
3983
3983
  "pixelRatio": 1,
3984
3984
  "sdf": true
3985
3985
  },
3986
- "vending_medicine": {
3986
+ "vending_machine": {
3987
3987
  "height": 36,
3988
3988
  "width": 36,
3989
3989
  "x": 792,
@@ -3991,7 +3991,7 @@
3991
3991
  "pixelRatio": 1,
3992
3992
  "sdf": true
3993
3993
  },
3994
- "vending_newspaper": {
3994
+ "vending_medicine": {
3995
3995
  "height": 36,
3996
3996
  "width": 36,
3997
3997
  "x": 792,
@@ -3999,7 +3999,7 @@
3999
3999
  "pixelRatio": 1,
4000
4000
  "sdf": true
4001
4001
  },
4002
- "vending_pet_waste": {
4002
+ "vending_newspaper": {
4003
4003
  "height": 36,
4004
4004
  "width": 36,
4005
4005
  "x": 792,
@@ -4007,7 +4007,7 @@
4007
4007
  "pixelRatio": 1,
4008
4008
  "sdf": true
4009
4009
  },
4010
- "vending_stamps": {
4010
+ "vending_pet_waste": {
4011
4011
  "height": 36,
4012
4012
  "width": 36,
4013
4013
  "x": 792,
@@ -4015,7 +4015,7 @@
4015
4015
  "pixelRatio": 1,
4016
4016
  "sdf": true
4017
4017
  },
4018
- "vending_tickets": {
4018
+ "vending_stamps": {
4019
4019
  "height": 36,
4020
4020
  "width": 36,
4021
4021
  "x": 792,
@@ -4023,7 +4023,7 @@
4023
4023
  "pixelRatio": 1,
4024
4024
  "sdf": true
4025
4025
  },
4026
- "vending_venus": {
4026
+ "vending_tickets": {
4027
4027
  "height": 36,
4028
4028
  "width": 36,
4029
4029
  "x": 792,
@@ -4031,7 +4031,7 @@
4031
4031
  "pixelRatio": 1,
4032
4032
  "sdf": true
4033
4033
  },
4034
- "vertex": {
4034
+ "vending_venus": {
4035
4035
  "height": 36,
4036
4036
  "width": 36,
4037
4037
  "x": 792,
@@ -4039,7 +4039,7 @@
4039
4039
  "pixelRatio": 1,
4040
4040
  "sdf": true
4041
4041
  },
4042
- "vertical_rotisserie": {
4042
+ "vertex": {
4043
4043
  "height": 36,
4044
4044
  "width": 36,
4045
4045
  "x": 792,
@@ -4047,7 +4047,7 @@
4047
4047
  "pixelRatio": 1,
4048
4048
  "sdf": true
4049
4049
  },
4050
- "veterinary_care": {
4050
+ "vertical_rotisserie": {
4051
4051
  "height": 36,
4052
4052
  "width": 36,
4053
4053
  "x": 0,
@@ -4055,7 +4055,7 @@
4055
4055
  "pixelRatio": 1,
4056
4056
  "sdf": true
4057
4057
  },
4058
- "wall": {
4058
+ "veterinary_care": {
4059
4059
  "height": 36,
4060
4060
  "width": 36,
4061
4061
  "x": 36,
@@ -4063,7 +4063,7 @@
4063
4063
  "pixelRatio": 1,
4064
4064
  "sdf": true
4065
4065
  },
4066
- "waste": {
4066
+ "wall": {
4067
4067
  "height": 36,
4068
4068
  "width": 36,
4069
4069
  "x": 72,
@@ -4071,7 +4071,7 @@
4071
4071
  "pixelRatio": 1,
4072
4072
  "sdf": true
4073
4073
  },
4074
- "waste_device": {
4074
+ "waste": {
4075
4075
  "height": 36,
4076
4076
  "width": 36,
4077
4077
  "x": 108,
@@ -4079,7 +4079,7 @@
4079
4079
  "pixelRatio": 1,
4080
4080
  "sdf": true
4081
4081
  },
4082
- "waste_manhole": {
4082
+ "waste_device": {
4083
4083
  "height": 36,
4084
4084
  "width": 36,
4085
4085
  "x": 144,
@@ -4087,7 +4087,7 @@
4087
4087
  "pixelRatio": 1,
4088
4088
  "sdf": true
4089
4089
  },
4090
- "waste_meter": {
4090
+ "waste_manhole": {
4091
4091
  "height": 36,
4092
4092
  "width": 36,
4093
4093
  "x": 180,
@@ -4095,7 +4095,7 @@
4095
4095
  "pixelRatio": 1,
4096
4096
  "sdf": true
4097
4097
  },
4098
- "waste_shutoff": {
4098
+ "waste_meter": {
4099
4099
  "height": 36,
4100
4100
  "width": 36,
4101
4101
  "x": 216,
@@ -4103,7 +4103,7 @@
4103
4103
  "pixelRatio": 1,
4104
4104
  "sdf": true
4105
4105
  },
4106
- "water": {
4106
+ "waste_shutoff": {
4107
4107
  "height": 36,
4108
4108
  "width": 36,
4109
4109
  "x": 252,
@@ -4111,7 +4111,7 @@
4111
4111
  "pixelRatio": 1,
4112
4112
  "sdf": true
4113
4113
  },
4114
- "water_bottle": {
4114
+ "water": {
4115
4115
  "height": 36,
4116
4116
  "width": 36,
4117
4117
  "x": 288,
@@ -4119,7 +4119,7 @@
4119
4119
  "pixelRatio": 1,
4120
4120
  "sdf": true
4121
4121
  },
4122
- "water_device": {
4122
+ "water_bottle": {
4123
4123
  "height": 36,
4124
4124
  "width": 36,
4125
4125
  "x": 324,
@@ -4127,7 +4127,7 @@
4127
4127
  "pixelRatio": 1,
4128
4128
  "sdf": true
4129
4129
  },
4130
- "water_manhole": {
4130
+ "water_device": {
4131
4131
  "height": 36,
4132
4132
  "width": 36,
4133
4133
  "x": 360,
@@ -4135,7 +4135,7 @@
4135
4135
  "pixelRatio": 1,
4136
4136
  "sdf": true
4137
4137
  },
4138
- "water_meter": {
4138
+ "water_manhole": {
4139
4139
  "height": 36,
4140
4140
  "width": 36,
4141
4141
  "x": 396,
@@ -4143,7 +4143,7 @@
4143
4143
  "pixelRatio": 1,
4144
4144
  "sdf": true
4145
4145
  },
4146
- "water_shutoff": {
4146
+ "water_meter": {
4147
4147
  "height": 36,
4148
4148
  "width": 36,
4149
4149
  "x": 432,
@@ -4151,7 +4151,7 @@
4151
4151
  "pixelRatio": 1,
4152
4152
  "sdf": true
4153
4153
  },
4154
- "water_tap": {
4154
+ "water_shutoff": {
4155
4155
  "height": 36,
4156
4156
  "width": 36,
4157
4157
  "x": 468,
@@ -4159,7 +4159,7 @@
4159
4159
  "pixelRatio": 1,
4160
4160
  "sdf": true
4161
4161
  },
4162
- "water_tap_drinkable": {
4162
+ "water_tap": {
4163
4163
  "height": 36,
4164
4164
  "width": 36,
4165
4165
  "x": 504,
@@ -4167,7 +4167,7 @@
4167
4167
  "pixelRatio": 1,
4168
4168
  "sdf": true
4169
4169
  },
4170
- "water_tower": {
4170
+ "water_tap_drinkable": {
4171
4171
  "height": 36,
4172
4172
  "width": 36,
4173
4173
  "x": 540,
@@ -4175,7 +4175,7 @@
4175
4175
  "pixelRatio": 1,
4176
4176
  "sdf": true
4177
4177
  },
4178
- "waterskiing": {
4178
+ "water_tower": {
4179
4179
  "height": 36,
4180
4180
  "width": 36,
4181
4181
  "x": 576,
@@ -4183,7 +4183,7 @@
4183
4183
  "pixelRatio": 1,
4184
4184
  "sdf": true
4185
4185
  },
4186
- "well_pump_manual": {
4186
+ "waterskiing": {
4187
4187
  "height": 36,
4188
4188
  "width": 36,
4189
4189
  "x": 612,
@@ -4191,7 +4191,7 @@
4191
4191
  "pixelRatio": 1,
4192
4192
  "sdf": true
4193
4193
  },
4194
- "well_pump_powered": {
4194
+ "well_pump_manual": {
4195
4195
  "height": 36,
4196
4196
  "width": 36,
4197
4197
  "x": 648,
@@ -4199,7 +4199,7 @@
4199
4199
  "pixelRatio": 1,
4200
4200
  "sdf": true
4201
4201
  },
4202
- "whale_watching": {
4202
+ "well_pump_powered": {
4203
4203
  "height": 36,
4204
4204
  "width": 36,
4205
4205
  "x": 684,
@@ -4207,7 +4207,7 @@
4207
4207
  "pixelRatio": 1,
4208
4208
  "sdf": true
4209
4209
  },
4210
- "wheel": {
4210
+ "whale_watching": {
4211
4211
  "height": 36,
4212
4212
  "width": 36,
4213
4213
  "x": 720,
@@ -4215,7 +4215,7 @@
4215
4215
  "pixelRatio": 1,
4216
4216
  "sdf": true
4217
4217
  },
4218
- "wheelchair": {
4218
+ "wheel": {
4219
4219
  "height": 36,
4220
4220
  "width": 36,
4221
4221
  "x": 756,
@@ -4223,7 +4223,7 @@
4223
4223
  "pixelRatio": 1,
4224
4224
  "sdf": true
4225
4225
  },
4226
- "wheelchair_active": {
4226
+ "wheelchair": {
4227
4227
  "height": 36,
4228
4228
  "width": 36,
4229
4229
  "x": 792,
@@ -4231,7 +4231,7 @@
4231
4231
  "pixelRatio": 1,
4232
4232
  "sdf": true
4233
4233
  },
4234
- "wind_surfing": {
4234
+ "wheelchair_active": {
4235
4235
  "height": 36,
4236
4236
  "width": 36,
4237
4237
  "x": 828,
@@ -4239,7 +4239,7 @@
4239
4239
  "pixelRatio": 1,
4240
4240
  "sdf": true
4241
4241
  },
4242
- "wind_turbine": {
4242
+ "wind_surfing": {
4243
4243
  "height": 36,
4244
4244
  "width": 36,
4245
4245
  "x": 828,
@@ -4247,7 +4247,7 @@
4247
4247
  "pixelRatio": 1,
4248
4248
  "sdf": true
4249
4249
  },
4250
- "windmill": {
4250
+ "wind_turbine": {
4251
4251
  "height": 36,
4252
4252
  "width": 36,
4253
4253
  "x": 828,
@@ -4255,7 +4255,7 @@
4255
4255
  "pixelRatio": 1,
4256
4256
  "sdf": true
4257
4257
  },
4258
- "window": {
4258
+ "windmill": {
4259
4259
  "height": 36,
4260
4260
  "width": 36,
4261
4261
  "x": 828,
@@ -4263,7 +4263,7 @@
4263
4263
  "pixelRatio": 1,
4264
4264
  "sdf": true
4265
4265
  },
4266
- "windpump": {
4266
+ "window": {
4267
4267
  "height": 36,
4268
4268
  "width": 36,
4269
4269
  "x": 828,
@@ -4271,7 +4271,7 @@
4271
4271
  "pixelRatio": 1,
4272
4272
  "sdf": true
4273
4273
  },
4274
- "windsock": {
4274
+ "windpump": {
4275
4275
  "height": 36,
4276
4276
  "width": 36,
4277
4277
  "x": 828,
@@ -4279,7 +4279,7 @@
4279
4279
  "pixelRatio": 1,
4280
4280
  "sdf": true
4281
4281
  },
4282
- "x_oblique": {
4282
+ "windsock": {
4283
4283
  "height": 36,
4284
4284
  "width": 36,
4285
4285
  "x": 828,
@@ -4287,7 +4287,7 @@
4287
4287
  "pixelRatio": 1,
4288
4288
  "sdf": true
4289
4289
  },
4290
- "yield": {
4290
+ "x_oblique": {
4291
4291
  "height": 36,
4292
4292
  "width": 36,
4293
4293
  "x": 828,
@@ -4295,12 +4295,20 @@
4295
4295
  "pixelRatio": 1,
4296
4296
  "sdf": true
4297
4297
  },
4298
- "zoo": {
4298
+ "yield": {
4299
4299
  "height": 36,
4300
4300
  "width": 36,
4301
4301
  "x": 828,
4302
4302
  "y": 288,
4303
4303
  "pixelRatio": 1,
4304
4304
  "sdf": true
4305
+ },
4306
+ "zoo": {
4307
+ "height": 36,
4308
+ "width": 36,
4309
+ "x": 828,
4310
+ "y": 324,
4311
+ "pixelRatio": 1,
4312
+ "sdf": true
4305
4313
  }
4306
4314
  }