Skip to content

Instantly share code, notes, and snippets.

@jfirebaugh
Forked from tmcw/README.md
Last active August 29, 2015 14:09
Show Gist options
  • Save jfirebaugh/56f4bc62a91c04dba9d4 to your computer and use it in GitHub Desktop.
Save jfirebaugh/56f4bc62a91c04dba9d4 to your computer and use it in GitHub Desktop.

Crashes in Chrome Version 38.0.2125.104

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.4.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.4.1/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>
<body>
<div id='map'></div>
<script>
mapboxgl.accessToken = 'pk.eyJ1IjoidG1jdyIsImEiOiJwRTNGUVBnIn0.I5Miy6PRRoBIqjxA1JfcyQ';
var map = new mapboxgl.Map({
container: 'map',
style: 'style.json',
center: [0, 0],
zoom: 1
});
mapboxgl.util.getJSON('./tiles.geojson', function(err, data) {
var sourceObj = new mapboxgl.GeoJSONSource({ data: data });
map.addSource('tiles', sourceObj);
});
</script>
</body>
</html>
{
"version": 6,
"sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors",
"glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf",
"constants": {
"@land": "rgb(244,239,225)",
"@water": "#cdd"
},
"sources": {
"mapbox": {
"type": "vector",
"url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v6-dev",
"maxzoom": 15
}
},
"layers": [{
"id": "background",
"paint": {
"background-color": "@land"
},
"paint.night": {
"background-color": "@land_night"
},
"type": "background"
}, {
"id": "water",
"source": "mapbox",
"source-layer": "water",
"paint": {
"fill-color": "@water",
"fill-outline-color": "#a2bdc0"
},
"paint.night": {
"fill-color": "@water_night",
"fill-outline-color": "@water_dark_night"
},
"type": "fill"
}]
}
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
84.54136107313408
],
[
-174.375,
84.54136107313408
],
[
-174.375,
85.0511287798066
],
[
-180,
85.0511287798066
],
[
-180,
84.54136107313408
]
]
]
},
"properties": {
"key": "000000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
83.97925949886205
],
[
-174.375,
83.97925949886205
],
[
-174.375,
84.54136107313408
],
[
-180,
84.54136107313408
],
[
-180,
83.97925949886205
]
]
]
},
"properties": {
"key": "000002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
83.35951133035451
],
[
-174.375,
83.35951133035451
],
[
-174.375,
83.97925949886205
],
[
-180,
83.97925949886205
],
[
-180,
83.35951133035451
]
]
]
},
"properties": {
"key": "000020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
82.67628497834903
],
[
-174.375,
82.67628497834903
],
[
-174.375,
83.35951133035451
],
[
-180,
83.35951133035451
],
[
-180,
82.67628497834903
]
]
]
},
"properties": {
"key": "000022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
81.92318632602198
],
[
-174.375,
81.92318632602198
],
[
-174.375,
82.67628497834903
],
[
-180,
82.67628497834903
],
[
-180,
81.92318632602198
]
]
]
},
"properties": {
"key": "000200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
81.09321385260839
],
[
-174.375,
81.09321385260839
],
[
-174.375,
81.92318632602198
],
[
-180,
81.92318632602198
],
[
-180,
81.09321385260839
]
]
]
},
"properties": {
"key": "000202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
80.17871349622823
],
[
-174.375,
80.17871349622823
],
[
-174.375,
81.09321385260839
],
[
-180,
81.09321385260839
],
[
-180,
80.17871349622823
]
]
]
},
"properties": {
"key": "000220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
79.17133464081945
],
[
-174.375,
79.17133464081945
],
[
-174.375,
80.17871349622823
],
[
-180,
80.17871349622823
],
[
-180,
79.17133464081945
]
]
]
},
"properties": {
"key": "000222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
78.06198918665974
],
[
-174.375,
78.06198918665974
],
[
-174.375,
79.17133464081945
],
[
-180,
79.17133464081945
],
[
-180,
78.06198918665974
]
]
]
},
"properties": {
"key": "002000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
76.84081641443098
],
[
-174.375,
76.84081641443098
],
[
-174.375,
78.06198918665974
],
[
-180,
78.06198918665974
],
[
-180,
76.84081641443098
]
]
]
},
"properties": {
"key": "002002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
75.49715731893085
],
[
-174.375,
75.49715731893085
],
[
-174.375,
76.84081641443098
],
[
-180,
76.84081641443098
],
[
-180,
75.49715731893085
]
]
]
},
"properties": {
"key": "002020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
74.01954331150226
],
[
-174.375,
74.01954331150226
],
[
-174.375,
75.49715731893085
],
[
-180,
75.49715731893085
],
[
-180,
74.01954331150226
]
]
]
},
"properties": {
"key": "002022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
72.39570570653261
],
[
-174.375,
72.39570570653261
],
[
-174.375,
74.01954331150226
],
[
-180,
74.01954331150226
],
[
-180,
72.39570570653261
]
]
]
},
"properties": {
"key": "002200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
70.61261423801925
],
[
-174.375,
70.61261423801925
],
[
-174.375,
72.39570570653261
],
[
-180,
72.39570570653261
],
[
-180,
70.61261423801925
]
]
]
},
"properties": {
"key": "002202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
68.65655498475736
],
[
-174.375,
68.65655498475736
],
[
-174.375,
70.61261423801925
],
[
-180,
70.61261423801925
],
[
-180,
68.65655498475736
]
]
]
},
"properties": {
"key": "002220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
66.51326044311186
],
[
-174.375,
66.51326044311186
],
[
-174.375,
68.65655498475736
],
[
-180,
68.65655498475736
],
[
-180,
66.51326044311186
]
]
]
},
"properties": {
"key": "002222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
64.16810689799154
],
[
-174.375,
64.16810689799154
],
[
-174.375,
66.51326044311186
],
[
-180,
66.51326044311186
],
[
-180,
64.16810689799154
]
]
]
},
"properties": {
"key": "020000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
61.60639637138627
],
[
-174.375,
61.60639637138627
],
[
-174.375,
64.16810689799154
],
[
-180,
64.16810689799154
],
[
-180,
61.60639637138627
]
]
]
},
"properties": {
"key": "020002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
58.81374171570782
],
[
-174.375,
58.81374171570782
],
[
-174.375,
61.60639637138627
],
[
-180,
61.60639637138627
],
[
-180,
58.81374171570782
]
]
]
},
"properties": {
"key": "020020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
55.77657301866769
],
[
-174.375,
55.77657301866769
],
[
-174.375,
58.81374171570782
],
[
-180,
58.81374171570782
],
[
-180,
55.77657301866769
]
]
]
},
"properties": {
"key": "020022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
52.48278022207821
],
[
-174.375,
52.48278022207821
],
[
-174.375,
55.77657301866769
],
[
-180,
55.77657301866769
],
[
-180,
52.48278022207821
]
]
]
},
"properties": {
"key": "020200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
48.92249926375825
],
[
-174.375,
48.92249926375825
],
[
-174.375,
52.48278022207821
],
[
-180,
52.48278022207821
],
[
-180,
48.92249926375825
]
]
]
},
"properties": {
"key": "020202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
45.08903556483103
],
[
-174.375,
45.08903556483103
],
[
-174.375,
48.92249926375825
],
[
-180,
48.92249926375825
],
[
-180,
45.08903556483103
]
]
]
},
"properties": {
"key": "020220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
40.97989806962013
],
[
-174.375,
40.97989806962013
],
[
-174.375,
45.08903556483103
],
[
-180,
45.08903556483103
],
[
-180,
40.97989806962013
]
]
]
},
"properties": {
"key": "020222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
36.5978891330702
],
[
-174.375,
36.5978891330702
],
[
-174.375,
40.97989806962013
],
[
-180,
40.97989806962013
],
[
-180,
36.5978891330702
]
]
]
},
"properties": {
"key": "022000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
31.952162238024954
],
[
-174.375,
31.952162238024954
],
[
-174.375,
36.5978891330702
],
[
-180,
36.5978891330702
],
[
-180,
31.952162238024954
]
]
]
},
"properties": {
"key": "022002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
27.05912578437406
],
[
-174.375,
27.05912578437406
],
[
-174.375,
31.952162238024954
],
[
-180,
31.952162238024954
],
[
-180,
27.05912578437406
]
]
]
},
"properties": {
"key": "022020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
21.943045533438177
],
[
-174.375,
21.943045533438177
],
[
-174.375,
27.05912578437406
],
[
-180,
27.05912578437406
],
[
-180,
21.943045533438177
]
]
]
},
"properties": {
"key": "022022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
16.63619187839765
],
[
-174.375,
16.63619187839765
],
[
-174.375,
21.943045533438177
],
[
-180,
21.943045533438177
],
[
-180,
16.63619187839765
]
]
]
},
"properties": {
"key": "022200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
11.178401873711792
],
[
-174.375,
11.178401873711792
],
[
-174.375,
16.63619187839765
],
[
-180,
16.63619187839765
],
[
-180,
11.178401873711792
]
]
]
},
"properties": {
"key": "022202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
5.615985819155337
],
[
-174.375,
5.615985819155337
],
[
-174.375,
11.178401873711792
],
[
-180,
11.178401873711792
],
[
-180,
5.615985819155337
]
]
]
},
"properties": {
"key": "022220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
0
],
[
-174.375,
0
],
[
-174.375,
5.615985819155337
],
[
-180,
5.615985819155337
],
[
-180,
0
]
]
]
},
"properties": {
"key": "022222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
84.54136107313408
],
[
-168.75,
84.54136107313408
],
[
-168.75,
85.0511287798066
],
[
-174.375,
85.0511287798066
],
[
-174.375,
84.54136107313408
]
]
]
},
"properties": {
"key": "000001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
83.97925949886205
],
[
-168.75,
83.97925949886205
],
[
-168.75,
84.54136107313408
],
[
-174.375,
84.54136107313408
],
[
-174.375,
83.97925949886205
]
]
]
},
"properties": {
"key": "000003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
83.35951133035451
],
[
-168.75,
83.35951133035451
],
[
-168.75,
83.97925949886205
],
[
-174.375,
83.97925949886205
],
[
-174.375,
83.35951133035451
]
]
]
},
"properties": {
"key": "000021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
82.67628497834903
],
[
-168.75,
82.67628497834903
],
[
-168.75,
83.35951133035451
],
[
-174.375,
83.35951133035451
],
[
-174.375,
82.67628497834903
]
]
]
},
"properties": {
"key": "000023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
81.92318632602198
],
[
-168.75,
81.92318632602198
],
[
-168.75,
82.67628497834903
],
[
-174.375,
82.67628497834903
],
[
-174.375,
81.92318632602198
]
]
]
},
"properties": {
"key": "000201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
81.09321385260839
],
[
-168.75,
81.09321385260839
],
[
-168.75,
81.92318632602198
],
[
-174.375,
81.92318632602198
],
[
-174.375,
81.09321385260839
]
]
]
},
"properties": {
"key": "000203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
80.17871349622823
],
[
-168.75,
80.17871349622823
],
[
-168.75,
81.09321385260839
],
[
-174.375,
81.09321385260839
],
[
-174.375,
80.17871349622823
]
]
]
},
"properties": {
"key": "000221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
79.17133464081945
],
[
-168.75,
79.17133464081945
],
[
-168.75,
80.17871349622823
],
[
-174.375,
80.17871349622823
],
[
-174.375,
79.17133464081945
]
]
]
},
"properties": {
"key": "000223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
78.06198918665974
],
[
-168.75,
78.06198918665974
],
[
-168.75,
79.17133464081945
],
[
-174.375,
79.17133464081945
],
[
-174.375,
78.06198918665974
]
]
]
},
"properties": {
"key": "002001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
76.84081641443098
],
[
-168.75,
76.84081641443098
],
[
-168.75,
78.06198918665974
],
[
-174.375,
78.06198918665974
],
[
-174.375,
76.84081641443098
]
]
]
},
"properties": {
"key": "002003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
75.49715731893085
],
[
-168.75,
75.49715731893085
],
[
-168.75,
76.84081641443098
],
[
-174.375,
76.84081641443098
],
[
-174.375,
75.49715731893085
]
]
]
},
"properties": {
"key": "002021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
74.01954331150226
],
[
-168.75,
74.01954331150226
],
[
-168.75,
75.49715731893085
],
[
-174.375,
75.49715731893085
],
[
-174.375,
74.01954331150226
]
]
]
},
"properties": {
"key": "002023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
72.39570570653261
],
[
-168.75,
72.39570570653261
],
[
-168.75,
74.01954331150226
],
[
-174.375,
74.01954331150226
],
[
-174.375,
72.39570570653261
]
]
]
},
"properties": {
"key": "002201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
70.61261423801925
],
[
-168.75,
70.61261423801925
],
[
-168.75,
72.39570570653261
],
[
-174.375,
72.39570570653261
],
[
-174.375,
70.61261423801925
]
]
]
},
"properties": {
"key": "002203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
68.65655498475736
],
[
-168.75,
68.65655498475736
],
[
-168.75,
70.61261423801925
],
[
-174.375,
70.61261423801925
],
[
-174.375,
68.65655498475736
]
]
]
},
"properties": {
"key": "002221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
66.51326044311186
],
[
-168.75,
66.51326044311186
],
[
-168.75,
68.65655498475736
],
[
-174.375,
68.65655498475736
],
[
-174.375,
66.51326044311186
]
]
]
},
"properties": {
"key": "002223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
64.16810689799154
],
[
-168.75,
64.16810689799154
],
[
-168.75,
66.51326044311186
],
[
-174.375,
66.51326044311186
],
[
-174.375,
64.16810689799154
]
]
]
},
"properties": {
"key": "020001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
61.60639637138627
],
[
-168.75,
61.60639637138627
],
[
-168.75,
64.16810689799154
],
[
-174.375,
64.16810689799154
],
[
-174.375,
61.60639637138627
]
]
]
},
"properties": {
"key": "020003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
58.81374171570782
],
[
-168.75,
58.81374171570782
],
[
-168.75,
61.60639637138627
],
[
-174.375,
61.60639637138627
],
[
-174.375,
58.81374171570782
]
]
]
},
"properties": {
"key": "020021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
55.77657301866769
],
[
-168.75,
55.77657301866769
],
[
-168.75,
58.81374171570782
],
[
-174.375,
58.81374171570782
],
[
-174.375,
55.77657301866769
]
]
]
},
"properties": {
"key": "020023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
52.48278022207821
],
[
-168.75,
52.48278022207821
],
[
-168.75,
55.77657301866769
],
[
-174.375,
55.77657301866769
],
[
-174.375,
52.48278022207821
]
]
]
},
"properties": {
"key": "020201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
48.92249926375825
],
[
-168.75,
48.92249926375825
],
[
-168.75,
52.48278022207821
],
[
-174.375,
52.48278022207821
],
[
-174.375,
48.92249926375825
]
]
]
},
"properties": {
"key": "020203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
45.08903556483103
],
[
-168.75,
45.08903556483103
],
[
-168.75,
48.92249926375825
],
[
-174.375,
48.92249926375825
],
[
-174.375,
45.08903556483103
]
]
]
},
"properties": {
"key": "020221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
40.97989806962013
],
[
-168.75,
40.97989806962013
],
[
-168.75,
45.08903556483103
],
[
-174.375,
45.08903556483103
],
[
-174.375,
40.97989806962013
]
]
]
},
"properties": {
"key": "020223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
36.5978891330702
],
[
-168.75,
36.5978891330702
],
[
-168.75,
40.97989806962013
],
[
-174.375,
40.97989806962013
],
[
-174.375,
36.5978891330702
]
]
]
},
"properties": {
"key": "022001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
31.952162238024954
],
[
-168.75,
31.952162238024954
],
[
-168.75,
36.5978891330702
],
[
-174.375,
36.5978891330702
],
[
-174.375,
31.952162238024954
]
]
]
},
"properties": {
"key": "022003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
27.05912578437406
],
[
-168.75,
27.05912578437406
],
[
-168.75,
31.952162238024954
],
[
-174.375,
31.952162238024954
],
[
-174.375,
27.05912578437406
]
]
]
},
"properties": {
"key": "022021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
21.943045533438177
],
[
-168.75,
21.943045533438177
],
[
-168.75,
27.05912578437406
],
[
-174.375,
27.05912578437406
],
[
-174.375,
21.943045533438177
]
]
]
},
"properties": {
"key": "022023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
16.63619187839765
],
[
-168.75,
16.63619187839765
],
[
-168.75,
21.943045533438177
],
[
-174.375,
21.943045533438177
],
[
-174.375,
16.63619187839765
]
]
]
},
"properties": {
"key": "022201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
11.178401873711792
],
[
-168.75,
11.178401873711792
],
[
-168.75,
16.63619187839765
],
[
-174.375,
16.63619187839765
],
[
-174.375,
11.178401873711792
]
]
]
},
"properties": {
"key": "022203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
5.615985819155337
],
[
-168.75,
5.615985819155337
],
[
-168.75,
11.178401873711792
],
[
-174.375,
11.178401873711792
],
[
-174.375,
5.615985819155337
]
]
]
},
"properties": {
"key": "022221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-174.375,
0
],
[
-168.75,
0
],
[
-168.75,
5.615985819155337
],
[
-174.375,
5.615985819155337
],
[
-174.375,
0
]
]
]
},
"properties": {
"key": "022223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
84.54136107313408
],
[
-163.125,
84.54136107313408
],
[
-163.125,
85.0511287798066
],
[
-168.75,
85.0511287798066
],
[
-168.75,
84.54136107313408
]
]
]
},
"properties": {
"key": "000010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
83.97925949886205
],
[
-163.125,
83.97925949886205
],
[
-163.125,
84.54136107313408
],
[
-168.75,
84.54136107313408
],
[
-168.75,
83.97925949886205
]
]
]
},
"properties": {
"key": "000012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
83.35951133035451
],
[
-163.125,
83.35951133035451
],
[
-163.125,
83.97925949886205
],
[
-168.75,
83.97925949886205
],
[
-168.75,
83.35951133035451
]
]
]
},
"properties": {
"key": "000030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
82.67628497834903
],
[
-163.125,
82.67628497834903
],
[
-163.125,
83.35951133035451
],
[
-168.75,
83.35951133035451
],
[
-168.75,
82.67628497834903
]
]
]
},
"properties": {
"key": "000032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
81.92318632602198
],
[
-163.125,
81.92318632602198
],
[
-163.125,
82.67628497834903
],
[
-168.75,
82.67628497834903
],
[
-168.75,
81.92318632602198
]
]
]
},
"properties": {
"key": "000210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
81.09321385260839
],
[
-163.125,
81.09321385260839
],
[
-163.125,
81.92318632602198
],
[
-168.75,
81.92318632602198
],
[
-168.75,
81.09321385260839
]
]
]
},
"properties": {
"key": "000212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
80.17871349622823
],
[
-163.125,
80.17871349622823
],
[
-163.125,
81.09321385260839
],
[
-168.75,
81.09321385260839
],
[
-168.75,
80.17871349622823
]
]
]
},
"properties": {
"key": "000230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
79.17133464081945
],
[
-163.125,
79.17133464081945
],
[
-163.125,
80.17871349622823
],
[
-168.75,
80.17871349622823
],
[
-168.75,
79.17133464081945
]
]
]
},
"properties": {
"key": "000232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
78.06198918665974
],
[
-163.125,
78.06198918665974
],
[
-163.125,
79.17133464081945
],
[
-168.75,
79.17133464081945
],
[
-168.75,
78.06198918665974
]
]
]
},
"properties": {
"key": "002010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
76.84081641443098
],
[
-163.125,
76.84081641443098
],
[
-163.125,
78.06198918665974
],
[
-168.75,
78.06198918665974
],
[
-168.75,
76.84081641443098
]
]
]
},
"properties": {
"key": "002012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
75.49715731893085
],
[
-163.125,
75.49715731893085
],
[
-163.125,
76.84081641443098
],
[
-168.75,
76.84081641443098
],
[
-168.75,
75.49715731893085
]
]
]
},
"properties": {
"key": "002030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
74.01954331150226
],
[
-163.125,
74.01954331150226
],
[
-163.125,
75.49715731893085
],
[
-168.75,
75.49715731893085
],
[
-168.75,
74.01954331150226
]
]
]
},
"properties": {
"key": "002032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
72.39570570653261
],
[
-163.125,
72.39570570653261
],
[
-163.125,
74.01954331150226
],
[
-168.75,
74.01954331150226
],
[
-168.75,
72.39570570653261
]
]
]
},
"properties": {
"key": "002210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
70.61261423801925
],
[
-163.125,
70.61261423801925
],
[
-163.125,
72.39570570653261
],
[
-168.75,
72.39570570653261
],
[
-168.75,
70.61261423801925
]
]
]
},
"properties": {
"key": "002212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
68.65655498475736
],
[
-163.125,
68.65655498475736
],
[
-163.125,
70.61261423801925
],
[
-168.75,
70.61261423801925
],
[
-168.75,
68.65655498475736
]
]
]
},
"properties": {
"key": "002230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
66.51326044311186
],
[
-163.125,
66.51326044311186
],
[
-163.125,
68.65655498475736
],
[
-168.75,
68.65655498475736
],
[
-168.75,
66.51326044311186
]
]
]
},
"properties": {
"key": "002232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
64.16810689799154
],
[
-163.125,
64.16810689799154
],
[
-163.125,
66.51326044311186
],
[
-168.75,
66.51326044311186
],
[
-168.75,
64.16810689799154
]
]
]
},
"properties": {
"key": "020010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
61.60639637138627
],
[
-163.125,
61.60639637138627
],
[
-163.125,
64.16810689799154
],
[
-168.75,
64.16810689799154
],
[
-168.75,
61.60639637138627
]
]
]
},
"properties": {
"key": "020012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
58.81374171570782
],
[
-163.125,
58.81374171570782
],
[
-163.125,
61.60639637138627
],
[
-168.75,
61.60639637138627
],
[
-168.75,
58.81374171570782
]
]
]
},
"properties": {
"key": "020030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
55.77657301866769
],
[
-163.125,
55.77657301866769
],
[
-163.125,
58.81374171570782
],
[
-168.75,
58.81374171570782
],
[
-168.75,
55.77657301866769
]
]
]
},
"properties": {
"key": "020032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
52.48278022207821
],
[
-163.125,
52.48278022207821
],
[
-163.125,
55.77657301866769
],
[
-168.75,
55.77657301866769
],
[
-168.75,
52.48278022207821
]
]
]
},
"properties": {
"key": "020210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
48.92249926375825
],
[
-163.125,
48.92249926375825
],
[
-163.125,
52.48278022207821
],
[
-168.75,
52.48278022207821
],
[
-168.75,
48.92249926375825
]
]
]
},
"properties": {
"key": "020212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
45.08903556483103
],
[
-163.125,
45.08903556483103
],
[
-163.125,
48.92249926375825
],
[
-168.75,
48.92249926375825
],
[
-168.75,
45.08903556483103
]
]
]
},
"properties": {
"key": "020230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
40.97989806962013
],
[
-163.125,
40.97989806962013
],
[
-163.125,
45.08903556483103
],
[
-168.75,
45.08903556483103
],
[
-168.75,
40.97989806962013
]
]
]
},
"properties": {
"key": "020232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
36.5978891330702
],
[
-163.125,
36.5978891330702
],
[
-163.125,
40.97989806962013
],
[
-168.75,
40.97989806962013
],
[
-168.75,
36.5978891330702
]
]
]
},
"properties": {
"key": "022010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
31.952162238024954
],
[
-163.125,
31.952162238024954
],
[
-163.125,
36.5978891330702
],
[
-168.75,
36.5978891330702
],
[
-168.75,
31.952162238024954
]
]
]
},
"properties": {
"key": "022012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
27.05912578437406
],
[
-163.125,
27.05912578437406
],
[
-163.125,
31.952162238024954
],
[
-168.75,
31.952162238024954
],
[
-168.75,
27.05912578437406
]
]
]
},
"properties": {
"key": "022030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
21.943045533438177
],
[
-163.125,
21.943045533438177
],
[
-163.125,
27.05912578437406
],
[
-168.75,
27.05912578437406
],
[
-168.75,
21.943045533438177
]
]
]
},
"properties": {
"key": "022032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
16.63619187839765
],
[
-163.125,
16.63619187839765
],
[
-163.125,
21.943045533438177
],
[
-168.75,
21.943045533438177
],
[
-168.75,
16.63619187839765
]
]
]
},
"properties": {
"key": "022210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
11.178401873711792
],
[
-163.125,
11.178401873711792
],
[
-163.125,
16.63619187839765
],
[
-168.75,
16.63619187839765
],
[
-168.75,
11.178401873711792
]
]
]
},
"properties": {
"key": "022212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
5.615985819155337
],
[
-163.125,
5.615985819155337
],
[
-163.125,
11.178401873711792
],
[
-168.75,
11.178401873711792
],
[
-168.75,
5.615985819155337
]
]
]
},
"properties": {
"key": "022230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-168.75,
0
],
[
-163.125,
0
],
[
-163.125,
5.615985819155337
],
[
-168.75,
5.615985819155337
],
[
-168.75,
0
]
]
]
},
"properties": {
"key": "022232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
84.54136107313408
],
[
-157.5,
84.54136107313408
],
[
-157.5,
85.0511287798066
],
[
-163.125,
85.0511287798066
],
[
-163.125,
84.54136107313408
]
]
]
},
"properties": {
"key": "000011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
83.97925949886205
],
[
-157.5,
83.97925949886205
],
[
-157.5,
84.54136107313408
],
[
-163.125,
84.54136107313408
],
[
-163.125,
83.97925949886205
]
]
]
},
"properties": {
"key": "000013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
83.35951133035451
],
[
-157.5,
83.35951133035451
],
[
-157.5,
83.97925949886205
],
[
-163.125,
83.97925949886205
],
[
-163.125,
83.35951133035451
]
]
]
},
"properties": {
"key": "000031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
82.67628497834903
],
[
-157.5,
82.67628497834903
],
[
-157.5,
83.35951133035451
],
[
-163.125,
83.35951133035451
],
[
-163.125,
82.67628497834903
]
]
]
},
"properties": {
"key": "000033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
81.92318632602198
],
[
-157.5,
81.92318632602198
],
[
-157.5,
82.67628497834903
],
[
-163.125,
82.67628497834903
],
[
-163.125,
81.92318632602198
]
]
]
},
"properties": {
"key": "000211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
81.09321385260839
],
[
-157.5,
81.09321385260839
],
[
-157.5,
81.92318632602198
],
[
-163.125,
81.92318632602198
],
[
-163.125,
81.09321385260839
]
]
]
},
"properties": {
"key": "000213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
80.17871349622823
],
[
-157.5,
80.17871349622823
],
[
-157.5,
81.09321385260839
],
[
-163.125,
81.09321385260839
],
[
-163.125,
80.17871349622823
]
]
]
},
"properties": {
"key": "000231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
79.17133464081945
],
[
-157.5,
79.17133464081945
],
[
-157.5,
80.17871349622823
],
[
-163.125,
80.17871349622823
],
[
-163.125,
79.17133464081945
]
]
]
},
"properties": {
"key": "000233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
78.06198918665974
],
[
-157.5,
78.06198918665974
],
[
-157.5,
79.17133464081945
],
[
-163.125,
79.17133464081945
],
[
-163.125,
78.06198918665974
]
]
]
},
"properties": {
"key": "002011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
76.84081641443098
],
[
-157.5,
76.84081641443098
],
[
-157.5,
78.06198918665974
],
[
-163.125,
78.06198918665974
],
[
-163.125,
76.84081641443098
]
]
]
},
"properties": {
"key": "002013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
75.49715731893085
],
[
-157.5,
75.49715731893085
],
[
-157.5,
76.84081641443098
],
[
-163.125,
76.84081641443098
],
[
-163.125,
75.49715731893085
]
]
]
},
"properties": {
"key": "002031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
74.01954331150226
],
[
-157.5,
74.01954331150226
],
[
-157.5,
75.49715731893085
],
[
-163.125,
75.49715731893085
],
[
-163.125,
74.01954331150226
]
]
]
},
"properties": {
"key": "002033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
72.39570570653261
],
[
-157.5,
72.39570570653261
],
[
-157.5,
74.01954331150226
],
[
-163.125,
74.01954331150226
],
[
-163.125,
72.39570570653261
]
]
]
},
"properties": {
"key": "002211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
70.61261423801925
],
[
-157.5,
70.61261423801925
],
[
-157.5,
72.39570570653261
],
[
-163.125,
72.39570570653261
],
[
-163.125,
70.61261423801925
]
]
]
},
"properties": {
"key": "002213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
68.65655498475736
],
[
-157.5,
68.65655498475736
],
[
-157.5,
70.61261423801925
],
[
-163.125,
70.61261423801925
],
[
-163.125,
68.65655498475736
]
]
]
},
"properties": {
"key": "002231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
66.51326044311186
],
[
-157.5,
66.51326044311186
],
[
-157.5,
68.65655498475736
],
[
-163.125,
68.65655498475736
],
[
-163.125,
66.51326044311186
]
]
]
},
"properties": {
"key": "002233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
64.16810689799154
],
[
-157.5,
64.16810689799154
],
[
-157.5,
66.51326044311186
],
[
-163.125,
66.51326044311186
],
[
-163.125,
64.16810689799154
]
]
]
},
"properties": {
"key": "020011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
61.60639637138627
],
[
-157.5,
61.60639637138627
],
[
-157.5,
64.16810689799154
],
[
-163.125,
64.16810689799154
],
[
-163.125,
61.60639637138627
]
]
]
},
"properties": {
"key": "020013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
58.81374171570782
],
[
-157.5,
58.81374171570782
],
[
-157.5,
61.60639637138627
],
[
-163.125,
61.60639637138627
],
[
-163.125,
58.81374171570782
]
]
]
},
"properties": {
"key": "020031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
55.77657301866769
],
[
-157.5,
55.77657301866769
],
[
-157.5,
58.81374171570782
],
[
-163.125,
58.81374171570782
],
[
-163.125,
55.77657301866769
]
]
]
},
"properties": {
"key": "020033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
52.48278022207821
],
[
-157.5,
52.48278022207821
],
[
-157.5,
55.77657301866769
],
[
-163.125,
55.77657301866769
],
[
-163.125,
52.48278022207821
]
]
]
},
"properties": {
"key": "020211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
48.92249926375825
],
[
-157.5,
48.92249926375825
],
[
-157.5,
52.48278022207821
],
[
-163.125,
52.48278022207821
],
[
-163.125,
48.92249926375825
]
]
]
},
"properties": {
"key": "020213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
45.08903556483103
],
[
-157.5,
45.08903556483103
],
[
-157.5,
48.92249926375825
],
[
-163.125,
48.92249926375825
],
[
-163.125,
45.08903556483103
]
]
]
},
"properties": {
"key": "020231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
40.97989806962013
],
[
-157.5,
40.97989806962013
],
[
-157.5,
45.08903556483103
],
[
-163.125,
45.08903556483103
],
[
-163.125,
40.97989806962013
]
]
]
},
"properties": {
"key": "020233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
36.5978891330702
],
[
-157.5,
36.5978891330702
],
[
-157.5,
40.97989806962013
],
[
-163.125,
40.97989806962013
],
[
-163.125,
36.5978891330702
]
]
]
},
"properties": {
"key": "022011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
31.952162238024954
],
[
-157.5,
31.952162238024954
],
[
-157.5,
36.5978891330702
],
[
-163.125,
36.5978891330702
],
[
-163.125,
31.952162238024954
]
]
]
},
"properties": {
"key": "022013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
27.05912578437406
],
[
-157.5,
27.05912578437406
],
[
-157.5,
31.952162238024954
],
[
-163.125,
31.952162238024954
],
[
-163.125,
27.05912578437406
]
]
]
},
"properties": {
"key": "022031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
21.943045533438177
],
[
-157.5,
21.943045533438177
],
[
-157.5,
27.05912578437406
],
[
-163.125,
27.05912578437406
],
[
-163.125,
21.943045533438177
]
]
]
},
"properties": {
"key": "022033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
16.63619187839765
],
[
-157.5,
16.63619187839765
],
[
-157.5,
21.943045533438177
],
[
-163.125,
21.943045533438177
],
[
-163.125,
16.63619187839765
]
]
]
},
"properties": {
"key": "022211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
11.178401873711792
],
[
-157.5,
11.178401873711792
],
[
-157.5,
16.63619187839765
],
[
-163.125,
16.63619187839765
],
[
-163.125,
11.178401873711792
]
]
]
},
"properties": {
"key": "022213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
5.615985819155337
],
[
-157.5,
5.615985819155337
],
[
-157.5,
11.178401873711792
],
[
-163.125,
11.178401873711792
],
[
-163.125,
5.615985819155337
]
]
]
},
"properties": {
"key": "022231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-163.125,
0
],
[
-157.5,
0
],
[
-157.5,
5.615985819155337
],
[
-163.125,
5.615985819155337
],
[
-163.125,
0
]
]
]
},
"properties": {
"key": "022233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
84.54136107313408
],
[
-151.875,
84.54136107313408
],
[
-151.875,
85.0511287798066
],
[
-157.5,
85.0511287798066
],
[
-157.5,
84.54136107313408
]
]
]
},
"properties": {
"key": "000100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
83.97925949886205
],
[
-151.875,
83.97925949886205
],
[
-151.875,
84.54136107313408
],
[
-157.5,
84.54136107313408
],
[
-157.5,
83.97925949886205
]
]
]
},
"properties": {
"key": "000102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
83.35951133035451
],
[
-151.875,
83.35951133035451
],
[
-151.875,
83.97925949886205
],
[
-157.5,
83.97925949886205
],
[
-157.5,
83.35951133035451
]
]
]
},
"properties": {
"key": "000120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
82.67628497834903
],
[
-151.875,
82.67628497834903
],
[
-151.875,
83.35951133035451
],
[
-157.5,
83.35951133035451
],
[
-157.5,
82.67628497834903
]
]
]
},
"properties": {
"key": "000122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
81.92318632602198
],
[
-151.875,
81.92318632602198
],
[
-151.875,
82.67628497834903
],
[
-157.5,
82.67628497834903
],
[
-157.5,
81.92318632602198
]
]
]
},
"properties": {
"key": "000300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
81.09321385260839
],
[
-151.875,
81.09321385260839
],
[
-151.875,
81.92318632602198
],
[
-157.5,
81.92318632602198
],
[
-157.5,
81.09321385260839
]
]
]
},
"properties": {
"key": "000302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
80.17871349622823
],
[
-151.875,
80.17871349622823
],
[
-151.875,
81.09321385260839
],
[
-157.5,
81.09321385260839
],
[
-157.5,
80.17871349622823
]
]
]
},
"properties": {
"key": "000320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
79.17133464081945
],
[
-151.875,
79.17133464081945
],
[
-151.875,
80.17871349622823
],
[
-157.5,
80.17871349622823
],
[
-157.5,
79.17133464081945
]
]
]
},
"properties": {
"key": "000322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
78.06198918665974
],
[
-151.875,
78.06198918665974
],
[
-151.875,
79.17133464081945
],
[
-157.5,
79.17133464081945
],
[
-157.5,
78.06198918665974
]
]
]
},
"properties": {
"key": "002100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
76.84081641443098
],
[
-151.875,
76.84081641443098
],
[
-151.875,
78.06198918665974
],
[
-157.5,
78.06198918665974
],
[
-157.5,
76.84081641443098
]
]
]
},
"properties": {
"key": "002102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
75.49715731893085
],
[
-151.875,
75.49715731893085
],
[
-151.875,
76.84081641443098
],
[
-157.5,
76.84081641443098
],
[
-157.5,
75.49715731893085
]
]
]
},
"properties": {
"key": "002120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
74.01954331150226
],
[
-151.875,
74.01954331150226
],
[
-151.875,
75.49715731893085
],
[
-157.5,
75.49715731893085
],
[
-157.5,
74.01954331150226
]
]
]
},
"properties": {
"key": "002122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
72.39570570653261
],
[
-151.875,
72.39570570653261
],
[
-151.875,
74.01954331150226
],
[
-157.5,
74.01954331150226
],
[
-157.5,
72.39570570653261
]
]
]
},
"properties": {
"key": "002300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
70.61261423801925
],
[
-151.875,
70.61261423801925
],
[
-151.875,
72.39570570653261
],
[
-157.5,
72.39570570653261
],
[
-157.5,
70.61261423801925
]
]
]
},
"properties": {
"key": "002302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
68.65655498475736
],
[
-151.875,
68.65655498475736
],
[
-151.875,
70.61261423801925
],
[
-157.5,
70.61261423801925
],
[
-157.5,
68.65655498475736
]
]
]
},
"properties": {
"key": "002320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
66.51326044311186
],
[
-151.875,
66.51326044311186
],
[
-151.875,
68.65655498475736
],
[
-157.5,
68.65655498475736
],
[
-157.5,
66.51326044311186
]
]
]
},
"properties": {
"key": "002322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
64.16810689799154
],
[
-151.875,
64.16810689799154
],
[
-151.875,
66.51326044311186
],
[
-157.5,
66.51326044311186
],
[
-157.5,
64.16810689799154
]
]
]
},
"properties": {
"key": "020100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
61.60639637138627
],
[
-151.875,
61.60639637138627
],
[
-151.875,
64.16810689799154
],
[
-157.5,
64.16810689799154
],
[
-157.5,
61.60639637138627
]
]
]
},
"properties": {
"key": "020102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
58.81374171570782
],
[
-151.875,
58.81374171570782
],
[
-151.875,
61.60639637138627
],
[
-157.5,
61.60639637138627
],
[
-157.5,
58.81374171570782
]
]
]
},
"properties": {
"key": "020120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
55.77657301866769
],
[
-151.875,
55.77657301866769
],
[
-151.875,
58.81374171570782
],
[
-157.5,
58.81374171570782
],
[
-157.5,
55.77657301866769
]
]
]
},
"properties": {
"key": "020122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
52.48278022207821
],
[
-151.875,
52.48278022207821
],
[
-151.875,
55.77657301866769
],
[
-157.5,
55.77657301866769
],
[
-157.5,
52.48278022207821
]
]
]
},
"properties": {
"key": "020300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
48.92249926375825
],
[
-151.875,
48.92249926375825
],
[
-151.875,
52.48278022207821
],
[
-157.5,
52.48278022207821
],
[
-157.5,
48.92249926375825
]
]
]
},
"properties": {
"key": "020302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
45.08903556483103
],
[
-151.875,
45.08903556483103
],
[
-151.875,
48.92249926375825
],
[
-157.5,
48.92249926375825
],
[
-157.5,
45.08903556483103
]
]
]
},
"properties": {
"key": "020320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
40.97989806962013
],
[
-151.875,
40.97989806962013
],
[
-151.875,
45.08903556483103
],
[
-157.5,
45.08903556483103
],
[
-157.5,
40.97989806962013
]
]
]
},
"properties": {
"key": "020322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
36.5978891330702
],
[
-151.875,
36.5978891330702
],
[
-151.875,
40.97989806962013
],
[
-157.5,
40.97989806962013
],
[
-157.5,
36.5978891330702
]
]
]
},
"properties": {
"key": "022100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
31.952162238024954
],
[
-151.875,
31.952162238024954
],
[
-151.875,
36.5978891330702
],
[
-157.5,
36.5978891330702
],
[
-157.5,
31.952162238024954
]
]
]
},
"properties": {
"key": "022102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
27.05912578437406
],
[
-151.875,
27.05912578437406
],
[
-151.875,
31.952162238024954
],
[
-157.5,
31.952162238024954
],
[
-157.5,
27.05912578437406
]
]
]
},
"properties": {
"key": "022120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
21.943045533438177
],
[
-151.875,
21.943045533438177
],
[
-151.875,
27.05912578437406
],
[
-157.5,
27.05912578437406
],
[
-157.5,
21.943045533438177
]
]
]
},
"properties": {
"key": "022122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
16.63619187839765
],
[
-151.875,
16.63619187839765
],
[
-151.875,
21.943045533438177
],
[
-157.5,
21.943045533438177
],
[
-157.5,
16.63619187839765
]
]
]
},
"properties": {
"key": "022300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
11.178401873711792
],
[
-151.875,
11.178401873711792
],
[
-151.875,
16.63619187839765
],
[
-157.5,
16.63619187839765
],
[
-157.5,
11.178401873711792
]
]
]
},
"properties": {
"key": "022302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
5.615985819155337
],
[
-151.875,
5.615985819155337
],
[
-151.875,
11.178401873711792
],
[
-157.5,
11.178401873711792
],
[
-157.5,
5.615985819155337
]
]
]
},
"properties": {
"key": "022320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-157.5,
0
],
[
-151.875,
0
],
[
-151.875,
5.615985819155337
],
[
-157.5,
5.615985819155337
],
[
-157.5,
0
]
]
]
},
"properties": {
"key": "022322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
84.54136107313408
],
[
-146.25,
84.54136107313408
],
[
-146.25,
85.0511287798066
],
[
-151.875,
85.0511287798066
],
[
-151.875,
84.54136107313408
]
]
]
},
"properties": {
"key": "000101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
83.97925949886205
],
[
-146.25,
83.97925949886205
],
[
-146.25,
84.54136107313408
],
[
-151.875,
84.54136107313408
],
[
-151.875,
83.97925949886205
]
]
]
},
"properties": {
"key": "000103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
83.35951133035451
],
[
-146.25,
83.35951133035451
],
[
-146.25,
83.97925949886205
],
[
-151.875,
83.97925949886205
],
[
-151.875,
83.35951133035451
]
]
]
},
"properties": {
"key": "000121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
82.67628497834903
],
[
-146.25,
82.67628497834903
],
[
-146.25,
83.35951133035451
],
[
-151.875,
83.35951133035451
],
[
-151.875,
82.67628497834903
]
]
]
},
"properties": {
"key": "000123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
81.92318632602198
],
[
-146.25,
81.92318632602198
],
[
-146.25,
82.67628497834903
],
[
-151.875,
82.67628497834903
],
[
-151.875,
81.92318632602198
]
]
]
},
"properties": {
"key": "000301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
81.09321385260839
],
[
-146.25,
81.09321385260839
],
[
-146.25,
81.92318632602198
],
[
-151.875,
81.92318632602198
],
[
-151.875,
81.09321385260839
]
]
]
},
"properties": {
"key": "000303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
80.17871349622823
],
[
-146.25,
80.17871349622823
],
[
-146.25,
81.09321385260839
],
[
-151.875,
81.09321385260839
],
[
-151.875,
80.17871349622823
]
]
]
},
"properties": {
"key": "000321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
79.17133464081945
],
[
-146.25,
79.17133464081945
],
[
-146.25,
80.17871349622823
],
[
-151.875,
80.17871349622823
],
[
-151.875,
79.17133464081945
]
]
]
},
"properties": {
"key": "000323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
78.06198918665974
],
[
-146.25,
78.06198918665974
],
[
-146.25,
79.17133464081945
],
[
-151.875,
79.17133464081945
],
[
-151.875,
78.06198918665974
]
]
]
},
"properties": {
"key": "002101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
76.84081641443098
],
[
-146.25,
76.84081641443098
],
[
-146.25,
78.06198918665974
],
[
-151.875,
78.06198918665974
],
[
-151.875,
76.84081641443098
]
]
]
},
"properties": {
"key": "002103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
75.49715731893085
],
[
-146.25,
75.49715731893085
],
[
-146.25,
76.84081641443098
],
[
-151.875,
76.84081641443098
],
[
-151.875,
75.49715731893085
]
]
]
},
"properties": {
"key": "002121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
74.01954331150226
],
[
-146.25,
74.01954331150226
],
[
-146.25,
75.49715731893085
],
[
-151.875,
75.49715731893085
],
[
-151.875,
74.01954331150226
]
]
]
},
"properties": {
"key": "002123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
72.39570570653261
],
[
-146.25,
72.39570570653261
],
[
-146.25,
74.01954331150226
],
[
-151.875,
74.01954331150226
],
[
-151.875,
72.39570570653261
]
]
]
},
"properties": {
"key": "002301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
70.61261423801925
],
[
-146.25,
70.61261423801925
],
[
-146.25,
72.39570570653261
],
[
-151.875,
72.39570570653261
],
[
-151.875,
70.61261423801925
]
]
]
},
"properties": {
"key": "002303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
68.65655498475736
],
[
-146.25,
68.65655498475736
],
[
-146.25,
70.61261423801925
],
[
-151.875,
70.61261423801925
],
[
-151.875,
68.65655498475736
]
]
]
},
"properties": {
"key": "002321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
66.51326044311186
],
[
-146.25,
66.51326044311186
],
[
-146.25,
68.65655498475736
],
[
-151.875,
68.65655498475736
],
[
-151.875,
66.51326044311186
]
]
]
},
"properties": {
"key": "002323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
64.16810689799154
],
[
-146.25,
64.16810689799154
],
[
-146.25,
66.51326044311186
],
[
-151.875,
66.51326044311186
],
[
-151.875,
64.16810689799154
]
]
]
},
"properties": {
"key": "020101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
61.60639637138627
],
[
-146.25,
61.60639637138627
],
[
-146.25,
64.16810689799154
],
[
-151.875,
64.16810689799154
],
[
-151.875,
61.60639637138627
]
]
]
},
"properties": {
"key": "020103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
58.81374171570782
],
[
-146.25,
58.81374171570782
],
[
-146.25,
61.60639637138627
],
[
-151.875,
61.60639637138627
],
[
-151.875,
58.81374171570782
]
]
]
},
"properties": {
"key": "020121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
55.77657301866769
],
[
-146.25,
55.77657301866769
],
[
-146.25,
58.81374171570782
],
[
-151.875,
58.81374171570782
],
[
-151.875,
55.77657301866769
]
]
]
},
"properties": {
"key": "020123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
52.48278022207821
],
[
-146.25,
52.48278022207821
],
[
-146.25,
55.77657301866769
],
[
-151.875,
55.77657301866769
],
[
-151.875,
52.48278022207821
]
]
]
},
"properties": {
"key": "020301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
48.92249926375825
],
[
-146.25,
48.92249926375825
],
[
-146.25,
52.48278022207821
],
[
-151.875,
52.48278022207821
],
[
-151.875,
48.92249926375825
]
]
]
},
"properties": {
"key": "020303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
45.08903556483103
],
[
-146.25,
45.08903556483103
],
[
-146.25,
48.92249926375825
],
[
-151.875,
48.92249926375825
],
[
-151.875,
45.08903556483103
]
]
]
},
"properties": {
"key": "020321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
40.97989806962013
],
[
-146.25,
40.97989806962013
],
[
-146.25,
45.08903556483103
],
[
-151.875,
45.08903556483103
],
[
-151.875,
40.97989806962013
]
]
]
},
"properties": {
"key": "020323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
36.5978891330702
],
[
-146.25,
36.5978891330702
],
[
-146.25,
40.97989806962013
],
[
-151.875,
40.97989806962013
],
[
-151.875,
36.5978891330702
]
]
]
},
"properties": {
"key": "022101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
31.952162238024954
],
[
-146.25,
31.952162238024954
],
[
-146.25,
36.5978891330702
],
[
-151.875,
36.5978891330702
],
[
-151.875,
31.952162238024954
]
]
]
},
"properties": {
"key": "022103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
27.05912578437406
],
[
-146.25,
27.05912578437406
],
[
-146.25,
31.952162238024954
],
[
-151.875,
31.952162238024954
],
[
-151.875,
27.05912578437406
]
]
]
},
"properties": {
"key": "022121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
21.943045533438177
],
[
-146.25,
21.943045533438177
],
[
-146.25,
27.05912578437406
],
[
-151.875,
27.05912578437406
],
[
-151.875,
21.943045533438177
]
]
]
},
"properties": {
"key": "022123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
16.63619187839765
],
[
-146.25,
16.63619187839765
],
[
-146.25,
21.943045533438177
],
[
-151.875,
21.943045533438177
],
[
-151.875,
16.63619187839765
]
]
]
},
"properties": {
"key": "022301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
11.178401873711792
],
[
-146.25,
11.178401873711792
],
[
-146.25,
16.63619187839765
],
[
-151.875,
16.63619187839765
],
[
-151.875,
11.178401873711792
]
]
]
},
"properties": {
"key": "022303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
5.615985819155337
],
[
-146.25,
5.615985819155337
],
[
-146.25,
11.178401873711792
],
[
-151.875,
11.178401873711792
],
[
-151.875,
5.615985819155337
]
]
]
},
"properties": {
"key": "022321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-151.875,
0
],
[
-146.25,
0
],
[
-146.25,
5.615985819155337
],
[
-151.875,
5.615985819155337
],
[
-151.875,
0
]
]
]
},
"properties": {
"key": "022323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
84.54136107313408
],
[
-140.625,
84.54136107313408
],
[
-140.625,
85.0511287798066
],
[
-146.25,
85.0511287798066
],
[
-146.25,
84.54136107313408
]
]
]
},
"properties": {
"key": "000110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
83.97925949886205
],
[
-140.625,
83.97925949886205
],
[
-140.625,
84.54136107313408
],
[
-146.25,
84.54136107313408
],
[
-146.25,
83.97925949886205
]
]
]
},
"properties": {
"key": "000112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
83.35951133035451
],
[
-140.625,
83.35951133035451
],
[
-140.625,
83.97925949886205
],
[
-146.25,
83.97925949886205
],
[
-146.25,
83.35951133035451
]
]
]
},
"properties": {
"key": "000130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
82.67628497834903
],
[
-140.625,
82.67628497834903
],
[
-140.625,
83.35951133035451
],
[
-146.25,
83.35951133035451
],
[
-146.25,
82.67628497834903
]
]
]
},
"properties": {
"key": "000132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
81.92318632602198
],
[
-140.625,
81.92318632602198
],
[
-140.625,
82.67628497834903
],
[
-146.25,
82.67628497834903
],
[
-146.25,
81.92318632602198
]
]
]
},
"properties": {
"key": "000310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
81.09321385260839
],
[
-140.625,
81.09321385260839
],
[
-140.625,
81.92318632602198
],
[
-146.25,
81.92318632602198
],
[
-146.25,
81.09321385260839
]
]
]
},
"properties": {
"key": "000312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
80.17871349622823
],
[
-140.625,
80.17871349622823
],
[
-140.625,
81.09321385260839
],
[
-146.25,
81.09321385260839
],
[
-146.25,
80.17871349622823
]
]
]
},
"properties": {
"key": "000330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
79.17133464081945
],
[
-140.625,
79.17133464081945
],
[
-140.625,
80.17871349622823
],
[
-146.25,
80.17871349622823
],
[
-146.25,
79.17133464081945
]
]
]
},
"properties": {
"key": "000332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
78.06198918665974
],
[
-140.625,
78.06198918665974
],
[
-140.625,
79.17133464081945
],
[
-146.25,
79.17133464081945
],
[
-146.25,
78.06198918665974
]
]
]
},
"properties": {
"key": "002110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
76.84081641443098
],
[
-140.625,
76.84081641443098
],
[
-140.625,
78.06198918665974
],
[
-146.25,
78.06198918665974
],
[
-146.25,
76.84081641443098
]
]
]
},
"properties": {
"key": "002112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
75.49715731893085
],
[
-140.625,
75.49715731893085
],
[
-140.625,
76.84081641443098
],
[
-146.25,
76.84081641443098
],
[
-146.25,
75.49715731893085
]
]
]
},
"properties": {
"key": "002130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
74.01954331150226
],
[
-140.625,
74.01954331150226
],
[
-140.625,
75.49715731893085
],
[
-146.25,
75.49715731893085
],
[
-146.25,
74.01954331150226
]
]
]
},
"properties": {
"key": "002132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
72.39570570653261
],
[
-140.625,
72.39570570653261
],
[
-140.625,
74.01954331150226
],
[
-146.25,
74.01954331150226
],
[
-146.25,
72.39570570653261
]
]
]
},
"properties": {
"key": "002310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
70.61261423801925
],
[
-140.625,
70.61261423801925
],
[
-140.625,
72.39570570653261
],
[
-146.25,
72.39570570653261
],
[
-146.25,
70.61261423801925
]
]
]
},
"properties": {
"key": "002312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
68.65655498475736
],
[
-140.625,
68.65655498475736
],
[
-140.625,
70.61261423801925
],
[
-146.25,
70.61261423801925
],
[
-146.25,
68.65655498475736
]
]
]
},
"properties": {
"key": "002330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
66.51326044311186
],
[
-140.625,
66.51326044311186
],
[
-140.625,
68.65655498475736
],
[
-146.25,
68.65655498475736
],
[
-146.25,
66.51326044311186
]
]
]
},
"properties": {
"key": "002332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
64.16810689799154
],
[
-140.625,
64.16810689799154
],
[
-140.625,
66.51326044311186
],
[
-146.25,
66.51326044311186
],
[
-146.25,
64.16810689799154
]
]
]
},
"properties": {
"key": "020110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
61.60639637138627
],
[
-140.625,
61.60639637138627
],
[
-140.625,
64.16810689799154
],
[
-146.25,
64.16810689799154
],
[
-146.25,
61.60639637138627
]
]
]
},
"properties": {
"key": "020112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
58.81374171570782
],
[
-140.625,
58.81374171570782
],
[
-140.625,
61.60639637138627
],
[
-146.25,
61.60639637138627
],
[
-146.25,
58.81374171570782
]
]
]
},
"properties": {
"key": "020130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
55.77657301866769
],
[
-140.625,
55.77657301866769
],
[
-140.625,
58.81374171570782
],
[
-146.25,
58.81374171570782
],
[
-146.25,
55.77657301866769
]
]
]
},
"properties": {
"key": "020132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
52.48278022207821
],
[
-140.625,
52.48278022207821
],
[
-140.625,
55.77657301866769
],
[
-146.25,
55.77657301866769
],
[
-146.25,
52.48278022207821
]
]
]
},
"properties": {
"key": "020310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
48.92249926375825
],
[
-140.625,
48.92249926375825
],
[
-140.625,
52.48278022207821
],
[
-146.25,
52.48278022207821
],
[
-146.25,
48.92249926375825
]
]
]
},
"properties": {
"key": "020312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
45.08903556483103
],
[
-140.625,
45.08903556483103
],
[
-140.625,
48.92249926375825
],
[
-146.25,
48.92249926375825
],
[
-146.25,
45.08903556483103
]
]
]
},
"properties": {
"key": "020330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
40.97989806962013
],
[
-140.625,
40.97989806962013
],
[
-140.625,
45.08903556483103
],
[
-146.25,
45.08903556483103
],
[
-146.25,
40.97989806962013
]
]
]
},
"properties": {
"key": "020332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
36.5978891330702
],
[
-140.625,
36.5978891330702
],
[
-140.625,
40.97989806962013
],
[
-146.25,
40.97989806962013
],
[
-146.25,
36.5978891330702
]
]
]
},
"properties": {
"key": "022110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
31.952162238024954
],
[
-140.625,
31.952162238024954
],
[
-140.625,
36.5978891330702
],
[
-146.25,
36.5978891330702
],
[
-146.25,
31.952162238024954
]
]
]
},
"properties": {
"key": "022112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
27.05912578437406
],
[
-140.625,
27.05912578437406
],
[
-140.625,
31.952162238024954
],
[
-146.25,
31.952162238024954
],
[
-146.25,
27.05912578437406
]
]
]
},
"properties": {
"key": "022130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
21.943045533438177
],
[
-140.625,
21.943045533438177
],
[
-140.625,
27.05912578437406
],
[
-146.25,
27.05912578437406
],
[
-146.25,
21.943045533438177
]
]
]
},
"properties": {
"key": "022132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
16.63619187839765
],
[
-140.625,
16.63619187839765
],
[
-140.625,
21.943045533438177
],
[
-146.25,
21.943045533438177
],
[
-146.25,
16.63619187839765
]
]
]
},
"properties": {
"key": "022310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
11.178401873711792
],
[
-140.625,
11.178401873711792
],
[
-140.625,
16.63619187839765
],
[
-146.25,
16.63619187839765
],
[
-146.25,
11.178401873711792
]
]
]
},
"properties": {
"key": "022312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
5.615985819155337
],
[
-140.625,
5.615985819155337
],
[
-140.625,
11.178401873711792
],
[
-146.25,
11.178401873711792
],
[
-146.25,
5.615985819155337
]
]
]
},
"properties": {
"key": "022330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-146.25,
0
],
[
-140.625,
0
],
[
-140.625,
5.615985819155337
],
[
-146.25,
5.615985819155337
],
[
-146.25,
0
]
]
]
},
"properties": {
"key": "022332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
84.54136107313408
],
[
-135,
84.54136107313408
],
[
-135,
85.0511287798066
],
[
-140.625,
85.0511287798066
],
[
-140.625,
84.54136107313408
]
]
]
},
"properties": {
"key": "000111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
83.97925949886205
],
[
-135,
83.97925949886205
],
[
-135,
84.54136107313408
],
[
-140.625,
84.54136107313408
],
[
-140.625,
83.97925949886205
]
]
]
},
"properties": {
"key": "000113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
83.35951133035451
],
[
-135,
83.35951133035451
],
[
-135,
83.97925949886205
],
[
-140.625,
83.97925949886205
],
[
-140.625,
83.35951133035451
]
]
]
},
"properties": {
"key": "000131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
82.67628497834903
],
[
-135,
82.67628497834903
],
[
-135,
83.35951133035451
],
[
-140.625,
83.35951133035451
],
[
-140.625,
82.67628497834903
]
]
]
},
"properties": {
"key": "000133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
81.92318632602198
],
[
-135,
81.92318632602198
],
[
-135,
82.67628497834903
],
[
-140.625,
82.67628497834903
],
[
-140.625,
81.92318632602198
]
]
]
},
"properties": {
"key": "000311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
81.09321385260839
],
[
-135,
81.09321385260839
],
[
-135,
81.92318632602198
],
[
-140.625,
81.92318632602198
],
[
-140.625,
81.09321385260839
]
]
]
},
"properties": {
"key": "000313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
80.17871349622823
],
[
-135,
80.17871349622823
],
[
-135,
81.09321385260839
],
[
-140.625,
81.09321385260839
],
[
-140.625,
80.17871349622823
]
]
]
},
"properties": {
"key": "000331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
79.17133464081945
],
[
-135,
79.17133464081945
],
[
-135,
80.17871349622823
],
[
-140.625,
80.17871349622823
],
[
-140.625,
79.17133464081945
]
]
]
},
"properties": {
"key": "000333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
78.06198918665974
],
[
-135,
78.06198918665974
],
[
-135,
79.17133464081945
],
[
-140.625,
79.17133464081945
],
[
-140.625,
78.06198918665974
]
]
]
},
"properties": {
"key": "002111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
76.84081641443098
],
[
-135,
76.84081641443098
],
[
-135,
78.06198918665974
],
[
-140.625,
78.06198918665974
],
[
-140.625,
76.84081641443098
]
]
]
},
"properties": {
"key": "002113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
75.49715731893085
],
[
-135,
75.49715731893085
],
[
-135,
76.84081641443098
],
[
-140.625,
76.84081641443098
],
[
-140.625,
75.49715731893085
]
]
]
},
"properties": {
"key": "002131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
74.01954331150226
],
[
-135,
74.01954331150226
],
[
-135,
75.49715731893085
],
[
-140.625,
75.49715731893085
],
[
-140.625,
74.01954331150226
]
]
]
},
"properties": {
"key": "002133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
72.39570570653261
],
[
-135,
72.39570570653261
],
[
-135,
74.01954331150226
],
[
-140.625,
74.01954331150226
],
[
-140.625,
72.39570570653261
]
]
]
},
"properties": {
"key": "002311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
70.61261423801925
],
[
-135,
70.61261423801925
],
[
-135,
72.39570570653261
],
[
-140.625,
72.39570570653261
],
[
-140.625,
70.61261423801925
]
]
]
},
"properties": {
"key": "002313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
68.65655498475736
],
[
-135,
68.65655498475736
],
[
-135,
70.61261423801925
],
[
-140.625,
70.61261423801925
],
[
-140.625,
68.65655498475736
]
]
]
},
"properties": {
"key": "002331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
66.51326044311186
],
[
-135,
66.51326044311186
],
[
-135,
68.65655498475736
],
[
-140.625,
68.65655498475736
],
[
-140.625,
66.51326044311186
]
]
]
},
"properties": {
"key": "002333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
64.16810689799154
],
[
-135,
64.16810689799154
],
[
-135,
66.51326044311186
],
[
-140.625,
66.51326044311186
],
[
-140.625,
64.16810689799154
]
]
]
},
"properties": {
"key": "020111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
61.60639637138627
],
[
-135,
61.60639637138627
],
[
-135,
64.16810689799154
],
[
-140.625,
64.16810689799154
],
[
-140.625,
61.60639637138627
]
]
]
},
"properties": {
"key": "020113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
58.81374171570782
],
[
-135,
58.81374171570782
],
[
-135,
61.60639637138627
],
[
-140.625,
61.60639637138627
],
[
-140.625,
58.81374171570782
]
]
]
},
"properties": {
"key": "020131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
55.77657301866769
],
[
-135,
55.77657301866769
],
[
-135,
58.81374171570782
],
[
-140.625,
58.81374171570782
],
[
-140.625,
55.77657301866769
]
]
]
},
"properties": {
"key": "020133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
52.48278022207821
],
[
-135,
52.48278022207821
],
[
-135,
55.77657301866769
],
[
-140.625,
55.77657301866769
],
[
-140.625,
52.48278022207821
]
]
]
},
"properties": {
"key": "020311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
48.92249926375825
],
[
-135,
48.92249926375825
],
[
-135,
52.48278022207821
],
[
-140.625,
52.48278022207821
],
[
-140.625,
48.92249926375825
]
]
]
},
"properties": {
"key": "020313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
45.08903556483103
],
[
-135,
45.08903556483103
],
[
-135,
48.92249926375825
],
[
-140.625,
48.92249926375825
],
[
-140.625,
45.08903556483103
]
]
]
},
"properties": {
"key": "020331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
40.97989806962013
],
[
-135,
40.97989806962013
],
[
-135,
45.08903556483103
],
[
-140.625,
45.08903556483103
],
[
-140.625,
40.97989806962013
]
]
]
},
"properties": {
"key": "020333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
36.5978891330702
],
[
-135,
36.5978891330702
],
[
-135,
40.97989806962013
],
[
-140.625,
40.97989806962013
],
[
-140.625,
36.5978891330702
]
]
]
},
"properties": {
"key": "022111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
31.952162238024954
],
[
-135,
31.952162238024954
],
[
-135,
36.5978891330702
],
[
-140.625,
36.5978891330702
],
[
-140.625,
31.952162238024954
]
]
]
},
"properties": {
"key": "022113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
27.05912578437406
],
[
-135,
27.05912578437406
],
[
-135,
31.952162238024954
],
[
-140.625,
31.952162238024954
],
[
-140.625,
27.05912578437406
]
]
]
},
"properties": {
"key": "022131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
21.943045533438177
],
[
-135,
21.943045533438177
],
[
-135,
27.05912578437406
],
[
-140.625,
27.05912578437406
],
[
-140.625,
21.943045533438177
]
]
]
},
"properties": {
"key": "022133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
16.63619187839765
],
[
-135,
16.63619187839765
],
[
-135,
21.943045533438177
],
[
-140.625,
21.943045533438177
],
[
-140.625,
16.63619187839765
]
]
]
},
"properties": {
"key": "022311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
11.178401873711792
],
[
-135,
11.178401873711792
],
[
-135,
16.63619187839765
],
[
-140.625,
16.63619187839765
],
[
-140.625,
11.178401873711792
]
]
]
},
"properties": {
"key": "022313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
5.615985819155337
],
[
-135,
5.615985819155337
],
[
-135,
11.178401873711792
],
[
-140.625,
11.178401873711792
],
[
-140.625,
5.615985819155337
]
]
]
},
"properties": {
"key": "022331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-140.625,
0
],
[
-135,
0
],
[
-135,
5.615985819155337
],
[
-140.625,
5.615985819155337
],
[
-140.625,
0
]
]
]
},
"properties": {
"key": "022333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
84.54136107313408
],
[
-129.375,
84.54136107313408
],
[
-129.375,
85.0511287798066
],
[
-135,
85.0511287798066
],
[
-135,
84.54136107313408
]
]
]
},
"properties": {
"key": "001000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
83.97925949886205
],
[
-129.375,
83.97925949886205
],
[
-129.375,
84.54136107313408
],
[
-135,
84.54136107313408
],
[
-135,
83.97925949886205
]
]
]
},
"properties": {
"key": "001002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
83.35951133035451
],
[
-129.375,
83.35951133035451
],
[
-129.375,
83.97925949886205
],
[
-135,
83.97925949886205
],
[
-135,
83.35951133035451
]
]
]
},
"properties": {
"key": "001020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
82.67628497834903
],
[
-129.375,
82.67628497834903
],
[
-129.375,
83.35951133035451
],
[
-135,
83.35951133035451
],
[
-135,
82.67628497834903
]
]
]
},
"properties": {
"key": "001022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
81.92318632602198
],
[
-129.375,
81.92318632602198
],
[
-129.375,
82.67628497834903
],
[
-135,
82.67628497834903
],
[
-135,
81.92318632602198
]
]
]
},
"properties": {
"key": "001200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
81.09321385260839
],
[
-129.375,
81.09321385260839
],
[
-129.375,
81.92318632602198
],
[
-135,
81.92318632602198
],
[
-135,
81.09321385260839
]
]
]
},
"properties": {
"key": "001202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
80.17871349622823
],
[
-129.375,
80.17871349622823
],
[
-129.375,
81.09321385260839
],
[
-135,
81.09321385260839
],
[
-135,
80.17871349622823
]
]
]
},
"properties": {
"key": "001220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
79.17133464081945
],
[
-129.375,
79.17133464081945
],
[
-129.375,
80.17871349622823
],
[
-135,
80.17871349622823
],
[
-135,
79.17133464081945
]
]
]
},
"properties": {
"key": "001222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
78.06198918665974
],
[
-129.375,
78.06198918665974
],
[
-129.375,
79.17133464081945
],
[
-135,
79.17133464081945
],
[
-135,
78.06198918665974
]
]
]
},
"properties": {
"key": "003000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
76.84081641443098
],
[
-129.375,
76.84081641443098
],
[
-129.375,
78.06198918665974
],
[
-135,
78.06198918665974
],
[
-135,
76.84081641443098
]
]
]
},
"properties": {
"key": "003002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
75.49715731893085
],
[
-129.375,
75.49715731893085
],
[
-129.375,
76.84081641443098
],
[
-135,
76.84081641443098
],
[
-135,
75.49715731893085
]
]
]
},
"properties": {
"key": "003020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
74.01954331150226
],
[
-129.375,
74.01954331150226
],
[
-129.375,
75.49715731893085
],
[
-135,
75.49715731893085
],
[
-135,
74.01954331150226
]
]
]
},
"properties": {
"key": "003022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
72.39570570653261
],
[
-129.375,
72.39570570653261
],
[
-129.375,
74.01954331150226
],
[
-135,
74.01954331150226
],
[
-135,
72.39570570653261
]
]
]
},
"properties": {
"key": "003200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
70.61261423801925
],
[
-129.375,
70.61261423801925
],
[
-129.375,
72.39570570653261
],
[
-135,
72.39570570653261
],
[
-135,
70.61261423801925
]
]
]
},
"properties": {
"key": "003202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
68.65655498475736
],
[
-129.375,
68.65655498475736
],
[
-129.375,
70.61261423801925
],
[
-135,
70.61261423801925
],
[
-135,
68.65655498475736
]
]
]
},
"properties": {
"key": "003220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
66.51326044311186
],
[
-129.375,
66.51326044311186
],
[
-129.375,
68.65655498475736
],
[
-135,
68.65655498475736
],
[
-135,
66.51326044311186
]
]
]
},
"properties": {
"key": "003222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
64.16810689799154
],
[
-129.375,
64.16810689799154
],
[
-129.375,
66.51326044311186
],
[
-135,
66.51326044311186
],
[
-135,
64.16810689799154
]
]
]
},
"properties": {
"key": "021000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
61.60639637138627
],
[
-129.375,
61.60639637138627
],
[
-129.375,
64.16810689799154
],
[
-135,
64.16810689799154
],
[
-135,
61.60639637138627
]
]
]
},
"properties": {
"key": "021002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
58.81374171570782
],
[
-129.375,
58.81374171570782
],
[
-129.375,
61.60639637138627
],
[
-135,
61.60639637138627
],
[
-135,
58.81374171570782
]
]
]
},
"properties": {
"key": "021020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
55.77657301866769
],
[
-129.375,
55.77657301866769
],
[
-129.375,
58.81374171570782
],
[
-135,
58.81374171570782
],
[
-135,
55.77657301866769
]
]
]
},
"properties": {
"key": "021022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
52.48278022207821
],
[
-129.375,
52.48278022207821
],
[
-129.375,
55.77657301866769
],
[
-135,
55.77657301866769
],
[
-135,
52.48278022207821
]
]
]
},
"properties": {
"key": "021200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
48.92249926375825
],
[
-129.375,
48.92249926375825
],
[
-129.375,
52.48278022207821
],
[
-135,
52.48278022207821
],
[
-135,
48.92249926375825
]
]
]
},
"properties": {
"key": "021202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
45.08903556483103
],
[
-129.375,
45.08903556483103
],
[
-129.375,
48.92249926375825
],
[
-135,
48.92249926375825
],
[
-135,
45.08903556483103
]
]
]
},
"properties": {
"key": "021220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
40.97989806962013
],
[
-129.375,
40.97989806962013
],
[
-129.375,
45.08903556483103
],
[
-135,
45.08903556483103
],
[
-135,
40.97989806962013
]
]
]
},
"properties": {
"key": "021222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
36.5978891330702
],
[
-129.375,
36.5978891330702
],
[
-129.375,
40.97989806962013
],
[
-135,
40.97989806962013
],
[
-135,
36.5978891330702
]
]
]
},
"properties": {
"key": "023000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
31.952162238024954
],
[
-129.375,
31.952162238024954
],
[
-129.375,
36.5978891330702
],
[
-135,
36.5978891330702
],
[
-135,
31.952162238024954
]
]
]
},
"properties": {
"key": "023002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
27.05912578437406
],
[
-129.375,
27.05912578437406
],
[
-129.375,
31.952162238024954
],
[
-135,
31.952162238024954
],
[
-135,
27.05912578437406
]
]
]
},
"properties": {
"key": "023020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
21.943045533438177
],
[
-129.375,
21.943045533438177
],
[
-129.375,
27.05912578437406
],
[
-135,
27.05912578437406
],
[
-135,
21.943045533438177
]
]
]
},
"properties": {
"key": "023022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
16.63619187839765
],
[
-129.375,
16.63619187839765
],
[
-129.375,
21.943045533438177
],
[
-135,
21.943045533438177
],
[
-135,
16.63619187839765
]
]
]
},
"properties": {
"key": "023200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
11.178401873711792
],
[
-129.375,
11.178401873711792
],
[
-129.375,
16.63619187839765
],
[
-135,
16.63619187839765
],
[
-135,
11.178401873711792
]
]
]
},
"properties": {
"key": "023202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
5.615985819155337
],
[
-129.375,
5.615985819155337
],
[
-129.375,
11.178401873711792
],
[
-135,
11.178401873711792
],
[
-135,
5.615985819155337
]
]
]
},
"properties": {
"key": "023220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-135,
0
],
[
-129.375,
0
],
[
-129.375,
5.615985819155337
],
[
-135,
5.615985819155337
],
[
-135,
0
]
]
]
},
"properties": {
"key": "023222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
84.54136107313408
],
[
-123.75,
84.54136107313408
],
[
-123.75,
85.0511287798066
],
[
-129.375,
85.0511287798066
],
[
-129.375,
84.54136107313408
]
]
]
},
"properties": {
"key": "001001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
83.97925949886205
],
[
-123.75,
83.97925949886205
],
[
-123.75,
84.54136107313408
],
[
-129.375,
84.54136107313408
],
[
-129.375,
83.97925949886205
]
]
]
},
"properties": {
"key": "001003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
83.35951133035451
],
[
-123.75,
83.35951133035451
],
[
-123.75,
83.97925949886205
],
[
-129.375,
83.97925949886205
],
[
-129.375,
83.35951133035451
]
]
]
},
"properties": {
"key": "001021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
82.67628497834903
],
[
-123.75,
82.67628497834903
],
[
-123.75,
83.35951133035451
],
[
-129.375,
83.35951133035451
],
[
-129.375,
82.67628497834903
]
]
]
},
"properties": {
"key": "001023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
81.92318632602198
],
[
-123.75,
81.92318632602198
],
[
-123.75,
82.67628497834903
],
[
-129.375,
82.67628497834903
],
[
-129.375,
81.92318632602198
]
]
]
},
"properties": {
"key": "001201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
81.09321385260839
],
[
-123.75,
81.09321385260839
],
[
-123.75,
81.92318632602198
],
[
-129.375,
81.92318632602198
],
[
-129.375,
81.09321385260839
]
]
]
},
"properties": {
"key": "001203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
80.17871349622823
],
[
-123.75,
80.17871349622823
],
[
-123.75,
81.09321385260839
],
[
-129.375,
81.09321385260839
],
[
-129.375,
80.17871349622823
]
]
]
},
"properties": {
"key": "001221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
79.17133464081945
],
[
-123.75,
79.17133464081945
],
[
-123.75,
80.17871349622823
],
[
-129.375,
80.17871349622823
],
[
-129.375,
79.17133464081945
]
]
]
},
"properties": {
"key": "001223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
78.06198918665974
],
[
-123.75,
78.06198918665974
],
[
-123.75,
79.17133464081945
],
[
-129.375,
79.17133464081945
],
[
-129.375,
78.06198918665974
]
]
]
},
"properties": {
"key": "003001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
76.84081641443098
],
[
-123.75,
76.84081641443098
],
[
-123.75,
78.06198918665974
],
[
-129.375,
78.06198918665974
],
[
-129.375,
76.84081641443098
]
]
]
},
"properties": {
"key": "003003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
75.49715731893085
],
[
-123.75,
75.49715731893085
],
[
-123.75,
76.84081641443098
],
[
-129.375,
76.84081641443098
],
[
-129.375,
75.49715731893085
]
]
]
},
"properties": {
"key": "003021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
74.01954331150226
],
[
-123.75,
74.01954331150226
],
[
-123.75,
75.49715731893085
],
[
-129.375,
75.49715731893085
],
[
-129.375,
74.01954331150226
]
]
]
},
"properties": {
"key": "003023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
72.39570570653261
],
[
-123.75,
72.39570570653261
],
[
-123.75,
74.01954331150226
],
[
-129.375,
74.01954331150226
],
[
-129.375,
72.39570570653261
]
]
]
},
"properties": {
"key": "003201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
70.61261423801925
],
[
-123.75,
70.61261423801925
],
[
-123.75,
72.39570570653261
],
[
-129.375,
72.39570570653261
],
[
-129.375,
70.61261423801925
]
]
]
},
"properties": {
"key": "003203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
68.65655498475736
],
[
-123.75,
68.65655498475736
],
[
-123.75,
70.61261423801925
],
[
-129.375,
70.61261423801925
],
[
-129.375,
68.65655498475736
]
]
]
},
"properties": {
"key": "003221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
66.51326044311186
],
[
-123.75,
66.51326044311186
],
[
-123.75,
68.65655498475736
],
[
-129.375,
68.65655498475736
],
[
-129.375,
66.51326044311186
]
]
]
},
"properties": {
"key": "003223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
64.16810689799154
],
[
-123.75,
64.16810689799154
],
[
-123.75,
66.51326044311186
],
[
-129.375,
66.51326044311186
],
[
-129.375,
64.16810689799154
]
]
]
},
"properties": {
"key": "021001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
61.60639637138627
],
[
-123.75,
61.60639637138627
],
[
-123.75,
64.16810689799154
],
[
-129.375,
64.16810689799154
],
[
-129.375,
61.60639637138627
]
]
]
},
"properties": {
"key": "021003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
58.81374171570782
],
[
-123.75,
58.81374171570782
],
[
-123.75,
61.60639637138627
],
[
-129.375,
61.60639637138627
],
[
-129.375,
58.81374171570782
]
]
]
},
"properties": {
"key": "021021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
55.77657301866769
],
[
-123.75,
55.77657301866769
],
[
-123.75,
58.81374171570782
],
[
-129.375,
58.81374171570782
],
[
-129.375,
55.77657301866769
]
]
]
},
"properties": {
"key": "021023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
52.48278022207821
],
[
-123.75,
52.48278022207821
],
[
-123.75,
55.77657301866769
],
[
-129.375,
55.77657301866769
],
[
-129.375,
52.48278022207821
]
]
]
},
"properties": {
"key": "021201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
48.92249926375825
],
[
-123.75,
48.92249926375825
],
[
-123.75,
52.48278022207821
],
[
-129.375,
52.48278022207821
],
[
-129.375,
48.92249926375825
]
]
]
},
"properties": {
"key": "021203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
45.08903556483103
],
[
-123.75,
45.08903556483103
],
[
-123.75,
48.92249926375825
],
[
-129.375,
48.92249926375825
],
[
-129.375,
45.08903556483103
]
]
]
},
"properties": {
"key": "021221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
40.97989806962013
],
[
-123.75,
40.97989806962013
],
[
-123.75,
45.08903556483103
],
[
-129.375,
45.08903556483103
],
[
-129.375,
40.97989806962013
]
]
]
},
"properties": {
"key": "021223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
36.5978891330702
],
[
-123.75,
36.5978891330702
],
[
-123.75,
40.97989806962013
],
[
-129.375,
40.97989806962013
],
[
-129.375,
36.5978891330702
]
]
]
},
"properties": {
"key": "023001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
31.952162238024954
],
[
-123.75,
31.952162238024954
],
[
-123.75,
36.5978891330702
],
[
-129.375,
36.5978891330702
],
[
-129.375,
31.952162238024954
]
]
]
},
"properties": {
"key": "023003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
27.05912578437406
],
[
-123.75,
27.05912578437406
],
[
-123.75,
31.952162238024954
],
[
-129.375,
31.952162238024954
],
[
-129.375,
27.05912578437406
]
]
]
},
"properties": {
"key": "023021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
21.943045533438177
],
[
-123.75,
21.943045533438177
],
[
-123.75,
27.05912578437406
],
[
-129.375,
27.05912578437406
],
[
-129.375,
21.943045533438177
]
]
]
},
"properties": {
"key": "023023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
16.63619187839765
],
[
-123.75,
16.63619187839765
],
[
-123.75,
21.943045533438177
],
[
-129.375,
21.943045533438177
],
[
-129.375,
16.63619187839765
]
]
]
},
"properties": {
"key": "023201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
11.178401873711792
],
[
-123.75,
11.178401873711792
],
[
-123.75,
16.63619187839765
],
[
-129.375,
16.63619187839765
],
[
-129.375,
11.178401873711792
]
]
]
},
"properties": {
"key": "023203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
5.615985819155337
],
[
-123.75,
5.615985819155337
],
[
-123.75,
11.178401873711792
],
[
-129.375,
11.178401873711792
],
[
-129.375,
5.615985819155337
]
]
]
},
"properties": {
"key": "023221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.375,
0
],
[
-123.75,
0
],
[
-123.75,
5.615985819155337
],
[
-129.375,
5.615985819155337
],
[
-129.375,
0
]
]
]
},
"properties": {
"key": "023223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
84.54136107313408
],
[
-118.125,
84.54136107313408
],
[
-118.125,
85.0511287798066
],
[
-123.75,
85.0511287798066
],
[
-123.75,
84.54136107313408
]
]
]
},
"properties": {
"key": "001010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
83.97925949886205
],
[
-118.125,
83.97925949886205
],
[
-118.125,
84.54136107313408
],
[
-123.75,
84.54136107313408
],
[
-123.75,
83.97925949886205
]
]
]
},
"properties": {
"key": "001012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
83.35951133035451
],
[
-118.125,
83.35951133035451
],
[
-118.125,
83.97925949886205
],
[
-123.75,
83.97925949886205
],
[
-123.75,
83.35951133035451
]
]
]
},
"properties": {
"key": "001030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
82.67628497834903
],
[
-118.125,
82.67628497834903
],
[
-118.125,
83.35951133035451
],
[
-123.75,
83.35951133035451
],
[
-123.75,
82.67628497834903
]
]
]
},
"properties": {
"key": "001032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
81.92318632602198
],
[
-118.125,
81.92318632602198
],
[
-118.125,
82.67628497834903
],
[
-123.75,
82.67628497834903
],
[
-123.75,
81.92318632602198
]
]
]
},
"properties": {
"key": "001210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
81.09321385260839
],
[
-118.125,
81.09321385260839
],
[
-118.125,
81.92318632602198
],
[
-123.75,
81.92318632602198
],
[
-123.75,
81.09321385260839
]
]
]
},
"properties": {
"key": "001212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
80.17871349622823
],
[
-118.125,
80.17871349622823
],
[
-118.125,
81.09321385260839
],
[
-123.75,
81.09321385260839
],
[
-123.75,
80.17871349622823
]
]
]
},
"properties": {
"key": "001230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
79.17133464081945
],
[
-118.125,
79.17133464081945
],
[
-118.125,
80.17871349622823
],
[
-123.75,
80.17871349622823
],
[
-123.75,
79.17133464081945
]
]
]
},
"properties": {
"key": "001232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
78.06198918665974
],
[
-118.125,
78.06198918665974
],
[
-118.125,
79.17133464081945
],
[
-123.75,
79.17133464081945
],
[
-123.75,
78.06198918665974
]
]
]
},
"properties": {
"key": "003010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
76.84081641443098
],
[
-118.125,
76.84081641443098
],
[
-118.125,
78.06198918665974
],
[
-123.75,
78.06198918665974
],
[
-123.75,
76.84081641443098
]
]
]
},
"properties": {
"key": "003012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
75.49715731893085
],
[
-118.125,
75.49715731893085
],
[
-118.125,
76.84081641443098
],
[
-123.75,
76.84081641443098
],
[
-123.75,
75.49715731893085
]
]
]
},
"properties": {
"key": "003030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
74.01954331150226
],
[
-118.125,
74.01954331150226
],
[
-118.125,
75.49715731893085
],
[
-123.75,
75.49715731893085
],
[
-123.75,
74.01954331150226
]
]
]
},
"properties": {
"key": "003032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
72.39570570653261
],
[
-118.125,
72.39570570653261
],
[
-118.125,
74.01954331150226
],
[
-123.75,
74.01954331150226
],
[
-123.75,
72.39570570653261
]
]
]
},
"properties": {
"key": "003210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
70.61261423801925
],
[
-118.125,
70.61261423801925
],
[
-118.125,
72.39570570653261
],
[
-123.75,
72.39570570653261
],
[
-123.75,
70.61261423801925
]
]
]
},
"properties": {
"key": "003212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
68.65655498475736
],
[
-118.125,
68.65655498475736
],
[
-118.125,
70.61261423801925
],
[
-123.75,
70.61261423801925
],
[
-123.75,
68.65655498475736
]
]
]
},
"properties": {
"key": "003230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
66.51326044311186
],
[
-118.125,
66.51326044311186
],
[
-118.125,
68.65655498475736
],
[
-123.75,
68.65655498475736
],
[
-123.75,
66.51326044311186
]
]
]
},
"properties": {
"key": "003232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
64.16810689799154
],
[
-118.125,
64.16810689799154
],
[
-118.125,
66.51326044311186
],
[
-123.75,
66.51326044311186
],
[
-123.75,
64.16810689799154
]
]
]
},
"properties": {
"key": "021010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
61.60639637138627
],
[
-118.125,
61.60639637138627
],
[
-118.125,
64.16810689799154
],
[
-123.75,
64.16810689799154
],
[
-123.75,
61.60639637138627
]
]
]
},
"properties": {
"key": "021012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
58.81374171570782
],
[
-118.125,
58.81374171570782
],
[
-118.125,
61.60639637138627
],
[
-123.75,
61.60639637138627
],
[
-123.75,
58.81374171570782
]
]
]
},
"properties": {
"key": "021030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
55.77657301866769
],
[
-118.125,
55.77657301866769
],
[
-118.125,
58.81374171570782
],
[
-123.75,
58.81374171570782
],
[
-123.75,
55.77657301866769
]
]
]
},
"properties": {
"key": "021032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
52.48278022207821
],
[
-118.125,
52.48278022207821
],
[
-118.125,
55.77657301866769
],
[
-123.75,
55.77657301866769
],
[
-123.75,
52.48278022207821
]
]
]
},
"properties": {
"key": "021210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
48.92249926375825
],
[
-118.125,
48.92249926375825
],
[
-118.125,
52.48278022207821
],
[
-123.75,
52.48278022207821
],
[
-123.75,
48.92249926375825
]
]
]
},
"properties": {
"key": "021212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
45.08903556483103
],
[
-118.125,
45.08903556483103
],
[
-118.125,
48.92249926375825
],
[
-123.75,
48.92249926375825
],
[
-123.75,
45.08903556483103
]
]
]
},
"properties": {
"key": "021230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
40.97989806962013
],
[
-118.125,
40.97989806962013
],
[
-118.125,
45.08903556483103
],
[
-123.75,
45.08903556483103
],
[
-123.75,
40.97989806962013
]
]
]
},
"properties": {
"key": "021232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
36.5978891330702
],
[
-118.125,
36.5978891330702
],
[
-118.125,
40.97989806962013
],
[
-123.75,
40.97989806962013
],
[
-123.75,
36.5978891330702
]
]
]
},
"properties": {
"key": "023010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
31.952162238024954
],
[
-118.125,
31.952162238024954
],
[
-118.125,
36.5978891330702
],
[
-123.75,
36.5978891330702
],
[
-123.75,
31.952162238024954
]
]
]
},
"properties": {
"key": "023012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
27.05912578437406
],
[
-118.125,
27.05912578437406
],
[
-118.125,
31.952162238024954
],
[
-123.75,
31.952162238024954
],
[
-123.75,
27.05912578437406
]
]
]
},
"properties": {
"key": "023030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
21.943045533438177
],
[
-118.125,
21.943045533438177
],
[
-118.125,
27.05912578437406
],
[
-123.75,
27.05912578437406
],
[
-123.75,
21.943045533438177
]
]
]
},
"properties": {
"key": "023032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
16.63619187839765
],
[
-118.125,
16.63619187839765
],
[
-118.125,
21.943045533438177
],
[
-123.75,
21.943045533438177
],
[
-123.75,
16.63619187839765
]
]
]
},
"properties": {
"key": "023210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
11.178401873711792
],
[
-118.125,
11.178401873711792
],
[
-118.125,
16.63619187839765
],
[
-123.75,
16.63619187839765
],
[
-123.75,
11.178401873711792
]
]
]
},
"properties": {
"key": "023212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
5.615985819155337
],
[
-118.125,
5.615985819155337
],
[
-118.125,
11.178401873711792
],
[
-123.75,
11.178401873711792
],
[
-123.75,
5.615985819155337
]
]
]
},
"properties": {
"key": "023230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-123.75,
0
],
[
-118.125,
0
],
[
-118.125,
5.615985819155337
],
[
-123.75,
5.615985819155337
],
[
-123.75,
0
]
]
]
},
"properties": {
"key": "023232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
84.54136107313408
],
[
-112.5,
84.54136107313408
],
[
-112.5,
85.0511287798066
],
[
-118.125,
85.0511287798066
],
[
-118.125,
84.54136107313408
]
]
]
},
"properties": {
"key": "001011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
83.97925949886205
],
[
-112.5,
83.97925949886205
],
[
-112.5,
84.54136107313408
],
[
-118.125,
84.54136107313408
],
[
-118.125,
83.97925949886205
]
]
]
},
"properties": {
"key": "001013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
83.35951133035451
],
[
-112.5,
83.35951133035451
],
[
-112.5,
83.97925949886205
],
[
-118.125,
83.97925949886205
],
[
-118.125,
83.35951133035451
]
]
]
},
"properties": {
"key": "001031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
82.67628497834903
],
[
-112.5,
82.67628497834903
],
[
-112.5,
83.35951133035451
],
[
-118.125,
83.35951133035451
],
[
-118.125,
82.67628497834903
]
]
]
},
"properties": {
"key": "001033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
81.92318632602198
],
[
-112.5,
81.92318632602198
],
[
-112.5,
82.67628497834903
],
[
-118.125,
82.67628497834903
],
[
-118.125,
81.92318632602198
]
]
]
},
"properties": {
"key": "001211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
81.09321385260839
],
[
-112.5,
81.09321385260839
],
[
-112.5,
81.92318632602198
],
[
-118.125,
81.92318632602198
],
[
-118.125,
81.09321385260839
]
]
]
},
"properties": {
"key": "001213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
80.17871349622823
],
[
-112.5,
80.17871349622823
],
[
-112.5,
81.09321385260839
],
[
-118.125,
81.09321385260839
],
[
-118.125,
80.17871349622823
]
]
]
},
"properties": {
"key": "001231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
79.17133464081945
],
[
-112.5,
79.17133464081945
],
[
-112.5,
80.17871349622823
],
[
-118.125,
80.17871349622823
],
[
-118.125,
79.17133464081945
]
]
]
},
"properties": {
"key": "001233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
78.06198918665974
],
[
-112.5,
78.06198918665974
],
[
-112.5,
79.17133464081945
],
[
-118.125,
79.17133464081945
],
[
-118.125,
78.06198918665974
]
]
]
},
"properties": {
"key": "003011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
76.84081641443098
],
[
-112.5,
76.84081641443098
],
[
-112.5,
78.06198918665974
],
[
-118.125,
78.06198918665974
],
[
-118.125,
76.84081641443098
]
]
]
},
"properties": {
"key": "003013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
75.49715731893085
],
[
-112.5,
75.49715731893085
],
[
-112.5,
76.84081641443098
],
[
-118.125,
76.84081641443098
],
[
-118.125,
75.49715731893085
]
]
]
},
"properties": {
"key": "003031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
74.01954331150226
],
[
-112.5,
74.01954331150226
],
[
-112.5,
75.49715731893085
],
[
-118.125,
75.49715731893085
],
[
-118.125,
74.01954331150226
]
]
]
},
"properties": {
"key": "003033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
72.39570570653261
],
[
-112.5,
72.39570570653261
],
[
-112.5,
74.01954331150226
],
[
-118.125,
74.01954331150226
],
[
-118.125,
72.39570570653261
]
]
]
},
"properties": {
"key": "003211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
70.61261423801925
],
[
-112.5,
70.61261423801925
],
[
-112.5,
72.39570570653261
],
[
-118.125,
72.39570570653261
],
[
-118.125,
70.61261423801925
]
]
]
},
"properties": {
"key": "003213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
68.65655498475736
],
[
-112.5,
68.65655498475736
],
[
-112.5,
70.61261423801925
],
[
-118.125,
70.61261423801925
],
[
-118.125,
68.65655498475736
]
]
]
},
"properties": {
"key": "003231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
66.51326044311186
],
[
-112.5,
66.51326044311186
],
[
-112.5,
68.65655498475736
],
[
-118.125,
68.65655498475736
],
[
-118.125,
66.51326044311186
]
]
]
},
"properties": {
"key": "003233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
64.16810689799154
],
[
-112.5,
64.16810689799154
],
[
-112.5,
66.51326044311186
],
[
-118.125,
66.51326044311186
],
[
-118.125,
64.16810689799154
]
]
]
},
"properties": {
"key": "021011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
61.60639637138627
],
[
-112.5,
61.60639637138627
],
[
-112.5,
64.16810689799154
],
[
-118.125,
64.16810689799154
],
[
-118.125,
61.60639637138627
]
]
]
},
"properties": {
"key": "021013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
58.81374171570782
],
[
-112.5,
58.81374171570782
],
[
-112.5,
61.60639637138627
],
[
-118.125,
61.60639637138627
],
[
-118.125,
58.81374171570782
]
]
]
},
"properties": {
"key": "021031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
55.77657301866769
],
[
-112.5,
55.77657301866769
],
[
-112.5,
58.81374171570782
],
[
-118.125,
58.81374171570782
],
[
-118.125,
55.77657301866769
]
]
]
},
"properties": {
"key": "021033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
52.48278022207821
],
[
-112.5,
52.48278022207821
],
[
-112.5,
55.77657301866769
],
[
-118.125,
55.77657301866769
],
[
-118.125,
52.48278022207821
]
]
]
},
"properties": {
"key": "021211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
48.92249926375825
],
[
-112.5,
48.92249926375825
],
[
-112.5,
52.48278022207821
],
[
-118.125,
52.48278022207821
],
[
-118.125,
48.92249926375825
]
]
]
},
"properties": {
"key": "021213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
45.08903556483103
],
[
-112.5,
45.08903556483103
],
[
-112.5,
48.92249926375825
],
[
-118.125,
48.92249926375825
],
[
-118.125,
45.08903556483103
]
]
]
},
"properties": {
"key": "021231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
40.97989806962013
],
[
-112.5,
40.97989806962013
],
[
-112.5,
45.08903556483103
],
[
-118.125,
45.08903556483103
],
[
-118.125,
40.97989806962013
]
]
]
},
"properties": {
"key": "021233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
36.5978891330702
],
[
-112.5,
36.5978891330702
],
[
-112.5,
40.97989806962013
],
[
-118.125,
40.97989806962013
],
[
-118.125,
36.5978891330702
]
]
]
},
"properties": {
"key": "023011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
31.952162238024954
],
[
-112.5,
31.952162238024954
],
[
-112.5,
36.5978891330702
],
[
-118.125,
36.5978891330702
],
[
-118.125,
31.952162238024954
]
]
]
},
"properties": {
"key": "023013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
27.05912578437406
],
[
-112.5,
27.05912578437406
],
[
-112.5,
31.952162238024954
],
[
-118.125,
31.952162238024954
],
[
-118.125,
27.05912578437406
]
]
]
},
"properties": {
"key": "023031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
21.943045533438177
],
[
-112.5,
21.943045533438177
],
[
-112.5,
27.05912578437406
],
[
-118.125,
27.05912578437406
],
[
-118.125,
21.943045533438177
]
]
]
},
"properties": {
"key": "023033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
16.63619187839765
],
[
-112.5,
16.63619187839765
],
[
-112.5,
21.943045533438177
],
[
-118.125,
21.943045533438177
],
[
-118.125,
16.63619187839765
]
]
]
},
"properties": {
"key": "023211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
11.178401873711792
],
[
-112.5,
11.178401873711792
],
[
-112.5,
16.63619187839765
],
[
-118.125,
16.63619187839765
],
[
-118.125,
11.178401873711792
]
]
]
},
"properties": {
"key": "023213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
5.615985819155337
],
[
-112.5,
5.615985819155337
],
[
-112.5,
11.178401873711792
],
[
-118.125,
11.178401873711792
],
[
-118.125,
5.615985819155337
]
]
]
},
"properties": {
"key": "023231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.125,
0
],
[
-112.5,
0
],
[
-112.5,
5.615985819155337
],
[
-118.125,
5.615985819155337
],
[
-118.125,
0
]
]
]
},
"properties": {
"key": "023233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
84.54136107313408
],
[
-106.875,
84.54136107313408
],
[
-106.875,
85.0511287798066
],
[
-112.5,
85.0511287798066
],
[
-112.5,
84.54136107313408
]
]
]
},
"properties": {
"key": "001100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
83.97925949886205
],
[
-106.875,
83.97925949886205
],
[
-106.875,
84.54136107313408
],
[
-112.5,
84.54136107313408
],
[
-112.5,
83.97925949886205
]
]
]
},
"properties": {
"key": "001102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
83.35951133035451
],
[
-106.875,
83.35951133035451
],
[
-106.875,
83.97925949886205
],
[
-112.5,
83.97925949886205
],
[
-112.5,
83.35951133035451
]
]
]
},
"properties": {
"key": "001120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
82.67628497834903
],
[
-106.875,
82.67628497834903
],
[
-106.875,
83.35951133035451
],
[
-112.5,
83.35951133035451
],
[
-112.5,
82.67628497834903
]
]
]
},
"properties": {
"key": "001122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
81.92318632602198
],
[
-106.875,
81.92318632602198
],
[
-106.875,
82.67628497834903
],
[
-112.5,
82.67628497834903
],
[
-112.5,
81.92318632602198
]
]
]
},
"properties": {
"key": "001300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
81.09321385260839
],
[
-106.875,
81.09321385260839
],
[
-106.875,
81.92318632602198
],
[
-112.5,
81.92318632602198
],
[
-112.5,
81.09321385260839
]
]
]
},
"properties": {
"key": "001302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
80.17871349622823
],
[
-106.875,
80.17871349622823
],
[
-106.875,
81.09321385260839
],
[
-112.5,
81.09321385260839
],
[
-112.5,
80.17871349622823
]
]
]
},
"properties": {
"key": "001320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
79.17133464081945
],
[
-106.875,
79.17133464081945
],
[
-106.875,
80.17871349622823
],
[
-112.5,
80.17871349622823
],
[
-112.5,
79.17133464081945
]
]
]
},
"properties": {
"key": "001322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
78.06198918665974
],
[
-106.875,
78.06198918665974
],
[
-106.875,
79.17133464081945
],
[
-112.5,
79.17133464081945
],
[
-112.5,
78.06198918665974
]
]
]
},
"properties": {
"key": "003100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
76.84081641443098
],
[
-106.875,
76.84081641443098
],
[
-106.875,
78.06198918665974
],
[
-112.5,
78.06198918665974
],
[
-112.5,
76.84081641443098
]
]
]
},
"properties": {
"key": "003102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
75.49715731893085
],
[
-106.875,
75.49715731893085
],
[
-106.875,
76.84081641443098
],
[
-112.5,
76.84081641443098
],
[
-112.5,
75.49715731893085
]
]
]
},
"properties": {
"key": "003120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
74.01954331150226
],
[
-106.875,
74.01954331150226
],
[
-106.875,
75.49715731893085
],
[
-112.5,
75.49715731893085
],
[
-112.5,
74.01954331150226
]
]
]
},
"properties": {
"key": "003122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
72.39570570653261
],
[
-106.875,
72.39570570653261
],
[
-106.875,
74.01954331150226
],
[
-112.5,
74.01954331150226
],
[
-112.5,
72.39570570653261
]
]
]
},
"properties": {
"key": "003300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
70.61261423801925
],
[
-106.875,
70.61261423801925
],
[
-106.875,
72.39570570653261
],
[
-112.5,
72.39570570653261
],
[
-112.5,
70.61261423801925
]
]
]
},
"properties": {
"key": "003302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
68.65655498475736
],
[
-106.875,
68.65655498475736
],
[
-106.875,
70.61261423801925
],
[
-112.5,
70.61261423801925
],
[
-112.5,
68.65655498475736
]
]
]
},
"properties": {
"key": "003320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
66.51326044311186
],
[
-106.875,
66.51326044311186
],
[
-106.875,
68.65655498475736
],
[
-112.5,
68.65655498475736
],
[
-112.5,
66.51326044311186
]
]
]
},
"properties": {
"key": "003322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
64.16810689799154
],
[
-106.875,
64.16810689799154
],
[
-106.875,
66.51326044311186
],
[
-112.5,
66.51326044311186
],
[
-112.5,
64.16810689799154
]
]
]
},
"properties": {
"key": "021100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
61.60639637138627
],
[
-106.875,
61.60639637138627
],
[
-106.875,
64.16810689799154
],
[
-112.5,
64.16810689799154
],
[
-112.5,
61.60639637138627
]
]
]
},
"properties": {
"key": "021102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
58.81374171570782
],
[
-106.875,
58.81374171570782
],
[
-106.875,
61.60639637138627
],
[
-112.5,
61.60639637138627
],
[
-112.5,
58.81374171570782
]
]
]
},
"properties": {
"key": "021120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
55.77657301866769
],
[
-106.875,
55.77657301866769
],
[
-106.875,
58.81374171570782
],
[
-112.5,
58.81374171570782
],
[
-112.5,
55.77657301866769
]
]
]
},
"properties": {
"key": "021122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
52.48278022207821
],
[
-106.875,
52.48278022207821
],
[
-106.875,
55.77657301866769
],
[
-112.5,
55.77657301866769
],
[
-112.5,
52.48278022207821
]
]
]
},
"properties": {
"key": "021300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
48.92249926375825
],
[
-106.875,
48.92249926375825
],
[
-106.875,
52.48278022207821
],
[
-112.5,
52.48278022207821
],
[
-112.5,
48.92249926375825
]
]
]
},
"properties": {
"key": "021302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
45.08903556483103
],
[
-106.875,
45.08903556483103
],
[
-106.875,
48.92249926375825
],
[
-112.5,
48.92249926375825
],
[
-112.5,
45.08903556483103
]
]
]
},
"properties": {
"key": "021320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
40.97989806962013
],
[
-106.875,
40.97989806962013
],
[
-106.875,
45.08903556483103
],
[
-112.5,
45.08903556483103
],
[
-112.5,
40.97989806962013
]
]
]
},
"properties": {
"key": "021322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
36.5978891330702
],
[
-106.875,
36.5978891330702
],
[
-106.875,
40.97989806962013
],
[
-112.5,
40.97989806962013
],
[
-112.5,
36.5978891330702
]
]
]
},
"properties": {
"key": "023100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
31.952162238024954
],
[
-106.875,
31.952162238024954
],
[
-106.875,
36.5978891330702
],
[
-112.5,
36.5978891330702
],
[
-112.5,
31.952162238024954
]
]
]
},
"properties": {
"key": "023102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
27.05912578437406
],
[
-106.875,
27.05912578437406
],
[
-106.875,
31.952162238024954
],
[
-112.5,
31.952162238024954
],
[
-112.5,
27.05912578437406
]
]
]
},
"properties": {
"key": "023120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
21.943045533438177
],
[
-106.875,
21.943045533438177
],
[
-106.875,
27.05912578437406
],
[
-112.5,
27.05912578437406
],
[
-112.5,
21.943045533438177
]
]
]
},
"properties": {
"key": "023122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
16.63619187839765
],
[
-106.875,
16.63619187839765
],
[
-106.875,
21.943045533438177
],
[
-112.5,
21.943045533438177
],
[
-112.5,
16.63619187839765
]
]
]
},
"properties": {
"key": "023300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
11.178401873711792
],
[
-106.875,
11.178401873711792
],
[
-106.875,
16.63619187839765
],
[
-112.5,
16.63619187839765
],
[
-112.5,
11.178401873711792
]
]
]
},
"properties": {
"key": "023302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
5.615985819155337
],
[
-106.875,
5.615985819155337
],
[
-106.875,
11.178401873711792
],
[
-112.5,
11.178401873711792
],
[
-112.5,
5.615985819155337
]
]
]
},
"properties": {
"key": "023320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-112.5,
0
],
[
-106.875,
0
],
[
-106.875,
5.615985819155337
],
[
-112.5,
5.615985819155337
],
[
-112.5,
0
]
]
]
},
"properties": {
"key": "023322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
84.54136107313408
],
[
-101.25,
84.54136107313408
],
[
-101.25,
85.0511287798066
],
[
-106.875,
85.0511287798066
],
[
-106.875,
84.54136107313408
]
]
]
},
"properties": {
"key": "001101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
83.97925949886205
],
[
-101.25,
83.97925949886205
],
[
-101.25,
84.54136107313408
],
[
-106.875,
84.54136107313408
],
[
-106.875,
83.97925949886205
]
]
]
},
"properties": {
"key": "001103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
83.35951133035451
],
[
-101.25,
83.35951133035451
],
[
-101.25,
83.97925949886205
],
[
-106.875,
83.97925949886205
],
[
-106.875,
83.35951133035451
]
]
]
},
"properties": {
"key": "001121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
82.67628497834903
],
[
-101.25,
82.67628497834903
],
[
-101.25,
83.35951133035451
],
[
-106.875,
83.35951133035451
],
[
-106.875,
82.67628497834903
]
]
]
},
"properties": {
"key": "001123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
81.92318632602198
],
[
-101.25,
81.92318632602198
],
[
-101.25,
82.67628497834903
],
[
-106.875,
82.67628497834903
],
[
-106.875,
81.92318632602198
]
]
]
},
"properties": {
"key": "001301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
81.09321385260839
],
[
-101.25,
81.09321385260839
],
[
-101.25,
81.92318632602198
],
[
-106.875,
81.92318632602198
],
[
-106.875,
81.09321385260839
]
]
]
},
"properties": {
"key": "001303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
80.17871349622823
],
[
-101.25,
80.17871349622823
],
[
-101.25,
81.09321385260839
],
[
-106.875,
81.09321385260839
],
[
-106.875,
80.17871349622823
]
]
]
},
"properties": {
"key": "001321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
79.17133464081945
],
[
-101.25,
79.17133464081945
],
[
-101.25,
80.17871349622823
],
[
-106.875,
80.17871349622823
],
[
-106.875,
79.17133464081945
]
]
]
},
"properties": {
"key": "001323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
78.06198918665974
],
[
-101.25,
78.06198918665974
],
[
-101.25,
79.17133464081945
],
[
-106.875,
79.17133464081945
],
[
-106.875,
78.06198918665974
]
]
]
},
"properties": {
"key": "003101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
76.84081641443098
],
[
-101.25,
76.84081641443098
],
[
-101.25,
78.06198918665974
],
[
-106.875,
78.06198918665974
],
[
-106.875,
76.84081641443098
]
]
]
},
"properties": {
"key": "003103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
75.49715731893085
],
[
-101.25,
75.49715731893085
],
[
-101.25,
76.84081641443098
],
[
-106.875,
76.84081641443098
],
[
-106.875,
75.49715731893085
]
]
]
},
"properties": {
"key": "003121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
74.01954331150226
],
[
-101.25,
74.01954331150226
],
[
-101.25,
75.49715731893085
],
[
-106.875,
75.49715731893085
],
[
-106.875,
74.01954331150226
]
]
]
},
"properties": {
"key": "003123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
72.39570570653261
],
[
-101.25,
72.39570570653261
],
[
-101.25,
74.01954331150226
],
[
-106.875,
74.01954331150226
],
[
-106.875,
72.39570570653261
]
]
]
},
"properties": {
"key": "003301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
70.61261423801925
],
[
-101.25,
70.61261423801925
],
[
-101.25,
72.39570570653261
],
[
-106.875,
72.39570570653261
],
[
-106.875,
70.61261423801925
]
]
]
},
"properties": {
"key": "003303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
68.65655498475736
],
[
-101.25,
68.65655498475736
],
[
-101.25,
70.61261423801925
],
[
-106.875,
70.61261423801925
],
[
-106.875,
68.65655498475736
]
]
]
},
"properties": {
"key": "003321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
66.51326044311186
],
[
-101.25,
66.51326044311186
],
[
-101.25,
68.65655498475736
],
[
-106.875,
68.65655498475736
],
[
-106.875,
66.51326044311186
]
]
]
},
"properties": {
"key": "003323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
64.16810689799154
],
[
-101.25,
64.16810689799154
],
[
-101.25,
66.51326044311186
],
[
-106.875,
66.51326044311186
],
[
-106.875,
64.16810689799154
]
]
]
},
"properties": {
"key": "021101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
61.60639637138627
],
[
-101.25,
61.60639637138627
],
[
-101.25,
64.16810689799154
],
[
-106.875,
64.16810689799154
],
[
-106.875,
61.60639637138627
]
]
]
},
"properties": {
"key": "021103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
58.81374171570782
],
[
-101.25,
58.81374171570782
],
[
-101.25,
61.60639637138627
],
[
-106.875,
61.60639637138627
],
[
-106.875,
58.81374171570782
]
]
]
},
"properties": {
"key": "021121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
55.77657301866769
],
[
-101.25,
55.77657301866769
],
[
-101.25,
58.81374171570782
],
[
-106.875,
58.81374171570782
],
[
-106.875,
55.77657301866769
]
]
]
},
"properties": {
"key": "021123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
52.48278022207821
],
[
-101.25,
52.48278022207821
],
[
-101.25,
55.77657301866769
],
[
-106.875,
55.77657301866769
],
[
-106.875,
52.48278022207821
]
]
]
},
"properties": {
"key": "021301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
48.92249926375825
],
[
-101.25,
48.92249926375825
],
[
-101.25,
52.48278022207821
],
[
-106.875,
52.48278022207821
],
[
-106.875,
48.92249926375825
]
]
]
},
"properties": {
"key": "021303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
45.08903556483103
],
[
-101.25,
45.08903556483103
],
[
-101.25,
48.92249926375825
],
[
-106.875,
48.92249926375825
],
[
-106.875,
45.08903556483103
]
]
]
},
"properties": {
"key": "021321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
40.97989806962013
],
[
-101.25,
40.97989806962013
],
[
-101.25,
45.08903556483103
],
[
-106.875,
45.08903556483103
],
[
-106.875,
40.97989806962013
]
]
]
},
"properties": {
"key": "021323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
36.5978891330702
],
[
-101.25,
36.5978891330702
],
[
-101.25,
40.97989806962013
],
[
-106.875,
40.97989806962013
],
[
-106.875,
36.5978891330702
]
]
]
},
"properties": {
"key": "023101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
31.952162238024954
],
[
-101.25,
31.952162238024954
],
[
-101.25,
36.5978891330702
],
[
-106.875,
36.5978891330702
],
[
-106.875,
31.952162238024954
]
]
]
},
"properties": {
"key": "023103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
27.05912578437406
],
[
-101.25,
27.05912578437406
],
[
-101.25,
31.952162238024954
],
[
-106.875,
31.952162238024954
],
[
-106.875,
27.05912578437406
]
]
]
},
"properties": {
"key": "023121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
21.943045533438177
],
[
-101.25,
21.943045533438177
],
[
-101.25,
27.05912578437406
],
[
-106.875,
27.05912578437406
],
[
-106.875,
21.943045533438177
]
]
]
},
"properties": {
"key": "023123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
16.63619187839765
],
[
-101.25,
16.63619187839765
],
[
-101.25,
21.943045533438177
],
[
-106.875,
21.943045533438177
],
[
-106.875,
16.63619187839765
]
]
]
},
"properties": {
"key": "023301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
11.178401873711792
],
[
-101.25,
11.178401873711792
],
[
-101.25,
16.63619187839765
],
[
-106.875,
16.63619187839765
],
[
-106.875,
11.178401873711792
]
]
]
},
"properties": {
"key": "023303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
5.615985819155337
],
[
-101.25,
5.615985819155337
],
[
-101.25,
11.178401873711792
],
[
-106.875,
11.178401873711792
],
[
-106.875,
5.615985819155337
]
]
]
},
"properties": {
"key": "023321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-106.875,
0
],
[
-101.25,
0
],
[
-101.25,
5.615985819155337
],
[
-106.875,
5.615985819155337
],
[
-106.875,
0
]
]
]
},
"properties": {
"key": "023323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
84.54136107313408
],
[
-95.625,
84.54136107313408
],
[
-95.625,
85.0511287798066
],
[
-101.25,
85.0511287798066
],
[
-101.25,
84.54136107313408
]
]
]
},
"properties": {
"key": "001110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
83.97925949886205
],
[
-95.625,
83.97925949886205
],
[
-95.625,
84.54136107313408
],
[
-101.25,
84.54136107313408
],
[
-101.25,
83.97925949886205
]
]
]
},
"properties": {
"key": "001112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
83.35951133035451
],
[
-95.625,
83.35951133035451
],
[
-95.625,
83.97925949886205
],
[
-101.25,
83.97925949886205
],
[
-101.25,
83.35951133035451
]
]
]
},
"properties": {
"key": "001130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
82.67628497834903
],
[
-95.625,
82.67628497834903
],
[
-95.625,
83.35951133035451
],
[
-101.25,
83.35951133035451
],
[
-101.25,
82.67628497834903
]
]
]
},
"properties": {
"key": "001132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
81.92318632602198
],
[
-95.625,
81.92318632602198
],
[
-95.625,
82.67628497834903
],
[
-101.25,
82.67628497834903
],
[
-101.25,
81.92318632602198
]
]
]
},
"properties": {
"key": "001310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
81.09321385260839
],
[
-95.625,
81.09321385260839
],
[
-95.625,
81.92318632602198
],
[
-101.25,
81.92318632602198
],
[
-101.25,
81.09321385260839
]
]
]
},
"properties": {
"key": "001312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
80.17871349622823
],
[
-95.625,
80.17871349622823
],
[
-95.625,
81.09321385260839
],
[
-101.25,
81.09321385260839
],
[
-101.25,
80.17871349622823
]
]
]
},
"properties": {
"key": "001330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
79.17133464081945
],
[
-95.625,
79.17133464081945
],
[
-95.625,
80.17871349622823
],
[
-101.25,
80.17871349622823
],
[
-101.25,
79.17133464081945
]
]
]
},
"properties": {
"key": "001332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
78.06198918665974
],
[
-95.625,
78.06198918665974
],
[
-95.625,
79.17133464081945
],
[
-101.25,
79.17133464081945
],
[
-101.25,
78.06198918665974
]
]
]
},
"properties": {
"key": "003110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
76.84081641443098
],
[
-95.625,
76.84081641443098
],
[
-95.625,
78.06198918665974
],
[
-101.25,
78.06198918665974
],
[
-101.25,
76.84081641443098
]
]
]
},
"properties": {
"key": "003112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
75.49715731893085
],
[
-95.625,
75.49715731893085
],
[
-95.625,
76.84081641443098
],
[
-101.25,
76.84081641443098
],
[
-101.25,
75.49715731893085
]
]
]
},
"properties": {
"key": "003130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
74.01954331150226
],
[
-95.625,
74.01954331150226
],
[
-95.625,
75.49715731893085
],
[
-101.25,
75.49715731893085
],
[
-101.25,
74.01954331150226
]
]
]
},
"properties": {
"key": "003132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
72.39570570653261
],
[
-95.625,
72.39570570653261
],
[
-95.625,
74.01954331150226
],
[
-101.25,
74.01954331150226
],
[
-101.25,
72.39570570653261
]
]
]
},
"properties": {
"key": "003310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
70.61261423801925
],
[
-95.625,
70.61261423801925
],
[
-95.625,
72.39570570653261
],
[
-101.25,
72.39570570653261
],
[
-101.25,
70.61261423801925
]
]
]
},
"properties": {
"key": "003312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
68.65655498475736
],
[
-95.625,
68.65655498475736
],
[
-95.625,
70.61261423801925
],
[
-101.25,
70.61261423801925
],
[
-101.25,
68.65655498475736
]
]
]
},
"properties": {
"key": "003330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
66.51326044311186
],
[
-95.625,
66.51326044311186
],
[
-95.625,
68.65655498475736
],
[
-101.25,
68.65655498475736
],
[
-101.25,
66.51326044311186
]
]
]
},
"properties": {
"key": "003332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
64.16810689799154
],
[
-95.625,
64.16810689799154
],
[
-95.625,
66.51326044311186
],
[
-101.25,
66.51326044311186
],
[
-101.25,
64.16810689799154
]
]
]
},
"properties": {
"key": "021110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
61.60639637138627
],
[
-95.625,
61.60639637138627
],
[
-95.625,
64.16810689799154
],
[
-101.25,
64.16810689799154
],
[
-101.25,
61.60639637138627
]
]
]
},
"properties": {
"key": "021112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
58.81374171570782
],
[
-95.625,
58.81374171570782
],
[
-95.625,
61.60639637138627
],
[
-101.25,
61.60639637138627
],
[
-101.25,
58.81374171570782
]
]
]
},
"properties": {
"key": "021130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
55.77657301866769
],
[
-95.625,
55.77657301866769
],
[
-95.625,
58.81374171570782
],
[
-101.25,
58.81374171570782
],
[
-101.25,
55.77657301866769
]
]
]
},
"properties": {
"key": "021132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
52.48278022207821
],
[
-95.625,
52.48278022207821
],
[
-95.625,
55.77657301866769
],
[
-101.25,
55.77657301866769
],
[
-101.25,
52.48278022207821
]
]
]
},
"properties": {
"key": "021310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
48.92249926375825
],
[
-95.625,
48.92249926375825
],
[
-95.625,
52.48278022207821
],
[
-101.25,
52.48278022207821
],
[
-101.25,
48.92249926375825
]
]
]
},
"properties": {
"key": "021312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
45.08903556483103
],
[
-95.625,
45.08903556483103
],
[
-95.625,
48.92249926375825
],
[
-101.25,
48.92249926375825
],
[
-101.25,
45.08903556483103
]
]
]
},
"properties": {
"key": "021330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
40.97989806962013
],
[
-95.625,
40.97989806962013
],
[
-95.625,
45.08903556483103
],
[
-101.25,
45.08903556483103
],
[
-101.25,
40.97989806962013
]
]
]
},
"properties": {
"key": "021332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
36.5978891330702
],
[
-95.625,
36.5978891330702
],
[
-95.625,
40.97989806962013
],
[
-101.25,
40.97989806962013
],
[
-101.25,
36.5978891330702
]
]
]
},
"properties": {
"key": "023110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
31.952162238024954
],
[
-95.625,
31.952162238024954
],
[
-95.625,
36.5978891330702
],
[
-101.25,
36.5978891330702
],
[
-101.25,
31.952162238024954
]
]
]
},
"properties": {
"key": "023112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
27.05912578437406
],
[
-95.625,
27.05912578437406
],
[
-95.625,
31.952162238024954
],
[
-101.25,
31.952162238024954
],
[
-101.25,
27.05912578437406
]
]
]
},
"properties": {
"key": "023130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
21.943045533438177
],
[
-95.625,
21.943045533438177
],
[
-95.625,
27.05912578437406
],
[
-101.25,
27.05912578437406
],
[
-101.25,
21.943045533438177
]
]
]
},
"properties": {
"key": "023132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
16.63619187839765
],
[
-95.625,
16.63619187839765
],
[
-95.625,
21.943045533438177
],
[
-101.25,
21.943045533438177
],
[
-101.25,
16.63619187839765
]
]
]
},
"properties": {
"key": "023310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
11.178401873711792
],
[
-95.625,
11.178401873711792
],
[
-95.625,
16.63619187839765
],
[
-101.25,
16.63619187839765
],
[
-101.25,
11.178401873711792
]
]
]
},
"properties": {
"key": "023312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
5.615985819155337
],
[
-95.625,
5.615985819155337
],
[
-95.625,
11.178401873711792
],
[
-101.25,
11.178401873711792
],
[
-101.25,
5.615985819155337
]
]
]
},
"properties": {
"key": "023330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-101.25,
0
],
[
-95.625,
0
],
[
-95.625,
5.615985819155337
],
[
-101.25,
5.615985819155337
],
[
-101.25,
0
]
]
]
},
"properties": {
"key": "023332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
84.54136107313408
],
[
-90,
84.54136107313408
],
[
-90,
85.0511287798066
],
[
-95.625,
85.0511287798066
],
[
-95.625,
84.54136107313408
]
]
]
},
"properties": {
"key": "001111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
83.97925949886205
],
[
-90,
83.97925949886205
],
[
-90,
84.54136107313408
],
[
-95.625,
84.54136107313408
],
[
-95.625,
83.97925949886205
]
]
]
},
"properties": {
"key": "001113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
83.35951133035451
],
[
-90,
83.35951133035451
],
[
-90,
83.97925949886205
],
[
-95.625,
83.97925949886205
],
[
-95.625,
83.35951133035451
]
]
]
},
"properties": {
"key": "001131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
82.67628497834903
],
[
-90,
82.67628497834903
],
[
-90,
83.35951133035451
],
[
-95.625,
83.35951133035451
],
[
-95.625,
82.67628497834903
]
]
]
},
"properties": {
"key": "001133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
81.92318632602198
],
[
-90,
81.92318632602198
],
[
-90,
82.67628497834903
],
[
-95.625,
82.67628497834903
],
[
-95.625,
81.92318632602198
]
]
]
},
"properties": {
"key": "001311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
81.09321385260839
],
[
-90,
81.09321385260839
],
[
-90,
81.92318632602198
],
[
-95.625,
81.92318632602198
],
[
-95.625,
81.09321385260839
]
]
]
},
"properties": {
"key": "001313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
80.17871349622823
],
[
-90,
80.17871349622823
],
[
-90,
81.09321385260839
],
[
-95.625,
81.09321385260839
],
[
-95.625,
80.17871349622823
]
]
]
},
"properties": {
"key": "001331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
79.17133464081945
],
[
-90,
79.17133464081945
],
[
-90,
80.17871349622823
],
[
-95.625,
80.17871349622823
],
[
-95.625,
79.17133464081945
]
]
]
},
"properties": {
"key": "001333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
78.06198918665974
],
[
-90,
78.06198918665974
],
[
-90,
79.17133464081945
],
[
-95.625,
79.17133464081945
],
[
-95.625,
78.06198918665974
]
]
]
},
"properties": {
"key": "003111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
76.84081641443098
],
[
-90,
76.84081641443098
],
[
-90,
78.06198918665974
],
[
-95.625,
78.06198918665974
],
[
-95.625,
76.84081641443098
]
]
]
},
"properties": {
"key": "003113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
75.49715731893085
],
[
-90,
75.49715731893085
],
[
-90,
76.84081641443098
],
[
-95.625,
76.84081641443098
],
[
-95.625,
75.49715731893085
]
]
]
},
"properties": {
"key": "003131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
74.01954331150226
],
[
-90,
74.01954331150226
],
[
-90,
75.49715731893085
],
[
-95.625,
75.49715731893085
],
[
-95.625,
74.01954331150226
]
]
]
},
"properties": {
"key": "003133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
72.39570570653261
],
[
-90,
72.39570570653261
],
[
-90,
74.01954331150226
],
[
-95.625,
74.01954331150226
],
[
-95.625,
72.39570570653261
]
]
]
},
"properties": {
"key": "003311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
70.61261423801925
],
[
-90,
70.61261423801925
],
[
-90,
72.39570570653261
],
[
-95.625,
72.39570570653261
],
[
-95.625,
70.61261423801925
]
]
]
},
"properties": {
"key": "003313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
68.65655498475736
],
[
-90,
68.65655498475736
],
[
-90,
70.61261423801925
],
[
-95.625,
70.61261423801925
],
[
-95.625,
68.65655498475736
]
]
]
},
"properties": {
"key": "003331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
66.51326044311186
],
[
-90,
66.51326044311186
],
[
-90,
68.65655498475736
],
[
-95.625,
68.65655498475736
],
[
-95.625,
66.51326044311186
]
]
]
},
"properties": {
"key": "003333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
64.16810689799154
],
[
-90,
64.16810689799154
],
[
-90,
66.51326044311186
],
[
-95.625,
66.51326044311186
],
[
-95.625,
64.16810689799154
]
]
]
},
"properties": {
"key": "021111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
61.60639637138627
],
[
-90,
61.60639637138627
],
[
-90,
64.16810689799154
],
[
-95.625,
64.16810689799154
],
[
-95.625,
61.60639637138627
]
]
]
},
"properties": {
"key": "021113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
58.81374171570782
],
[
-90,
58.81374171570782
],
[
-90,
61.60639637138627
],
[
-95.625,
61.60639637138627
],
[
-95.625,
58.81374171570782
]
]
]
},
"properties": {
"key": "021131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
55.77657301866769
],
[
-90,
55.77657301866769
],
[
-90,
58.81374171570782
],
[
-95.625,
58.81374171570782
],
[
-95.625,
55.77657301866769
]
]
]
},
"properties": {
"key": "021133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
52.48278022207821
],
[
-90,
52.48278022207821
],
[
-90,
55.77657301866769
],
[
-95.625,
55.77657301866769
],
[
-95.625,
52.48278022207821
]
]
]
},
"properties": {
"key": "021311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
48.92249926375825
],
[
-90,
48.92249926375825
],
[
-90,
52.48278022207821
],
[
-95.625,
52.48278022207821
],
[
-95.625,
48.92249926375825
]
]
]
},
"properties": {
"key": "021313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
45.08903556483103
],
[
-90,
45.08903556483103
],
[
-90,
48.92249926375825
],
[
-95.625,
48.92249926375825
],
[
-95.625,
45.08903556483103
]
]
]
},
"properties": {
"key": "021331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
40.97989806962013
],
[
-90,
40.97989806962013
],
[
-90,
45.08903556483103
],
[
-95.625,
45.08903556483103
],
[
-95.625,
40.97989806962013
]
]
]
},
"properties": {
"key": "021333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
36.5978891330702
],
[
-90,
36.5978891330702
],
[
-90,
40.97989806962013
],
[
-95.625,
40.97989806962013
],
[
-95.625,
36.5978891330702
]
]
]
},
"properties": {
"key": "023111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
31.952162238024954
],
[
-90,
31.952162238024954
],
[
-90,
36.5978891330702
],
[
-95.625,
36.5978891330702
],
[
-95.625,
31.952162238024954
]
]
]
},
"properties": {
"key": "023113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
27.05912578437406
],
[
-90,
27.05912578437406
],
[
-90,
31.952162238024954
],
[
-95.625,
31.952162238024954
],
[
-95.625,
27.05912578437406
]
]
]
},
"properties": {
"key": "023131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
21.943045533438177
],
[
-90,
21.943045533438177
],
[
-90,
27.05912578437406
],
[
-95.625,
27.05912578437406
],
[
-95.625,
21.943045533438177
]
]
]
},
"properties": {
"key": "023133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
16.63619187839765
],
[
-90,
16.63619187839765
],
[
-90,
21.943045533438177
],
[
-95.625,
21.943045533438177
],
[
-95.625,
16.63619187839765
]
]
]
},
"properties": {
"key": "023311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
11.178401873711792
],
[
-90,
11.178401873711792
],
[
-90,
16.63619187839765
],
[
-95.625,
16.63619187839765
],
[
-95.625,
11.178401873711792
]
]
]
},
"properties": {
"key": "023313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
5.615985819155337
],
[
-90,
5.615985819155337
],
[
-90,
11.178401873711792
],
[
-95.625,
11.178401873711792
],
[
-95.625,
5.615985819155337
]
]
]
},
"properties": {
"key": "023331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-95.625,
0
],
[
-90,
0
],
[
-90,
5.615985819155337
],
[
-95.625,
5.615985819155337
],
[
-95.625,
0
]
]
]
},
"properties": {
"key": "023333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
84.54136107313408
],
[
-84.375,
84.54136107313408
],
[
-84.375,
85.0511287798066
],
[
-90,
85.0511287798066
],
[
-90,
84.54136107313408
]
]
]
},
"properties": {
"key": "010000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
83.97925949886205
],
[
-84.375,
83.97925949886205
],
[
-84.375,
84.54136107313408
],
[
-90,
84.54136107313408
],
[
-90,
83.97925949886205
]
]
]
},
"properties": {
"key": "010002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
83.35951133035451
],
[
-84.375,
83.35951133035451
],
[
-84.375,
83.97925949886205
],
[
-90,
83.97925949886205
],
[
-90,
83.35951133035451
]
]
]
},
"properties": {
"key": "010020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
82.67628497834903
],
[
-84.375,
82.67628497834903
],
[
-84.375,
83.35951133035451
],
[
-90,
83.35951133035451
],
[
-90,
82.67628497834903
]
]
]
},
"properties": {
"key": "010022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
81.92318632602198
],
[
-84.375,
81.92318632602198
],
[
-84.375,
82.67628497834903
],
[
-90,
82.67628497834903
],
[
-90,
81.92318632602198
]
]
]
},
"properties": {
"key": "010200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
81.09321385260839
],
[
-84.375,
81.09321385260839
],
[
-84.375,
81.92318632602198
],
[
-90,
81.92318632602198
],
[
-90,
81.09321385260839
]
]
]
},
"properties": {
"key": "010202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
80.17871349622823
],
[
-84.375,
80.17871349622823
],
[
-84.375,
81.09321385260839
],
[
-90,
81.09321385260839
],
[
-90,
80.17871349622823
]
]
]
},
"properties": {
"key": "010220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
79.17133464081945
],
[
-84.375,
79.17133464081945
],
[
-84.375,
80.17871349622823
],
[
-90,
80.17871349622823
],
[
-90,
79.17133464081945
]
]
]
},
"properties": {
"key": "010222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
78.06198918665974
],
[
-84.375,
78.06198918665974
],
[
-84.375,
79.17133464081945
],
[
-90,
79.17133464081945
],
[
-90,
78.06198918665974
]
]
]
},
"properties": {
"key": "012000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
76.84081641443098
],
[
-84.375,
76.84081641443098
],
[
-84.375,
78.06198918665974
],
[
-90,
78.06198918665974
],
[
-90,
76.84081641443098
]
]
]
},
"properties": {
"key": "012002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
75.49715731893085
],
[
-84.375,
75.49715731893085
],
[
-84.375,
76.84081641443098
],
[
-90,
76.84081641443098
],
[
-90,
75.49715731893085
]
]
]
},
"properties": {
"key": "012020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
74.01954331150226
],
[
-84.375,
74.01954331150226
],
[
-84.375,
75.49715731893085
],
[
-90,
75.49715731893085
],
[
-90,
74.01954331150226
]
]
]
},
"properties": {
"key": "012022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
72.39570570653261
],
[
-84.375,
72.39570570653261
],
[
-84.375,
74.01954331150226
],
[
-90,
74.01954331150226
],
[
-90,
72.39570570653261
]
]
]
},
"properties": {
"key": "012200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
70.61261423801925
],
[
-84.375,
70.61261423801925
],
[
-84.375,
72.39570570653261
],
[
-90,
72.39570570653261
],
[
-90,
70.61261423801925
]
]
]
},
"properties": {
"key": "012202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
68.65655498475736
],
[
-84.375,
68.65655498475736
],
[
-84.375,
70.61261423801925
],
[
-90,
70.61261423801925
],
[
-90,
68.65655498475736
]
]
]
},
"properties": {
"key": "012220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
66.51326044311186
],
[
-84.375,
66.51326044311186
],
[
-84.375,
68.65655498475736
],
[
-90,
68.65655498475736
],
[
-90,
66.51326044311186
]
]
]
},
"properties": {
"key": "012222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
64.16810689799154
],
[
-84.375,
64.16810689799154
],
[
-84.375,
66.51326044311186
],
[
-90,
66.51326044311186
],
[
-90,
64.16810689799154
]
]
]
},
"properties": {
"key": "030000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
61.60639637138627
],
[
-84.375,
61.60639637138627
],
[
-84.375,
64.16810689799154
],
[
-90,
64.16810689799154
],
[
-90,
61.60639637138627
]
]
]
},
"properties": {
"key": "030002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
58.81374171570782
],
[
-84.375,
58.81374171570782
],
[
-84.375,
61.60639637138627
],
[
-90,
61.60639637138627
],
[
-90,
58.81374171570782
]
]
]
},
"properties": {
"key": "030020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
55.77657301866769
],
[
-84.375,
55.77657301866769
],
[
-84.375,
58.81374171570782
],
[
-90,
58.81374171570782
],
[
-90,
55.77657301866769
]
]
]
},
"properties": {
"key": "030022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
52.48278022207821
],
[
-84.375,
52.48278022207821
],
[
-84.375,
55.77657301866769
],
[
-90,
55.77657301866769
],
[
-90,
52.48278022207821
]
]
]
},
"properties": {
"key": "030200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
48.92249926375825
],
[
-84.375,
48.92249926375825
],
[
-84.375,
52.48278022207821
],
[
-90,
52.48278022207821
],
[
-90,
48.92249926375825
]
]
]
},
"properties": {
"key": "030202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
45.08903556483103
],
[
-84.375,
45.08903556483103
],
[
-84.375,
48.92249926375825
],
[
-90,
48.92249926375825
],
[
-90,
45.08903556483103
]
]
]
},
"properties": {
"key": "030220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
40.97989806962013
],
[
-84.375,
40.97989806962013
],
[
-84.375,
45.08903556483103
],
[
-90,
45.08903556483103
],
[
-90,
40.97989806962013
]
]
]
},
"properties": {
"key": "030222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
36.5978891330702
],
[
-84.375,
36.5978891330702
],
[
-84.375,
40.97989806962013
],
[
-90,
40.97989806962013
],
[
-90,
36.5978891330702
]
]
]
},
"properties": {
"key": "032000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
31.952162238024954
],
[
-84.375,
31.952162238024954
],
[
-84.375,
36.5978891330702
],
[
-90,
36.5978891330702
],
[
-90,
31.952162238024954
]
]
]
},
"properties": {
"key": "032002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
27.05912578437406
],
[
-84.375,
27.05912578437406
],
[
-84.375,
31.952162238024954
],
[
-90,
31.952162238024954
],
[
-90,
27.05912578437406
]
]
]
},
"properties": {
"key": "032020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
21.943045533438177
],
[
-84.375,
21.943045533438177
],
[
-84.375,
27.05912578437406
],
[
-90,
27.05912578437406
],
[
-90,
21.943045533438177
]
]
]
},
"properties": {
"key": "032022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
16.63619187839765
],
[
-84.375,
16.63619187839765
],
[
-84.375,
21.943045533438177
],
[
-90,
21.943045533438177
],
[
-90,
16.63619187839765
]
]
]
},
"properties": {
"key": "032200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
11.178401873711792
],
[
-84.375,
11.178401873711792
],
[
-84.375,
16.63619187839765
],
[
-90,
16.63619187839765
],
[
-90,
11.178401873711792
]
]
]
},
"properties": {
"key": "032202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
5.615985819155337
],
[
-84.375,
5.615985819155337
],
[
-84.375,
11.178401873711792
],
[
-90,
11.178401873711792
],
[
-90,
5.615985819155337
]
]
]
},
"properties": {
"key": "032220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-90,
0
],
[
-84.375,
0
],
[
-84.375,
5.615985819155337
],
[
-90,
5.615985819155337
],
[
-90,
0
]
]
]
},
"properties": {
"key": "032222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
84.54136107313408
],
[
-78.75,
84.54136107313408
],
[
-78.75,
85.0511287798066
],
[
-84.375,
85.0511287798066
],
[
-84.375,
84.54136107313408
]
]
]
},
"properties": {
"key": "010001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
83.97925949886205
],
[
-78.75,
83.97925949886205
],
[
-78.75,
84.54136107313408
],
[
-84.375,
84.54136107313408
],
[
-84.375,
83.97925949886205
]
]
]
},
"properties": {
"key": "010003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
83.35951133035451
],
[
-78.75,
83.35951133035451
],
[
-78.75,
83.97925949886205
],
[
-84.375,
83.97925949886205
],
[
-84.375,
83.35951133035451
]
]
]
},
"properties": {
"key": "010021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
82.67628497834903
],
[
-78.75,
82.67628497834903
],
[
-78.75,
83.35951133035451
],
[
-84.375,
83.35951133035451
],
[
-84.375,
82.67628497834903
]
]
]
},
"properties": {
"key": "010023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
81.92318632602198
],
[
-78.75,
81.92318632602198
],
[
-78.75,
82.67628497834903
],
[
-84.375,
82.67628497834903
],
[
-84.375,
81.92318632602198
]
]
]
},
"properties": {
"key": "010201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
81.09321385260839
],
[
-78.75,
81.09321385260839
],
[
-78.75,
81.92318632602198
],
[
-84.375,
81.92318632602198
],
[
-84.375,
81.09321385260839
]
]
]
},
"properties": {
"key": "010203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
80.17871349622823
],
[
-78.75,
80.17871349622823
],
[
-78.75,
81.09321385260839
],
[
-84.375,
81.09321385260839
],
[
-84.375,
80.17871349622823
]
]
]
},
"properties": {
"key": "010221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
79.17133464081945
],
[
-78.75,
79.17133464081945
],
[
-78.75,
80.17871349622823
],
[
-84.375,
80.17871349622823
],
[
-84.375,
79.17133464081945
]
]
]
},
"properties": {
"key": "010223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
78.06198918665974
],
[
-78.75,
78.06198918665974
],
[
-78.75,
79.17133464081945
],
[
-84.375,
79.17133464081945
],
[
-84.375,
78.06198918665974
]
]
]
},
"properties": {
"key": "012001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
76.84081641443098
],
[
-78.75,
76.84081641443098
],
[
-78.75,
78.06198918665974
],
[
-84.375,
78.06198918665974
],
[
-84.375,
76.84081641443098
]
]
]
},
"properties": {
"key": "012003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
75.49715731893085
],
[
-78.75,
75.49715731893085
],
[
-78.75,
76.84081641443098
],
[
-84.375,
76.84081641443098
],
[
-84.375,
75.49715731893085
]
]
]
},
"properties": {
"key": "012021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
74.01954331150226
],
[
-78.75,
74.01954331150226
],
[
-78.75,
75.49715731893085
],
[
-84.375,
75.49715731893085
],
[
-84.375,
74.01954331150226
]
]
]
},
"properties": {
"key": "012023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
72.39570570653261
],
[
-78.75,
72.39570570653261
],
[
-78.75,
74.01954331150226
],
[
-84.375,
74.01954331150226
],
[
-84.375,
72.39570570653261
]
]
]
},
"properties": {
"key": "012201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
70.61261423801925
],
[
-78.75,
70.61261423801925
],
[
-78.75,
72.39570570653261
],
[
-84.375,
72.39570570653261
],
[
-84.375,
70.61261423801925
]
]
]
},
"properties": {
"key": "012203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
68.65655498475736
],
[
-78.75,
68.65655498475736
],
[
-78.75,
70.61261423801925
],
[
-84.375,
70.61261423801925
],
[
-84.375,
68.65655498475736
]
]
]
},
"properties": {
"key": "012221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
66.51326044311186
],
[
-78.75,
66.51326044311186
],
[
-78.75,
68.65655498475736
],
[
-84.375,
68.65655498475736
],
[
-84.375,
66.51326044311186
]
]
]
},
"properties": {
"key": "012223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
64.16810689799154
],
[
-78.75,
64.16810689799154
],
[
-78.75,
66.51326044311186
],
[
-84.375,
66.51326044311186
],
[
-84.375,
64.16810689799154
]
]
]
},
"properties": {
"key": "030001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
61.60639637138627
],
[
-78.75,
61.60639637138627
],
[
-78.75,
64.16810689799154
],
[
-84.375,
64.16810689799154
],
[
-84.375,
61.60639637138627
]
]
]
},
"properties": {
"key": "030003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
58.81374171570782
],
[
-78.75,
58.81374171570782
],
[
-78.75,
61.60639637138627
],
[
-84.375,
61.60639637138627
],
[
-84.375,
58.81374171570782
]
]
]
},
"properties": {
"key": "030021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
55.77657301866769
],
[
-78.75,
55.77657301866769
],
[
-78.75,
58.81374171570782
],
[
-84.375,
58.81374171570782
],
[
-84.375,
55.77657301866769
]
]
]
},
"properties": {
"key": "030023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
52.48278022207821
],
[
-78.75,
52.48278022207821
],
[
-78.75,
55.77657301866769
],
[
-84.375,
55.77657301866769
],
[
-84.375,
52.48278022207821
]
]
]
},
"properties": {
"key": "030201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
48.92249926375825
],
[
-78.75,
48.92249926375825
],
[
-78.75,
52.48278022207821
],
[
-84.375,
52.48278022207821
],
[
-84.375,
48.92249926375825
]
]
]
},
"properties": {
"key": "030203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
45.08903556483103
],
[
-78.75,
45.08903556483103
],
[
-78.75,
48.92249926375825
],
[
-84.375,
48.92249926375825
],
[
-84.375,
45.08903556483103
]
]
]
},
"properties": {
"key": "030221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
40.97989806962013
],
[
-78.75,
40.97989806962013
],
[
-78.75,
45.08903556483103
],
[
-84.375,
45.08903556483103
],
[
-84.375,
40.97989806962013
]
]
]
},
"properties": {
"key": "030223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
36.5978891330702
],
[
-78.75,
36.5978891330702
],
[
-78.75,
40.97989806962013
],
[
-84.375,
40.97989806962013
],
[
-84.375,
36.5978891330702
]
]
]
},
"properties": {
"key": "032001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
31.952162238024954
],
[
-78.75,
31.952162238024954
],
[
-78.75,
36.5978891330702
],
[
-84.375,
36.5978891330702
],
[
-84.375,
31.952162238024954
]
]
]
},
"properties": {
"key": "032003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
27.05912578437406
],
[
-78.75,
27.05912578437406
],
[
-78.75,
31.952162238024954
],
[
-84.375,
31.952162238024954
],
[
-84.375,
27.05912578437406
]
]
]
},
"properties": {
"key": "032021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
21.943045533438177
],
[
-78.75,
21.943045533438177
],
[
-78.75,
27.05912578437406
],
[
-84.375,
27.05912578437406
],
[
-84.375,
21.943045533438177
]
]
]
},
"properties": {
"key": "032023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
16.63619187839765
],
[
-78.75,
16.63619187839765
],
[
-78.75,
21.943045533438177
],
[
-84.375,
21.943045533438177
],
[
-84.375,
16.63619187839765
]
]
]
},
"properties": {
"key": "032201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
11.178401873711792
],
[
-78.75,
11.178401873711792
],
[
-78.75,
16.63619187839765
],
[
-84.375,
16.63619187839765
],
[
-84.375,
11.178401873711792
]
]
]
},
"properties": {
"key": "032203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
5.615985819155337
],
[
-78.75,
5.615985819155337
],
[
-78.75,
11.178401873711792
],
[
-84.375,
11.178401873711792
],
[
-84.375,
5.615985819155337
]
]
]
},
"properties": {
"key": "032221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.375,
0
],
[
-78.75,
0
],
[
-78.75,
5.615985819155337
],
[
-84.375,
5.615985819155337
],
[
-84.375,
0
]
]
]
},
"properties": {
"key": "032223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
84.54136107313408
],
[
-73.125,
84.54136107313408
],
[
-73.125,
85.0511287798066
],
[
-78.75,
85.0511287798066
],
[
-78.75,
84.54136107313408
]
]
]
},
"properties": {
"key": "010010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
83.97925949886205
],
[
-73.125,
83.97925949886205
],
[
-73.125,
84.54136107313408
],
[
-78.75,
84.54136107313408
],
[
-78.75,
83.97925949886205
]
]
]
},
"properties": {
"key": "010012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
83.35951133035451
],
[
-73.125,
83.35951133035451
],
[
-73.125,
83.97925949886205
],
[
-78.75,
83.97925949886205
],
[
-78.75,
83.35951133035451
]
]
]
},
"properties": {
"key": "010030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
82.67628497834903
],
[
-73.125,
82.67628497834903
],
[
-73.125,
83.35951133035451
],
[
-78.75,
83.35951133035451
],
[
-78.75,
82.67628497834903
]
]
]
},
"properties": {
"key": "010032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
81.92318632602198
],
[
-73.125,
81.92318632602198
],
[
-73.125,
82.67628497834903
],
[
-78.75,
82.67628497834903
],
[
-78.75,
81.92318632602198
]
]
]
},
"properties": {
"key": "010210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
81.09321385260839
],
[
-73.125,
81.09321385260839
],
[
-73.125,
81.92318632602198
],
[
-78.75,
81.92318632602198
],
[
-78.75,
81.09321385260839
]
]
]
},
"properties": {
"key": "010212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
80.17871349622823
],
[
-73.125,
80.17871349622823
],
[
-73.125,
81.09321385260839
],
[
-78.75,
81.09321385260839
],
[
-78.75,
80.17871349622823
]
]
]
},
"properties": {
"key": "010230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
79.17133464081945
],
[
-73.125,
79.17133464081945
],
[
-73.125,
80.17871349622823
],
[
-78.75,
80.17871349622823
],
[
-78.75,
79.17133464081945
]
]
]
},
"properties": {
"key": "010232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
78.06198918665974
],
[
-73.125,
78.06198918665974
],
[
-73.125,
79.17133464081945
],
[
-78.75,
79.17133464081945
],
[
-78.75,
78.06198918665974
]
]
]
},
"properties": {
"key": "012010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
76.84081641443098
],
[
-73.125,
76.84081641443098
],
[
-73.125,
78.06198918665974
],
[
-78.75,
78.06198918665974
],
[
-78.75,
76.84081641443098
]
]
]
},
"properties": {
"key": "012012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
75.49715731893085
],
[
-73.125,
75.49715731893085
],
[
-73.125,
76.84081641443098
],
[
-78.75,
76.84081641443098
],
[
-78.75,
75.49715731893085
]
]
]
},
"properties": {
"key": "012030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
74.01954331150226
],
[
-73.125,
74.01954331150226
],
[
-73.125,
75.49715731893085
],
[
-78.75,
75.49715731893085
],
[
-78.75,
74.01954331150226
]
]
]
},
"properties": {
"key": "012032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
72.39570570653261
],
[
-73.125,
72.39570570653261
],
[
-73.125,
74.01954331150226
],
[
-78.75,
74.01954331150226
],
[
-78.75,
72.39570570653261
]
]
]
},
"properties": {
"key": "012210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
70.61261423801925
],
[
-73.125,
70.61261423801925
],
[
-73.125,
72.39570570653261
],
[
-78.75,
72.39570570653261
],
[
-78.75,
70.61261423801925
]
]
]
},
"properties": {
"key": "012212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
68.65655498475736
],
[
-73.125,
68.65655498475736
],
[
-73.125,
70.61261423801925
],
[
-78.75,
70.61261423801925
],
[
-78.75,
68.65655498475736
]
]
]
},
"properties": {
"key": "012230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
66.51326044311186
],
[
-73.125,
66.51326044311186
],
[
-73.125,
68.65655498475736
],
[
-78.75,
68.65655498475736
],
[
-78.75,
66.51326044311186
]
]
]
},
"properties": {
"key": "012232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
64.16810689799154
],
[
-73.125,
64.16810689799154
],
[
-73.125,
66.51326044311186
],
[
-78.75,
66.51326044311186
],
[
-78.75,
64.16810689799154
]
]
]
},
"properties": {
"key": "030010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
61.60639637138627
],
[
-73.125,
61.60639637138627
],
[
-73.125,
64.16810689799154
],
[
-78.75,
64.16810689799154
],
[
-78.75,
61.60639637138627
]
]
]
},
"properties": {
"key": "030012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
58.81374171570782
],
[
-73.125,
58.81374171570782
],
[
-73.125,
61.60639637138627
],
[
-78.75,
61.60639637138627
],
[
-78.75,
58.81374171570782
]
]
]
},
"properties": {
"key": "030030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
55.77657301866769
],
[
-73.125,
55.77657301866769
],
[
-73.125,
58.81374171570782
],
[
-78.75,
58.81374171570782
],
[
-78.75,
55.77657301866769
]
]
]
},
"properties": {
"key": "030032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
52.48278022207821
],
[
-73.125,
52.48278022207821
],
[
-73.125,
55.77657301866769
],
[
-78.75,
55.77657301866769
],
[
-78.75,
52.48278022207821
]
]
]
},
"properties": {
"key": "030210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
48.92249926375825
],
[
-73.125,
48.92249926375825
],
[
-73.125,
52.48278022207821
],
[
-78.75,
52.48278022207821
],
[
-78.75,
48.92249926375825
]
]
]
},
"properties": {
"key": "030212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
45.08903556483103
],
[
-73.125,
45.08903556483103
],
[
-73.125,
48.92249926375825
],
[
-78.75,
48.92249926375825
],
[
-78.75,
45.08903556483103
]
]
]
},
"properties": {
"key": "030230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
40.97989806962013
],
[
-73.125,
40.97989806962013
],
[
-73.125,
45.08903556483103
],
[
-78.75,
45.08903556483103
],
[
-78.75,
40.97989806962013
]
]
]
},
"properties": {
"key": "030232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
36.5978891330702
],
[
-73.125,
36.5978891330702
],
[
-73.125,
40.97989806962013
],
[
-78.75,
40.97989806962013
],
[
-78.75,
36.5978891330702
]
]
]
},
"properties": {
"key": "032010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
31.952162238024954
],
[
-73.125,
31.952162238024954
],
[
-73.125,
36.5978891330702
],
[
-78.75,
36.5978891330702
],
[
-78.75,
31.952162238024954
]
]
]
},
"properties": {
"key": "032012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
27.05912578437406
],
[
-73.125,
27.05912578437406
],
[
-73.125,
31.952162238024954
],
[
-78.75,
31.952162238024954
],
[
-78.75,
27.05912578437406
]
]
]
},
"properties": {
"key": "032030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
21.943045533438177
],
[
-73.125,
21.943045533438177
],
[
-73.125,
27.05912578437406
],
[
-78.75,
27.05912578437406
],
[
-78.75,
21.943045533438177
]
]
]
},
"properties": {
"key": "032032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
16.63619187839765
],
[
-73.125,
16.63619187839765
],
[
-73.125,
21.943045533438177
],
[
-78.75,
21.943045533438177
],
[
-78.75,
16.63619187839765
]
]
]
},
"properties": {
"key": "032210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
11.178401873711792
],
[
-73.125,
11.178401873711792
],
[
-73.125,
16.63619187839765
],
[
-78.75,
16.63619187839765
],
[
-78.75,
11.178401873711792
]
]
]
},
"properties": {
"key": "032212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
5.615985819155337
],
[
-73.125,
5.615985819155337
],
[
-73.125,
11.178401873711792
],
[
-78.75,
11.178401873711792
],
[
-78.75,
5.615985819155337
]
]
]
},
"properties": {
"key": "032230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.75,
0
],
[
-73.125,
0
],
[
-73.125,
5.615985819155337
],
[
-78.75,
5.615985819155337
],
[
-78.75,
0
]
]
]
},
"properties": {
"key": "032232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
84.54136107313408
],
[
-67.5,
84.54136107313408
],
[
-67.5,
85.0511287798066
],
[
-73.125,
85.0511287798066
],
[
-73.125,
84.54136107313408
]
]
]
},
"properties": {
"key": "010011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
83.97925949886205
],
[
-67.5,
83.97925949886205
],
[
-67.5,
84.54136107313408
],
[
-73.125,
84.54136107313408
],
[
-73.125,
83.97925949886205
]
]
]
},
"properties": {
"key": "010013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
83.35951133035451
],
[
-67.5,
83.35951133035451
],
[
-67.5,
83.97925949886205
],
[
-73.125,
83.97925949886205
],
[
-73.125,
83.35951133035451
]
]
]
},
"properties": {
"key": "010031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
82.67628497834903
],
[
-67.5,
82.67628497834903
],
[
-67.5,
83.35951133035451
],
[
-73.125,
83.35951133035451
],
[
-73.125,
82.67628497834903
]
]
]
},
"properties": {
"key": "010033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
81.92318632602198
],
[
-67.5,
81.92318632602198
],
[
-67.5,
82.67628497834903
],
[
-73.125,
82.67628497834903
],
[
-73.125,
81.92318632602198
]
]
]
},
"properties": {
"key": "010211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
81.09321385260839
],
[
-67.5,
81.09321385260839
],
[
-67.5,
81.92318632602198
],
[
-73.125,
81.92318632602198
],
[
-73.125,
81.09321385260839
]
]
]
},
"properties": {
"key": "010213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
80.17871349622823
],
[
-67.5,
80.17871349622823
],
[
-67.5,
81.09321385260839
],
[
-73.125,
81.09321385260839
],
[
-73.125,
80.17871349622823
]
]
]
},
"properties": {
"key": "010231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
79.17133464081945
],
[
-67.5,
79.17133464081945
],
[
-67.5,
80.17871349622823
],
[
-73.125,
80.17871349622823
],
[
-73.125,
79.17133464081945
]
]
]
},
"properties": {
"key": "010233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
78.06198918665974
],
[
-67.5,
78.06198918665974
],
[
-67.5,
79.17133464081945
],
[
-73.125,
79.17133464081945
],
[
-73.125,
78.06198918665974
]
]
]
},
"properties": {
"key": "012011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
76.84081641443098
],
[
-67.5,
76.84081641443098
],
[
-67.5,
78.06198918665974
],
[
-73.125,
78.06198918665974
],
[
-73.125,
76.84081641443098
]
]
]
},
"properties": {
"key": "012013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
75.49715731893085
],
[
-67.5,
75.49715731893085
],
[
-67.5,
76.84081641443098
],
[
-73.125,
76.84081641443098
],
[
-73.125,
75.49715731893085
]
]
]
},
"properties": {
"key": "012031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
74.01954331150226
],
[
-67.5,
74.01954331150226
],
[
-67.5,
75.49715731893085
],
[
-73.125,
75.49715731893085
],
[
-73.125,
74.01954331150226
]
]
]
},
"properties": {
"key": "012033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
72.39570570653261
],
[
-67.5,
72.39570570653261
],
[
-67.5,
74.01954331150226
],
[
-73.125,
74.01954331150226
],
[
-73.125,
72.39570570653261
]
]
]
},
"properties": {
"key": "012211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
70.61261423801925
],
[
-67.5,
70.61261423801925
],
[
-67.5,
72.39570570653261
],
[
-73.125,
72.39570570653261
],
[
-73.125,
70.61261423801925
]
]
]
},
"properties": {
"key": "012213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
68.65655498475736
],
[
-67.5,
68.65655498475736
],
[
-67.5,
70.61261423801925
],
[
-73.125,
70.61261423801925
],
[
-73.125,
68.65655498475736
]
]
]
},
"properties": {
"key": "012231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
66.51326044311186
],
[
-67.5,
66.51326044311186
],
[
-67.5,
68.65655498475736
],
[
-73.125,
68.65655498475736
],
[
-73.125,
66.51326044311186
]
]
]
},
"properties": {
"key": "012233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
64.16810689799154
],
[
-67.5,
64.16810689799154
],
[
-67.5,
66.51326044311186
],
[
-73.125,
66.51326044311186
],
[
-73.125,
64.16810689799154
]
]
]
},
"properties": {
"key": "030011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
61.60639637138627
],
[
-67.5,
61.60639637138627
],
[
-67.5,
64.16810689799154
],
[
-73.125,
64.16810689799154
],
[
-73.125,
61.60639637138627
]
]
]
},
"properties": {
"key": "030013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
58.81374171570782
],
[
-67.5,
58.81374171570782
],
[
-67.5,
61.60639637138627
],
[
-73.125,
61.60639637138627
],
[
-73.125,
58.81374171570782
]
]
]
},
"properties": {
"key": "030031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
55.77657301866769
],
[
-67.5,
55.77657301866769
],
[
-67.5,
58.81374171570782
],
[
-73.125,
58.81374171570782
],
[
-73.125,
55.77657301866769
]
]
]
},
"properties": {
"key": "030033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
52.48278022207821
],
[
-67.5,
52.48278022207821
],
[
-67.5,
55.77657301866769
],
[
-73.125,
55.77657301866769
],
[
-73.125,
52.48278022207821
]
]
]
},
"properties": {
"key": "030211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
48.92249926375825
],
[
-67.5,
48.92249926375825
],
[
-67.5,
52.48278022207821
],
[
-73.125,
52.48278022207821
],
[
-73.125,
48.92249926375825
]
]
]
},
"properties": {
"key": "030213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
45.08903556483103
],
[
-67.5,
45.08903556483103
],
[
-67.5,
48.92249926375825
],
[
-73.125,
48.92249926375825
],
[
-73.125,
45.08903556483103
]
]
]
},
"properties": {
"key": "030231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
40.97989806962013
],
[
-67.5,
40.97989806962013
],
[
-67.5,
45.08903556483103
],
[
-73.125,
45.08903556483103
],
[
-73.125,
40.97989806962013
]
]
]
},
"properties": {
"key": "030233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
36.5978891330702
],
[
-67.5,
36.5978891330702
],
[
-67.5,
40.97989806962013
],
[
-73.125,
40.97989806962013
],
[
-73.125,
36.5978891330702
]
]
]
},
"properties": {
"key": "032011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
31.952162238024954
],
[
-67.5,
31.952162238024954
],
[
-67.5,
36.5978891330702
],
[
-73.125,
36.5978891330702
],
[
-73.125,
31.952162238024954
]
]
]
},
"properties": {
"key": "032013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
27.05912578437406
],
[
-67.5,
27.05912578437406
],
[
-67.5,
31.952162238024954
],
[
-73.125,
31.952162238024954
],
[
-73.125,
27.05912578437406
]
]
]
},
"properties": {
"key": "032031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
21.943045533438177
],
[
-67.5,
21.943045533438177
],
[
-67.5,
27.05912578437406
],
[
-73.125,
27.05912578437406
],
[
-73.125,
21.943045533438177
]
]
]
},
"properties": {
"key": "032033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
16.63619187839765
],
[
-67.5,
16.63619187839765
],
[
-67.5,
21.943045533438177
],
[
-73.125,
21.943045533438177
],
[
-73.125,
16.63619187839765
]
]
]
},
"properties": {
"key": "032211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
11.178401873711792
],
[
-67.5,
11.178401873711792
],
[
-67.5,
16.63619187839765
],
[
-73.125,
16.63619187839765
],
[
-73.125,
11.178401873711792
]
]
]
},
"properties": {
"key": "032213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
5.615985819155337
],
[
-67.5,
5.615985819155337
],
[
-67.5,
11.178401873711792
],
[
-73.125,
11.178401873711792
],
[
-73.125,
5.615985819155337
]
]
]
},
"properties": {
"key": "032231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.125,
0
],
[
-67.5,
0
],
[
-67.5,
5.615985819155337
],
[
-73.125,
5.615985819155337
],
[
-73.125,
0
]
]
]
},
"properties": {
"key": "032233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
84.54136107313408
],
[
-61.875,
84.54136107313408
],
[
-61.875,
85.0511287798066
],
[
-67.5,
85.0511287798066
],
[
-67.5,
84.54136107313408
]
]
]
},
"properties": {
"key": "010100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
83.97925949886205
],
[
-61.875,
83.97925949886205
],
[
-61.875,
84.54136107313408
],
[
-67.5,
84.54136107313408
],
[
-67.5,
83.97925949886205
]
]
]
},
"properties": {
"key": "010102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
83.35951133035451
],
[
-61.875,
83.35951133035451
],
[
-61.875,
83.97925949886205
],
[
-67.5,
83.97925949886205
],
[
-67.5,
83.35951133035451
]
]
]
},
"properties": {
"key": "010120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
82.67628497834903
],
[
-61.875,
82.67628497834903
],
[
-61.875,
83.35951133035451
],
[
-67.5,
83.35951133035451
],
[
-67.5,
82.67628497834903
]
]
]
},
"properties": {
"key": "010122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
81.92318632602198
],
[
-61.875,
81.92318632602198
],
[
-61.875,
82.67628497834903
],
[
-67.5,
82.67628497834903
],
[
-67.5,
81.92318632602198
]
]
]
},
"properties": {
"key": "010300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
81.09321385260839
],
[
-61.875,
81.09321385260839
],
[
-61.875,
81.92318632602198
],
[
-67.5,
81.92318632602198
],
[
-67.5,
81.09321385260839
]
]
]
},
"properties": {
"key": "010302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
80.17871349622823
],
[
-61.875,
80.17871349622823
],
[
-61.875,
81.09321385260839
],
[
-67.5,
81.09321385260839
],
[
-67.5,
80.17871349622823
]
]
]
},
"properties": {
"key": "010320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
79.17133464081945
],
[
-61.875,
79.17133464081945
],
[
-61.875,
80.17871349622823
],
[
-67.5,
80.17871349622823
],
[
-67.5,
79.17133464081945
]
]
]
},
"properties": {
"key": "010322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
78.06198918665974
],
[
-61.875,
78.06198918665974
],
[
-61.875,
79.17133464081945
],
[
-67.5,
79.17133464081945
],
[
-67.5,
78.06198918665974
]
]
]
},
"properties": {
"key": "012100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
76.84081641443098
],
[
-61.875,
76.84081641443098
],
[
-61.875,
78.06198918665974
],
[
-67.5,
78.06198918665974
],
[
-67.5,
76.84081641443098
]
]
]
},
"properties": {
"key": "012102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
75.49715731893085
],
[
-61.875,
75.49715731893085
],
[
-61.875,
76.84081641443098
],
[
-67.5,
76.84081641443098
],
[
-67.5,
75.49715731893085
]
]
]
},
"properties": {
"key": "012120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
74.01954331150226
],
[
-61.875,
74.01954331150226
],
[
-61.875,
75.49715731893085
],
[
-67.5,
75.49715731893085
],
[
-67.5,
74.01954331150226
]
]
]
},
"properties": {
"key": "012122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
72.39570570653261
],
[
-61.875,
72.39570570653261
],
[
-61.875,
74.01954331150226
],
[
-67.5,
74.01954331150226
],
[
-67.5,
72.39570570653261
]
]
]
},
"properties": {
"key": "012300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
70.61261423801925
],
[
-61.875,
70.61261423801925
],
[
-61.875,
72.39570570653261
],
[
-67.5,
72.39570570653261
],
[
-67.5,
70.61261423801925
]
]
]
},
"properties": {
"key": "012302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
68.65655498475736
],
[
-61.875,
68.65655498475736
],
[
-61.875,
70.61261423801925
],
[
-67.5,
70.61261423801925
],
[
-67.5,
68.65655498475736
]
]
]
},
"properties": {
"key": "012320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
66.51326044311186
],
[
-61.875,
66.51326044311186
],
[
-61.875,
68.65655498475736
],
[
-67.5,
68.65655498475736
],
[
-67.5,
66.51326044311186
]
]
]
},
"properties": {
"key": "012322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
64.16810689799154
],
[
-61.875,
64.16810689799154
],
[
-61.875,
66.51326044311186
],
[
-67.5,
66.51326044311186
],
[
-67.5,
64.16810689799154
]
]
]
},
"properties": {
"key": "030100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
61.60639637138627
],
[
-61.875,
61.60639637138627
],
[
-61.875,
64.16810689799154
],
[
-67.5,
64.16810689799154
],
[
-67.5,
61.60639637138627
]
]
]
},
"properties": {
"key": "030102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
58.81374171570782
],
[
-61.875,
58.81374171570782
],
[
-61.875,
61.60639637138627
],
[
-67.5,
61.60639637138627
],
[
-67.5,
58.81374171570782
]
]
]
},
"properties": {
"key": "030120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
55.77657301866769
],
[
-61.875,
55.77657301866769
],
[
-61.875,
58.81374171570782
],
[
-67.5,
58.81374171570782
],
[
-67.5,
55.77657301866769
]
]
]
},
"properties": {
"key": "030122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
52.48278022207821
],
[
-61.875,
52.48278022207821
],
[
-61.875,
55.77657301866769
],
[
-67.5,
55.77657301866769
],
[
-67.5,
52.48278022207821
]
]
]
},
"properties": {
"key": "030300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
48.92249926375825
],
[
-61.875,
48.92249926375825
],
[
-61.875,
52.48278022207821
],
[
-67.5,
52.48278022207821
],
[
-67.5,
48.92249926375825
]
]
]
},
"properties": {
"key": "030302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
45.08903556483103
],
[
-61.875,
45.08903556483103
],
[
-61.875,
48.92249926375825
],
[
-67.5,
48.92249926375825
],
[
-67.5,
45.08903556483103
]
]
]
},
"properties": {
"key": "030320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
40.97989806962013
],
[
-61.875,
40.97989806962013
],
[
-61.875,
45.08903556483103
],
[
-67.5,
45.08903556483103
],
[
-67.5,
40.97989806962013
]
]
]
},
"properties": {
"key": "030322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
36.5978891330702
],
[
-61.875,
36.5978891330702
],
[
-61.875,
40.97989806962013
],
[
-67.5,
40.97989806962013
],
[
-67.5,
36.5978891330702
]
]
]
},
"properties": {
"key": "032100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
31.952162238024954
],
[
-61.875,
31.952162238024954
],
[
-61.875,
36.5978891330702
],
[
-67.5,
36.5978891330702
],
[
-67.5,
31.952162238024954
]
]
]
},
"properties": {
"key": "032102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
27.05912578437406
],
[
-61.875,
27.05912578437406
],
[
-61.875,
31.952162238024954
],
[
-67.5,
31.952162238024954
],
[
-67.5,
27.05912578437406
]
]
]
},
"properties": {
"key": "032120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
21.943045533438177
],
[
-61.875,
21.943045533438177
],
[
-61.875,
27.05912578437406
],
[
-67.5,
27.05912578437406
],
[
-67.5,
21.943045533438177
]
]
]
},
"properties": {
"key": "032122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
16.63619187839765
],
[
-61.875,
16.63619187839765
],
[
-61.875,
21.943045533438177
],
[
-67.5,
21.943045533438177
],
[
-67.5,
16.63619187839765
]
]
]
},
"properties": {
"key": "032300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
11.178401873711792
],
[
-61.875,
11.178401873711792
],
[
-61.875,
16.63619187839765
],
[
-67.5,
16.63619187839765
],
[
-67.5,
11.178401873711792
]
]
]
},
"properties": {
"key": "032302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
5.615985819155337
],
[
-61.875,
5.615985819155337
],
[
-61.875,
11.178401873711792
],
[
-67.5,
11.178401873711792
],
[
-67.5,
5.615985819155337
]
]
]
},
"properties": {
"key": "032320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.5,
0
],
[
-61.875,
0
],
[
-61.875,
5.615985819155337
],
[
-67.5,
5.615985819155337
],
[
-67.5,
0
]
]
]
},
"properties": {
"key": "032322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
84.54136107313408
],
[
-56.25,
84.54136107313408
],
[
-56.25,
85.0511287798066
],
[
-61.875,
85.0511287798066
],
[
-61.875,
84.54136107313408
]
]
]
},
"properties": {
"key": "010101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
83.97925949886205
],
[
-56.25,
83.97925949886205
],
[
-56.25,
84.54136107313408
],
[
-61.875,
84.54136107313408
],
[
-61.875,
83.97925949886205
]
]
]
},
"properties": {
"key": "010103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
83.35951133035451
],
[
-56.25,
83.35951133035451
],
[
-56.25,
83.97925949886205
],
[
-61.875,
83.97925949886205
],
[
-61.875,
83.35951133035451
]
]
]
},
"properties": {
"key": "010121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
82.67628497834903
],
[
-56.25,
82.67628497834903
],
[
-56.25,
83.35951133035451
],
[
-61.875,
83.35951133035451
],
[
-61.875,
82.67628497834903
]
]
]
},
"properties": {
"key": "010123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
81.92318632602198
],
[
-56.25,
81.92318632602198
],
[
-56.25,
82.67628497834903
],
[
-61.875,
82.67628497834903
],
[
-61.875,
81.92318632602198
]
]
]
},
"properties": {
"key": "010301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
81.09321385260839
],
[
-56.25,
81.09321385260839
],
[
-56.25,
81.92318632602198
],
[
-61.875,
81.92318632602198
],
[
-61.875,
81.09321385260839
]
]
]
},
"properties": {
"key": "010303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
80.17871349622823
],
[
-56.25,
80.17871349622823
],
[
-56.25,
81.09321385260839
],
[
-61.875,
81.09321385260839
],
[
-61.875,
80.17871349622823
]
]
]
},
"properties": {
"key": "010321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
79.17133464081945
],
[
-56.25,
79.17133464081945
],
[
-56.25,
80.17871349622823
],
[
-61.875,
80.17871349622823
],
[
-61.875,
79.17133464081945
]
]
]
},
"properties": {
"key": "010323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
78.06198918665974
],
[
-56.25,
78.06198918665974
],
[
-56.25,
79.17133464081945
],
[
-61.875,
79.17133464081945
],
[
-61.875,
78.06198918665974
]
]
]
},
"properties": {
"key": "012101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
76.84081641443098
],
[
-56.25,
76.84081641443098
],
[
-56.25,
78.06198918665974
],
[
-61.875,
78.06198918665974
],
[
-61.875,
76.84081641443098
]
]
]
},
"properties": {
"key": "012103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
75.49715731893085
],
[
-56.25,
75.49715731893085
],
[
-56.25,
76.84081641443098
],
[
-61.875,
76.84081641443098
],
[
-61.875,
75.49715731893085
]
]
]
},
"properties": {
"key": "012121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
74.01954331150226
],
[
-56.25,
74.01954331150226
],
[
-56.25,
75.49715731893085
],
[
-61.875,
75.49715731893085
],
[
-61.875,
74.01954331150226
]
]
]
},
"properties": {
"key": "012123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
72.39570570653261
],
[
-56.25,
72.39570570653261
],
[
-56.25,
74.01954331150226
],
[
-61.875,
74.01954331150226
],
[
-61.875,
72.39570570653261
]
]
]
},
"properties": {
"key": "012301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
70.61261423801925
],
[
-56.25,
70.61261423801925
],
[
-56.25,
72.39570570653261
],
[
-61.875,
72.39570570653261
],
[
-61.875,
70.61261423801925
]
]
]
},
"properties": {
"key": "012303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
68.65655498475736
],
[
-56.25,
68.65655498475736
],
[
-56.25,
70.61261423801925
],
[
-61.875,
70.61261423801925
],
[
-61.875,
68.65655498475736
]
]
]
},
"properties": {
"key": "012321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
66.51326044311186
],
[
-56.25,
66.51326044311186
],
[
-56.25,
68.65655498475736
],
[
-61.875,
68.65655498475736
],
[
-61.875,
66.51326044311186
]
]
]
},
"properties": {
"key": "012323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
64.16810689799154
],
[
-56.25,
64.16810689799154
],
[
-56.25,
66.51326044311186
],
[
-61.875,
66.51326044311186
],
[
-61.875,
64.16810689799154
]
]
]
},
"properties": {
"key": "030101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
61.60639637138627
],
[
-56.25,
61.60639637138627
],
[
-56.25,
64.16810689799154
],
[
-61.875,
64.16810689799154
],
[
-61.875,
61.60639637138627
]
]
]
},
"properties": {
"key": "030103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
58.81374171570782
],
[
-56.25,
58.81374171570782
],
[
-56.25,
61.60639637138627
],
[
-61.875,
61.60639637138627
],
[
-61.875,
58.81374171570782
]
]
]
},
"properties": {
"key": "030121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
55.77657301866769
],
[
-56.25,
55.77657301866769
],
[
-56.25,
58.81374171570782
],
[
-61.875,
58.81374171570782
],
[
-61.875,
55.77657301866769
]
]
]
},
"properties": {
"key": "030123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
52.48278022207821
],
[
-56.25,
52.48278022207821
],
[
-56.25,
55.77657301866769
],
[
-61.875,
55.77657301866769
],
[
-61.875,
52.48278022207821
]
]
]
},
"properties": {
"key": "030301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
48.92249926375825
],
[
-56.25,
48.92249926375825
],
[
-56.25,
52.48278022207821
],
[
-61.875,
52.48278022207821
],
[
-61.875,
48.92249926375825
]
]
]
},
"properties": {
"key": "030303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
45.08903556483103
],
[
-56.25,
45.08903556483103
],
[
-56.25,
48.92249926375825
],
[
-61.875,
48.92249926375825
],
[
-61.875,
45.08903556483103
]
]
]
},
"properties": {
"key": "030321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
40.97989806962013
],
[
-56.25,
40.97989806962013
],
[
-56.25,
45.08903556483103
],
[
-61.875,
45.08903556483103
],
[
-61.875,
40.97989806962013
]
]
]
},
"properties": {
"key": "030323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
36.5978891330702
],
[
-56.25,
36.5978891330702
],
[
-56.25,
40.97989806962013
],
[
-61.875,
40.97989806962013
],
[
-61.875,
36.5978891330702
]
]
]
},
"properties": {
"key": "032101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
31.952162238024954
],
[
-56.25,
31.952162238024954
],
[
-56.25,
36.5978891330702
],
[
-61.875,
36.5978891330702
],
[
-61.875,
31.952162238024954
]
]
]
},
"properties": {
"key": "032103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
27.05912578437406
],
[
-56.25,
27.05912578437406
],
[
-56.25,
31.952162238024954
],
[
-61.875,
31.952162238024954
],
[
-61.875,
27.05912578437406
]
]
]
},
"properties": {
"key": "032121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
21.943045533438177
],
[
-56.25,
21.943045533438177
],
[
-56.25,
27.05912578437406
],
[
-61.875,
27.05912578437406
],
[
-61.875,
21.943045533438177
]
]
]
},
"properties": {
"key": "032123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
16.63619187839765
],
[
-56.25,
16.63619187839765
],
[
-56.25,
21.943045533438177
],
[
-61.875,
21.943045533438177
],
[
-61.875,
16.63619187839765
]
]
]
},
"properties": {
"key": "032301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
11.178401873711792
],
[
-56.25,
11.178401873711792
],
[
-56.25,
16.63619187839765
],
[
-61.875,
16.63619187839765
],
[
-61.875,
11.178401873711792
]
]
]
},
"properties": {
"key": "032303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
5.615985819155337
],
[
-56.25,
5.615985819155337
],
[
-56.25,
11.178401873711792
],
[
-61.875,
11.178401873711792
],
[
-61.875,
5.615985819155337
]
]
]
},
"properties": {
"key": "032321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-61.875,
0
],
[
-56.25,
0
],
[
-56.25,
5.615985819155337
],
[
-61.875,
5.615985819155337
],
[
-61.875,
0
]
]
]
},
"properties": {
"key": "032323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
84.54136107313408
],
[
-50.625,
84.54136107313408
],
[
-50.625,
85.0511287798066
],
[
-56.25,
85.0511287798066
],
[
-56.25,
84.54136107313408
]
]
]
},
"properties": {
"key": "010110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
83.97925949886205
],
[
-50.625,
83.97925949886205
],
[
-50.625,
84.54136107313408
],
[
-56.25,
84.54136107313408
],
[
-56.25,
83.97925949886205
]
]
]
},
"properties": {
"key": "010112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
83.35951133035451
],
[
-50.625,
83.35951133035451
],
[
-50.625,
83.97925949886205
],
[
-56.25,
83.97925949886205
],
[
-56.25,
83.35951133035451
]
]
]
},
"properties": {
"key": "010130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
82.67628497834903
],
[
-50.625,
82.67628497834903
],
[
-50.625,
83.35951133035451
],
[
-56.25,
83.35951133035451
],
[
-56.25,
82.67628497834903
]
]
]
},
"properties": {
"key": "010132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
81.92318632602198
],
[
-50.625,
81.92318632602198
],
[
-50.625,
82.67628497834903
],
[
-56.25,
82.67628497834903
],
[
-56.25,
81.92318632602198
]
]
]
},
"properties": {
"key": "010310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
81.09321385260839
],
[
-50.625,
81.09321385260839
],
[
-50.625,
81.92318632602198
],
[
-56.25,
81.92318632602198
],
[
-56.25,
81.09321385260839
]
]
]
},
"properties": {
"key": "010312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
80.17871349622823
],
[
-50.625,
80.17871349622823
],
[
-50.625,
81.09321385260839
],
[
-56.25,
81.09321385260839
],
[
-56.25,
80.17871349622823
]
]
]
},
"properties": {
"key": "010330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
79.17133464081945
],
[
-50.625,
79.17133464081945
],
[
-50.625,
80.17871349622823
],
[
-56.25,
80.17871349622823
],
[
-56.25,
79.17133464081945
]
]
]
},
"properties": {
"key": "010332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
78.06198918665974
],
[
-50.625,
78.06198918665974
],
[
-50.625,
79.17133464081945
],
[
-56.25,
79.17133464081945
],
[
-56.25,
78.06198918665974
]
]
]
},
"properties": {
"key": "012110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
76.84081641443098
],
[
-50.625,
76.84081641443098
],
[
-50.625,
78.06198918665974
],
[
-56.25,
78.06198918665974
],
[
-56.25,
76.84081641443098
]
]
]
},
"properties": {
"key": "012112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
75.49715731893085
],
[
-50.625,
75.49715731893085
],
[
-50.625,
76.84081641443098
],
[
-56.25,
76.84081641443098
],
[
-56.25,
75.49715731893085
]
]
]
},
"properties": {
"key": "012130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
74.01954331150226
],
[
-50.625,
74.01954331150226
],
[
-50.625,
75.49715731893085
],
[
-56.25,
75.49715731893085
],
[
-56.25,
74.01954331150226
]
]
]
},
"properties": {
"key": "012132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
72.39570570653261
],
[
-50.625,
72.39570570653261
],
[
-50.625,
74.01954331150226
],
[
-56.25,
74.01954331150226
],
[
-56.25,
72.39570570653261
]
]
]
},
"properties": {
"key": "012310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
70.61261423801925
],
[
-50.625,
70.61261423801925
],
[
-50.625,
72.39570570653261
],
[
-56.25,
72.39570570653261
],
[
-56.25,
70.61261423801925
]
]
]
},
"properties": {
"key": "012312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
68.65655498475736
],
[
-50.625,
68.65655498475736
],
[
-50.625,
70.61261423801925
],
[
-56.25,
70.61261423801925
],
[
-56.25,
68.65655498475736
]
]
]
},
"properties": {
"key": "012330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
66.51326044311186
],
[
-50.625,
66.51326044311186
],
[
-50.625,
68.65655498475736
],
[
-56.25,
68.65655498475736
],
[
-56.25,
66.51326044311186
]
]
]
},
"properties": {
"key": "012332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
64.16810689799154
],
[
-50.625,
64.16810689799154
],
[
-50.625,
66.51326044311186
],
[
-56.25,
66.51326044311186
],
[
-56.25,
64.16810689799154
]
]
]
},
"properties": {
"key": "030110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
61.60639637138627
],
[
-50.625,
61.60639637138627
],
[
-50.625,
64.16810689799154
],
[
-56.25,
64.16810689799154
],
[
-56.25,
61.60639637138627
]
]
]
},
"properties": {
"key": "030112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
58.81374171570782
],
[
-50.625,
58.81374171570782
],
[
-50.625,
61.60639637138627
],
[
-56.25,
61.60639637138627
],
[
-56.25,
58.81374171570782
]
]
]
},
"properties": {
"key": "030130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
55.77657301866769
],
[
-50.625,
55.77657301866769
],
[
-50.625,
58.81374171570782
],
[
-56.25,
58.81374171570782
],
[
-56.25,
55.77657301866769
]
]
]
},
"properties": {
"key": "030132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
52.48278022207821
],
[
-50.625,
52.48278022207821
],
[
-50.625,
55.77657301866769
],
[
-56.25,
55.77657301866769
],
[
-56.25,
52.48278022207821
]
]
]
},
"properties": {
"key": "030310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
48.92249926375825
],
[
-50.625,
48.92249926375825
],
[
-50.625,
52.48278022207821
],
[
-56.25,
52.48278022207821
],
[
-56.25,
48.92249926375825
]
]
]
},
"properties": {
"key": "030312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
45.08903556483103
],
[
-50.625,
45.08903556483103
],
[
-50.625,
48.92249926375825
],
[
-56.25,
48.92249926375825
],
[
-56.25,
45.08903556483103
]
]
]
},
"properties": {
"key": "030330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
40.97989806962013
],
[
-50.625,
40.97989806962013
],
[
-50.625,
45.08903556483103
],
[
-56.25,
45.08903556483103
],
[
-56.25,
40.97989806962013
]
]
]
},
"properties": {
"key": "030332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
36.5978891330702
],
[
-50.625,
36.5978891330702
],
[
-50.625,
40.97989806962013
],
[
-56.25,
40.97989806962013
],
[
-56.25,
36.5978891330702
]
]
]
},
"properties": {
"key": "032110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
31.952162238024954
],
[
-50.625,
31.952162238024954
],
[
-50.625,
36.5978891330702
],
[
-56.25,
36.5978891330702
],
[
-56.25,
31.952162238024954
]
]
]
},
"properties": {
"key": "032112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
27.05912578437406
],
[
-50.625,
27.05912578437406
],
[
-50.625,
31.952162238024954
],
[
-56.25,
31.952162238024954
],
[
-56.25,
27.05912578437406
]
]
]
},
"properties": {
"key": "032130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
21.943045533438177
],
[
-50.625,
21.943045533438177
],
[
-50.625,
27.05912578437406
],
[
-56.25,
27.05912578437406
],
[
-56.25,
21.943045533438177
]
]
]
},
"properties": {
"key": "032132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
16.63619187839765
],
[
-50.625,
16.63619187839765
],
[
-50.625,
21.943045533438177
],
[
-56.25,
21.943045533438177
],
[
-56.25,
16.63619187839765
]
]
]
},
"properties": {
"key": "032310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
11.178401873711792
],
[
-50.625,
11.178401873711792
],
[
-50.625,
16.63619187839765
],
[
-56.25,
16.63619187839765
],
[
-56.25,
11.178401873711792
]
]
]
},
"properties": {
"key": "032312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
5.615985819155337
],
[
-50.625,
5.615985819155337
],
[
-50.625,
11.178401873711792
],
[
-56.25,
11.178401873711792
],
[
-56.25,
5.615985819155337
]
]
]
},
"properties": {
"key": "032330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.25,
0
],
[
-50.625,
0
],
[
-50.625,
5.615985819155337
],
[
-56.25,
5.615985819155337
],
[
-56.25,
0
]
]
]
},
"properties": {
"key": "032332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
84.54136107313408
],
[
-45,
84.54136107313408
],
[
-45,
85.0511287798066
],
[
-50.625,
85.0511287798066
],
[
-50.625,
84.54136107313408
]
]
]
},
"properties": {
"key": "010111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
83.97925949886205
],
[
-45,
83.97925949886205
],
[
-45,
84.54136107313408
],
[
-50.625,
84.54136107313408
],
[
-50.625,
83.97925949886205
]
]
]
},
"properties": {
"key": "010113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
83.35951133035451
],
[
-45,
83.35951133035451
],
[
-45,
83.97925949886205
],
[
-50.625,
83.97925949886205
],
[
-50.625,
83.35951133035451
]
]
]
},
"properties": {
"key": "010131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
82.67628497834903
],
[
-45,
82.67628497834903
],
[
-45,
83.35951133035451
],
[
-50.625,
83.35951133035451
],
[
-50.625,
82.67628497834903
]
]
]
},
"properties": {
"key": "010133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
81.92318632602198
],
[
-45,
81.92318632602198
],
[
-45,
82.67628497834903
],
[
-50.625,
82.67628497834903
],
[
-50.625,
81.92318632602198
]
]
]
},
"properties": {
"key": "010311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
81.09321385260839
],
[
-45,
81.09321385260839
],
[
-45,
81.92318632602198
],
[
-50.625,
81.92318632602198
],
[
-50.625,
81.09321385260839
]
]
]
},
"properties": {
"key": "010313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
80.17871349622823
],
[
-45,
80.17871349622823
],
[
-45,
81.09321385260839
],
[
-50.625,
81.09321385260839
],
[
-50.625,
80.17871349622823
]
]
]
},
"properties": {
"key": "010331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
79.17133464081945
],
[
-45,
79.17133464081945
],
[
-45,
80.17871349622823
],
[
-50.625,
80.17871349622823
],
[
-50.625,
79.17133464081945
]
]
]
},
"properties": {
"key": "010333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
78.06198918665974
],
[
-45,
78.06198918665974
],
[
-45,
79.17133464081945
],
[
-50.625,
79.17133464081945
],
[
-50.625,
78.06198918665974
]
]
]
},
"properties": {
"key": "012111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
76.84081641443098
],
[
-45,
76.84081641443098
],
[
-45,
78.06198918665974
],
[
-50.625,
78.06198918665974
],
[
-50.625,
76.84081641443098
]
]
]
},
"properties": {
"key": "012113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
75.49715731893085
],
[
-45,
75.49715731893085
],
[
-45,
76.84081641443098
],
[
-50.625,
76.84081641443098
],
[
-50.625,
75.49715731893085
]
]
]
},
"properties": {
"key": "012131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
74.01954331150226
],
[
-45,
74.01954331150226
],
[
-45,
75.49715731893085
],
[
-50.625,
75.49715731893085
],
[
-50.625,
74.01954331150226
]
]
]
},
"properties": {
"key": "012133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
72.39570570653261
],
[
-45,
72.39570570653261
],
[
-45,
74.01954331150226
],
[
-50.625,
74.01954331150226
],
[
-50.625,
72.39570570653261
]
]
]
},
"properties": {
"key": "012311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
70.61261423801925
],
[
-45,
70.61261423801925
],
[
-45,
72.39570570653261
],
[
-50.625,
72.39570570653261
],
[
-50.625,
70.61261423801925
]
]
]
},
"properties": {
"key": "012313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
68.65655498475736
],
[
-45,
68.65655498475736
],
[
-45,
70.61261423801925
],
[
-50.625,
70.61261423801925
],
[
-50.625,
68.65655498475736
]
]
]
},
"properties": {
"key": "012331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
66.51326044311186
],
[
-45,
66.51326044311186
],
[
-45,
68.65655498475736
],
[
-50.625,
68.65655498475736
],
[
-50.625,
66.51326044311186
]
]
]
},
"properties": {
"key": "012333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
64.16810689799154
],
[
-45,
64.16810689799154
],
[
-45,
66.51326044311186
],
[
-50.625,
66.51326044311186
],
[
-50.625,
64.16810689799154
]
]
]
},
"properties": {
"key": "030111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
61.60639637138627
],
[
-45,
61.60639637138627
],
[
-45,
64.16810689799154
],
[
-50.625,
64.16810689799154
],
[
-50.625,
61.60639637138627
]
]
]
},
"properties": {
"key": "030113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
58.81374171570782
],
[
-45,
58.81374171570782
],
[
-45,
61.60639637138627
],
[
-50.625,
61.60639637138627
],
[
-50.625,
58.81374171570782
]
]
]
},
"properties": {
"key": "030131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
55.77657301866769
],
[
-45,
55.77657301866769
],
[
-45,
58.81374171570782
],
[
-50.625,
58.81374171570782
],
[
-50.625,
55.77657301866769
]
]
]
},
"properties": {
"key": "030133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
52.48278022207821
],
[
-45,
52.48278022207821
],
[
-45,
55.77657301866769
],
[
-50.625,
55.77657301866769
],
[
-50.625,
52.48278022207821
]
]
]
},
"properties": {
"key": "030311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
48.92249926375825
],
[
-45,
48.92249926375825
],
[
-45,
52.48278022207821
],
[
-50.625,
52.48278022207821
],
[
-50.625,
48.92249926375825
]
]
]
},
"properties": {
"key": "030313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
45.08903556483103
],
[
-45,
45.08903556483103
],
[
-45,
48.92249926375825
],
[
-50.625,
48.92249926375825
],
[
-50.625,
45.08903556483103
]
]
]
},
"properties": {
"key": "030331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
40.97989806962013
],
[
-45,
40.97989806962013
],
[
-45,
45.08903556483103
],
[
-50.625,
45.08903556483103
],
[
-50.625,
40.97989806962013
]
]
]
},
"properties": {
"key": "030333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
36.5978891330702
],
[
-45,
36.5978891330702
],
[
-45,
40.97989806962013
],
[
-50.625,
40.97989806962013
],
[
-50.625,
36.5978891330702
]
]
]
},
"properties": {
"key": "032111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
31.952162238024954
],
[
-45,
31.952162238024954
],
[
-45,
36.5978891330702
],
[
-50.625,
36.5978891330702
],
[
-50.625,
31.952162238024954
]
]
]
},
"properties": {
"key": "032113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
27.05912578437406
],
[
-45,
27.05912578437406
],
[
-45,
31.952162238024954
],
[
-50.625,
31.952162238024954
],
[
-50.625,
27.05912578437406
]
]
]
},
"properties": {
"key": "032131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
21.943045533438177
],
[
-45,
21.943045533438177
],
[
-45,
27.05912578437406
],
[
-50.625,
27.05912578437406
],
[
-50.625,
21.943045533438177
]
]
]
},
"properties": {
"key": "032133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
16.63619187839765
],
[
-45,
16.63619187839765
],
[
-45,
21.943045533438177
],
[
-50.625,
21.943045533438177
],
[
-50.625,
16.63619187839765
]
]
]
},
"properties": {
"key": "032311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
11.178401873711792
],
[
-45,
11.178401873711792
],
[
-45,
16.63619187839765
],
[
-50.625,
16.63619187839765
],
[
-50.625,
11.178401873711792
]
]
]
},
"properties": {
"key": "032313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
5.615985819155337
],
[
-45,
5.615985819155337
],
[
-45,
11.178401873711792
],
[
-50.625,
11.178401873711792
],
[
-50.625,
5.615985819155337
]
]
]
},
"properties": {
"key": "032331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-50.625,
0
],
[
-45,
0
],
[
-45,
5.615985819155337
],
[
-50.625,
5.615985819155337
],
[
-50.625,
0
]
]
]
},
"properties": {
"key": "032333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
84.54136107313408
],
[
-39.375,
84.54136107313408
],
[
-39.375,
85.0511287798066
],
[
-45,
85.0511287798066
],
[
-45,
84.54136107313408
]
]
]
},
"properties": {
"key": "011000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
83.97925949886205
],
[
-39.375,
83.97925949886205
],
[
-39.375,
84.54136107313408
],
[
-45,
84.54136107313408
],
[
-45,
83.97925949886205
]
]
]
},
"properties": {
"key": "011002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
83.35951133035451
],
[
-39.375,
83.35951133035451
],
[
-39.375,
83.97925949886205
],
[
-45,
83.97925949886205
],
[
-45,
83.35951133035451
]
]
]
},
"properties": {
"key": "011020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
82.67628497834903
],
[
-39.375,
82.67628497834903
],
[
-39.375,
83.35951133035451
],
[
-45,
83.35951133035451
],
[
-45,
82.67628497834903
]
]
]
},
"properties": {
"key": "011022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
81.92318632602198
],
[
-39.375,
81.92318632602198
],
[
-39.375,
82.67628497834903
],
[
-45,
82.67628497834903
],
[
-45,
81.92318632602198
]
]
]
},
"properties": {
"key": "011200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
81.09321385260839
],
[
-39.375,
81.09321385260839
],
[
-39.375,
81.92318632602198
],
[
-45,
81.92318632602198
],
[
-45,
81.09321385260839
]
]
]
},
"properties": {
"key": "011202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
80.17871349622823
],
[
-39.375,
80.17871349622823
],
[
-39.375,
81.09321385260839
],
[
-45,
81.09321385260839
],
[
-45,
80.17871349622823
]
]
]
},
"properties": {
"key": "011220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
79.17133464081945
],
[
-39.375,
79.17133464081945
],
[
-39.375,
80.17871349622823
],
[
-45,
80.17871349622823
],
[
-45,
79.17133464081945
]
]
]
},
"properties": {
"key": "011222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
78.06198918665974
],
[
-39.375,
78.06198918665974
],
[
-39.375,
79.17133464081945
],
[
-45,
79.17133464081945
],
[
-45,
78.06198918665974
]
]
]
},
"properties": {
"key": "013000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
76.84081641443098
],
[
-39.375,
76.84081641443098
],
[
-39.375,
78.06198918665974
],
[
-45,
78.06198918665974
],
[
-45,
76.84081641443098
]
]
]
},
"properties": {
"key": "013002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
75.49715731893085
],
[
-39.375,
75.49715731893085
],
[
-39.375,
76.84081641443098
],
[
-45,
76.84081641443098
],
[
-45,
75.49715731893085
]
]
]
},
"properties": {
"key": "013020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
74.01954331150226
],
[
-39.375,
74.01954331150226
],
[
-39.375,
75.49715731893085
],
[
-45,
75.49715731893085
],
[
-45,
74.01954331150226
]
]
]
},
"properties": {
"key": "013022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
72.39570570653261
],
[
-39.375,
72.39570570653261
],
[
-39.375,
74.01954331150226
],
[
-45,
74.01954331150226
],
[
-45,
72.39570570653261
]
]
]
},
"properties": {
"key": "013200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
70.61261423801925
],
[
-39.375,
70.61261423801925
],
[
-39.375,
72.39570570653261
],
[
-45,
72.39570570653261
],
[
-45,
70.61261423801925
]
]
]
},
"properties": {
"key": "013202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
68.65655498475736
],
[
-39.375,
68.65655498475736
],
[
-39.375,
70.61261423801925
],
[
-45,
70.61261423801925
],
[
-45,
68.65655498475736
]
]
]
},
"properties": {
"key": "013220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
66.51326044311186
],
[
-39.375,
66.51326044311186
],
[
-39.375,
68.65655498475736
],
[
-45,
68.65655498475736
],
[
-45,
66.51326044311186
]
]
]
},
"properties": {
"key": "013222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
64.16810689799154
],
[
-39.375,
64.16810689799154
],
[
-39.375,
66.51326044311186
],
[
-45,
66.51326044311186
],
[
-45,
64.16810689799154
]
]
]
},
"properties": {
"key": "031000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
61.60639637138627
],
[
-39.375,
61.60639637138627
],
[
-39.375,
64.16810689799154
],
[
-45,
64.16810689799154
],
[
-45,
61.60639637138627
]
]
]
},
"properties": {
"key": "031002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
58.81374171570782
],
[
-39.375,
58.81374171570782
],
[
-39.375,
61.60639637138627
],
[
-45,
61.60639637138627
],
[
-45,
58.81374171570782
]
]
]
},
"properties": {
"key": "031020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
55.77657301866769
],
[
-39.375,
55.77657301866769
],
[
-39.375,
58.81374171570782
],
[
-45,
58.81374171570782
],
[
-45,
55.77657301866769
]
]
]
},
"properties": {
"key": "031022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
52.48278022207821
],
[
-39.375,
52.48278022207821
],
[
-39.375,
55.77657301866769
],
[
-45,
55.77657301866769
],
[
-45,
52.48278022207821
]
]
]
},
"properties": {
"key": "031200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
48.92249926375825
],
[
-39.375,
48.92249926375825
],
[
-39.375,
52.48278022207821
],
[
-45,
52.48278022207821
],
[
-45,
48.92249926375825
]
]
]
},
"properties": {
"key": "031202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
45.08903556483103
],
[
-39.375,
45.08903556483103
],
[
-39.375,
48.92249926375825
],
[
-45,
48.92249926375825
],
[
-45,
45.08903556483103
]
]
]
},
"properties": {
"key": "031220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
40.97989806962013
],
[
-39.375,
40.97989806962013
],
[
-39.375,
45.08903556483103
],
[
-45,
45.08903556483103
],
[
-45,
40.97989806962013
]
]
]
},
"properties": {
"key": "031222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
36.5978891330702
],
[
-39.375,
36.5978891330702
],
[
-39.375,
40.97989806962013
],
[
-45,
40.97989806962013
],
[
-45,
36.5978891330702
]
]
]
},
"properties": {
"key": "033000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
31.952162238024954
],
[
-39.375,
31.952162238024954
],
[
-39.375,
36.5978891330702
],
[
-45,
36.5978891330702
],
[
-45,
31.952162238024954
]
]
]
},
"properties": {
"key": "033002"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
27.05912578437406
],
[
-39.375,
27.05912578437406
],
[
-39.375,
31.952162238024954
],
[
-45,
31.952162238024954
],
[
-45,
27.05912578437406
]
]
]
},
"properties": {
"key": "033020"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
21.943045533438177
],
[
-39.375,
21.943045533438177
],
[
-39.375,
27.05912578437406
],
[
-45,
27.05912578437406
],
[
-45,
21.943045533438177
]
]
]
},
"properties": {
"key": "033022"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
16.63619187839765
],
[
-39.375,
16.63619187839765
],
[
-39.375,
21.943045533438177
],
[
-45,
21.943045533438177
],
[
-45,
16.63619187839765
]
]
]
},
"properties": {
"key": "033200"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
11.178401873711792
],
[
-39.375,
11.178401873711792
],
[
-39.375,
16.63619187839765
],
[
-45,
16.63619187839765
],
[
-45,
11.178401873711792
]
]
]
},
"properties": {
"key": "033202"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
5.615985819155337
],
[
-39.375,
5.615985819155337
],
[
-39.375,
11.178401873711792
],
[
-45,
11.178401873711792
],
[
-45,
5.615985819155337
]
]
]
},
"properties": {
"key": "033220"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-45,
0
],
[
-39.375,
0
],
[
-39.375,
5.615985819155337
],
[
-45,
5.615985819155337
],
[
-45,
0
]
]
]
},
"properties": {
"key": "033222"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
84.54136107313408
],
[
-33.75,
84.54136107313408
],
[
-33.75,
85.0511287798066
],
[
-39.375,
85.0511287798066
],
[
-39.375,
84.54136107313408
]
]
]
},
"properties": {
"key": "011001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
83.97925949886205
],
[
-33.75,
83.97925949886205
],
[
-33.75,
84.54136107313408
],
[
-39.375,
84.54136107313408
],
[
-39.375,
83.97925949886205
]
]
]
},
"properties": {
"key": "011003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
83.35951133035451
],
[
-33.75,
83.35951133035451
],
[
-33.75,
83.97925949886205
],
[
-39.375,
83.97925949886205
],
[
-39.375,
83.35951133035451
]
]
]
},
"properties": {
"key": "011021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
82.67628497834903
],
[
-33.75,
82.67628497834903
],
[
-33.75,
83.35951133035451
],
[
-39.375,
83.35951133035451
],
[
-39.375,
82.67628497834903
]
]
]
},
"properties": {
"key": "011023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
81.92318632602198
],
[
-33.75,
81.92318632602198
],
[
-33.75,
82.67628497834903
],
[
-39.375,
82.67628497834903
],
[
-39.375,
81.92318632602198
]
]
]
},
"properties": {
"key": "011201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
81.09321385260839
],
[
-33.75,
81.09321385260839
],
[
-33.75,
81.92318632602198
],
[
-39.375,
81.92318632602198
],
[
-39.375,
81.09321385260839
]
]
]
},
"properties": {
"key": "011203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
80.17871349622823
],
[
-33.75,
80.17871349622823
],
[
-33.75,
81.09321385260839
],
[
-39.375,
81.09321385260839
],
[
-39.375,
80.17871349622823
]
]
]
},
"properties": {
"key": "011221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
79.17133464081945
],
[
-33.75,
79.17133464081945
],
[
-33.75,
80.17871349622823
],
[
-39.375,
80.17871349622823
],
[
-39.375,
79.17133464081945
]
]
]
},
"properties": {
"key": "011223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
78.06198918665974
],
[
-33.75,
78.06198918665974
],
[
-33.75,
79.17133464081945
],
[
-39.375,
79.17133464081945
],
[
-39.375,
78.06198918665974
]
]
]
},
"properties": {
"key": "013001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
76.84081641443098
],
[
-33.75,
76.84081641443098
],
[
-33.75,
78.06198918665974
],
[
-39.375,
78.06198918665974
],
[
-39.375,
76.84081641443098
]
]
]
},
"properties": {
"key": "013003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
75.49715731893085
],
[
-33.75,
75.49715731893085
],
[
-33.75,
76.84081641443098
],
[
-39.375,
76.84081641443098
],
[
-39.375,
75.49715731893085
]
]
]
},
"properties": {
"key": "013021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
74.01954331150226
],
[
-33.75,
74.01954331150226
],
[
-33.75,
75.49715731893085
],
[
-39.375,
75.49715731893085
],
[
-39.375,
74.01954331150226
]
]
]
},
"properties": {
"key": "013023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
72.39570570653261
],
[
-33.75,
72.39570570653261
],
[
-33.75,
74.01954331150226
],
[
-39.375,
74.01954331150226
],
[
-39.375,
72.39570570653261
]
]
]
},
"properties": {
"key": "013201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
70.61261423801925
],
[
-33.75,
70.61261423801925
],
[
-33.75,
72.39570570653261
],
[
-39.375,
72.39570570653261
],
[
-39.375,
70.61261423801925
]
]
]
},
"properties": {
"key": "013203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
68.65655498475736
],
[
-33.75,
68.65655498475736
],
[
-33.75,
70.61261423801925
],
[
-39.375,
70.61261423801925
],
[
-39.375,
68.65655498475736
]
]
]
},
"properties": {
"key": "013221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
66.51326044311186
],
[
-33.75,
66.51326044311186
],
[
-33.75,
68.65655498475736
],
[
-39.375,
68.65655498475736
],
[
-39.375,
66.51326044311186
]
]
]
},
"properties": {
"key": "013223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
64.16810689799154
],
[
-33.75,
64.16810689799154
],
[
-33.75,
66.51326044311186
],
[
-39.375,
66.51326044311186
],
[
-39.375,
64.16810689799154
]
]
]
},
"properties": {
"key": "031001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
61.60639637138627
],
[
-33.75,
61.60639637138627
],
[
-33.75,
64.16810689799154
],
[
-39.375,
64.16810689799154
],
[
-39.375,
61.60639637138627
]
]
]
},
"properties": {
"key": "031003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
58.81374171570782
],
[
-33.75,
58.81374171570782
],
[
-33.75,
61.60639637138627
],
[
-39.375,
61.60639637138627
],
[
-39.375,
58.81374171570782
]
]
]
},
"properties": {
"key": "031021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
55.77657301866769
],
[
-33.75,
55.77657301866769
],
[
-33.75,
58.81374171570782
],
[
-39.375,
58.81374171570782
],
[
-39.375,
55.77657301866769
]
]
]
},
"properties": {
"key": "031023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
52.48278022207821
],
[
-33.75,
52.48278022207821
],
[
-33.75,
55.77657301866769
],
[
-39.375,
55.77657301866769
],
[
-39.375,
52.48278022207821
]
]
]
},
"properties": {
"key": "031201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
48.92249926375825
],
[
-33.75,
48.92249926375825
],
[
-33.75,
52.48278022207821
],
[
-39.375,
52.48278022207821
],
[
-39.375,
48.92249926375825
]
]
]
},
"properties": {
"key": "031203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
45.08903556483103
],
[
-33.75,
45.08903556483103
],
[
-33.75,
48.92249926375825
],
[
-39.375,
48.92249926375825
],
[
-39.375,
45.08903556483103
]
]
]
},
"properties": {
"key": "031221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
40.97989806962013
],
[
-33.75,
40.97989806962013
],
[
-33.75,
45.08903556483103
],
[
-39.375,
45.08903556483103
],
[
-39.375,
40.97989806962013
]
]
]
},
"properties": {
"key": "031223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
36.5978891330702
],
[
-33.75,
36.5978891330702
],
[
-33.75,
40.97989806962013
],
[
-39.375,
40.97989806962013
],
[
-39.375,
36.5978891330702
]
]
]
},
"properties": {
"key": "033001"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
31.952162238024954
],
[
-33.75,
31.952162238024954
],
[
-33.75,
36.5978891330702
],
[
-39.375,
36.5978891330702
],
[
-39.375,
31.952162238024954
]
]
]
},
"properties": {
"key": "033003"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
27.05912578437406
],
[
-33.75,
27.05912578437406
],
[
-33.75,
31.952162238024954
],
[
-39.375,
31.952162238024954
],
[
-39.375,
27.05912578437406
]
]
]
},
"properties": {
"key": "033021"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
21.943045533438177
],
[
-33.75,
21.943045533438177
],
[
-33.75,
27.05912578437406
],
[
-39.375,
27.05912578437406
],
[
-39.375,
21.943045533438177
]
]
]
},
"properties": {
"key": "033023"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
16.63619187839765
],
[
-33.75,
16.63619187839765
],
[
-33.75,
21.943045533438177
],
[
-39.375,
21.943045533438177
],
[
-39.375,
16.63619187839765
]
]
]
},
"properties": {
"key": "033201"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
11.178401873711792
],
[
-33.75,
11.178401873711792
],
[
-33.75,
16.63619187839765
],
[
-39.375,
16.63619187839765
],
[
-39.375,
11.178401873711792
]
]
]
},
"properties": {
"key": "033203"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
5.615985819155337
],
[
-33.75,
5.615985819155337
],
[
-33.75,
11.178401873711792
],
[
-39.375,
11.178401873711792
],
[
-39.375,
5.615985819155337
]
]
]
},
"properties": {
"key": "033221"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-39.375,
0
],
[
-33.75,
0
],
[
-33.75,
5.615985819155337
],
[
-39.375,
5.615985819155337
],
[
-39.375,
0
]
]
]
},
"properties": {
"key": "033223"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
84.54136107313408
],
[
-28.125,
84.54136107313408
],
[
-28.125,
85.0511287798066
],
[
-33.75,
85.0511287798066
],
[
-33.75,
84.54136107313408
]
]
]
},
"properties": {
"key": "011010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
83.97925949886205
],
[
-28.125,
83.97925949886205
],
[
-28.125,
84.54136107313408
],
[
-33.75,
84.54136107313408
],
[
-33.75,
83.97925949886205
]
]
]
},
"properties": {
"key": "011012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
83.35951133035451
],
[
-28.125,
83.35951133035451
],
[
-28.125,
83.97925949886205
],
[
-33.75,
83.97925949886205
],
[
-33.75,
83.35951133035451
]
]
]
},
"properties": {
"key": "011030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
82.67628497834903
],
[
-28.125,
82.67628497834903
],
[
-28.125,
83.35951133035451
],
[
-33.75,
83.35951133035451
],
[
-33.75,
82.67628497834903
]
]
]
},
"properties": {
"key": "011032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
81.92318632602198
],
[
-28.125,
81.92318632602198
],
[
-28.125,
82.67628497834903
],
[
-33.75,
82.67628497834903
],
[
-33.75,
81.92318632602198
]
]
]
},
"properties": {
"key": "011210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
81.09321385260839
],
[
-28.125,
81.09321385260839
],
[
-28.125,
81.92318632602198
],
[
-33.75,
81.92318632602198
],
[
-33.75,
81.09321385260839
]
]
]
},
"properties": {
"key": "011212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
80.17871349622823
],
[
-28.125,
80.17871349622823
],
[
-28.125,
81.09321385260839
],
[
-33.75,
81.09321385260839
],
[
-33.75,
80.17871349622823
]
]
]
},
"properties": {
"key": "011230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
79.17133464081945
],
[
-28.125,
79.17133464081945
],
[
-28.125,
80.17871349622823
],
[
-33.75,
80.17871349622823
],
[
-33.75,
79.17133464081945
]
]
]
},
"properties": {
"key": "011232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
78.06198918665974
],
[
-28.125,
78.06198918665974
],
[
-28.125,
79.17133464081945
],
[
-33.75,
79.17133464081945
],
[
-33.75,
78.06198918665974
]
]
]
},
"properties": {
"key": "013010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
76.84081641443098
],
[
-28.125,
76.84081641443098
],
[
-28.125,
78.06198918665974
],
[
-33.75,
78.06198918665974
],
[
-33.75,
76.84081641443098
]
]
]
},
"properties": {
"key": "013012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
75.49715731893085
],
[
-28.125,
75.49715731893085
],
[
-28.125,
76.84081641443098
],
[
-33.75,
76.84081641443098
],
[
-33.75,
75.49715731893085
]
]
]
},
"properties": {
"key": "013030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
74.01954331150226
],
[
-28.125,
74.01954331150226
],
[
-28.125,
75.49715731893085
],
[
-33.75,
75.49715731893085
],
[
-33.75,
74.01954331150226
]
]
]
},
"properties": {
"key": "013032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
72.39570570653261
],
[
-28.125,
72.39570570653261
],
[
-28.125,
74.01954331150226
],
[
-33.75,
74.01954331150226
],
[
-33.75,
72.39570570653261
]
]
]
},
"properties": {
"key": "013210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
70.61261423801925
],
[
-28.125,
70.61261423801925
],
[
-28.125,
72.39570570653261
],
[
-33.75,
72.39570570653261
],
[
-33.75,
70.61261423801925
]
]
]
},
"properties": {
"key": "013212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
68.65655498475736
],
[
-28.125,
68.65655498475736
],
[
-28.125,
70.61261423801925
],
[
-33.75,
70.61261423801925
],
[
-33.75,
68.65655498475736
]
]
]
},
"properties": {
"key": "013230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
66.51326044311186
],
[
-28.125,
66.51326044311186
],
[
-28.125,
68.65655498475736
],
[
-33.75,
68.65655498475736
],
[
-33.75,
66.51326044311186
]
]
]
},
"properties": {
"key": "013232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
64.16810689799154
],
[
-28.125,
64.16810689799154
],
[
-28.125,
66.51326044311186
],
[
-33.75,
66.51326044311186
],
[
-33.75,
64.16810689799154
]
]
]
},
"properties": {
"key": "031010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
61.60639637138627
],
[
-28.125,
61.60639637138627
],
[
-28.125,
64.16810689799154
],
[
-33.75,
64.16810689799154
],
[
-33.75,
61.60639637138627
]
]
]
},
"properties": {
"key": "031012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
58.81374171570782
],
[
-28.125,
58.81374171570782
],
[
-28.125,
61.60639637138627
],
[
-33.75,
61.60639637138627
],
[
-33.75,
58.81374171570782
]
]
]
},
"properties": {
"key": "031030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
55.77657301866769
],
[
-28.125,
55.77657301866769
],
[
-28.125,
58.81374171570782
],
[
-33.75,
58.81374171570782
],
[
-33.75,
55.77657301866769
]
]
]
},
"properties": {
"key": "031032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
52.48278022207821
],
[
-28.125,
52.48278022207821
],
[
-28.125,
55.77657301866769
],
[
-33.75,
55.77657301866769
],
[
-33.75,
52.48278022207821
]
]
]
},
"properties": {
"key": "031210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
48.92249926375825
],
[
-28.125,
48.92249926375825
],
[
-28.125,
52.48278022207821
],
[
-33.75,
52.48278022207821
],
[
-33.75,
48.92249926375825
]
]
]
},
"properties": {
"key": "031212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
45.08903556483103
],
[
-28.125,
45.08903556483103
],
[
-28.125,
48.92249926375825
],
[
-33.75,
48.92249926375825
],
[
-33.75,
45.08903556483103
]
]
]
},
"properties": {
"key": "031230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
40.97989806962013
],
[
-28.125,
40.97989806962013
],
[
-28.125,
45.08903556483103
],
[
-33.75,
45.08903556483103
],
[
-33.75,
40.97989806962013
]
]
]
},
"properties": {
"key": "031232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
36.5978891330702
],
[
-28.125,
36.5978891330702
],
[
-28.125,
40.97989806962013
],
[
-33.75,
40.97989806962013
],
[
-33.75,
36.5978891330702
]
]
]
},
"properties": {
"key": "033010"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
31.952162238024954
],
[
-28.125,
31.952162238024954
],
[
-28.125,
36.5978891330702
],
[
-33.75,
36.5978891330702
],
[
-33.75,
31.952162238024954
]
]
]
},
"properties": {
"key": "033012"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
27.05912578437406
],
[
-28.125,
27.05912578437406
],
[
-28.125,
31.952162238024954
],
[
-33.75,
31.952162238024954
],
[
-33.75,
27.05912578437406
]
]
]
},
"properties": {
"key": "033030"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
21.943045533438177
],
[
-28.125,
21.943045533438177
],
[
-28.125,
27.05912578437406
],
[
-33.75,
27.05912578437406
],
[
-33.75,
21.943045533438177
]
]
]
},
"properties": {
"key": "033032"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
16.63619187839765
],
[
-28.125,
16.63619187839765
],
[
-28.125,
21.943045533438177
],
[
-33.75,
21.943045533438177
],
[
-33.75,
16.63619187839765
]
]
]
},
"properties": {
"key": "033210"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
11.178401873711792
],
[
-28.125,
11.178401873711792
],
[
-28.125,
16.63619187839765
],
[
-33.75,
16.63619187839765
],
[
-33.75,
11.178401873711792
]
]
]
},
"properties": {
"key": "033212"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
5.615985819155337
],
[
-28.125,
5.615985819155337
],
[
-28.125,
11.178401873711792
],
[
-33.75,
11.178401873711792
],
[
-33.75,
5.615985819155337
]
]
]
},
"properties": {
"key": "033230"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-33.75,
0
],
[
-28.125,
0
],
[
-28.125,
5.615985819155337
],
[
-33.75,
5.615985819155337
],
[
-33.75,
0
]
]
]
},
"properties": {
"key": "033232"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
84.54136107313408
],
[
-22.5,
84.54136107313408
],
[
-22.5,
85.0511287798066
],
[
-28.125,
85.0511287798066
],
[
-28.125,
84.54136107313408
]
]
]
},
"properties": {
"key": "011011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
83.97925949886205
],
[
-22.5,
83.97925949886205
],
[
-22.5,
84.54136107313408
],
[
-28.125,
84.54136107313408
],
[
-28.125,
83.97925949886205
]
]
]
},
"properties": {
"key": "011013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
83.35951133035451
],
[
-22.5,
83.35951133035451
],
[
-22.5,
83.97925949886205
],
[
-28.125,
83.97925949886205
],
[
-28.125,
83.35951133035451
]
]
]
},
"properties": {
"key": "011031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
82.67628497834903
],
[
-22.5,
82.67628497834903
],
[
-22.5,
83.35951133035451
],
[
-28.125,
83.35951133035451
],
[
-28.125,
82.67628497834903
]
]
]
},
"properties": {
"key": "011033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
81.92318632602198
],
[
-22.5,
81.92318632602198
],
[
-22.5,
82.67628497834903
],
[
-28.125,
82.67628497834903
],
[
-28.125,
81.92318632602198
]
]
]
},
"properties": {
"key": "011211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
81.09321385260839
],
[
-22.5,
81.09321385260839
],
[
-22.5,
81.92318632602198
],
[
-28.125,
81.92318632602198
],
[
-28.125,
81.09321385260839
]
]
]
},
"properties": {
"key": "011213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
80.17871349622823
],
[
-22.5,
80.17871349622823
],
[
-22.5,
81.09321385260839
],
[
-28.125,
81.09321385260839
],
[
-28.125,
80.17871349622823
]
]
]
},
"properties": {
"key": "011231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
79.17133464081945
],
[
-22.5,
79.17133464081945
],
[
-22.5,
80.17871349622823
],
[
-28.125,
80.17871349622823
],
[
-28.125,
79.17133464081945
]
]
]
},
"properties": {
"key": "011233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
78.06198918665974
],
[
-22.5,
78.06198918665974
],
[
-22.5,
79.17133464081945
],
[
-28.125,
79.17133464081945
],
[
-28.125,
78.06198918665974
]
]
]
},
"properties": {
"key": "013011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
76.84081641443098
],
[
-22.5,
76.84081641443098
],
[
-22.5,
78.06198918665974
],
[
-28.125,
78.06198918665974
],
[
-28.125,
76.84081641443098
]
]
]
},
"properties": {
"key": "013013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
75.49715731893085
],
[
-22.5,
75.49715731893085
],
[
-22.5,
76.84081641443098
],
[
-28.125,
76.84081641443098
],
[
-28.125,
75.49715731893085
]
]
]
},
"properties": {
"key": "013031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
74.01954331150226
],
[
-22.5,
74.01954331150226
],
[
-22.5,
75.49715731893085
],
[
-28.125,
75.49715731893085
],
[
-28.125,
74.01954331150226
]
]
]
},
"properties": {
"key": "013033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
72.39570570653261
],
[
-22.5,
72.39570570653261
],
[
-22.5,
74.01954331150226
],
[
-28.125,
74.01954331150226
],
[
-28.125,
72.39570570653261
]
]
]
},
"properties": {
"key": "013211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
70.61261423801925
],
[
-22.5,
70.61261423801925
],
[
-22.5,
72.39570570653261
],
[
-28.125,
72.39570570653261
],
[
-28.125,
70.61261423801925
]
]
]
},
"properties": {
"key": "013213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
68.65655498475736
],
[
-22.5,
68.65655498475736
],
[
-22.5,
70.61261423801925
],
[
-28.125,
70.61261423801925
],
[
-28.125,
68.65655498475736
]
]
]
},
"properties": {
"key": "013231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
66.51326044311186
],
[
-22.5,
66.51326044311186
],
[
-22.5,
68.65655498475736
],
[
-28.125,
68.65655498475736
],
[
-28.125,
66.51326044311186
]
]
]
},
"properties": {
"key": "013233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
64.16810689799154
],
[
-22.5,
64.16810689799154
],
[
-22.5,
66.51326044311186
],
[
-28.125,
66.51326044311186
],
[
-28.125,
64.16810689799154
]
]
]
},
"properties": {
"key": "031011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
61.60639637138627
],
[
-22.5,
61.60639637138627
],
[
-22.5,
64.16810689799154
],
[
-28.125,
64.16810689799154
],
[
-28.125,
61.60639637138627
]
]
]
},
"properties": {
"key": "031013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
58.81374171570782
],
[
-22.5,
58.81374171570782
],
[
-22.5,
61.60639637138627
],
[
-28.125,
61.60639637138627
],
[
-28.125,
58.81374171570782
]
]
]
},
"properties": {
"key": "031031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
55.77657301866769
],
[
-22.5,
55.77657301866769
],
[
-22.5,
58.81374171570782
],
[
-28.125,
58.81374171570782
],
[
-28.125,
55.77657301866769
]
]
]
},
"properties": {
"key": "031033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
52.48278022207821
],
[
-22.5,
52.48278022207821
],
[
-22.5,
55.77657301866769
],
[
-28.125,
55.77657301866769
],
[
-28.125,
52.48278022207821
]
]
]
},
"properties": {
"key": "031211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
48.92249926375825
],
[
-22.5,
48.92249926375825
],
[
-22.5,
52.48278022207821
],
[
-28.125,
52.48278022207821
],
[
-28.125,
48.92249926375825
]
]
]
},
"properties": {
"key": "031213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
45.08903556483103
],
[
-22.5,
45.08903556483103
],
[
-22.5,
48.92249926375825
],
[
-28.125,
48.92249926375825
],
[
-28.125,
45.08903556483103
]
]
]
},
"properties": {
"key": "031231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
40.97989806962013
],
[
-22.5,
40.97989806962013
],
[
-22.5,
45.08903556483103
],
[
-28.125,
45.08903556483103
],
[
-28.125,
40.97989806962013
]
]
]
},
"properties": {
"key": "031233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
36.5978891330702
],
[
-22.5,
36.5978891330702
],
[
-22.5,
40.97989806962013
],
[
-28.125,
40.97989806962013
],
[
-28.125,
36.5978891330702
]
]
]
},
"properties": {
"key": "033011"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
31.952162238024954
],
[
-22.5,
31.952162238024954
],
[
-22.5,
36.5978891330702
],
[
-28.125,
36.5978891330702
],
[
-28.125,
31.952162238024954
]
]
]
},
"properties": {
"key": "033013"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
27.05912578437406
],
[
-22.5,
27.05912578437406
],
[
-22.5,
31.952162238024954
],
[
-28.125,
31.952162238024954
],
[
-28.125,
27.05912578437406
]
]
]
},
"properties": {
"key": "033031"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
21.943045533438177
],
[
-22.5,
21.943045533438177
],
[
-22.5,
27.05912578437406
],
[
-28.125,
27.05912578437406
],
[
-28.125,
21.943045533438177
]
]
]
},
"properties": {
"key": "033033"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
16.63619187839765
],
[
-22.5,
16.63619187839765
],
[
-22.5,
21.943045533438177
],
[
-28.125,
21.943045533438177
],
[
-28.125,
16.63619187839765
]
]
]
},
"properties": {
"key": "033211"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
11.178401873711792
],
[
-22.5,
11.178401873711792
],
[
-22.5,
16.63619187839765
],
[
-28.125,
16.63619187839765
],
[
-28.125,
11.178401873711792
]
]
]
},
"properties": {
"key": "033213"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
5.615985819155337
],
[
-22.5,
5.615985819155337
],
[
-22.5,
11.178401873711792
],
[
-28.125,
11.178401873711792
],
[
-28.125,
5.615985819155337
]
]
]
},
"properties": {
"key": "033231"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.125,
0
],
[
-22.5,
0
],
[
-22.5,
5.615985819155337
],
[
-28.125,
5.615985819155337
],
[
-28.125,
0
]
]
]
},
"properties": {
"key": "033233"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
84.54136107313408
],
[
-16.875,
84.54136107313408
],
[
-16.875,
85.0511287798066
],
[
-22.5,
85.0511287798066
],
[
-22.5,
84.54136107313408
]
]
]
},
"properties": {
"key": "011100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
83.97925949886205
],
[
-16.875,
83.97925949886205
],
[
-16.875,
84.54136107313408
],
[
-22.5,
84.54136107313408
],
[
-22.5,
83.97925949886205
]
]
]
},
"properties": {
"key": "011102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
83.35951133035451
],
[
-16.875,
83.35951133035451
],
[
-16.875,
83.97925949886205
],
[
-22.5,
83.97925949886205
],
[
-22.5,
83.35951133035451
]
]
]
},
"properties": {
"key": "011120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
82.67628497834903
],
[
-16.875,
82.67628497834903
],
[
-16.875,
83.35951133035451
],
[
-22.5,
83.35951133035451
],
[
-22.5,
82.67628497834903
]
]
]
},
"properties": {
"key": "011122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
81.92318632602198
],
[
-16.875,
81.92318632602198
],
[
-16.875,
82.67628497834903
],
[
-22.5,
82.67628497834903
],
[
-22.5,
81.92318632602198
]
]
]
},
"properties": {
"key": "011300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
81.09321385260839
],
[
-16.875,
81.09321385260839
],
[
-16.875,
81.92318632602198
],
[
-22.5,
81.92318632602198
],
[
-22.5,
81.09321385260839
]
]
]
},
"properties": {
"key": "011302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
80.17871349622823
],
[
-16.875,
80.17871349622823
],
[
-16.875,
81.09321385260839
],
[
-22.5,
81.09321385260839
],
[
-22.5,
80.17871349622823
]
]
]
},
"properties": {
"key": "011320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
79.17133464081945
],
[
-16.875,
79.17133464081945
],
[
-16.875,
80.17871349622823
],
[
-22.5,
80.17871349622823
],
[
-22.5,
79.17133464081945
]
]
]
},
"properties": {
"key": "011322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
78.06198918665974
],
[
-16.875,
78.06198918665974
],
[
-16.875,
79.17133464081945
],
[
-22.5,
79.17133464081945
],
[
-22.5,
78.06198918665974
]
]
]
},
"properties": {
"key": "013100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
76.84081641443098
],
[
-16.875,
76.84081641443098
],
[
-16.875,
78.06198918665974
],
[
-22.5,
78.06198918665974
],
[
-22.5,
76.84081641443098
]
]
]
},
"properties": {
"key": "013102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
75.49715731893085
],
[
-16.875,
75.49715731893085
],
[
-16.875,
76.84081641443098
],
[
-22.5,
76.84081641443098
],
[
-22.5,
75.49715731893085
]
]
]
},
"properties": {
"key": "013120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
74.01954331150226
],
[
-16.875,
74.01954331150226
],
[
-16.875,
75.49715731893085
],
[
-22.5,
75.49715731893085
],
[
-22.5,
74.01954331150226
]
]
]
},
"properties": {
"key": "013122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
72.39570570653261
],
[
-16.875,
72.39570570653261
],
[
-16.875,
74.01954331150226
],
[
-22.5,
74.01954331150226
],
[
-22.5,
72.39570570653261
]
]
]
},
"properties": {
"key": "013300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
70.61261423801925
],
[
-16.875,
70.61261423801925
],
[
-16.875,
72.39570570653261
],
[
-22.5,
72.39570570653261
],
[
-22.5,
70.61261423801925
]
]
]
},
"properties": {
"key": "013302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
68.65655498475736
],
[
-16.875,
68.65655498475736
],
[
-16.875,
70.61261423801925
],
[
-22.5,
70.61261423801925
],
[
-22.5,
68.65655498475736
]
]
]
},
"properties": {
"key": "013320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
66.51326044311186
],
[
-16.875,
66.51326044311186
],
[
-16.875,
68.65655498475736
],
[
-22.5,
68.65655498475736
],
[
-22.5,
66.51326044311186
]
]
]
},
"properties": {
"key": "013322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
64.16810689799154
],
[
-16.875,
64.16810689799154
],
[
-16.875,
66.51326044311186
],
[
-22.5,
66.51326044311186
],
[
-22.5,
64.16810689799154
]
]
]
},
"properties": {
"key": "031100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
61.60639637138627
],
[
-16.875,
61.60639637138627
],
[
-16.875,
64.16810689799154
],
[
-22.5,
64.16810689799154
],
[
-22.5,
61.60639637138627
]
]
]
},
"properties": {
"key": "031102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
58.81374171570782
],
[
-16.875,
58.81374171570782
],
[
-16.875,
61.60639637138627
],
[
-22.5,
61.60639637138627
],
[
-22.5,
58.81374171570782
]
]
]
},
"properties": {
"key": "031120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
55.77657301866769
],
[
-16.875,
55.77657301866769
],
[
-16.875,
58.81374171570782
],
[
-22.5,
58.81374171570782
],
[
-22.5,
55.77657301866769
]
]
]
},
"properties": {
"key": "031122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
52.48278022207821
],
[
-16.875,
52.48278022207821
],
[
-16.875,
55.77657301866769
],
[
-22.5,
55.77657301866769
],
[
-22.5,
52.48278022207821
]
]
]
},
"properties": {
"key": "031300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
48.92249926375825
],
[
-16.875,
48.92249926375825
],
[
-16.875,
52.48278022207821
],
[
-22.5,
52.48278022207821
],
[
-22.5,
48.92249926375825
]
]
]
},
"properties": {
"key": "031302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
45.08903556483103
],
[
-16.875,
45.08903556483103
],
[
-16.875,
48.92249926375825
],
[
-22.5,
48.92249926375825
],
[
-22.5,
45.08903556483103
]
]
]
},
"properties": {
"key": "031320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
40.97989806962013
],
[
-16.875,
40.97989806962013
],
[
-16.875,
45.08903556483103
],
[
-22.5,
45.08903556483103
],
[
-22.5,
40.97989806962013
]
]
]
},
"properties": {
"key": "031322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
36.5978891330702
],
[
-16.875,
36.5978891330702
],
[
-16.875,
40.97989806962013
],
[
-22.5,
40.97989806962013
],
[
-22.5,
36.5978891330702
]
]
]
},
"properties": {
"key": "033100"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
31.952162238024954
],
[
-16.875,
31.952162238024954
],
[
-16.875,
36.5978891330702
],
[
-22.5,
36.5978891330702
],
[
-22.5,
31.952162238024954
]
]
]
},
"properties": {
"key": "033102"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
27.05912578437406
],
[
-16.875,
27.05912578437406
],
[
-16.875,
31.952162238024954
],
[
-22.5,
31.952162238024954
],
[
-22.5,
27.05912578437406
]
]
]
},
"properties": {
"key": "033120"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
21.943045533438177
],
[
-16.875,
21.943045533438177
],
[
-16.875,
27.05912578437406
],
[
-22.5,
27.05912578437406
],
[
-22.5,
21.943045533438177
]
]
]
},
"properties": {
"key": "033122"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
16.63619187839765
],
[
-16.875,
16.63619187839765
],
[
-16.875,
21.943045533438177
],
[
-22.5,
21.943045533438177
],
[
-22.5,
16.63619187839765
]
]
]
},
"properties": {
"key": "033300"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
11.178401873711792
],
[
-16.875,
11.178401873711792
],
[
-16.875,
16.63619187839765
],
[
-22.5,
16.63619187839765
],
[
-22.5,
11.178401873711792
]
]
]
},
"properties": {
"key": "033302"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
5.615985819155337
],
[
-16.875,
5.615985819155337
],
[
-16.875,
11.178401873711792
],
[
-22.5,
11.178401873711792
],
[
-22.5,
5.615985819155337
]
]
]
},
"properties": {
"key": "033320"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-22.5,
0
],
[
-16.875,
0
],
[
-16.875,
5.615985819155337
],
[
-22.5,
5.615985819155337
],
[
-22.5,
0
]
]
]
},
"properties": {
"key": "033322"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
84.54136107313408
],
[
-11.25,
84.54136107313408
],
[
-11.25,
85.0511287798066
],
[
-16.875,
85.0511287798066
],
[
-16.875,
84.54136107313408
]
]
]
},
"properties": {
"key": "011101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
83.97925949886205
],
[
-11.25,
83.97925949886205
],
[
-11.25,
84.54136107313408
],
[
-16.875,
84.54136107313408
],
[
-16.875,
83.97925949886205
]
]
]
},
"properties": {
"key": "011103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
83.35951133035451
],
[
-11.25,
83.35951133035451
],
[
-11.25,
83.97925949886205
],
[
-16.875,
83.97925949886205
],
[
-16.875,
83.35951133035451
]
]
]
},
"properties": {
"key": "011121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
82.67628497834903
],
[
-11.25,
82.67628497834903
],
[
-11.25,
83.35951133035451
],
[
-16.875,
83.35951133035451
],
[
-16.875,
82.67628497834903
]
]
]
},
"properties": {
"key": "011123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
81.92318632602198
],
[
-11.25,
81.92318632602198
],
[
-11.25,
82.67628497834903
],
[
-16.875,
82.67628497834903
],
[
-16.875,
81.92318632602198
]
]
]
},
"properties": {
"key": "011301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
81.09321385260839
],
[
-11.25,
81.09321385260839
],
[
-11.25,
81.92318632602198
],
[
-16.875,
81.92318632602198
],
[
-16.875,
81.09321385260839
]
]
]
},
"properties": {
"key": "011303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
80.17871349622823
],
[
-11.25,
80.17871349622823
],
[
-11.25,
81.09321385260839
],
[
-16.875,
81.09321385260839
],
[
-16.875,
80.17871349622823
]
]
]
},
"properties": {
"key": "011321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
79.17133464081945
],
[
-11.25,
79.17133464081945
],
[
-11.25,
80.17871349622823
],
[
-16.875,
80.17871349622823
],
[
-16.875,
79.17133464081945
]
]
]
},
"properties": {
"key": "011323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
78.06198918665974
],
[
-11.25,
78.06198918665974
],
[
-11.25,
79.17133464081945
],
[
-16.875,
79.17133464081945
],
[
-16.875,
78.06198918665974
]
]
]
},
"properties": {
"key": "013101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
76.84081641443098
],
[
-11.25,
76.84081641443098
],
[
-11.25,
78.06198918665974
],
[
-16.875,
78.06198918665974
],
[
-16.875,
76.84081641443098
]
]
]
},
"properties": {
"key": "013103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
75.49715731893085
],
[
-11.25,
75.49715731893085
],
[
-11.25,
76.84081641443098
],
[
-16.875,
76.84081641443098
],
[
-16.875,
75.49715731893085
]
]
]
},
"properties": {
"key": "013121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
74.01954331150226
],
[
-11.25,
74.01954331150226
],
[
-11.25,
75.49715731893085
],
[
-16.875,
75.49715731893085
],
[
-16.875,
74.01954331150226
]
]
]
},
"properties": {
"key": "013123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
72.39570570653261
],
[
-11.25,
72.39570570653261
],
[
-11.25,
74.01954331150226
],
[
-16.875,
74.01954331150226
],
[
-16.875,
72.39570570653261
]
]
]
},
"properties": {
"key": "013301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
70.61261423801925
],
[
-11.25,
70.61261423801925
],
[
-11.25,
72.39570570653261
],
[
-16.875,
72.39570570653261
],
[
-16.875,
70.61261423801925
]
]
]
},
"properties": {
"key": "013303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
68.65655498475736
],
[
-11.25,
68.65655498475736
],
[
-11.25,
70.61261423801925
],
[
-16.875,
70.61261423801925
],
[
-16.875,
68.65655498475736
]
]
]
},
"properties": {
"key": "013321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
66.51326044311186
],
[
-11.25,
66.51326044311186
],
[
-11.25,
68.65655498475736
],
[
-16.875,
68.65655498475736
],
[
-16.875,
66.51326044311186
]
]
]
},
"properties": {
"key": "013323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
64.16810689799154
],
[
-11.25,
64.16810689799154
],
[
-11.25,
66.51326044311186
],
[
-16.875,
66.51326044311186
],
[
-16.875,
64.16810689799154
]
]
]
},
"properties": {
"key": "031101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
61.60639637138627
],
[
-11.25,
61.60639637138627
],
[
-11.25,
64.16810689799154
],
[
-16.875,
64.16810689799154
],
[
-16.875,
61.60639637138627
]
]
]
},
"properties": {
"key": "031103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
58.81374171570782
],
[
-11.25,
58.81374171570782
],
[
-11.25,
61.60639637138627
],
[
-16.875,
61.60639637138627
],
[
-16.875,
58.81374171570782
]
]
]
},
"properties": {
"key": "031121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
55.77657301866769
],
[
-11.25,
55.77657301866769
],
[
-11.25,
58.81374171570782
],
[
-16.875,
58.81374171570782
],
[
-16.875,
55.77657301866769
]
]
]
},
"properties": {
"key": "031123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
52.48278022207821
],
[
-11.25,
52.48278022207821
],
[
-11.25,
55.77657301866769
],
[
-16.875,
55.77657301866769
],
[
-16.875,
52.48278022207821
]
]
]
},
"properties": {
"key": "031301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
48.92249926375825
],
[
-11.25,
48.92249926375825
],
[
-11.25,
52.48278022207821
],
[
-16.875,
52.48278022207821
],
[
-16.875,
48.92249926375825
]
]
]
},
"properties": {
"key": "031303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
45.08903556483103
],
[
-11.25,
45.08903556483103
],
[
-11.25,
48.92249926375825
],
[
-16.875,
48.92249926375825
],
[
-16.875,
45.08903556483103
]
]
]
},
"properties": {
"key": "031321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
40.97989806962013
],
[
-11.25,
40.97989806962013
],
[
-11.25,
45.08903556483103
],
[
-16.875,
45.08903556483103
],
[
-16.875,
40.97989806962013
]
]
]
},
"properties": {
"key": "031323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
36.5978891330702
],
[
-11.25,
36.5978891330702
],
[
-11.25,
40.97989806962013
],
[
-16.875,
40.97989806962013
],
[
-16.875,
36.5978891330702
]
]
]
},
"properties": {
"key": "033101"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
31.952162238024954
],
[
-11.25,
31.952162238024954
],
[
-11.25,
36.5978891330702
],
[
-16.875,
36.5978891330702
],
[
-16.875,
31.952162238024954
]
]
]
},
"properties": {
"key": "033103"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
27.05912578437406
],
[
-11.25,
27.05912578437406
],
[
-11.25,
31.952162238024954
],
[
-16.875,
31.952162238024954
],
[
-16.875,
27.05912578437406
]
]
]
},
"properties": {
"key": "033121"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
21.943045533438177
],
[
-11.25,
21.943045533438177
],
[
-11.25,
27.05912578437406
],
[
-16.875,
27.05912578437406
],
[
-16.875,
21.943045533438177
]
]
]
},
"properties": {
"key": "033123"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
16.63619187839765
],
[
-11.25,
16.63619187839765
],
[
-11.25,
21.943045533438177
],
[
-16.875,
21.943045533438177
],
[
-16.875,
16.63619187839765
]
]
]
},
"properties": {
"key": "033301"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
11.178401873711792
],
[
-11.25,
11.178401873711792
],
[
-11.25,
16.63619187839765
],
[
-16.875,
16.63619187839765
],
[
-16.875,
11.178401873711792
]
]
]
},
"properties": {
"key": "033303"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
5.615985819155337
],
[
-11.25,
5.615985819155337
],
[
-11.25,
11.178401873711792
],
[
-16.875,
11.178401873711792
],
[
-16.875,
5.615985819155337
]
]
]
},
"properties": {
"key": "033321"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-16.875,
0
],
[
-11.25,
0
],
[
-11.25,
5.615985819155337
],
[
-16.875,
5.615985819155337
],
[
-16.875,
0
]
]
]
},
"properties": {
"key": "033323"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
84.54136107313408
],
[
-5.625,
84.54136107313408
],
[
-5.625,
85.0511287798066
],
[
-11.25,
85.0511287798066
],
[
-11.25,
84.54136107313408
]
]
]
},
"properties": {
"key": "011110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
83.97925949886205
],
[
-5.625,
83.97925949886205
],
[
-5.625,
84.54136107313408
],
[
-11.25,
84.54136107313408
],
[
-11.25,
83.97925949886205
]
]
]
},
"properties": {
"key": "011112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
83.35951133035451
],
[
-5.625,
83.35951133035451
],
[
-5.625,
83.97925949886205
],
[
-11.25,
83.97925949886205
],
[
-11.25,
83.35951133035451
]
]
]
},
"properties": {
"key": "011130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
82.67628497834903
],
[
-5.625,
82.67628497834903
],
[
-5.625,
83.35951133035451
],
[
-11.25,
83.35951133035451
],
[
-11.25,
82.67628497834903
]
]
]
},
"properties": {
"key": "011132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
81.92318632602198
],
[
-5.625,
81.92318632602198
],
[
-5.625,
82.67628497834903
],
[
-11.25,
82.67628497834903
],
[
-11.25,
81.92318632602198
]
]
]
},
"properties": {
"key": "011310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
81.09321385260839
],
[
-5.625,
81.09321385260839
],
[
-5.625,
81.92318632602198
],
[
-11.25,
81.92318632602198
],
[
-11.25,
81.09321385260839
]
]
]
},
"properties": {
"key": "011312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
80.17871349622823
],
[
-5.625,
80.17871349622823
],
[
-5.625,
81.09321385260839
],
[
-11.25,
81.09321385260839
],
[
-11.25,
80.17871349622823
]
]
]
},
"properties": {
"key": "011330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
79.17133464081945
],
[
-5.625,
79.17133464081945
],
[
-5.625,
80.17871349622823
],
[
-11.25,
80.17871349622823
],
[
-11.25,
79.17133464081945
]
]
]
},
"properties": {
"key": "011332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
78.06198918665974
],
[
-5.625,
78.06198918665974
],
[
-5.625,
79.17133464081945
],
[
-11.25,
79.17133464081945
],
[
-11.25,
78.06198918665974
]
]
]
},
"properties": {
"key": "013110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
76.84081641443098
],
[
-5.625,
76.84081641443098
],
[
-5.625,
78.06198918665974
],
[
-11.25,
78.06198918665974
],
[
-11.25,
76.84081641443098
]
]
]
},
"properties": {
"key": "013112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
75.49715731893085
],
[
-5.625,
75.49715731893085
],
[
-5.625,
76.84081641443098
],
[
-11.25,
76.84081641443098
],
[
-11.25,
75.49715731893085
]
]
]
},
"properties": {
"key": "013130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
74.01954331150226
],
[
-5.625,
74.01954331150226
],
[
-5.625,
75.49715731893085
],
[
-11.25,
75.49715731893085
],
[
-11.25,
74.01954331150226
]
]
]
},
"properties": {
"key": "013132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
72.39570570653261
],
[
-5.625,
72.39570570653261
],
[
-5.625,
74.01954331150226
],
[
-11.25,
74.01954331150226
],
[
-11.25,
72.39570570653261
]
]
]
},
"properties": {
"key": "013310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
70.61261423801925
],
[
-5.625,
70.61261423801925
],
[
-5.625,
72.39570570653261
],
[
-11.25,
72.39570570653261
],
[
-11.25,
70.61261423801925
]
]
]
},
"properties": {
"key": "013312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
68.65655498475736
],
[
-5.625,
68.65655498475736
],
[
-5.625,
70.61261423801925
],
[
-11.25,
70.61261423801925
],
[
-11.25,
68.65655498475736
]
]
]
},
"properties": {
"key": "013330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
66.51326044311186
],
[
-5.625,
66.51326044311186
],
[
-5.625,
68.65655498475736
],
[
-11.25,
68.65655498475736
],
[
-11.25,
66.51326044311186
]
]
]
},
"properties": {
"key": "013332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
64.16810689799154
],
[
-5.625,
64.16810689799154
],
[
-5.625,
66.51326044311186
],
[
-11.25,
66.51326044311186
],
[
-11.25,
64.16810689799154
]
]
]
},
"properties": {
"key": "031110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
61.60639637138627
],
[
-5.625,
61.60639637138627
],
[
-5.625,
64.16810689799154
],
[
-11.25,
64.16810689799154
],
[
-11.25,
61.60639637138627
]
]
]
},
"properties": {
"key": "031112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
58.81374171570782
],
[
-5.625,
58.81374171570782
],
[
-5.625,
61.60639637138627
],
[
-11.25,
61.60639637138627
],
[
-11.25,
58.81374171570782
]
]
]
},
"properties": {
"key": "031130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
55.77657301866769
],
[
-5.625,
55.77657301866769
],
[
-5.625,
58.81374171570782
],
[
-11.25,
58.81374171570782
],
[
-11.25,
55.77657301866769
]
]
]
},
"properties": {
"key": "031132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
52.48278022207821
],
[
-5.625,
52.48278022207821
],
[
-5.625,
55.77657301866769
],
[
-11.25,
55.77657301866769
],
[
-11.25,
52.48278022207821
]
]
]
},
"properties": {
"key": "031310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
48.92249926375825
],
[
-5.625,
48.92249926375825
],
[
-5.625,
52.48278022207821
],
[
-11.25,
52.48278022207821
],
[
-11.25,
48.92249926375825
]
]
]
},
"properties": {
"key": "031312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
45.08903556483103
],
[
-5.625,
45.08903556483103
],
[
-5.625,
48.92249926375825
],
[
-11.25,
48.92249926375825
],
[
-11.25,
45.08903556483103
]
]
]
},
"properties": {
"key": "031330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
40.97989806962013
],
[
-5.625,
40.97989806962013
],
[
-5.625,
45.08903556483103
],
[
-11.25,
45.08903556483103
],
[
-11.25,
40.97989806962013
]
]
]
},
"properties": {
"key": "031332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
36.5978891330702
],
[
-5.625,
36.5978891330702
],
[
-5.625,
40.97989806962013
],
[
-11.25,
40.97989806962013
],
[
-11.25,
36.5978891330702
]
]
]
},
"properties": {
"key": "033110"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
31.952162238024954
],
[
-5.625,
31.952162238024954
],
[
-5.625,
36.5978891330702
],
[
-11.25,
36.5978891330702
],
[
-11.25,
31.952162238024954
]
]
]
},
"properties": {
"key": "033112"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
27.05912578437406
],
[
-5.625,
27.05912578437406
],
[
-5.625,
31.952162238024954
],
[
-11.25,
31.952162238024954
],
[
-11.25,
27.05912578437406
]
]
]
},
"properties": {
"key": "033130"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
21.943045533438177
],
[
-5.625,
21.943045533438177
],
[
-5.625,
27.05912578437406
],
[
-11.25,
27.05912578437406
],
[
-11.25,
21.943045533438177
]
]
]
},
"properties": {
"key": "033132"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
16.63619187839765
],
[
-5.625,
16.63619187839765
],
[
-5.625,
21.943045533438177
],
[
-11.25,
21.943045533438177
],
[
-11.25,
16.63619187839765
]
]
]
},
"properties": {
"key": "033310"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
11.178401873711792
],
[
-5.625,
11.178401873711792
],
[
-5.625,
16.63619187839765
],
[
-11.25,
16.63619187839765
],
[
-11.25,
11.178401873711792
]
]
]
},
"properties": {
"key": "033312"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
5.615985819155337
],
[
-5.625,
5.615985819155337
],
[
-5.625,
11.178401873711792
],
[
-11.25,
11.178401873711792
],
[
-11.25,
5.615985819155337
]
]
]
},
"properties": {
"key": "033330"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-11.25,
0
],
[
-5.625,
0
],
[
-5.625,
5.615985819155337
],
[
-11.25,
5.615985819155337
],
[
-11.25,
0
]
]
]
},
"properties": {
"key": "033332"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
84.54136107313408
],
[
0,
84.54136107313408
],
[
0,
85.0511287798066
],
[
-5.625,
85.0511287798066
],
[
-5.625,
84.54136107313408
]
]
]
},
"properties": {
"key": "011111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
83.97925949886205
],
[
0,
83.97925949886205
],
[
0,
84.54136107313408
],
[
-5.625,
84.54136107313408
],
[
-5.625,
83.97925949886205
]
]
]
},
"properties": {
"key": "011113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
83.35951133035451
],
[
0,
83.35951133035451
],
[
0,
83.97925949886205
],
[
-5.625,
83.97925949886205
],
[
-5.625,
83.35951133035451
]
]
]
},
"properties": {
"key": "011131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
82.67628497834903
],
[
0,
82.67628497834903
],
[
0,
83.35951133035451
],
[
-5.625,
83.35951133035451
],
[
-5.625,
82.67628497834903
]
]
]
},
"properties": {
"key": "011133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
81.92318632602198
],
[
0,
81.92318632602198
],
[
0,
82.67628497834903
],
[
-5.625,
82.67628497834903
],
[
-5.625,
81.92318632602198
]
]
]
},
"properties": {
"key": "011311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
81.09321385260839
],
[
0,
81.09321385260839
],
[
0,
81.92318632602198
],
[
-5.625,
81.92318632602198
],
[
-5.625,
81.09321385260839
]
]
]
},
"properties": {
"key": "011313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
80.17871349622823
],
[
0,
80.17871349622823
],
[
0,
81.09321385260839
],
[
-5.625,
81.09321385260839
],
[
-5.625,
80.17871349622823
]
]
]
},
"properties": {
"key": "011331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
79.17133464081945
],
[
0,
79.17133464081945
],
[
0,
80.17871349622823
],
[
-5.625,
80.17871349622823
],
[
-5.625,
79.17133464081945
]
]
]
},
"properties": {
"key": "011333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
78.06198918665974
],
[
0,
78.06198918665974
],
[
0,
79.17133464081945
],
[
-5.625,
79.17133464081945
],
[
-5.625,
78.06198918665974
]
]
]
},
"properties": {
"key": "013111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
76.84081641443098
],
[
0,
76.84081641443098
],
[
0,
78.06198918665974
],
[
-5.625,
78.06198918665974
],
[
-5.625,
76.84081641443098
]
]
]
},
"properties": {
"key": "013113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
75.49715731893085
],
[
0,
75.49715731893085
],
[
0,
76.84081641443098
],
[
-5.625,
76.84081641443098
],
[
-5.625,
75.49715731893085
]
]
]
},
"properties": {
"key": "013131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
74.01954331150226
],
[
0,
74.01954331150226
],
[
0,
75.49715731893085
],
[
-5.625,
75.49715731893085
],
[
-5.625,
74.01954331150226
]
]
]
},
"properties": {
"key": "013133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
72.39570570653261
],
[
0,
72.39570570653261
],
[
0,
74.01954331150226
],
[
-5.625,
74.01954331150226
],
[
-5.625,
72.39570570653261
]
]
]
},
"properties": {
"key": "013311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
70.61261423801925
],
[
0,
70.61261423801925
],
[
0,
72.39570570653261
],
[
-5.625,
72.39570570653261
],
[
-5.625,
70.61261423801925
]
]
]
},
"properties": {
"key": "013313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
68.65655498475736
],
[
0,
68.65655498475736
],
[
0,
70.61261423801925
],
[
-5.625,
70.61261423801925
],
[
-5.625,
68.65655498475736
]
]
]
},
"properties": {
"key": "013331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
66.51326044311186
],
[
0,
66.51326044311186
],
[
0,
68.65655498475736
],
[
-5.625,
68.65655498475736
],
[
-5.625,
66.51326044311186
]
]
]
},
"properties": {
"key": "013333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
64.16810689799154
],
[
0,
64.16810689799154
],
[
0,
66.51326044311186
],
[
-5.625,
66.51326044311186
],
[
-5.625,
64.16810689799154
]
]
]
},
"properties": {
"key": "031111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
61.60639637138627
],
[
0,
61.60639637138627
],
[
0,
64.16810689799154
],
[
-5.625,
64.16810689799154
],
[
-5.625,
61.60639637138627
]
]
]
},
"properties": {
"key": "031113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
58.81374171570782
],
[
0,
58.81374171570782
],
[
0,
61.60639637138627
],
[
-5.625,
61.60639637138627
],
[
-5.625,
58.81374171570782
]
]
]
},
"properties": {
"key": "031131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
55.77657301866769
],
[
0,
55.77657301866769
],
[
0,
58.81374171570782
],
[
-5.625,
58.81374171570782
],
[
-5.625,
55.77657301866769
]
]
]
},
"properties": {
"key": "031133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
52.48278022207821
],
[
0,
52.48278022207821
],
[
0,
55.77657301866769
],
[
-5.625,
55.77657301866769
],
[
-5.625,
52.48278022207821
]
]
]
},
"properties": {
"key": "031311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
48.92249926375825
],
[
0,
48.92249926375825
],
[
0,
52.48278022207821
],
[
-5.625,
52.48278022207821
],
[
-5.625,
48.92249926375825
]
]
]
},
"properties": {
"key": "031313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
45.08903556483103
],
[
0,
45.08903556483103
],
[
0,
48.92249926375825
],
[
-5.625,
48.92249926375825
],
[
-5.625,
45.08903556483103
]
]
]
},
"properties": {
"key": "031331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
40.97989806962013
],
[
0,
40.97989806962013
],
[
0,
45.08903556483103
],
[
-5.625,
45.08903556483103
],
[
-5.625,
40.97989806962013
]
]
]
},
"properties": {
"key": "031333"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
36.5978891330702
],
[
0,
36.5978891330702
],
[
0,
40.97989806962013
],
[
-5.625,
40.97989806962013
],
[
-5.625,
36.5978891330702
]
]
]
},
"properties": {
"key": "033111"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
31.952162238024954
],
[
0,
31.952162238024954
],
[
0,
36.5978891330702
],
[
-5.625,
36.5978891330702
],
[
-5.625,
31.952162238024954
]
]
]
},
"properties": {
"key": "033113"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
27.05912578437406
],
[
0,
27.05912578437406
],
[
0,
31.952162238024954
],
[
-5.625,
31.952162238024954
],
[
-5.625,
27.05912578437406
]
]
]
},
"properties": {
"key": "033131"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
21.943045533438177
],
[
0,
21.943045533438177
],
[
0,
27.05912578437406
],
[
-5.625,
27.05912578437406
],
[
-5.625,
21.943045533438177
]
]
]
},
"properties": {
"key": "033133"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
16.63619187839765
],
[
0,
16.63619187839765
],
[
0,
21.943045533438177
],
[
-5.625,
21.943045533438177
],
[
-5.625,
16.63619187839765
]
]
]
},
"properties": {
"key": "033311"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
11.178401873711792
],
[
0,
11.178401873711792
],
[
0,
16.63619187839765
],
[
-5.625,
16.63619187839765
],
[
-5.625,
11.178401873711792
]
]
]
},
"properties": {
"key": "033313"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
5.615985819155337
],
[
0,
5.615985819155337
],
[
0,
11.178401873711792
],
[
-5.625,
11.178401873711792
],
[
-5.625,
5.615985819155337
]
]
]
},
"properties": {
"key": "033331"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-5.625,
0
],
[
0,
0
],
[
0,
5.615985819155337
],
[
-5.625,
5.615985819155337
],
[
-5.625,
0
]
]
]
},
"properties": {
"key": "033333"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment