Skip to content

Instantly share code, notes, and snippets.

@zross
Last active July 27, 2023 22:24
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save zross/9893056 to your computer and use it in GitHub Desktop.
Save zross/9893056 to your computer and use it in GitHub Desktop.
Using geojson with Google Maps API
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "value": 1, "id": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.51, 40.23 ], [ -124.51, 40.37 ], [ -124.33, 40.37 ], [ -124.33, 40.23 ], [ -124.51, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 2 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.51, 40.37 ], [ -124.51, 40.51 ], [ -124.33, 40.51 ], [ -124.33, 40.37 ], [ -124.51, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 3 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.51, 40.51 ], [ -124.51, 40.64 ], [ -124.33, 40.64 ], [ -124.33, 40.51 ], [ -124.51, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 4 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 40.1 ], [ -124.33, 40.23 ], [ -124.15, 40.23 ], [ -124.15, 40.1 ], [ -124.33, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 5 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 40.23 ], [ -124.33, 40.37 ], [ -124.15, 40.37 ], [ -124.15, 40.23 ], [ -124.33, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 6 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 40.37 ], [ -124.33, 40.51 ], [ -124.15, 40.51 ], [ -124.15, 40.37 ], [ -124.33, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 7 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 40.51 ], [ -124.33, 40.64 ], [ -124.15, 40.64 ], [ -124.15, 40.51 ], [ -124.33, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 8 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 40.64 ], [ -124.33, 40.78 ], [ -124.15, 40.78 ], [ -124.15, 40.64 ], [ -124.33, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 9 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 40.78 ], [ -124.33, 40.92 ], [ -124.15, 40.92 ], [ -124.15, 40.78 ], [ -124.33, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 11 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 41.05 ], [ -124.33, 41.19 ], [ -124.15, 41.19 ], [ -124.15, 41.05 ], [ -124.33, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 13 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 41.73 ], [ -124.33, 41.86 ], [ -124.15, 41.86 ], [ -124.15, 41.73 ], [ -124.33, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 14 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 41.86 ], [ -124.33, 41.99 ], [ -124.15, 41.99 ], [ -124.15, 41.86 ], [ -124.33, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 15 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.33, 41.99 ], [ -124.33, 42.13 ], [ -124.15, 42.13 ], [ -124.15, 41.99 ], [ -124.33, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 16 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 39.82 ], [ -124.15, 39.96 ], [ -123.97, 39.96 ], [ -123.97, 39.82 ], [ -124.15, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 17 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 39.96 ], [ -124.15, 40.1 ], [ -123.97, 40.1 ], [ -123.97, 39.96 ], [ -124.15, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 18 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 40.1 ], [ -124.15, 40.23 ], [ -123.97, 40.23 ], [ -123.97, 40.1 ], [ -124.15, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 19 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 40.23 ], [ -124.15, 40.37 ], [ -123.97, 40.37 ], [ -123.97, 40.23 ], [ -124.15, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 20 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 40.37 ], [ -124.15, 40.51 ], [ -123.97, 40.51 ], [ -123.97, 40.37 ], [ -124.15, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 21 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 40.51 ], [ -124.15, 40.64 ], [ -123.97, 40.64 ], [ -123.97, 40.51 ], [ -124.15, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 22 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 40.64 ], [ -124.15, 40.78 ], [ -123.97, 40.78 ], [ -123.97, 40.64 ], [ -124.15, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 23 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 40.78 ], [ -124.15, 40.92 ], [ -123.97, 40.92 ], [ -123.97, 40.78 ], [ -124.15, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 24 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 40.92 ], [ -124.15, 41.05 ], [ -123.97, 41.05 ], [ -123.97, 40.92 ], [ -124.15, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 25 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 41.05 ], [ -124.15, 41.19 ], [ -123.97, 41.19 ], [ -123.97, 41.05 ], [ -124.15, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 26 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 41.19 ], [ -124.15, 41.32 ], [ -123.97, 41.32 ], [ -123.97, 41.19 ], [ -124.15, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 27 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 41.32 ], [ -124.15, 41.46 ], [ -123.97, 41.46 ], [ -123.97, 41.32 ], [ -124.15, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 28 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 41.46 ], [ -124.15, 41.59 ], [ -123.97, 41.59 ], [ -123.97, 41.46 ], [ -124.15, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 29 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 41.59 ], [ -124.15, 41.73 ], [ -123.97, 41.73 ], [ -123.97, 41.59 ], [ -124.15, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 30 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 41.73 ], [ -124.15, 41.86 ], [ -123.97, 41.86 ], [ -123.97, 41.73 ], [ -124.15, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 31 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 41.86 ], [ -124.15, 41.99 ], [ -123.97, 41.99 ], [ -123.97, 41.86 ], [ -124.15, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 32 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -124.15, 41.99 ], [ -124.15, 42.13 ], [ -123.97, 42.13 ], [ -123.97, 41.99 ], [ -124.15, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 34 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 39.27 ], [ -123.97, 39.41 ], [ -123.79, 39.41 ], [ -123.79, 39.27 ], [ -123.97, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 35 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 39.41 ], [ -123.97, 39.54 ], [ -123.79, 39.54 ], [ -123.79, 39.41 ], [ -123.97, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 37 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 39.68 ], [ -123.97, 39.82 ], [ -123.79, 39.82 ], [ -123.79, 39.68 ], [ -123.97, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 38 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 39.82 ], [ -123.97, 39.96 ], [ -123.79, 39.96 ], [ -123.79, 39.82 ], [ -123.97, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 39 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 39.96 ], [ -123.97, 40.1 ], [ -123.79, 40.1 ], [ -123.79, 39.96 ], [ -123.97, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 40 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 40.1 ], [ -123.97, 40.23 ], [ -123.79, 40.23 ], [ -123.79, 40.1 ], [ -123.97, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 41 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 40.23 ], [ -123.97, 40.37 ], [ -123.79, 40.37 ], [ -123.79, 40.23 ], [ -123.97, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 42 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 40.37 ], [ -123.97, 40.51 ], [ -123.79, 40.51 ], [ -123.79, 40.37 ], [ -123.97, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 43 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 40.51 ], [ -123.97, 40.64 ], [ -123.79, 40.64 ], [ -123.79, 40.51 ], [ -123.97, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 44 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 40.64 ], [ -123.97, 40.78 ], [ -123.79, 40.78 ], [ -123.79, 40.64 ], [ -123.97, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 45 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 40.78 ], [ -123.97, 40.92 ], [ -123.79, 40.92 ], [ -123.79, 40.78 ], [ -123.97, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 46 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 40.92 ], [ -123.97, 41.05 ], [ -123.79, 41.05 ], [ -123.79, 40.92 ], [ -123.97, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 47 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 41.05 ], [ -123.97, 41.19 ], [ -123.79, 41.19 ], [ -123.79, 41.05 ], [ -123.97, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 48 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 41.19 ], [ -123.97, 41.32 ], [ -123.79, 41.32 ], [ -123.79, 41.19 ], [ -123.97, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 49 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 41.32 ], [ -123.97, 41.46 ], [ -123.79, 41.46 ], [ -123.79, 41.32 ], [ -123.97, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 50 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 41.46 ], [ -123.97, 41.59 ], [ -123.79, 41.59 ], [ -123.79, 41.46 ], [ -123.97, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 51 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 41.59 ], [ -123.97, 41.73 ], [ -123.79, 41.73 ], [ -123.79, 41.59 ], [ -123.97, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 52 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 41.73 ], [ -123.97, 41.86 ], [ -123.79, 41.86 ], [ -123.79, 41.73 ], [ -123.97, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 53 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 41.86 ], [ -123.97, 41.99 ], [ -123.79, 41.99 ], [ -123.79, 41.86 ], [ -123.97, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 54 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.97, 41.99 ], [ -123.97, 42.13 ], [ -123.79, 42.13 ], [ -123.79, 41.99 ], [ -123.97, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 55 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 38.71 ], [ -123.79, 38.85 ], [ -123.61, 38.85 ], [ -123.61, 38.71 ], [ -123.79, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 56 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 38.85 ], [ -123.79, 38.99 ], [ -123.61, 38.99 ], [ -123.61, 38.85 ], [ -123.79, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 57 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 38.99 ], [ -123.79, 39.13 ], [ -123.61, 39.13 ], [ -123.61, 38.99 ], [ -123.79, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 58 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 39.13 ], [ -123.79, 39.27 ], [ -123.61, 39.27 ], [ -123.61, 39.13 ], [ -123.79, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 59 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 39.27 ], [ -123.79, 39.41 ], [ -123.61, 39.41 ], [ -123.61, 39.27 ], [ -123.79, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 60 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 39.41 ], [ -123.79, 39.54 ], [ -123.61, 39.54 ], [ -123.61, 39.41 ], [ -123.79, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 61 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 39.54 ], [ -123.79, 39.68 ], [ -123.61, 39.68 ], [ -123.61, 39.54 ], [ -123.79, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 62 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 39.68 ], [ -123.79, 39.82 ], [ -123.61, 39.82 ], [ -123.61, 39.68 ], [ -123.79, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 63 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 39.82 ], [ -123.79, 39.96 ], [ -123.61, 39.96 ], [ -123.61, 39.82 ], [ -123.79, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 64 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 39.96 ], [ -123.79, 40.1 ], [ -123.61, 40.1 ], [ -123.61, 39.96 ], [ -123.79, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 65 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 40.1 ], [ -123.79, 40.23 ], [ -123.61, 40.23 ], [ -123.61, 40.1 ], [ -123.79, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 66 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 40.23 ], [ -123.79, 40.37 ], [ -123.61, 40.37 ], [ -123.61, 40.23 ], [ -123.79, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 67 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 40.37 ], [ -123.79, 40.51 ], [ -123.61, 40.51 ], [ -123.61, 40.37 ], [ -123.79, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 68 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 40.51 ], [ -123.79, 40.64 ], [ -123.61, 40.64 ], [ -123.61, 40.51 ], [ -123.79, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 69 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 40.64 ], [ -123.79, 40.78 ], [ -123.61, 40.78 ], [ -123.61, 40.64 ], [ -123.79, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 70 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 40.78 ], [ -123.79, 40.92 ], [ -123.61, 40.92 ], [ -123.61, 40.78 ], [ -123.79, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 71 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 40.92 ], [ -123.79, 41.05 ], [ -123.61, 41.05 ], [ -123.61, 40.92 ], [ -123.79, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 72 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 41.05 ], [ -123.79, 41.19 ], [ -123.61, 41.19 ], [ -123.61, 41.05 ], [ -123.79, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 73 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 41.19 ], [ -123.79, 41.32 ], [ -123.61, 41.32 ], [ -123.61, 41.19 ], [ -123.79, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 74 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 41.32 ], [ -123.79, 41.46 ], [ -123.61, 41.46 ], [ -123.61, 41.32 ], [ -123.79, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 75 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 41.46 ], [ -123.79, 41.59 ], [ -123.61, 41.59 ], [ -123.61, 41.46 ], [ -123.79, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 76 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 41.59 ], [ -123.79, 41.73 ], [ -123.61, 41.73 ], [ -123.61, 41.59 ], [ -123.79, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 77 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 41.73 ], [ -123.79, 41.86 ], [ -123.61, 41.86 ], [ -123.61, 41.73 ], [ -123.79, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 78 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 41.86 ], [ -123.79, 41.99 ], [ -123.61, 41.99 ], [ -123.61, 41.86 ], [ -123.79, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 79 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.79, 41.99 ], [ -123.79, 42.13 ], [ -123.61, 42.13 ], [ -123.61, 41.99 ], [ -123.79, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 80 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 38.57 ], [ -123.61, 38.71 ], [ -123.43, 38.71 ], [ -123.43, 38.57 ], [ -123.61, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 81 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 38.71 ], [ -123.61, 38.85 ], [ -123.43, 38.85 ], [ -123.43, 38.71 ], [ -123.61, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 82 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 38.85 ], [ -123.61, 38.99 ], [ -123.43, 38.99 ], [ -123.43, 38.85 ], [ -123.61, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 83 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 38.99 ], [ -123.61, 39.13 ], [ -123.43, 39.13 ], [ -123.43, 38.99 ], [ -123.61, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 84 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 39.13 ], [ -123.61, 39.27 ], [ -123.43, 39.27 ], [ -123.43, 39.13 ], [ -123.61, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 85 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 39.27 ], [ -123.61, 39.41 ], [ -123.43, 39.41 ], [ -123.43, 39.27 ], [ -123.61, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 86 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 39.41 ], [ -123.61, 39.54 ], [ -123.43, 39.54 ], [ -123.43, 39.41 ], [ -123.61, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 87 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 39.54 ], [ -123.61, 39.68 ], [ -123.43, 39.68 ], [ -123.43, 39.54 ], [ -123.61, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 88 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 39.68 ], [ -123.61, 39.82 ], [ -123.43, 39.82 ], [ -123.43, 39.68 ], [ -123.61, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 89 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 39.82 ], [ -123.61, 39.96 ], [ -123.43, 39.96 ], [ -123.43, 39.82 ], [ -123.61, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 90 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 39.96 ], [ -123.61, 40.1 ], [ -123.43, 40.1 ], [ -123.43, 39.96 ], [ -123.61, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 91 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 40.1 ], [ -123.61, 40.23 ], [ -123.43, 40.23 ], [ -123.43, 40.1 ], [ -123.61, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 92 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 40.23 ], [ -123.61, 40.37 ], [ -123.43, 40.37 ], [ -123.43, 40.23 ], [ -123.61, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 93 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 40.37 ], [ -123.61, 40.51 ], [ -123.43, 40.51 ], [ -123.43, 40.37 ], [ -123.61, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 94 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 40.51 ], [ -123.61, 40.64 ], [ -123.43, 40.64 ], [ -123.43, 40.51 ], [ -123.61, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 95 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 40.64 ], [ -123.61, 40.78 ], [ -123.43, 40.78 ], [ -123.43, 40.64 ], [ -123.61, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 96 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 40.78 ], [ -123.61, 40.92 ], [ -123.43, 40.92 ], [ -123.43, 40.78 ], [ -123.61, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 97 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 40.92 ], [ -123.61, 41.05 ], [ -123.43, 41.05 ], [ -123.43, 40.92 ], [ -123.61, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 98 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 41.05 ], [ -123.61, 41.19 ], [ -123.43, 41.19 ], [ -123.43, 41.05 ], [ -123.61, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 99 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 41.19 ], [ -123.61, 41.32 ], [ -123.43, 41.32 ], [ -123.43, 41.19 ], [ -123.61, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 100 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 41.32 ], [ -123.61, 41.46 ], [ -123.43, 41.46 ], [ -123.43, 41.32 ], [ -123.61, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 41.46 ], [ -123.61, 41.59 ], [ -123.43, 41.59 ], [ -123.43, 41.46 ], [ -123.61, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 41.59 ], [ -123.61, 41.73 ], [ -123.43, 41.73 ], [ -123.43, 41.59 ], [ -123.61, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 41.73 ], [ -123.61, 41.86 ], [ -123.43, 41.86 ], [ -123.43, 41.73 ], [ -123.61, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 41.86 ], [ -123.61, 41.99 ], [ -123.43, 41.99 ], [ -123.43, 41.86 ], [ -123.61, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.61, 41.99 ], [ -123.61, 42.13 ], [ -123.43, 42.13 ], [ -123.43, 41.99 ], [ -123.61, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 38.43 ], [ -123.43, 38.57 ], [ -123.25, 38.57 ], [ -123.25, 38.43 ], [ -123.43, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 38.57 ], [ -123.43, 38.71 ], [ -123.25, 38.71 ], [ -123.25, 38.57 ], [ -123.43, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 38.71 ], [ -123.43, 38.85 ], [ -123.25, 38.85 ], [ -123.25, 38.71 ], [ -123.43, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 38.85 ], [ -123.43, 38.99 ], [ -123.25, 38.99 ], [ -123.25, 38.85 ], [ -123.43, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 110 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 38.99 ], [ -123.43, 39.13 ], [ -123.25, 39.13 ], [ -123.25, 38.99 ], [ -123.43, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 39.13 ], [ -123.43, 39.27 ], [ -123.25, 39.27 ], [ -123.25, 39.13 ], [ -123.43, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 39.27 ], [ -123.43, 39.41 ], [ -123.25, 39.41 ], [ -123.25, 39.27 ], [ -123.43, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 39.41 ], [ -123.43, 39.54 ], [ -123.25, 39.54 ], [ -123.25, 39.41 ], [ -123.43, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 39.54 ], [ -123.43, 39.68 ], [ -123.25, 39.68 ], [ -123.25, 39.54 ], [ -123.43, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 39.68 ], [ -123.43, 39.82 ], [ -123.25, 39.82 ], [ -123.25, 39.68 ], [ -123.43, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 39.82 ], [ -123.43, 39.96 ], [ -123.25, 39.96 ], [ -123.25, 39.82 ], [ -123.43, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 39.96 ], [ -123.43, 40.1 ], [ -123.25, 40.1 ], [ -123.25, 39.96 ], [ -123.43, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 40.1 ], [ -123.43, 40.23 ], [ -123.25, 40.23 ], [ -123.25, 40.1 ], [ -123.43, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 40.23 ], [ -123.43, 40.37 ], [ -123.25, 40.37 ], [ -123.25, 40.23 ], [ -123.43, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 120 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 40.37 ], [ -123.43, 40.51 ], [ -123.25, 40.51 ], [ -123.25, 40.37 ], [ -123.43, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 40.51 ], [ -123.43, 40.64 ], [ -123.25, 40.64 ], [ -123.25, 40.51 ], [ -123.43, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 40.64 ], [ -123.43, 40.78 ], [ -123.25, 40.78 ], [ -123.25, 40.64 ], [ -123.43, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 40.78 ], [ -123.43, 40.92 ], [ -123.25, 40.92 ], [ -123.25, 40.78 ], [ -123.43, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 40.92 ], [ -123.43, 41.05 ], [ -123.25, 41.05 ], [ -123.25, 40.92 ], [ -123.43, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 41.05 ], [ -123.43, 41.19 ], [ -123.25, 41.19 ], [ -123.25, 41.05 ], [ -123.43, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 41.19 ], [ -123.43, 41.32 ], [ -123.25, 41.32 ], [ -123.25, 41.19 ], [ -123.43, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 41.32 ], [ -123.43, 41.46 ], [ -123.25, 41.46 ], [ -123.25, 41.32 ], [ -123.43, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 41.46 ], [ -123.43, 41.59 ], [ -123.25, 41.59 ], [ -123.25, 41.46 ], [ -123.43, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 41.59 ], [ -123.43, 41.73 ], [ -123.25, 41.73 ], [ -123.25, 41.59 ], [ -123.43, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 130 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 41.73 ], [ -123.43, 41.86 ], [ -123.25, 41.86 ], [ -123.25, 41.73 ], [ -123.43, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 41.86 ], [ -123.43, 41.99 ], [ -123.25, 41.99 ], [ -123.25, 41.86 ], [ -123.43, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.43, 41.99 ], [ -123.43, 42.13 ], [ -123.25, 42.13 ], [ -123.25, 41.99 ], [ -123.43, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 38.29 ], [ -123.25, 38.43 ], [ -123.07, 38.43 ], [ -123.07, 38.29 ], [ -123.25, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 38.43 ], [ -123.25, 38.57 ], [ -123.07, 38.57 ], [ -123.07, 38.43 ], [ -123.25, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 38.57 ], [ -123.25, 38.71 ], [ -123.07, 38.71 ], [ -123.07, 38.57 ], [ -123.25, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 38.71 ], [ -123.25, 38.85 ], [ -123.07, 38.85 ], [ -123.07, 38.71 ], [ -123.25, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 38.85 ], [ -123.25, 38.99 ], [ -123.07, 38.99 ], [ -123.07, 38.85 ], [ -123.25, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 38.99 ], [ -123.25, 39.13 ], [ -123.07, 39.13 ], [ -123.07, 38.99 ], [ -123.25, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 39.13 ], [ -123.25, 39.27 ], [ -123.07, 39.27 ], [ -123.07, 39.13 ], [ -123.25, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 140 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 39.27 ], [ -123.25, 39.41 ], [ -123.07, 39.41 ], [ -123.07, 39.27 ], [ -123.25, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 39.41 ], [ -123.25, 39.54 ], [ -123.07, 39.54 ], [ -123.07, 39.41 ], [ -123.25, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 39.54 ], [ -123.25, 39.68 ], [ -123.07, 39.68 ], [ -123.07, 39.54 ], [ -123.25, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 39.68 ], [ -123.25, 39.82 ], [ -123.07, 39.82 ], [ -123.07, 39.68 ], [ -123.25, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 39.82 ], [ -123.25, 39.96 ], [ -123.07, 39.96 ], [ -123.07, 39.82 ], [ -123.25, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 39.96 ], [ -123.25, 40.1 ], [ -123.07, 40.1 ], [ -123.07, 39.96 ], [ -123.25, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 40.1 ], [ -123.25, 40.23 ], [ -123.07, 40.23 ], [ -123.07, 40.1 ], [ -123.25, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 40.23 ], [ -123.25, 40.37 ], [ -123.07, 40.37 ], [ -123.07, 40.23 ], [ -123.25, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 40.37 ], [ -123.25, 40.51 ], [ -123.07, 40.51 ], [ -123.07, 40.37 ], [ -123.25, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 40.51 ], [ -123.25, 40.64 ], [ -123.07, 40.64 ], [ -123.07, 40.51 ], [ -123.25, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 150 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 40.64 ], [ -123.25, 40.78 ], [ -123.07, 40.78 ], [ -123.07, 40.64 ], [ -123.25, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 40.78 ], [ -123.25, 40.92 ], [ -123.07, 40.92 ], [ -123.07, 40.78 ], [ -123.25, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 40.92 ], [ -123.25, 41.05 ], [ -123.07, 41.05 ], [ -123.07, 40.92 ], [ -123.25, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 41.05 ], [ -123.25, 41.19 ], [ -123.07, 41.19 ], [ -123.07, 41.05 ], [ -123.25, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 41.19 ], [ -123.25, 41.32 ], [ -123.07, 41.32 ], [ -123.07, 41.19 ], [ -123.25, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 41.32 ], [ -123.25, 41.46 ], [ -123.07, 41.46 ], [ -123.07, 41.32 ], [ -123.25, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 41.46 ], [ -123.25, 41.59 ], [ -123.07, 41.59 ], [ -123.07, 41.46 ], [ -123.25, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 41.59 ], [ -123.25, 41.73 ], [ -123.07, 41.73 ], [ -123.07, 41.59 ], [ -123.25, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 41.73 ], [ -123.25, 41.86 ], [ -123.07, 41.86 ], [ -123.07, 41.73 ], [ -123.25, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 41.86 ], [ -123.25, 41.99 ], [ -123.07, 41.99 ], [ -123.07, 41.86 ], [ -123.25, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 160 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.25, 41.99 ], [ -123.25, 42.13 ], [ -123.07, 42.13 ], [ -123.07, 41.99 ], [ -123.25, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 37.86 ], [ -123.07, 38.0 ], [ -122.89, 38.0 ], [ -122.89, 37.86 ], [ -123.07, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 38.0 ], [ -123.07, 38.15 ], [ -122.89, 38.15 ], [ -122.89, 38.0 ], [ -123.07, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 38.15 ], [ -123.07, 38.29 ], [ -122.89, 38.29 ], [ -122.89, 38.15 ], [ -123.07, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 38.29 ], [ -123.07, 38.43 ], [ -122.89, 38.43 ], [ -122.89, 38.29 ], [ -123.07, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 38.43 ], [ -123.07, 38.57 ], [ -122.89, 38.57 ], [ -122.89, 38.43 ], [ -123.07, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 38.57 ], [ -123.07, 38.71 ], [ -122.89, 38.71 ], [ -122.89, 38.57 ], [ -123.07, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 38.71 ], [ -123.07, 38.85 ], [ -122.89, 38.85 ], [ -122.89, 38.71 ], [ -123.07, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 38.85 ], [ -123.07, 38.99 ], [ -122.89, 38.99 ], [ -122.89, 38.85 ], [ -123.07, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 170 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 38.99 ], [ -123.07, 39.13 ], [ -122.89, 39.13 ], [ -122.89, 38.99 ], [ -123.07, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 39.13 ], [ -123.07, 39.27 ], [ -122.89, 39.27 ], [ -122.89, 39.13 ], [ -123.07, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 39.27 ], [ -123.07, 39.41 ], [ -122.89, 39.41 ], [ -122.89, 39.27 ], [ -123.07, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 39.41 ], [ -123.07, 39.54 ], [ -122.89, 39.54 ], [ -122.89, 39.41 ], [ -123.07, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 39.54 ], [ -123.07, 39.68 ], [ -122.89, 39.68 ], [ -122.89, 39.54 ], [ -123.07, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 39.68 ], [ -123.07, 39.82 ], [ -122.89, 39.82 ], [ -122.89, 39.68 ], [ -123.07, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 39.82 ], [ -123.07, 39.96 ], [ -122.89, 39.96 ], [ -122.89, 39.82 ], [ -123.07, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 39.96 ], [ -123.07, 40.1 ], [ -122.89, 40.1 ], [ -122.89, 39.96 ], [ -123.07, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 40.1 ], [ -123.07, 40.23 ], [ -122.89, 40.23 ], [ -122.89, 40.1 ], [ -123.07, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 40.23 ], [ -123.07, 40.37 ], [ -122.89, 40.37 ], [ -122.89, 40.23 ], [ -123.07, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 180 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 40.37 ], [ -123.07, 40.51 ], [ -122.89, 40.51 ], [ -122.89, 40.37 ], [ -123.07, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 40.51 ], [ -123.07, 40.64 ], [ -122.89, 40.64 ], [ -122.89, 40.51 ], [ -123.07, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 40.64 ], [ -123.07, 40.78 ], [ -122.89, 40.78 ], [ -122.89, 40.64 ], [ -123.07, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 40.78 ], [ -123.07, 40.92 ], [ -122.89, 40.92 ], [ -122.89, 40.78 ], [ -123.07, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 40.92 ], [ -123.07, 41.05 ], [ -122.89, 41.05 ], [ -122.89, 40.92 ], [ -123.07, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 41.05 ], [ -123.07, 41.19 ], [ -122.89, 41.19 ], [ -122.89, 41.05 ], [ -123.07, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 41.19 ], [ -123.07, 41.32 ], [ -122.89, 41.32 ], [ -122.89, 41.19 ], [ -123.07, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 41.32 ], [ -123.07, 41.46 ], [ -122.89, 41.46 ], [ -122.89, 41.32 ], [ -123.07, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 41.46 ], [ -123.07, 41.59 ], [ -122.89, 41.59 ], [ -122.89, 41.46 ], [ -123.07, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 41.59 ], [ -123.07, 41.73 ], [ -122.89, 41.73 ], [ -122.89, 41.59 ], [ -123.07, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 190 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 41.73 ], [ -123.07, 41.86 ], [ -122.89, 41.86 ], [ -122.89, 41.73 ], [ -123.07, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 41.86 ], [ -123.07, 41.99 ], [ -122.89, 41.99 ], [ -122.89, 41.86 ], [ -123.07, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.07, 41.99 ], [ -123.07, 42.13 ], [ -122.89, 42.13 ], [ -122.89, 41.99 ], [ -123.07, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 37.86 ], [ -122.89, 38.0 ], [ -122.71, 38.0 ], [ -122.71, 37.86 ], [ -122.89, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 38.0 ], [ -122.89, 38.15 ], [ -122.71, 38.15 ], [ -122.71, 38.0 ], [ -122.89, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 38.15 ], [ -122.89, 38.29 ], [ -122.71, 38.29 ], [ -122.71, 38.15 ], [ -122.89, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 38.29 ], [ -122.89, 38.43 ], [ -122.71, 38.43 ], [ -122.71, 38.29 ], [ -122.89, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 38.43 ], [ -122.89, 38.57 ], [ -122.71, 38.57 ], [ -122.71, 38.43 ], [ -122.89, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 38.57 ], [ -122.89, 38.71 ], [ -122.71, 38.71 ], [ -122.71, 38.57 ], [ -122.89, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 38.71 ], [ -122.89, 38.85 ], [ -122.71, 38.85 ], [ -122.71, 38.71 ], [ -122.89, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 200 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 38.85 ], [ -122.89, 38.99 ], [ -122.71, 38.99 ], [ -122.71, 38.85 ], [ -122.89, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 38.99 ], [ -122.89, 39.13 ], [ -122.71, 39.13 ], [ -122.71, 38.99 ], [ -122.89, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 39.13 ], [ -122.89, 39.27 ], [ -122.71, 39.27 ], [ -122.71, 39.13 ], [ -122.89, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 39.27 ], [ -122.89, 39.41 ], [ -122.71, 39.41 ], [ -122.71, 39.27 ], [ -122.89, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 39.41 ], [ -122.89, 39.54 ], [ -122.71, 39.54 ], [ -122.71, 39.41 ], [ -122.89, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 39.54 ], [ -122.89, 39.68 ], [ -122.71, 39.68 ], [ -122.71, 39.54 ], [ -122.89, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 39.68 ], [ -122.89, 39.82 ], [ -122.71, 39.82 ], [ -122.71, 39.68 ], [ -122.89, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 39.82 ], [ -122.89, 39.96 ], [ -122.71, 39.96 ], [ -122.71, 39.82 ], [ -122.89, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 39.96 ], [ -122.89, 40.1 ], [ -122.71, 40.1 ], [ -122.71, 39.96 ], [ -122.89, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 40.1 ], [ -122.89, 40.23 ], [ -122.71, 40.23 ], [ -122.71, 40.1 ], [ -122.89, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 210 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 40.23 ], [ -122.89, 40.37 ], [ -122.71, 40.37 ], [ -122.71, 40.23 ], [ -122.89, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 40.37 ], [ -122.89, 40.51 ], [ -122.71, 40.51 ], [ -122.71, 40.37 ], [ -122.89, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 40.51 ], [ -122.89, 40.64 ], [ -122.71, 40.64 ], [ -122.71, 40.51 ], [ -122.89, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 40.64 ], [ -122.89, 40.78 ], [ -122.71, 40.78 ], [ -122.71, 40.64 ], [ -122.89, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 40.78 ], [ -122.89, 40.92 ], [ -122.71, 40.92 ], [ -122.71, 40.78 ], [ -122.89, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 40.92 ], [ -122.89, 41.05 ], [ -122.71, 41.05 ], [ -122.71, 40.92 ], [ -122.89, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 41.05 ], [ -122.89, 41.19 ], [ -122.71, 41.19 ], [ -122.71, 41.05 ], [ -122.89, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 41.19 ], [ -122.89, 41.32 ], [ -122.71, 41.32 ], [ -122.71, 41.19 ], [ -122.89, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 41.32 ], [ -122.89, 41.46 ], [ -122.71, 41.46 ], [ -122.71, 41.32 ], [ -122.89, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 41.46 ], [ -122.89, 41.59 ], [ -122.71, 41.59 ], [ -122.71, 41.46 ], [ -122.89, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 220 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 41.59 ], [ -122.89, 41.73 ], [ -122.71, 41.73 ], [ -122.71, 41.59 ], [ -122.89, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 41.73 ], [ -122.89, 41.86 ], [ -122.71, 41.86 ], [ -122.71, 41.73 ], [ -122.89, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 41.86 ], [ -122.89, 41.99 ], [ -122.71, 41.99 ], [ -122.71, 41.86 ], [ -122.89, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.89, 41.99 ], [ -122.89, 42.13 ], [ -122.71, 42.13 ], [ -122.71, 41.99 ], [ -122.89, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 37.72 ], [ -122.71, 37.86 ], [ -122.53, 37.86 ], [ -122.53, 37.72 ], [ -122.71, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 37.86 ], [ -122.71, 38.0 ], [ -122.53, 38.0 ], [ -122.53, 37.86 ], [ -122.71, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 38.0 ], [ -122.71, 38.15 ], [ -122.53, 38.15 ], [ -122.53, 38.0 ], [ -122.71, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 38.15 ], [ -122.71, 38.29 ], [ -122.53, 38.29 ], [ -122.53, 38.15 ], [ -122.71, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 38.29 ], [ -122.71, 38.43 ], [ -122.53, 38.43 ], [ -122.53, 38.29 ], [ -122.71, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 38.43 ], [ -122.71, 38.57 ], [ -122.53, 38.57 ], [ -122.53, 38.43 ], [ -122.71, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 230 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 38.57 ], [ -122.71, 38.71 ], [ -122.53, 38.71 ], [ -122.53, 38.57 ], [ -122.71, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 38.71 ], [ -122.71, 38.85 ], [ -122.53, 38.85 ], [ -122.53, 38.71 ], [ -122.71, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 38.85 ], [ -122.71, 38.99 ], [ -122.53, 38.99 ], [ -122.53, 38.85 ], [ -122.71, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 38.99 ], [ -122.71, 39.13 ], [ -122.53, 39.13 ], [ -122.53, 38.99 ], [ -122.71, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 39.13 ], [ -122.71, 39.27 ], [ -122.53, 39.27 ], [ -122.53, 39.13 ], [ -122.71, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 39.27 ], [ -122.71, 39.41 ], [ -122.53, 39.41 ], [ -122.53, 39.27 ], [ -122.71, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 39.41 ], [ -122.71, 39.54 ], [ -122.53, 39.54 ], [ -122.53, 39.41 ], [ -122.71, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 39.54 ], [ -122.71, 39.68 ], [ -122.53, 39.68 ], [ -122.53, 39.54 ], [ -122.71, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 39.68 ], [ -122.71, 39.82 ], [ -122.53, 39.82 ], [ -122.53, 39.68 ], [ -122.71, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 39.82 ], [ -122.71, 39.96 ], [ -122.53, 39.96 ], [ -122.53, 39.82 ], [ -122.71, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 240 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 39.96 ], [ -122.71, 40.1 ], [ -122.53, 40.1 ], [ -122.53, 39.96 ], [ -122.71, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 40.1 ], [ -122.71, 40.23 ], [ -122.53, 40.23 ], [ -122.53, 40.1 ], [ -122.71, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 40.23 ], [ -122.71, 40.37 ], [ -122.53, 40.37 ], [ -122.53, 40.23 ], [ -122.71, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 40.37 ], [ -122.71, 40.51 ], [ -122.53, 40.51 ], [ -122.53, 40.37 ], [ -122.71, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 40.51 ], [ -122.71, 40.64 ], [ -122.53, 40.64 ], [ -122.53, 40.51 ], [ -122.71, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 40.64 ], [ -122.71, 40.78 ], [ -122.53, 40.78 ], [ -122.53, 40.64 ], [ -122.71, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 40.78 ], [ -122.71, 40.92 ], [ -122.53, 40.92 ], [ -122.53, 40.78 ], [ -122.71, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 40.92 ], [ -122.71, 41.05 ], [ -122.53, 41.05 ], [ -122.53, 40.92 ], [ -122.71, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 41.05 ], [ -122.71, 41.19 ], [ -122.53, 41.19 ], [ -122.53, 41.05 ], [ -122.71, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 41.19 ], [ -122.71, 41.32 ], [ -122.53, 41.32 ], [ -122.53, 41.19 ], [ -122.71, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 250 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 41.32 ], [ -122.71, 41.46 ], [ -122.53, 41.46 ], [ -122.53, 41.32 ], [ -122.71, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 41.46 ], [ -122.71, 41.59 ], [ -122.53, 41.59 ], [ -122.53, 41.46 ], [ -122.71, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 41.59 ], [ -122.71, 41.73 ], [ -122.53, 41.73 ], [ -122.53, 41.59 ], [ -122.71, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 41.73 ], [ -122.71, 41.86 ], [ -122.53, 41.86 ], [ -122.53, 41.73 ], [ -122.71, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 41.86 ], [ -122.71, 41.99 ], [ -122.53, 41.99 ], [ -122.53, 41.86 ], [ -122.71, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.71, 41.99 ], [ -122.71, 42.13 ], [ -122.53, 42.13 ], [ -122.53, 41.99 ], [ -122.71, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 37.15 ], [ -122.53, 37.29 ], [ -122.35, 37.29 ], [ -122.35, 37.15 ], [ -122.53, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 37.29 ], [ -122.53, 37.44 ], [ -122.35, 37.44 ], [ -122.35, 37.29 ], [ -122.53, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 37.44 ], [ -122.53, 37.58 ], [ -122.35, 37.58 ], [ -122.35, 37.44 ], [ -122.53, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 260 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 37.58 ], [ -122.53, 37.72 ], [ -122.35, 37.72 ], [ -122.35, 37.58 ], [ -122.53, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 37.72 ], [ -122.53, 37.86 ], [ -122.35, 37.86 ], [ -122.35, 37.72 ], [ -122.53, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 37.86 ], [ -122.53, 38.0 ], [ -122.35, 38.0 ], [ -122.35, 37.86 ], [ -122.53, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 38.0 ], [ -122.53, 38.15 ], [ -122.35, 38.15 ], [ -122.35, 38.0 ], [ -122.53, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 38.15 ], [ -122.53, 38.29 ], [ -122.35, 38.29 ], [ -122.35, 38.15 ], [ -122.53, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 38.29 ], [ -122.53, 38.43 ], [ -122.35, 38.43 ], [ -122.35, 38.29 ], [ -122.53, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 38.43 ], [ -122.53, 38.57 ], [ -122.35, 38.57 ], [ -122.35, 38.43 ], [ -122.53, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 38.57 ], [ -122.53, 38.71 ], [ -122.35, 38.71 ], [ -122.35, 38.57 ], [ -122.53, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 38.71 ], [ -122.53, 38.85 ], [ -122.35, 38.85 ], [ -122.35, 38.71 ], [ -122.53, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 38.85 ], [ -122.53, 38.99 ], [ -122.35, 38.99 ], [ -122.35, 38.85 ], [ -122.53, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 270 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 38.99 ], [ -122.53, 39.13 ], [ -122.35, 39.13 ], [ -122.35, 38.99 ], [ -122.53, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 39.13 ], [ -122.53, 39.27 ], [ -122.35, 39.27 ], [ -122.35, 39.13 ], [ -122.53, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 39.27 ], [ -122.53, 39.41 ], [ -122.35, 39.41 ], [ -122.35, 39.27 ], [ -122.53, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 39.41 ], [ -122.53, 39.54 ], [ -122.35, 39.54 ], [ -122.35, 39.41 ], [ -122.53, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 39.54 ], [ -122.53, 39.68 ], [ -122.35, 39.68 ], [ -122.35, 39.54 ], [ -122.53, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 39.68 ], [ -122.53, 39.82 ], [ -122.35, 39.82 ], [ -122.35, 39.68 ], [ -122.53, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 39.82 ], [ -122.53, 39.96 ], [ -122.35, 39.96 ], [ -122.35, 39.82 ], [ -122.53, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 39.96 ], [ -122.53, 40.1 ], [ -122.35, 40.1 ], [ -122.35, 39.96 ], [ -122.53, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 40.1 ], [ -122.53, 40.23 ], [ -122.35, 40.23 ], [ -122.35, 40.1 ], [ -122.53, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 40.23 ], [ -122.53, 40.37 ], [ -122.35, 40.37 ], [ -122.35, 40.23 ], [ -122.53, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 280 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 40.37 ], [ -122.53, 40.51 ], [ -122.35, 40.51 ], [ -122.35, 40.37 ], [ -122.53, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 40.51 ], [ -122.53, 40.64 ], [ -122.35, 40.64 ], [ -122.35, 40.51 ], [ -122.53, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 40.64 ], [ -122.53, 40.78 ], [ -122.35, 40.78 ], [ -122.35, 40.64 ], [ -122.53, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 40.78 ], [ -122.53, 40.92 ], [ -122.35, 40.92 ], [ -122.35, 40.78 ], [ -122.53, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 40.92 ], [ -122.53, 41.05 ], [ -122.35, 41.05 ], [ -122.35, 40.92 ], [ -122.53, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 41.05 ], [ -122.53, 41.19 ], [ -122.35, 41.19 ], [ -122.35, 41.05 ], [ -122.53, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 41.19 ], [ -122.53, 41.32 ], [ -122.35, 41.32 ], [ -122.35, 41.19 ], [ -122.53, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 41.32 ], [ -122.53, 41.46 ], [ -122.35, 41.46 ], [ -122.35, 41.32 ], [ -122.53, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 41.46 ], [ -122.53, 41.59 ], [ -122.35, 41.59 ], [ -122.35, 41.46 ], [ -122.53, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 41.59 ], [ -122.53, 41.73 ], [ -122.35, 41.73 ], [ -122.35, 41.59 ], [ -122.53, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 290 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 41.73 ], [ -122.53, 41.86 ], [ -122.35, 41.86 ], [ -122.35, 41.73 ], [ -122.53, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 41.86 ], [ -122.53, 41.99 ], [ -122.35, 41.99 ], [ -122.35, 41.86 ], [ -122.53, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53, 41.99 ], [ -122.53, 42.13 ], [ -122.35, 42.13 ], [ -122.35, 41.99 ], [ -122.53, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 36.86 ], [ -122.35, 37.01 ], [ -122.17, 37.01 ], [ -122.17, 36.86 ], [ -122.35, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 37.01 ], [ -122.35, 37.15 ], [ -122.17, 37.15 ], [ -122.17, 37.01 ], [ -122.35, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 37.15 ], [ -122.35, 37.29 ], [ -122.17, 37.29 ], [ -122.17, 37.15 ], [ -122.35, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 37.29 ], [ -122.35, 37.44 ], [ -122.17, 37.44 ], [ -122.17, 37.29 ], [ -122.35, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 37.44 ], [ -122.35, 37.58 ], [ -122.17, 37.58 ], [ -122.17, 37.44 ], [ -122.35, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 37.58 ], [ -122.35, 37.72 ], [ -122.17, 37.72 ], [ -122.17, 37.58 ], [ -122.35, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 37.72 ], [ -122.35, 37.86 ], [ -122.17, 37.86 ], [ -122.17, 37.72 ], [ -122.35, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 300 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 37.86 ], [ -122.35, 38.0 ], [ -122.17, 38.0 ], [ -122.17, 37.86 ], [ -122.35, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 38.0 ], [ -122.35, 38.15 ], [ -122.17, 38.15 ], [ -122.17, 38.0 ], [ -122.35, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 38.15 ], [ -122.35, 38.29 ], [ -122.17, 38.29 ], [ -122.17, 38.15 ], [ -122.35, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 38.29 ], [ -122.35, 38.43 ], [ -122.17, 38.43 ], [ -122.17, 38.29 ], [ -122.35, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 38.43 ], [ -122.35, 38.57 ], [ -122.17, 38.57 ], [ -122.17, 38.43 ], [ -122.35, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 38.57 ], [ -122.35, 38.71 ], [ -122.17, 38.71 ], [ -122.17, 38.57 ], [ -122.35, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 38.71 ], [ -122.35, 38.85 ], [ -122.17, 38.85 ], [ -122.17, 38.71 ], [ -122.35, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 38.85 ], [ -122.35, 38.99 ], [ -122.17, 38.99 ], [ -122.17, 38.85 ], [ -122.35, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 38.99 ], [ -122.35, 39.13 ], [ -122.17, 39.13 ], [ -122.17, 38.99 ], [ -122.35, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 39.13 ], [ -122.35, 39.27 ], [ -122.17, 39.27 ], [ -122.17, 39.13 ], [ -122.35, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 310 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 39.27 ], [ -122.35, 39.41 ], [ -122.17, 39.41 ], [ -122.17, 39.27 ], [ -122.35, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 39.41 ], [ -122.35, 39.54 ], [ -122.17, 39.54 ], [ -122.17, 39.41 ], [ -122.35, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 39.54 ], [ -122.35, 39.68 ], [ -122.17, 39.68 ], [ -122.17, 39.54 ], [ -122.35, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 39.68 ], [ -122.35, 39.82 ], [ -122.17, 39.82 ], [ -122.17, 39.68 ], [ -122.35, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 39.82 ], [ -122.35, 39.96 ], [ -122.17, 39.96 ], [ -122.17, 39.82 ], [ -122.35, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 39.96 ], [ -122.35, 40.1 ], [ -122.17, 40.1 ], [ -122.17, 39.96 ], [ -122.35, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 40.1 ], [ -122.35, 40.23 ], [ -122.17, 40.23 ], [ -122.17, 40.1 ], [ -122.35, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 40.23 ], [ -122.35, 40.37 ], [ -122.17, 40.37 ], [ -122.17, 40.23 ], [ -122.35, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 40.37 ], [ -122.35, 40.51 ], [ -122.17, 40.51 ], [ -122.17, 40.37 ], [ -122.35, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 40.51 ], [ -122.35, 40.64 ], [ -122.17, 40.64 ], [ -122.17, 40.51 ], [ -122.35, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 320 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 40.64 ], [ -122.35, 40.78 ], [ -122.17, 40.78 ], [ -122.17, 40.64 ], [ -122.35, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 40.78 ], [ -122.35, 40.92 ], [ -122.17, 40.92 ], [ -122.17, 40.78 ], [ -122.35, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 40.92 ], [ -122.35, 41.05 ], [ -122.17, 41.05 ], [ -122.17, 40.92 ], [ -122.35, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 41.05 ], [ -122.35, 41.19 ], [ -122.17, 41.19 ], [ -122.17, 41.05 ], [ -122.35, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 41.19 ], [ -122.35, 41.32 ], [ -122.17, 41.32 ], [ -122.17, 41.19 ], [ -122.35, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 41.32 ], [ -122.35, 41.46 ], [ -122.17, 41.46 ], [ -122.17, 41.32 ], [ -122.35, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 41.46 ], [ -122.35, 41.59 ], [ -122.17, 41.59 ], [ -122.17, 41.46 ], [ -122.35, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 41.59 ], [ -122.35, 41.73 ], [ -122.17, 41.73 ], [ -122.17, 41.59 ], [ -122.35, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 41.73 ], [ -122.35, 41.86 ], [ -122.17, 41.86 ], [ -122.17, 41.73 ], [ -122.35, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 41.86 ], [ -122.35, 41.99 ], [ -122.17, 41.99 ], [ -122.17, 41.86 ], [ -122.35, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 330 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35, 41.99 ], [ -122.35, 42.13 ], [ -122.17, 42.13 ], [ -122.17, 41.99 ], [ -122.35, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 36.86 ], [ -122.17, 37.01 ], [ -121.99, 37.01 ], [ -121.99, 36.86 ], [ -122.17, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 37.01 ], [ -122.17, 37.15 ], [ -121.99, 37.15 ], [ -121.99, 37.01 ], [ -122.17, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 37.15 ], [ -122.17, 37.29 ], [ -121.99, 37.29 ], [ -121.99, 37.15 ], [ -122.17, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 37.29 ], [ -122.17, 37.44 ], [ -121.99, 37.44 ], [ -121.99, 37.29 ], [ -122.17, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 37.44 ], [ -122.17, 37.58 ], [ -121.99, 37.58 ], [ -121.99, 37.44 ], [ -122.17, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 37.58 ], [ -122.17, 37.72 ], [ -121.99, 37.72 ], [ -121.99, 37.58 ], [ -122.17, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 37.72 ], [ -122.17, 37.86 ], [ -121.99, 37.86 ], [ -121.99, 37.72 ], [ -122.17, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 37.86 ], [ -122.17, 38.0 ], [ -121.99, 38.0 ], [ -121.99, 37.86 ], [ -122.17, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 38.0 ], [ -122.17, 38.15 ], [ -121.99, 38.15 ], [ -121.99, 38.0 ], [ -122.17, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 340 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 38.15 ], [ -122.17, 38.29 ], [ -121.99, 38.29 ], [ -121.99, 38.15 ], [ -122.17, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 38.29 ], [ -122.17, 38.43 ], [ -121.99, 38.43 ], [ -121.99, 38.29 ], [ -122.17, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 38.43 ], [ -122.17, 38.57 ], [ -121.99, 38.57 ], [ -121.99, 38.43 ], [ -122.17, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 38.57 ], [ -122.17, 38.71 ], [ -121.99, 38.71 ], [ -121.99, 38.57 ], [ -122.17, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 38.71 ], [ -122.17, 38.85 ], [ -121.99, 38.85 ], [ -121.99, 38.71 ], [ -122.17, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 38.85 ], [ -122.17, 38.99 ], [ -121.99, 38.99 ], [ -121.99, 38.85 ], [ -122.17, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 38.99 ], [ -122.17, 39.13 ], [ -121.99, 39.13 ], [ -121.99, 38.99 ], [ -122.17, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 39.13 ], [ -122.17, 39.27 ], [ -121.99, 39.27 ], [ -121.99, 39.13 ], [ -122.17, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 39.27 ], [ -122.17, 39.41 ], [ -121.99, 39.41 ], [ -121.99, 39.27 ], [ -122.17, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 39.41 ], [ -122.17, 39.54 ], [ -121.99, 39.54 ], [ -121.99, 39.41 ], [ -122.17, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 350 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 39.54 ], [ -122.17, 39.68 ], [ -121.99, 39.68 ], [ -121.99, 39.54 ], [ -122.17, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 39.68 ], [ -122.17, 39.82 ], [ -121.99, 39.82 ], [ -121.99, 39.68 ], [ -122.17, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 39.82 ], [ -122.17, 39.96 ], [ -121.99, 39.96 ], [ -121.99, 39.82 ], [ -122.17, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 39.96 ], [ -122.17, 40.1 ], [ -121.99, 40.1 ], [ -121.99, 39.96 ], [ -122.17, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 40.1 ], [ -122.17, 40.23 ], [ -121.99, 40.23 ], [ -121.99, 40.1 ], [ -122.17, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 40.23 ], [ -122.17, 40.37 ], [ -121.99, 40.37 ], [ -121.99, 40.23 ], [ -122.17, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 40.37 ], [ -122.17, 40.51 ], [ -121.99, 40.51 ], [ -121.99, 40.37 ], [ -122.17, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 40.51 ], [ -122.17, 40.64 ], [ -121.99, 40.64 ], [ -121.99, 40.51 ], [ -122.17, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 40.64 ], [ -122.17, 40.78 ], [ -121.99, 40.78 ], [ -121.99, 40.64 ], [ -122.17, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 40.78 ], [ -122.17, 40.92 ], [ -121.99, 40.92 ], [ -121.99, 40.78 ], [ -122.17, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 360 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 40.92 ], [ -122.17, 41.05 ], [ -121.99, 41.05 ], [ -121.99, 40.92 ], [ -122.17, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 41.05 ], [ -122.17, 41.19 ], [ -121.99, 41.19 ], [ -121.99, 41.05 ], [ -122.17, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 41.19 ], [ -122.17, 41.32 ], [ -121.99, 41.32 ], [ -121.99, 41.19 ], [ -122.17, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 41.32 ], [ -122.17, 41.46 ], [ -121.99, 41.46 ], [ -121.99, 41.32 ], [ -122.17, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 41.46 ], [ -122.17, 41.59 ], [ -121.99, 41.59 ], [ -121.99, 41.46 ], [ -122.17, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 41.59 ], [ -122.17, 41.73 ], [ -121.99, 41.73 ], [ -121.99, 41.59 ], [ -122.17, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 41.73 ], [ -122.17, 41.86 ], [ -121.99, 41.86 ], [ -121.99, 41.73 ], [ -122.17, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 41.86 ], [ -122.17, 41.99 ], [ -121.99, 41.99 ], [ -121.99, 41.86 ], [ -122.17, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17, 41.99 ], [ -122.17, 42.13 ], [ -121.99, 42.13 ], [ -121.99, 41.99 ], [ -122.17, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 36.14 ], [ -121.99, 36.29 ], [ -121.81, 36.29 ], [ -121.81, 36.14 ], [ -121.99, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 370 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 36.29 ], [ -121.99, 36.43 ], [ -121.81, 36.43 ], [ -121.81, 36.29 ], [ -121.99, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 36.43 ], [ -121.99, 36.57 ], [ -121.81, 36.57 ], [ -121.81, 36.43 ], [ -121.99, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 36.57 ], [ -121.99, 36.72 ], [ -121.81, 36.72 ], [ -121.81, 36.57 ], [ -121.99, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 36.86 ], [ -121.99, 37.01 ], [ -121.81, 37.01 ], [ -121.81, 36.86 ], [ -121.99, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 37.01 ], [ -121.99, 37.15 ], [ -121.81, 37.15 ], [ -121.81, 37.01 ], [ -121.99, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 37.15 ], [ -121.99, 37.29 ], [ -121.81, 37.29 ], [ -121.81, 37.15 ], [ -121.99, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 37.29 ], [ -121.99, 37.44 ], [ -121.81, 37.44 ], [ -121.81, 37.29 ], [ -121.99, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 37.44 ], [ -121.99, 37.58 ], [ -121.81, 37.58 ], [ -121.81, 37.44 ], [ -121.99, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 37.58 ], [ -121.99, 37.72 ], [ -121.81, 37.72 ], [ -121.81, 37.58 ], [ -121.99, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 380 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 37.72 ], [ -121.99, 37.86 ], [ -121.81, 37.86 ], [ -121.81, 37.72 ], [ -121.99, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 37.86 ], [ -121.99, 38.0 ], [ -121.81, 38.0 ], [ -121.81, 37.86 ], [ -121.99, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 38.0 ], [ -121.99, 38.15 ], [ -121.81, 38.15 ], [ -121.81, 38.0 ], [ -121.99, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 38.15 ], [ -121.99, 38.29 ], [ -121.81, 38.29 ], [ -121.81, 38.15 ], [ -121.99, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 38.29 ], [ -121.99, 38.43 ], [ -121.81, 38.43 ], [ -121.81, 38.29 ], [ -121.99, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 38.43 ], [ -121.99, 38.57 ], [ -121.81, 38.57 ], [ -121.81, 38.43 ], [ -121.99, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 38.57 ], [ -121.99, 38.71 ], [ -121.81, 38.71 ], [ -121.81, 38.57 ], [ -121.99, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 38.71 ], [ -121.99, 38.85 ], [ -121.81, 38.85 ], [ -121.81, 38.71 ], [ -121.99, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 38.85 ], [ -121.99, 38.99 ], [ -121.81, 38.99 ], [ -121.81, 38.85 ], [ -121.99, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 38.99 ], [ -121.99, 39.13 ], [ -121.81, 39.13 ], [ -121.81, 38.99 ], [ -121.99, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 390 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 39.13 ], [ -121.99, 39.27 ], [ -121.81, 39.27 ], [ -121.81, 39.13 ], [ -121.99, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 39.27 ], [ -121.99, 39.41 ], [ -121.81, 39.41 ], [ -121.81, 39.27 ], [ -121.99, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 39.41 ], [ -121.99, 39.54 ], [ -121.81, 39.54 ], [ -121.81, 39.41 ], [ -121.99, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 39.54 ], [ -121.99, 39.68 ], [ -121.81, 39.68 ], [ -121.81, 39.54 ], [ -121.99, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 39.68 ], [ -121.99, 39.82 ], [ -121.81, 39.82 ], [ -121.81, 39.68 ], [ -121.99, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 39.82 ], [ -121.99, 39.96 ], [ -121.81, 39.96 ], [ -121.81, 39.82 ], [ -121.99, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 39.96 ], [ -121.99, 40.1 ], [ -121.81, 40.1 ], [ -121.81, 39.96 ], [ -121.99, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 40.1 ], [ -121.99, 40.23 ], [ -121.81, 40.23 ], [ -121.81, 40.1 ], [ -121.99, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 40.23 ], [ -121.99, 40.37 ], [ -121.81, 40.37 ], [ -121.81, 40.23 ], [ -121.99, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 40.37 ], [ -121.99, 40.51 ], [ -121.81, 40.51 ], [ -121.81, 40.37 ], [ -121.99, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 400 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 40.51 ], [ -121.99, 40.64 ], [ -121.81, 40.64 ], [ -121.81, 40.51 ], [ -121.99, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 40.64 ], [ -121.99, 40.78 ], [ -121.81, 40.78 ], [ -121.81, 40.64 ], [ -121.99, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 40.78 ], [ -121.99, 40.92 ], [ -121.81, 40.92 ], [ -121.81, 40.78 ], [ -121.99, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 40.92 ], [ -121.99, 41.05 ], [ -121.81, 41.05 ], [ -121.81, 40.92 ], [ -121.99, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 41.05 ], [ -121.99, 41.19 ], [ -121.81, 41.19 ], [ -121.81, 41.05 ], [ -121.99, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 41.19 ], [ -121.99, 41.32 ], [ -121.81, 41.32 ], [ -121.81, 41.19 ], [ -121.99, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 41.32 ], [ -121.99, 41.46 ], [ -121.81, 41.46 ], [ -121.81, 41.32 ], [ -121.99, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 41.46 ], [ -121.99, 41.59 ], [ -121.81, 41.59 ], [ -121.81, 41.46 ], [ -121.99, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 41.59 ], [ -121.99, 41.73 ], [ -121.81, 41.73 ], [ -121.81, 41.59 ], [ -121.99, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 41.73 ], [ -121.99, 41.86 ], [ -121.81, 41.86 ], [ -121.81, 41.73 ], [ -121.99, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 410 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 41.86 ], [ -121.99, 41.99 ], [ -121.81, 41.99 ], [ -121.81, 41.86 ], [ -121.99, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99, 41.99 ], [ -121.99, 42.13 ], [ -121.81, 42.13 ], [ -121.81, 41.99 ], [ -121.99, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 36.0 ], [ -121.81, 36.14 ], [ -121.63, 36.14 ], [ -121.63, 36.0 ], [ -121.81, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 36.14 ], [ -121.81, 36.29 ], [ -121.63, 36.29 ], [ -121.63, 36.14 ], [ -121.81, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 36.29 ], [ -121.81, 36.43 ], [ -121.63, 36.43 ], [ -121.63, 36.29 ], [ -121.81, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 36.43 ], [ -121.81, 36.57 ], [ -121.63, 36.57 ], [ -121.63, 36.43 ], [ -121.81, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 36.57 ], [ -121.81, 36.72 ], [ -121.63, 36.72 ], [ -121.63, 36.57 ], [ -121.81, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 36.72 ], [ -121.81, 36.86 ], [ -121.63, 36.86 ], [ -121.63, 36.72 ], [ -121.81, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 36.86 ], [ -121.81, 37.01 ], [ -121.63, 37.01 ], [ -121.63, 36.86 ], [ -121.81, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 37.01 ], [ -121.81, 37.15 ], [ -121.63, 37.15 ], [ -121.63, 37.01 ], [ -121.81, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 420 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 37.15 ], [ -121.81, 37.29 ], [ -121.63, 37.29 ], [ -121.63, 37.15 ], [ -121.81, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 37.29 ], [ -121.81, 37.44 ], [ -121.63, 37.44 ], [ -121.63, 37.29 ], [ -121.81, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 37.44 ], [ -121.81, 37.58 ], [ -121.63, 37.58 ], [ -121.63, 37.44 ], [ -121.81, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 37.58 ], [ -121.81, 37.72 ], [ -121.63, 37.72 ], [ -121.63, 37.58 ], [ -121.81, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 37.72 ], [ -121.81, 37.86 ], [ -121.63, 37.86 ], [ -121.63, 37.72 ], [ -121.81, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 37.86 ], [ -121.81, 38.0 ], [ -121.63, 38.0 ], [ -121.63, 37.86 ], [ -121.81, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 38.0 ], [ -121.81, 38.15 ], [ -121.63, 38.15 ], [ -121.63, 38.0 ], [ -121.81, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 38.15 ], [ -121.81, 38.29 ], [ -121.63, 38.29 ], [ -121.63, 38.15 ], [ -121.81, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 38.29 ], [ -121.81, 38.43 ], [ -121.63, 38.43 ], [ -121.63, 38.29 ], [ -121.81, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 38.43 ], [ -121.81, 38.57 ], [ -121.63, 38.57 ], [ -121.63, 38.43 ], [ -121.81, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 430 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 38.57 ], [ -121.81, 38.71 ], [ -121.63, 38.71 ], [ -121.63, 38.57 ], [ -121.81, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 38.71 ], [ -121.81, 38.85 ], [ -121.63, 38.85 ], [ -121.63, 38.71 ], [ -121.81, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 38.85 ], [ -121.81, 38.99 ], [ -121.63, 38.99 ], [ -121.63, 38.85 ], [ -121.81, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 38.99 ], [ -121.81, 39.13 ], [ -121.63, 39.13 ], [ -121.63, 38.99 ], [ -121.81, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 39.13 ], [ -121.81, 39.27 ], [ -121.63, 39.27 ], [ -121.63, 39.13 ], [ -121.81, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 39.27 ], [ -121.81, 39.41 ], [ -121.63, 39.41 ], [ -121.63, 39.27 ], [ -121.81, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 39.41 ], [ -121.81, 39.54 ], [ -121.63, 39.54 ], [ -121.63, 39.41 ], [ -121.81, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 39.54 ], [ -121.81, 39.68 ], [ -121.63, 39.68 ], [ -121.63, 39.54 ], [ -121.81, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 39.68 ], [ -121.81, 39.82 ], [ -121.63, 39.82 ], [ -121.63, 39.68 ], [ -121.81, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 39.82 ], [ -121.81, 39.96 ], [ -121.63, 39.96 ], [ -121.63, 39.82 ], [ -121.81, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 440 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 39.96 ], [ -121.81, 40.1 ], [ -121.63, 40.1 ], [ -121.63, 39.96 ], [ -121.81, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 40.1 ], [ -121.81, 40.23 ], [ -121.63, 40.23 ], [ -121.63, 40.1 ], [ -121.81, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 40.23 ], [ -121.81, 40.37 ], [ -121.63, 40.37 ], [ -121.63, 40.23 ], [ -121.81, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 40.37 ], [ -121.81, 40.51 ], [ -121.63, 40.51 ], [ -121.63, 40.37 ], [ -121.81, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 40.51 ], [ -121.81, 40.64 ], [ -121.63, 40.64 ], [ -121.63, 40.51 ], [ -121.81, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 40.64 ], [ -121.81, 40.78 ], [ -121.63, 40.78 ], [ -121.63, 40.64 ], [ -121.81, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 40.78 ], [ -121.81, 40.92 ], [ -121.63, 40.92 ], [ -121.63, 40.78 ], [ -121.81, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 40.92 ], [ -121.81, 41.05 ], [ -121.63, 41.05 ], [ -121.63, 40.92 ], [ -121.81, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 41.05 ], [ -121.81, 41.19 ], [ -121.63, 41.19 ], [ -121.63, 41.05 ], [ -121.81, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 41.19 ], [ -121.81, 41.32 ], [ -121.63, 41.32 ], [ -121.63, 41.19 ], [ -121.81, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 450 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 41.32 ], [ -121.81, 41.46 ], [ -121.63, 41.46 ], [ -121.63, 41.32 ], [ -121.81, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 41.46 ], [ -121.81, 41.59 ], [ -121.63, 41.59 ], [ -121.63, 41.46 ], [ -121.81, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 41.59 ], [ -121.81, 41.73 ], [ -121.63, 41.73 ], [ -121.63, 41.59 ], [ -121.81, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 41.73 ], [ -121.81, 41.86 ], [ -121.63, 41.86 ], [ -121.63, 41.73 ], [ -121.81, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 41.86 ], [ -121.81, 41.99 ], [ -121.63, 41.99 ], [ -121.63, 41.86 ], [ -121.81, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81, 41.99 ], [ -121.81, 42.13 ], [ -121.63, 42.13 ], [ -121.63, 41.99 ], [ -121.81, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 35.85 ], [ -121.63, 36.0 ], [ -121.45, 36.0 ], [ -121.45, 35.85 ], [ -121.63, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 36.0 ], [ -121.63, 36.14 ], [ -121.45, 36.14 ], [ -121.45, 36.0 ], [ -121.63, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 36.14 ], [ -121.63, 36.29 ], [ -121.45, 36.29 ], [ -121.45, 36.14 ], [ -121.63, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 36.29 ], [ -121.63, 36.43 ], [ -121.45, 36.43 ], [ -121.45, 36.29 ], [ -121.63, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 460 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 36.43 ], [ -121.63, 36.57 ], [ -121.45, 36.57 ], [ -121.45, 36.43 ], [ -121.63, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 36.57 ], [ -121.63, 36.72 ], [ -121.45, 36.72 ], [ -121.45, 36.57 ], [ -121.63, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 36.72 ], [ -121.63, 36.86 ], [ -121.45, 36.86 ], [ -121.45, 36.72 ], [ -121.63, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 36.86 ], [ -121.63, 37.01 ], [ -121.45, 37.01 ], [ -121.45, 36.86 ], [ -121.63, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 37.01 ], [ -121.63, 37.15 ], [ -121.45, 37.15 ], [ -121.45, 37.01 ], [ -121.63, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 37.15 ], [ -121.63, 37.29 ], [ -121.45, 37.29 ], [ -121.45, 37.15 ], [ -121.63, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 37.29 ], [ -121.63, 37.44 ], [ -121.45, 37.44 ], [ -121.45, 37.29 ], [ -121.63, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 37.44 ], [ -121.63, 37.58 ], [ -121.45, 37.58 ], [ -121.45, 37.44 ], [ -121.63, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 37.58 ], [ -121.63, 37.72 ], [ -121.45, 37.72 ], [ -121.45, 37.58 ], [ -121.63, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 37.72 ], [ -121.63, 37.86 ], [ -121.45, 37.86 ], [ -121.45, 37.72 ], [ -121.63, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 470 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 37.86 ], [ -121.63, 38.0 ], [ -121.45, 38.0 ], [ -121.45, 37.86 ], [ -121.63, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 38.0 ], [ -121.63, 38.15 ], [ -121.45, 38.15 ], [ -121.45, 38.0 ], [ -121.63, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 38.15 ], [ -121.63, 38.29 ], [ -121.45, 38.29 ], [ -121.45, 38.15 ], [ -121.63, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 38.29 ], [ -121.63, 38.43 ], [ -121.45, 38.43 ], [ -121.45, 38.29 ], [ -121.63, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 38.43 ], [ -121.63, 38.57 ], [ -121.45, 38.57 ], [ -121.45, 38.43 ], [ -121.63, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 38.57 ], [ -121.63, 38.71 ], [ -121.45, 38.71 ], [ -121.45, 38.57 ], [ -121.63, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 38.71 ], [ -121.63, 38.85 ], [ -121.45, 38.85 ], [ -121.45, 38.71 ], [ -121.63, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 38.85 ], [ -121.63, 38.99 ], [ -121.45, 38.99 ], [ -121.45, 38.85 ], [ -121.63, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 38.99 ], [ -121.63, 39.13 ], [ -121.45, 39.13 ], [ -121.45, 38.99 ], [ -121.63, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 39.13 ], [ -121.63, 39.27 ], [ -121.45, 39.27 ], [ -121.45, 39.13 ], [ -121.63, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 480 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 39.27 ], [ -121.63, 39.41 ], [ -121.45, 39.41 ], [ -121.45, 39.27 ], [ -121.63, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 39.41 ], [ -121.63, 39.54 ], [ -121.45, 39.54 ], [ -121.45, 39.41 ], [ -121.63, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 39.54 ], [ -121.63, 39.68 ], [ -121.45, 39.68 ], [ -121.45, 39.54 ], [ -121.63, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 39.68 ], [ -121.63, 39.82 ], [ -121.45, 39.82 ], [ -121.45, 39.68 ], [ -121.63, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 39.82 ], [ -121.63, 39.96 ], [ -121.45, 39.96 ], [ -121.45, 39.82 ], [ -121.63, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 39.96 ], [ -121.63, 40.1 ], [ -121.45, 40.1 ], [ -121.45, 39.96 ], [ -121.63, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 40.1 ], [ -121.63, 40.23 ], [ -121.45, 40.23 ], [ -121.45, 40.1 ], [ -121.63, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 40.23 ], [ -121.63, 40.37 ], [ -121.45, 40.37 ], [ -121.45, 40.23 ], [ -121.63, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 40.37 ], [ -121.63, 40.51 ], [ -121.45, 40.51 ], [ -121.45, 40.37 ], [ -121.63, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 40.51 ], [ -121.63, 40.64 ], [ -121.45, 40.64 ], [ -121.45, 40.51 ], [ -121.63, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 490 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 40.64 ], [ -121.63, 40.78 ], [ -121.45, 40.78 ], [ -121.45, 40.64 ], [ -121.63, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 40.78 ], [ -121.63, 40.92 ], [ -121.45, 40.92 ], [ -121.45, 40.78 ], [ -121.63, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 40.92 ], [ -121.63, 41.05 ], [ -121.45, 41.05 ], [ -121.45, 40.92 ], [ -121.63, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 41.05 ], [ -121.63, 41.19 ], [ -121.45, 41.19 ], [ -121.45, 41.05 ], [ -121.63, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 41.19 ], [ -121.63, 41.32 ], [ -121.45, 41.32 ], [ -121.45, 41.19 ], [ -121.63, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 41.32 ], [ -121.63, 41.46 ], [ -121.45, 41.46 ], [ -121.45, 41.32 ], [ -121.63, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 41.46 ], [ -121.63, 41.59 ], [ -121.45, 41.59 ], [ -121.45, 41.46 ], [ -121.63, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 41.59 ], [ -121.63, 41.73 ], [ -121.45, 41.73 ], [ -121.45, 41.59 ], [ -121.63, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 41.73 ], [ -121.63, 41.86 ], [ -121.45, 41.86 ], [ -121.45, 41.73 ], [ -121.63, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 41.86 ], [ -121.63, 41.99 ], [ -121.45, 41.99 ], [ -121.45, 41.86 ], [ -121.63, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 500 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.63, 41.99 ], [ -121.63, 42.13 ], [ -121.45, 42.13 ], [ -121.45, 41.99 ], [ -121.63, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 35.56 ], [ -121.45, 35.7 ], [ -121.27, 35.7 ], [ -121.27, 35.56 ], [ -121.45, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 35.7 ], [ -121.45, 35.85 ], [ -121.27, 35.85 ], [ -121.27, 35.7 ], [ -121.45, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 35.85 ], [ -121.45, 36.0 ], [ -121.27, 36.0 ], [ -121.27, 35.85 ], [ -121.45, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 36.0 ], [ -121.45, 36.14 ], [ -121.27, 36.14 ], [ -121.27, 36.0 ], [ -121.45, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 36.14 ], [ -121.45, 36.29 ], [ -121.27, 36.29 ], [ -121.27, 36.14 ], [ -121.45, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 36.29 ], [ -121.45, 36.43 ], [ -121.27, 36.43 ], [ -121.27, 36.29 ], [ -121.45, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 36.43 ], [ -121.45, 36.57 ], [ -121.27, 36.57 ], [ -121.27, 36.43 ], [ -121.45, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 36.57 ], [ -121.45, 36.72 ], [ -121.27, 36.72 ], [ -121.27, 36.57 ], [ -121.45, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 36.72 ], [ -121.45, 36.86 ], [ -121.27, 36.86 ], [ -121.27, 36.72 ], [ -121.45, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 510 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 36.86 ], [ -121.45, 37.01 ], [ -121.27, 37.01 ], [ -121.27, 36.86 ], [ -121.45, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 37.01 ], [ -121.45, 37.15 ], [ -121.27, 37.15 ], [ -121.27, 37.01 ], [ -121.45, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 37.15 ], [ -121.45, 37.29 ], [ -121.27, 37.29 ], [ -121.27, 37.15 ], [ -121.45, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 37.29 ], [ -121.45, 37.44 ], [ -121.27, 37.44 ], [ -121.27, 37.29 ], [ -121.45, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 37.44 ], [ -121.45, 37.58 ], [ -121.27, 37.58 ], [ -121.27, 37.44 ], [ -121.45, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 37.58 ], [ -121.45, 37.72 ], [ -121.27, 37.72 ], [ -121.27, 37.58 ], [ -121.45, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 37.72 ], [ -121.45, 37.86 ], [ -121.27, 37.86 ], [ -121.27, 37.72 ], [ -121.45, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 37.86 ], [ -121.45, 38.0 ], [ -121.27, 38.0 ], [ -121.27, 37.86 ], [ -121.45, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 38.0 ], [ -121.45, 38.15 ], [ -121.27, 38.15 ], [ -121.27, 38.0 ], [ -121.45, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 38.15 ], [ -121.45, 38.29 ], [ -121.27, 38.29 ], [ -121.27, 38.15 ], [ -121.45, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 520 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 38.29 ], [ -121.45, 38.43 ], [ -121.27, 38.43 ], [ -121.27, 38.29 ], [ -121.45, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 38.43 ], [ -121.45, 38.57 ], [ -121.27, 38.57 ], [ -121.27, 38.43 ], [ -121.45, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 38.57 ], [ -121.45, 38.71 ], [ -121.27, 38.71 ], [ -121.27, 38.57 ], [ -121.45, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 38.71 ], [ -121.45, 38.85 ], [ -121.27, 38.85 ], [ -121.27, 38.71 ], [ -121.45, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 38.85 ], [ -121.45, 38.99 ], [ -121.27, 38.99 ], [ -121.27, 38.85 ], [ -121.45, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 38.99 ], [ -121.45, 39.13 ], [ -121.27, 39.13 ], [ -121.27, 38.99 ], [ -121.45, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 39.13 ], [ -121.45, 39.27 ], [ -121.27, 39.27 ], [ -121.27, 39.13 ], [ -121.45, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 39.27 ], [ -121.45, 39.41 ], [ -121.27, 39.41 ], [ -121.27, 39.27 ], [ -121.45, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 39.41 ], [ -121.45, 39.54 ], [ -121.27, 39.54 ], [ -121.27, 39.41 ], [ -121.45, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 39.54 ], [ -121.45, 39.68 ], [ -121.27, 39.68 ], [ -121.27, 39.54 ], [ -121.45, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 530 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 39.68 ], [ -121.45, 39.82 ], [ -121.27, 39.82 ], [ -121.27, 39.68 ], [ -121.45, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 39.82 ], [ -121.45, 39.96 ], [ -121.27, 39.96 ], [ -121.27, 39.82 ], [ -121.45, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 39.96 ], [ -121.45, 40.1 ], [ -121.27, 40.1 ], [ -121.27, 39.96 ], [ -121.45, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 40.1 ], [ -121.45, 40.23 ], [ -121.27, 40.23 ], [ -121.27, 40.1 ], [ -121.45, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 40.23 ], [ -121.45, 40.37 ], [ -121.27, 40.37 ], [ -121.27, 40.23 ], [ -121.45, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 40.37 ], [ -121.45, 40.51 ], [ -121.27, 40.51 ], [ -121.27, 40.37 ], [ -121.45, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 40.51 ], [ -121.45, 40.64 ], [ -121.27, 40.64 ], [ -121.27, 40.51 ], [ -121.45, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 40.64 ], [ -121.45, 40.78 ], [ -121.27, 40.78 ], [ -121.27, 40.64 ], [ -121.45, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 40.78 ], [ -121.45, 40.92 ], [ -121.27, 40.92 ], [ -121.27, 40.78 ], [ -121.45, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 40.92 ], [ -121.45, 41.05 ], [ -121.27, 41.05 ], [ -121.27, 40.92 ], [ -121.45, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 540 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 41.05 ], [ -121.45, 41.19 ], [ -121.27, 41.19 ], [ -121.27, 41.05 ], [ -121.45, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 41.19 ], [ -121.45, 41.32 ], [ -121.27, 41.32 ], [ -121.27, 41.19 ], [ -121.45, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 41.32 ], [ -121.45, 41.46 ], [ -121.27, 41.46 ], [ -121.27, 41.32 ], [ -121.45, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 41.46 ], [ -121.45, 41.59 ], [ -121.27, 41.59 ], [ -121.27, 41.46 ], [ -121.45, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 41.59 ], [ -121.45, 41.73 ], [ -121.27, 41.73 ], [ -121.27, 41.59 ], [ -121.45, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 41.73 ], [ -121.45, 41.86 ], [ -121.27, 41.86 ], [ -121.27, 41.73 ], [ -121.45, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 41.86 ], [ -121.45, 41.99 ], [ -121.27, 41.99 ], [ -121.27, 41.86 ], [ -121.45, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.45, 41.99 ], [ -121.45, 42.13 ], [ -121.27, 42.13 ], [ -121.27, 41.99 ], [ -121.45, 41.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 35.56 ], [ -121.27, 35.7 ], [ -121.09, 35.7 ], [ -121.09, 35.56 ], [ -121.27, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 550 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 35.7 ], [ -121.27, 35.85 ], [ -121.09, 35.85 ], [ -121.09, 35.7 ], [ -121.27, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 35.85 ], [ -121.27, 36.0 ], [ -121.09, 36.0 ], [ -121.09, 35.85 ], [ -121.27, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 36.0 ], [ -121.27, 36.14 ], [ -121.09, 36.14 ], [ -121.09, 36.0 ], [ -121.27, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 36.14 ], [ -121.27, 36.29 ], [ -121.09, 36.29 ], [ -121.09, 36.14 ], [ -121.27, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 36.29 ], [ -121.27, 36.43 ], [ -121.09, 36.43 ], [ -121.09, 36.29 ], [ -121.27, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 36.43 ], [ -121.27, 36.57 ], [ -121.09, 36.57 ], [ -121.09, 36.43 ], [ -121.27, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 36.57 ], [ -121.27, 36.72 ], [ -121.09, 36.72 ], [ -121.09, 36.57 ], [ -121.27, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 36.72 ], [ -121.27, 36.86 ], [ -121.09, 36.86 ], [ -121.09, 36.72 ], [ -121.27, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 36.86 ], [ -121.27, 37.01 ], [ -121.09, 37.01 ], [ -121.09, 36.86 ], [ -121.27, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 37.01 ], [ -121.27, 37.15 ], [ -121.09, 37.15 ], [ -121.09, 37.01 ], [ -121.27, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 560 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 37.15 ], [ -121.27, 37.29 ], [ -121.09, 37.29 ], [ -121.09, 37.15 ], [ -121.27, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 37.29 ], [ -121.27, 37.44 ], [ -121.09, 37.44 ], [ -121.09, 37.29 ], [ -121.27, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 37.44 ], [ -121.27, 37.58 ], [ -121.09, 37.58 ], [ -121.09, 37.44 ], [ -121.27, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 37.58 ], [ -121.27, 37.72 ], [ -121.09, 37.72 ], [ -121.09, 37.58 ], [ -121.27, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 37.72 ], [ -121.27, 37.86 ], [ -121.09, 37.86 ], [ -121.09, 37.72 ], [ -121.27, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 37.86 ], [ -121.27, 38.0 ], [ -121.09, 38.0 ], [ -121.09, 37.86 ], [ -121.27, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 38.0 ], [ -121.27, 38.15 ], [ -121.09, 38.15 ], [ -121.09, 38.0 ], [ -121.27, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 38.15 ], [ -121.27, 38.29 ], [ -121.09, 38.29 ], [ -121.09, 38.15 ], [ -121.27, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 38.29 ], [ -121.27, 38.43 ], [ -121.09, 38.43 ], [ -121.09, 38.29 ], [ -121.27, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 38.43 ], [ -121.27, 38.57 ], [ -121.09, 38.57 ], [ -121.09, 38.43 ], [ -121.27, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 570 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 38.57 ], [ -121.27, 38.71 ], [ -121.09, 38.71 ], [ -121.09, 38.57 ], [ -121.27, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 38.71 ], [ -121.27, 38.85 ], [ -121.09, 38.85 ], [ -121.09, 38.71 ], [ -121.27, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 38.85 ], [ -121.27, 38.99 ], [ -121.09, 38.99 ], [ -121.09, 38.85 ], [ -121.27, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 38.99 ], [ -121.27, 39.13 ], [ -121.09, 39.13 ], [ -121.09, 38.99 ], [ -121.27, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 39.13 ], [ -121.27, 39.27 ], [ -121.09, 39.27 ], [ -121.09, 39.13 ], [ -121.27, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 39.27 ], [ -121.27, 39.41 ], [ -121.09, 39.41 ], [ -121.09, 39.27 ], [ -121.27, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 39.41 ], [ -121.27, 39.54 ], [ -121.09, 39.54 ], [ -121.09, 39.41 ], [ -121.27, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 39.54 ], [ -121.27, 39.68 ], [ -121.09, 39.68 ], [ -121.09, 39.54 ], [ -121.27, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 39.68 ], [ -121.27, 39.82 ], [ -121.09, 39.82 ], [ -121.09, 39.68 ], [ -121.27, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 39.82 ], [ -121.27, 39.96 ], [ -121.09, 39.96 ], [ -121.09, 39.82 ], [ -121.27, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 580 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 39.96 ], [ -121.27, 40.1 ], [ -121.09, 40.1 ], [ -121.09, 39.96 ], [ -121.27, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 40.1 ], [ -121.27, 40.23 ], [ -121.09, 40.23 ], [ -121.09, 40.1 ], [ -121.27, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 40.23 ], [ -121.27, 40.37 ], [ -121.09, 40.37 ], [ -121.09, 40.23 ], [ -121.27, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 40.37 ], [ -121.27, 40.51 ], [ -121.09, 40.51 ], [ -121.09, 40.37 ], [ -121.27, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 40.51 ], [ -121.27, 40.64 ], [ -121.09, 40.64 ], [ -121.09, 40.51 ], [ -121.27, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 40.64 ], [ -121.27, 40.78 ], [ -121.09, 40.78 ], [ -121.09, 40.64 ], [ -121.27, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 40.78 ], [ -121.27, 40.92 ], [ -121.09, 40.92 ], [ -121.09, 40.78 ], [ -121.27, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 40.92 ], [ -121.27, 41.05 ], [ -121.09, 41.05 ], [ -121.09, 40.92 ], [ -121.27, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 41.05 ], [ -121.27, 41.19 ], [ -121.09, 41.19 ], [ -121.09, 41.05 ], [ -121.27, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 41.19 ], [ -121.27, 41.32 ], [ -121.09, 41.32 ], [ -121.09, 41.19 ], [ -121.27, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 590 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 41.32 ], [ -121.27, 41.46 ], [ -121.09, 41.46 ], [ -121.09, 41.32 ], [ -121.27, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 41.46 ], [ -121.27, 41.59 ], [ -121.09, 41.59 ], [ -121.09, 41.46 ], [ -121.27, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 41.59 ], [ -121.27, 41.73 ], [ -121.09, 41.73 ], [ -121.09, 41.59 ], [ -121.27, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 41.73 ], [ -121.27, 41.86 ], [ -121.09, 41.86 ], [ -121.09, 41.73 ], [ -121.27, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.27, 41.86 ], [ -121.27, 41.99 ], [ -121.09, 41.99 ], [ -121.09, 41.86 ], [ -121.27, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 35.41 ], [ -121.09, 35.56 ], [ -120.91, 35.56 ], [ -120.91, 35.41 ], [ -121.09, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 35.56 ], [ -121.09, 35.7 ], [ -120.91, 35.7 ], [ -120.91, 35.56 ], [ -121.09, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 35.7 ], [ -121.09, 35.85 ], [ -120.91, 35.85 ], [ -120.91, 35.7 ], [ -121.09, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 35.85 ], [ -121.09, 36.0 ], [ -120.91, 36.0 ], [ -120.91, 35.85 ], [ -121.09, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 600 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 36.0 ], [ -121.09, 36.14 ], [ -120.91, 36.14 ], [ -120.91, 36.0 ], [ -121.09, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 36.14 ], [ -121.09, 36.29 ], [ -120.91, 36.29 ], [ -120.91, 36.14 ], [ -121.09, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 36.29 ], [ -121.09, 36.43 ], [ -120.91, 36.43 ], [ -120.91, 36.29 ], [ -121.09, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 36.43 ], [ -121.09, 36.57 ], [ -120.91, 36.57 ], [ -120.91, 36.43 ], [ -121.09, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 36.57 ], [ -121.09, 36.72 ], [ -120.91, 36.72 ], [ -120.91, 36.57 ], [ -121.09, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 36.72 ], [ -121.09, 36.86 ], [ -120.91, 36.86 ], [ -120.91, 36.72 ], [ -121.09, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 36.86 ], [ -121.09, 37.01 ], [ -120.91, 37.01 ], [ -120.91, 36.86 ], [ -121.09, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 37.01 ], [ -121.09, 37.15 ], [ -120.91, 37.15 ], [ -120.91, 37.01 ], [ -121.09, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 37.15 ], [ -121.09, 37.29 ], [ -120.91, 37.29 ], [ -120.91, 37.15 ], [ -121.09, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 37.29 ], [ -121.09, 37.44 ], [ -120.91, 37.44 ], [ -120.91, 37.29 ], [ -121.09, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 610 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 37.44 ], [ -121.09, 37.58 ], [ -120.91, 37.58 ], [ -120.91, 37.44 ], [ -121.09, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 37.58 ], [ -121.09, 37.72 ], [ -120.91, 37.72 ], [ -120.91, 37.58 ], [ -121.09, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 37.72 ], [ -121.09, 37.86 ], [ -120.91, 37.86 ], [ -120.91, 37.72 ], [ -121.09, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 37.86 ], [ -121.09, 38.0 ], [ -120.91, 38.0 ], [ -120.91, 37.86 ], [ -121.09, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 38.0 ], [ -121.09, 38.15 ], [ -120.91, 38.15 ], [ -120.91, 38.0 ], [ -121.09, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 38.15 ], [ -121.09, 38.29 ], [ -120.91, 38.29 ], [ -120.91, 38.15 ], [ -121.09, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 38.29 ], [ -121.09, 38.43 ], [ -120.91, 38.43 ], [ -120.91, 38.29 ], [ -121.09, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 38.43 ], [ -121.09, 38.57 ], [ -120.91, 38.57 ], [ -120.91, 38.43 ], [ -121.09, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 38.57 ], [ -121.09, 38.71 ], [ -120.91, 38.71 ], [ -120.91, 38.57 ], [ -121.09, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 38.71 ], [ -121.09, 38.85 ], [ -120.91, 38.85 ], [ -120.91, 38.71 ], [ -121.09, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 620 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 38.85 ], [ -121.09, 38.99 ], [ -120.91, 38.99 ], [ -120.91, 38.85 ], [ -121.09, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 38.99 ], [ -121.09, 39.13 ], [ -120.91, 39.13 ], [ -120.91, 38.99 ], [ -121.09, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 39.13 ], [ -121.09, 39.27 ], [ -120.91, 39.27 ], [ -120.91, 39.13 ], [ -121.09, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 39.27 ], [ -121.09, 39.41 ], [ -120.91, 39.41 ], [ -120.91, 39.27 ], [ -121.09, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 39.41 ], [ -121.09, 39.54 ], [ -120.91, 39.54 ], [ -120.91, 39.41 ], [ -121.09, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 39.54 ], [ -121.09, 39.68 ], [ -120.91, 39.68 ], [ -120.91, 39.54 ], [ -121.09, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 39.68 ], [ -121.09, 39.82 ], [ -120.91, 39.82 ], [ -120.91, 39.68 ], [ -121.09, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 39.82 ], [ -121.09, 39.96 ], [ -120.91, 39.96 ], [ -120.91, 39.82 ], [ -121.09, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 39.96 ], [ -121.09, 40.1 ], [ -120.91, 40.1 ], [ -120.91, 39.96 ], [ -121.09, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 40.1 ], [ -121.09, 40.23 ], [ -120.91, 40.23 ], [ -120.91, 40.1 ], [ -121.09, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 630 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 40.23 ], [ -121.09, 40.37 ], [ -120.91, 40.37 ], [ -120.91, 40.23 ], [ -121.09, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 40.37 ], [ -121.09, 40.51 ], [ -120.91, 40.51 ], [ -120.91, 40.37 ], [ -121.09, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 40.51 ], [ -121.09, 40.64 ], [ -120.91, 40.64 ], [ -120.91, 40.51 ], [ -121.09, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 40.64 ], [ -121.09, 40.78 ], [ -120.91, 40.78 ], [ -120.91, 40.64 ], [ -121.09, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 40.78 ], [ -121.09, 40.92 ], [ -120.91, 40.92 ], [ -120.91, 40.78 ], [ -121.09, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 40.92 ], [ -121.09, 41.05 ], [ -120.91, 41.05 ], [ -120.91, 40.92 ], [ -121.09, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 41.05 ], [ -121.09, 41.19 ], [ -120.91, 41.19 ], [ -120.91, 41.05 ], [ -121.09, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 41.19 ], [ -121.09, 41.32 ], [ -120.91, 41.32 ], [ -120.91, 41.19 ], [ -121.09, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 41.32 ], [ -121.09, 41.46 ], [ -120.91, 41.46 ], [ -120.91, 41.32 ], [ -121.09, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 41.46 ], [ -121.09, 41.59 ], [ -120.91, 41.59 ], [ -120.91, 41.46 ], [ -121.09, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 640 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 41.59 ], [ -121.09, 41.73 ], [ -120.91, 41.73 ], [ -120.91, 41.59 ], [ -121.09, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 41.73 ], [ -121.09, 41.86 ], [ -120.91, 41.86 ], [ -120.91, 41.73 ], [ -121.09, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.09, 41.86 ], [ -121.09, 41.99 ], [ -120.91, 41.99 ], [ -120.91, 41.86 ], [ -121.09, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 35.12 ], [ -120.91, 35.27 ], [ -120.73, 35.27 ], [ -120.73, 35.12 ], [ -120.91, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 35.27 ], [ -120.91, 35.41 ], [ -120.73, 35.41 ], [ -120.73, 35.27 ], [ -120.91, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 35.41 ], [ -120.91, 35.56 ], [ -120.73, 35.56 ], [ -120.73, 35.41 ], [ -120.91, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 35.56 ], [ -120.91, 35.7 ], [ -120.73, 35.7 ], [ -120.73, 35.56 ], [ -120.91, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 35.7 ], [ -120.91, 35.85 ], [ -120.73, 35.85 ], [ -120.73, 35.7 ], [ -120.91, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 35.85 ], [ -120.91, 36.0 ], [ -120.73, 36.0 ], [ -120.73, 35.85 ], [ -120.91, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 650 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 36.0 ], [ -120.91, 36.14 ], [ -120.73, 36.14 ], [ -120.73, 36.0 ], [ -120.91, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 36.14 ], [ -120.91, 36.29 ], [ -120.73, 36.29 ], [ -120.73, 36.14 ], [ -120.91, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 36.29 ], [ -120.91, 36.43 ], [ -120.73, 36.43 ], [ -120.73, 36.29 ], [ -120.91, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 36.43 ], [ -120.91, 36.57 ], [ -120.73, 36.57 ], [ -120.73, 36.43 ], [ -120.91, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 36.57 ], [ -120.91, 36.72 ], [ -120.73, 36.72 ], [ -120.73, 36.57 ], [ -120.91, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 36.72 ], [ -120.91, 36.86 ], [ -120.73, 36.86 ], [ -120.73, 36.72 ], [ -120.91, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 36.86 ], [ -120.91, 37.01 ], [ -120.73, 37.01 ], [ -120.73, 36.86 ], [ -120.91, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 37.01 ], [ -120.91, 37.15 ], [ -120.73, 37.15 ], [ -120.73, 37.01 ], [ -120.91, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 37.15 ], [ -120.91, 37.29 ], [ -120.73, 37.29 ], [ -120.73, 37.15 ], [ -120.91, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 37.29 ], [ -120.91, 37.44 ], [ -120.73, 37.44 ], [ -120.73, 37.29 ], [ -120.91, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 660 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 37.44 ], [ -120.91, 37.58 ], [ -120.73, 37.58 ], [ -120.73, 37.44 ], [ -120.91, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 37.58 ], [ -120.91, 37.72 ], [ -120.73, 37.72 ], [ -120.73, 37.58 ], [ -120.91, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 37.72 ], [ -120.91, 37.86 ], [ -120.73, 37.86 ], [ -120.73, 37.72 ], [ -120.91, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 37.86 ], [ -120.91, 38.0 ], [ -120.73, 38.0 ], [ -120.73, 37.86 ], [ -120.91, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 38.0 ], [ -120.91, 38.15 ], [ -120.73, 38.15 ], [ -120.73, 38.0 ], [ -120.91, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 38.15 ], [ -120.91, 38.29 ], [ -120.73, 38.29 ], [ -120.73, 38.15 ], [ -120.91, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 38.29 ], [ -120.91, 38.43 ], [ -120.73, 38.43 ], [ -120.73, 38.29 ], [ -120.91, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 38.43 ], [ -120.91, 38.57 ], [ -120.73, 38.57 ], [ -120.73, 38.43 ], [ -120.91, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 38.57 ], [ -120.91, 38.71 ], [ -120.73, 38.71 ], [ -120.73, 38.57 ], [ -120.91, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 38.71 ], [ -120.91, 38.85 ], [ -120.73, 38.85 ], [ -120.73, 38.71 ], [ -120.91, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 670 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 38.85 ], [ -120.91, 38.99 ], [ -120.73, 38.99 ], [ -120.73, 38.85 ], [ -120.91, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 38.99 ], [ -120.91, 39.13 ], [ -120.73, 39.13 ], [ -120.73, 38.99 ], [ -120.91, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 39.13 ], [ -120.91, 39.27 ], [ -120.73, 39.27 ], [ -120.73, 39.13 ], [ -120.91, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 39.27 ], [ -120.91, 39.41 ], [ -120.73, 39.41 ], [ -120.73, 39.27 ], [ -120.91, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 39.41 ], [ -120.91, 39.54 ], [ -120.73, 39.54 ], [ -120.73, 39.41 ], [ -120.91, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 39.54 ], [ -120.91, 39.68 ], [ -120.73, 39.68 ], [ -120.73, 39.54 ], [ -120.91, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 39.68 ], [ -120.91, 39.82 ], [ -120.73, 39.82 ], [ -120.73, 39.68 ], [ -120.91, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 39.82 ], [ -120.91, 39.96 ], [ -120.73, 39.96 ], [ -120.73, 39.82 ], [ -120.91, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 39.96 ], [ -120.91, 40.1 ], [ -120.73, 40.1 ], [ -120.73, 39.96 ], [ -120.91, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 40.1 ], [ -120.91, 40.23 ], [ -120.73, 40.23 ], [ -120.73, 40.1 ], [ -120.91, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 680 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 40.23 ], [ -120.91, 40.37 ], [ -120.73, 40.37 ], [ -120.73, 40.23 ], [ -120.91, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 40.37 ], [ -120.91, 40.51 ], [ -120.73, 40.51 ], [ -120.73, 40.37 ], [ -120.91, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 40.51 ], [ -120.91, 40.64 ], [ -120.73, 40.64 ], [ -120.73, 40.51 ], [ -120.91, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 40.64 ], [ -120.91, 40.78 ], [ -120.73, 40.78 ], [ -120.73, 40.64 ], [ -120.91, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 40.78 ], [ -120.91, 40.92 ], [ -120.73, 40.92 ], [ -120.73, 40.78 ], [ -120.91, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 40.92 ], [ -120.91, 41.05 ], [ -120.73, 41.05 ], [ -120.73, 40.92 ], [ -120.91, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 41.05 ], [ -120.91, 41.19 ], [ -120.73, 41.19 ], [ -120.73, 41.05 ], [ -120.91, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 41.19 ], [ -120.91, 41.32 ], [ -120.73, 41.32 ], [ -120.73, 41.19 ], [ -120.91, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 41.32 ], [ -120.91, 41.46 ], [ -120.73, 41.46 ], [ -120.73, 41.32 ], [ -120.91, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 41.46 ], [ -120.91, 41.59 ], [ -120.73, 41.59 ], [ -120.73, 41.46 ], [ -120.91, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 690 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 41.59 ], [ -120.91, 41.73 ], [ -120.73, 41.73 ], [ -120.73, 41.59 ], [ -120.91, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 41.73 ], [ -120.91, 41.86 ], [ -120.73, 41.86 ], [ -120.73, 41.73 ], [ -120.91, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.91, 41.86 ], [ -120.91, 41.99 ], [ -120.73, 41.99 ], [ -120.73, 41.86 ], [ -120.91, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 34.53 ], [ -120.73, 34.68 ], [ -120.55, 34.68 ], [ -120.55, 34.53 ], [ -120.73, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 34.68 ], [ -120.73, 34.82 ], [ -120.55, 34.82 ], [ -120.55, 34.68 ], [ -120.73, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 34.82 ], [ -120.73, 34.97 ], [ -120.55, 34.97 ], [ -120.55, 34.82 ], [ -120.73, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 34.97 ], [ -120.73, 35.12 ], [ -120.55, 35.12 ], [ -120.55, 34.97 ], [ -120.73, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 35.12 ], [ -120.73, 35.27 ], [ -120.55, 35.27 ], [ -120.55, 35.12 ], [ -120.73, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 35.27 ], [ -120.73, 35.41 ], [ -120.55, 35.41 ], [ -120.55, 35.27 ], [ -120.73, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 700 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 35.41 ], [ -120.73, 35.56 ], [ -120.55, 35.56 ], [ -120.55, 35.41 ], [ -120.73, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 35.56 ], [ -120.73, 35.7 ], [ -120.55, 35.7 ], [ -120.55, 35.56 ], [ -120.73, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 35.7 ], [ -120.73, 35.85 ], [ -120.55, 35.85 ], [ -120.55, 35.7 ], [ -120.73, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 35.85 ], [ -120.73, 36.0 ], [ -120.55, 36.0 ], [ -120.55, 35.85 ], [ -120.73, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 36.0 ], [ -120.73, 36.14 ], [ -120.55, 36.14 ], [ -120.55, 36.0 ], [ -120.73, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 36.14 ], [ -120.73, 36.29 ], [ -120.55, 36.29 ], [ -120.55, 36.14 ], [ -120.73, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 36.29 ], [ -120.73, 36.43 ], [ -120.55, 36.43 ], [ -120.55, 36.29 ], [ -120.73, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 36.43 ], [ -120.73, 36.57 ], [ -120.55, 36.57 ], [ -120.55, 36.43 ], [ -120.73, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 36.57 ], [ -120.73, 36.72 ], [ -120.55, 36.72 ], [ -120.55, 36.57 ], [ -120.73, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 36.72 ], [ -120.73, 36.86 ], [ -120.55, 36.86 ], [ -120.55, 36.72 ], [ -120.73, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 710 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 36.86 ], [ -120.73, 37.01 ], [ -120.55, 37.01 ], [ -120.55, 36.86 ], [ -120.73, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 37.01 ], [ -120.73, 37.15 ], [ -120.55, 37.15 ], [ -120.55, 37.01 ], [ -120.73, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 37.15 ], [ -120.73, 37.29 ], [ -120.55, 37.29 ], [ -120.55, 37.15 ], [ -120.73, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 37.29 ], [ -120.73, 37.44 ], [ -120.55, 37.44 ], [ -120.55, 37.29 ], [ -120.73, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 37.44 ], [ -120.73, 37.58 ], [ -120.55, 37.58 ], [ -120.55, 37.44 ], [ -120.73, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 37.58 ], [ -120.73, 37.72 ], [ -120.55, 37.72 ], [ -120.55, 37.58 ], [ -120.73, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 37.72 ], [ -120.73, 37.86 ], [ -120.55, 37.86 ], [ -120.55, 37.72 ], [ -120.73, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 37.86 ], [ -120.73, 38.0 ], [ -120.55, 38.0 ], [ -120.55, 37.86 ], [ -120.73, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 38.0 ], [ -120.73, 38.15 ], [ -120.55, 38.15 ], [ -120.55, 38.0 ], [ -120.73, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 38.15 ], [ -120.73, 38.29 ], [ -120.55, 38.29 ], [ -120.55, 38.15 ], [ -120.73, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 720 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 38.29 ], [ -120.73, 38.43 ], [ -120.55, 38.43 ], [ -120.55, 38.29 ], [ -120.73, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 38.43 ], [ -120.73, 38.57 ], [ -120.55, 38.57 ], [ -120.55, 38.43 ], [ -120.73, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 38.57 ], [ -120.73, 38.71 ], [ -120.55, 38.71 ], [ -120.55, 38.57 ], [ -120.73, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 38.71 ], [ -120.73, 38.85 ], [ -120.55, 38.85 ], [ -120.55, 38.71 ], [ -120.73, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 38.85 ], [ -120.73, 38.99 ], [ -120.55, 38.99 ], [ -120.55, 38.85 ], [ -120.73, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 38.99 ], [ -120.73, 39.13 ], [ -120.55, 39.13 ], [ -120.55, 38.99 ], [ -120.73, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 39.13 ], [ -120.73, 39.27 ], [ -120.55, 39.27 ], [ -120.55, 39.13 ], [ -120.73, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 39.27 ], [ -120.73, 39.41 ], [ -120.55, 39.41 ], [ -120.55, 39.27 ], [ -120.73, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 39.41 ], [ -120.73, 39.54 ], [ -120.55, 39.54 ], [ -120.55, 39.41 ], [ -120.73, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 39.54 ], [ -120.73, 39.68 ], [ -120.55, 39.68 ], [ -120.55, 39.54 ], [ -120.73, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 730 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 39.68 ], [ -120.73, 39.82 ], [ -120.55, 39.82 ], [ -120.55, 39.68 ], [ -120.73, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 39.82 ], [ -120.73, 39.96 ], [ -120.55, 39.96 ], [ -120.55, 39.82 ], [ -120.73, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 39.96 ], [ -120.73, 40.1 ], [ -120.55, 40.1 ], [ -120.55, 39.96 ], [ -120.73, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 40.1 ], [ -120.73, 40.23 ], [ -120.55, 40.23 ], [ -120.55, 40.1 ], [ -120.73, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 40.23 ], [ -120.73, 40.37 ], [ -120.55, 40.37 ], [ -120.55, 40.23 ], [ -120.73, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 40.37 ], [ -120.73, 40.51 ], [ -120.55, 40.51 ], [ -120.55, 40.37 ], [ -120.73, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 40.51 ], [ -120.73, 40.64 ], [ -120.55, 40.64 ], [ -120.55, 40.51 ], [ -120.73, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 40.64 ], [ -120.73, 40.78 ], [ -120.55, 40.78 ], [ -120.55, 40.64 ], [ -120.73, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 40.78 ], [ -120.73, 40.92 ], [ -120.55, 40.92 ], [ -120.55, 40.78 ], [ -120.73, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 40.92 ], [ -120.73, 41.05 ], [ -120.55, 41.05 ], [ -120.55, 40.92 ], [ -120.73, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 740 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 41.05 ], [ -120.73, 41.19 ], [ -120.55, 41.19 ], [ -120.55, 41.05 ], [ -120.73, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 41.19 ], [ -120.73, 41.32 ], [ -120.55, 41.32 ], [ -120.55, 41.19 ], [ -120.73, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 41.32 ], [ -120.73, 41.46 ], [ -120.55, 41.46 ], [ -120.55, 41.32 ], [ -120.73, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 41.46 ], [ -120.73, 41.59 ], [ -120.55, 41.59 ], [ -120.55, 41.46 ], [ -120.73, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 41.59 ], [ -120.73, 41.73 ], [ -120.55, 41.73 ], [ -120.55, 41.59 ], [ -120.73, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 41.73 ], [ -120.73, 41.86 ], [ -120.55, 41.86 ], [ -120.55, 41.73 ], [ -120.73, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.73, 41.86 ], [ -120.73, 41.99 ], [ -120.55, 41.99 ], [ -120.55, 41.86 ], [ -120.73, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 34.38 ], [ -120.55, 34.53 ], [ -120.37, 34.53 ], [ -120.37, 34.38 ], [ -120.55, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 750 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 34.53 ], [ -120.55, 34.68 ], [ -120.37, 34.68 ], [ -120.37, 34.53 ], [ -120.55, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 34.68 ], [ -120.55, 34.82 ], [ -120.37, 34.82 ], [ -120.37, 34.68 ], [ -120.55, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 34.82 ], [ -120.55, 34.97 ], [ -120.37, 34.97 ], [ -120.37, 34.82 ], [ -120.55, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 34.97 ], [ -120.55, 35.12 ], [ -120.37, 35.12 ], [ -120.37, 34.97 ], [ -120.55, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 35.12 ], [ -120.55, 35.27 ], [ -120.37, 35.27 ], [ -120.37, 35.12 ], [ -120.55, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 35.27 ], [ -120.55, 35.41 ], [ -120.37, 35.41 ], [ -120.37, 35.27 ], [ -120.55, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 35.41 ], [ -120.55, 35.56 ], [ -120.37, 35.56 ], [ -120.37, 35.41 ], [ -120.55, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 35.56 ], [ -120.55, 35.7 ], [ -120.37, 35.7 ], [ -120.37, 35.56 ], [ -120.55, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 35.7 ], [ -120.55, 35.85 ], [ -120.37, 35.85 ], [ -120.37, 35.7 ], [ -120.55, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 35.85 ], [ -120.55, 36.0 ], [ -120.37, 36.0 ], [ -120.37, 35.85 ], [ -120.55, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 760 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 36.0 ], [ -120.55, 36.14 ], [ -120.37, 36.14 ], [ -120.37, 36.0 ], [ -120.55, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 36.14 ], [ -120.55, 36.29 ], [ -120.37, 36.29 ], [ -120.37, 36.14 ], [ -120.55, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 36.29 ], [ -120.55, 36.43 ], [ -120.37, 36.43 ], [ -120.37, 36.29 ], [ -120.55, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 36.43 ], [ -120.55, 36.57 ], [ -120.37, 36.57 ], [ -120.37, 36.43 ], [ -120.55, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 36.57 ], [ -120.55, 36.72 ], [ -120.37, 36.72 ], [ -120.37, 36.57 ], [ -120.55, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 36.72 ], [ -120.55, 36.86 ], [ -120.37, 36.86 ], [ -120.37, 36.72 ], [ -120.55, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 36.86 ], [ -120.55, 37.01 ], [ -120.37, 37.01 ], [ -120.37, 36.86 ], [ -120.55, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 37.01 ], [ -120.55, 37.15 ], [ -120.37, 37.15 ], [ -120.37, 37.01 ], [ -120.55, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 37.15 ], [ -120.55, 37.29 ], [ -120.37, 37.29 ], [ -120.37, 37.15 ], [ -120.55, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 37.29 ], [ -120.55, 37.44 ], [ -120.37, 37.44 ], [ -120.37, 37.29 ], [ -120.55, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 770 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 37.44 ], [ -120.55, 37.58 ], [ -120.37, 37.58 ], [ -120.37, 37.44 ], [ -120.55, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 37.58 ], [ -120.55, 37.72 ], [ -120.37, 37.72 ], [ -120.37, 37.58 ], [ -120.55, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 37.72 ], [ -120.55, 37.86 ], [ -120.37, 37.86 ], [ -120.37, 37.72 ], [ -120.55, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 37.86 ], [ -120.55, 38.0 ], [ -120.37, 38.0 ], [ -120.37, 37.86 ], [ -120.55, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 38.0 ], [ -120.55, 38.15 ], [ -120.37, 38.15 ], [ -120.37, 38.0 ], [ -120.55, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 38.15 ], [ -120.55, 38.29 ], [ -120.37, 38.29 ], [ -120.37, 38.15 ], [ -120.55, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 38.29 ], [ -120.55, 38.43 ], [ -120.37, 38.43 ], [ -120.37, 38.29 ], [ -120.55, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 38.43 ], [ -120.55, 38.57 ], [ -120.37, 38.57 ], [ -120.37, 38.43 ], [ -120.55, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 38.57 ], [ -120.55, 38.71 ], [ -120.37, 38.71 ], [ -120.37, 38.57 ], [ -120.55, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 38.71 ], [ -120.55, 38.85 ], [ -120.37, 38.85 ], [ -120.37, 38.71 ], [ -120.55, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 780 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 38.85 ], [ -120.55, 38.99 ], [ -120.37, 38.99 ], [ -120.37, 38.85 ], [ -120.55, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 38.99 ], [ -120.55, 39.13 ], [ -120.37, 39.13 ], [ -120.37, 38.99 ], [ -120.55, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 39.13 ], [ -120.55, 39.27 ], [ -120.37, 39.27 ], [ -120.37, 39.13 ], [ -120.55, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 39.27 ], [ -120.55, 39.41 ], [ -120.37, 39.41 ], [ -120.37, 39.27 ], [ -120.55, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 39.41 ], [ -120.55, 39.54 ], [ -120.37, 39.54 ], [ -120.37, 39.41 ], [ -120.55, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 39.54 ], [ -120.55, 39.68 ], [ -120.37, 39.68 ], [ -120.37, 39.54 ], [ -120.55, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 39.68 ], [ -120.55, 39.82 ], [ -120.37, 39.82 ], [ -120.37, 39.68 ], [ -120.55, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 39.82 ], [ -120.55, 39.96 ], [ -120.37, 39.96 ], [ -120.37, 39.82 ], [ -120.55, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 39.96 ], [ -120.55, 40.1 ], [ -120.37, 40.1 ], [ -120.37, 39.96 ], [ -120.55, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 40.1 ], [ -120.55, 40.23 ], [ -120.37, 40.23 ], [ -120.37, 40.1 ], [ -120.55, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 790 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 40.23 ], [ -120.55, 40.37 ], [ -120.37, 40.37 ], [ -120.37, 40.23 ], [ -120.55, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 40.37 ], [ -120.55, 40.51 ], [ -120.37, 40.51 ], [ -120.37, 40.37 ], [ -120.55, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 40.51 ], [ -120.55, 40.64 ], [ -120.37, 40.64 ], [ -120.37, 40.51 ], [ -120.55, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 40.64 ], [ -120.55, 40.78 ], [ -120.37, 40.78 ], [ -120.37, 40.64 ], [ -120.55, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 40.78 ], [ -120.55, 40.92 ], [ -120.37, 40.92 ], [ -120.37, 40.78 ], [ -120.55, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 40.92 ], [ -120.55, 41.05 ], [ -120.37, 41.05 ], [ -120.37, 40.92 ], [ -120.55, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 41.05 ], [ -120.55, 41.19 ], [ -120.37, 41.19 ], [ -120.37, 41.05 ], [ -120.55, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 41.19 ], [ -120.55, 41.32 ], [ -120.37, 41.32 ], [ -120.37, 41.19 ], [ -120.55, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 41.32 ], [ -120.55, 41.46 ], [ -120.37, 41.46 ], [ -120.37, 41.32 ], [ -120.55, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 41.46 ], [ -120.55, 41.59 ], [ -120.37, 41.59 ], [ -120.37, 41.46 ], [ -120.55, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 800 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 41.59 ], [ -120.55, 41.73 ], [ -120.37, 41.73 ], [ -120.37, 41.59 ], [ -120.55, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 41.73 ], [ -120.55, 41.86 ], [ -120.37, 41.86 ], [ -120.37, 41.73 ], [ -120.55, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.55, 41.86 ], [ -120.55, 41.99 ], [ -120.37, 41.99 ], [ -120.37, 41.86 ], [ -120.55, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 33.93 ], [ -120.37, 34.08 ], [ -120.19, 34.08 ], [ -120.19, 33.93 ], [ -120.37, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 34.38 ], [ -120.37, 34.53 ], [ -120.19, 34.53 ], [ -120.19, 34.38 ], [ -120.37, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 34.53 ], [ -120.37, 34.68 ], [ -120.19, 34.68 ], [ -120.19, 34.53 ], [ -120.37, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 34.68 ], [ -120.37, 34.82 ], [ -120.19, 34.82 ], [ -120.19, 34.68 ], [ -120.37, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 34.82 ], [ -120.37, 34.97 ], [ -120.19, 34.97 ], [ -120.19, 34.82 ], [ -120.37, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 34.97 ], [ -120.37, 35.12 ], [ -120.19, 35.12 ], [ -120.19, 34.97 ], [ -120.37, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 810 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 35.12 ], [ -120.37, 35.27 ], [ -120.19, 35.27 ], [ -120.19, 35.12 ], [ -120.37, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 35.27 ], [ -120.37, 35.41 ], [ -120.19, 35.41 ], [ -120.19, 35.27 ], [ -120.37, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 35.41 ], [ -120.37, 35.56 ], [ -120.19, 35.56 ], [ -120.19, 35.41 ], [ -120.37, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 35.56 ], [ -120.37, 35.7 ], [ -120.19, 35.7 ], [ -120.19, 35.56 ], [ -120.37, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 35.7 ], [ -120.37, 35.85 ], [ -120.19, 35.85 ], [ -120.19, 35.7 ], [ -120.37, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 35.85 ], [ -120.37, 36.0 ], [ -120.19, 36.0 ], [ -120.19, 35.85 ], [ -120.37, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 36.0 ], [ -120.37, 36.14 ], [ -120.19, 36.14 ], [ -120.19, 36.0 ], [ -120.37, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 36.14 ], [ -120.37, 36.29 ], [ -120.19, 36.29 ], [ -120.19, 36.14 ], [ -120.37, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 36.29 ], [ -120.37, 36.43 ], [ -120.19, 36.43 ], [ -120.19, 36.29 ], [ -120.37, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 36.43 ], [ -120.37, 36.57 ], [ -120.19, 36.57 ], [ -120.19, 36.43 ], [ -120.37, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 820 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 36.57 ], [ -120.37, 36.72 ], [ -120.19, 36.72 ], [ -120.19, 36.57 ], [ -120.37, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 36.72 ], [ -120.37, 36.86 ], [ -120.19, 36.86 ], [ -120.19, 36.72 ], [ -120.37, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 36.86 ], [ -120.37, 37.01 ], [ -120.19, 37.01 ], [ -120.19, 36.86 ], [ -120.37, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 37.01 ], [ -120.37, 37.15 ], [ -120.19, 37.15 ], [ -120.19, 37.01 ], [ -120.37, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 37.15 ], [ -120.37, 37.29 ], [ -120.19, 37.29 ], [ -120.19, 37.15 ], [ -120.37, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 37.29 ], [ -120.37, 37.44 ], [ -120.19, 37.44 ], [ -120.19, 37.29 ], [ -120.37, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 37.44 ], [ -120.37, 37.58 ], [ -120.19, 37.58 ], [ -120.19, 37.44 ], [ -120.37, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 37.58 ], [ -120.37, 37.72 ], [ -120.19, 37.72 ], [ -120.19, 37.58 ], [ -120.37, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 37.72 ], [ -120.37, 37.86 ], [ -120.19, 37.86 ], [ -120.19, 37.72 ], [ -120.37, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 37.86 ], [ -120.37, 38.0 ], [ -120.19, 38.0 ], [ -120.19, 37.86 ], [ -120.37, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 830 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 38.0 ], [ -120.37, 38.15 ], [ -120.19, 38.15 ], [ -120.19, 38.0 ], [ -120.37, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 38.15 ], [ -120.37, 38.29 ], [ -120.19, 38.29 ], [ -120.19, 38.15 ], [ -120.37, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 38.29 ], [ -120.37, 38.43 ], [ -120.19, 38.43 ], [ -120.19, 38.29 ], [ -120.37, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 38.43 ], [ -120.37, 38.57 ], [ -120.19, 38.57 ], [ -120.19, 38.43 ], [ -120.37, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 38.57 ], [ -120.37, 38.71 ], [ -120.19, 38.71 ], [ -120.19, 38.57 ], [ -120.37, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 38.71 ], [ -120.37, 38.85 ], [ -120.19, 38.85 ], [ -120.19, 38.71 ], [ -120.37, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 38.85 ], [ -120.37, 38.99 ], [ -120.19, 38.99 ], [ -120.19, 38.85 ], [ -120.37, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 38.99 ], [ -120.37, 39.13 ], [ -120.19, 39.13 ], [ -120.19, 38.99 ], [ -120.37, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 39.13 ], [ -120.37, 39.27 ], [ -120.19, 39.27 ], [ -120.19, 39.13 ], [ -120.37, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 39.27 ], [ -120.37, 39.41 ], [ -120.19, 39.41 ], [ -120.19, 39.27 ], [ -120.37, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 840 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 39.41 ], [ -120.37, 39.54 ], [ -120.19, 39.54 ], [ -120.19, 39.41 ], [ -120.37, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 39.54 ], [ -120.37, 39.68 ], [ -120.19, 39.68 ], [ -120.19, 39.54 ], [ -120.37, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 39.68 ], [ -120.37, 39.82 ], [ -120.19, 39.82 ], [ -120.19, 39.68 ], [ -120.37, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 39.82 ], [ -120.37, 39.96 ], [ -120.19, 39.96 ], [ -120.19, 39.82 ], [ -120.37, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 39.96 ], [ -120.37, 40.1 ], [ -120.19, 40.1 ], [ -120.19, 39.96 ], [ -120.37, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 40.1 ], [ -120.37, 40.23 ], [ -120.19, 40.23 ], [ -120.19, 40.1 ], [ -120.37, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 40.23 ], [ -120.37, 40.37 ], [ -120.19, 40.37 ], [ -120.19, 40.23 ], [ -120.37, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 40.37 ], [ -120.37, 40.51 ], [ -120.19, 40.51 ], [ -120.19, 40.37 ], [ -120.37, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 40.51 ], [ -120.37, 40.64 ], [ -120.19, 40.64 ], [ -120.19, 40.51 ], [ -120.37, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 40.64 ], [ -120.37, 40.78 ], [ -120.19, 40.78 ], [ -120.19, 40.64 ], [ -120.37, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 850 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 40.78 ], [ -120.37, 40.92 ], [ -120.19, 40.92 ], [ -120.19, 40.78 ], [ -120.37, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 40.92 ], [ -120.37, 41.05 ], [ -120.19, 41.05 ], [ -120.19, 40.92 ], [ -120.37, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 41.05 ], [ -120.37, 41.19 ], [ -120.19, 41.19 ], [ -120.19, 41.05 ], [ -120.37, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 41.19 ], [ -120.37, 41.32 ], [ -120.19, 41.32 ], [ -120.19, 41.19 ], [ -120.37, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 41.32 ], [ -120.37, 41.46 ], [ -120.19, 41.46 ], [ -120.19, 41.32 ], [ -120.37, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 41.46 ], [ -120.37, 41.59 ], [ -120.19, 41.59 ], [ -120.19, 41.46 ], [ -120.37, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 41.59 ], [ -120.37, 41.73 ], [ -120.19, 41.73 ], [ -120.19, 41.59 ], [ -120.37, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 41.73 ], [ -120.37, 41.86 ], [ -120.19, 41.86 ], [ -120.19, 41.73 ], [ -120.37, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.37, 41.86 ], [ -120.37, 41.99 ], [ -120.19, 41.99 ], [ -120.19, 41.86 ], [ -120.37, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 860 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 33.79 ], [ -120.19, 33.93 ], [ -120.01, 33.93 ], [ -120.01, 33.79 ], [ -120.19, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 33.93 ], [ -120.19, 34.08 ], [ -120.01, 34.08 ], [ -120.01, 33.93 ], [ -120.19, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 34.38 ], [ -120.19, 34.53 ], [ -120.01, 34.53 ], [ -120.01, 34.38 ], [ -120.19, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 34.53 ], [ -120.19, 34.68 ], [ -120.01, 34.68 ], [ -120.01, 34.53 ], [ -120.19, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 34.68 ], [ -120.19, 34.82 ], [ -120.01, 34.82 ], [ -120.01, 34.68 ], [ -120.19, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 34.82 ], [ -120.19, 34.97 ], [ -120.01, 34.97 ], [ -120.01, 34.82 ], [ -120.19, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 34.97 ], [ -120.19, 35.12 ], [ -120.01, 35.12 ], [ -120.01, 34.97 ], [ -120.19, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 35.12 ], [ -120.19, 35.27 ], [ -120.01, 35.27 ], [ -120.01, 35.12 ], [ -120.19, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 35.27 ], [ -120.19, 35.41 ], [ -120.01, 35.41 ], [ -120.01, 35.27 ], [ -120.19, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 35.41 ], [ -120.19, 35.56 ], [ -120.01, 35.56 ], [ -120.01, 35.41 ], [ -120.19, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 870 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 35.56 ], [ -120.19, 35.7 ], [ -120.01, 35.7 ], [ -120.01, 35.56 ], [ -120.19, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 35.7 ], [ -120.19, 35.85 ], [ -120.01, 35.85 ], [ -120.01, 35.7 ], [ -120.19, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 35.85 ], [ -120.19, 36.0 ], [ -120.01, 36.0 ], [ -120.01, 35.85 ], [ -120.19, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 36.0 ], [ -120.19, 36.14 ], [ -120.01, 36.14 ], [ -120.01, 36.0 ], [ -120.19, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 36.14 ], [ -120.19, 36.29 ], [ -120.01, 36.29 ], [ -120.01, 36.14 ], [ -120.19, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 36.29 ], [ -120.19, 36.43 ], [ -120.01, 36.43 ], [ -120.01, 36.29 ], [ -120.19, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 36.43 ], [ -120.19, 36.57 ], [ -120.01, 36.57 ], [ -120.01, 36.43 ], [ -120.19, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 36.57 ], [ -120.19, 36.72 ], [ -120.01, 36.72 ], [ -120.01, 36.57 ], [ -120.19, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 36.72 ], [ -120.19, 36.86 ], [ -120.01, 36.86 ], [ -120.01, 36.72 ], [ -120.19, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 36.86 ], [ -120.19, 37.01 ], [ -120.01, 37.01 ], [ -120.01, 36.86 ], [ -120.19, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 880 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 37.01 ], [ -120.19, 37.15 ], [ -120.01, 37.15 ], [ -120.01, 37.01 ], [ -120.19, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 37.15 ], [ -120.19, 37.29 ], [ -120.01, 37.29 ], [ -120.01, 37.15 ], [ -120.19, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 37.29 ], [ -120.19, 37.44 ], [ -120.01, 37.44 ], [ -120.01, 37.29 ], [ -120.19, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 37.44 ], [ -120.19, 37.58 ], [ -120.01, 37.58 ], [ -120.01, 37.44 ], [ -120.19, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 37.58 ], [ -120.19, 37.72 ], [ -120.01, 37.72 ], [ -120.01, 37.58 ], [ -120.19, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 37.72 ], [ -120.19, 37.86 ], [ -120.01, 37.86 ], [ -120.01, 37.72 ], [ -120.19, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 37.86 ], [ -120.19, 38.0 ], [ -120.01, 38.0 ], [ -120.01, 37.86 ], [ -120.19, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 38.0 ], [ -120.19, 38.15 ], [ -120.01, 38.15 ], [ -120.01, 38.0 ], [ -120.19, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 38.15 ], [ -120.19, 38.29 ], [ -120.01, 38.29 ], [ -120.01, 38.15 ], [ -120.19, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 38.29 ], [ -120.19, 38.43 ], [ -120.01, 38.43 ], [ -120.01, 38.29 ], [ -120.19, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 890 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 38.43 ], [ -120.19, 38.57 ], [ -120.01, 38.57 ], [ -120.01, 38.43 ], [ -120.19, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 38.57 ], [ -120.19, 38.71 ], [ -120.01, 38.71 ], [ -120.01, 38.57 ], [ -120.19, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 38.71 ], [ -120.19, 38.85 ], [ -120.01, 38.85 ], [ -120.01, 38.71 ], [ -120.19, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 38.85 ], [ -120.19, 38.99 ], [ -120.01, 38.99 ], [ -120.01, 38.85 ], [ -120.19, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 38.99 ], [ -120.19, 39.13 ], [ -120.01, 39.13 ], [ -120.01, 38.99 ], [ -120.19, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 39.13 ], [ -120.19, 39.27 ], [ -120.01, 39.27 ], [ -120.01, 39.13 ], [ -120.19, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 39.27 ], [ -120.19, 39.41 ], [ -120.01, 39.41 ], [ -120.01, 39.27 ], [ -120.19, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 39.41 ], [ -120.19, 39.54 ], [ -120.01, 39.54 ], [ -120.01, 39.41 ], [ -120.19, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 39.54 ], [ -120.19, 39.68 ], [ -120.01, 39.68 ], [ -120.01, 39.54 ], [ -120.19, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 39.68 ], [ -120.19, 39.82 ], [ -120.01, 39.82 ], [ -120.01, 39.68 ], [ -120.19, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 900 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 39.82 ], [ -120.19, 39.96 ], [ -120.01, 39.96 ], [ -120.01, 39.82 ], [ -120.19, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 39.96 ], [ -120.19, 40.1 ], [ -120.01, 40.1 ], [ -120.01, 39.96 ], [ -120.19, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 40.1 ], [ -120.19, 40.23 ], [ -120.01, 40.23 ], [ -120.01, 40.1 ], [ -120.19, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 40.23 ], [ -120.19, 40.37 ], [ -120.01, 40.37 ], [ -120.01, 40.23 ], [ -120.19, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 40.37 ], [ -120.19, 40.51 ], [ -120.01, 40.51 ], [ -120.01, 40.37 ], [ -120.19, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 40.51 ], [ -120.19, 40.64 ], [ -120.01, 40.64 ], [ -120.01, 40.51 ], [ -120.19, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 40.64 ], [ -120.19, 40.78 ], [ -120.01, 40.78 ], [ -120.01, 40.64 ], [ -120.19, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 40.78 ], [ -120.19, 40.92 ], [ -120.01, 40.92 ], [ -120.01, 40.78 ], [ -120.19, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 40.92 ], [ -120.19, 41.05 ], [ -120.01, 41.05 ], [ -120.01, 40.92 ], [ -120.19, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 41.05 ], [ -120.19, 41.19 ], [ -120.01, 41.19 ], [ -120.01, 41.05 ], [ -120.19, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 910 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 41.19 ], [ -120.19, 41.32 ], [ -120.01, 41.32 ], [ -120.01, 41.19 ], [ -120.19, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 41.32 ], [ -120.19, 41.46 ], [ -120.01, 41.46 ], [ -120.01, 41.32 ], [ -120.19, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 41.46 ], [ -120.19, 41.59 ], [ -120.01, 41.59 ], [ -120.01, 41.46 ], [ -120.19, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 41.59 ], [ -120.19, 41.73 ], [ -120.01, 41.73 ], [ -120.01, 41.59 ], [ -120.19, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 41.73 ], [ -120.19, 41.86 ], [ -120.01, 41.86 ], [ -120.01, 41.73 ], [ -120.19, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.19, 41.86 ], [ -120.19, 41.99 ], [ -120.01, 41.99 ], [ -120.01, 41.86 ], [ -120.19, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 33.93 ], [ -120.01, 34.08 ], [ -119.84, 34.08 ], [ -119.84, 33.93 ], [ -120.01, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 34.38 ], [ -120.01, 34.53 ], [ -119.84, 34.53 ], [ -119.84, 34.38 ], [ -120.01, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 34.53 ], [ -120.01, 34.68 ], [ -119.84, 34.68 ], [ -119.84, 34.53 ], [ -120.01, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 920 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 34.68 ], [ -120.01, 34.82 ], [ -119.84, 34.82 ], [ -119.84, 34.68 ], [ -120.01, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 34.82 ], [ -120.01, 34.97 ], [ -119.84, 34.97 ], [ -119.84, 34.82 ], [ -120.01, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 34.97 ], [ -120.01, 35.12 ], [ -119.84, 35.12 ], [ -119.84, 34.97 ], [ -120.01, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 35.12 ], [ -120.01, 35.27 ], [ -119.84, 35.27 ], [ -119.84, 35.12 ], [ -120.01, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 35.27 ], [ -120.01, 35.41 ], [ -119.84, 35.41 ], [ -119.84, 35.27 ], [ -120.01, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 35.41 ], [ -120.01, 35.56 ], [ -119.84, 35.56 ], [ -119.84, 35.41 ], [ -120.01, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 35.56 ], [ -120.01, 35.7 ], [ -119.84, 35.7 ], [ -119.84, 35.56 ], [ -120.01, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 35.7 ], [ -120.01, 35.85 ], [ -119.84, 35.85 ], [ -119.84, 35.7 ], [ -120.01, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 35.85 ], [ -120.01, 36.0 ], [ -119.84, 36.0 ], [ -119.84, 35.85 ], [ -120.01, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 36.0 ], [ -120.01, 36.14 ], [ -119.84, 36.14 ], [ -119.84, 36.0 ], [ -120.01, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 930 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 36.14 ], [ -120.01, 36.29 ], [ -119.84, 36.29 ], [ -119.84, 36.14 ], [ -120.01, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 36.29 ], [ -120.01, 36.43 ], [ -119.84, 36.43 ], [ -119.84, 36.29 ], [ -120.01, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 36.43 ], [ -120.01, 36.57 ], [ -119.84, 36.57 ], [ -119.84, 36.43 ], [ -120.01, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 36.57 ], [ -120.01, 36.72 ], [ -119.84, 36.72 ], [ -119.84, 36.57 ], [ -120.01, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 36.72 ], [ -120.01, 36.86 ], [ -119.84, 36.86 ], [ -119.84, 36.72 ], [ -120.01, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 36.86 ], [ -120.01, 37.01 ], [ -119.84, 37.01 ], [ -119.84, 36.86 ], [ -120.01, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 37.01 ], [ -120.01, 37.15 ], [ -119.84, 37.15 ], [ -119.84, 37.01 ], [ -120.01, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 37.15 ], [ -120.01, 37.29 ], [ -119.84, 37.29 ], [ -119.84, 37.15 ], [ -120.01, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 37.29 ], [ -120.01, 37.44 ], [ -119.84, 37.44 ], [ -119.84, 37.29 ], [ -120.01, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 37.44 ], [ -120.01, 37.58 ], [ -119.84, 37.58 ], [ -119.84, 37.44 ], [ -120.01, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 940 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 37.58 ], [ -120.01, 37.72 ], [ -119.84, 37.72 ], [ -119.84, 37.58 ], [ -120.01, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 37.72 ], [ -120.01, 37.86 ], [ -119.84, 37.86 ], [ -119.84, 37.72 ], [ -120.01, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 37.86 ], [ -120.01, 38.0 ], [ -119.84, 38.0 ], [ -119.84, 37.86 ], [ -120.01, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 38.0 ], [ -120.01, 38.15 ], [ -119.84, 38.15 ], [ -119.84, 38.0 ], [ -120.01, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 38.15 ], [ -120.01, 38.29 ], [ -119.84, 38.29 ], [ -119.84, 38.15 ], [ -120.01, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 38.29 ], [ -120.01, 38.43 ], [ -119.84, 38.43 ], [ -119.84, 38.29 ], [ -120.01, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 38.43 ], [ -120.01, 38.57 ], [ -119.84, 38.57 ], [ -119.84, 38.43 ], [ -120.01, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 38.57 ], [ -120.01, 38.71 ], [ -119.84, 38.71 ], [ -119.84, 38.57 ], [ -120.01, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 38.71 ], [ -120.01, 38.85 ], [ -119.84, 38.85 ], [ -119.84, 38.71 ], [ -120.01, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 38.85 ], [ -120.01, 38.99 ], [ -119.84, 38.99 ], [ -119.84, 38.85 ], [ -120.01, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 950 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 38.99 ], [ -120.01, 39.13 ], [ -119.84, 39.13 ], [ -119.84, 38.99 ], [ -120.01, 38.99 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 39.13 ], [ -120.01, 39.27 ], [ -119.84, 39.27 ], [ -119.84, 39.13 ], [ -120.01, 39.13 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 39.27 ], [ -120.01, 39.41 ], [ -119.84, 39.41 ], [ -119.84, 39.27 ], [ -120.01, 39.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 39.41 ], [ -120.01, 39.54 ], [ -119.84, 39.54 ], [ -119.84, 39.41 ], [ -120.01, 39.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 39.54 ], [ -120.01, 39.68 ], [ -119.84, 39.68 ], [ -119.84, 39.54 ], [ -120.01, 39.54 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 39.68 ], [ -120.01, 39.82 ], [ -119.84, 39.82 ], [ -119.84, 39.68 ], [ -120.01, 39.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 39.82 ], [ -120.01, 39.96 ], [ -119.84, 39.96 ], [ -119.84, 39.82 ], [ -120.01, 39.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 39.96 ], [ -120.01, 40.1 ], [ -119.84, 40.1 ], [ -119.84, 39.96 ], [ -120.01, 39.96 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 40.1 ], [ -120.01, 40.23 ], [ -119.84, 40.23 ], [ -119.84, 40.1 ], [ -120.01, 40.1 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 40.23 ], [ -120.01, 40.37 ], [ -119.84, 40.37 ], [ -119.84, 40.23 ], [ -120.01, 40.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 960 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 40.37 ], [ -120.01, 40.51 ], [ -119.84, 40.51 ], [ -119.84, 40.37 ], [ -120.01, 40.37 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 40.51 ], [ -120.01, 40.64 ], [ -119.84, 40.64 ], [ -119.84, 40.51 ], [ -120.01, 40.51 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 40.64 ], [ -120.01, 40.78 ], [ -119.84, 40.78 ], [ -119.84, 40.64 ], [ -120.01, 40.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 40.78 ], [ -120.01, 40.92 ], [ -119.84, 40.92 ], [ -119.84, 40.78 ], [ -120.01, 40.78 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 40.92 ], [ -120.01, 41.05 ], [ -119.84, 41.05 ], [ -119.84, 40.92 ], [ -120.01, 40.92 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 41.05 ], [ -120.01, 41.19 ], [ -119.84, 41.19 ], [ -119.84, 41.05 ], [ -120.01, 41.05 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 41.19 ], [ -120.01, 41.32 ], [ -119.84, 41.32 ], [ -119.84, 41.19 ], [ -120.01, 41.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 41.32 ], [ -120.01, 41.46 ], [ -119.84, 41.46 ], [ -119.84, 41.32 ], [ -120.01, 41.32 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 41.46 ], [ -120.01, 41.59 ], [ -119.84, 41.59 ], [ -119.84, 41.46 ], [ -120.01, 41.46 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 41.59 ], [ -120.01, 41.73 ], [ -119.84, 41.73 ], [ -119.84, 41.59 ], [ -120.01, 41.59 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 970 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 41.73 ], [ -120.01, 41.86 ], [ -119.84, 41.86 ], [ -119.84, 41.73 ], [ -120.01, 41.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 1, "id": 971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120.01, 41.86 ], [ -120.01, 41.99 ], [ -119.84, 41.99 ], [ -119.84, 41.86 ], [ -120.01, 41.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 33.93 ], [ -119.84, 34.08 ], [ -119.66, 34.08 ], [ -119.66, 33.93 ], [ -119.84, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 34.38 ], [ -119.84, 34.53 ], [ -119.66, 34.53 ], [ -119.66, 34.38 ], [ -119.84, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 34.53 ], [ -119.84, 34.68 ], [ -119.66, 34.68 ], [ -119.66, 34.53 ], [ -119.84, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 34.68 ], [ -119.84, 34.82 ], [ -119.66, 34.82 ], [ -119.66, 34.68 ], [ -119.84, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 34.82 ], [ -119.84, 34.97 ], [ -119.66, 34.97 ], [ -119.66, 34.82 ], [ -119.84, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 34.97 ], [ -119.84, 35.12 ], [ -119.66, 35.12 ], [ -119.66, 34.97 ], [ -119.84, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 35.12 ], [ -119.84, 35.27 ], [ -119.66, 35.27 ], [ -119.66, 35.12 ], [ -119.84, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 980 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 35.27 ], [ -119.84, 35.41 ], [ -119.66, 35.41 ], [ -119.66, 35.27 ], [ -119.84, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 35.41 ], [ -119.84, 35.56 ], [ -119.66, 35.56 ], [ -119.66, 35.41 ], [ -119.84, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 35.56 ], [ -119.84, 35.7 ], [ -119.66, 35.7 ], [ -119.66, 35.56 ], [ -119.84, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 35.7 ], [ -119.84, 35.85 ], [ -119.66, 35.85 ], [ -119.66, 35.7 ], [ -119.84, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 35.85 ], [ -119.84, 36.0 ], [ -119.66, 36.0 ], [ -119.66, 35.85 ], [ -119.84, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 36.0 ], [ -119.84, 36.14 ], [ -119.66, 36.14 ], [ -119.66, 36.0 ], [ -119.84, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 36.14 ], [ -119.84, 36.29 ], [ -119.66, 36.29 ], [ -119.66, 36.14 ], [ -119.84, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 36.29 ], [ -119.84, 36.43 ], [ -119.66, 36.43 ], [ -119.66, 36.29 ], [ -119.84, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 36.43 ], [ -119.84, 36.57 ], [ -119.66, 36.57 ], [ -119.66, 36.43 ], [ -119.84, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 36.57 ], [ -119.84, 36.72 ], [ -119.66, 36.72 ], [ -119.66, 36.57 ], [ -119.84, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 990 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 36.72 ], [ -119.84, 36.86 ], [ -119.66, 36.86 ], [ -119.66, 36.72 ], [ -119.84, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 36.86 ], [ -119.84, 37.01 ], [ -119.66, 37.01 ], [ -119.66, 36.86 ], [ -119.84, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 37.01 ], [ -119.84, 37.15 ], [ -119.66, 37.15 ], [ -119.66, 37.01 ], [ -119.84, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 37.15 ], [ -119.84, 37.29 ], [ -119.66, 37.29 ], [ -119.66, 37.15 ], [ -119.84, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 37.29 ], [ -119.84, 37.44 ], [ -119.66, 37.44 ], [ -119.66, 37.29 ], [ -119.84, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 37.44 ], [ -119.84, 37.58 ], [ -119.66, 37.58 ], [ -119.66, 37.44 ], [ -119.84, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 37.58 ], [ -119.84, 37.72 ], [ -119.66, 37.72 ], [ -119.66, 37.58 ], [ -119.84, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 37.72 ], [ -119.84, 37.86 ], [ -119.66, 37.86 ], [ -119.66, 37.72 ], [ -119.84, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 37.86 ], [ -119.84, 38.0 ], [ -119.66, 38.0 ], [ -119.66, 37.86 ], [ -119.84, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 38.0 ], [ -119.84, 38.15 ], [ -119.66, 38.15 ], [ -119.66, 38.0 ], [ -119.84, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 38.15 ], [ -119.84, 38.29 ], [ -119.66, 38.29 ], [ -119.66, 38.15 ], [ -119.84, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 38.29 ], [ -119.84, 38.43 ], [ -119.66, 38.43 ], [ -119.66, 38.29 ], [ -119.84, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 38.43 ], [ -119.84, 38.57 ], [ -119.66, 38.57 ], [ -119.66, 38.43 ], [ -119.84, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 38.57 ], [ -119.84, 38.71 ], [ -119.66, 38.71 ], [ -119.66, 38.57 ], [ -119.84, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 38.71 ], [ -119.84, 38.85 ], [ -119.66, 38.85 ], [ -119.66, 38.71 ], [ -119.84, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.84, 38.85 ], [ -119.84, 38.99 ], [ -119.66, 38.99 ], [ -119.66, 38.85 ], [ -119.84, 38.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 33.93 ], [ -119.66, 34.08 ], [ -119.48, 34.08 ], [ -119.48, 33.93 ], [ -119.66, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 34.23 ], [ -119.66, 34.38 ], [ -119.48, 34.38 ], [ -119.48, 34.23 ], [ -119.66, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 34.38 ], [ -119.66, 34.53 ], [ -119.48, 34.53 ], [ -119.48, 34.38 ], [ -119.66, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1010 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 34.53 ], [ -119.66, 34.68 ], [ -119.48, 34.68 ], [ -119.48, 34.53 ], [ -119.66, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 34.68 ], [ -119.66, 34.82 ], [ -119.48, 34.82 ], [ -119.48, 34.68 ], [ -119.66, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 34.82 ], [ -119.66, 34.97 ], [ -119.48, 34.97 ], [ -119.48, 34.82 ], [ -119.66, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 34.97 ], [ -119.66, 35.12 ], [ -119.48, 35.12 ], [ -119.48, 34.97 ], [ -119.66, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 35.12 ], [ -119.66, 35.27 ], [ -119.48, 35.27 ], [ -119.48, 35.12 ], [ -119.66, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 35.27 ], [ -119.66, 35.41 ], [ -119.48, 35.41 ], [ -119.48, 35.27 ], [ -119.66, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 35.41 ], [ -119.66, 35.56 ], [ -119.48, 35.56 ], [ -119.48, 35.41 ], [ -119.66, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 35.56 ], [ -119.66, 35.7 ], [ -119.48, 35.7 ], [ -119.48, 35.56 ], [ -119.66, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 35.7 ], [ -119.66, 35.85 ], [ -119.48, 35.85 ], [ -119.48, 35.7 ], [ -119.66, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 35.85 ], [ -119.66, 36.0 ], [ -119.48, 36.0 ], [ -119.48, 35.85 ], [ -119.66, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1020 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 36.0 ], [ -119.66, 36.14 ], [ -119.48, 36.14 ], [ -119.48, 36.0 ], [ -119.66, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 36.14 ], [ -119.66, 36.29 ], [ -119.48, 36.29 ], [ -119.48, 36.14 ], [ -119.66, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 36.29 ], [ -119.66, 36.43 ], [ -119.48, 36.43 ], [ -119.48, 36.29 ], [ -119.66, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 36.43 ], [ -119.66, 36.57 ], [ -119.48, 36.57 ], [ -119.48, 36.43 ], [ -119.66, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 36.57 ], [ -119.66, 36.72 ], [ -119.48, 36.72 ], [ -119.48, 36.57 ], [ -119.66, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 36.72 ], [ -119.66, 36.86 ], [ -119.48, 36.86 ], [ -119.48, 36.72 ], [ -119.66, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 36.86 ], [ -119.66, 37.01 ], [ -119.48, 37.01 ], [ -119.48, 36.86 ], [ -119.66, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 37.01 ], [ -119.66, 37.15 ], [ -119.48, 37.15 ], [ -119.48, 37.01 ], [ -119.66, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 37.15 ], [ -119.66, 37.29 ], [ -119.48, 37.29 ], [ -119.48, 37.15 ], [ -119.66, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 37.29 ], [ -119.66, 37.44 ], [ -119.48, 37.44 ], [ -119.48, 37.29 ], [ -119.66, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1030 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 37.44 ], [ -119.66, 37.58 ], [ -119.48, 37.58 ], [ -119.48, 37.44 ], [ -119.66, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 37.58 ], [ -119.66, 37.72 ], [ -119.48, 37.72 ], [ -119.48, 37.58 ], [ -119.66, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 37.72 ], [ -119.66, 37.86 ], [ -119.48, 37.86 ], [ -119.48, 37.72 ], [ -119.66, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 37.86 ], [ -119.66, 38.0 ], [ -119.48, 38.0 ], [ -119.48, 37.86 ], [ -119.66, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 38.0 ], [ -119.66, 38.15 ], [ -119.48, 38.15 ], [ -119.48, 38.0 ], [ -119.66, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 38.15 ], [ -119.66, 38.29 ], [ -119.48, 38.29 ], [ -119.48, 38.15 ], [ -119.66, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 38.29 ], [ -119.66, 38.43 ], [ -119.48, 38.43 ], [ -119.48, 38.29 ], [ -119.66, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 38.43 ], [ -119.66, 38.57 ], [ -119.48, 38.57 ], [ -119.48, 38.43 ], [ -119.66, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 38.57 ], [ -119.66, 38.71 ], [ -119.48, 38.71 ], [ -119.48, 38.57 ], [ -119.66, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 2, "id": 1039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.66, 38.71 ], [ -119.66, 38.85 ], [ -119.48, 38.85 ], [ -119.48, 38.71 ], [ -119.66, 38.71 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 34.23 ], [ -119.48, 34.38 ], [ -119.3, 34.38 ], [ -119.3, 34.23 ], [ -119.48, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 34.38 ], [ -119.48, 34.53 ], [ -119.3, 34.53 ], [ -119.3, 34.38 ], [ -119.48, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 34.53 ], [ -119.48, 34.68 ], [ -119.3, 34.68 ], [ -119.3, 34.53 ], [ -119.48, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 34.68 ], [ -119.48, 34.82 ], [ -119.3, 34.82 ], [ -119.3, 34.68 ], [ -119.48, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 34.82 ], [ -119.48, 34.97 ], [ -119.3, 34.97 ], [ -119.3, 34.82 ], [ -119.48, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 34.97 ], [ -119.48, 35.12 ], [ -119.3, 35.12 ], [ -119.3, 34.97 ], [ -119.48, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 35.12 ], [ -119.48, 35.27 ], [ -119.3, 35.27 ], [ -119.3, 35.12 ], [ -119.48, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 35.27 ], [ -119.48, 35.41 ], [ -119.3, 35.41 ], [ -119.3, 35.27 ], [ -119.48, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1050 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 35.41 ], [ -119.48, 35.56 ], [ -119.3, 35.56 ], [ -119.3, 35.41 ], [ -119.48, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 35.56 ], [ -119.48, 35.7 ], [ -119.3, 35.7 ], [ -119.3, 35.56 ], [ -119.48, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 35.7 ], [ -119.48, 35.85 ], [ -119.3, 35.85 ], [ -119.3, 35.7 ], [ -119.48, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 35.85 ], [ -119.48, 36.0 ], [ -119.3, 36.0 ], [ -119.3, 35.85 ], [ -119.48, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 36.0 ], [ -119.48, 36.14 ], [ -119.3, 36.14 ], [ -119.3, 36.0 ], [ -119.48, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 36.14 ], [ -119.48, 36.29 ], [ -119.3, 36.29 ], [ -119.3, 36.14 ], [ -119.48, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 36.29 ], [ -119.48, 36.43 ], [ -119.3, 36.43 ], [ -119.3, 36.29 ], [ -119.48, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 36.43 ], [ -119.48, 36.57 ], [ -119.3, 36.57 ], [ -119.3, 36.43 ], [ -119.48, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 36.57 ], [ -119.48, 36.72 ], [ -119.3, 36.72 ], [ -119.3, 36.57 ], [ -119.48, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 36.72 ], [ -119.48, 36.86 ], [ -119.3, 36.86 ], [ -119.3, 36.72 ], [ -119.48, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1060 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 36.86 ], [ -119.48, 37.01 ], [ -119.3, 37.01 ], [ -119.3, 36.86 ], [ -119.48, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 37.01 ], [ -119.48, 37.15 ], [ -119.3, 37.15 ], [ -119.3, 37.01 ], [ -119.48, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 37.15 ], [ -119.48, 37.29 ], [ -119.3, 37.29 ], [ -119.3, 37.15 ], [ -119.48, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 37.29 ], [ -119.48, 37.44 ], [ -119.3, 37.44 ], [ -119.3, 37.29 ], [ -119.48, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 37.44 ], [ -119.48, 37.58 ], [ -119.3, 37.58 ], [ -119.3, 37.44 ], [ -119.48, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 37.58 ], [ -119.48, 37.72 ], [ -119.3, 37.72 ], [ -119.3, 37.58 ], [ -119.48, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 37.72 ], [ -119.48, 37.86 ], [ -119.3, 37.86 ], [ -119.3, 37.72 ], [ -119.48, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 37.86 ], [ -119.48, 38.0 ], [ -119.3, 38.0 ], [ -119.3, 37.86 ], [ -119.48, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 38.0 ], [ -119.48, 38.15 ], [ -119.3, 38.15 ], [ -119.3, 38.0 ], [ -119.48, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 38.15 ], [ -119.48, 38.29 ], [ -119.3, 38.29 ], [ -119.3, 38.15 ], [ -119.48, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1070 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 38.29 ], [ -119.48, 38.43 ], [ -119.3, 38.43 ], [ -119.3, 38.29 ], [ -119.48, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 38.43 ], [ -119.48, 38.57 ], [ -119.3, 38.57 ], [ -119.3, 38.43 ], [ -119.48, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.48, 38.57 ], [ -119.48, 38.71 ], [ -119.3, 38.71 ], [ -119.3, 38.57 ], [ -119.48, 38.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 34.08 ], [ -119.3, 34.23 ], [ -119.12, 34.23 ], [ -119.12, 34.08 ], [ -119.3, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 34.23 ], [ -119.3, 34.38 ], [ -119.12, 34.38 ], [ -119.12, 34.23 ], [ -119.3, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 34.38 ], [ -119.3, 34.53 ], [ -119.12, 34.53 ], [ -119.12, 34.38 ], [ -119.3, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 34.53 ], [ -119.3, 34.68 ], [ -119.12, 34.68 ], [ -119.12, 34.53 ], [ -119.3, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 34.68 ], [ -119.3, 34.82 ], [ -119.12, 34.82 ], [ -119.12, 34.68 ], [ -119.3, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 34.82 ], [ -119.3, 34.97 ], [ -119.12, 34.97 ], [ -119.12, 34.82 ], [ -119.3, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 34.97 ], [ -119.3, 35.12 ], [ -119.12, 35.12 ], [ -119.12, 34.97 ], [ -119.3, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1080 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 35.12 ], [ -119.3, 35.27 ], [ -119.12, 35.27 ], [ -119.12, 35.12 ], [ -119.3, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 35.27 ], [ -119.3, 35.41 ], [ -119.12, 35.41 ], [ -119.12, 35.27 ], [ -119.3, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 35.41 ], [ -119.3, 35.56 ], [ -119.12, 35.56 ], [ -119.12, 35.41 ], [ -119.3, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 35.56 ], [ -119.3, 35.7 ], [ -119.12, 35.7 ], [ -119.12, 35.56 ], [ -119.3, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 35.7 ], [ -119.3, 35.85 ], [ -119.12, 35.85 ], [ -119.12, 35.7 ], [ -119.3, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 35.85 ], [ -119.3, 36.0 ], [ -119.12, 36.0 ], [ -119.12, 35.85 ], [ -119.3, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 36.0 ], [ -119.3, 36.14 ], [ -119.12, 36.14 ], [ -119.12, 36.0 ], [ -119.3, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 36.14 ], [ -119.3, 36.29 ], [ -119.12, 36.29 ], [ -119.12, 36.14 ], [ -119.3, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 36.29 ], [ -119.3, 36.43 ], [ -119.12, 36.43 ], [ -119.12, 36.29 ], [ -119.3, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 36.43 ], [ -119.3, 36.57 ], [ -119.12, 36.57 ], [ -119.12, 36.43 ], [ -119.3, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1090 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 36.57 ], [ -119.3, 36.72 ], [ -119.12, 36.72 ], [ -119.12, 36.57 ], [ -119.3, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 36.72 ], [ -119.3, 36.86 ], [ -119.12, 36.86 ], [ -119.12, 36.72 ], [ -119.3, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 36.86 ], [ -119.3, 37.01 ], [ -119.12, 37.01 ], [ -119.12, 36.86 ], [ -119.3, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 37.01 ], [ -119.3, 37.15 ], [ -119.12, 37.15 ], [ -119.12, 37.01 ], [ -119.3, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 37.15 ], [ -119.3, 37.29 ], [ -119.12, 37.29 ], [ -119.12, 37.15 ], [ -119.3, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 37.29 ], [ -119.3, 37.44 ], [ -119.12, 37.44 ], [ -119.12, 37.29 ], [ -119.3, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 37.44 ], [ -119.3, 37.58 ], [ -119.12, 37.58 ], [ -119.12, 37.44 ], [ -119.3, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 37.58 ], [ -119.3, 37.72 ], [ -119.12, 37.72 ], [ -119.12, 37.58 ], [ -119.3, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 37.72 ], [ -119.3, 37.86 ], [ -119.12, 37.86 ], [ -119.12, 37.72 ], [ -119.3, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 37.86 ], [ -119.3, 38.0 ], [ -119.12, 38.0 ], [ -119.12, 37.86 ], [ -119.3, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1100 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 38.0 ], [ -119.3, 38.15 ], [ -119.12, 38.15 ], [ -119.12, 38.0 ], [ -119.3, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 38.15 ], [ -119.3, 38.29 ], [ -119.12, 38.29 ], [ -119.12, 38.15 ], [ -119.3, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 38.29 ], [ -119.3, 38.43 ], [ -119.12, 38.43 ], [ -119.12, 38.29 ], [ -119.3, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.3, 38.43 ], [ -119.3, 38.57 ], [ -119.12, 38.57 ], [ -119.12, 38.43 ], [ -119.3, 38.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 33.93 ], [ -119.12, 34.08 ], [ -118.94, 34.08 ], [ -118.94, 33.93 ], [ -119.12, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 34.08 ], [ -119.12, 34.23 ], [ -118.94, 34.23 ], [ -118.94, 34.08 ], [ -119.12, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 34.23 ], [ -119.12, 34.38 ], [ -118.94, 34.38 ], [ -118.94, 34.23 ], [ -119.12, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 34.38 ], [ -119.12, 34.53 ], [ -118.94, 34.53 ], [ -118.94, 34.38 ], [ -119.12, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1110 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 34.53 ], [ -119.12, 34.68 ], [ -118.94, 34.68 ], [ -118.94, 34.53 ], [ -119.12, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 34.68 ], [ -119.12, 34.82 ], [ -118.94, 34.82 ], [ -118.94, 34.68 ], [ -119.12, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 34.82 ], [ -119.12, 34.97 ], [ -118.94, 34.97 ], [ -118.94, 34.82 ], [ -119.12, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 34.97 ], [ -119.12, 35.12 ], [ -118.94, 35.12 ], [ -118.94, 34.97 ], [ -119.12, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 35.12 ], [ -119.12, 35.27 ], [ -118.94, 35.27 ], [ -118.94, 35.12 ], [ -119.12, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 35.27 ], [ -119.12, 35.41 ], [ -118.94, 35.41 ], [ -118.94, 35.27 ], [ -119.12, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 35.41 ], [ -119.12, 35.56 ], [ -118.94, 35.56 ], [ -118.94, 35.41 ], [ -119.12, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 35.56 ], [ -119.12, 35.7 ], [ -118.94, 35.7 ], [ -118.94, 35.56 ], [ -119.12, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 35.7 ], [ -119.12, 35.85 ], [ -118.94, 35.85 ], [ -118.94, 35.7 ], [ -119.12, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 35.85 ], [ -119.12, 36.0 ], [ -118.94, 36.0 ], [ -118.94, 35.85 ], [ -119.12, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1120 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 36.0 ], [ -119.12, 36.14 ], [ -118.94, 36.14 ], [ -118.94, 36.0 ], [ -119.12, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 36.14 ], [ -119.12, 36.29 ], [ -118.94, 36.29 ], [ -118.94, 36.14 ], [ -119.12, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 36.29 ], [ -119.12, 36.43 ], [ -118.94, 36.43 ], [ -118.94, 36.29 ], [ -119.12, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 36.43 ], [ -119.12, 36.57 ], [ -118.94, 36.57 ], [ -118.94, 36.43 ], [ -119.12, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 36.57 ], [ -119.12, 36.72 ], [ -118.94, 36.72 ], [ -118.94, 36.57 ], [ -119.12, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 36.72 ], [ -119.12, 36.86 ], [ -118.94, 36.86 ], [ -118.94, 36.72 ], [ -119.12, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 36.86 ], [ -119.12, 37.01 ], [ -118.94, 37.01 ], [ -118.94, 36.86 ], [ -119.12, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 37.01 ], [ -119.12, 37.15 ], [ -118.94, 37.15 ], [ -118.94, 37.01 ], [ -119.12, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 37.15 ], [ -119.12, 37.29 ], [ -118.94, 37.29 ], [ -118.94, 37.15 ], [ -119.12, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 37.29 ], [ -119.12, 37.44 ], [ -118.94, 37.44 ], [ -118.94, 37.29 ], [ -119.12, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1130 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 37.44 ], [ -119.12, 37.58 ], [ -118.94, 37.58 ], [ -118.94, 37.44 ], [ -119.12, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 37.58 ], [ -119.12, 37.72 ], [ -118.94, 37.72 ], [ -118.94, 37.58 ], [ -119.12, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 37.72 ], [ -119.12, 37.86 ], [ -118.94, 37.86 ], [ -118.94, 37.72 ], [ -119.12, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 37.86 ], [ -119.12, 38.0 ], [ -118.94, 38.0 ], [ -118.94, 37.86 ], [ -119.12, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 38.0 ], [ -119.12, 38.15 ], [ -118.94, 38.15 ], [ -118.94, 38.0 ], [ -119.12, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 38.15 ], [ -119.12, 38.29 ], [ -118.94, 38.29 ], [ -118.94, 38.15 ], [ -119.12, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -119.12, 38.29 ], [ -119.12, 38.43 ], [ -118.94, 38.43 ], [ -118.94, 38.29 ], [ -119.12, 38.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 33.93 ], [ -118.94, 34.08 ], [ -118.76, 34.08 ], [ -118.76, 33.93 ], [ -118.94, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 34.08 ], [ -118.94, 34.23 ], [ -118.76, 34.23 ], [ -118.76, 34.08 ], [ -118.94, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 34.23 ], [ -118.94, 34.38 ], [ -118.76, 34.38 ], [ -118.76, 34.23 ], [ -118.94, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1140 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 34.38 ], [ -118.94, 34.53 ], [ -118.76, 34.53 ], [ -118.76, 34.38 ], [ -118.94, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 34.53 ], [ -118.94, 34.68 ], [ -118.76, 34.68 ], [ -118.76, 34.53 ], [ -118.94, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 34.68 ], [ -118.94, 34.82 ], [ -118.76, 34.82 ], [ -118.76, 34.68 ], [ -118.94, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 34.82 ], [ -118.94, 34.97 ], [ -118.76, 34.97 ], [ -118.76, 34.82 ], [ -118.94, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 34.97 ], [ -118.94, 35.12 ], [ -118.76, 35.12 ], [ -118.76, 34.97 ], [ -118.94, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 35.12 ], [ -118.94, 35.27 ], [ -118.76, 35.27 ], [ -118.76, 35.12 ], [ -118.94, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 35.27 ], [ -118.94, 35.41 ], [ -118.76, 35.41 ], [ -118.76, 35.27 ], [ -118.94, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 35.41 ], [ -118.94, 35.56 ], [ -118.76, 35.56 ], [ -118.76, 35.41 ], [ -118.94, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 35.56 ], [ -118.94, 35.7 ], [ -118.76, 35.7 ], [ -118.76, 35.56 ], [ -118.94, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 35.7 ], [ -118.94, 35.85 ], [ -118.76, 35.85 ], [ -118.76, 35.7 ], [ -118.94, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1150 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 35.85 ], [ -118.94, 36.0 ], [ -118.76, 36.0 ], [ -118.76, 35.85 ], [ -118.94, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 36.0 ], [ -118.94, 36.14 ], [ -118.76, 36.14 ], [ -118.76, 36.0 ], [ -118.94, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 36.14 ], [ -118.94, 36.29 ], [ -118.76, 36.29 ], [ -118.76, 36.14 ], [ -118.94, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 36.29 ], [ -118.94, 36.43 ], [ -118.76, 36.43 ], [ -118.76, 36.29 ], [ -118.94, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 36.43 ], [ -118.94, 36.57 ], [ -118.76, 36.57 ], [ -118.76, 36.43 ], [ -118.94, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 36.57 ], [ -118.94, 36.72 ], [ -118.76, 36.72 ], [ -118.76, 36.57 ], [ -118.94, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 36.72 ], [ -118.94, 36.86 ], [ -118.76, 36.86 ], [ -118.76, 36.72 ], [ -118.94, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 36.86 ], [ -118.94, 37.01 ], [ -118.76, 37.01 ], [ -118.76, 36.86 ], [ -118.94, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 37.01 ], [ -118.94, 37.15 ], [ -118.76, 37.15 ], [ -118.76, 37.01 ], [ -118.94, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 37.15 ], [ -118.94, 37.29 ], [ -118.76, 37.29 ], [ -118.76, 37.15 ], [ -118.94, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1160 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 37.29 ], [ -118.94, 37.44 ], [ -118.76, 37.44 ], [ -118.76, 37.29 ], [ -118.94, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 37.44 ], [ -118.94, 37.58 ], [ -118.76, 37.58 ], [ -118.76, 37.44 ], [ -118.94, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 37.58 ], [ -118.94, 37.72 ], [ -118.76, 37.72 ], [ -118.76, 37.58 ], [ -118.94, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 37.72 ], [ -118.94, 37.86 ], [ -118.76, 37.86 ], [ -118.76, 37.72 ], [ -118.94, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 37.86 ], [ -118.94, 38.0 ], [ -118.76, 38.0 ], [ -118.76, 37.86 ], [ -118.94, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 38.0 ], [ -118.94, 38.15 ], [ -118.76, 38.15 ], [ -118.76, 38.0 ], [ -118.94, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.94, 38.15 ], [ -118.94, 38.29 ], [ -118.76, 38.29 ], [ -118.76, 38.15 ], [ -118.94, 38.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 32.88 ], [ -118.76, 33.04 ], [ -118.58, 33.04 ], [ -118.58, 32.88 ], [ -118.76, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 33.34 ], [ -118.76, 33.49 ], [ -118.58, 33.49 ], [ -118.58, 33.34 ], [ -118.76, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1170 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 33.93 ], [ -118.76, 34.08 ], [ -118.58, 34.08 ], [ -118.58, 33.93 ], [ -118.76, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 34.08 ], [ -118.76, 34.23 ], [ -118.58, 34.23 ], [ -118.58, 34.08 ], [ -118.76, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 34.23 ], [ -118.76, 34.38 ], [ -118.58, 34.38 ], [ -118.58, 34.23 ], [ -118.76, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 34.38 ], [ -118.76, 34.53 ], [ -118.58, 34.53 ], [ -118.58, 34.38 ], [ -118.76, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 34.53 ], [ -118.76, 34.68 ], [ -118.58, 34.68 ], [ -118.58, 34.53 ], [ -118.76, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 34.68 ], [ -118.76, 34.82 ], [ -118.58, 34.82 ], [ -118.58, 34.68 ], [ -118.76, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 34.82 ], [ -118.76, 34.97 ], [ -118.58, 34.97 ], [ -118.58, 34.82 ], [ -118.76, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 34.97 ], [ -118.76, 35.12 ], [ -118.58, 35.12 ], [ -118.58, 34.97 ], [ -118.76, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 35.12 ], [ -118.76, 35.27 ], [ -118.58, 35.27 ], [ -118.58, 35.12 ], [ -118.76, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 35.27 ], [ -118.76, 35.41 ], [ -118.58, 35.41 ], [ -118.58, 35.27 ], [ -118.76, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1180 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 35.41 ], [ -118.76, 35.56 ], [ -118.58, 35.56 ], [ -118.58, 35.41 ], [ -118.76, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 35.56 ], [ -118.76, 35.7 ], [ -118.58, 35.7 ], [ -118.58, 35.56 ], [ -118.76, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 35.7 ], [ -118.76, 35.85 ], [ -118.58, 35.85 ], [ -118.58, 35.7 ], [ -118.76, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 35.85 ], [ -118.76, 36.0 ], [ -118.58, 36.0 ], [ -118.58, 35.85 ], [ -118.76, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 36.0 ], [ -118.76, 36.14 ], [ -118.58, 36.14 ], [ -118.58, 36.0 ], [ -118.76, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 36.14 ], [ -118.76, 36.29 ], [ -118.58, 36.29 ], [ -118.58, 36.14 ], [ -118.76, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 36.29 ], [ -118.76, 36.43 ], [ -118.58, 36.43 ], [ -118.58, 36.29 ], [ -118.76, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 36.43 ], [ -118.76, 36.57 ], [ -118.58, 36.57 ], [ -118.58, 36.43 ], [ -118.76, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 36.57 ], [ -118.76, 36.72 ], [ -118.58, 36.72 ], [ -118.58, 36.57 ], [ -118.76, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 36.72 ], [ -118.76, 36.86 ], [ -118.58, 36.86 ], [ -118.58, 36.72 ], [ -118.76, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1190 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 36.86 ], [ -118.76, 37.01 ], [ -118.58, 37.01 ], [ -118.58, 36.86 ], [ -118.76, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 37.01 ], [ -118.76, 37.15 ], [ -118.58, 37.15 ], [ -118.58, 37.01 ], [ -118.76, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 37.15 ], [ -118.76, 37.29 ], [ -118.58, 37.29 ], [ -118.58, 37.15 ], [ -118.76, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 37.29 ], [ -118.76, 37.44 ], [ -118.58, 37.44 ], [ -118.58, 37.29 ], [ -118.76, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 37.44 ], [ -118.76, 37.58 ], [ -118.58, 37.58 ], [ -118.58, 37.44 ], [ -118.76, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 37.58 ], [ -118.76, 37.72 ], [ -118.58, 37.72 ], [ -118.58, 37.58 ], [ -118.76, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 37.72 ], [ -118.76, 37.86 ], [ -118.58, 37.86 ], [ -118.58, 37.72 ], [ -118.76, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 37.86 ], [ -118.76, 38.0 ], [ -118.58, 38.0 ], [ -118.58, 37.86 ], [ -118.76, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.76, 38.0 ], [ -118.76, 38.15 ], [ -118.58, 38.15 ], [ -118.58, 38.0 ], [ -118.76, 38.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 32.73 ], [ -118.58, 32.88 ], [ -118.4, 32.88 ], [ -118.4, 32.73 ], [ -118.58, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1200 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 32.88 ], [ -118.58, 33.04 ], [ -118.4, 33.04 ], [ -118.4, 32.88 ], [ -118.58, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 33.19 ], [ -118.58, 33.34 ], [ -118.4, 33.34 ], [ -118.4, 33.19 ], [ -118.58, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 33.34 ], [ -118.58, 33.49 ], [ -118.4, 33.49 ], [ -118.4, 33.34 ], [ -118.58, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 33.64 ], [ -118.58, 33.79 ], [ -118.4, 33.79 ], [ -118.4, 33.64 ], [ -118.58, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 33.79 ], [ -118.58, 33.93 ], [ -118.4, 33.93 ], [ -118.4, 33.79 ], [ -118.58, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 33.93 ], [ -118.58, 34.08 ], [ -118.4, 34.08 ], [ -118.4, 33.93 ], [ -118.58, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 34.08 ], [ -118.58, 34.23 ], [ -118.4, 34.23 ], [ -118.4, 34.08 ], [ -118.58, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 34.23 ], [ -118.58, 34.38 ], [ -118.4, 34.38 ], [ -118.4, 34.23 ], [ -118.58, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 34.38 ], [ -118.58, 34.53 ], [ -118.4, 34.53 ], [ -118.4, 34.38 ], [ -118.58, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 34.53 ], [ -118.58, 34.68 ], [ -118.4, 34.68 ], [ -118.4, 34.53 ], [ -118.58, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1210 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 34.68 ], [ -118.58, 34.82 ], [ -118.4, 34.82 ], [ -118.4, 34.68 ], [ -118.58, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 34.82 ], [ -118.58, 34.97 ], [ -118.4, 34.97 ], [ -118.4, 34.82 ], [ -118.58, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 34.97 ], [ -118.58, 35.12 ], [ -118.4, 35.12 ], [ -118.4, 34.97 ], [ -118.58, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 35.12 ], [ -118.58, 35.27 ], [ -118.4, 35.27 ], [ -118.4, 35.12 ], [ -118.58, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 35.27 ], [ -118.58, 35.41 ], [ -118.4, 35.41 ], [ -118.4, 35.27 ], [ -118.58, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 35.41 ], [ -118.58, 35.56 ], [ -118.4, 35.56 ], [ -118.4, 35.41 ], [ -118.58, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 35.56 ], [ -118.58, 35.7 ], [ -118.4, 35.7 ], [ -118.4, 35.56 ], [ -118.58, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 35.7 ], [ -118.58, 35.85 ], [ -118.4, 35.85 ], [ -118.4, 35.7 ], [ -118.58, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 35.85 ], [ -118.58, 36.0 ], [ -118.4, 36.0 ], [ -118.4, 35.85 ], [ -118.58, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 36.0 ], [ -118.58, 36.14 ], [ -118.4, 36.14 ], [ -118.4, 36.0 ], [ -118.58, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1220 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 36.14 ], [ -118.58, 36.29 ], [ -118.4, 36.29 ], [ -118.4, 36.14 ], [ -118.58, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 36.29 ], [ -118.58, 36.43 ], [ -118.4, 36.43 ], [ -118.4, 36.29 ], [ -118.58, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 36.43 ], [ -118.58, 36.57 ], [ -118.4, 36.57 ], [ -118.4, 36.43 ], [ -118.58, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 36.57 ], [ -118.58, 36.72 ], [ -118.4, 36.72 ], [ -118.4, 36.57 ], [ -118.58, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 36.72 ], [ -118.58, 36.86 ], [ -118.4, 36.86 ], [ -118.4, 36.72 ], [ -118.58, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 36.86 ], [ -118.58, 37.01 ], [ -118.4, 37.01 ], [ -118.4, 36.86 ], [ -118.58, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 37.01 ], [ -118.58, 37.15 ], [ -118.4, 37.15 ], [ -118.4, 37.01 ], [ -118.58, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 37.15 ], [ -118.58, 37.29 ], [ -118.4, 37.29 ], [ -118.4, 37.15 ], [ -118.58, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 37.29 ], [ -118.58, 37.44 ], [ -118.4, 37.44 ], [ -118.4, 37.29 ], [ -118.58, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 37.44 ], [ -118.58, 37.58 ], [ -118.4, 37.58 ], [ -118.4, 37.44 ], [ -118.58, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1230 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 37.58 ], [ -118.58, 37.72 ], [ -118.4, 37.72 ], [ -118.4, 37.58 ], [ -118.58, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 37.72 ], [ -118.58, 37.86 ], [ -118.4, 37.86 ], [ -118.4, 37.72 ], [ -118.58, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.58, 37.86 ], [ -118.58, 38.0 ], [ -118.4, 38.0 ], [ -118.4, 37.86 ], [ -118.58, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 32.73 ], [ -118.4, 32.88 ], [ -118.22, 32.88 ], [ -118.22, 32.73 ], [ -118.4, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 33.19 ], [ -118.4, 33.34 ], [ -118.22, 33.34 ], [ -118.22, 33.19 ], [ -118.4, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 33.34 ], [ -118.4, 33.49 ], [ -118.22, 33.49 ], [ -118.22, 33.34 ], [ -118.4, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 33.64 ], [ -118.4, 33.79 ], [ -118.22, 33.79 ], [ -118.22, 33.64 ], [ -118.4, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 33.79 ], [ -118.4, 33.93 ], [ -118.22, 33.93 ], [ -118.22, 33.79 ], [ -118.4, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 33.93 ], [ -118.4, 34.08 ], [ -118.22, 34.08 ], [ -118.22, 33.93 ], [ -118.4, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 34.08 ], [ -118.4, 34.23 ], [ -118.22, 34.23 ], [ -118.22, 34.08 ], [ -118.4, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1240 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 34.23 ], [ -118.4, 34.38 ], [ -118.22, 34.38 ], [ -118.22, 34.23 ], [ -118.4, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 34.38 ], [ -118.4, 34.53 ], [ -118.22, 34.53 ], [ -118.22, 34.38 ], [ -118.4, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 34.53 ], [ -118.4, 34.68 ], [ -118.22, 34.68 ], [ -118.22, 34.53 ], [ -118.4, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 34.68 ], [ -118.4, 34.82 ], [ -118.22, 34.82 ], [ -118.22, 34.68 ], [ -118.4, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 34.82 ], [ -118.4, 34.97 ], [ -118.22, 34.97 ], [ -118.22, 34.82 ], [ -118.4, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 34.97 ], [ -118.4, 35.12 ], [ -118.22, 35.12 ], [ -118.22, 34.97 ], [ -118.4, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 35.12 ], [ -118.4, 35.27 ], [ -118.22, 35.27 ], [ -118.22, 35.12 ], [ -118.4, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 35.27 ], [ -118.4, 35.41 ], [ -118.22, 35.41 ], [ -118.22, 35.27 ], [ -118.4, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 35.41 ], [ -118.4, 35.56 ], [ -118.22, 35.56 ], [ -118.22, 35.41 ], [ -118.4, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 35.56 ], [ -118.4, 35.7 ], [ -118.22, 35.7 ], [ -118.22, 35.56 ], [ -118.4, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1250 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 35.7 ], [ -118.4, 35.85 ], [ -118.22, 35.85 ], [ -118.22, 35.7 ], [ -118.4, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 35.85 ], [ -118.4, 36.0 ], [ -118.22, 36.0 ], [ -118.22, 35.85 ], [ -118.4, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 36.0 ], [ -118.4, 36.14 ], [ -118.22, 36.14 ], [ -118.22, 36.0 ], [ -118.4, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 36.14 ], [ -118.4, 36.29 ], [ -118.22, 36.29 ], [ -118.22, 36.14 ], [ -118.4, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 36.29 ], [ -118.4, 36.43 ], [ -118.22, 36.43 ], [ -118.22, 36.29 ], [ -118.4, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 36.43 ], [ -118.4, 36.57 ], [ -118.22, 36.57 ], [ -118.22, 36.43 ], [ -118.4, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 36.57 ], [ -118.4, 36.72 ], [ -118.22, 36.72 ], [ -118.22, 36.57 ], [ -118.4, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 36.72 ], [ -118.4, 36.86 ], [ -118.22, 36.86 ], [ -118.22, 36.72 ], [ -118.4, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 36.86 ], [ -118.4, 37.01 ], [ -118.22, 37.01 ], [ -118.22, 36.86 ], [ -118.4, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 37.01 ], [ -118.4, 37.15 ], [ -118.22, 37.15 ], [ -118.22, 37.01 ], [ -118.4, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1260 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 37.15 ], [ -118.4, 37.29 ], [ -118.22, 37.29 ], [ -118.22, 37.15 ], [ -118.4, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 37.29 ], [ -118.4, 37.44 ], [ -118.22, 37.44 ], [ -118.22, 37.29 ], [ -118.4, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 37.44 ], [ -118.4, 37.58 ], [ -118.22, 37.58 ], [ -118.22, 37.44 ], [ -118.4, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 37.58 ], [ -118.4, 37.72 ], [ -118.22, 37.72 ], [ -118.22, 37.58 ], [ -118.4, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 37.72 ], [ -118.4, 37.86 ], [ -118.22, 37.86 ], [ -118.22, 37.72 ], [ -118.4, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.4, 37.86 ], [ -118.4, 38.0 ], [ -118.22, 38.0 ], [ -118.22, 37.86 ], [ -118.4, 37.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 33.64 ], [ -118.22, 33.79 ], [ -118.04, 33.79 ], [ -118.04, 33.64 ], [ -118.22, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 33.79 ], [ -118.22, 33.93 ], [ -118.04, 33.93 ], [ -118.04, 33.79 ], [ -118.22, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 33.93 ], [ -118.22, 34.08 ], [ -118.04, 34.08 ], [ -118.04, 33.93 ], [ -118.22, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 34.08 ], [ -118.22, 34.23 ], [ -118.04, 34.23 ], [ -118.04, 34.08 ], [ -118.22, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1270 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 34.23 ], [ -118.22, 34.38 ], [ -118.04, 34.38 ], [ -118.04, 34.23 ], [ -118.22, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 34.38 ], [ -118.22, 34.53 ], [ -118.04, 34.53 ], [ -118.04, 34.38 ], [ -118.22, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 34.53 ], [ -118.22, 34.68 ], [ -118.04, 34.68 ], [ -118.04, 34.53 ], [ -118.22, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 34.68 ], [ -118.22, 34.82 ], [ -118.04, 34.82 ], [ -118.04, 34.68 ], [ -118.22, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 34.82 ], [ -118.22, 34.97 ], [ -118.04, 34.97 ], [ -118.04, 34.82 ], [ -118.22, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 34.97 ], [ -118.22, 35.12 ], [ -118.04, 35.12 ], [ -118.04, 34.97 ], [ -118.22, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 35.12 ], [ -118.22, 35.27 ], [ -118.04, 35.27 ], [ -118.04, 35.12 ], [ -118.22, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 35.27 ], [ -118.22, 35.41 ], [ -118.04, 35.41 ], [ -118.04, 35.27 ], [ -118.22, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 35.41 ], [ -118.22, 35.56 ], [ -118.04, 35.56 ], [ -118.04, 35.41 ], [ -118.22, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 35.56 ], [ -118.22, 35.7 ], [ -118.04, 35.7 ], [ -118.04, 35.56 ], [ -118.22, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1280 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 35.7 ], [ -118.22, 35.85 ], [ -118.04, 35.85 ], [ -118.04, 35.7 ], [ -118.22, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 35.85 ], [ -118.22, 36.0 ], [ -118.04, 36.0 ], [ -118.04, 35.85 ], [ -118.22, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 36.0 ], [ -118.22, 36.14 ], [ -118.04, 36.14 ], [ -118.04, 36.0 ], [ -118.22, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 36.14 ], [ -118.22, 36.29 ], [ -118.04, 36.29 ], [ -118.04, 36.14 ], [ -118.22, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 36.29 ], [ -118.22, 36.43 ], [ -118.04, 36.43 ], [ -118.04, 36.29 ], [ -118.22, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 36.43 ], [ -118.22, 36.57 ], [ -118.04, 36.57 ], [ -118.04, 36.43 ], [ -118.22, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 36.57 ], [ -118.22, 36.72 ], [ -118.04, 36.72 ], [ -118.04, 36.57 ], [ -118.22, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 36.72 ], [ -118.22, 36.86 ], [ -118.04, 36.86 ], [ -118.04, 36.72 ], [ -118.22, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 36.86 ], [ -118.22, 37.01 ], [ -118.04, 37.01 ], [ -118.04, 36.86 ], [ -118.22, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 37.01 ], [ -118.22, 37.15 ], [ -118.04, 37.15 ], [ -118.04, 37.01 ], [ -118.22, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1290 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 37.15 ], [ -118.22, 37.29 ], [ -118.04, 37.29 ], [ -118.04, 37.15 ], [ -118.22, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 37.29 ], [ -118.22, 37.44 ], [ -118.04, 37.44 ], [ -118.04, 37.29 ], [ -118.22, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 37.44 ], [ -118.22, 37.58 ], [ -118.04, 37.58 ], [ -118.04, 37.44 ], [ -118.22, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 37.58 ], [ -118.22, 37.72 ], [ -118.04, 37.72 ], [ -118.04, 37.58 ], [ -118.22, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.22, 37.72 ], [ -118.22, 37.86 ], [ -118.04, 37.86 ], [ -118.04, 37.72 ], [ -118.22, 37.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 33.49 ], [ -118.04, 33.64 ], [ -117.86, 33.64 ], [ -117.86, 33.49 ], [ -118.04, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 33.64 ], [ -118.04, 33.79 ], [ -117.86, 33.79 ], [ -117.86, 33.64 ], [ -118.04, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 33.79 ], [ -118.04, 33.93 ], [ -117.86, 33.93 ], [ -117.86, 33.79 ], [ -118.04, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 33.93 ], [ -118.04, 34.08 ], [ -117.86, 34.08 ], [ -117.86, 33.93 ], [ -118.04, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 34.08 ], [ -118.04, 34.23 ], [ -117.86, 34.23 ], [ -117.86, 34.08 ], [ -118.04, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1300 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 34.23 ], [ -118.04, 34.38 ], [ -117.86, 34.38 ], [ -117.86, 34.23 ], [ -118.04, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 34.38 ], [ -118.04, 34.53 ], [ -117.86, 34.53 ], [ -117.86, 34.38 ], [ -118.04, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 34.53 ], [ -118.04, 34.68 ], [ -117.86, 34.68 ], [ -117.86, 34.53 ], [ -118.04, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 34.68 ], [ -118.04, 34.82 ], [ -117.86, 34.82 ], [ -117.86, 34.68 ], [ -118.04, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 34.82 ], [ -118.04, 34.97 ], [ -117.86, 34.97 ], [ -117.86, 34.82 ], [ -118.04, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 34.97 ], [ -118.04, 35.12 ], [ -117.86, 35.12 ], [ -117.86, 34.97 ], [ -118.04, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 35.12 ], [ -118.04, 35.27 ], [ -117.86, 35.27 ], [ -117.86, 35.12 ], [ -118.04, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 35.27 ], [ -118.04, 35.41 ], [ -117.86, 35.41 ], [ -117.86, 35.27 ], [ -118.04, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 35.41 ], [ -118.04, 35.56 ], [ -117.86, 35.56 ], [ -117.86, 35.41 ], [ -118.04, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 35.56 ], [ -118.04, 35.7 ], [ -117.86, 35.7 ], [ -117.86, 35.56 ], [ -118.04, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1310 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 35.7 ], [ -118.04, 35.85 ], [ -117.86, 35.85 ], [ -117.86, 35.7 ], [ -118.04, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 35.85 ], [ -118.04, 36.0 ], [ -117.86, 36.0 ], [ -117.86, 35.85 ], [ -118.04, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 36.0 ], [ -118.04, 36.14 ], [ -117.86, 36.14 ], [ -117.86, 36.0 ], [ -118.04, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 36.14 ], [ -118.04, 36.29 ], [ -117.86, 36.29 ], [ -117.86, 36.14 ], [ -118.04, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 36.29 ], [ -118.04, 36.43 ], [ -117.86, 36.43 ], [ -117.86, 36.29 ], [ -118.04, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 36.43 ], [ -118.04, 36.57 ], [ -117.86, 36.57 ], [ -117.86, 36.43 ], [ -118.04, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 36.57 ], [ -118.04, 36.72 ], [ -117.86, 36.72 ], [ -117.86, 36.57 ], [ -118.04, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 36.72 ], [ -118.04, 36.86 ], [ -117.86, 36.86 ], [ -117.86, 36.72 ], [ -118.04, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 36.86 ], [ -118.04, 37.01 ], [ -117.86, 37.01 ], [ -117.86, 36.86 ], [ -118.04, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 37.01 ], [ -118.04, 37.15 ], [ -117.86, 37.15 ], [ -117.86, 37.01 ], [ -118.04, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1320 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 37.15 ], [ -118.04, 37.29 ], [ -117.86, 37.29 ], [ -117.86, 37.15 ], [ -118.04, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 37.29 ], [ -118.04, 37.44 ], [ -117.86, 37.44 ], [ -117.86, 37.29 ], [ -118.04, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 37.44 ], [ -118.04, 37.58 ], [ -117.86, 37.58 ], [ -117.86, 37.44 ], [ -118.04, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -118.04, 37.58 ], [ -118.04, 37.72 ], [ -117.86, 37.72 ], [ -117.86, 37.58 ], [ -118.04, 37.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 33.34 ], [ -117.86, 33.49 ], [ -117.68, 33.49 ], [ -117.68, 33.34 ], [ -117.86, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 33.49 ], [ -117.86, 33.64 ], [ -117.68, 33.64 ], [ -117.68, 33.49 ], [ -117.86, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 33.64 ], [ -117.86, 33.79 ], [ -117.68, 33.79 ], [ -117.68, 33.64 ], [ -117.86, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 33.79 ], [ -117.86, 33.93 ], [ -117.68, 33.93 ], [ -117.68, 33.79 ], [ -117.86, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 33.93 ], [ -117.86, 34.08 ], [ -117.68, 34.08 ], [ -117.68, 33.93 ], [ -117.86, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 34.08 ], [ -117.86, 34.23 ], [ -117.68, 34.23 ], [ -117.68, 34.08 ], [ -117.86, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1330 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 34.23 ], [ -117.86, 34.38 ], [ -117.68, 34.38 ], [ -117.68, 34.23 ], [ -117.86, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 34.38 ], [ -117.86, 34.53 ], [ -117.68, 34.53 ], [ -117.68, 34.38 ], [ -117.86, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 34.53 ], [ -117.86, 34.68 ], [ -117.68, 34.68 ], [ -117.68, 34.53 ], [ -117.86, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 34.68 ], [ -117.86, 34.82 ], [ -117.68, 34.82 ], [ -117.68, 34.68 ], [ -117.86, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 34.82 ], [ -117.86, 34.97 ], [ -117.68, 34.97 ], [ -117.68, 34.82 ], [ -117.86, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 34.97 ], [ -117.86, 35.12 ], [ -117.68, 35.12 ], [ -117.68, 34.97 ], [ -117.86, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 35.12 ], [ -117.86, 35.27 ], [ -117.68, 35.27 ], [ -117.68, 35.12 ], [ -117.86, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 35.27 ], [ -117.86, 35.41 ], [ -117.68, 35.41 ], [ -117.68, 35.27 ], [ -117.86, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 35.41 ], [ -117.86, 35.56 ], [ -117.68, 35.56 ], [ -117.68, 35.41 ], [ -117.86, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 35.56 ], [ -117.86, 35.7 ], [ -117.68, 35.7 ], [ -117.68, 35.56 ], [ -117.86, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1340 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 35.7 ], [ -117.86, 35.85 ], [ -117.68, 35.85 ], [ -117.68, 35.7 ], [ -117.86, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 35.85 ], [ -117.86, 36.0 ], [ -117.68, 36.0 ], [ -117.68, 35.85 ], [ -117.86, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 36.0 ], [ -117.86, 36.14 ], [ -117.68, 36.14 ], [ -117.68, 36.0 ], [ -117.86, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 36.14 ], [ -117.86, 36.29 ], [ -117.68, 36.29 ], [ -117.68, 36.14 ], [ -117.86, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 36.29 ], [ -117.86, 36.43 ], [ -117.68, 36.43 ], [ -117.68, 36.29 ], [ -117.86, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 36.43 ], [ -117.86, 36.57 ], [ -117.68, 36.57 ], [ -117.68, 36.43 ], [ -117.86, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 36.57 ], [ -117.86, 36.72 ], [ -117.68, 36.72 ], [ -117.68, 36.57 ], [ -117.86, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 36.72 ], [ -117.86, 36.86 ], [ -117.68, 36.86 ], [ -117.68, 36.72 ], [ -117.86, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 36.86 ], [ -117.86, 37.01 ], [ -117.68, 37.01 ], [ -117.68, 36.86 ], [ -117.86, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 37.01 ], [ -117.86, 37.15 ], [ -117.68, 37.15 ], [ -117.68, 37.01 ], [ -117.86, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1350 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 37.15 ], [ -117.86, 37.29 ], [ -117.68, 37.29 ], [ -117.68, 37.15 ], [ -117.86, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 37.29 ], [ -117.86, 37.44 ], [ -117.68, 37.44 ], [ -117.68, 37.29 ], [ -117.86, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 3, "id": 1352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.86, 37.44 ], [ -117.86, 37.58 ], [ -117.68, 37.58 ], [ -117.68, 37.44 ], [ -117.86, 37.44 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 33.19 ], [ -117.68, 33.34 ], [ -117.5, 33.34 ], [ -117.5, 33.19 ], [ -117.68, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 33.34 ], [ -117.68, 33.49 ], [ -117.5, 33.49 ], [ -117.5, 33.34 ], [ -117.68, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 33.49 ], [ -117.68, 33.64 ], [ -117.5, 33.64 ], [ -117.5, 33.49 ], [ -117.68, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 33.64 ], [ -117.68, 33.79 ], [ -117.5, 33.79 ], [ -117.5, 33.64 ], [ -117.68, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 33.79 ], [ -117.68, 33.93 ], [ -117.5, 33.93 ], [ -117.5, 33.79 ], [ -117.68, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 33.93 ], [ -117.68, 34.08 ], [ -117.5, 34.08 ], [ -117.5, 33.93 ], [ -117.68, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 34.08 ], [ -117.68, 34.23 ], [ -117.5, 34.23 ], [ -117.5, 34.08 ], [ -117.68, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1360 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 34.23 ], [ -117.68, 34.38 ], [ -117.5, 34.38 ], [ -117.5, 34.23 ], [ -117.68, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 34.38 ], [ -117.68, 34.53 ], [ -117.5, 34.53 ], [ -117.5, 34.38 ], [ -117.68, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 34.53 ], [ -117.68, 34.68 ], [ -117.5, 34.68 ], [ -117.5, 34.53 ], [ -117.68, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 34.68 ], [ -117.68, 34.82 ], [ -117.5, 34.82 ], [ -117.5, 34.68 ], [ -117.68, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 34.82 ], [ -117.68, 34.97 ], [ -117.5, 34.97 ], [ -117.5, 34.82 ], [ -117.68, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 34.97 ], [ -117.68, 35.12 ], [ -117.5, 35.12 ], [ -117.5, 34.97 ], [ -117.68, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 35.12 ], [ -117.68, 35.27 ], [ -117.5, 35.27 ], [ -117.5, 35.12 ], [ -117.68, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 35.27 ], [ -117.68, 35.41 ], [ -117.5, 35.41 ], [ -117.5, 35.27 ], [ -117.68, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 35.41 ], [ -117.68, 35.56 ], [ -117.5, 35.56 ], [ -117.5, 35.41 ], [ -117.68, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 35.56 ], [ -117.68, 35.7 ], [ -117.5, 35.7 ], [ -117.5, 35.56 ], [ -117.68, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1370 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 35.7 ], [ -117.68, 35.85 ], [ -117.5, 35.85 ], [ -117.5, 35.7 ], [ -117.68, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 35.85 ], [ -117.68, 36.0 ], [ -117.5, 36.0 ], [ -117.5, 35.85 ], [ -117.68, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 36.0 ], [ -117.68, 36.14 ], [ -117.5, 36.14 ], [ -117.5, 36.0 ], [ -117.68, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 36.14 ], [ -117.68, 36.29 ], [ -117.5, 36.29 ], [ -117.5, 36.14 ], [ -117.68, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 36.29 ], [ -117.68, 36.43 ], [ -117.5, 36.43 ], [ -117.5, 36.29 ], [ -117.68, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 36.43 ], [ -117.68, 36.57 ], [ -117.5, 36.57 ], [ -117.5, 36.43 ], [ -117.68, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 36.57 ], [ -117.68, 36.72 ], [ -117.5, 36.72 ], [ -117.5, 36.57 ], [ -117.68, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 36.72 ], [ -117.68, 36.86 ], [ -117.5, 36.86 ], [ -117.5, 36.72 ], [ -117.68, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 36.86 ], [ -117.68, 37.01 ], [ -117.5, 37.01 ], [ -117.5, 36.86 ], [ -117.68, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 37.01 ], [ -117.68, 37.15 ], [ -117.5, 37.15 ], [ -117.5, 37.01 ], [ -117.68, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1380 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 37.15 ], [ -117.68, 37.29 ], [ -117.5, 37.29 ], [ -117.5, 37.15 ], [ -117.68, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.68, 37.29 ], [ -117.68, 37.44 ], [ -117.5, 37.44 ], [ -117.5, 37.29 ], [ -117.68, 37.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 33.04 ], [ -117.5, 33.19 ], [ -117.32, 33.19 ], [ -117.32, 33.04 ], [ -117.5, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 33.19 ], [ -117.5, 33.34 ], [ -117.32, 33.34 ], [ -117.32, 33.19 ], [ -117.5, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 33.34 ], [ -117.5, 33.49 ], [ -117.32, 33.49 ], [ -117.32, 33.34 ], [ -117.5, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 33.49 ], [ -117.5, 33.64 ], [ -117.32, 33.64 ], [ -117.32, 33.49 ], [ -117.5, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 33.64 ], [ -117.5, 33.79 ], [ -117.32, 33.79 ], [ -117.32, 33.64 ], [ -117.5, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 33.79 ], [ -117.5, 33.93 ], [ -117.32, 33.93 ], [ -117.32, 33.79 ], [ -117.5, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 33.93 ], [ -117.5, 34.08 ], [ -117.32, 34.08 ], [ -117.32, 33.93 ], [ -117.5, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 34.08 ], [ -117.5, 34.23 ], [ -117.32, 34.23 ], [ -117.32, 34.08 ], [ -117.5, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1390 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 34.23 ], [ -117.5, 34.38 ], [ -117.32, 34.38 ], [ -117.32, 34.23 ], [ -117.5, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 34.38 ], [ -117.5, 34.53 ], [ -117.32, 34.53 ], [ -117.32, 34.38 ], [ -117.5, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 34.53 ], [ -117.5, 34.68 ], [ -117.32, 34.68 ], [ -117.32, 34.53 ], [ -117.5, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 34.68 ], [ -117.5, 34.82 ], [ -117.32, 34.82 ], [ -117.32, 34.68 ], [ -117.5, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 34.82 ], [ -117.5, 34.97 ], [ -117.32, 34.97 ], [ -117.32, 34.82 ], [ -117.5, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 34.97 ], [ -117.5, 35.12 ], [ -117.32, 35.12 ], [ -117.32, 34.97 ], [ -117.5, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 35.12 ], [ -117.5, 35.27 ], [ -117.32, 35.27 ], [ -117.32, 35.12 ], [ -117.5, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 35.27 ], [ -117.5, 35.41 ], [ -117.32, 35.41 ], [ -117.32, 35.27 ], [ -117.5, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 35.41 ], [ -117.5, 35.56 ], [ -117.32, 35.56 ], [ -117.32, 35.41 ], [ -117.5, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 35.56 ], [ -117.5, 35.7 ], [ -117.32, 35.7 ], [ -117.32, 35.56 ], [ -117.5, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1400 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 35.7 ], [ -117.5, 35.85 ], [ -117.32, 35.85 ], [ -117.32, 35.7 ], [ -117.5, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 35.85 ], [ -117.5, 36.0 ], [ -117.32, 36.0 ], [ -117.32, 35.85 ], [ -117.5, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 36.0 ], [ -117.5, 36.14 ], [ -117.32, 36.14 ], [ -117.32, 36.0 ], [ -117.5, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 36.14 ], [ -117.5, 36.29 ], [ -117.32, 36.29 ], [ -117.32, 36.14 ], [ -117.5, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 36.29 ], [ -117.5, 36.43 ], [ -117.32, 36.43 ], [ -117.32, 36.29 ], [ -117.5, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 36.43 ], [ -117.5, 36.57 ], [ -117.32, 36.57 ], [ -117.32, 36.43 ], [ -117.5, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 36.57 ], [ -117.5, 36.72 ], [ -117.32, 36.72 ], [ -117.32, 36.57 ], [ -117.5, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 36.72 ], [ -117.5, 36.86 ], [ -117.32, 36.86 ], [ -117.32, 36.72 ], [ -117.5, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 36.86 ], [ -117.5, 37.01 ], [ -117.32, 37.01 ], [ -117.32, 36.86 ], [ -117.5, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 37.01 ], [ -117.5, 37.15 ], [ -117.32, 37.15 ], [ -117.32, 37.01 ], [ -117.5, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1410 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.5, 37.15 ], [ -117.5, 37.29 ], [ -117.32, 37.29 ], [ -117.32, 37.15 ], [ -117.5, 37.15 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 32.58 ], [ -117.32, 32.73 ], [ -117.14, 32.73 ], [ -117.14, 32.58 ], [ -117.32, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 32.73 ], [ -117.32, 32.88 ], [ -117.14, 32.88 ], [ -117.14, 32.73 ], [ -117.32, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 32.88 ], [ -117.32, 33.04 ], [ -117.14, 33.04 ], [ -117.14, 32.88 ], [ -117.32, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 33.04 ], [ -117.32, 33.19 ], [ -117.14, 33.19 ], [ -117.14, 33.04 ], [ -117.32, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 33.19 ], [ -117.32, 33.34 ], [ -117.14, 33.34 ], [ -117.14, 33.19 ], [ -117.32, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 33.34 ], [ -117.32, 33.49 ], [ -117.14, 33.49 ], [ -117.14, 33.34 ], [ -117.32, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 33.49 ], [ -117.32, 33.64 ], [ -117.14, 33.64 ], [ -117.14, 33.49 ], [ -117.32, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 33.64 ], [ -117.32, 33.79 ], [ -117.14, 33.79 ], [ -117.14, 33.64 ], [ -117.32, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 33.79 ], [ -117.32, 33.93 ], [ -117.14, 33.93 ], [ -117.14, 33.79 ], [ -117.32, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1420 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 33.93 ], [ -117.32, 34.08 ], [ -117.14, 34.08 ], [ -117.14, 33.93 ], [ -117.32, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 34.08 ], [ -117.32, 34.23 ], [ -117.14, 34.23 ], [ -117.14, 34.08 ], [ -117.32, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 34.23 ], [ -117.32, 34.38 ], [ -117.14, 34.38 ], [ -117.14, 34.23 ], [ -117.32, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 34.38 ], [ -117.32, 34.53 ], [ -117.14, 34.53 ], [ -117.14, 34.38 ], [ -117.32, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 34.53 ], [ -117.32, 34.68 ], [ -117.14, 34.68 ], [ -117.14, 34.53 ], [ -117.32, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 34.68 ], [ -117.32, 34.82 ], [ -117.14, 34.82 ], [ -117.14, 34.68 ], [ -117.32, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 34.82 ], [ -117.32, 34.97 ], [ -117.14, 34.97 ], [ -117.14, 34.82 ], [ -117.32, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 34.97 ], [ -117.32, 35.12 ], [ -117.14, 35.12 ], [ -117.14, 34.97 ], [ -117.32, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 35.12 ], [ -117.32, 35.27 ], [ -117.14, 35.27 ], [ -117.14, 35.12 ], [ -117.32, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 35.27 ], [ -117.32, 35.41 ], [ -117.14, 35.41 ], [ -117.14, 35.27 ], [ -117.32, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1430 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 35.41 ], [ -117.32, 35.56 ], [ -117.14, 35.56 ], [ -117.14, 35.41 ], [ -117.32, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 35.56 ], [ -117.32, 35.7 ], [ -117.14, 35.7 ], [ -117.14, 35.56 ], [ -117.32, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 35.7 ], [ -117.32, 35.85 ], [ -117.14, 35.85 ], [ -117.14, 35.7 ], [ -117.32, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 35.85 ], [ -117.32, 36.0 ], [ -117.14, 36.0 ], [ -117.14, 35.85 ], [ -117.32, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 36.0 ], [ -117.32, 36.14 ], [ -117.14, 36.14 ], [ -117.14, 36.0 ], [ -117.32, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 36.14 ], [ -117.32, 36.29 ], [ -117.14, 36.29 ], [ -117.14, 36.14 ], [ -117.32, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 36.29 ], [ -117.32, 36.43 ], [ -117.14, 36.43 ], [ -117.14, 36.29 ], [ -117.32, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 36.43 ], [ -117.32, 36.57 ], [ -117.14, 36.57 ], [ -117.14, 36.43 ], [ -117.32, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 36.57 ], [ -117.32, 36.72 ], [ -117.14, 36.72 ], [ -117.14, 36.57 ], [ -117.32, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 36.72 ], [ -117.32, 36.86 ], [ -117.14, 36.86 ], [ -117.14, 36.72 ], [ -117.32, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1440 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 36.86 ], [ -117.32, 37.01 ], [ -117.14, 37.01 ], [ -117.14, 36.86 ], [ -117.32, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.32, 37.01 ], [ -117.32, 37.15 ], [ -117.14, 37.15 ], [ -117.14, 37.01 ], [ -117.32, 37.01 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 32.43 ], [ -117.14, 32.58 ], [ -116.96, 32.58 ], [ -116.96, 32.43 ], [ -117.14, 32.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 32.58 ], [ -117.14, 32.73 ], [ -116.96, 32.73 ], [ -116.96, 32.58 ], [ -117.14, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 32.73 ], [ -117.14, 32.88 ], [ -116.96, 32.88 ], [ -116.96, 32.73 ], [ -117.14, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 32.88 ], [ -117.14, 33.04 ], [ -116.96, 33.04 ], [ -116.96, 32.88 ], [ -117.14, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 33.04 ], [ -117.14, 33.19 ], [ -116.96, 33.19 ], [ -116.96, 33.04 ], [ -117.14, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 33.19 ], [ -117.14, 33.34 ], [ -116.96, 33.34 ], [ -116.96, 33.19 ], [ -117.14, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 33.34 ], [ -117.14, 33.49 ], [ -116.96, 33.49 ], [ -116.96, 33.34 ], [ -117.14, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 33.49 ], [ -117.14, 33.64 ], [ -116.96, 33.64 ], [ -116.96, 33.49 ], [ -117.14, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1450 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 33.64 ], [ -117.14, 33.79 ], [ -116.96, 33.79 ], [ -116.96, 33.64 ], [ -117.14, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 33.79 ], [ -117.14, 33.93 ], [ -116.96, 33.93 ], [ -116.96, 33.79 ], [ -117.14, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 33.93 ], [ -117.14, 34.08 ], [ -116.96, 34.08 ], [ -116.96, 33.93 ], [ -117.14, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 34.08 ], [ -117.14, 34.23 ], [ -116.96, 34.23 ], [ -116.96, 34.08 ], [ -117.14, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 34.23 ], [ -117.14, 34.38 ], [ -116.96, 34.38 ], [ -116.96, 34.23 ], [ -117.14, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 34.38 ], [ -117.14, 34.53 ], [ -116.96, 34.53 ], [ -116.96, 34.38 ], [ -117.14, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 34.53 ], [ -117.14, 34.68 ], [ -116.96, 34.68 ], [ -116.96, 34.53 ], [ -117.14, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 34.68 ], [ -117.14, 34.82 ], [ -116.96, 34.82 ], [ -116.96, 34.68 ], [ -117.14, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 34.82 ], [ -117.14, 34.97 ], [ -116.96, 34.97 ], [ -116.96, 34.82 ], [ -117.14, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 34.97 ], [ -117.14, 35.12 ], [ -116.96, 35.12 ], [ -116.96, 34.97 ], [ -117.14, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1460 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 35.12 ], [ -117.14, 35.27 ], [ -116.96, 35.27 ], [ -116.96, 35.12 ], [ -117.14, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 35.27 ], [ -117.14, 35.41 ], [ -116.96, 35.41 ], [ -116.96, 35.27 ], [ -117.14, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 35.41 ], [ -117.14, 35.56 ], [ -116.96, 35.56 ], [ -116.96, 35.41 ], [ -117.14, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 35.56 ], [ -117.14, 35.7 ], [ -116.96, 35.7 ], [ -116.96, 35.56 ], [ -117.14, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 35.7 ], [ -117.14, 35.85 ], [ -116.96, 35.85 ], [ -116.96, 35.7 ], [ -117.14, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 35.85 ], [ -117.14, 36.0 ], [ -116.96, 36.0 ], [ -116.96, 35.85 ], [ -117.14, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 36.0 ], [ -117.14, 36.14 ], [ -116.96, 36.14 ], [ -116.96, 36.0 ], [ -117.14, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 36.14 ], [ -117.14, 36.29 ], [ -116.96, 36.29 ], [ -116.96, 36.14 ], [ -117.14, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 36.29 ], [ -117.14, 36.43 ], [ -116.96, 36.43 ], [ -116.96, 36.29 ], [ -117.14, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 36.43 ], [ -117.14, 36.57 ], [ -116.96, 36.57 ], [ -116.96, 36.43 ], [ -117.14, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1470 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 36.57 ], [ -117.14, 36.72 ], [ -116.96, 36.72 ], [ -116.96, 36.57 ], [ -117.14, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 36.72 ], [ -117.14, 36.86 ], [ -116.96, 36.86 ], [ -116.96, 36.72 ], [ -117.14, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -117.14, 36.86 ], [ -117.14, 37.01 ], [ -116.96, 37.01 ], [ -116.96, 36.86 ], [ -117.14, 36.86 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 32.43 ], [ -116.96, 32.58 ], [ -116.78, 32.58 ], [ -116.78, 32.43 ], [ -116.96, 32.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 32.58 ], [ -116.96, 32.73 ], [ -116.78, 32.73 ], [ -116.78, 32.58 ], [ -116.96, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 32.73 ], [ -116.96, 32.88 ], [ -116.78, 32.88 ], [ -116.78, 32.73 ], [ -116.96, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 32.88 ], [ -116.96, 33.04 ], [ -116.78, 33.04 ], [ -116.78, 32.88 ], [ -116.96, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 33.04 ], [ -116.96, 33.19 ], [ -116.78, 33.19 ], [ -116.78, 33.04 ], [ -116.96, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 33.19 ], [ -116.96, 33.34 ], [ -116.78, 33.34 ], [ -116.78, 33.19 ], [ -116.96, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 33.34 ], [ -116.96, 33.49 ], [ -116.78, 33.49 ], [ -116.78, 33.34 ], [ -116.96, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1480 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 33.49 ], [ -116.96, 33.64 ], [ -116.78, 33.64 ], [ -116.78, 33.49 ], [ -116.96, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 33.64 ], [ -116.96, 33.79 ], [ -116.78, 33.79 ], [ -116.78, 33.64 ], [ -116.96, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 33.79 ], [ -116.96, 33.93 ], [ -116.78, 33.93 ], [ -116.78, 33.79 ], [ -116.96, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 33.93 ], [ -116.96, 34.08 ], [ -116.78, 34.08 ], [ -116.78, 33.93 ], [ -116.96, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 34.08 ], [ -116.96, 34.23 ], [ -116.78, 34.23 ], [ -116.78, 34.08 ], [ -116.96, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 34.23 ], [ -116.96, 34.38 ], [ -116.78, 34.38 ], [ -116.78, 34.23 ], [ -116.96, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 34.38 ], [ -116.96, 34.53 ], [ -116.78, 34.53 ], [ -116.78, 34.38 ], [ -116.96, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 34.53 ], [ -116.96, 34.68 ], [ -116.78, 34.68 ], [ -116.78, 34.53 ], [ -116.96, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 34.68 ], [ -116.96, 34.82 ], [ -116.78, 34.82 ], [ -116.78, 34.68 ], [ -116.96, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 34.82 ], [ -116.96, 34.97 ], [ -116.78, 34.97 ], [ -116.78, 34.82 ], [ -116.96, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1490 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 34.97 ], [ -116.96, 35.12 ], [ -116.78, 35.12 ], [ -116.78, 34.97 ], [ -116.96, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 35.12 ], [ -116.96, 35.27 ], [ -116.78, 35.27 ], [ -116.78, 35.12 ], [ -116.96, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 35.27 ], [ -116.96, 35.41 ], [ -116.78, 35.41 ], [ -116.78, 35.27 ], [ -116.96, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 35.41 ], [ -116.96, 35.56 ], [ -116.78, 35.56 ], [ -116.78, 35.41 ], [ -116.96, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 35.56 ], [ -116.96, 35.7 ], [ -116.78, 35.7 ], [ -116.78, 35.56 ], [ -116.96, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 35.7 ], [ -116.96, 35.85 ], [ -116.78, 35.85 ], [ -116.78, 35.7 ], [ -116.96, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 35.85 ], [ -116.96, 36.0 ], [ -116.78, 36.0 ], [ -116.78, 35.85 ], [ -116.96, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 36.0 ], [ -116.96, 36.14 ], [ -116.78, 36.14 ], [ -116.78, 36.0 ], [ -116.96, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 36.14 ], [ -116.96, 36.29 ], [ -116.78, 36.29 ], [ -116.78, 36.14 ], [ -116.96, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 36.29 ], [ -116.96, 36.43 ], [ -116.78, 36.43 ], [ -116.78, 36.29 ], [ -116.96, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1500 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 36.43 ], [ -116.96, 36.57 ], [ -116.78, 36.57 ], [ -116.78, 36.43 ], [ -116.96, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 36.57 ], [ -116.96, 36.72 ], [ -116.78, 36.72 ], [ -116.78, 36.57 ], [ -116.96, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.96, 36.72 ], [ -116.96, 36.86 ], [ -116.78, 36.86 ], [ -116.78, 36.72 ], [ -116.96, 36.72 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 32.43 ], [ -116.78, 32.58 ], [ -116.6, 32.58 ], [ -116.6, 32.43 ], [ -116.78, 32.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 32.58 ], [ -116.78, 32.73 ], [ -116.6, 32.73 ], [ -116.6, 32.58 ], [ -116.78, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 32.73 ], [ -116.78, 32.88 ], [ -116.6, 32.88 ], [ -116.6, 32.73 ], [ -116.78, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 32.88 ], [ -116.78, 33.04 ], [ -116.6, 33.04 ], [ -116.6, 32.88 ], [ -116.78, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 33.04 ], [ -116.78, 33.19 ], [ -116.6, 33.19 ], [ -116.6, 33.04 ], [ -116.78, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 33.19 ], [ -116.78, 33.34 ], [ -116.6, 33.34 ], [ -116.6, 33.19 ], [ -116.78, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 33.34 ], [ -116.78, 33.49 ], [ -116.6, 33.49 ], [ -116.6, 33.34 ], [ -116.78, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1510 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 33.49 ], [ -116.78, 33.64 ], [ -116.6, 33.64 ], [ -116.6, 33.49 ], [ -116.78, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 33.64 ], [ -116.78, 33.79 ], [ -116.6, 33.79 ], [ -116.6, 33.64 ], [ -116.78, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 33.79 ], [ -116.78, 33.93 ], [ -116.6, 33.93 ], [ -116.6, 33.79 ], [ -116.78, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 33.93 ], [ -116.78, 34.08 ], [ -116.6, 34.08 ], [ -116.6, 33.93 ], [ -116.78, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 34.08 ], [ -116.78, 34.23 ], [ -116.6, 34.23 ], [ -116.6, 34.08 ], [ -116.78, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 34.23 ], [ -116.78, 34.38 ], [ -116.6, 34.38 ], [ -116.6, 34.23 ], [ -116.78, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 34.38 ], [ -116.78, 34.53 ], [ -116.6, 34.53 ], [ -116.6, 34.38 ], [ -116.78, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 34.53 ], [ -116.78, 34.68 ], [ -116.6, 34.68 ], [ -116.6, 34.53 ], [ -116.78, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 34.68 ], [ -116.78, 34.82 ], [ -116.6, 34.82 ], [ -116.6, 34.68 ], [ -116.78, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 34.82 ], [ -116.78, 34.97 ], [ -116.6, 34.97 ], [ -116.6, 34.82 ], [ -116.78, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1520 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 34.97 ], [ -116.78, 35.12 ], [ -116.6, 35.12 ], [ -116.6, 34.97 ], [ -116.78, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 35.12 ], [ -116.78, 35.27 ], [ -116.6, 35.27 ], [ -116.6, 35.12 ], [ -116.78, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 35.27 ], [ -116.78, 35.41 ], [ -116.6, 35.41 ], [ -116.6, 35.27 ], [ -116.78, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 35.41 ], [ -116.78, 35.56 ], [ -116.6, 35.56 ], [ -116.6, 35.41 ], [ -116.78, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 35.56 ], [ -116.78, 35.7 ], [ -116.6, 35.7 ], [ -116.6, 35.56 ], [ -116.78, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 35.7 ], [ -116.78, 35.85 ], [ -116.6, 35.85 ], [ -116.6, 35.7 ], [ -116.78, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 35.85 ], [ -116.78, 36.0 ], [ -116.6, 36.0 ], [ -116.6, 35.85 ], [ -116.78, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 36.0 ], [ -116.78, 36.14 ], [ -116.6, 36.14 ], [ -116.6, 36.0 ], [ -116.78, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 36.14 ], [ -116.78, 36.29 ], [ -116.6, 36.29 ], [ -116.6, 36.14 ], [ -116.78, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 36.29 ], [ -116.78, 36.43 ], [ -116.6, 36.43 ], [ -116.6, 36.29 ], [ -116.78, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1530 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 36.43 ], [ -116.78, 36.57 ], [ -116.6, 36.57 ], [ -116.6, 36.43 ], [ -116.78, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.78, 36.57 ], [ -116.78, 36.72 ], [ -116.6, 36.72 ], [ -116.6, 36.57 ], [ -116.78, 36.57 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 32.43 ], [ -116.6, 32.58 ], [ -116.42, 32.58 ], [ -116.42, 32.43 ], [ -116.6, 32.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 32.58 ], [ -116.6, 32.73 ], [ -116.42, 32.73 ], [ -116.42, 32.58 ], [ -116.6, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 32.73 ], [ -116.6, 32.88 ], [ -116.42, 32.88 ], [ -116.42, 32.73 ], [ -116.6, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 32.88 ], [ -116.6, 33.04 ], [ -116.42, 33.04 ], [ -116.42, 32.88 ], [ -116.6, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 33.04 ], [ -116.6, 33.19 ], [ -116.42, 33.19 ], [ -116.42, 33.04 ], [ -116.6, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 33.19 ], [ -116.6, 33.34 ], [ -116.42, 33.34 ], [ -116.42, 33.19 ], [ -116.6, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 33.34 ], [ -116.6, 33.49 ], [ -116.42, 33.49 ], [ -116.42, 33.34 ], [ -116.6, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 33.49 ], [ -116.6, 33.64 ], [ -116.42, 33.64 ], [ -116.42, 33.49 ], [ -116.6, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1540 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 33.64 ], [ -116.6, 33.79 ], [ -116.42, 33.79 ], [ -116.42, 33.64 ], [ -116.6, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 33.79 ], [ -116.6, 33.93 ], [ -116.42, 33.93 ], [ -116.42, 33.79 ], [ -116.6, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 33.93 ], [ -116.6, 34.08 ], [ -116.42, 34.08 ], [ -116.42, 33.93 ], [ -116.6, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 34.08 ], [ -116.6, 34.23 ], [ -116.42, 34.23 ], [ -116.42, 34.08 ], [ -116.6, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 34.23 ], [ -116.6, 34.38 ], [ -116.42, 34.38 ], [ -116.42, 34.23 ], [ -116.6, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 34.38 ], [ -116.6, 34.53 ], [ -116.42, 34.53 ], [ -116.42, 34.38 ], [ -116.6, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 34.53 ], [ -116.6, 34.68 ], [ -116.42, 34.68 ], [ -116.42, 34.53 ], [ -116.6, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 34.68 ], [ -116.6, 34.82 ], [ -116.42, 34.82 ], [ -116.42, 34.68 ], [ -116.6, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 34.82 ], [ -116.6, 34.97 ], [ -116.42, 34.97 ], [ -116.42, 34.82 ], [ -116.6, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 34.97 ], [ -116.6, 35.12 ], [ -116.42, 35.12 ], [ -116.42, 34.97 ], [ -116.6, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1550 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 35.12 ], [ -116.6, 35.27 ], [ -116.42, 35.27 ], [ -116.42, 35.12 ], [ -116.6, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 35.27 ], [ -116.6, 35.41 ], [ -116.42, 35.41 ], [ -116.42, 35.27 ], [ -116.6, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 35.41 ], [ -116.6, 35.56 ], [ -116.42, 35.56 ], [ -116.42, 35.41 ], [ -116.6, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 35.56 ], [ -116.6, 35.7 ], [ -116.42, 35.7 ], [ -116.42, 35.56 ], [ -116.6, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 35.7 ], [ -116.6, 35.85 ], [ -116.42, 35.85 ], [ -116.42, 35.7 ], [ -116.6, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 35.85 ], [ -116.6, 36.0 ], [ -116.42, 36.0 ], [ -116.42, 35.85 ], [ -116.6, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 36.0 ], [ -116.6, 36.14 ], [ -116.42, 36.14 ], [ -116.42, 36.0 ], [ -116.6, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 36.14 ], [ -116.6, 36.29 ], [ -116.42, 36.29 ], [ -116.42, 36.14 ], [ -116.6, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 36.29 ], [ -116.6, 36.43 ], [ -116.42, 36.43 ], [ -116.42, 36.29 ], [ -116.6, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.6, 36.43 ], [ -116.6, 36.57 ], [ -116.42, 36.57 ], [ -116.42, 36.43 ], [ -116.6, 36.43 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1560 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 32.58 ], [ -116.42, 32.73 ], [ -116.24, 32.73 ], [ -116.24, 32.58 ], [ -116.42, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 32.73 ], [ -116.42, 32.88 ], [ -116.24, 32.88 ], [ -116.24, 32.73 ], [ -116.42, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 32.88 ], [ -116.42, 33.04 ], [ -116.24, 33.04 ], [ -116.24, 32.88 ], [ -116.42, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 33.04 ], [ -116.42, 33.19 ], [ -116.24, 33.19 ], [ -116.24, 33.04 ], [ -116.42, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 33.19 ], [ -116.42, 33.34 ], [ -116.24, 33.34 ], [ -116.24, 33.19 ], [ -116.42, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 33.34 ], [ -116.42, 33.49 ], [ -116.24, 33.49 ], [ -116.24, 33.34 ], [ -116.42, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 33.49 ], [ -116.42, 33.64 ], [ -116.24, 33.64 ], [ -116.24, 33.49 ], [ -116.42, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 33.64 ], [ -116.42, 33.79 ], [ -116.24, 33.79 ], [ -116.24, 33.64 ], [ -116.42, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 33.79 ], [ -116.42, 33.93 ], [ -116.24, 33.93 ], [ -116.24, 33.79 ], [ -116.42, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 33.93 ], [ -116.42, 34.08 ], [ -116.24, 34.08 ], [ -116.24, 33.93 ], [ -116.42, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1570 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 34.08 ], [ -116.42, 34.23 ], [ -116.24, 34.23 ], [ -116.24, 34.08 ], [ -116.42, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 34.23 ], [ -116.42, 34.38 ], [ -116.24, 34.38 ], [ -116.24, 34.23 ], [ -116.42, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 34.38 ], [ -116.42, 34.53 ], [ -116.24, 34.53 ], [ -116.24, 34.38 ], [ -116.42, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 34.53 ], [ -116.42, 34.68 ], [ -116.24, 34.68 ], [ -116.24, 34.53 ], [ -116.42, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 34.68 ], [ -116.42, 34.82 ], [ -116.24, 34.82 ], [ -116.24, 34.68 ], [ -116.42, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 34.82 ], [ -116.42, 34.97 ], [ -116.24, 34.97 ], [ -116.24, 34.82 ], [ -116.42, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 34.97 ], [ -116.42, 35.12 ], [ -116.24, 35.12 ], [ -116.24, 34.97 ], [ -116.42, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 35.12 ], [ -116.42, 35.27 ], [ -116.24, 35.27 ], [ -116.24, 35.12 ], [ -116.42, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 35.27 ], [ -116.42, 35.41 ], [ -116.24, 35.41 ], [ -116.24, 35.27 ], [ -116.42, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 35.41 ], [ -116.42, 35.56 ], [ -116.24, 35.56 ], [ -116.24, 35.41 ], [ -116.42, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1580 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 35.56 ], [ -116.42, 35.7 ], [ -116.24, 35.7 ], [ -116.24, 35.56 ], [ -116.42, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 35.7 ], [ -116.42, 35.85 ], [ -116.24, 35.85 ], [ -116.24, 35.7 ], [ -116.42, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 35.85 ], [ -116.42, 36.0 ], [ -116.24, 36.0 ], [ -116.24, 35.85 ], [ -116.42, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 36.0 ], [ -116.42, 36.14 ], [ -116.24, 36.14 ], [ -116.24, 36.0 ], [ -116.42, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 36.14 ], [ -116.42, 36.29 ], [ -116.24, 36.29 ], [ -116.24, 36.14 ], [ -116.42, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.42, 36.29 ], [ -116.42, 36.43 ], [ -116.24, 36.43 ], [ -116.24, 36.29 ], [ -116.42, 36.29 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 32.58 ], [ -116.24, 32.73 ], [ -116.06, 32.73 ], [ -116.06, 32.58 ], [ -116.24, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 32.73 ], [ -116.24, 32.88 ], [ -116.06, 32.88 ], [ -116.06, 32.73 ], [ -116.24, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 32.88 ], [ -116.24, 33.04 ], [ -116.06, 33.04 ], [ -116.06, 32.88 ], [ -116.24, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 33.04 ], [ -116.24, 33.19 ], [ -116.06, 33.19 ], [ -116.06, 33.04 ], [ -116.24, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1590 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 33.19 ], [ -116.24, 33.34 ], [ -116.06, 33.34 ], [ -116.06, 33.19 ], [ -116.24, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 33.34 ], [ -116.24, 33.49 ], [ -116.06, 33.49 ], [ -116.06, 33.34 ], [ -116.24, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 33.49 ], [ -116.24, 33.64 ], [ -116.06, 33.64 ], [ -116.06, 33.49 ], [ -116.24, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 33.64 ], [ -116.24, 33.79 ], [ -116.06, 33.79 ], [ -116.06, 33.64 ], [ -116.24, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 33.79 ], [ -116.24, 33.93 ], [ -116.06, 33.93 ], [ -116.06, 33.79 ], [ -116.24, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 33.93 ], [ -116.24, 34.08 ], [ -116.06, 34.08 ], [ -116.06, 33.93 ], [ -116.24, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 34.08 ], [ -116.24, 34.23 ], [ -116.06, 34.23 ], [ -116.06, 34.08 ], [ -116.24, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 34.23 ], [ -116.24, 34.38 ], [ -116.06, 34.38 ], [ -116.06, 34.23 ], [ -116.24, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 34.38 ], [ -116.24, 34.53 ], [ -116.06, 34.53 ], [ -116.06, 34.38 ], [ -116.24, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 34.53 ], [ -116.24, 34.68 ], [ -116.06, 34.68 ], [ -116.06, 34.53 ], [ -116.24, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1600 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 34.68 ], [ -116.24, 34.82 ], [ -116.06, 34.82 ], [ -116.06, 34.68 ], [ -116.24, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 34.82 ], [ -116.24, 34.97 ], [ -116.06, 34.97 ], [ -116.06, 34.82 ], [ -116.24, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 34.97 ], [ -116.24, 35.12 ], [ -116.06, 35.12 ], [ -116.06, 34.97 ], [ -116.24, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 35.12 ], [ -116.24, 35.27 ], [ -116.06, 35.27 ], [ -116.06, 35.12 ], [ -116.24, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 35.27 ], [ -116.24, 35.41 ], [ -116.06, 35.41 ], [ -116.06, 35.27 ], [ -116.24, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 35.41 ], [ -116.24, 35.56 ], [ -116.06, 35.56 ], [ -116.06, 35.41 ], [ -116.24, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 35.56 ], [ -116.24, 35.7 ], [ -116.06, 35.7 ], [ -116.06, 35.56 ], [ -116.24, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 35.7 ], [ -116.24, 35.85 ], [ -116.06, 35.85 ], [ -116.06, 35.7 ], [ -116.24, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 35.85 ], [ -116.24, 36.0 ], [ -116.06, 36.0 ], [ -116.06, 35.85 ], [ -116.24, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 36.0 ], [ -116.24, 36.14 ], [ -116.06, 36.14 ], [ -116.06, 36.0 ], [ -116.24, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1610 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.24, 36.14 ], [ -116.24, 36.29 ], [ -116.06, 36.29 ], [ -116.06, 36.14 ], [ -116.24, 36.14 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 32.58 ], [ -116.06, 32.73 ], [ -115.88, 32.73 ], [ -115.88, 32.58 ], [ -116.06, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 32.73 ], [ -116.06, 32.88 ], [ -115.88, 32.88 ], [ -115.88, 32.73 ], [ -116.06, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 32.88 ], [ -116.06, 33.04 ], [ -115.88, 33.04 ], [ -115.88, 32.88 ], [ -116.06, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 33.04 ], [ -116.06, 33.19 ], [ -115.88, 33.19 ], [ -115.88, 33.04 ], [ -116.06, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 33.19 ], [ -116.06, 33.34 ], [ -115.88, 33.34 ], [ -115.88, 33.19 ], [ -116.06, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 33.34 ], [ -116.06, 33.49 ], [ -115.88, 33.49 ], [ -115.88, 33.34 ], [ -116.06, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 33.49 ], [ -116.06, 33.64 ], [ -115.88, 33.64 ], [ -115.88, 33.49 ], [ -116.06, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 33.64 ], [ -116.06, 33.79 ], [ -115.88, 33.79 ], [ -115.88, 33.64 ], [ -116.06, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 33.79 ], [ -116.06, 33.93 ], [ -115.88, 33.93 ], [ -115.88, 33.79 ], [ -116.06, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1620 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 33.93 ], [ -116.06, 34.08 ], [ -115.88, 34.08 ], [ -115.88, 33.93 ], [ -116.06, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 34.08 ], [ -116.06, 34.23 ], [ -115.88, 34.23 ], [ -115.88, 34.08 ], [ -116.06, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 34.23 ], [ -116.06, 34.38 ], [ -115.88, 34.38 ], [ -115.88, 34.23 ], [ -116.06, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 34.38 ], [ -116.06, 34.53 ], [ -115.88, 34.53 ], [ -115.88, 34.38 ], [ -116.06, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 34.53 ], [ -116.06, 34.68 ], [ -115.88, 34.68 ], [ -115.88, 34.53 ], [ -116.06, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 34.68 ], [ -116.06, 34.82 ], [ -115.88, 34.82 ], [ -115.88, 34.68 ], [ -116.06, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 34.82 ], [ -116.06, 34.97 ], [ -115.88, 34.97 ], [ -115.88, 34.82 ], [ -116.06, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 34.97 ], [ -116.06, 35.12 ], [ -115.88, 35.12 ], [ -115.88, 34.97 ], [ -116.06, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 35.12 ], [ -116.06, 35.27 ], [ -115.88, 35.27 ], [ -115.88, 35.12 ], [ -116.06, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 35.27 ], [ -116.06, 35.41 ], [ -115.88, 35.41 ], [ -115.88, 35.27 ], [ -116.06, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1630 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 35.41 ], [ -116.06, 35.56 ], [ -115.88, 35.56 ], [ -115.88, 35.41 ], [ -116.06, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 35.56 ], [ -116.06, 35.7 ], [ -115.88, 35.7 ], [ -115.88, 35.56 ], [ -116.06, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 35.7 ], [ -116.06, 35.85 ], [ -115.88, 35.85 ], [ -115.88, 35.7 ], [ -116.06, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 35.85 ], [ -116.06, 36.0 ], [ -115.88, 36.0 ], [ -115.88, 35.85 ], [ -116.06, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.06, 36.0 ], [ -116.06, 36.14 ], [ -115.88, 36.14 ], [ -115.88, 36.0 ], [ -116.06, 36.0 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 32.58 ], [ -115.88, 32.73 ], [ -115.7, 32.73 ], [ -115.7, 32.58 ], [ -115.88, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 32.73 ], [ -115.88, 32.88 ], [ -115.7, 32.88 ], [ -115.7, 32.73 ], [ -115.88, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 32.88 ], [ -115.88, 33.04 ], [ -115.7, 33.04 ], [ -115.7, 32.88 ], [ -115.88, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 33.04 ], [ -115.88, 33.19 ], [ -115.7, 33.19 ], [ -115.7, 33.04 ], [ -115.88, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 33.19 ], [ -115.88, 33.34 ], [ -115.7, 33.34 ], [ -115.7, 33.19 ], [ -115.88, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1640 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 33.34 ], [ -115.88, 33.49 ], [ -115.7, 33.49 ], [ -115.7, 33.34 ], [ -115.88, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 33.49 ], [ -115.88, 33.64 ], [ -115.7, 33.64 ], [ -115.7, 33.49 ], [ -115.88, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 33.64 ], [ -115.88, 33.79 ], [ -115.7, 33.79 ], [ -115.7, 33.64 ], [ -115.88, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 33.79 ], [ -115.88, 33.93 ], [ -115.7, 33.93 ], [ -115.7, 33.79 ], [ -115.88, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 33.93 ], [ -115.88, 34.08 ], [ -115.7, 34.08 ], [ -115.7, 33.93 ], [ -115.88, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 34.08 ], [ -115.88, 34.23 ], [ -115.7, 34.23 ], [ -115.7, 34.08 ], [ -115.88, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 34.23 ], [ -115.88, 34.38 ], [ -115.7, 34.38 ], [ -115.7, 34.23 ], [ -115.88, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 34.38 ], [ -115.88, 34.53 ], [ -115.7, 34.53 ], [ -115.7, 34.38 ], [ -115.88, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 34.53 ], [ -115.88, 34.68 ], [ -115.7, 34.68 ], [ -115.7, 34.53 ], [ -115.88, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 34.68 ], [ -115.88, 34.82 ], [ -115.7, 34.82 ], [ -115.7, 34.68 ], [ -115.88, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1650 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 34.82 ], [ -115.88, 34.97 ], [ -115.7, 34.97 ], [ -115.7, 34.82 ], [ -115.88, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 34.97 ], [ -115.88, 35.12 ], [ -115.7, 35.12 ], [ -115.7, 34.97 ], [ -115.88, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 35.12 ], [ -115.88, 35.27 ], [ -115.7, 35.27 ], [ -115.7, 35.12 ], [ -115.88, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 35.27 ], [ -115.88, 35.41 ], [ -115.7, 35.41 ], [ -115.7, 35.27 ], [ -115.88, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 35.41 ], [ -115.88, 35.56 ], [ -115.7, 35.56 ], [ -115.7, 35.41 ], [ -115.88, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 35.56 ], [ -115.88, 35.7 ], [ -115.7, 35.7 ], [ -115.7, 35.56 ], [ -115.88, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 35.7 ], [ -115.88, 35.85 ], [ -115.7, 35.85 ], [ -115.7, 35.7 ], [ -115.88, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.88, 35.85 ], [ -115.88, 36.0 ], [ -115.7, 36.0 ], [ -115.7, 35.85 ], [ -115.88, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 32.58 ], [ -115.7, 32.73 ], [ -115.52, 32.73 ], [ -115.52, 32.58 ], [ -115.7, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 32.73 ], [ -115.7, 32.88 ], [ -115.52, 32.88 ], [ -115.52, 32.73 ], [ -115.7, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1660 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 32.88 ], [ -115.7, 33.04 ], [ -115.52, 33.04 ], [ -115.52, 32.88 ], [ -115.7, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 33.04 ], [ -115.7, 33.19 ], [ -115.52, 33.19 ], [ -115.52, 33.04 ], [ -115.7, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 33.19 ], [ -115.7, 33.34 ], [ -115.52, 33.34 ], [ -115.52, 33.19 ], [ -115.7, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 33.34 ], [ -115.7, 33.49 ], [ -115.52, 33.49 ], [ -115.52, 33.34 ], [ -115.7, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 33.49 ], [ -115.7, 33.64 ], [ -115.52, 33.64 ], [ -115.52, 33.49 ], [ -115.7, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 33.64 ], [ -115.7, 33.79 ], [ -115.52, 33.79 ], [ -115.52, 33.64 ], [ -115.7, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 33.79 ], [ -115.7, 33.93 ], [ -115.52, 33.93 ], [ -115.52, 33.79 ], [ -115.7, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 33.93 ], [ -115.7, 34.08 ], [ -115.52, 34.08 ], [ -115.52, 33.93 ], [ -115.7, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 34.08 ], [ -115.7, 34.23 ], [ -115.52, 34.23 ], [ -115.52, 34.08 ], [ -115.7, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 34.23 ], [ -115.7, 34.38 ], [ -115.52, 34.38 ], [ -115.52, 34.23 ], [ -115.7, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1670 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 34.38 ], [ -115.7, 34.53 ], [ -115.52, 34.53 ], [ -115.52, 34.38 ], [ -115.7, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 34.53 ], [ -115.7, 34.68 ], [ -115.52, 34.68 ], [ -115.52, 34.53 ], [ -115.7, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 34.68 ], [ -115.7, 34.82 ], [ -115.52, 34.82 ], [ -115.52, 34.68 ], [ -115.7, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 34.82 ], [ -115.7, 34.97 ], [ -115.52, 34.97 ], [ -115.52, 34.82 ], [ -115.7, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 34.97 ], [ -115.7, 35.12 ], [ -115.52, 35.12 ], [ -115.52, 34.97 ], [ -115.7, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 35.12 ], [ -115.7, 35.27 ], [ -115.52, 35.27 ], [ -115.52, 35.12 ], [ -115.7, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 35.27 ], [ -115.7, 35.41 ], [ -115.52, 35.41 ], [ -115.52, 35.27 ], [ -115.7, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 35.41 ], [ -115.7, 35.56 ], [ -115.52, 35.56 ], [ -115.52, 35.41 ], [ -115.7, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 35.56 ], [ -115.7, 35.7 ], [ -115.52, 35.7 ], [ -115.52, 35.56 ], [ -115.7, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 35.7 ], [ -115.7, 35.85 ], [ -115.52, 35.85 ], [ -115.52, 35.7 ], [ -115.7, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 4, "id": 1680 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.7, 35.85 ], [ -115.7, 36.0 ], [ -115.52, 36.0 ], [ -115.52, 35.85 ], [ -115.7, 35.85 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 32.58 ], [ -115.52, 32.73 ], [ -115.34, 32.73 ], [ -115.34, 32.58 ], [ -115.52, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 32.73 ], [ -115.52, 32.88 ], [ -115.34, 32.88 ], [ -115.34, 32.73 ], [ -115.52, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 32.88 ], [ -115.52, 33.04 ], [ -115.34, 33.04 ], [ -115.34, 32.88 ], [ -115.52, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 33.04 ], [ -115.52, 33.19 ], [ -115.34, 33.19 ], [ -115.34, 33.04 ], [ -115.52, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 33.19 ], [ -115.52, 33.34 ], [ -115.34, 33.34 ], [ -115.34, 33.19 ], [ -115.52, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 33.34 ], [ -115.52, 33.49 ], [ -115.34, 33.49 ], [ -115.34, 33.34 ], [ -115.52, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 33.49 ], [ -115.52, 33.64 ], [ -115.34, 33.64 ], [ -115.34, 33.49 ], [ -115.52, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 33.64 ], [ -115.52, 33.79 ], [ -115.34, 33.79 ], [ -115.34, 33.64 ], [ -115.52, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 33.79 ], [ -115.52, 33.93 ], [ -115.34, 33.93 ], [ -115.34, 33.79 ], [ -115.52, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1690 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 33.93 ], [ -115.52, 34.08 ], [ -115.34, 34.08 ], [ -115.34, 33.93 ], [ -115.52, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 34.08 ], [ -115.52, 34.23 ], [ -115.34, 34.23 ], [ -115.34, 34.08 ], [ -115.52, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 34.23 ], [ -115.52, 34.38 ], [ -115.34, 34.38 ], [ -115.34, 34.23 ], [ -115.52, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 34.38 ], [ -115.52, 34.53 ], [ -115.34, 34.53 ], [ -115.34, 34.38 ], [ -115.52, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 34.53 ], [ -115.52, 34.68 ], [ -115.34, 34.68 ], [ -115.34, 34.53 ], [ -115.52, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 34.68 ], [ -115.52, 34.82 ], [ -115.34, 34.82 ], [ -115.34, 34.68 ], [ -115.52, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 34.82 ], [ -115.52, 34.97 ], [ -115.34, 34.97 ], [ -115.34, 34.82 ], [ -115.52, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 34.97 ], [ -115.52, 35.12 ], [ -115.34, 35.12 ], [ -115.34, 34.97 ], [ -115.52, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 35.12 ], [ -115.52, 35.27 ], [ -115.34, 35.27 ], [ -115.34, 35.12 ], [ -115.52, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 35.27 ], [ -115.52, 35.41 ], [ -115.34, 35.41 ], [ -115.34, 35.27 ], [ -115.52, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1700 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 35.41 ], [ -115.52, 35.56 ], [ -115.34, 35.56 ], [ -115.34, 35.41 ], [ -115.52, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 35.56 ], [ -115.52, 35.7 ], [ -115.34, 35.7 ], [ -115.34, 35.56 ], [ -115.52, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.52, 35.7 ], [ -115.52, 35.85 ], [ -115.34, 35.85 ], [ -115.34, 35.7 ], [ -115.52, 35.7 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 32.58 ], [ -115.34, 32.73 ], [ -115.16, 32.73 ], [ -115.16, 32.58 ], [ -115.34, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 32.73 ], [ -115.34, 32.88 ], [ -115.16, 32.88 ], [ -115.16, 32.73 ], [ -115.34, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 32.88 ], [ -115.34, 33.04 ], [ -115.16, 33.04 ], [ -115.16, 32.88 ], [ -115.34, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 33.04 ], [ -115.34, 33.19 ], [ -115.16, 33.19 ], [ -115.16, 33.04 ], [ -115.34, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 33.19 ], [ -115.34, 33.34 ], [ -115.16, 33.34 ], [ -115.16, 33.19 ], [ -115.34, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 33.34 ], [ -115.34, 33.49 ], [ -115.16, 33.49 ], [ -115.16, 33.34 ], [ -115.34, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 33.49 ], [ -115.34, 33.64 ], [ -115.16, 33.64 ], [ -115.16, 33.49 ], [ -115.34, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1710 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 33.64 ], [ -115.34, 33.79 ], [ -115.16, 33.79 ], [ -115.16, 33.64 ], [ -115.34, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 33.79 ], [ -115.34, 33.93 ], [ -115.16, 33.93 ], [ -115.16, 33.79 ], [ -115.34, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 33.93 ], [ -115.34, 34.08 ], [ -115.16, 34.08 ], [ -115.16, 33.93 ], [ -115.34, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 34.08 ], [ -115.34, 34.23 ], [ -115.16, 34.23 ], [ -115.16, 34.08 ], [ -115.34, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 34.23 ], [ -115.34, 34.38 ], [ -115.16, 34.38 ], [ -115.16, 34.23 ], [ -115.34, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 34.38 ], [ -115.34, 34.53 ], [ -115.16, 34.53 ], [ -115.16, 34.38 ], [ -115.34, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 34.53 ], [ -115.34, 34.68 ], [ -115.16, 34.68 ], [ -115.16, 34.53 ], [ -115.34, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 34.68 ], [ -115.34, 34.82 ], [ -115.16, 34.82 ], [ -115.16, 34.68 ], [ -115.34, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 34.82 ], [ -115.34, 34.97 ], [ -115.16, 34.97 ], [ -115.16, 34.82 ], [ -115.34, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 34.97 ], [ -115.34, 35.12 ], [ -115.16, 35.12 ], [ -115.16, 34.97 ], [ -115.34, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1720 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 35.12 ], [ -115.34, 35.27 ], [ -115.16, 35.27 ], [ -115.16, 35.12 ], [ -115.34, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 35.27 ], [ -115.34, 35.41 ], [ -115.16, 35.41 ], [ -115.16, 35.27 ], [ -115.34, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 35.41 ], [ -115.34, 35.56 ], [ -115.16, 35.56 ], [ -115.16, 35.41 ], [ -115.34, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.34, 35.56 ], [ -115.34, 35.7 ], [ -115.16, 35.7 ], [ -115.16, 35.56 ], [ -115.34, 35.56 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 32.58 ], [ -115.16, 32.73 ], [ -114.98, 32.73 ], [ -114.98, 32.58 ], [ -115.16, 32.58 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 32.73 ], [ -115.16, 32.88 ], [ -114.98, 32.88 ], [ -114.98, 32.73 ], [ -115.16, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 32.88 ], [ -115.16, 33.04 ], [ -114.98, 33.04 ], [ -114.98, 32.88 ], [ -115.16, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 33.04 ], [ -115.16, 33.19 ], [ -114.98, 33.19 ], [ -114.98, 33.04 ], [ -115.16, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 33.19 ], [ -115.16, 33.34 ], [ -114.98, 33.34 ], [ -114.98, 33.19 ], [ -115.16, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 33.34 ], [ -115.16, 33.49 ], [ -114.98, 33.49 ], [ -114.98, 33.34 ], [ -115.16, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1730 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 33.49 ], [ -115.16, 33.64 ], [ -114.98, 33.64 ], [ -114.98, 33.49 ], [ -115.16, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 33.64 ], [ -115.16, 33.79 ], [ -114.98, 33.79 ], [ -114.98, 33.64 ], [ -115.16, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 33.79 ], [ -115.16, 33.93 ], [ -114.98, 33.93 ], [ -114.98, 33.79 ], [ -115.16, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 33.93 ], [ -115.16, 34.08 ], [ -114.98, 34.08 ], [ -114.98, 33.93 ], [ -115.16, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 34.08 ], [ -115.16, 34.23 ], [ -114.98, 34.23 ], [ -114.98, 34.08 ], [ -115.16, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 34.23 ], [ -115.16, 34.38 ], [ -114.98, 34.38 ], [ -114.98, 34.23 ], [ -115.16, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 34.38 ], [ -115.16, 34.53 ], [ -114.98, 34.53 ], [ -114.98, 34.38 ], [ -115.16, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 34.53 ], [ -115.16, 34.68 ], [ -114.98, 34.68 ], [ -114.98, 34.53 ], [ -115.16, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 34.68 ], [ -115.16, 34.82 ], [ -114.98, 34.82 ], [ -114.98, 34.68 ], [ -115.16, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 34.82 ], [ -115.16, 34.97 ], [ -114.98, 34.97 ], [ -114.98, 34.82 ], [ -115.16, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1740 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 34.97 ], [ -115.16, 35.12 ], [ -114.98, 35.12 ], [ -114.98, 34.97 ], [ -115.16, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 35.12 ], [ -115.16, 35.27 ], [ -114.98, 35.27 ], [ -114.98, 35.12 ], [ -115.16, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 35.27 ], [ -115.16, 35.41 ], [ -114.98, 35.41 ], [ -114.98, 35.27 ], [ -115.16, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -115.16, 35.41 ], [ -115.16, 35.56 ], [ -114.98, 35.56 ], [ -114.98, 35.41 ], [ -115.16, 35.41 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 32.73 ], [ -114.98, 32.88 ], [ -114.8, 32.88 ], [ -114.8, 32.73 ], [ -114.98, 32.73 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 32.88 ], [ -114.98, 33.04 ], [ -114.8, 33.04 ], [ -114.8, 32.88 ], [ -114.98, 32.88 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 33.04 ], [ -114.98, 33.19 ], [ -114.8, 33.19 ], [ -114.8, 33.04 ], [ -114.98, 33.04 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 33.19 ], [ -114.98, 33.34 ], [ -114.8, 33.34 ], [ -114.8, 33.19 ], [ -114.98, 33.19 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 33.34 ], [ -114.98, 33.49 ], [ -114.8, 33.49 ], [ -114.8, 33.34 ], [ -114.98, 33.34 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1750 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 33.49 ], [ -114.98, 33.64 ], [ -114.8, 33.64 ], [ -114.8, 33.49 ], [ -114.98, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 33.64 ], [ -114.98, 33.79 ], [ -114.8, 33.79 ], [ -114.8, 33.64 ], [ -114.98, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 33.79 ], [ -114.98, 33.93 ], [ -114.8, 33.93 ], [ -114.8, 33.79 ], [ -114.98, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 33.93 ], [ -114.98, 34.08 ], [ -114.8, 34.08 ], [ -114.8, 33.93 ], [ -114.98, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 34.08 ], [ -114.98, 34.23 ], [ -114.8, 34.23 ], [ -114.8, 34.08 ], [ -114.98, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 34.23 ], [ -114.98, 34.38 ], [ -114.8, 34.38 ], [ -114.8, 34.23 ], [ -114.98, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 34.38 ], [ -114.98, 34.53 ], [ -114.8, 34.53 ], [ -114.8, 34.38 ], [ -114.98, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 34.53 ], [ -114.98, 34.68 ], [ -114.8, 34.68 ], [ -114.8, 34.53 ], [ -114.98, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 34.68 ], [ -114.98, 34.82 ], [ -114.8, 34.82 ], [ -114.8, 34.68 ], [ -114.98, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 34.82 ], [ -114.98, 34.97 ], [ -114.8, 34.97 ], [ -114.8, 34.82 ], [ -114.98, 34.82 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1760 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 34.97 ], [ -114.98, 35.12 ], [ -114.8, 35.12 ], [ -114.8, 34.97 ], [ -114.98, 34.97 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 35.12 ], [ -114.98, 35.27 ], [ -114.8, 35.27 ], [ -114.8, 35.12 ], [ -114.98, 35.12 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.98, 35.27 ], [ -114.98, 35.41 ], [ -114.8, 35.41 ], [ -114.8, 35.27 ], [ -114.98, 35.27 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 33.49 ], [ -114.8, 33.64 ], [ -114.63, 33.64 ], [ -114.63, 33.49 ], [ -114.8, 33.49 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1770 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 33.64 ], [ -114.8, 33.79 ], [ -114.63, 33.79 ], [ -114.63, 33.64 ], [ -114.8, 33.64 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 33.79 ], [ -114.8, 33.93 ], [ -114.63, 33.93 ], [ -114.63, 33.79 ], [ -114.8, 33.79 ] ] ] } },
{ "type": "Feature", "properties": { "value": 6, "id": 1772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 33.93 ], [ -114.8, 34.08 ], [ -114.63, 34.08 ], [ -114.63, 33.93 ], [ -114.8, 33.93 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 34.08 ], [ -114.8, 34.23 ], [ -114.63, 34.23 ], [ -114.63, 34.08 ], [ -114.8, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 34.23 ], [ -114.8, 34.38 ], [ -114.63, 34.38 ], [ -114.63, 34.23 ], [ -114.8, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 34.38 ], [ -114.8, 34.53 ], [ -114.63, 34.53 ], [ -114.63, 34.38 ], [ -114.8, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 34.53 ], [ -114.8, 34.68 ], [ -114.63, 34.68 ], [ -114.63, 34.53 ], [ -114.8, 34.53 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.8, 34.68 ], [ -114.8, 34.82 ], [ -114.63, 34.82 ], [ -114.63, 34.68 ], [ -114.8, 34.68 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1790 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.63, 34.08 ], [ -114.63, 34.23 ], [ -114.45, 34.23 ], [ -114.45, 34.08 ], [ -114.63, 34.08 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.63, 34.23 ], [ -114.63, 34.38 ], [ -114.45, 34.38 ], [ -114.45, 34.23 ], [ -114.63, 34.23 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.63, 34.38 ], [ -114.63, 34.53 ], [ -114.45, 34.53 ], [ -114.45, 34.38 ], [ -114.63, 34.38 ] ] ] } },
{ "type": "Feature", "properties": { "value": 5, "id": 1798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.45, 34.23 ], [ -114.45, 34.38 ], [ -114.27, 34.38 ], [ -114.27, 34.23 ], [ -114.45, 34.23 ] ] ] } }
]
}
<!DOCTYPE html>
<html>
<head>
<title>Data Layer: Styling</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<style>
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px
}
#legend-container {
font-family: Arial, sans-serif;
background: #fff;
padding: 10px;
margin: 10px;
border: 3px solid #000;
}
#legend-container h3 {
margin-top: 0;
}
.legend-color-box {
height:20px;
width:20px;
border-radius:3px;
float:left;
border:1px solid black;
margin-right:6px;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script>
var map,
cachedGeoJson,
colorValues = [
"red", //1
"blue", //2
"green", //3
"brown", //4
"purple", //5
"pink" //6
],
invertedColorValues = [
"pink", //1
"purple", //2
"brown", //3
"green", //4
"blue", //5
"red"//6
],
infoWindow = new google.maps.InfoWindow({
content: ""
});
google.maps.event.addDomListener(window, 'load', function initialize() {
//create the map
map = new google.maps.Map(document.getElementById('map-canvas'), {
zoom: 6,
center: {lat: 37.5, lng: -119.0},
scrollwheel: false
});
// Load GeoJSON.
var promise = $.getJSON("california_nad83_zones_min.geojson"); //same as map.data.loadGeoJson();
promise.then(function(data){
cachedGeoJson = data; //save the geojson in case we want to update its values
map.data.addGeoJson(cachedGeoJson,{idPropertyName:"id"});
});
//style fucntions
var setColorStyleFn = function(feature) {
return {
fillColor: colorValues[feature.getProperty('value')],
strokeWeight: 1
};
},
//an inverted style fn
setInvertedColorStyleFn = function(feature) {
return {
fillColor: invertedColorValues[feature.getProperty('value')],
strokeWeight: 1
};
};
// Set the stroke width, and fill color for each polygon, with default colors at first
map.data.setStyle(setColorStyleFn);
//get the legend container, create a legend, add a legend renderer fn
var $legendContainer = $('#legend-container'),
$legend = $('<div id="legend">').appendTo($legendContainer),
renderLegend = function(colorValuesArray){
$legend.empty();
$.each(colorValuesArray,function(index, val){
var $div = $('<div style="height:25px;">').append($('<div class="legend-color-box">').css({
backgroundColor:val,
})).append($("<span>").css("lineHeight","23px").html("Zone " + index));
$legend.append($div);
});
}
//make a legend for the first time
renderLegend(colorValues);
//make a toggle button for color values
var $toggleColorsButton = $("<button>").html("Toggle Colors").click(function(){
if(map.data.getStyle() === setColorStyleFn){
map.data.setStyle(setInvertedColorStyleFn);
renderLegend(invertedColorValues);
} else {
map.data.setStyle(setColorStyleFn);
renderLegend(colorValues);
}
});
//add it to the legend
$legendContainer.append($toggleColorsButton);
//add the legend to the map
map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push($legendContainer[0]);
//listen for click events
map.data.addListener('click', function(event) {
//show an infowindow on click
infoWindow.setContent('<div style="line-height:1.35;overflow:hidden;white-space:nowrap;"> Feature id = '+
event.feature.getId() +"<br/>Feature Value = Zone " + event.feature.getProperty("value") + "</div>");
var anchor = new google.maps.MVCObject();
anchor.set("position",event.latLng);
infoWindow.open(map,anchor);
});
});
</script>
</head>
<body>
<div id="map-canvas"></div>
<div id="legend-container"><h3>Legend</h3></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment