geo-morpher 0.1.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 (47) hide show
  1. package/README.md +513 -0
  2. package/data/indonesia/indonesia-grid.csv +39 -0
  3. package/data/indonesia/indonesia_provice_boundary.geojson +40 -0
  4. package/data/indonesia/indonesia_provice_boundary.geojson_old +45 -0
  5. package/data/indonesia/literasi_2024.csv +39 -0
  6. package/data/oxford_lsoas_cartogram.json +2744 -0
  7. package/data/oxford_lsoas_regular.json +4715 -0
  8. package/dist/index.cjs +3304 -0
  9. package/dist/index.cjs.map +1 -0
  10. package/dist/index.js +3271 -0
  11. package/dist/index.js.map +1 -0
  12. package/examples/browser/README.md +189 -0
  13. package/examples/browser/index.html +260 -0
  14. package/examples/browser/indonesia/index.html +262 -0
  15. package/examples/browser/indonesia/main.js +400 -0
  16. package/examples/browser/main.js +225 -0
  17. package/examples/browser/maplibre/index.html +283 -0
  18. package/examples/browser/maplibre/main.js +339 -0
  19. package/examples/browser/zoom-scaling-glyphs.html +257 -0
  20. package/examples/browser/zoom-scaling-glyphs.js +281 -0
  21. package/examples/custom-projection.js +236 -0
  22. package/examples/native.js +52 -0
  23. package/morphs.js +1 -0
  24. package/package.json +87 -0
  25. package/src/adapters/leaflet/glyphLayer.js +282 -0
  26. package/src/adapters/leaflet/index.js +16 -0
  27. package/src/adapters/leaflet/morphLayers.js +231 -0
  28. package/src/adapters/leaflet/utils/collections.js +41 -0
  29. package/src/adapters/leaflet/utils/coordinates.js +64 -0
  30. package/src/adapters/leaflet/utils/glyphNormalizer.js +94 -0
  31. package/src/adapters/leaflet.js +9 -0
  32. package/src/adapters/maplibre/glyphLayer.js +279 -0
  33. package/src/adapters/maplibre/index.js +8 -0
  34. package/src/adapters/maplibre/morphLayers.js +460 -0
  35. package/src/adapters/maplibre/utils/coordinates.js +134 -0
  36. package/src/adapters/maplibre/utils/customGlyphLayer.js +0 -0
  37. package/src/adapters/maplibre/utils/glyphNormalizer.js +136 -0
  38. package/src/adapters/maplibre.js +6 -0
  39. package/src/core/geomorpher.js +474 -0
  40. package/src/index.js +38 -0
  41. package/src/lib/osgb/ellipsoid.js +82 -0
  42. package/src/lib/osgb/index.js +192 -0
  43. package/src/utils/cartogram.js +295 -0
  44. package/src/utils/csv.js +107 -0
  45. package/src/utils/enrichment.js +167 -0
  46. package/src/utils/projection.js +65 -0
  47. package/src/utils/projections.js +90 -0
@@ -0,0 +1,2744 @@
1
+ {
2
+ "type": "FeatureCollection",
3
+ "features": [
4
+ {
5
+ "type": "Feature",
6
+ "properties": {
7
+ "code": "E01028513"
8
+ },
9
+ "geometry": {
10
+ "type": "Polygon",
11
+ "coordinates": [
12
+ [
13
+ [
14
+ 454585.9504736626,
15
+ 207619.16888283574
16
+ ],
17
+ [
18
+ 455391.55452965526,
19
+ 207619.16888283574
20
+ ],
21
+ [
22
+ 455391.55452965526,
23
+ 208473.93763664385
24
+ ],
25
+ [
26
+ 454585.9504736626,
27
+ 208473.93763664385
28
+ ],
29
+ [
30
+ 454585.9504736626,
31
+ 207619.16888283574
32
+ ]
33
+ ]
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "type": "Feature",
39
+ "properties": {
40
+ "code": "E01028514"
41
+ },
42
+ "geometry": {
43
+ "type": "Polygon",
44
+ "coordinates": [
45
+ [
46
+ [
47
+ 455391.55452965526,
48
+ 207619.16888283574
49
+ ],
50
+ [
51
+ 456197.15858564794,
52
+ 207619.16888283574
53
+ ],
54
+ [
55
+ 456197.15858564794,
56
+ 208473.93763664385
57
+ ],
58
+ [
59
+ 455391.55452965526,
60
+ 208473.93763664385
61
+ ],
62
+ [
63
+ 455391.55452965526,
64
+ 207619.16888283574
65
+ ]
66
+ ]
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "type": "Feature",
72
+ "properties": {
73
+ "code": "E01028515"
74
+ },
75
+ "geometry": {
76
+ "type": "Polygon",
77
+ "coordinates": [
78
+ [
79
+ [
80
+ 456197.15858564794,
81
+ 206764.40012902764
82
+ ],
83
+ [
84
+ 457002.7626416406,
85
+ 206764.40012902764
86
+ ],
87
+ [
88
+ 457002.7626416406,
89
+ 207619.16888283574
90
+ ],
91
+ [
92
+ 456197.15858564794,
93
+ 207619.16888283574
94
+ ],
95
+ [
96
+ 456197.15858564794,
97
+ 206764.40012902764
98
+ ]
99
+ ]
100
+ ]
101
+ }
102
+ },
103
+ {
104
+ "type": "Feature",
105
+ "properties": {
106
+ "code": "E01028516"
107
+ },
108
+ "geometry": {
109
+ "type": "Polygon",
110
+ "coordinates": [
111
+ [
112
+ [
113
+ 453780.3464176699,
114
+ 208473.93763664385
115
+ ],
116
+ [
117
+ 454585.9504736626,
118
+ 208473.93763664385
119
+ ],
120
+ [
121
+ 454585.9504736626,
122
+ 209328.70639045196
123
+ ],
124
+ [
125
+ 453780.3464176699,
126
+ 209328.70639045196
127
+ ],
128
+ [
129
+ 453780.3464176699,
130
+ 208473.93763664385
131
+ ]
132
+ ]
133
+ ]
134
+ }
135
+ },
136
+ {
137
+ "type": "Feature",
138
+ "properties": {
139
+ "code": "E01028517"
140
+ },
141
+ "geometry": {
142
+ "type": "Polygon",
143
+ "coordinates": [
144
+ [
145
+ [
146
+ 456197.15858564794,
147
+ 202490.5563599871
148
+ ],
149
+ [
150
+ 457002.7626416406,
151
+ 202490.5563599871
152
+ ],
153
+ [
154
+ 457002.7626416406,
155
+ 203345.3251137952
156
+ ],
157
+ [
158
+ 456197.15858564794,
159
+ 203345.3251137952
160
+ ],
161
+ [
162
+ 456197.15858564794,
163
+ 202490.5563599871
164
+ ]
165
+ ]
166
+ ]
167
+ }
168
+ },
169
+ {
170
+ "type": "Feature",
171
+ "properties": {
172
+ "code": "E01028518"
173
+ },
174
+ "geometry": {
175
+ "type": "Polygon",
176
+ "coordinates": [
177
+ [
178
+ [
179
+ 455391.55452965526,
180
+ 202490.5563599871
181
+ ],
182
+ [
183
+ 456197.15858564794,
184
+ 202490.5563599871
185
+ ],
186
+ [
187
+ 456197.15858564794,
188
+ 203345.3251137952
189
+ ],
190
+ [
191
+ 455391.55452965526,
192
+ 203345.3251137952
193
+ ],
194
+ [
195
+ 455391.55452965526,
196
+ 202490.5563599871
197
+ ]
198
+ ]
199
+ ]
200
+ }
201
+ },
202
+ {
203
+ "type": "Feature",
204
+ "properties": {
205
+ "code": "E01028519"
206
+ },
207
+ "geometry": {
208
+ "type": "Polygon",
209
+ "coordinates": [
210
+ [
211
+ [
212
+ 454585.9504736626,
213
+ 202490.5563599871
214
+ ],
215
+ [
216
+ 455391.55452965526,
217
+ 202490.5563599871
218
+ ],
219
+ [
220
+ 455391.55452965526,
221
+ 203345.3251137952
222
+ ],
223
+ [
224
+ 454585.9504736626,
225
+ 203345.3251137952
226
+ ],
227
+ [
228
+ 454585.9504736626,
229
+ 202490.5563599871
230
+ ]
231
+ ]
232
+ ]
233
+ }
234
+ },
235
+ {
236
+ "type": "Feature",
237
+ "properties": {
238
+ "code": "E01028520"
239
+ },
240
+ "geometry": {
241
+ "type": "Polygon",
242
+ "coordinates": [
243
+ [
244
+ [
245
+ 455391.55452965526,
246
+ 201635.787606179
247
+ ],
248
+ [
249
+ 456197.15858564794,
250
+ 201635.787606179
251
+ ],
252
+ [
253
+ 456197.15858564794,
254
+ 202490.5563599871
255
+ ],
256
+ [
257
+ 455391.55452965526,
258
+ 202490.5563599871
259
+ ],
260
+ [
261
+ 455391.55452965526,
262
+ 201635.787606179
263
+ ]
264
+ ]
265
+ ]
266
+ }
267
+ },
268
+ {
269
+ "type": "Feature",
270
+ "properties": {
271
+ "code": "E01028521"
272
+ },
273
+ "geometry": {
274
+ "type": "Polygon",
275
+ "coordinates": [
276
+ [
277
+ [
278
+ 450557.93019369926,
279
+ 205909.63137521953
280
+ ],
281
+ [
282
+ 451363.53424969193,
283
+ 205909.63137521953
284
+ ],
285
+ [
286
+ 451363.53424969193,
287
+ 206764.40012902764
288
+ ],
289
+ [
290
+ 450557.93019369926,
291
+ 206764.40012902764
292
+ ],
293
+ [
294
+ 450557.93019369926,
295
+ 205909.63137521953
296
+ ]
297
+ ]
298
+ ]
299
+ }
300
+ },
301
+ {
302
+ "type": "Feature",
303
+ "properties": {
304
+ "code": "E01028522"
305
+ },
306
+ "geometry": {
307
+ "type": "Polygon",
308
+ "coordinates": [
309
+ [
310
+ [
311
+ 449752.3261377066,
312
+ 205054.86262141142
313
+ ],
314
+ [
315
+ 450557.93019369926,
316
+ 205054.86262141142
317
+ ],
318
+ [
319
+ 450557.93019369926,
320
+ 205909.63137521953
321
+ ],
322
+ [
323
+ 449752.3261377066,
324
+ 205909.63137521953
325
+ ],
326
+ [
327
+ 449752.3261377066,
328
+ 205054.86262141142
329
+ ]
330
+ ]
331
+ ]
332
+ }
333
+ },
334
+ {
335
+ "type": "Feature",
336
+ "properties": {
337
+ "code": "E01028523"
338
+ },
339
+ "geometry": {
340
+ "type": "Polygon",
341
+ "coordinates": [
342
+ [
343
+ [
344
+ 453780.3464176699,
345
+ 205054.86262141142
346
+ ],
347
+ [
348
+ 454585.9504736626,
349
+ 205054.86262141142
350
+ ],
351
+ [
352
+ 454585.9504736626,
353
+ 205909.63137521953
354
+ ],
355
+ [
356
+ 453780.3464176699,
357
+ 205909.63137521953
358
+ ],
359
+ [
360
+ 453780.3464176699,
361
+ 205054.86262141142
362
+ ]
363
+ ]
364
+ ]
365
+ }
366
+ },
367
+ {
368
+ "type": "Feature",
369
+ "properties": {
370
+ "code": "E01028524"
371
+ },
372
+ "geometry": {
373
+ "type": "Polygon",
374
+ "coordinates": [
375
+ [
376
+ [
377
+ 454585.9504736626,
378
+ 205909.63137521953
379
+ ],
380
+ [
381
+ 455391.55452965526,
382
+ 205909.63137521953
383
+ ],
384
+ [
385
+ 455391.55452965526,
386
+ 206764.40012902764
387
+ ],
388
+ [
389
+ 454585.9504736626,
390
+ 206764.40012902764
391
+ ],
392
+ [
393
+ 454585.9504736626,
394
+ 205909.63137521953
395
+ ]
396
+ ]
397
+ ]
398
+ }
399
+ },
400
+ {
401
+ "type": "Feature",
402
+ "properties": {
403
+ "code": "E01028525"
404
+ },
405
+ "geometry": {
406
+ "type": "Polygon",
407
+ "coordinates": [
408
+ [
409
+ [
410
+ 455391.55452965526,
411
+ 205054.86262141142
412
+ ],
413
+ [
414
+ 456197.15858564794,
415
+ 205054.86262141142
416
+ ],
417
+ [
418
+ 456197.15858564794,
419
+ 205909.63137521953
420
+ ],
421
+ [
422
+ 455391.55452965526,
423
+ 205909.63137521953
424
+ ],
425
+ [
426
+ 455391.55452965526,
427
+ 205054.86262141142
428
+ ]
429
+ ]
430
+ ]
431
+ }
432
+ },
433
+ {
434
+ "type": "Feature",
435
+ "properties": {
436
+ "code": "E01028526"
437
+ },
438
+ "geometry": {
439
+ "type": "Polygon",
440
+ "coordinates": [
441
+ [
442
+ [
443
+ 452974.7423616772,
444
+ 205909.63137521953
445
+ ],
446
+ [
447
+ 453780.3464176699,
448
+ 205909.63137521953
449
+ ],
450
+ [
451
+ 453780.3464176699,
452
+ 206764.40012902764
453
+ ],
454
+ [
455
+ 452974.7423616772,
456
+ 206764.40012902764
457
+ ],
458
+ [
459
+ 452974.7423616772,
460
+ 205909.63137521953
461
+ ]
462
+ ]
463
+ ]
464
+ }
465
+ },
466
+ {
467
+ "type": "Feature",
468
+ "properties": {
469
+ "code": "E01028527"
470
+ },
471
+ "geometry": {
472
+ "type": "Polygon",
473
+ "coordinates": [
474
+ [
475
+ [
476
+ 452169.1383056846,
477
+ 203345.3251137952
478
+ ],
479
+ [
480
+ 452974.7423616772,
481
+ 203345.3251137952
482
+ ],
483
+ [
484
+ 452974.7423616772,
485
+ 204200.0938676033
486
+ ],
487
+ [
488
+ 452169.1383056846,
489
+ 204200.0938676033
490
+ ],
491
+ [
492
+ 452169.1383056846,
493
+ 203345.3251137952
494
+ ]
495
+ ]
496
+ ]
497
+ }
498
+ },
499
+ {
500
+ "type": "Feature",
501
+ "properties": {
502
+ "code": "E01028528"
503
+ },
504
+ "geometry": {
505
+ "type": "Polygon",
506
+ "coordinates": [
507
+ [
508
+ [
509
+ 453780.3464176699,
510
+ 203345.3251137952
511
+ ],
512
+ [
513
+ 454585.9504736626,
514
+ 203345.3251137952
515
+ ],
516
+ [
517
+ 454585.9504736626,
518
+ 204200.0938676033
519
+ ],
520
+ [
521
+ 453780.3464176699,
522
+ 204200.0938676033
523
+ ],
524
+ [
525
+ 453780.3464176699,
526
+ 203345.3251137952
527
+ ]
528
+ ]
529
+ ]
530
+ }
531
+ },
532
+ {
533
+ "type": "Feature",
534
+ "properties": {
535
+ "code": "E01028529"
536
+ },
537
+ "geometry": {
538
+ "type": "Polygon",
539
+ "coordinates": [
540
+ [
541
+ [
542
+ 453780.3464176699,
543
+ 202490.5563599871
544
+ ],
545
+ [
546
+ 454585.9504736626,
547
+ 202490.5563599871
548
+ ],
549
+ [
550
+ 454585.9504736626,
551
+ 203345.3251137952
552
+ ],
553
+ [
554
+ 453780.3464176699,
555
+ 203345.3251137952
556
+ ],
557
+ [
558
+ 453780.3464176699,
559
+ 202490.5563599871
560
+ ]
561
+ ]
562
+ ]
563
+ }
564
+ },
565
+ {
566
+ "type": "Feature",
567
+ "properties": {
568
+ "code": "E01028530"
569
+ },
570
+ "geometry": {
571
+ "type": "Polygon",
572
+ "coordinates": [
573
+ [
574
+ [
575
+ 452974.7423616772,
576
+ 202490.5563599871
577
+ ],
578
+ [
579
+ 453780.3464176699,
580
+ 202490.5563599871
581
+ ],
582
+ [
583
+ 453780.3464176699,
584
+ 203345.3251137952
585
+ ],
586
+ [
587
+ 452974.7423616772,
588
+ 203345.3251137952
589
+ ],
590
+ [
591
+ 452974.7423616772,
592
+ 202490.5563599871
593
+ ]
594
+ ]
595
+ ]
596
+ }
597
+ },
598
+ {
599
+ "type": "Feature",
600
+ "properties": {
601
+ "code": "E01028531"
602
+ },
603
+ "geometry": {
604
+ "type": "Polygon",
605
+ "coordinates": [
606
+ [
607
+ [
608
+ 454585.9504736626,
609
+ 204200.0938676033
610
+ ],
611
+ [
612
+ 455391.55452965526,
613
+ 204200.0938676033
614
+ ],
615
+ [
616
+ 455391.55452965526,
617
+ 205054.86262141142
618
+ ],
619
+ [
620
+ 454585.9504736626,
621
+ 205054.86262141142
622
+ ],
623
+ [
624
+ 454585.9504736626,
625
+ 204200.0938676033
626
+ ]
627
+ ]
628
+ ]
629
+ }
630
+ },
631
+ {
632
+ "type": "Feature",
633
+ "properties": {
634
+ "code": "E01028532"
635
+ },
636
+ "geometry": {
637
+ "type": "Polygon",
638
+ "coordinates": [
639
+ [
640
+ [
641
+ 452974.7423616772,
642
+ 204200.0938676033
643
+ ],
644
+ [
645
+ 453780.3464176699,
646
+ 204200.0938676033
647
+ ],
648
+ [
649
+ 453780.3464176699,
650
+ 205054.86262141142
651
+ ],
652
+ [
653
+ 452974.7423616772,
654
+ 205054.86262141142
655
+ ],
656
+ [
657
+ 452974.7423616772,
658
+ 204200.0938676033
659
+ ]
660
+ ]
661
+ ]
662
+ }
663
+ },
664
+ {
665
+ "type": "Feature",
666
+ "properties": {
667
+ "code": "E01028534"
668
+ },
669
+ "geometry": {
670
+ "type": "Polygon",
671
+ "coordinates": [
672
+ [
673
+ [
674
+ 452974.7423616772,
675
+ 207619.16888283574
676
+ ],
677
+ [
678
+ 453780.3464176699,
679
+ 207619.16888283574
680
+ ],
681
+ [
682
+ 453780.3464176699,
683
+ 208473.93763664385
684
+ ],
685
+ [
686
+ 452974.7423616772,
687
+ 208473.93763664385
688
+ ],
689
+ [
690
+ 452974.7423616772,
691
+ 207619.16888283574
692
+ ]
693
+ ]
694
+ ]
695
+ }
696
+ },
697
+ {
698
+ "type": "Feature",
699
+ "properties": {
700
+ "code": "E01028535"
701
+ },
702
+ "geometry": {
703
+ "type": "Polygon",
704
+ "coordinates": [
705
+ [
706
+ [
707
+ 452974.7423616772,
708
+ 206764.40012902764
709
+ ],
710
+ [
711
+ 453780.3464176699,
712
+ 206764.40012902764
713
+ ],
714
+ [
715
+ 453780.3464176699,
716
+ 207619.16888283574
717
+ ],
718
+ [
719
+ 452974.7423616772,
720
+ 207619.16888283574
721
+ ],
722
+ [
723
+ 452974.7423616772,
724
+ 206764.40012902764
725
+ ]
726
+ ]
727
+ ]
728
+ }
729
+ },
730
+ {
731
+ "type": "Feature",
732
+ "properties": {
733
+ "code": "E01028536"
734
+ },
735
+ "geometry": {
736
+ "type": "Polygon",
737
+ "coordinates": [
738
+ [
739
+ [
740
+ 453780.3464176699,
741
+ 205909.63137521953
742
+ ],
743
+ [
744
+ 454585.9504736626,
745
+ 205909.63137521953
746
+ ],
747
+ [
748
+ 454585.9504736626,
749
+ 206764.40012902764
750
+ ],
751
+ [
752
+ 453780.3464176699,
753
+ 206764.40012902764
754
+ ],
755
+ [
756
+ 453780.3464176699,
757
+ 205909.63137521953
758
+ ]
759
+ ]
760
+ ]
761
+ }
762
+ },
763
+ {
764
+ "type": "Feature",
765
+ "properties": {
766
+ "code": "E01028537"
767
+ },
768
+ "geometry": {
769
+ "type": "Polygon",
770
+ "coordinates": [
771
+ [
772
+ [
773
+ 453780.3464176699,
774
+ 207619.16888283574
775
+ ],
776
+ [
777
+ 454585.9504736626,
778
+ 207619.16888283574
779
+ ],
780
+ [
781
+ 454585.9504736626,
782
+ 208473.93763664385
783
+ ],
784
+ [
785
+ 453780.3464176699,
786
+ 208473.93763664385
787
+ ],
788
+ [
789
+ 453780.3464176699,
790
+ 207619.16888283574
791
+ ]
792
+ ]
793
+ ]
794
+ }
795
+ },
796
+ {
797
+ "type": "Feature",
798
+ "properties": {
799
+ "code": "E01028538"
800
+ },
801
+ "geometry": {
802
+ "type": "Polygon",
803
+ "coordinates": [
804
+ [
805
+ [
806
+ 452974.7423616772,
807
+ 208473.93763664385
808
+ ],
809
+ [
810
+ 453780.3464176699,
811
+ 208473.93763664385
812
+ ],
813
+ [
814
+ 453780.3464176699,
815
+ 209328.70639045196
816
+ ],
817
+ [
818
+ 452974.7423616772,
819
+ 209328.70639045196
820
+ ],
821
+ [
822
+ 452974.7423616772,
823
+ 208473.93763664385
824
+ ]
825
+ ]
826
+ ]
827
+ }
828
+ },
829
+ {
830
+ "type": "Feature",
831
+ "properties": {
832
+ "code": "E01028539"
833
+ },
834
+ "geometry": {
835
+ "type": "Polygon",
836
+ "coordinates": [
837
+ [
838
+ [
839
+ 452169.1383056846,
840
+ 207619.16888283574
841
+ ],
842
+ [
843
+ 452974.7423616772,
844
+ 207619.16888283574
845
+ ],
846
+ [
847
+ 452974.7423616772,
848
+ 208473.93763664385
849
+ ],
850
+ [
851
+ 452169.1383056846,
852
+ 208473.93763664385
853
+ ],
854
+ [
855
+ 452169.1383056846,
856
+ 207619.16888283574
857
+ ]
858
+ ]
859
+ ]
860
+ }
861
+ },
862
+ {
863
+ "type": "Feature",
864
+ "properties": {
865
+ "code": "E01028540"
866
+ },
867
+ "geometry": {
868
+ "type": "Polygon",
869
+ "coordinates": [
870
+ [
871
+ [
872
+ 452169.1383056846,
873
+ 206764.40012902764
874
+ ],
875
+ [
876
+ 452974.7423616772,
877
+ 206764.40012902764
878
+ ],
879
+ [
880
+ 452974.7423616772,
881
+ 207619.16888283574
882
+ ],
883
+ [
884
+ 452169.1383056846,
885
+ 207619.16888283574
886
+ ],
887
+ [
888
+ 452169.1383056846,
889
+ 206764.40012902764
890
+ ]
891
+ ]
892
+ ]
893
+ }
894
+ },
895
+ {
896
+ "type": "Feature",
897
+ "properties": {
898
+ "code": "E01028541"
899
+ },
900
+ "geometry": {
901
+ "type": "Polygon",
902
+ "coordinates": [
903
+ [
904
+ [
905
+ 449752.3261377066,
906
+ 203345.3251137952
907
+ ],
908
+ [
909
+ 450557.93019369926,
910
+ 203345.3251137952
911
+ ],
912
+ [
913
+ 450557.93019369926,
914
+ 204200.0938676033
915
+ ],
916
+ [
917
+ 449752.3261377066,
918
+ 204200.0938676033
919
+ ],
920
+ [
921
+ 449752.3261377066,
922
+ 203345.3251137952
923
+ ]
924
+ ]
925
+ ]
926
+ }
927
+ },
928
+ {
929
+ "type": "Feature",
930
+ "properties": {
931
+ "code": "E01028542"
932
+ },
933
+ "geometry": {
934
+ "type": "Polygon",
935
+ "coordinates": [
936
+ [
937
+ [
938
+ 450557.93019369926,
939
+ 202490.5563599871
940
+ ],
941
+ [
942
+ 451363.53424969193,
943
+ 202490.5563599871
944
+ ],
945
+ [
946
+ 451363.53424969193,
947
+ 203345.3251137952
948
+ ],
949
+ [
950
+ 450557.93019369926,
951
+ 203345.3251137952
952
+ ],
953
+ [
954
+ 450557.93019369926,
955
+ 202490.5563599871
956
+ ]
957
+ ]
958
+ ]
959
+ }
960
+ },
961
+ {
962
+ "type": "Feature",
963
+ "properties": {
964
+ "code": "E01028543"
965
+ },
966
+ "geometry": {
967
+ "type": "Polygon",
968
+ "coordinates": [
969
+ [
970
+ [
971
+ 449752.3261377066,
972
+ 204200.0938676033
973
+ ],
974
+ [
975
+ 450557.93019369926,
976
+ 204200.0938676033
977
+ ],
978
+ [
979
+ 450557.93019369926,
980
+ 205054.86262141142
981
+ ],
982
+ [
983
+ 449752.3261377066,
984
+ 205054.86262141142
985
+ ],
986
+ [
987
+ 449752.3261377066,
988
+ 204200.0938676033
989
+ ]
990
+ ]
991
+ ]
992
+ }
993
+ },
994
+ {
995
+ "type": "Feature",
996
+ "properties": {
997
+ "code": "E01028544"
998
+ },
999
+ "geometry": {
1000
+ "type": "Polygon",
1001
+ "coordinates": [
1002
+ [
1003
+ [
1004
+ 450557.93019369926,
1005
+ 204200.0938676033
1006
+ ],
1007
+ [
1008
+ 451363.53424969193,
1009
+ 204200.0938676033
1010
+ ],
1011
+ [
1012
+ 451363.53424969193,
1013
+ 205054.86262141142
1014
+ ],
1015
+ [
1016
+ 450557.93019369926,
1017
+ 205054.86262141142
1018
+ ],
1019
+ [
1020
+ 450557.93019369926,
1021
+ 204200.0938676033
1022
+ ]
1023
+ ]
1024
+ ]
1025
+ }
1026
+ },
1027
+ {
1028
+ "type": "Feature",
1029
+ "properties": {
1030
+ "code": "E01028545"
1031
+ },
1032
+ "geometry": {
1033
+ "type": "Polygon",
1034
+ "coordinates": [
1035
+ [
1036
+ [
1037
+ 450557.93019369926,
1038
+ 203345.3251137952
1039
+ ],
1040
+ [
1041
+ 451363.53424969193,
1042
+ 203345.3251137952
1043
+ ],
1044
+ [
1045
+ 451363.53424969193,
1046
+ 204200.0938676033
1047
+ ],
1048
+ [
1049
+ 450557.93019369926,
1050
+ 204200.0938676033
1051
+ ],
1052
+ [
1053
+ 450557.93019369926,
1054
+ 203345.3251137952
1055
+ ]
1056
+ ]
1057
+ ]
1058
+ }
1059
+ },
1060
+ {
1061
+ "type": "Feature",
1062
+ "properties": {
1063
+ "code": "E01028546"
1064
+ },
1065
+ "geometry": {
1066
+ "type": "Polygon",
1067
+ "coordinates": [
1068
+ [
1069
+ [
1070
+ 451363.53424969193,
1071
+ 203345.3251137952
1072
+ ],
1073
+ [
1074
+ 452169.1383056846,
1075
+ 203345.3251137952
1076
+ ],
1077
+ [
1078
+ 452169.1383056846,
1079
+ 204200.0938676033
1080
+ ],
1081
+ [
1082
+ 451363.53424969193,
1083
+ 204200.0938676033
1084
+ ],
1085
+ [
1086
+ 451363.53424969193,
1087
+ 203345.3251137952
1088
+ ]
1089
+ ]
1090
+ ]
1091
+ }
1092
+ },
1093
+ {
1094
+ "type": "Feature",
1095
+ "properties": {
1096
+ "code": "E01028547"
1097
+ },
1098
+ "geometry": {
1099
+ "type": "Polygon",
1100
+ "coordinates": [
1101
+ [
1102
+ [
1103
+ 452169.1383056846,
1104
+ 204200.0938676033
1105
+ ],
1106
+ [
1107
+ 452974.7423616772,
1108
+ 204200.0938676033
1109
+ ],
1110
+ [
1111
+ 452974.7423616772,
1112
+ 205054.86262141142
1113
+ ],
1114
+ [
1115
+ 452169.1383056846,
1116
+ 205054.86262141142
1117
+ ],
1118
+ [
1119
+ 452169.1383056846,
1120
+ 204200.0938676033
1121
+ ]
1122
+ ]
1123
+ ]
1124
+ }
1125
+ },
1126
+ {
1127
+ "type": "Feature",
1128
+ "properties": {
1129
+ "code": "E01028548"
1130
+ },
1131
+ "geometry": {
1132
+ "type": "Polygon",
1133
+ "coordinates": [
1134
+ [
1135
+ [
1136
+ 448946.7220817139,
1137
+ 206764.40012902764
1138
+ ],
1139
+ [
1140
+ 449752.3261377066,
1141
+ 206764.40012902764
1142
+ ],
1143
+ [
1144
+ 449752.3261377066,
1145
+ 207619.16888283574
1146
+ ],
1147
+ [
1148
+ 448946.7220817139,
1149
+ 207619.16888283574
1150
+ ],
1151
+ [
1152
+ 448946.7220817139,
1153
+ 206764.40012902764
1154
+ ]
1155
+ ]
1156
+ ]
1157
+ }
1158
+ },
1159
+ {
1160
+ "type": "Feature",
1161
+ "properties": {
1162
+ "code": "E01028549"
1163
+ },
1164
+ "geometry": {
1165
+ "type": "Polygon",
1166
+ "coordinates": [
1167
+ [
1168
+ [
1169
+ 448946.7220817139,
1170
+ 205054.86262141142
1171
+ ],
1172
+ [
1173
+ 449752.3261377066,
1174
+ 205054.86262141142
1175
+ ],
1176
+ [
1177
+ 449752.3261377066,
1178
+ 205909.63137521953
1179
+ ],
1180
+ [
1181
+ 448946.7220817139,
1182
+ 205909.63137521953
1183
+ ],
1184
+ [
1185
+ 448946.7220817139,
1186
+ 205054.86262141142
1187
+ ]
1188
+ ]
1189
+ ]
1190
+ }
1191
+ },
1192
+ {
1193
+ "type": "Feature",
1194
+ "properties": {
1195
+ "code": "E01028551"
1196
+ },
1197
+ "geometry": {
1198
+ "type": "Polygon",
1199
+ "coordinates": [
1200
+ [
1201
+ [
1202
+ 448946.7220817139,
1203
+ 205909.63137521953
1204
+ ],
1205
+ [
1206
+ 449752.3261377066,
1207
+ 205909.63137521953
1208
+ ],
1209
+ [
1210
+ 449752.3261377066,
1211
+ 206764.40012902764
1212
+ ],
1213
+ [
1214
+ 448946.7220817139,
1215
+ 206764.40012902764
1216
+ ],
1217
+ [
1218
+ 448946.7220817139,
1219
+ 205909.63137521953
1220
+ ]
1221
+ ]
1222
+ ]
1223
+ }
1224
+ },
1225
+ {
1226
+ "type": "Feature",
1227
+ "properties": {
1228
+ "code": "E01028552"
1229
+ },
1230
+ "geometry": {
1231
+ "type": "Polygon",
1232
+ "coordinates": [
1233
+ [
1234
+ [
1235
+ 452974.7423616772,
1236
+ 200781.01885237088
1237
+ ],
1238
+ [
1239
+ 453780.3464176699,
1240
+ 200781.01885237088
1241
+ ],
1242
+ [
1243
+ 453780.3464176699,
1244
+ 201635.787606179
1245
+ ],
1246
+ [
1247
+ 452974.7423616772,
1248
+ 201635.787606179
1249
+ ],
1250
+ [
1251
+ 452974.7423616772,
1252
+ 200781.01885237088
1253
+ ]
1254
+ ]
1255
+ ]
1256
+ }
1257
+ },
1258
+ {
1259
+ "type": "Feature",
1260
+ "properties": {
1261
+ "code": "E01028553"
1262
+ },
1263
+ "geometry": {
1264
+ "type": "Polygon",
1265
+ "coordinates": [
1266
+ [
1267
+ [
1268
+ 452169.1383056846,
1269
+ 200781.01885237088
1270
+ ],
1271
+ [
1272
+ 452974.7423616772,
1273
+ 200781.01885237088
1274
+ ],
1275
+ [
1276
+ 452974.7423616772,
1277
+ 201635.787606179
1278
+ ],
1279
+ [
1280
+ 452169.1383056846,
1281
+ 201635.787606179
1282
+ ],
1283
+ [
1284
+ 452169.1383056846,
1285
+ 200781.01885237088
1286
+ ]
1287
+ ]
1288
+ ]
1289
+ }
1290
+ },
1291
+ {
1292
+ "type": "Feature",
1293
+ "properties": {
1294
+ "code": "E01028554"
1295
+ },
1296
+ "geometry": {
1297
+ "type": "Polygon",
1298
+ "coordinates": [
1299
+ [
1300
+ [
1301
+ 452974.7423616772,
1302
+ 201635.787606179
1303
+ ],
1304
+ [
1305
+ 453780.3464176699,
1306
+ 201635.787606179
1307
+ ],
1308
+ [
1309
+ 453780.3464176699,
1310
+ 202490.5563599871
1311
+ ],
1312
+ [
1313
+ 452974.7423616772,
1314
+ 202490.5563599871
1315
+ ],
1316
+ [
1317
+ 452974.7423616772,
1318
+ 201635.787606179
1319
+ ]
1320
+ ]
1321
+ ]
1322
+ }
1323
+ },
1324
+ {
1325
+ "type": "Feature",
1326
+ "properties": {
1327
+ "code": "E01028555"
1328
+ },
1329
+ "geometry": {
1330
+ "type": "Polygon",
1331
+ "coordinates": [
1332
+ [
1333
+ [
1334
+ 453780.3464176699,
1335
+ 201635.787606179
1336
+ ],
1337
+ [
1338
+ 454585.9504736626,
1339
+ 201635.787606179
1340
+ ],
1341
+ [
1342
+ 454585.9504736626,
1343
+ 202490.5563599871
1344
+ ],
1345
+ [
1346
+ 453780.3464176699,
1347
+ 202490.5563599871
1348
+ ],
1349
+ [
1350
+ 453780.3464176699,
1351
+ 201635.787606179
1352
+ ]
1353
+ ]
1354
+ ]
1355
+ }
1356
+ },
1357
+ {
1358
+ "type": "Feature",
1359
+ "properties": {
1360
+ "code": "E01028556"
1361
+ },
1362
+ "geometry": {
1363
+ "type": "Polygon",
1364
+ "coordinates": [
1365
+ [
1366
+ [
1367
+ 455391.55452965526,
1368
+ 204200.0938676033
1369
+ ],
1370
+ [
1371
+ 456197.15858564794,
1372
+ 204200.0938676033
1373
+ ],
1374
+ [
1375
+ 456197.15858564794,
1376
+ 205054.86262141142
1377
+ ],
1378
+ [
1379
+ 455391.55452965526,
1380
+ 205054.86262141142
1381
+ ],
1382
+ [
1383
+ 455391.55452965526,
1384
+ 204200.0938676033
1385
+ ]
1386
+ ]
1387
+ ]
1388
+ }
1389
+ },
1390
+ {
1391
+ "type": "Feature",
1392
+ "properties": {
1393
+ "code": "E01028557"
1394
+ },
1395
+ "geometry": {
1396
+ "type": "Polygon",
1397
+ "coordinates": [
1398
+ [
1399
+ [
1400
+ 455391.55452965526,
1401
+ 203345.3251137952
1402
+ ],
1403
+ [
1404
+ 456197.15858564794,
1405
+ 203345.3251137952
1406
+ ],
1407
+ [
1408
+ 456197.15858564794,
1409
+ 204200.0938676033
1410
+ ],
1411
+ [
1412
+ 455391.55452965526,
1413
+ 204200.0938676033
1414
+ ],
1415
+ [
1416
+ 455391.55452965526,
1417
+ 203345.3251137952
1418
+ ]
1419
+ ]
1420
+ ]
1421
+ }
1422
+ },
1423
+ {
1424
+ "type": "Feature",
1425
+ "properties": {
1426
+ "code": "E01028558"
1427
+ },
1428
+ "geometry": {
1429
+ "type": "Polygon",
1430
+ "coordinates": [
1431
+ [
1432
+ [
1433
+ 454585.9504736626,
1434
+ 203345.3251137952
1435
+ ],
1436
+ [
1437
+ 455391.55452965526,
1438
+ 203345.3251137952
1439
+ ],
1440
+ [
1441
+ 455391.55452965526,
1442
+ 204200.0938676033
1443
+ ],
1444
+ [
1445
+ 454585.9504736626,
1446
+ 204200.0938676033
1447
+ ],
1448
+ [
1449
+ 454585.9504736626,
1450
+ 203345.3251137952
1451
+ ]
1452
+ ]
1453
+ ]
1454
+ }
1455
+ },
1456
+ {
1457
+ "type": "Feature",
1458
+ "properties": {
1459
+ "code": "E01028559"
1460
+ },
1461
+ "geometry": {
1462
+ "type": "Polygon",
1463
+ "coordinates": [
1464
+ [
1465
+ [
1466
+ 454585.9504736626,
1467
+ 205054.86262141142
1468
+ ],
1469
+ [
1470
+ 455391.55452965526,
1471
+ 205054.86262141142
1472
+ ],
1473
+ [
1474
+ 455391.55452965526,
1475
+ 205909.63137521953
1476
+ ],
1477
+ [
1478
+ 454585.9504736626,
1479
+ 205909.63137521953
1480
+ ],
1481
+ [
1482
+ 454585.9504736626,
1483
+ 205054.86262141142
1484
+ ]
1485
+ ]
1486
+ ]
1487
+ }
1488
+ },
1489
+ {
1490
+ "type": "Feature",
1491
+ "properties": {
1492
+ "code": "E01028560"
1493
+ },
1494
+ "geometry": {
1495
+ "type": "Polygon",
1496
+ "coordinates": [
1497
+ [
1498
+ [
1499
+ 451363.53424969193,
1500
+ 208473.93763664385
1501
+ ],
1502
+ [
1503
+ 452169.1383056846,
1504
+ 208473.93763664385
1505
+ ],
1506
+ [
1507
+ 452169.1383056846,
1508
+ 209328.70639045196
1509
+ ],
1510
+ [
1511
+ 451363.53424969193,
1512
+ 209328.70639045196
1513
+ ],
1514
+ [
1515
+ 451363.53424969193,
1516
+ 208473.93763664385
1517
+ ]
1518
+ ]
1519
+ ]
1520
+ }
1521
+ },
1522
+ {
1523
+ "type": "Feature",
1524
+ "properties": {
1525
+ "code": "E01028561"
1526
+ },
1527
+ "geometry": {
1528
+ "type": "Polygon",
1529
+ "coordinates": [
1530
+ [
1531
+ [
1532
+ 452169.1383056846,
1533
+ 208473.93763664385
1534
+ ],
1535
+ [
1536
+ 452974.7423616772,
1537
+ 208473.93763664385
1538
+ ],
1539
+ [
1540
+ 452974.7423616772,
1541
+ 209328.70639045196
1542
+ ],
1543
+ [
1544
+ 452169.1383056846,
1545
+ 209328.70639045196
1546
+ ],
1547
+ [
1548
+ 452169.1383056846,
1549
+ 208473.93763664385
1550
+ ]
1551
+ ]
1552
+ ]
1553
+ }
1554
+ },
1555
+ {
1556
+ "type": "Feature",
1557
+ "properties": {
1558
+ "code": "E01028562"
1559
+ },
1560
+ "geometry": {
1561
+ "type": "Polygon",
1562
+ "coordinates": [
1563
+ [
1564
+ [
1565
+ 451363.53424969193,
1566
+ 207619.16888283574
1567
+ ],
1568
+ [
1569
+ 452169.1383056846,
1570
+ 207619.16888283574
1571
+ ],
1572
+ [
1573
+ 452169.1383056846,
1574
+ 208473.93763664385
1575
+ ],
1576
+ [
1577
+ 451363.53424969193,
1578
+ 208473.93763664385
1579
+ ],
1580
+ [
1581
+ 451363.53424969193,
1582
+ 207619.16888283574
1583
+ ]
1584
+ ]
1585
+ ]
1586
+ }
1587
+ },
1588
+ {
1589
+ "type": "Feature",
1590
+ "properties": {
1591
+ "code": "E01028563"
1592
+ },
1593
+ "geometry": {
1594
+ "type": "Polygon",
1595
+ "coordinates": [
1596
+ [
1597
+ [
1598
+ 451363.53424969193,
1599
+ 206764.40012902764
1600
+ ],
1601
+ [
1602
+ 452169.1383056846,
1603
+ 206764.40012902764
1604
+ ],
1605
+ [
1606
+ 452169.1383056846,
1607
+ 207619.16888283574
1608
+ ],
1609
+ [
1610
+ 451363.53424969193,
1611
+ 207619.16888283574
1612
+ ],
1613
+ [
1614
+ 451363.53424969193,
1615
+ 206764.40012902764
1616
+ ]
1617
+ ]
1618
+ ]
1619
+ }
1620
+ },
1621
+ {
1622
+ "type": "Feature",
1623
+ "properties": {
1624
+ "code": "E01028565"
1625
+ },
1626
+ "geometry": {
1627
+ "type": "Polygon",
1628
+ "coordinates": [
1629
+ [
1630
+ [
1631
+ 449752.3261377066,
1632
+ 206764.40012902764
1633
+ ],
1634
+ [
1635
+ 450557.93019369926,
1636
+ 206764.40012902764
1637
+ ],
1638
+ [
1639
+ 450557.93019369926,
1640
+ 207619.16888283574
1641
+ ],
1642
+ [
1643
+ 449752.3261377066,
1644
+ 207619.16888283574
1645
+ ],
1646
+ [
1647
+ 449752.3261377066,
1648
+ 206764.40012902764
1649
+ ]
1650
+ ]
1651
+ ]
1652
+ }
1653
+ },
1654
+ {
1655
+ "type": "Feature",
1656
+ "properties": {
1657
+ "code": "E01028567"
1658
+ },
1659
+ "geometry": {
1660
+ "type": "Polygon",
1661
+ "coordinates": [
1662
+ [
1663
+ [
1664
+ 454585.9504736626,
1665
+ 201635.787606179
1666
+ ],
1667
+ [
1668
+ 455391.55452965526,
1669
+ 201635.787606179
1670
+ ],
1671
+ [
1672
+ 455391.55452965526,
1673
+ 202490.5563599871
1674
+ ],
1675
+ [
1676
+ 454585.9504736626,
1677
+ 202490.5563599871
1678
+ ],
1679
+ [
1680
+ 454585.9504736626,
1681
+ 201635.787606179
1682
+ ]
1683
+ ]
1684
+ ]
1685
+ }
1686
+ },
1687
+ {
1688
+ "type": "Feature",
1689
+ "properties": {
1690
+ "code": "E01028568"
1691
+ },
1692
+ "geometry": {
1693
+ "type": "Polygon",
1694
+ "coordinates": [
1695
+ [
1696
+ [
1697
+ 453780.3464176699,
1698
+ 200781.01885237088
1699
+ ],
1700
+ [
1701
+ 454585.9504736626,
1702
+ 200781.01885237088
1703
+ ],
1704
+ [
1705
+ 454585.9504736626,
1706
+ 201635.787606179
1707
+ ],
1708
+ [
1709
+ 453780.3464176699,
1710
+ 201635.787606179
1711
+ ],
1712
+ [
1713
+ 453780.3464176699,
1714
+ 200781.01885237088
1715
+ ]
1716
+ ]
1717
+ ]
1718
+ }
1719
+ },
1720
+ {
1721
+ "type": "Feature",
1722
+ "properties": {
1723
+ "code": "E01028569"
1724
+ },
1725
+ "geometry": {
1726
+ "type": "Polygon",
1727
+ "coordinates": [
1728
+ [
1729
+ [
1730
+ 455391.55452965526,
1731
+ 200781.01885237088
1732
+ ],
1733
+ [
1734
+ 456197.15858564794,
1735
+ 200781.01885237088
1736
+ ],
1737
+ [
1738
+ 456197.15858564794,
1739
+ 201635.787606179
1740
+ ],
1741
+ [
1742
+ 455391.55452965526,
1743
+ 201635.787606179
1744
+ ],
1745
+ [
1746
+ 455391.55452965526,
1747
+ 200781.01885237088
1748
+ ]
1749
+ ]
1750
+ ]
1751
+ }
1752
+ },
1753
+ {
1754
+ "type": "Feature",
1755
+ "properties": {
1756
+ "code": "E01028570"
1757
+ },
1758
+ "geometry": {
1759
+ "type": "Polygon",
1760
+ "coordinates": [
1761
+ [
1762
+ [
1763
+ 454585.9504736626,
1764
+ 200781.01885237088
1765
+ ],
1766
+ [
1767
+ 455391.55452965526,
1768
+ 200781.01885237088
1769
+ ],
1770
+ [
1771
+ 455391.55452965526,
1772
+ 201635.787606179
1773
+ ],
1774
+ [
1775
+ 454585.9504736626,
1776
+ 201635.787606179
1777
+ ],
1778
+ [
1779
+ 454585.9504736626,
1780
+ 200781.01885237088
1781
+ ]
1782
+ ]
1783
+ ]
1784
+ }
1785
+ },
1786
+ {
1787
+ "type": "Feature",
1788
+ "properties": {
1789
+ "code": "E01028571"
1790
+ },
1791
+ "geometry": {
1792
+ "type": "Polygon",
1793
+ "coordinates": [
1794
+ [
1795
+ [
1796
+ 455391.55452965526,
1797
+ 205909.63137521953
1798
+ ],
1799
+ [
1800
+ 456197.15858564794,
1801
+ 205909.63137521953
1802
+ ],
1803
+ [
1804
+ 456197.15858564794,
1805
+ 206764.40012902764
1806
+ ],
1807
+ [
1808
+ 455391.55452965526,
1809
+ 206764.40012902764
1810
+ ],
1811
+ [
1812
+ 455391.55452965526,
1813
+ 205909.63137521953
1814
+ ]
1815
+ ]
1816
+ ]
1817
+ }
1818
+ },
1819
+ {
1820
+ "type": "Feature",
1821
+ "properties": {
1822
+ "code": "E01028572"
1823
+ },
1824
+ "geometry": {
1825
+ "type": "Polygon",
1826
+ "coordinates": [
1827
+ [
1828
+ [
1829
+ 455391.55452965526,
1830
+ 206764.40012902764
1831
+ ],
1832
+ [
1833
+ 456197.15858564794,
1834
+ 206764.40012902764
1835
+ ],
1836
+ [
1837
+ 456197.15858564794,
1838
+ 207619.16888283574
1839
+ ],
1840
+ [
1841
+ 455391.55452965526,
1842
+ 207619.16888283574
1843
+ ],
1844
+ [
1845
+ 455391.55452965526,
1846
+ 206764.40012902764
1847
+ ]
1848
+ ]
1849
+ ]
1850
+ }
1851
+ },
1852
+ {
1853
+ "type": "Feature",
1854
+ "properties": {
1855
+ "code": "E01028573"
1856
+ },
1857
+ "geometry": {
1858
+ "type": "Polygon",
1859
+ "coordinates": [
1860
+ [
1861
+ [
1862
+ 453780.3464176699,
1863
+ 206764.40012902764
1864
+ ],
1865
+ [
1866
+ 454585.9504736626,
1867
+ 206764.40012902764
1868
+ ],
1869
+ [
1870
+ 454585.9504736626,
1871
+ 207619.16888283574
1872
+ ],
1873
+ [
1874
+ 453780.3464176699,
1875
+ 207619.16888283574
1876
+ ],
1877
+ [
1878
+ 453780.3464176699,
1879
+ 206764.40012902764
1880
+ ]
1881
+ ]
1882
+ ]
1883
+ }
1884
+ },
1885
+ {
1886
+ "type": "Feature",
1887
+ "properties": {
1888
+ "code": "E01028574"
1889
+ },
1890
+ "geometry": {
1891
+ "type": "Polygon",
1892
+ "coordinates": [
1893
+ [
1894
+ [
1895
+ 454585.9504736626,
1896
+ 206764.40012902764
1897
+ ],
1898
+ [
1899
+ 455391.55452965526,
1900
+ 206764.40012902764
1901
+ ],
1902
+ [
1903
+ 455391.55452965526,
1904
+ 207619.16888283574
1905
+ ],
1906
+ [
1907
+ 454585.9504736626,
1908
+ 207619.16888283574
1909
+ ],
1910
+ [
1911
+ 454585.9504736626,
1912
+ 206764.40012902764
1913
+ ]
1914
+ ]
1915
+ ]
1916
+ }
1917
+ },
1918
+ {
1919
+ "type": "Feature",
1920
+ "properties": {
1921
+ "code": "E01028575"
1922
+ },
1923
+ "geometry": {
1924
+ "type": "Polygon",
1925
+ "coordinates": [
1926
+ [
1927
+ [
1928
+ 451363.53424969193,
1929
+ 202490.5563599871
1930
+ ],
1931
+ [
1932
+ 452169.1383056846,
1933
+ 202490.5563599871
1934
+ ],
1935
+ [
1936
+ 452169.1383056846,
1937
+ 203345.3251137952
1938
+ ],
1939
+ [
1940
+ 451363.53424969193,
1941
+ 203345.3251137952
1942
+ ],
1943
+ [
1944
+ 451363.53424969193,
1945
+ 202490.5563599871
1946
+ ]
1947
+ ]
1948
+ ]
1949
+ }
1950
+ },
1951
+ {
1952
+ "type": "Feature",
1953
+ "properties": {
1954
+ "code": "E01028576"
1955
+ },
1956
+ "geometry": {
1957
+ "type": "Polygon",
1958
+ "coordinates": [
1959
+ [
1960
+ [
1961
+ 452169.1383056846,
1962
+ 201635.787606179
1963
+ ],
1964
+ [
1965
+ 452974.7423616772,
1966
+ 201635.787606179
1967
+ ],
1968
+ [
1969
+ 452974.7423616772,
1970
+ 202490.5563599871
1971
+ ],
1972
+ [
1973
+ 452169.1383056846,
1974
+ 202490.5563599871
1975
+ ],
1976
+ [
1977
+ 452169.1383056846,
1978
+ 201635.787606179
1979
+ ]
1980
+ ]
1981
+ ]
1982
+ }
1983
+ },
1984
+ {
1985
+ "type": "Feature",
1986
+ "properties": {
1987
+ "code": "E01028577"
1988
+ },
1989
+ "geometry": {
1990
+ "type": "Polygon",
1991
+ "coordinates": [
1992
+ [
1993
+ [
1994
+ 451363.53424969193,
1995
+ 201635.787606179
1996
+ ],
1997
+ [
1998
+ 452169.1383056846,
1999
+ 201635.787606179
2000
+ ],
2001
+ [
2002
+ 452169.1383056846,
2003
+ 202490.5563599871
2004
+ ],
2005
+ [
2006
+ 451363.53424969193,
2007
+ 202490.5563599871
2008
+ ],
2009
+ [
2010
+ 451363.53424969193,
2011
+ 201635.787606179
2012
+ ]
2013
+ ]
2014
+ ]
2015
+ }
2016
+ },
2017
+ {
2018
+ "type": "Feature",
2019
+ "properties": {
2020
+ "code": "E01028578"
2021
+ },
2022
+ "geometry": {
2023
+ "type": "Polygon",
2024
+ "coordinates": [
2025
+ [
2026
+ [
2027
+ 452169.1383056846,
2028
+ 202490.5563599871
2029
+ ],
2030
+ [
2031
+ 452974.7423616772,
2032
+ 202490.5563599871
2033
+ ],
2034
+ [
2035
+ 452974.7423616772,
2036
+ 203345.3251137952
2037
+ ],
2038
+ [
2039
+ 452169.1383056846,
2040
+ 203345.3251137952
2041
+ ],
2042
+ [
2043
+ 452169.1383056846,
2044
+ 202490.5563599871
2045
+ ]
2046
+ ]
2047
+ ]
2048
+ }
2049
+ },
2050
+ {
2051
+ "type": "Feature",
2052
+ "properties": {
2053
+ "code": "E01028579"
2054
+ },
2055
+ "geometry": {
2056
+ "type": "Polygon",
2057
+ "coordinates": [
2058
+ [
2059
+ [
2060
+ 452169.1383056846,
2061
+ 205054.86262141142
2062
+ ],
2063
+ [
2064
+ 452974.7423616772,
2065
+ 205054.86262141142
2066
+ ],
2067
+ [
2068
+ 452974.7423616772,
2069
+ 205909.63137521953
2070
+ ],
2071
+ [
2072
+ 452169.1383056846,
2073
+ 205909.63137521953
2074
+ ],
2075
+ [
2076
+ 452169.1383056846,
2077
+ 205054.86262141142
2078
+ ]
2079
+ ]
2080
+ ]
2081
+ }
2082
+ },
2083
+ {
2084
+ "type": "Feature",
2085
+ "properties": {
2086
+ "code": "E01028580"
2087
+ },
2088
+ "geometry": {
2089
+ "type": "Polygon",
2090
+ "coordinates": [
2091
+ [
2092
+ [
2093
+ 452169.1383056846,
2094
+ 205909.63137521953
2095
+ ],
2096
+ [
2097
+ 452974.7423616772,
2098
+ 205909.63137521953
2099
+ ],
2100
+ [
2101
+ 452974.7423616772,
2102
+ 206764.40012902764
2103
+ ],
2104
+ [
2105
+ 452169.1383056846,
2106
+ 206764.40012902764
2107
+ ],
2108
+ [
2109
+ 452169.1383056846,
2110
+ 205909.63137521953
2111
+ ]
2112
+ ]
2113
+ ]
2114
+ }
2115
+ },
2116
+ {
2117
+ "type": "Feature",
2118
+ "properties": {
2119
+ "code": "E01028581"
2120
+ },
2121
+ "geometry": {
2122
+ "type": "Polygon",
2123
+ "coordinates": [
2124
+ [
2125
+ [
2126
+ 452974.7423616772,
2127
+ 205054.86262141142
2128
+ ],
2129
+ [
2130
+ 453780.3464176699,
2131
+ 205054.86262141142
2132
+ ],
2133
+ [
2134
+ 453780.3464176699,
2135
+ 205909.63137521953
2136
+ ],
2137
+ [
2138
+ 452974.7423616772,
2139
+ 205909.63137521953
2140
+ ],
2141
+ [
2142
+ 452974.7423616772,
2143
+ 205054.86262141142
2144
+ ]
2145
+ ]
2146
+ ]
2147
+ }
2148
+ },
2149
+ {
2150
+ "type": "Feature",
2151
+ "properties": {
2152
+ "code": "E01028582"
2153
+ },
2154
+ "geometry": {
2155
+ "type": "Polygon",
2156
+ "coordinates": [
2157
+ [
2158
+ [
2159
+ 451363.53424969193,
2160
+ 205909.63137521953
2161
+ ],
2162
+ [
2163
+ 452169.1383056846,
2164
+ 205909.63137521953
2165
+ ],
2166
+ [
2167
+ 452169.1383056846,
2168
+ 206764.40012902764
2169
+ ],
2170
+ [
2171
+ 451363.53424969193,
2172
+ 206764.40012902764
2173
+ ],
2174
+ [
2175
+ 451363.53424969193,
2176
+ 205909.63137521953
2177
+ ]
2178
+ ]
2179
+ ]
2180
+ }
2181
+ },
2182
+ {
2183
+ "type": "Feature",
2184
+ "properties": {
2185
+ "code": "E01028584"
2186
+ },
2187
+ "geometry": {
2188
+ "type": "Polygon",
2189
+ "coordinates": [
2190
+ [
2191
+ [
2192
+ 449752.3261377066,
2193
+ 207619.16888283574
2194
+ ],
2195
+ [
2196
+ 450557.93019369926,
2197
+ 207619.16888283574
2198
+ ],
2199
+ [
2200
+ 450557.93019369926,
2201
+ 208473.93763664385
2202
+ ],
2203
+ [
2204
+ 449752.3261377066,
2205
+ 208473.93763664385
2206
+ ],
2207
+ [
2208
+ 449752.3261377066,
2209
+ 207619.16888283574
2210
+ ]
2211
+ ]
2212
+ ]
2213
+ }
2214
+ },
2215
+ {
2216
+ "type": "Feature",
2217
+ "properties": {
2218
+ "code": "E01028586"
2219
+ },
2220
+ "geometry": {
2221
+ "type": "Polygon",
2222
+ "coordinates": [
2223
+ [
2224
+ [
2225
+ 451363.53424969193,
2226
+ 204200.0938676033
2227
+ ],
2228
+ [
2229
+ 452169.1383056846,
2230
+ 204200.0938676033
2231
+ ],
2232
+ [
2233
+ 452169.1383056846,
2234
+ 205054.86262141142
2235
+ ],
2236
+ [
2237
+ 451363.53424969193,
2238
+ 205054.86262141142
2239
+ ],
2240
+ [
2241
+ 451363.53424969193,
2242
+ 204200.0938676033
2243
+ ]
2244
+ ]
2245
+ ]
2246
+ }
2247
+ },
2248
+ {
2249
+ "type": "Feature",
2250
+ "properties": {
2251
+ "code": "E01028587"
2252
+ },
2253
+ "geometry": {
2254
+ "type": "Polygon",
2255
+ "coordinates": [
2256
+ [
2257
+ [
2258
+ 451363.53424969193,
2259
+ 205054.86262141142
2260
+ ],
2261
+ [
2262
+ 452169.1383056846,
2263
+ 205054.86262141142
2264
+ ],
2265
+ [
2266
+ 452169.1383056846,
2267
+ 205909.63137521953
2268
+ ],
2269
+ [
2270
+ 451363.53424969193,
2271
+ 205909.63137521953
2272
+ ],
2273
+ [
2274
+ 451363.53424969193,
2275
+ 205054.86262141142
2276
+ ]
2277
+ ]
2278
+ ]
2279
+ }
2280
+ },
2281
+ {
2282
+ "type": "Feature",
2283
+ "properties": {
2284
+ "code": "E01028588"
2285
+ },
2286
+ "geometry": {
2287
+ "type": "Polygon",
2288
+ "coordinates": [
2289
+ [
2290
+ [
2291
+ 450557.93019369926,
2292
+ 205054.86262141142
2293
+ ],
2294
+ [
2295
+ 451363.53424969193,
2296
+ 205054.86262141142
2297
+ ],
2298
+ [
2299
+ 451363.53424969193,
2300
+ 205909.63137521953
2301
+ ],
2302
+ [
2303
+ 450557.93019369926,
2304
+ 205909.63137521953
2305
+ ],
2306
+ [
2307
+ 450557.93019369926,
2308
+ 205054.86262141142
2309
+ ]
2310
+ ]
2311
+ ]
2312
+ }
2313
+ },
2314
+ {
2315
+ "type": "Feature",
2316
+ "properties": {
2317
+ "code": "E01028591"
2318
+ },
2319
+ "geometry": {
2320
+ "type": "Polygon",
2321
+ "coordinates": [
2322
+ [
2323
+ [
2324
+ 450557.93019369926,
2325
+ 208473.93763664385
2326
+ ],
2327
+ [
2328
+ 451363.53424969193,
2329
+ 208473.93763664385
2330
+ ],
2331
+ [
2332
+ 451363.53424969193,
2333
+ 209328.70639045196
2334
+ ],
2335
+ [
2336
+ 450557.93019369926,
2337
+ 209328.70639045196
2338
+ ],
2339
+ [
2340
+ 450557.93019369926,
2341
+ 208473.93763664385
2342
+ ]
2343
+ ]
2344
+ ]
2345
+ }
2346
+ },
2347
+ {
2348
+ "type": "Feature",
2349
+ "properties": {
2350
+ "code": "E01028592"
2351
+ },
2352
+ "geometry": {
2353
+ "type": "Polygon",
2354
+ "coordinates": [
2355
+ [
2356
+ [
2357
+ 448946.7220817139,
2358
+ 207619.16888283574
2359
+ ],
2360
+ [
2361
+ 449752.3261377066,
2362
+ 207619.16888283574
2363
+ ],
2364
+ [
2365
+ 449752.3261377066,
2366
+ 208473.93763664385
2367
+ ],
2368
+ [
2369
+ 448946.7220817139,
2370
+ 208473.93763664385
2371
+ ],
2372
+ [
2373
+ 448946.7220817139,
2374
+ 207619.16888283574
2375
+ ]
2376
+ ]
2377
+ ]
2378
+ }
2379
+ },
2380
+ {
2381
+ "type": "Feature",
2382
+ "properties": {
2383
+ "code": "E01028594"
2384
+ },
2385
+ "geometry": {
2386
+ "type": "Polygon",
2387
+ "coordinates": [
2388
+ [
2389
+ [
2390
+ 449752.3261377066,
2391
+ 209328.70639045196
2392
+ ],
2393
+ [
2394
+ 450557.93019369926,
2395
+ 209328.70639045196
2396
+ ],
2397
+ [
2398
+ 450557.93019369926,
2399
+ 210183.47514426007
2400
+ ],
2401
+ [
2402
+ 449752.3261377066,
2403
+ 210183.47514426007
2404
+ ],
2405
+ [
2406
+ 449752.3261377066,
2407
+ 209328.70639045196
2408
+ ]
2409
+ ]
2410
+ ]
2411
+ }
2412
+ },
2413
+ {
2414
+ "type": "Feature",
2415
+ "properties": {
2416
+ "code": "E01028595"
2417
+ },
2418
+ "geometry": {
2419
+ "type": "Polygon",
2420
+ "coordinates": [
2421
+ [
2422
+ [
2423
+ 448946.7220817139,
2424
+ 208473.93763664385
2425
+ ],
2426
+ [
2427
+ 449752.3261377066,
2428
+ 208473.93763664385
2429
+ ],
2430
+ [
2431
+ 449752.3261377066,
2432
+ 209328.70639045196
2433
+ ],
2434
+ [
2435
+ 448946.7220817139,
2436
+ 209328.70639045196
2437
+ ],
2438
+ [
2439
+ 448946.7220817139,
2440
+ 208473.93763664385
2441
+ ]
2442
+ ]
2443
+ ]
2444
+ }
2445
+ },
2446
+ {
2447
+ "type": "Feature",
2448
+ "properties": {
2449
+ "code": "E01028596"
2450
+ },
2451
+ "geometry": {
2452
+ "type": "Polygon",
2453
+ "coordinates": [
2454
+ [
2455
+ [
2456
+ 448946.7220817139,
2457
+ 209328.70639045196
2458
+ ],
2459
+ [
2460
+ 449752.3261377066,
2461
+ 209328.70639045196
2462
+ ],
2463
+ [
2464
+ 449752.3261377066,
2465
+ 210183.47514426007
2466
+ ],
2467
+ [
2468
+ 448946.7220817139,
2469
+ 210183.47514426007
2470
+ ],
2471
+ [
2472
+ 448946.7220817139,
2473
+ 209328.70639045196
2474
+ ]
2475
+ ]
2476
+ ]
2477
+ }
2478
+ },
2479
+ {
2480
+ "type": "Feature",
2481
+ "properties": {
2482
+ "code": "E01028597"
2483
+ },
2484
+ "geometry": {
2485
+ "type": "Polygon",
2486
+ "coordinates": [
2487
+ [
2488
+ [
2489
+ 450557.93019369926,
2490
+ 210183.47514426007
2491
+ ],
2492
+ [
2493
+ 451363.53424969193,
2494
+ 210183.47514426007
2495
+ ],
2496
+ [
2497
+ 451363.53424969193,
2498
+ 211038.24389806818
2499
+ ],
2500
+ [
2501
+ 450557.93019369926,
2502
+ 211038.24389806818
2503
+ ],
2504
+ [
2505
+ 450557.93019369926,
2506
+ 210183.47514426007
2507
+ ]
2508
+ ]
2509
+ ]
2510
+ }
2511
+ },
2512
+ {
2513
+ "type": "Feature",
2514
+ "properties": {
2515
+ "code": "E01032554"
2516
+ },
2517
+ "geometry": {
2518
+ "type": "Polygon",
2519
+ "coordinates": [
2520
+ [
2521
+ [
2522
+ 449752.3261377066,
2523
+ 208473.93763664385
2524
+ ],
2525
+ [
2526
+ 450557.93019369926,
2527
+ 208473.93763664385
2528
+ ],
2529
+ [
2530
+ 450557.93019369926,
2531
+ 209328.70639045196
2532
+ ],
2533
+ [
2534
+ 449752.3261377066,
2535
+ 209328.70639045196
2536
+ ],
2537
+ [
2538
+ 449752.3261377066,
2539
+ 208473.93763664385
2540
+ ]
2541
+ ]
2542
+ ]
2543
+ }
2544
+ },
2545
+ {
2546
+ "type": "Feature",
2547
+ "properties": {
2548
+ "code": "E01032555"
2549
+ },
2550
+ "geometry": {
2551
+ "type": "Polygon",
2552
+ "coordinates": [
2553
+ [
2554
+ [
2555
+ 450557.93019369926,
2556
+ 209328.70639045196
2557
+ ],
2558
+ [
2559
+ 451363.53424969193,
2560
+ 209328.70639045196
2561
+ ],
2562
+ [
2563
+ 451363.53424969193,
2564
+ 210183.47514426007
2565
+ ],
2566
+ [
2567
+ 450557.93019369926,
2568
+ 210183.47514426007
2569
+ ],
2570
+ [
2571
+ 450557.93019369926,
2572
+ 209328.70639045196
2573
+ ]
2574
+ ]
2575
+ ]
2576
+ }
2577
+ },
2578
+ {
2579
+ "type": "Feature",
2580
+ "properties": {
2581
+ "code": "E01035740"
2582
+ },
2583
+ "geometry": {
2584
+ "type": "Polygon",
2585
+ "coordinates": [
2586
+ [
2587
+ [
2588
+ 450557.93019369926,
2589
+ 207619.16888283574
2590
+ ],
2591
+ [
2592
+ 451363.53424969193,
2593
+ 207619.16888283574
2594
+ ],
2595
+ [
2596
+ 451363.53424969193,
2597
+ 208473.93763664385
2598
+ ],
2599
+ [
2600
+ 450557.93019369926,
2601
+ 208473.93763664385
2602
+ ],
2603
+ [
2604
+ 450557.93019369926,
2605
+ 207619.16888283574
2606
+ ]
2607
+ ]
2608
+ ]
2609
+ }
2610
+ },
2611
+ {
2612
+ "type": "Feature",
2613
+ "properties": {
2614
+ "code": "E01035741"
2615
+ },
2616
+ "geometry": {
2617
+ "type": "Polygon",
2618
+ "coordinates": [
2619
+ [
2620
+ [
2621
+ 450557.93019369926,
2622
+ 206764.40012902764
2623
+ ],
2624
+ [
2625
+ 451363.53424969193,
2626
+ 206764.40012902764
2627
+ ],
2628
+ [
2629
+ 451363.53424969193,
2630
+ 207619.16888283574
2631
+ ],
2632
+ [
2633
+ 450557.93019369926,
2634
+ 207619.16888283574
2635
+ ],
2636
+ [
2637
+ 450557.93019369926,
2638
+ 206764.40012902764
2639
+ ]
2640
+ ]
2641
+ ]
2642
+ }
2643
+ },
2644
+ {
2645
+ "type": "Feature",
2646
+ "properties": {
2647
+ "code": "E01035742"
2648
+ },
2649
+ "geometry": {
2650
+ "type": "Polygon",
2651
+ "coordinates": [
2652
+ [
2653
+ [
2654
+ 449752.3261377066,
2655
+ 205909.63137521953
2656
+ ],
2657
+ [
2658
+ 450557.93019369926,
2659
+ 205909.63137521953
2660
+ ],
2661
+ [
2662
+ 450557.93019369926,
2663
+ 206764.40012902764
2664
+ ],
2665
+ [
2666
+ 449752.3261377066,
2667
+ 206764.40012902764
2668
+ ],
2669
+ [
2670
+ 449752.3261377066,
2671
+ 205909.63137521953
2672
+ ]
2673
+ ]
2674
+ ]
2675
+ }
2676
+ },
2677
+ {
2678
+ "type": "Feature",
2679
+ "properties": {
2680
+ "code": "E01035743"
2681
+ },
2682
+ "geometry": {
2683
+ "type": "Polygon",
2684
+ "coordinates": [
2685
+ [
2686
+ [
2687
+ 452974.7423616772,
2688
+ 203345.3251137952
2689
+ ],
2690
+ [
2691
+ 453780.3464176699,
2692
+ 203345.3251137952
2693
+ ],
2694
+ [
2695
+ 453780.3464176699,
2696
+ 204200.0938676033
2697
+ ],
2698
+ [
2699
+ 452974.7423616772,
2700
+ 204200.0938676033
2701
+ ],
2702
+ [
2703
+ 452974.7423616772,
2704
+ 203345.3251137952
2705
+ ]
2706
+ ]
2707
+ ]
2708
+ }
2709
+ },
2710
+ {
2711
+ "type": "Feature",
2712
+ "properties": {
2713
+ "code": "E01035744"
2714
+ },
2715
+ "geometry": {
2716
+ "type": "Polygon",
2717
+ "coordinates": [
2718
+ [
2719
+ [
2720
+ 453780.3464176699,
2721
+ 204200.0938676033
2722
+ ],
2723
+ [
2724
+ 454585.9504736626,
2725
+ 204200.0938676033
2726
+ ],
2727
+ [
2728
+ 454585.9504736626,
2729
+ 205054.86262141142
2730
+ ],
2731
+ [
2732
+ 453780.3464176699,
2733
+ 205054.86262141142
2734
+ ],
2735
+ [
2736
+ 453780.3464176699,
2737
+ 204200.0938676033
2738
+ ]
2739
+ ]
2740
+ ]
2741
+ }
2742
+ }
2743
+ ]
2744
+ }