diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e207a9544..eb77a72c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,8 @@ jobs: cargo test --doc env: DATABASE_URL: postgres://${{ env.PGUSER }}:${{ env.PGUSER }}@${{ env.PGHOST }}:${{ job.services.postgres.ports[5432] }}/${{ env.PGDATABASE }}?sslmode=require + AWS_NO_CREDENTIALS: 1 + AWS_REGION: eu-central-1 docker-build-test: name: Build and test docker images @@ -571,6 +573,8 @@ jobs: cargo clean env: DATABASE_URL: postgres://${{ env.PGUSER }}:${{ env.PGUSER }}@${{ env.PGHOST }}:${{ job.services.postgres.ports[5432] }}/${{ env.PGDATABASE }}?sslmode=${{ matrix.sslmode }} + AWS_NO_CREDENTIALS: 1 + AWS_REGION: eu-central-1 - name: Save test output (on error) if: failure() uses: actions/upload-artifact@v4 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4caa04ba7..eeb87387f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -55,6 +55,8 @@ jobs: run: cargo llvm-cov --all-features --workspace --codecov --output-path codecov.info env: DATABASE_URL: postgres://${{ env.PGUSER }}@${{ env.PGHOST }}:${{ job.services.postgres.ports[5432] }}/${{ env.PGDATABASE }} + AWS_NO_CREDENTIALS: 1 + AWS_REGION: eu-central-1 - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: diff --git a/Cargo.lock b/Cargo.lock index 560e02448..1801f239f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -54,7 +54,7 @@ dependencies = [ "flate2", "foldhash", "futures-core", - "h2", + "h2 0.3.26", "http 0.2.12", "httparse", "httpdate", @@ -252,9 +252,9 @@ dependencies = [ [[package]] name = "aligned-vec" -version = "0.6.2" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af15ccceeacb9304119d97925de463bc97ae3555ee8dc8056f67b119f66e5934" +checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" dependencies = [ "equator", ] @@ -380,9 +380,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "async-compression" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861" +checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2" dependencies = [ "flate2", "futures-core", @@ -426,9 +426,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.87" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", @@ -444,12 +444,60 @@ dependencies = [ "num-traits", ] +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + [[package]] name = "autocfg" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" +[[package]] +name = "aws-config" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a84fe2c5e9965fba0fbc2001db252f1d57527d82a905cca85127df227bca748" +dependencies = [ + "aws-credential-types", + "aws-runtime", + "aws-sdk-sso", + "aws-sdk-ssooidc", + "aws-sdk-sts", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", + "bytes", + "fastrand", + "hex", + "http 1.3.1", + "ring", + "time", + "tokio", + "tracing", + "url", + "zeroize", +] + +[[package]] +name = "aws-credential-types" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14" +dependencies = [ + "aws-smithy-async", + "aws-smithy-runtime-api", + "aws-smithy-types", + "zeroize", +] + [[package]] name = "aws-lc-rs" version = "1.12.6" @@ -462,9 +510,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2" +checksum = "77926887776171ced7d662120a75998e444d3750c951abfe07f90da130514b1f" dependencies = [ "bindgen", "cc", @@ -473,6 +521,366 @@ dependencies = [ "fs_extra", ] +[[package]] +name = "aws-runtime" +version = "1.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad" +dependencies = [ + "aws-credential-types", + "aws-sigv4", + "aws-smithy-async", + "aws-smithy-eventstream", + "aws-smithy-http", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", + "bytes", + "fastrand", + "http 0.2.12", + "http-body 0.4.6", + "once_cell", + "percent-encoding", + "pin-project-lite", + "tracing", + "uuid", +] + +[[package]] +name = "aws-sdk-s3" +version = "1.79.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8f63ba8f5fca32061c7d62d866ef65470edde38d4c5f8a0ebb8ff40a0521e1c" +dependencies = [ + "aws-credential-types", + "aws-runtime", + "aws-sigv4", + "aws-smithy-async", + "aws-smithy-checksums", + "aws-smithy-eventstream", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-smithy-xml", + "aws-types", + "bytes", + "fastrand", + "hex", + "hmac", + "http 0.2.12", + "http 1.3.1", + "http-body 0.4.6", + "lru", + "once_cell", + "percent-encoding", + "regex-lite", + "sha2", + "tracing", + "url", +] + +[[package]] +name = "aws-sdk-sso" +version = "1.62.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d5330ad4e8a1ff49e9f26b738611caa72b105c41d41733801d1a36e8f9de936" +dependencies = [ + "aws-credential-types", + "aws-runtime", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", + "bytes", + "http 0.2.12", + "once_cell", + "regex-lite", + "tracing", +] + +[[package]] +name = "aws-sdk-ssooidc" +version = "1.63.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7956b1a85d49082347a7d17daa2e32df191f3e23c03d47294b99f95413026a78" +dependencies = [ + "aws-credential-types", + "aws-runtime", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", + "bytes", + "http 0.2.12", + "once_cell", + "regex-lite", + "tracing", +] + +[[package]] +name = "aws-sdk-sts" +version = "1.63.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "065c533fbe6f84962af33fcf02b0350b7c1f79285baab5924615d2be3b232855" +dependencies = [ + "aws-credential-types", + "aws-runtime", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-query", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-smithy-xml", + "aws-types", + "http 0.2.12", + "once_cell", + "regex-lite", + "tracing", +] + +[[package]] +name = "aws-sigv4" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db" +dependencies = [ + "aws-credential-types", + "aws-smithy-eventstream", + "aws-smithy-http", + "aws-smithy-runtime-api", + "aws-smithy-types", + "bytes", + "crypto-bigint 0.5.5", + "form_urlencoded", + "hex", + "hmac", + "http 0.2.12", + "http 1.3.1", + "once_cell", + "p256", + "percent-encoding", + "ring", + "sha2", + "subtle", + "time", + "tracing", + "zeroize", +] + +[[package]] +name = "aws-smithy-async" +version = "1.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "aws-smithy-checksums" +version = "0.63.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0" +dependencies = [ + "aws-smithy-http", + "aws-smithy-types", + "bytes", + "crc32c", + "crc32fast", + "crc64fast-nvme", + "hex", + "http 0.2.12", + "http-body 0.4.6", + "md-5", + "pin-project-lite", + "sha1", + "sha2", + "tracing", +] + +[[package]] +name = "aws-smithy-eventstream" +version = "0.60.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a" +dependencies = [ + "aws-smithy-types", + "bytes", + "crc32fast", +] + +[[package]] +name = "aws-smithy-http" +version = "0.62.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166" +dependencies = [ + "aws-smithy-eventstream", + "aws-smithy-runtime-api", + "aws-smithy-types", + "bytes", + "bytes-utils", + "futures-core", + "http 0.2.12", + "http 1.3.1", + "http-body 0.4.6", + "once_cell", + "percent-encoding", + "pin-project-lite", + "pin-utils", + "tracing", +] + +[[package]] +name = "aws-smithy-http-client" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0497ef5d53065b7cd6a35e9c1654bd1fefeae5c52900d91d1b188b0af0f29324" +dependencies = [ + "aws-smithy-async", + "aws-smithy-runtime-api", + "aws-smithy-types", + "h2 0.4.8", + "http 0.2.12", + "http 1.3.1", + "http-body 0.4.6", + "hyper 0.14.32", + "hyper 1.6.0", + "hyper-rustls 0.24.2", + "hyper-rustls 0.27.5", + "hyper-util", + "pin-project-lite", + "rustls 0.21.12", + "rustls 0.23.23", + "rustls-native-certs 0.8.1", + "rustls-pki-types", + "tokio", + "tower 0.5.2", + "tracing", +] + +[[package]] +name = "aws-smithy-json" +version = "0.61.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07" +dependencies = [ + "aws-smithy-types", +] + +[[package]] +name = "aws-smithy-query" +version = "0.60.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb" +dependencies = [ + "aws-smithy-types", + "urlencoding", +] + +[[package]] +name = "aws-smithy-runtime" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6328865e36c6fd970094ead6b05efd047d3a80ec5fc3be5e743910da9f2ebf8" +dependencies = [ + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-http-client", + "aws-smithy-runtime-api", + "aws-smithy-types", + "bytes", + "fastrand", + "http 0.2.12", + "http 1.3.1", + "http-body 0.4.6", + "http-body 1.0.1", + "once_cell", + "pin-project-lite", + "pin-utils", + "tokio", + "tracing", +] + +[[package]] +name = "aws-smithy-runtime-api" +version = "1.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f" +dependencies = [ + "aws-smithy-async", + "aws-smithy-types", + "bytes", + "http 0.2.12", + "http 1.3.1", + "pin-project-lite", + "tokio", + "tracing", + "zeroize", +] + +[[package]] +name = "aws-smithy-types" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f" +dependencies = [ + "base64-simd", + "bytes", + "bytes-utils", + "futures-core", + "http 0.2.12", + "http 1.3.1", + "http-body 0.4.6", + "http-body 1.0.1", + "http-body-util", + "itoa", + "num-integer", + "pin-project-lite", + "pin-utils", + "ryu", + "serde", + "time", + "tokio", + "tokio-util", +] + +[[package]] +name = "aws-smithy-xml" +version = "0.60.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc" +dependencies = [ + "xmlparser", +] + +[[package]] +name = "aws-types" +version = "1.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125" +dependencies = [ + "aws-credential-types", + "aws-smithy-async", + "aws-smithy-runtime-api", + "aws-smithy-types", + "rustc_version", + "tracing", +] + [[package]] name = "backtrace" version = "0.3.74" @@ -488,6 +896,12 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "base16ct" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" + [[package]] name = "base64" version = "0.13.1" @@ -506,11 +920,21 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64-simd" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" +dependencies = [ + "outref", + "vsimd", +] + [[package]] name = "base64ct" -version = "1.7.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb97d56060ee67d285efb8001fec9d2a4c710c32efd2e14b5cbb5ba71930fc2d" +checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "bindgen" @@ -599,18 +1023,18 @@ dependencies = [ "futures-util", "hex", "home", - "http 1.3.0", + "http 1.3.1", "http-body-util", "hyper 1.6.0", "hyper-named-pipe", - "hyper-rustls", + "hyper-rustls 0.27.5", "hyper-util", "hyperlocal", "log", "pin-project-lite", - "rustls", - "rustls-native-certs", - "rustls-pemfile", + "rustls 0.23.23", + "rustls-native-certs 0.8.1", + "rustls-pemfile 2.2.0", "rustls-pki-types", "serde", "serde_derive", @@ -708,6 +1132,16 @@ version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +[[package]] +name = "bytes-utils" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" +dependencies = [ + "bytes", + "either", +] + [[package]] name = "bytestring" version = "1.4.0" @@ -932,6 +1366,16 @@ dependencies = [ "version_check", ] +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "core-foundation" version = "0.10.0" @@ -981,6 +1425,15 @@ version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" +[[package]] +name = "crc32c" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" +dependencies = [ + "rustc_version", +] + [[package]] name = "crc32fast" version = "1.4.2" @@ -990,6 +1443,15 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "crc64fast-nvme" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3" +dependencies = [ + "crc", +] + [[package]] name = "criterion" version = "0.5.1" @@ -1083,6 +1545,28 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" +[[package]] +name = "crypto-bigint" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" +dependencies = [ + "generic-array 0.14.7", + "rand_core 0.6.4", + "subtle", + "zeroize", +] + +[[package]] +name = "crypto-bigint" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" +dependencies = [ + "rand_core 0.6.4", + "subtle", +] + [[package]] name = "crypto-common" version = "0.1.6" @@ -1204,9 +1688,19 @@ dependencies = [ name = "debugid" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" +checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" +dependencies = [ + "uuid", +] + +[[package]] +name = "der" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" dependencies = [ - "uuid", + "const-oid", + "zeroize", ] [[package]] @@ -1344,6 +1838,18 @@ version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" +[[package]] +name = "ecdsa" +version = "0.14.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" +dependencies = [ + "der 0.6.1", + "elliptic-curve", + "rfc6979", + "signature 1.6.4", +] + [[package]] name = "either" version = "1.15.0" @@ -1353,6 +1859,26 @@ dependencies = [ "serde", ] +[[package]] +name = "elliptic-curve" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" +dependencies = [ + "base16ct", + "crypto-bigint 0.4.9", + "der 0.6.1", + "digest", + "ff", + "generic-array 0.14.7", + "group", + "pkcs8 0.9.0", + "rand_core 0.6.4", + "sec1", + "subtle", + "zeroize", +] + [[package]] name = "encode_unicode" version = "1.0.0" @@ -1524,6 +2050,16 @@ dependencies = [ "simd-adler32", ] +[[package]] +name = "ff" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" +dependencies = [ + "rand_core 0.6.4", + "subtle", +] + [[package]] name = "filetime" version = "0.2.25" @@ -1607,9 +2143,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fontconfig-parser" @@ -1874,6 +2410,17 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +[[package]] +name = "group" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" +dependencies = [ + "ff", + "rand_core 0.6.4", + "subtle", +] + [[package]] name = "h2" version = "0.3.26" @@ -1893,11 +2440,30 @@ dependencies = [ "tracing", ] +[[package]] +name = "h2" +version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.3.1", + "indexmap 2.8.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "half" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" +checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1" dependencies = [ "cfg-if", "crunchy", @@ -2017,9 +2583,9 @@ dependencies = [ [[package]] name = "http" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a761d192fbf18bdef69f5ceedd0d1333afcbda0ee23840373b8317570d23c65" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -2044,7 +2610,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.0", + "http 1.3.1", ] [[package]] @@ -2055,7 +2621,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.0", + "http 1.3.1", "http-body 1.0.1", "pin-project-lite", ] @@ -2082,6 +2648,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", + "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", "httparse", @@ -2104,7 +2671,8 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.3.0", + "h2 0.4.8", + "http 1.3.1", "http-body 1.0.1", "httparse", "httpdate", @@ -2130,6 +2698,22 @@ dependencies = [ "winapi", ] +[[package]] +name = "hyper-rustls" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" +dependencies = [ + "futures-util", + "http 0.2.12", + "hyper 0.14.32", + "log", + "rustls 0.21.12", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", +] + [[package]] name = "hyper-rustls" version = "0.27.5" @@ -2137,14 +2721,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", - "http 1.3.0", + "http 1.3.1", "hyper 1.6.0", "hyper-util", - "rustls", - "rustls-native-certs", + "rustls 0.23.23", + "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls", + "tokio-rustls 0.26.2", "tower-service", ] @@ -2157,7 +2741,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.3.0", + "http 1.3.1", "http-body 1.0.1", "hyper 1.6.0", "pin-project-lite", @@ -2661,7 +3245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -2706,9 +3290,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9" +checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" [[package]] name = "litemap" @@ -2768,6 +3352,15 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "lru" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" +dependencies = [ + "hashbrown 0.15.2", +] + [[package]] name = "martin" version = "0.15.0" @@ -2779,6 +3372,7 @@ dependencies = [ "actix-web-static-files", "anyhow", "async-trait", + "aws-config", "bit-set", "clap", "criterion", @@ -2807,9 +3401,9 @@ dependencies = [ "pprof", "regex", "rstest", - "rustls", - "rustls-native-certs", - "rustls-pemfile", + "rustls 0.23.23", + "rustls-native-certs 0.8.1", + "rustls-pemfile 2.2.0", "semver", "serde", "serde_json", @@ -3163,9 +3757,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad" +checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" [[package]] name = "oorandom" @@ -3179,6 +3773,12 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" +[[package]] +name = "outref" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" + [[package]] name = "overload" version = "0.1.1" @@ -3203,6 +3803,17 @@ dependencies = [ "zopfli", ] +[[package]] +name = "p256" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" +dependencies = [ + "ecdsa", + "elliptic-curve", + "sha2", +] + [[package]] name = "parking" version = "2.2.1" @@ -3391,9 +4002,19 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" dependencies = [ - "der", - "pkcs8", - "spki", + "der 0.7.9", + "pkcs8 0.10.2", + "spki 0.7.3", +] + +[[package]] +name = "pkcs8" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" +dependencies = [ + "der 0.6.1", + "spki 0.6.0", ] [[package]] @@ -3402,8 +4023,8 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der", - "spki", + "der 0.7.9", + "spki 0.7.3", ] [[package]] @@ -3447,6 +4068,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d18dabde2a77b24221be77404aa1adb4998715447abf4b6d87d550d6a9f4df75" dependencies = [ "async-compression", + "aws-sdk-s3", "bytes", "fmmap", "hilbert_2d", @@ -3595,9 +4217,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.30" +version = "0.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1ccf34da56fc294e7d4ccf69a85992b7dfb826b7cf57bac6a70bba3494cc08a" +checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb" dependencies = [ "proc-macro2", "syn 2.0.100", @@ -3760,7 +4382,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.1.1", - "rustls", + "rustls 0.23.23", "socket2", "thiserror 2.0.12", "tokio", @@ -3778,7 +4400,7 @@ dependencies = [ "rand 0.8.5", "ring", "rustc-hash 2.1.1", - "rustls", + "rustls 0.23.23", "rustls-pki-types", "slab", "thiserror 2.0.12", @@ -3803,9 +4425,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.39" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ "proc-macro2", ] @@ -3984,19 +4606,19 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "reqwest" -version = "0.12.12" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" +checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254" dependencies = [ "base64 0.22.1", "bytes", "futures-core", "futures-util", - "http 1.3.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", "hyper 1.6.0", - "hyper-rustls", + "hyper-rustls 0.27.5", "hyper-util", "ipnet", "js-sys", @@ -4006,16 +4628,16 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls", - "rustls-native-certs", - "rustls-pemfile", + "rustls 0.23.23", + "rustls-native-certs 0.8.1", + "rustls-pemfile 2.2.0", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", "sync_wrapper", "tokio", - "tokio-rustls", + "tokio-rustls 0.26.2", "tower 0.5.2", "tower-service", "url", @@ -4042,6 +4664,17 @@ dependencies = [ "usvg", ] +[[package]] +name = "rfc6979" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" +dependencies = [ + "crypto-bigint 0.4.9", + "hmac", + "zeroize", +] + [[package]] name = "rgb" version = "0.8.50" @@ -4053,9 +4686,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.13" +version = "0.17.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", @@ -4082,9 +4715,9 @@ checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" [[package]] name = "rsa" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" +checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" dependencies = [ "const-oid", "digest", @@ -4092,10 +4725,10 @@ dependencies = [ "num-integer", "num-traits", "pkcs1", - "pkcs8", + "pkcs8 0.10.2", "rand_core 0.6.4", - "signature", - "spki", + "signature 2.2.0", + "spki 0.7.3", "subtle", "zeroize", ] @@ -4193,10 +4826,22 @@ dependencies = [ "bitflags 2.9.0", "errno", "libc", - "linux-raw-sys 0.9.2", + "linux-raw-sys 0.9.3", "windows-sys 0.59.0", ] +[[package]] +name = "rustls" +version = "0.21.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" +dependencies = [ + "log", + "ring", + "rustls-webpki 0.101.7", + "sct", +] + [[package]] name = "rustls" version = "0.23.23" @@ -4208,11 +4853,23 @@ dependencies = [ "once_cell", "ring", "rustls-pki-types", - "rustls-webpki", + "rustls-webpki 0.102.8", "subtle", "zeroize", ] +[[package]] +name = "rustls-native-certs" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" +dependencies = [ + "openssl-probe", + "rustls-pemfile 1.0.4", + "schannel", + "security-framework 2.11.1", +] + [[package]] name = "rustls-native-certs" version = "0.8.1" @@ -4222,7 +4879,16 @@ dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework", + "security-framework 3.2.0", +] + +[[package]] +name = "rustls-pemfile" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" +dependencies = [ + "base64 0.21.7", ] [[package]] @@ -4243,6 +4909,16 @@ dependencies = [ "web-time", ] +[[package]] +name = "rustls-webpki" +version = "0.101.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" +dependencies = [ + "ring", + "untrusted", +] + [[package]] name = "rustls-webpki" version = "0.102.8" @@ -4313,6 +4989,16 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" +[[package]] +name = "sct" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" +dependencies = [ + "ring", + "untrusted", +] + [[package]] name = "sdf_glyph_renderer" version = "1.0.1" @@ -4323,6 +5009,33 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "sec1" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" +dependencies = [ + "base16ct", + "der 0.6.1", + "generic-array 0.14.7", + "pkcs8 0.9.0", + "subtle", + "zeroize", +] + +[[package]] +name = "security-framework" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" +dependencies = [ + "bitflags 2.9.0", + "core-foundation 0.9.4", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + [[package]] name = "security-framework" version = "3.2.0" @@ -4330,7 +5043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" dependencies = [ "bitflags 2.9.0", - "core-foundation", + "core-foundation 0.10.0", "core-foundation-sys", "libc", "security-framework-sys", @@ -4517,6 +5230,16 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" +dependencies = [ + "digest", + "rand_core 0.6.4", +] + [[package]] name = "signature" version = "2.2.0" @@ -4616,6 +5339,16 @@ dependencies = [ "lock_api", ] +[[package]] +name = "spki" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" +dependencies = [ + "base64ct", + "der 0.6.1", +] + [[package]] name = "spki" version = "0.7.3" @@ -4623,7 +5356,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", - "der", + "der 0.7.9", ] [[package]] @@ -5055,11 +5788,10 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.18.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" +checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" dependencies = [ - "cfg-if", "fastrand", "getrandom 0.3.1", "once_cell", @@ -5354,20 +6086,30 @@ checksum = "27d684bad428a0f2481f42241f821db42c54e2dc81d8c00db8536c506b0a0144" dependencies = [ "const-oid", "ring", - "rustls", + "rustls 0.23.23", "tokio", "tokio-postgres", - "tokio-rustls", + "tokio-rustls 0.26.2", "x509-cert", ] +[[package]] +name = "tokio-rustls" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" +dependencies = [ + "rustls 0.21.12", + "tokio", +] + [[package]] name = "tokio-rustls" version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ - "rustls", + "rustls 0.23.23", "tokio", ] @@ -5399,9 +6141,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" +checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" dependencies = [ "bytes", "futures-core", @@ -5657,6 +6399,12 @@ dependencies = [ "serde", ] +[[package]] +name = "urlencoding" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" + [[package]] name = "usvg" version = "0.36.0" @@ -5738,9 +6486,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.15.1" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" +checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" dependencies = [ "getrandom 0.3.1", ] @@ -5769,6 +6517,12 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" +[[package]] +name = "vsimd" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" + [[package]] name = "walkdir" version = "2.5.0" @@ -5987,8 +6741,8 @@ checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" dependencies = [ "windows-implement", "windows-interface", - "windows-result", - "windows-strings", + "windows-result 0.2.0", + "windows-strings 0.1.0", "windows-targets 0.52.6", ] @@ -6022,13 +6776,13 @@ checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3" [[package]] name = "windows-registry" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" dependencies = [ - "windows-result", - "windows-strings", - "windows-targets 0.52.6", + "windows-result 0.3.1", + "windows-strings 0.3.1", + "windows-targets 0.53.0", ] [[package]] @@ -6040,16 +6794,34 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-result" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-strings" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" dependencies = [ - "windows-result", + "windows-result 0.2.0", "windows-targets 0.52.6", ] +[[package]] +name = "windows-strings" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-sys" version = "0.48.0" @@ -6101,13 +6873,29 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", + "windows_i686_gnullvm 0.52.6", "windows_i686_msvc 0.52.6", "windows_x86_64_gnu 0.52.6", "windows_x86_64_gnullvm 0.52.6", "windows_x86_64_msvc 0.52.6", ] +[[package]] +name = "windows-targets" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" +dependencies = [ + "windows_aarch64_gnullvm 0.53.0", + "windows_aarch64_msvc 0.53.0", + "windows_i686_gnu 0.53.0", + "windows_i686_gnullvm 0.53.0", + "windows_i686_msvc 0.53.0", + "windows_x86_64_gnu 0.53.0", + "windows_x86_64_gnullvm 0.53.0", + "windows_x86_64_msvc 0.53.0", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.48.5" @@ -6120,6 +6908,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + [[package]] name = "windows_aarch64_msvc" version = "0.48.5" @@ -6132,6 +6926,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + [[package]] name = "windows_i686_gnu" version = "0.48.5" @@ -6144,12 +6944,24 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +[[package]] +name = "windows_i686_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + [[package]] name = "windows_i686_msvc" version = "0.48.5" @@ -6162,6 +6974,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +[[package]] +name = "windows_i686_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + [[package]] name = "windows_x86_64_gnu" version = "0.48.5" @@ -6174,6 +6992,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + [[package]] name = "windows_x86_64_gnullvm" version = "0.48.5" @@ -6186,6 +7010,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + [[package]] name = "windows_x86_64_msvc" version = "0.48.5" @@ -6198,11 +7028,17 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" +[[package]] +name = "windows_x86_64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" + [[package]] name = "winnow" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1" +checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36" dependencies = [ "memchr", ] @@ -6244,8 +7080,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" dependencies = [ "const-oid", - "der", - "spki", + "der 0.7.9", + "spki 0.7.3", "tls_codec", ] diff --git a/Cargo.toml b/Cargo.toml index dfe030d08..051612ce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,7 @@ actix-web-static-files = "4" anyhow = "1.0" approx = "0.5.1" async-trait = "0.1" +aws-config = { version = "1.5.10", features = ["behavior-version-latest"] } bit-set = "0.8" brotli = ">=5, <8" clap = { version = "4", features = ["derive", "unstable-markdown"] } @@ -58,7 +59,7 @@ md5 = "0.7.0" moka = { version = "0.12", features = ["future"] } num_cpus = "1" pbf_font_tools = { version = "2.5.1", features = ["freetype"] } -pmtiles = { version = "0.11", features = ["http-async", "mmap-async-tokio", "tilejson", "reqwest-rustls-tls-native-roots"] } +pmtiles = { version = "0.11", features = ["http-async", "mmap-async-tokio", "tilejson", "reqwest-rustls-tls-native-roots", "aws-s3-async"] } png = "0.17.14" postgis = "0.9" postgres = { version = "0.19", features = ["with-time-0_3", "with-uuid-1", "with-serde_json-1"] } diff --git a/docs/src/sources-files.md b/docs/src/sources-files.md index c755794f5..688cbd58b 100644 --- a/docs/src/sources-files.md +++ b/docs/src/sources-files.md @@ -10,3 +10,32 @@ martin /path/to/mbtiles/file.mbtiles /path/to/directory https://example.org/ You may also want to generate a [config file](config-file.md) using the `--save-config my-config.yaml`, and later edit it and use it with `--config my-config.yaml` option. + +## PMTiles S3 + +Martin supports authenticated S3 sources using environment variables. + +By default, the credentials try for default profile or environment variables. Environment variables that can to be set: + +- `AWS_ACCESS_KEY_ID` +- `AWS_SECRET_ACCESS_KEY` +- `AWS_SESSION_TOKEN` +- `AWS_PROFILE` (to specify profile instead of access key variables) +- `AWS_REGION` + +Note: `AWS_REGION` must match the region of the given bucket in the S3 URI. + +For more information on AWS credentials, see [documentation](https://docs.aws.amazon.com/sdkref/latest/guide/creds-config-files.html). + +### Anonymous credentials + +To send requests anonymously for publicly available buckets, set the environment variable `AWS_NO_CREDENTIALS=1`. +Note that you still need to set `AWS_REGION` to the correct region. + +Example configuration: + +```yaml +pmtiles: + sources: + tiles: s3://bucket/path/to/tiles.pmtiles +``` diff --git a/justfile b/justfile index fcc45b92d..944d50f0c 100755 --- a/justfile +++ b/justfile @@ -11,6 +11,10 @@ PGPORT := "5411" export DATABASE_URL := "postgres://postgres:postgres@localhost:" + PGPORT + "/db" + (if PGPARAMS != "" { "?" + PGPARAMS } else { "" }) export CARGO_TERM_COLOR := "always" +# Set AWS variables for testing pmtiles from S3 +export AWS_NO_CREDENTIALS := "1" +export AWS_REGION := "eu-central-1" + #export RUST_LOG := "debug" #export RUST_LOG := "sqlx::query=info,trace" #export RUST_BACKTRACE := "1" diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 6dc5a5dd7..8ce5362ce 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -70,6 +70,7 @@ actix-rt.workspace = true actix-web-static-files = { workspace = true, optional = true } actix-web.workspace = true async-trait.workspace = true +aws-config.workspace = true bit-set = { workspace = true, optional = true } clap.workspace = true dashmap.workspace = true diff --git a/martin/src/args/root.rs b/martin/src/args/root.rs index b3f625524..0ccb852dd 100644 --- a/martin/src/args/root.rs +++ b/martin/src/args/root.rs @@ -137,9 +137,9 @@ impl Args { #[cfg(any(feature = "pmtiles", feature = "mbtiles", feature = "cog"))] fn is_url(s: &str, extension: &[&str]) -> bool { - if s.starts_with("http") { + if s.starts_with("http") || s.starts_with("s3") { if let Ok(url) = url::Url::parse(s) { - if url.scheme() == "http" || url.scheme() == "https" { + if ["http", "https", "s3"].contains(&url.scheme()) { if let Some(ext) = url.path().rsplit('.').next() { return extension.contains(&ext); } diff --git a/martin/src/file_config.rs b/martin/src/file_config.rs index 7f6c2e43d..3c446625a 100644 --- a/martin/src/file_config.rs +++ b/martin/src/file_config.rs @@ -39,11 +39,14 @@ pub enum FileError { #[error(r"Unable to parse metadata in file {1}: {0}")] InvalidUrlMetadata(String, Url), + #[error(r"Error occurred in processing S3 source uri: {0}")] + S3SourceError(String), + #[error(r"Unable to acquire connection to file: {0}")] AcquireConnError(String), #[cfg(feature = "pmtiles")] - #[error(r"PMTiles error {0} processing {1}")] + #[error(r"PMTiles error {0:?} processing {1}")] PmtError(pmtiles::PmtError, String), #[cfg(feature = "cog")] @@ -387,7 +390,7 @@ fn parse_url(is_enabled: bool, path: &Path) -> Result, FileError> { return Ok(None); } path.to_str() - .filter(|v| v.starts_with("http://") || v.starts_with("https://")) + .filter(|v| v.starts_with("http://") || v.starts_with("https://") || v.starts_with("s3://")) .map(|v| Url::parse(v).map_err(|e| InvalidSourceUrl(e, v.to_string()))) .transpose() } diff --git a/martin/src/pmtiles/mod.rs b/martin/src/pmtiles/mod.rs index d4f66fc7e..376c7be33 100644 --- a/martin/src/pmtiles/mod.rs +++ b/martin/src/pmtiles/mod.rs @@ -10,9 +10,10 @@ use async_trait::async_trait; use log::{trace, warn}; use martin_tile_utils::{Encoding, Format, TileCoord, TileInfo}; use pmtiles::async_reader::AsyncPmTilesReader; +use pmtiles::aws_sdk_s3::Client as S3Client; use pmtiles::cache::{DirCacheResult, DirectoryCache}; use pmtiles::reqwest::Client; -use pmtiles::{Compression, Directory, HttpBackend, MmapBackend, TileType}; +use pmtiles::{AwsS3Backend, Compression, Directory, HttpBackend, MmapBackend, TileType}; use serde::{Deserialize, Serialize}; use tilejson::TileJSON; use url::Url; @@ -143,15 +144,20 @@ impl SourceConfigExtras for PmtConfig { } async fn new_sources_url(&self, id: String, url: Url) -> FileResult { - Ok(Box::new( - PmtHttpSource::new( - self.client.clone().unwrap(), - self.new_cached_source(), - id, - url, - ) - .await?, - )) + match url.scheme() { + "s3" => Ok(Box::new( + PmtS3Source::new(self.new_cached_source(), id, url).await?, + )), + _ => Ok(Box::new( + PmtHttpSource::new( + self.client.clone().unwrap(), + self.new_cached_source(), + id, + url, + ) + .await?, + )), + } } } @@ -297,6 +303,37 @@ impl PmtHttpSource { } } +impl_pmtiles_source!(PmtS3Source, AwsS3Backend, Url, identity, InvalidUrlMetadata); + +impl PmtS3Source { + pub async fn new(cache: PmtCache, id: String, url: Url) -> FileResult { + // Construct AWS SDK client + // If one wishes to use anonymous requests, set the AWS_NO_CREDENTIALS=1 env variable. + let client = if std::env::var("AWS_NO_CREDENTIALS").unwrap_or_default() == "1" { + S3Client::new(&aws_config::from_env().no_credentials().load().await) + } else { + S3Client::new(&aws_config::load_from_env().await) + }; + + let bucket = url + .host_str() + .ok_or_else(|| { + FileError::S3SourceError(format!("failed to parse bucket name from {url}")) + })? + .to_string(); + + // Strip leading '/' from key + let key = url.path()[1..].to_string(); + + let reader = + AsyncPmTilesReader::new_with_cached_client_bucket_and_path(cache, client, bucket, key) + .await + .map_err(|e| FileError::PmtError(e, url.to_string()))?; + + Self::new_int(id, url, reader).await + } +} + impl_pmtiles_source!( PmtFileSource, MmapBackend, diff --git a/martin/tests/pmt_server_test.rs b/martin/tests/pmt_server_test.rs index e9ad729f8..69ad18873 100644 --- a/martin/tests/pmt_server_test.rs +++ b/martin/tests/pmt_server_test.rs @@ -40,6 +40,7 @@ const CONFIG: &str = indoc! {" pmtiles: sources: p_png: ../tests/fixtures/pmtiles/stamen_toner__raster_CC-BY+ODbL_z3.pmtiles + s3: s3://pmtilestest/cb_2018_us_zcta510_500k.pmtiles "}; #[actix_rt::test] @@ -75,6 +76,11 @@ async fn pmt_get_catalog_gzip() { tiles: p_png: content_type: image/png + s3: + content_encoding: gzip + content_type: application/x-protobuf + description: cb_2018_us_zcta510_500k.mbtiles + name: cb_2018_us_zcta510_500k.mbtiles "); } @@ -131,3 +137,27 @@ async fn pmt_get_raster_gzip() { let body = read_body(response).await; assert_eq!(body.len(), 18404); } + +#[actix_rt::test] +async fn pmt_get_tilejson_s3() { + let app = create_app! { CONFIG }; + let req = test_get("/s3").to_request(); + let response = call_service(&app, req).await; + let response = assert_response(response).await; + let headers = response.headers(); + assert_eq!(headers.get(CONTENT_TYPE).unwrap(), "application/json"); + assert!(headers.get(CONTENT_ENCODING).is_none()); + let body: TileJSON = read_body_json(response).await; + assert_eq!(body.name, Some("cb_2018_us_zcta510_500k.mbtiles".into())); + assert_eq!(body.maxzoom, Some(7)); +} + +#[actix_rt::test] +async fn pmt_get_tile_s3() { + let app = create_app! { CONFIG }; + let req = test_get("/s3/0/0/0").to_request(); + let response = call_service(&app, req).await; + let response = assert_response(response).await; + let headers = response.headers(); + assert_eq!(headers.get(CONTENT_TYPE).unwrap(), "application/x-protobuf"); +} diff --git a/tests/expected/auto/catalog_auto.json b/tests/expected/auto/catalog_auto.json index ade46b4e0..0367c9de1 100644 --- a/tests/expected/auto/catalog_auto.json +++ b/tests/expected/auto/catalog_auto.json @@ -45,6 +45,12 @@ "content_type": "application/x-protobuf", "description": "autodetect.bigint_table.geom" }, + "cb_2018_us_zcta510_500k": { + "content_encoding": "gzip", + "content_type": "application/x-protobuf", + "description": "cb_2018_us_zcta510_500k.mbtiles", + "name": "cb_2018_us_zcta510_500k.mbtiles" + }, "function_Mixed_Name": { "content_type": "application/x-protobuf", "description": "a function source with MixedCase name" diff --git a/tests/expected/auto/s3_1_0_0.pbf b/tests/expected/auto/s3_1_0_0.pbf new file mode 100644 index 000000000..33590e2ca --- /dev/null +++ b/tests/expected/auto/s3_1_0_0.pbf @@ -0,0 +1,13695 @@ +�x +zcta(� ZCTA5CE10 +AFFGEOID10GEOID10ALAND10AWATER10" +00612" +00641" +00682" +00720" +00751" +00791" +01039" +01040" +01083" +01255" +01266" +01270" +01339" +01340" +01366" +01451" +01468" +01507" +01543" +01569" +01801" +01844" +01951" +02184" +02186" +02330" +02535" +02576" +02653" +02760" +02806" +02813" +02816" +02859" +03038" +03043" +03060" +03102" +03215" +03241" +03244" +03251" +03254" +03257" +03303" +03304" +03431" +03470" +03574" +03579" +03582" +03585" +03588" +03590" +03592" +03773" +03780" +03781" +03818" +03824" +03825" +03836" +03846" +03887" +04009" +04020" +04027" +04040" +04046" +04062" +04086" +04217" +04219" +04261" +04280" +04281" +04355" +04357" +04363" +04413" +04414" +04418" +04426" +04428" +04435" +04441" +04448" +04460" +04462" +04464" +04468" +04471" +04476" +04478" +04485" +04491" +04492" +04495" +04497" +04530" +04535" +04544" +04605" +04622" +04624" +04628" +04634" +04645" +04654" +04668" +04671" +04730" +04732" +04733" +04739" +04742" +04747" +04756" +04757" +04758" +04765" +04768" +04772" +04780" +04785" +04864" +04912" +04920" +04927" +04936" +04938" +04939" +04942" +04943" +04945" +04961" +04966" +04970" +04983" +04985" +04986" +04987" +04989" +05032" +05055" +05062" +05079" +05081" +05091" +05146" +05148" +05250" +05355" +05443" +05450" +05458" +05471" +05477" +05656" +05663" +05667" +05676" +05681" +05742" +05743" +05744" +05753" +05769" +05822" +05846" +05868" +05907" +06063" +06069" +06078" +06108" +06279" +06280" +06282" +06340" +06351" +06420" +06437" +06470" +06712" +06754" +06786" +06824" +06897" +07047" +07416" +07461" +07701" +07821" +07930" +07940" +08005" +08019" +08027" +08060" +08080" +08210" +08330" +08360" +08406" +08525" +08527" +08562" +08816" +08831" +08886" +10560" +10931" +10933" +11545" +11741" +11747" +11968" +12025" +12033" +12053" +12118" +12120" +12138" +12139" +12167" +12168" +12180" +12187" +12190" +12197" +12427" +12477" +12496" +12534" +12575" +12578" +12589" +12590" +12726" +12740" +12758" +12771" +12781" +12788" +12812" +12832" +12835" +12842" +12846" +12847" +12856" +12861" +12865" +12866" +12870" +12885" +12926" +12932" +12934" +12936" +12943" +12945" +12953" +12959" +12973" +12980" +12981" +12983" +12986" +12992" +12998" +13021" +13035" +13040" +13045" +13054" +13069" +13078" +13108" +13114" +13116" +13118" +13165" +13304" +13317" +13324" +13326" +13327" +13331" +13332" +13338" +13343" +13353" +13354" +13367" +13411" +13437" +13477" +13491" +13493" +13608" +13613" +13618" +13635" +13648" +13654" +13656" +13661" +13665" +13667" +13672" +13679" +13682" +13684" +13730" +13755" +13788" +13797" +13803" +13820" +13825" +13826" +13830" +13856" +13903" +14004" +14006" +14024" +14030" +14042" +14062" +14094" +14411" +14428" +14437" +14454" +14456" +14482" +14489" +14527" +14543" +14572" +14580" +14591" +14719" +14737" +14740" +14743" +14755" +14767" +14775" +14804" +14807" +14814" +14820" +14830" +14843" +14873" +14883" +14885" +15003" +15101" +15132" +15301" +15327" +15352" +15376" +15444" +15455" +15470" +15535" +15537" +15541" +15552" +15554" +15557" +15601" +15613" +15666" +15717" +15732" +15742" +15757" +15825" +15834" +15851" +15857" +15860" +15861" +15906" +15955" +16002" +16117" +16137" +16159" +16226" +16239" +16254" +16301" +16313" +16323" +16340" +16354" +16365" +16373" +16403" +16404" +16406" +16424" +16508" +16652" +16662" +16666" +16668" +16693" +16720" +16726" +16735" +16748" +16749" +16822" +16823" +16836" +16866" +16875" +16901" +16922" +16932" +16933" +16943" +16950" +17007" +17015" +17021" +17022" +17032" +17063" +17078" +17082" +17086" +17112" +17224" +17225" +17229" +17240" +17267" +17331" +17363" +17406" +17532" +17555" +17701" +17724" +17740" +17745" +17751" +17764" +17771" +17810" +17815" +17845" +17846" +17872" +17946" +17964" +17972" +18013" +18037" +18080" +18324" +18425" +18433" +18436" +18444" +18461" +18466" +18612" +18614" +18640" +18707" +18826" +18837" +18840" +18846" +18847" +18854" +18947" +19046" +19344" +19438" +19460" +19506" +19530" +19567" +19605" +19713" +19720" +19901" +19954" +19960" +19968" +20112" +20132" +20155" +20639" +20677" +20736" +21012" +21034" +21074" +21144" +21161" +21531" +21550" +21555" +21557" +21601" +21613" +21620" +21623" +21645" +21673" +21703" +21742" +21755" +21757" +21766" +21770" +21784" +21804" +21811" +21837" +21851" +22060" +22066" +22401" +22405" +22407" +22503" +22514" +22542" +22546" +22601" +22655" +22727" +22728" +22801" +22802" +22815" +22827" +22831" +22844" +22932" +22937" +22963" +22967" +23002" +23023" +23030" +23040" +23056" +23063" +23084" +23093" +23112" +23126" +23141" +23175" +23181" +23185" +23230" +23426" +23437" +23455" +23457" +23669" +23824" +23833" +23839" +23847" +23860" +23882" +23897" +23920" +23930" +23936" +23937" +23944" +23959" +23960" +23964" +24013" +24053" +24064" +24065" +24073" +24085" +24112" +24121" +24127" +24138" +24151" +24162" +24171" +24210" +24219" +24225" +24228" +24244" +24245" +24301" +24314" +24319" +24324" +24333" +24343" +24348" +24354" +24426" +24433" +24441" +24450" +24459" +24460" +24503" +24521" +24522" +24526" +24527" +24553" +24565" +24589" +24590" +24598" +24609" +24651" +24656" +24714" +24740" +24822" +24878" +24901" +24915" +24983" +25009" +25022" +25043" +25061" +25208" +25241" +25259" +25286" +25311" +25313" +25320" +25414" +25503" +25506" +25524" +25670" +25674" +25813" +25916" +25918" +25951" +25962" +26003" +26033" +26047" +26070" +26143" +26147" +26155" +26170" +26201" +26203" +26222" +26224" +26250" +26261" +26263" +26268" +26269" +26288" +26291" +26294" +26335" +26337" +26354" +26372" +26452" +26456" +26519" +26554" +26591" +26651" +26690" +26726" +26757" +26807" +26810" +26836" +26847" +27006" +27011" +27012" +27046" +27052" +27205" +27212" +27229" +27239" +27242" +27253" +27291" +27301" +27306" +27312" +27330" +27356" +27357" +27360" +27408" +27517" +27534" +27549" +27553" +27565" +27569" +27574" +27583" +27589" +27603" +27612" +27803" +27805" +27806" +27808" +27820" +27830" +27834" +27839" +27846" +27860" +27870" +27871" +27874" +27880" +27886" +27891" +27892" +27924" +27925" +27944" +27950" +27953" +27974" +27983" +28016" +28018" +28027" +28080" +28090" +28097" +28112" +28115" +28119" +28135" +28150" +28227" +28311" +28318" +28328" +28334" +28343" +28345" +28357" +28358" +28364" +28365" +28371" +28383" +28399" +28409" +28420" +28421" +28425" +28433" +28441" +28455" +28462" +28472" +28501" +28516" +28546" +28555" +28560" +28571" +28572" +28574" +28586" +28611" +28625" +28640" +28645" +28654" +28655" +28657" +28659" +28676" +28689" +28708" +28714" +28717" +28723" +28743" +28753" +28762" +28763" +28771" +28786" +28787" +28792" +28904" +29010" +29014" +29016" +29020" +29030" +29031" +29032" +29038" +29042" +29052" +29053" +29059" +29112" +29114" +29123" +29125" +29138" +29150" +29180" +29212" +29303" +29322" +29325" +29340" +29374" +29412" +29426" +29431" +29432" +29438" +29440" +29446" +29450" +29456" +29458" +29488" +29501" +29505" +29510" +29512" +29526" +29536" +29540" +29544" +29554" +29581" +29583" +29590" +29617" +29621" +29644" +29645" +29654" +29666" +29669" +29672" +29685" +29693" +29715" +29720" +29728" +29745" +29803" +29810" +29812" +29824" +29838" +29847" +29911" +29927" +29936" +29941" +29945" +30016" +30024" +30039" +30115" +30116" +30143" +30145" +30153" +30165" +30170" +30178" +30179" +30188" +30213" +30223" +30230" +30241" +30252" +30263" +30328" +30401" +30413" +30415" +30417" +30425" +30427" +30428" +30436" +30439" +30442" +30453" +30457" +30467" +30470" +30512" +30513" +30525" +30530" +30531" +30534" +30545" +30548" +30560" +30572" +30577" +30606" +30634" +30635" +30642" +30643" +30648" +30650" +30656" +30663" +30669" +30673" +30705" +30711" +30731" +30736" +30753" +30755" +30815" +30816" +30817" +30828" +30830" +31003" +31021" +31024" +31029" +31030" +31031" +31036" +31055" +31060" +31064" +31069" +31077" +31078" +31079" +31085" +31087" +31089" +31090" +31092" +31094" +31096" +31097" +31211" +31303" +31316" +31324" +31327" +31408" +31503" +31512" +31513" +31525" +31533" +31537" +31539" +31553" +31554" +31558" +31560" +31568" +31601" +31625" +31629" +31630" +31631" +31635" +31642" +31709" +31719" +31721" +31743" +31750" +31757" +31791" +31795" +31803" +31806" +31812" +31815" +31826" +31827" +31830" +32011" +32024" +32052" +32054" +32060" +32062" +32063" +32066" +32091" +32095" +32134" +32145" +32148" +32164" +32168" +32195" +32221" +32312" +32320" +32321" +32327" +32333" +32340" +32344" +32346" +32347" +32348" +32351" +32404" +32407" +32421" +32423" +32425" +32433" +32438" +32443" +32460" +32462" +32465" +32526" +32535" +32547" +32567" +32570" +32583" +32618" +32626" +32648" +32666" +32667" +32680" +32708" +32709" +32720" +32825" +32832" +32934" +32958" +32966" +33165" +33166" +33187" +33418" +33430" +33440" +33470" +33471" +33602" +33710" +33811" +33825" +33841" +33852" +33859" +33860" +33880" +33905" +33935" +33960" +33982" +33993" +34141" +34142" +34145" +34219" +34251" +34266" +34275" +34434" +34446" +34449" +34473" +34475" +34608" +34736" +34739" +34747" +34771" +34772" +34785" +34797" +34949" +34972" +34974" +34997" +35040" +35042" +35051" +35053" +35057" +35072" +35087" +35089" +35096" +35114" +35130" +35151" +35160" +35172" +35228" +35244" +35406" +35443" +35447" +35456" +35462" +35463" +35466" +35470" +35475" +35555" +35576" +35578" +35579" +35580" +35581" +35592" +35594" +35611" +35619" +35621" +35633" +35653" +35654" +35672" +35674" +35677" +35752" +35758" +35764" +35768" +35769" +35950" +35954" +35960" +35961" +35984" +36009" +36016" +36027" +36028" +36036" +36040" +36042" +36053" +36075" +36078" +36079" +36081" +36083" +36089" +36091" +36092" +36110" +36203" +36206" +36262" +36264" +36266" +36272" +36310" +36311" +36312" +36344" +36350" +36401" +36420" +36421" +36426" +36445" +36451" +36456" +36467" +36474" +36481" +36507" +36518" +36521" +36524" +36542" +36545" +36562" +36567" +36571" +36587" +36608" +36701" +36722" +36728" +36738" +36742" +36756" +36761" +36768" +36784" +36785" +36850" +36858" +36862" +36871" +36874" +36904" +36919" +36925" +37012" +37015" +37018" +37029" +37030" +37033" +37037" +37042" +37058" +37074" +37075" +37083" +37086" +37090" +37101" +37110" +37144" +37153" +37172" +37175" +37180" +37187" +37322" +37327" +37334" +37335" +37337" +37347" +37354" +37366" +37367" +37370" +37379" +37381" +37385" +37388" +37397" +37398" +37617" +37620" +37641" +37683" +37687" +37721" +37738" +37745" +37755" +37757" +37774" +37801" +37821" +37826" +37840" +37843" +37857" +37872" +37876" +37877" +37879" +37882" +37885" +37891" +37892" +38001" +38008" +38012" +38019" +38023" +38030" +38052" +38053" +38059" +38060" +38061" +38063" +38075" +38079" +38109" +38201" +38237" +38257" +38260" +38261" +38305" +38310" +38318" +38320" +38329" +38341" +38344" +38351" +38372" +38382" +38401" +38451" +38462" +38464" +38469" +38477" +38482" +38483" +38485" +38501" +38541" +38544" +38556" +38574" +38580" +38581" +38606" +38611" +38614" +38618" +38620" +38626" +38627" +38629" +38635" +38646" +38650" +38655" +38666" +38671" +38676" +38722" +38736" +38737" +38740" +38748" +38761" +38801" +38824" +38828" +38833" +38834" +38851" +38852" +38863" +38870" +38873" +38901" +38922" +38930" +38940" +38948" +38965" +38967" +39040" +39041" +39042" +39045" +39046" +39051" +39083" +39090" +39095" +39111" +39117" +39119" +39120" +39146" +39150" +39152" +39153" +39156" +39157" +39159" +39169" +39175" +39176" +39191" +39194" +39208" +39325" +39328" +39335" +39338" +39339" +39341" +39345" +39350" +39358" +39360" +39362" +39364" +39365" +39366" +39367" +39401" +39421" +39425" +39426" +39443" +39451" +39452" +39455" +39470" +39476" +39479" +39556" +39560" +39562" +39573" +39574" +39601" +39645" +39647" +39652" +39661" +39663" +39666" +39667" +39668" +39669" +39701" +39730" +39743" +39744" +39746" +39747" +39750" +39772" +39773" +39819" +39823" +39828" +39837" +39841" +39842" +39846" +39854" +39866" +39897" +40006" +40011" +40012" +40051" +40057" +40060" +40076" +40108" +40115" +40119" +40143" +40150" +40165" +40313" +40324" +40328" +40330" +40342" +40351" +40353" +40359" +40361" +40370" +40380" +40383" +40444" +40447" +40475" +40484" +40701" +40737" +40769" +40815" +40826" +40856" +40935" +40962" +40965" +40997" +41006" +41007" +41031" +41043" +41064" +41129" +41143" +41164" +41166" +41168" +41171" +41179" +41240" +41311" +41314" +41317" +41339" +41472" +41522" +41539" +41653" +41749" +41777" +41822" +42038" +42039" +42044" +42053" +42071" +42078" +42101" +42122" +42127" +42129" +42134" +42141" +42206" +42210" +42211" +42240" +42256" +42266" +42303" +42327" +42337" +42345" +42348" +42349" +42404" +42411" +42413" +42458" +42462" +42464" +42503" +42544" +42566" +42567" +42602" +42629" +42633" +42649" +42701" +42715" +42718" +42726" +42757" +43009" +43014" +43017" +43050" +43055" +43061" +43078" +43080" +43082" +43102" +43110" +43135" +43137" +43140" +43160" +43302" +43310" +43315" +43323" +43344" +43402" +43416" +43511" +43512" +43521" +43534" +43543" +43545" +43549" +43616" +43701" +43724" +43749" +43771" +43778" +43782" +43822" +43824" +43902" +43950" +43986" +44003" +44024" +44050" +44062" +44090" +44105" +44124" +44201" +44216" +44254" +44264" +44401" +44417" +44432" +44438" +44441" +44470" +44601" +44611" +44621" +44627" +44663" +44681" +44688" +44691" +44811" +44820" +44836" +44847" +44851" +44878" +44883" +44903" +45133" +45140" +45142" +45144" +45176" +45177" +45215" +45304" +45309" +45311" +45320" +45324" +45331" +45340" +45368" +45373" +45385" +45404" +45601" +45616" +45640" +45648" +45654" +45669" +45681" +45686" +45690" +45696" +45697" +45701" +45723" +45729" +45745" +45764" +45767" +45771" +45822" +45830" +45840" +45849" +45850" +45856" +45869" +45889" +45895" +46011" +46031" +46041" +46065" +46071" +46072" +46074" +46105" +46124" +46135" +46143" +46151" +46158" +46168" +46173" +46182" +46311" +46342" +46349" +46350" +46366" +46392" +46393" +46506" +46514" +46542" +46552" +46565" +46574" +46721" +46725" +46733" +46737" +46738" +46746" +46750" +46767" +46816" +46901" +46938" +46952" +46962" +46970" +46975" +46978" +46982" +46992" +46994" +46996" +47001" +47032" +47038" +47112" +47116" +47118" +47129" +47143" +47163" +47201" +47229" +47240" +47246" +47250" +47265" +47281" +47326" +47330" +47331" +47338" +47359" +47362" +47380" +47385" +47390" +47394" +47421" +47433" +47436" +47446" +47448" +47460" +47465" +47532" +47553" +47558" +47561" +47588" +47591" +47620" +47638" +47665" +47712" +47834" +47837" +47847" +47848" +47849" +47872" +47882" +47906" +47922" +47933" +47944" +47950" +47955" +47957" +47978" +47987" +47993" +47995" +48005" +48050" +48060" +48160" +48161" +48174" +48178" +48216" +48315" +48335" +48350" +48433" +48446" +48455" +48456" +48461" +48466" +48468" +48469" +48604" +48613" +48616" +48622" +48624" +48625" +48626" +48629" +48636" +48642" +48653" +48661" +48701" +48706" +48726" +48728" +48731" +48733" +48745" +48746" +48749" +48750" +48756" +48770" +48808" +48817" +48818" +48827" +48837" +48838" +48843" +48849" +48854" +48855" +48858" +48866" +48871" +48873" +48880" +48892" +49009" +49010" +49031" +49036" +49052" +49064" +49068" +49072" +49073" +49093" +49094" +49111" +49113" +49201" +49203" +49221" +49228" +49250" +49252" +49283" +49304" +49307" +49310" +49327" +49337" +49340" +49344" +49345" +49349" +49402" +49412" +49417" +49419" +49452" +49454" +49455" +49460" +49546" +49601" +49615" +49616" +49619" +49630" +49631" +49633" +49646" +49648" +49649" +49651" +49657" +49659" +49660" +49677" +49679" +49684" +49707" +49709" +49721" +49728" +49736" +49738" +49743" +49746" +49749" +49751" +49752" +49756" +49760" +49762" +49765" +49766" +49770" +49774" +49775" +49780" +49781" +49783" +49795" +49799" +49808" +49812" +49814" +49815" +49817" +49818" +49827" +49834" +49838" +49839" +49841" +49849" +49853" +49854" +49855" +49858" +49861" +49868" +49873" +49877" +49878" +49881" +49883" +49884" +49885" +49886" +49887" +49891" +49895" +49901" +49903" +49920" +49925" +49935" +49938" +49945" +49946" +49947" +49948" +49950" +49953" +49958" +49965" +49967" +49968" +49969" +49970" +50006" +50010" +50025" +50029" +50034" +50035" +50036" +50044" +50049" +50050" +50060" +50076" +50103" +50112" +50115" +50125" +50129" +50131" +50138" +50140" +50148" +50149" +50156" +50166" +50168" +50207" +50213" +50220" +50230" +50232" +50254" +50261" +50268" +50317" +50420" +50421" +50424" +50438" +50450" +50456" +50458" +50461" +50501" +50510" +50514" +50522" +50525" +50528" +50559" +50560" +50561" +50566" +50571" +50574" +50577" +50583" +50595" +50601" +50604" +50616" +50628" +50629" +50630" +50635" +50636" +50638" +50642" +50644" +50645" +50651" +50660" +50674" +50801" +50836" +50837" +50841" +50846" +50848" +50854" +51002" +51007" +51010" +51012" +51016" +51031" +51036" +51038" +51050" +51058" +51063" +51106" +51108" +51243" +51246" +51247" +51301" +51334" +51342" +51345" +51350" +51351" +51360" +51401" +51436" +51441" +51442" +51445" +51503" +51525" +51526" +51532" +51535" +51537" +51548" +51551" +51557" +51570" +51579" +51601" +51632" +51638" +51653" +52001" +52002" +52042" +52047" +52057" +52060" +52072" +52078" +52101" +52136" +52141" +52144" +52151" +52171" +52206" +52211" +52222" +52225" +52229" +52248" +52302" +52306" +52309" +52310" +52322" +52323" +52327" +52342" +52349" +52352" +52356" +52501" +52531" +52537" +52556" +52563" +52565" +52570" +52571" +52572" +52580" +52590" +52625" +52626" +52641" +52645" +52738" +52750" +52754" +52756" +52772" +53006" +53027" +53036" +53057" +53072" +53073" +53078" +53089" +53090" +53104" +53120" +53150" +53190" +53209" +53502" +53507" +53511" +53516" +53528" +53530" +53531" +53533" +53543" +53548" +53559" +53573" +53575" +53579" +53581" +53583" +53588" +53801" +53810" +53818" +53919" +53934" +53939" +53944" +53952" +53955" +53956" +53961" +54001" +54004" +54011" +54020" +54021" +54022" +54024" +54102" +54104" +54106" +54111" +54114" +54115" +54121" +54129" +54153" +54162" +54175" +54204" +54217" +54228" +54230" +54235" +54401" +54403" +54409" +54411" +54435" +54440" +54443" +54449" +54451" +54452" +54455" +54457" +54459" +54460" +54463" +54465" +54466" +54479" +54482" +54486" +54487" +54491" +54493" +54498" +54499" +54501" +54511" +54512" +54514" +54515" +54521" +54527" +54534" +54537" +54538" +54541" +54542" +54546" +54547" +54552" +54554" +54555" +54559" +54560" +54562" +54564" +54610" +54611" +54612" +54615" +54618" +54628" +54634" +54639" +54642" +54646" +54656" +54657" +54660" +54665" +54666" +54667" +54703" +54722" +54730" +54733" +54736" +54741" +54742" +54745" +54751" +54754" +54755" +54757" +54761" +54767" +54771" +54801" +54806" +54812" +54814" +54817" +54821" +54829" +54830" +54835" +54836" +54837" +54838" +54840" +54843" +54844" +54847" +54848" +54856" +54859" +54864" +54868" +54873" +54875" +54895" +54896" +54909" +54922" +54923" +54929" +54945" +54947" +54956" +54960" +54963" +54982" +55006" +55016" +55017" +55021" +55027" +55031" +55037" +55045" +55047" +55056" +55063" +55069" +55070" +55072" +55110" +55307" +55312" +55313" +55319" +55328" +55332" +55336" +55342" +55355" +55356" +55371" +55376" +55382" +55388" +55396" +55419" +55601" +55602" +55603" +55604" +55606" +55607" +55612" +55616" +55709" +55710" +55718" +55720" +55721" +55723" +55724" +55725" +55731" +55732" +55736" +55738" +55742" +55744" +55746" +55748" +55750" +55752" +55756" +55757" +55760" +55763" +55771" +55779" +55781" +55790" +55795" +55797" +55798" +55803" +55804" +55910" +55912" +55919" +55921" +55932" +55936" +55940" +55944" +55946" +55960" +55962" +55965" +55971" +55974" +55975" +55976" +55981" +56001" +56003" +56007" +56009" +56013" +56014" +56019" +56026" +56039" +56051" +56052" +56065" +56071" +56072" +56074" +56081" +56083" +56088" +56093" +56101" +56110" +56114" +56116" +56144" +56145" +56149" +56152" +56156" +56159" +56164" +56172" +56180" +56181" +56183" +56187" +56201" +56208" +56212" +56218" +56220" +56222" +56229" +56235" +56240" +56249" +56251" +56256" +56258" +56264" +56265" +56267" +56271" +56283" +56285" +56289" +56296" +56297" +56307" +56308" +56309" +56311" +56312" +56315" +56319" +56320" +56327" +56334" +56342" +56345" +56347" +56350" +56353" +56359" +56362" +56364" +56367" +56378" +56382" +56401" +56431" +56437" +56441" +56443" +56444" +56461" +56464" +56466" +56467" +56469" +56470" +56472" +56474" +56477" +56481" +56484" +56501" +56510" +56514" +56515" +56516" +56517" +56522" +56528" +56531" +56535" +56536" +56537" +56540" +56542" +56547" +56549" +56551" +56553" +56554" +56557" +56569" +56570" +56572" +56573" +56578" +56583" +56589" +56601" +56621" +56623" +56627" +56628" +56629" +56630" +56633" +56636" +56639" +56644" +56647" +56649" +56650" +56653" +56654" +56655" +56660" +56661" +56667" +56669" +56671" +56672" +56676" +56680" +56686" +56701" +56713" +56714" +56716" +56721" +56723" +56725" +56726" +56727" +56731" +56732" +56733" +56734" +56735" +56736" +56737" +56742" +56750" +56751" +56757" +56760" +56761" +56762" +56763" +57001" +57006" +57014" +57025" +57026" +57030" +57033" +57039" +57042" +57043" +57045" +57048" +57062" +57065" +57069" +57070" +57075" +57076" +57078" +57108" +57201" +57220" +57225" +57226" +57227" +57231" +57235" +57239" +57241" +57243" +57246" +57247" +57248" +57252" +57258" +57259" +57262" +57265" +57270" +57271" +57273" +57274" +57276" +57301" +57311" +57314" +57315" +57319" +57321" +57325" +57328" +57329" +57332" +57335" +57337" +57340" +57342" +57344" +57345" +57348" +57350" +57353" +57355" +57362" +57368" +57369" +57370" +57371" +57373" +57375" +57376" +57381" +57382" +57384" +57386" +57401" +57420" +57428" +57430" +57432" +57433" +57434" +57435" +57436" +57437" +57438" +57440" +57441" +57442" +57445" +57448" +57449" +57451" +57456" +57461" +57465" +57467" +57469" +57471" +57472" +57473" +57475" +57476" +57501" +57520" +57521" +57528" +57529" +57531" +57532" +57533" +57534" +57536" +57537" +57538" +57541" +57543" +57544" +57547" +57548" +57551" +57552" +57555" +57559" +57560" +57564" +57566" +57567" +57568" +57569" +57572" +57577" +57579" +57580" +57585" +57620" +57623" +57625" +57626" +57633" +57636" +57638" +57640" +57641" +57642" +57644" +57645" +57646" +57648" +57649" +57651" +57652" +57656" +57657" +57658" +57660" +57701" +57716" +57717" +57718" +57719" +57720" +57722" +57724" +57725" +57730" +57735" +57744" +57745" +57747" +57748" +57750" +57752" +57754" +57758" +57760" +57761" +57763" +57764" +57766" +57770" +57772" +57775" +57776" +57780" +57783" +57785" +57787" +57788" +57790" +57791" +57792" +57794" +58007" +58009" +58012" +58013" +58030" +58031" +58036" +58041" +58043" +58045" +58046" +58047" +58049" +58051" +58052" +58053" +58054" +58056" +58060" +58064" +58068" +58072" +58075" +58077" +58210" +58214" +58218" +58220" +58225" +58229" +58237" +58238" +58239" +58241" +58243" +58249" +58251" +58257" +58258" +58259" +58261" +58266" +58267" +58272" +58276" +58277" +58281" +58282" +58301" +58318" +58324" +58325" +58327" +58329" +58330" +58331" +58332" +58341" +58345" +58346" +58348" +58351" +58352" +58356" +58361" +58365" +58366" +58367" +58368" +58369" +58374" +58377" +58381" +58384" +58385" +58401" +58413" +58415" +58416" +58418" +58420" +58421" +58422" +58424" +58425" +58426" +58428" +58433" +58436" +58439" +58440" +58444" +58445" +58448" +58451" +58456" +58458" +58460" +58461" +58463" +58464" +58467" +58474" +58475" +58476" +58480" +58482" +58483" +58487" +58488" +58490" +58494" +58495" +58496" +58497" +58504" +58521" +58523" +58529" +58530" +58533" +58535" +58538" +58540" +58541" +58542" +58544" +58545" +58549" +58552" +58554" +58558" +58559" +58560" +58561" +58562" +58563" +58564" +58568" +58569" +58570" +58571" +58573" +58575" +58577" +58579" +58581" +58601" +58620" +58621" +58622" +58623" +58625" +58627" +58630" +58631" +58634" +58636" +58638" +58639" +58640" +58641" +58643" +58645" +58646" +58647" +58649" +58650" +58651" +58652" +58653" +58654" +58655" +58701" +58711" +58712" +58718" +58721" +58723" +58727" +58730" +58731" +58733" +58735" +58736" +58737" +58740" +58741" +58746" +58750" +58752" +58756" +58757" +58758" +58759" +58761" +58763" +58765" +58769" +58770" +58771" +58773" +58779" +58781" +58782" +58783" +58784" +58788" +58789" +58790" +58793" +58794" +58795" +58801" +58830" +58831" +58835" +58838" +58843" +58844" +58845" +58847" +58849" +58852" +58854" +58856" +59001" +59003" +59010" +59011" +59012" +59014" +59015" +59016" +59018" +59019" +59020" +59022" +59024" +59025" +59027" +59030" +59032" +59034" +59035" +59036" +59037" +59038" +59039" +59041" +59043" +59044" +59046" +59047" +59050" +59052" +59053" +59054" +59058" +59059" +59061" +59063" +59066" +59067" +59068" +59069" +59070" +59072" +59074" +59075" +59077" +59078" +59079" +59085" +59086" +59087" +59088" +59089" +59101" +59201" +59211" +59212" +59213" +59214" +59215" +59218" +59219" +59221" +59222" +59223" +59225" +59226" +59230" +59241" +59243" +59244" +59248" +59250" +59252" +59253" +59254" +59255" +59258" +59259" +59260" +59261" +59262" +59263" +59270" +59274" +59275" +59276" +59301" +59311" +59312" +59313" +59314" +59315" +59317" +59318" +59322" +59324" +59326" +59327" +59330" +59332" +59336" +59337" +59339" +59343" +59344" +59347" +59349" +59351" +59353" +59404" +59405" +59410" +59411" +59412" +59416" +59417" +59418" +59420" +59421" +59422" +59425" +59427" +59430" +59432" +59433" +59434" +59436" +59440" +59441" +59442" +59444" +59446" +59447" +59450" +59451" +59452" +59453" +59456" +59457" +59460" +59461" +59463" +59464" +59467" +59468" +59471" +59474" +59479" +59480" +59482" +59484" +59485" +59486" +59489" +59501" +59520" +59521" +59522" +59523" +59524" +59525" +59526" +59527" +59528" +59529" +59530" +59531" +59535" +59537" +59538" +59540" +59542" +59544" +59546" +59601" +59602" +59632" +59633" +59638" +59639" +59642" +59643" +59644" +59645" +59648" +59701" +59710" +59711" +59714" +59715" +59716" +59718" +59720" +59721" +59722" +59724" +59725" +59727" +59728" +59729" +59730" +59732" +59733" +59735" +59736" +59739" +59740" +59743" +59745" +59751" +59752" +59754" +59758" +59759" +59761" +59762" +59803" +59804" +59808" +59820" +59821" +59823" +59825" +59826" +59828" +59829" +59832" +59837" +59840" +59842" +59843" +59844" +59845" +59846" +59847" +59853" +59854" +59858" +59859" +59860" +59864" +59865" +59866" +59871" +59872" +59873" +59874" +59875" +59901" +59910" +59911" +59912" +59917" +59919" +59920" +59923" +59925" +59927" +59928" +59934" +59935" +59936" +59937" +60031" +60033" +60056" +60118" +60124" +60152" +60178" +60437" +60447" +60452" +60481" +60491" +60502" +60515" +60520" +60646" +60917" +60938" +60940" +60951" +60953" +60963" +60968" +61006" +61008" +61021" +61028" +61032" +61036" +61047" +61048" +61053" +61062" +61068" +61072" +61081" +61085" +61102" +61231" +61240" +61254" +61260" +61270" +61272" +61277" +61319" +61342" +61345" +61349" +61350" +61356" +61361" +61373" +61377" +61411" +61415" +61420" +61437" +61449" +61455" +61458" +61465" +61467" +61477" +61529" +61530" +61546" +61548" +61561" +61565" +61571" +61734" +61740" +61741" +61745" +61753" +61854" +61856" +61862" +61866" +61870" +61877" +61882" +61911" +61920" +61931" +61944" +61951" +62006" +62011" +62033" +62037" +62053" +62086" +62092" +62217" +62257" +62271" +62274" +62277" +62280" +62293" +62298" +62305" +62311" +62353" +62354" +62361" +62363" +62374" +62375" +62376" +62401" +62414" +62426" +62427" +62428" +62443" +62448" +62450" +62471" +62477" +62480" +62512" +62513" +62538" +62544" +62546" +62550" +62563" +62568" +62612" +62613" +62617" +62618" +62621" +62626" +62640" +62656" +62677" +62688" +62815" +62824" +62837" +62848" +62849" +62859" +62864" +62867" +62870" +62888" +62890" +62896" +62899" +62912" +62920" +62922" +62930" +62931" +62934" +62954" +62984" +62988" +62995" +63020" +63021" +63023" +63030" +63068" +63077" +63084" +63129" +63130" +63301" +63336" +63339" +63345" +63353" +63361" +63362" +63377" +63385" +63401" +63435" +63439" +63447" +63451" +63456" +63462" +63469" +63474" +63533" +63537" +63549" +63555" +63556" +63557" +63559" +63565" +63620" +63621" +63628" +63631" +63633" +63638" +63645" +63655" +63664" +63673" +63701" +63769" +63775" +63787" +63801" +63823" +63830" +63834" +63846" +63848" +63849" +63869" +63901" +63935" +63936" +63944" +63957" +63965" +64014" +64016" +64020" +64040" +64061" +64068" +64089" +64093" +64401" +64422" +64424" +64431" +64433" +64437" +64449" +64461" +64463" +64469" +64485" +64487" +64493" +64505" +64601" +64631" +64640" +64642" +64646" +64651" +64660" +64664" +64667" +64668" +64671" +64673" +64683" +64701" +64724" +64730" +64735" +64744" +64759" +64770" +64776" +64779" +64790" +64836" +64850" +64855" +64861" +64867" +65010" +65011" +65013" +65017" +65018" +65034" +65041" +65061" +65066" +65079" +65080" +65081" +65101" +65233" +65240" +65247" +65250" +65255" +65262" +65263" +65274" +65281" +65301" +65333" +65335" +65338" +65339" +65340" +65355" +65360" +65401" +65440" +65446" +65459" +65466" +65483" +65486" +65535" +65536" +65550" +65552" +65559" +65560" +65571" +65583" +65588" +65590" +65605" +65608" +65612" +65613" +65616" +65624" +65627" +65646" +65649" +65650" +65655" +65657" +65667" +65682" +65689" +65692" +65706" +65711" +65713" +65732" +65733" +65742" +65745" +65769" +65773" +65775" +65785" +65791" +65793" +66002" +66010" +66013" +66032" +66040" +66044" +66046" +66048" +66060" +66061" +66067" +66072" +66092" +66095" +66401" +66403" +66413" +66422" +66427" +66428" +66432" +66439" +66451" +66502" +66512" +66523" +66527" +66531" +66532" +66538" +66539" +66550" +66610" +66701" +66725" +66736" +66740" +66743" +66748" +66753" +66757" +66761" +66777" +66779" +66780" +66783" +66801" +66839" +66843" +66845" +66852" +66861" +66862" +66866" +66868" +66872" +66873" +66901" +66935" +66943" +66944" +66946" +66952" +66953" +66956" +66967" +67003" +67022" +67024" +67026" +67029" +67038" +67045" +67047" +67056" +67059" +67068" +67074" +67104" +67109" +67118" +67120" +67122" +67124" +67127" +67138" +67142" +67144" +67146" +67152" +67154" +67155" +67156" +67204" +67333" +67347" +67356" +67361" +67401" +67417" +67420" +67430" +67431" +67432" +67436" +67438" +67439" +67441" +67444" +67446" +67448" +67451" +67455" +67460" +67464" +67467" +67473" +67480" +67481" +67484" +67485" +67490" +67501" +67510" +67513" +67518" +67519" +67521" +67522" +67525" +67529" +67530" +67548" +67550" +67557" +67560" +67568" +67575" +67576" +67578" +67579" +67583" +67601" +67628" +67631" +67635" +67637" +67643" +67644" +67645" +67648" +67651" +67654" +67657" +67661" +67663" +67664" +67665" +67669" +67672" +67701" +67730" +67731" +67732" +67735" +67737" +67738" +67739" +67740" +67743" +67745" +67748" +67749" +67751" +67752" +67756" +67757" +67758" +67761" +67762" +67764" +67801" +67831" +67835" +67839" +67842" +67844" +67846" +67849" +67851" +67853" +67854" +67855" +67857" +67860" +67861" +67862" +67863" +67864" +67865" +67869" +67870" +67871" +67877" +67878" +67879" +67880" +67901" +67950" +67951" +67952" +67953" +68004" +68025" +68031" +68038" +68047" +68059" +68061" +68066" +68067" +68069" +68134" +68305" +68310" +68313" +68315" +68319" +68325" +68326" +68328" +68329" +68331" +68333" +68346" +68349" +68352" +68359" +68367" +68381" +68422" +68436" +68437" +68450" +68457" +68467" +68520" +68601" +68620" +68627" +68628" +68629" +68632" +68636" +68637" +68638" +68644" +68648" +68649" +68651" +68665" +68701" +68710" +68713" +68714" +68718" +68720" +68725" +68735" +68739" +68742" +68746" +68756" +68759" +68760" +68763" +68767" +68769" +68771" +68777" +68778" +68779" +68780" +68786" +68787" +68791" +68813" +68815" +68817" +68818" +68822" +68823" +68825" +68826" +68828" +68833" +68840" +68841" +68850" +68853" +68855" +68856" +68862" +68863" +68866" +68869" +68873" +68878" +68879" +68882" +68883" +68920" +68927" +68930" +68933" +68937" +68939" +68947" +68948" +68949" +68959" +68961" +68966" +68970" +68973" +68978" +69001" +69021" +69022" +69023" +69024" +69025" +69026" +69028" +69030" +69032" +69033" +69038" +69039" +69041" +69043" +69045" +69101" +69120" +69121" +69122" +69123" +69125" +69127" +69128" +69129" +69131" +69133" +69134" +69135" +69138" +69140" +69143" +69144" +69145" +69147" +69148" +69149" +69151" +69152" +69154" +69155" +69156" +69162" +69163" +69165" +69166" +69167" +69169" +69201" +69210" +69211" +69212" +69214" +69216" +69217" +69218" +69219" +69221" +69301" +69333" +69334" +69336" +69337" +69339" +69340" +69341" +69343" +69345" +69346" +69347" +69348" +69350" +69351" +69354" +69357" +69358" +69360" +69366" +70068" +70091" +70301" +70345" +70355" +70357" +70377" +70390" +70420" +70427" +70438" +70443" +70444" +70445" +70462" +70515" +70520" +70525" +70542" +70548" +70559" +70560" +70570" +70586" +70611" +70630" +70631" +70634" +70643" +70645" +70653" +70656" +70657" +70663" +70715" +70730" +70740" +70754" +70760" +70764" +70770" +70775" +70785" +70791" +71004" +71019" +71037" +71040" +71046" +71051" +71052" +71055" +71063" +71064" +71082" +71107" +71220" +71222" +71225" +71229" +71232" +71259" +71260" +71264" +71268" +71275" +71282" +71286" +71292" +71295" +71328" +71341" +71342" +71343" +71351" +71353" +71357" +71366" +71368" +71371" +71375" +71409" +71418" +71422" +71423" +71429" +71438" +71446" +71449" +71457" +71463" +71465" +71469" +71483" +71602" +71635" +71640" +71643" +71646" +71647" +71652" +71653" +71654" +71655" +71658" +71665" +71667" +71670" +71671" +71674" +71701" +71725" +71730" +71740" +71743" +71744" +71747" +71751" +71753" +71758" +71801" +71820" +71822" +71826" +71837" +71838" +71841" +71846" +71852" +71857" +71858" +71901" +71921" +71923" +71935" +71937" +71941" +71945" +71949" +71953" +71970" +72007" +72017" +72020" +72021" +72024" +72039" +72046" +72048" +72069" +72076" +72101" +72104" +72110" +72112" +72114" +72137" +72141" +72143" +72150" +72152" +72157" +72160" +72173" +72223" +72315" +72326" +72333" +72346" +72348" +72366" +72368" +72386" +72396" +72416" +72421" +72422" +72443" +72454" +72455" +72458" +72461" +72469" +72472" +72479" +72501" +72513" +72530" +72534" +72538" +72554" +72556" +72560" +72569" +72601" +72611" +72616" +72624" +72629" +72632" +72633" +72634" +72641" +72653" +72655" +72658" +72680" +72721" +72727" +72734" +72740" +72756" +72769" +72774" +72802" +72833" +72834" +72843" +72853" +72857" +72865" +72927" +72933" +72936" +72944" +72958" +73005" +73006" +73010" +73015" +73016" +73030" +73036" +73040" +73044" +73054" +73055" +73056" +73057" +73061" +73062" +73067" +73075" +73079" +73089" +73095" +73150" +73401" +73438" +73446" +73448" +73456" +73460" +73526" +73533" +73537" +73540" +73542" +73547" +73552" +73554" +73555" +73560" +73565" +73569" +73572" +73573" +73620" +73622" +73625" +73628" +73639" +73642" +73644" +73645" +73654" +73655" +73662" +73663" +73664" +73667" +73703" +73717" +73719" +73728" +73730" +73741" +73742" +73744" +73750" +73754" +73756" +73759" +73760" +73761" +73762" +73771" +73801" +73832" +73834" +73838" +73840" +73842" +73848" +73851" +73852" +73855" +73858" +73859" +73860" +73931" +73932" +73933" +73937" +73938" +73939" +73942" +73944" +73945" +73947" +73949" +73951" +74010" +74011" +74014" +74017" +74029" +74030" +74032" +74035" +74048" +74054" +74056" +74058" +74059" +74061" +74084" +74115" +74301" +74331" +74343" +74344" +74347" +74352" +74361" +74363" +74369" +74403" +74421" +74426" +74429" +74432" +74435" +74437" +74445" +74462" +74464" +74501" +74523" +74525" +74536" +74538" +74547" +74552" +74560" +74562" +74571" +74574" +74576" +74578" +74633" +74643" +74647" +74652" +74653" +74701" +74723" +74724" +74726" +74727" +74728" +74729" +74766" +74801" +74804" +74820" +74827" +74834" +74854" +74856" +74859" +74868" +74871" +74875" +74883" +74937" +74940" +74948" +74960" +74965" +75034" +75043" +75071" +75078" +75089" +75103" +75116" +75119" +75142" +75143" +75144" +75161" +75167" +75402" +75411" +75417" +75418" +75426" +75433" +75436" +75440" +75446" +75450" +75451" +75455" +75459" +75471" +75496" +75497" +75501" +75554" +75563" +75566" +75568" +75630" +75631" +75633" +75644" +75657" +75662" +75672" +75684" +75703" +75751" +75755" +75760" +75766" +75770" +75771" +75773" +75789" +75801" +75831" +75833" +75835" +75844" +75845" +75847" +75851" +75852" +75853" +75859" +75861" +75926" +75935" +75939" +75948" +75949" +75951" +75956" +75961" +75964" +75966" +75972" +75973" +75974" +75977" +75979" +75980" +76009" +76058" +76063" +76066" +76082" +76087" +76107" +76228" +76230" +76234" +76240" +76247" +76252" +76255" +76270" +76273" +76305" +76354" +76364" +76365" +76367" +76370" +76371" +76374" +76380" +76384" +76401" +76424" +76430" +76431" +76433" +76435" +76437" +76442" +76443" +76446" +76448" +76449" +76450" +76458" +76464" +76472" +76483" +76484" +76487" +76520" +76528" +76530" +76531" +76537" +76538" +76542" +76549" +76550" +76567" +76569" +76570" +76574" +76621" +76629" +76634" +76638" +76642" +76645" +76664" +76665" +76667" +76670" +76679" +76689" +76706" +76801" +76802" +76821" +76825" +76832" +76834" +76837" +76844" +76849" +76852" +76853" +76856" +76859" +76866" +76872" +76877" +76878" +76888" +76904" +76905" +76932" +76933" +76935" +76936" +76941" +76943" +76945" +76950" +76951" +76958" +77316" +77327" +77328" +77338" +77351" +77356" +77359" +77374" +77414" +77426" +77433" +77434" +77437" +77442" +77465" +77471" +77474" +77482" +77510" +77514" +77535" +77541" +77564" +77571" +77583" +77584" +77612" +77624" +77625" +77632" +77655" +77659" +77660" +77705" +77808" +77830" +77835" +77836" +77861" +77868" +77871" +77878" +77880" +77905" +77950" +77954" +77962" +77963" +77964" +77968" +77979" +77990" +77995" +78003" +78006" +78012" +78013" +78014" +78017" +78019" +78022" +78023" +78024" +78026" +78028" +78044" +78045" +78046" +78058" +78061" +78064" +78071" +78072" +78076" +78102" +78107" +78114" +78118" +78119" +78122" +78132" +78141" +78151" +78155" +78219" +78223" +78264" +78332" +78341" +78344" +78353" +78355" +78361" +78368" +78374" +78376" +78377" +78379" +78383" +78384" +78385" +78390" +78501" +78542" +78572" +78578" +78582" +78583" +78584" +78586" +78605" +78606" +78607" +78610" +78611" +78624" +78629" +78631" +78636" +78643" +78644" +78653" +78659" +78669" +78676" +78737" +78801" +78829" +78830" +78832" +78833" +78834" +78837" +78839" +78840" +78851" +78852" +78861" +78871" +78872" +78880" +78881" +78884" +78886" +78932" +78941" +78942" +78953" +78962" +79001" +79007" +79009" +79010" +79014" +79015" +79018" +79019" +79022" +79029" +79034" +79035" +79036" +79039" +79040" +79042" +79045" +79046" +79057" +79059" +79063" +79065" +79068" +79070" +79072" +79079" +79080" +79081" +79084" +79087" +79088" +79094" +79095" +79096" +79098" +79108" +79201" +79226" +79227" +79230" +79235" +79236" +79239" +79241" +79244" +79245" +79248" +79252" +79256" +79257" +79311" +79312" +79313" +79316" +79322" +79323" +79330" +79331" +79336" +79342" +79346" +79347" +79351" +79355" +79356" +79357" +79360" +79364" +79370" +79371" +79373" +79379" +79403" +79424" +79502" +79504" +79512" +79517" +79518" +79520" +79521" +79525" +79526" +79528" +79537" +79541" +79543" +79545" +79549" +79553" +79556" +79567" +79601" +79606" +79706" +79713" +79714" +79718" +79720" +79730" +79734" +79735" +79739" +79743" +79744" +79745" +79749" +79752" +79755" +79759" +79766" +79772" +79781" +79782" +79830" +79831" +79834" +79837" +79838" +79839" +79842" +79843" +79845" +79846" +79847" +79848" +79851" +79852" +79854" +79855" +79934" +79938" +80022" +80101" +80103" +80105" +80108" +80117" +80127" +80135" +80136" +80137" +80428" +80440" +80442" +80446" +80447" +80448" +80449" +80452" +80456" +80459" +80461" +80467" +80468" +80470" +80479" +80480" +80482" +80487" +80498" +80503" +80504" +80512" +80516" +80517" +80536" +80538" +80540" +80545" +80549" +80611" +80612" +80643" +80644" +80649" +80650" +80652" +80701" +80720" +80723" +80727" +80728" +80729" +80731" +80734" +80735" +80736" +80741" +80742" +80743" +80749" +80750" +80751" +80757" +80758" +80759" +80801" +80802" +80804" +80805" +80807" +80808" +80810" +80814" +80815" +80816" +80818" +80821" +80822" +80823" +80825" +80828" +80830" +80831" +80832" +80833" +80834" +80836" +80860" +80861" +80921" +80924" +80926" +80928" +81004" +81007" +81019" +81020" +81021" +81022" +81023" +81025" +81027" +81029" +81036" +81039" +81040" +81041" +81044" +81045" +81047" +81049" +81050" +81052" +81054" +81055" +81058" +81059" +81063" +81064" +81067" +81071" +81073" +81082" +81089" +81090" +81091" +81101" +81120" +81122" +81125" +81128" +81130" +81131" +81132" +81133" +81137" +81140" +81143" +81146" +81147" +81149" +81151" +81152" +81154" +81155" +81201" +81210" +81211" +81212" +81220" +81223" +81230" +81235" +81236" +81237" +81243" +81252" +81301" +81303" +81320" +81321" +81323" +81324" +81325" +81326" +81328" +81331" +81334" +81401" +81403" +81413" +81415" +81416" +81422" +81423" +81424" +81425" +81430" +81432" +81433" +81434" +81507" +81522" +81523" +81525" +81526" +81527" +81601" +81610" +81611" +81621" +81623" +81624" +81625" +81630" +81631" +81632" +81635" +81637" +81638" +81639" +81640" +81641" +81645" +81647" +81648" +81650" +81654" +81657" +82001" +82009" +82051" +82053" +82054" +82055" +82058" +82061" +82063" +82070" +82082" +82083" +82190" +82201" +82210" +82212" +82213" +82217" +82219" +82221" +82222" +82224" +82225" +82227" +82229" +82240" +82244" +82301" +82321" +82324" +82325" +82327" +82329" +82331" +82334" +82336" +82401" +82414" +82423" +82426" +82428" +82431" +82433" +82435" +82441" +82442" +82443" +82501" +82512" +82513" +82514" +82516" +82520" +82523" +82601" +82604" +82620" +82633" +82636" +82637" +82639" +82642" +82648" +82649" +82701" +82710" +82711" +82716" +82718" +82720" +82721" +82725" +82727" +82729" +82730" +82731" +82801" +82831" +82832" +82834" +82835" +82836" +82838" +82845" +82901" +82922" +82923" +82925" +82930" +82932" +82933" +82935" +82937" +82938" +82941" +83001" +83012" +83013" +83014" +83101" +83111" +83112" +83113" +83114" +83115" +83128" +83202" +83204" +83210" +83211" +83213" +83217" +83221" +83226" +83227" +83234" +83235" +83236" +83241" +83244" +83245" +83246" +83251" +83252" +83253" +83254" +83255" +83261" +83263" +83276" +83278" +83285" +83301" +83302" +83311" +83312" +83313" +83316" +83318" +83320" +83321" +83324" +83327" +83330" +83333" +83337" +83340" +83341" +83342" +83344" +83346" +83349" +83350" +83402" +83404" +83406" +83414" +83420" +83423" +83428" +83429" +83435" +83443" +83444" +83445" +83449" +83452" +83462" +83464" +83466" +83467" +83468" +83469" +83501" +83522" +83523" +83525" +83530" +83535" +83536" +83537" +83539" +83543" +83544" +83547" +83549" +83554" +83555" +83601" +83604" +83607" +83610" +83611" +83612" +83615" +83616" +83622" +83623" +83624" +83632" +83633" +83634" +83637" +83638" +83645" +83647" +83650" +83654" +83660" +83661" +83671" +83672" +83677" +83686" +83704" +83712" +83716" +83802" +83805" +83808" +83809" +83811" +83814" +83832" +83836" +83839" +83847" +83854" +83856" +83861" +83864" +83866" +83870" +83871" +83873" +83876" +84005" +84007" +84017" +84021" +84022" +84026" +84027" +84029" +84031" +84032" +84033" +84034" +84035" +84036" +84037" +84038" +84049" +84050" +84063" +84074" +84078" +84083" +84098" +84118" +84304" +84307" +84313" +84317" +84325" +84329" +84331" +84336" +84340" +84501" +84511" +84512" +84515" +84525" +84526" +84528" +84530" +84531" +84532" +84533" +84534" +84535" +84536" +84540" +84604" +84624" +84630" +84636" +84637" +84639" +84649" +84651" +84654" +84664" +84667" +84701" +84713" +84714" +84716" +84720" +84721" +84725" +84726" +84728" +84734" +84737" +84740" +84741" +84749" +84751" +84753" +84755" +84756" +84759" +84767" +84775" +84779" +85023" +85132" +85137" +85139" +85143" +85192" +85193" +85194" +85226" +85262" +85263" +85264" +85302" +85320" +85321" +85322" +85324" +85325" +85326" +85332" +85333" +85337" +85342" +85344" +85346" +85348" +85350" +85354" +85356" +85357" +85360" +85361" +85365" +85371" +85390" +85501" +85530" +85533" +85534" +85541" +85542" +85543" +85545" +85546" +85550" +85551" +85553" +85554" +85602" +85605" +85606" +85607" +85610" +85611" +85614" +85615" +85617" +85619" +85621" +85623" +85624" +85625" +85632" +85634" +85638" +85641" +85643" +85645" +85653" +85704" +85735" +85739" +85743" +85901" +85911" +85922" +85924" +85927" +85931" +85933" +85936" +85937" +85938" +85941" +86001" +86004" +86018" +86020" +86022" +86023" +86024" +86025" +86028" +86030" +86031" +86033" +86034" +86035" +86036" +86039" +86040" +86044" +86045" +86046" +86047" +86052" +86053" +86054" +86305" +86320" +86321" +86322" +86323" +86324" +86327" +86332" +86333" +86335" +86337" +86338" +86401" +86409" +86411" +86413" +86432" +86434" +86435" +86436" +86438" +86440" +86441" +86443" +86444" +86445" +86502" +86503" +86504" +86505" +86507" +86510" +86511" +86512" +86514" +86520" +86535" +86538" +86544" +86545" +87002" +87011" +87013" +87014" +87015" +87016" +87020" +87025" +87026" +87029" +87031" +87034" +87035" +87036" +87037" +87053" +87056" +87059" +87063" +87072" +87117" +87121" +87311" +87312" +87313" +87315" +87319" +87321" +87325" +87326" +87327" +87328" +87410" +87412" +87413" +87420" +87455" +87461" +87499" +87506" +87507" +87510" +87512" +87515" +87518" +87519" +87521" +87528" +87530" +87538" +87549" +87552" +87557" +87560" +87571" +87575" +87577" +87701" +87711" +87714" +87718" +87728" +87729" +87733" +87736" +87740" +87743" +87746" +87747" +87752" +87753" +87801" +87820" +87821" +87825" +87827" +87829" +87830" +87832" +87901" +87930" +87942" +87943" +88007" +88009" +88011" +88012" +88020" +88021" +88029" +88030" +88038" +88039" +88040" +88041" +88042" +88045" +88049" +88051" +88061" +88081" +88101" +88112" +88116" +88118" +88119" +88121" +88124" +88125" +88126" +88130" +88136" +88201" +88203" +88210" +88220" +88231" +88240" +88250" +88252" +88253" +88256" +88260" +88264" +88267" +88301" +88310" +88316" +88318" +88321" +88338" +88339" +88340" +88343" +88344" +88346" +88350" +88351" +88352" +88353" +88401" +88410" +88411" +88415" +88417" +88418" +88419" +88422" +88424" +88426" +88427" +88430" +88435" +89001" +89003" +89005" +89007" +89008" +89010" +89013" +89017" +89019" +89020" +89025" +89029" +89040" +89043" +89045" +89046" +89049" +89060" +89124" +89148" +89301" +89310" +89314" +89316" +89317" +89404" +89405" +89406" +89409" +89412" +89414" +89415" +89418" +89419" +89421" +89422" +89423" +89424" +89425" +89426" +89427" +89429" +89434" +89444" +89445" +89447" +89508" +89510" +89704" +89706" +89801" +89815" +89820" +89821" +89822" +89823" +89828" +89830" +89831" +89833" +89834" +89835" +89883" +90262" +90265" +90808" +91042" +91306" +91384" +91733" +91750" +91901" +91963" +92004" +92059" +92065" +92084" +92109" +92201" +92225" +92227" +92233" +92243" +92249" +92250" +92257" +92266" +92275" +92277" +92283" +92284" +92285" +92301" +92305" +92308" +92309" +92316" +92328" +92332" +92347" +92356" +92363" +92364" +92389" +92398" +92536" +92555" +92583" +92590" +92603" +92676" +93001" +93023" +93201" +93208" +93210" +93215" +93225" +93230" +93240" +93249" +93252" +93254" +93257" +93265" +93271" +93280" +93283" +93292" +93307" +93308" +93311" +93401" +93420" +93422" +93426" +93436" +93441" +93446" +93450" +93451" +93453" +93454" +93505" +93513" +93514" +93517" +93518" +93527" +93532" +93535" +93541" +93544" +93549" +93555" +93560" +93561" +93602" +93610" +93614" +93619" +93620" +93622" +93624" +93626" +93627" +93634" +93635" +93637" +93641" +93646" +93647" +93657" +93664" +93669" +93908" +93920" +93924" +93927" +93930" +93960" +94087" +94508" +94558" +94567" +94568" +94571" +94587" +94709" +94952" +94965" +95017" +95023" +95037" +95043" +95075" +95076" +95125" +95209" +95223" +95230" +95247" +95311" +95318" +95336" +95338" +95340" +95360" +95361" +95364" +95369" +95377" +95379" +95380" +95387" +95389" +95401" +95421" +95427" +95428" +95445" +95448" +95449" +95453" +95454" +95476" +95482" +95488" +95490" +95494" +95531" +95542" +95543" +95549" +95551" +95552" +95556" +95559" +95563" +95569" +95573" +95615" +95620" +95624" +95629" +95630" +95634" +95638" +95645" +95648" +95668" +95684" +95689" +95694" +95709" +95720" +95776" +95901" +95915" +95916" +95917" +95928" +95932" +95936" +95939" +95949" +95959" +95963" +95965" +95973" +95979" +95987" +95988" +95993" +96003" +96006" +96010" +96011" +96014" +96021" +96023" +96024" +96025" +96027" +96031" +96032" +96034" +96039" +96040" +96041" +96044" +96046" +96047" +96050" +96051" +96054" +96055" +96056" +96057" +96058" +96064" +96065" +96073" +96076" +96080" +96086" +96087" +96091" +96096" +96101" +96104" +96105" +96108" +96110" +96112" +96114" +96116" +96117" +96118" +96124" +96130" +96132" +96134" +96155" +96161" +96708" +96727" +96743" +96746" +96750" +96763" +96764" +96771" +96777" +96796" +96819" +97001" +97013" +97016" +97021" +97029" +97031" +97032" +97033" +97037" +97039" +97048" +97049" +97055" +97058" +97101" +97103" +97106" +97108" +97116" +97133" +97138" +97140" +97141" +97303" +97324" +97326" +97327" +97330" +97333" +97338" +97342" +97352" +97355" +97358" +97376" +97380" +97381" +97390" +97405" +97406" +97411" +97413" +97415" +97420" +97424" +97429" +97441" +97443" +97456" +97457" +97458" +97462" +97465" +97467" +97471" +97478" +97488" +97490" +97497" +97499" +97520" +97522" +97524" +97525" +97527" +97530" +97532" +97541" +97601" +97603" +97620" +97621" +97623" +97624" +97626" +97630" +97636" +97637" +97638" +97640" +97641" +97701" +97710" +97711" +97720" +97721" +97722" +97731" +97733" +97735" +97736" +97739" +97741" +97750" +97751" +97752" +97753" +97754" +97758" +97759" +97761" +97801" +97810" +97812" +97814" +97820" +97823" +97824" +97825" +97826" +97827" +97828" +97830" +97835" +97836" +97842" +97843" +97846" +97848" +97850" +97856" +97857" +97862" +97864" +97865" +97867" +97868" +97869" +97870" +97875" +97877" +97880" +97883" +97885" +97903" +97904" +97905" +97906" +97907" +97908" +97910" +97911" +97913" +97914" +97918" +97920" +98001" +98022" +98023" +98045" +98053" +98068" +98133" +98208" +98221" +98223" +98224" +98233" +98236" +98237" +98240" +98241" +98244" +98248" +98251" +98252" +98267" +98283" +98284" +98288" +98292" +98304" +98305" +98320" +98323" +98326" +98331" +98335" +98336" +98358" +98360" +98361" +98362" +98363" +98365" +98506" +98513" +98520" +98526" +98532" +98537" +98541" +98548" +98550" +98563" +98576" +98577" +98579" +98580" +98581" +98584" +98585" +98586" +98588" +98591" +98597" +98601" +98607" +98610" +98611" +98616" +98619" +98620" +98635" +98638" +98648" +98649" +98672" +98675" +98801" +98802" +98812" +98813" +98814" +98816" +98822" +98823" +98826" +98827" +98830" +98832" +98833" +98837" +98840" +98841" +98844" +98847" +98848" +98849" +98851" +98852" +98855" +98856" +98857" +98858" +98859" +98862" +98901" +98903" +98922" +98926" +98935" +98936" +98937" +98940" +98942" +98944" +98948" +98951" +99003" +99004" +99005" +99006" +99008" +99016" +99018" +99022" +99032" +99040" +99103" +99109" +99111" +99114" +99115" +99117" +99118" +99119" +99122" +99125" +99129" +99134" +99135" +99138" +99139" +99140" +99141" +99143" +99153" +99155" +99156" +99157" +99159" +99161" +99163" +99166" +99167" +99169" +99170" +99171" +99180" +99181" +99185" +99301" +99322" +99326" +99328" +99333" +99337" +99338" +99341" +99343" +99344" +99345" +99347" +99348" +99349" +99350" +99356" +99357" +99360" +99361" +99362" +99371" +99401" +99402" +99510" +99518" +99519" +99540" +99550" +99556" +99557" +99566" +99567" +99572" +99573" +99574" +99575" +99576" +99577" +99585" +99586" +99587" +99588" +99591" +99603" +99605" +99606" +99607" +99610" +99611" +99613" +99615" +99625" +99627" +99628" +99631" +99633" +99639" +99640" +99645" +99647" +99648" +99649" +99652" +99654" +99656" +99657" +99661" +99663" +99664" +99666" +99667" +99669" +99672" +99674" +99676" +99678" +99679" +99680" +99682" +99683" +99684" +99685" +99686" +99688" +99689" +99690" +99691" +99693" +99701" +99705" +99706" +99709" +99712" +99714" +99723" +99726" +99729" +99730" +99732" +99733" +99734" +99737" +99738" +99739" +99740" +99743" +99746" +99752" +99753" +99755" +99756" +99757" +99758" +99760" +99761" +99762" +99764" +99766" +99768" +99770" +99772" +99778" +99780" +99781" +99786" +99789" +99790" +99791" +99801" +99820" +99825" +99826" +99827" +99830" +99832" +99833" +99835" +99840" +99901" +99903" +99919" +99921" +99926" +99927" +99929" +8600000US00612" +8600000US00641" +8600000US00682" +8600000US00720" +8600000US00751" +8600000US00791" +8600000US01039" +8600000US01040" +8600000US01083" +8600000US01255" +8600000US01266" +8600000US01270" +8600000US01339" +8600000US01340" +8600000US01366" +8600000US01451" +8600000US01468" +8600000US01507" +8600000US01543" +8600000US01569" +8600000US01801" +8600000US01844" +8600000US01951" +8600000US02184" +8600000US02186" +8600000US02330" +8600000US02535" +8600000US02576" +8600000US02653" +8600000US02760" +8600000US02806" +8600000US02813" +8600000US02816" +8600000US02859" +8600000US03038" +8600000US03043" +8600000US03060" +8600000US03102" +8600000US03215" +8600000US03241" +8600000US03244" +8600000US03251" +8600000US03254" +8600000US03257" +8600000US03303" +8600000US03304" +8600000US03431" +8600000US03470" +8600000US03574" +8600000US03579" +8600000US03582" +8600000US03585" +8600000US03588" +8600000US03590" +8600000US03592" +8600000US03773" +8600000US03780" +8600000US03781" +8600000US03818" +8600000US03824" +8600000US03825" +8600000US03836" +8600000US03846" +8600000US03887" +8600000US04009" +8600000US04020" +8600000US04027" +8600000US04040" +8600000US04046" +8600000US04062" +8600000US04086" +8600000US04217" +8600000US04219" +8600000US04261" +8600000US04280" +8600000US04281" +8600000US04355" +8600000US04357" +8600000US04363" +8600000US04413" +8600000US04414" +8600000US04418" +8600000US04426" +8600000US04428" +8600000US04435" +8600000US04441" +8600000US04448" +8600000US04460" +8600000US04462" +8600000US04464" +8600000US04468" +8600000US04471" +8600000US04476" +8600000US04478" +8600000US04485" +8600000US04491" +8600000US04492" +8600000US04495" +8600000US04497" +8600000US04530" +8600000US04535" +8600000US04544" +8600000US04605" +8600000US04622" +8600000US04624" +8600000US04628" +8600000US04634" +8600000US04645" +8600000US04654" +8600000US04668" +8600000US04671" +8600000US04730" +8600000US04732" +8600000US04733" +8600000US04739" +8600000US04742" +8600000US04747" +8600000US04756" +8600000US04757" +8600000US04758" +8600000US04765" +8600000US04768" +8600000US04772" +8600000US04780" +8600000US04785" +8600000US04864" +8600000US04912" +8600000US04920" +8600000US04927" +8600000US04936" +8600000US04938" +8600000US04939" +8600000US04942" +8600000US04943" +8600000US04945" +8600000US04961" +8600000US04966" +8600000US04970" +8600000US04983" +8600000US04985" +8600000US04986" +8600000US04987" +8600000US04989" +8600000US05032" +8600000US05055" +8600000US05062" +8600000US05079" +8600000US05081" +8600000US05091" +8600000US05146" +8600000US05148" +8600000US05250" +8600000US05355" +8600000US05443" +8600000US05450" +8600000US05458" +8600000US05471" +8600000US05477" +8600000US05656" +8600000US05663" +8600000US05667" +8600000US05676" +8600000US05681" +8600000US05742" +8600000US05743" +8600000US05744" +8600000US05753" +8600000US05769" +8600000US05822" +8600000US05846" +8600000US05868" +8600000US05907" +8600000US06063" +8600000US06069" +8600000US06078" +8600000US06108" +8600000US06279" +8600000US06280" +8600000US06282" +8600000US06340" +8600000US06351" +8600000US06420" +8600000US06437" +8600000US06470" +8600000US06712" +8600000US06754" +8600000US06786" +8600000US06824" +8600000US06897" +8600000US07047" +8600000US07416" +8600000US07461" +8600000US07701" +8600000US07821" +8600000US07930" +8600000US07940" +8600000US08005" +8600000US08019" +8600000US08027" +8600000US08060" +8600000US08080" +8600000US08210" +8600000US08330" +8600000US08360" +8600000US08406" +8600000US08525" +8600000US08527" +8600000US08562" +8600000US08816" +8600000US08831" +8600000US08886" +8600000US10560" +8600000US10931" +8600000US10933" +8600000US11545" +8600000US11741" +8600000US11747" +8600000US11968" +8600000US12025" +8600000US12033" +8600000US12053" +8600000US12118" +8600000US12120" +8600000US12138" +8600000US12139" +8600000US12167" +8600000US12168" +8600000US12180" +8600000US12187" +8600000US12190" +8600000US12197" +8600000US12427" +8600000US12477" +8600000US12496" +8600000US12534" +8600000US12575" +8600000US12578" +8600000US12589" +8600000US12590" +8600000US12726" +8600000US12740" +8600000US12758" +8600000US12771" +8600000US12781" +8600000US12788" +8600000US12812" +8600000US12832" +8600000US12835" +8600000US12842" +8600000US12846" +8600000US12847" +8600000US12856" +8600000US12861" +8600000US12865" +8600000US12866" +8600000US12870" +8600000US12885" +8600000US12926" +8600000US12932" +8600000US12934" +8600000US12936" +8600000US12943" +8600000US12945" +8600000US12953" +8600000US12959" +8600000US12973" +8600000US12980" +8600000US12981" +8600000US12983" +8600000US12986" +8600000US12992" +8600000US12998" +8600000US13021" +8600000US13035" +8600000US13040" +8600000US13045" +8600000US13054" +8600000US13069" +8600000US13078" +8600000US13108" +8600000US13114" +8600000US13116" +8600000US13118" +8600000US13165" +8600000US13304" +8600000US13317" +8600000US13324" +8600000US13326" +8600000US13327" +8600000US13331" +8600000US13332" +8600000US13338" +8600000US13343" +8600000US13353" +8600000US13354" +8600000US13367" +8600000US13411" +8600000US13437" +8600000US13477" +8600000US13491" +8600000US13493" +8600000US13608" +8600000US13613" +8600000US13618" +8600000US13635" +8600000US13648" +8600000US13654" +8600000US13656" +8600000US13661" +8600000US13665" +8600000US13667" +8600000US13672" +8600000US13679" +8600000US13682" +8600000US13684" +8600000US13730" +8600000US13755" +8600000US13788" +8600000US13797" +8600000US13803" +8600000US13820" +8600000US13825" +8600000US13826" +8600000US13830" +8600000US13856" +8600000US13903" +8600000US14004" +8600000US14006" +8600000US14024" +8600000US14030" +8600000US14042" +8600000US14062" +8600000US14094" +8600000US14411" +8600000US14428" +8600000US14437" +8600000US14454" +8600000US14456" +8600000US14482" +8600000US14489" +8600000US14527" +8600000US14543" +8600000US14572" +8600000US14580" +8600000US14591" +8600000US14719" +8600000US14737" +8600000US14740" +8600000US14743" +8600000US14755" +8600000US14767" +8600000US14775" +8600000US14804" +8600000US14807" +8600000US14814" +8600000US14820" +8600000US14830" +8600000US14843" +8600000US14873" +8600000US14883" +8600000US14885" +8600000US15003" +8600000US15101" +8600000US15132" +8600000US15301" +8600000US15327" +8600000US15352" +8600000US15376" +8600000US15444" +8600000US15455" +8600000US15470" +8600000US15535" +8600000US15537" +8600000US15541" +8600000US15552" +8600000US15554" +8600000US15557" +8600000US15601" +8600000US15613" +8600000US15666" +8600000US15717" +8600000US15732" +8600000US15742" +8600000US15757" +8600000US15825" +8600000US15834" +8600000US15851" +8600000US15857" +8600000US15860" +8600000US15861" +8600000US15906" +8600000US15955" +8600000US16002" +8600000US16117" +8600000US16137" +8600000US16159" +8600000US16226" +8600000US16239" +8600000US16254" +8600000US16301" +8600000US16313" +8600000US16323" +8600000US16340" +8600000US16354" +8600000US16365" +8600000US16373" +8600000US16403" +8600000US16404" +8600000US16406" +8600000US16424" +8600000US16508" +8600000US16652" +8600000US16662" +8600000US16666" +8600000US16668" +8600000US16693" +8600000US16720" +8600000US16726" +8600000US16735" +8600000US16748" +8600000US16749" +8600000US16822" +8600000US16823" +8600000US16836" +8600000US16866" +8600000US16875" +8600000US16901" +8600000US16922" +8600000US16932" +8600000US16933" +8600000US16943" +8600000US16950" +8600000US17007" +8600000US17015" +8600000US17021" +8600000US17022" +8600000US17032" +8600000US17063" +8600000US17078" +8600000US17082" +8600000US17086" +8600000US17112" +8600000US17224" +8600000US17225" +8600000US17229" +8600000US17240" +8600000US17267" +8600000US17331" +8600000US17363" +8600000US17406" +8600000US17532" +8600000US17555" +8600000US17701" +8600000US17724" +8600000US17740" +8600000US17745" +8600000US17751" +8600000US17764" +8600000US17771" +8600000US17810" +8600000US17815" +8600000US17845" +8600000US17846" +8600000US17872" +8600000US17946" +8600000US17964" +8600000US17972" +8600000US18013" +8600000US18037" +8600000US18080" +8600000US18324" +8600000US18425" +8600000US18433" +8600000US18436" +8600000US18444" +8600000US18461" +8600000US18466" +8600000US18612" +8600000US18614" +8600000US18640" +8600000US18707" +8600000US18826" +8600000US18837" +8600000US18840" +8600000US18846" +8600000US18847" +8600000US18854" +8600000US18947" +8600000US19046" +8600000US19344" +8600000US19438" +8600000US19460" +8600000US19506" +8600000US19530" +8600000US19567" +8600000US19605" +8600000US19713" +8600000US19720" +8600000US19901" +8600000US19954" +8600000US19960" +8600000US19968" +8600000US20112" +8600000US20132" +8600000US20155" +8600000US20639" +8600000US20677" +8600000US20736" +8600000US21012" +8600000US21034" +8600000US21074" +8600000US21144" +8600000US21161" +8600000US21531" +8600000US21550" +8600000US21555" +8600000US21557" +8600000US21601" +8600000US21613" +8600000US21620" +8600000US21623" +8600000US21645" +8600000US21673" +8600000US21703" +8600000US21742" +8600000US21755" +8600000US21757" +8600000US21766" +8600000US21770" +8600000US21784" +8600000US21804" +8600000US21811" +8600000US21837" +8600000US21851" +8600000US22060" +8600000US22066" +8600000US22401" +8600000US22405" +8600000US22407" +8600000US22503" +8600000US22514" +8600000US22542" +8600000US22546" +8600000US22601" +8600000US22655" +8600000US22727" +8600000US22728" +8600000US22801" +8600000US22802" +8600000US22815" +8600000US22827" +8600000US22831" +8600000US22844" +8600000US22932" +8600000US22937" +8600000US22963" +8600000US22967" +8600000US23002" +8600000US23023" +8600000US23030" +8600000US23040" +8600000US23056" +8600000US23063" +8600000US23084" +8600000US23093" +8600000US23112" +8600000US23126" +8600000US23141" +8600000US23175" +8600000US23181" +8600000US23185" +8600000US23230" +8600000US23426" +8600000US23437" +8600000US23455" +8600000US23457" +8600000US23669" +8600000US23824" +8600000US23833" +8600000US23839" +8600000US23847" +8600000US23860" +8600000US23882" +8600000US23897" +8600000US23920" +8600000US23930" +8600000US23936" +8600000US23937" +8600000US23944" +8600000US23959" +8600000US23960" +8600000US23964" +8600000US24013" +8600000US24053" +8600000US24064" +8600000US24065" +8600000US24073" +8600000US24085" +8600000US24112" +8600000US24121" +8600000US24127" +8600000US24138" +8600000US24151" +8600000US24162" +8600000US24171" +8600000US24210" +8600000US24219" +8600000US24225" +8600000US24228" +8600000US24244" +8600000US24245" +8600000US24301" +8600000US24314" +8600000US24319" +8600000US24324" +8600000US24333" +8600000US24343" +8600000US24348" +8600000US24354" +8600000US24426" +8600000US24433" +8600000US24441" +8600000US24450" +8600000US24459" +8600000US24460" +8600000US24503" +8600000US24521" +8600000US24522" +8600000US24526" +8600000US24527" +8600000US24553" +8600000US24565" +8600000US24589" +8600000US24590" +8600000US24598" +8600000US24609" +8600000US24651" +8600000US24656" +8600000US24714" +8600000US24740" +8600000US24822" +8600000US24878" +8600000US24901" +8600000US24915" +8600000US24983" +8600000US25009" +8600000US25022" +8600000US25043" +8600000US25061" +8600000US25208" +8600000US25241" +8600000US25259" +8600000US25286" +8600000US25311" +8600000US25313" +8600000US25320" +8600000US25414" +8600000US25503" +8600000US25506" +8600000US25524" +8600000US25670" +8600000US25674" +8600000US25813" +8600000US25916" +8600000US25918" +8600000US25951" +8600000US25962" +8600000US26003" +8600000US26033" +8600000US26047" +8600000US26070" +8600000US26143" +8600000US26147" +8600000US26155" +8600000US26170" +8600000US26201" +8600000US26203" +8600000US26222" +8600000US26224" +8600000US26250" +8600000US26261" +8600000US26263" +8600000US26268" +8600000US26269" +8600000US26288" +8600000US26291" +8600000US26294" +8600000US26335" +8600000US26337" +8600000US26354" +8600000US26372" +8600000US26452" +8600000US26456" +8600000US26519" +8600000US26554" +8600000US26591" +8600000US26651" +8600000US26690" +8600000US26726" +8600000US26757" +8600000US26807" +8600000US26810" +8600000US26836" +8600000US26847" +8600000US27006" +8600000US27011" +8600000US27012" +8600000US27046" +8600000US27052" +8600000US27205" +8600000US27212" +8600000US27229" +8600000US27239" +8600000US27242" +8600000US27253" +8600000US27291" +8600000US27301" +8600000US27306" +8600000US27312" +8600000US27330" +8600000US27356" +8600000US27357" +8600000US27360" +8600000US27408" +8600000US27517" +8600000US27534" +8600000US27549" +8600000US27553" +8600000US27565" +8600000US27569" +8600000US27574" +8600000US27583" +8600000US27589" +8600000US27603" +8600000US27612" +8600000US27803" +8600000US27805" +8600000US27806" +8600000US27808" +8600000US27820" +8600000US27830" +8600000US27834" +8600000US27839" +8600000US27846" +8600000US27860" +8600000US27870" +8600000US27871" +8600000US27874" +8600000US27880" +8600000US27886" +8600000US27891" +8600000US27892" +8600000US27924" +8600000US27925" +8600000US27944" +8600000US27950" +8600000US27953" +8600000US27974" +8600000US27983" +8600000US28016" +8600000US28018" +8600000US28027" +8600000US28080" +8600000US28090" +8600000US28097" +8600000US28112" +8600000US28115" +8600000US28119" +8600000US28135" +8600000US28150" +8600000US28227" +8600000US28311" +8600000US28318" +8600000US28328" +8600000US28334" +8600000US28343" +8600000US28345" +8600000US28357" +8600000US28358" +8600000US28364" +8600000US28365" +8600000US28371" +8600000US28383" +8600000US28399" +8600000US28409" +8600000US28420" +8600000US28421" +8600000US28425" +8600000US28433" +8600000US28441" +8600000US28455" +8600000US28462" +8600000US28472" +8600000US28501" +8600000US28516" +8600000US28546" +8600000US28555" +8600000US28560" +8600000US28571" +8600000US28572" +8600000US28574" +8600000US28586" +8600000US28611" +8600000US28625" +8600000US28640" +8600000US28645" +8600000US28654" +8600000US28655" +8600000US28657" +8600000US28659" +8600000US28676" +8600000US28689" +8600000US28708" +8600000US28714" +8600000US28717" +8600000US28723" +8600000US28743" +8600000US28753" +8600000US28762" +8600000US28763" +8600000US28771" +8600000US28786" +8600000US28787" +8600000US28792" +8600000US28904" +8600000US29010" +8600000US29014" +8600000US29016" +8600000US29020" +8600000US29030" +8600000US29031" +8600000US29032" +8600000US29038" +8600000US29042" +8600000US29052" +8600000US29053" +8600000US29059" +8600000US29112" +8600000US29114" +8600000US29123" +8600000US29125" +8600000US29138" +8600000US29150" +8600000US29180" +8600000US29212" +8600000US29303" +8600000US29322" +8600000US29325" +8600000US29340" +8600000US29374" +8600000US29412" +8600000US29426" +8600000US29431" +8600000US29432" +8600000US29438" +8600000US29440" +8600000US29446" +8600000US29450" +8600000US29456" +8600000US29458" +8600000US29488" +8600000US29501" +8600000US29505" +8600000US29510" +8600000US29512" +8600000US29526" +8600000US29536" +8600000US29540" +8600000US29544" +8600000US29554" +8600000US29581" +8600000US29583" +8600000US29590" +8600000US29617" +8600000US29621" +8600000US29644" +8600000US29645" +8600000US29654" +8600000US29666" +8600000US29669" +8600000US29672" +8600000US29685" +8600000US29693" +8600000US29715" +8600000US29720" +8600000US29728" +8600000US29745" +8600000US29803" +8600000US29810" +8600000US29812" +8600000US29824" +8600000US29838" +8600000US29847" +8600000US29911" +8600000US29927" +8600000US29936" +8600000US29941" +8600000US29945" +8600000US30016" +8600000US30024" +8600000US30039" +8600000US30115" +8600000US30116" +8600000US30143" +8600000US30145" +8600000US30153" +8600000US30165" +8600000US30170" +8600000US30178" +8600000US30179" +8600000US30188" +8600000US30213" +8600000US30223" +8600000US30230" +8600000US30241" +8600000US30252" +8600000US30263" +8600000US30328" +8600000US30401" +8600000US30413" +8600000US30415" +8600000US30417" +8600000US30425" +8600000US30427" +8600000US30428" +8600000US30436" +8600000US30439" +8600000US30442" +8600000US30453" +8600000US30457" +8600000US30467" +8600000US30470" +8600000US30512" +8600000US30513" +8600000US30525" +8600000US30530" +8600000US30531" +8600000US30534" +8600000US30545" +8600000US30548" +8600000US30560" +8600000US30572" +8600000US30577" +8600000US30606" +8600000US30634" +8600000US30635" +8600000US30642" +8600000US30643" +8600000US30648" +8600000US30650" +8600000US30656" +8600000US30663" +8600000US30669" +8600000US30673" +8600000US30705" +8600000US30711" +8600000US30731" +8600000US30736" +8600000US30753" +8600000US30755" +8600000US30815" +8600000US30816" +8600000US30817" +8600000US30828" +8600000US30830" +8600000US31003" +8600000US31021" +8600000US31024" +8600000US31029" +8600000US31030" +8600000US31031" +8600000US31036" +8600000US31055" +8600000US31060" +8600000US31064" +8600000US31069" +8600000US31077" +8600000US31078" +8600000US31079" +8600000US31085" +8600000US31087" +8600000US31089" +8600000US31090" +8600000US31092" +8600000US31094" +8600000US31096" +8600000US31097" +8600000US31211" +8600000US31303" +8600000US31316" +8600000US31324" +8600000US31327" +8600000US31408" +8600000US31503" +8600000US31512" +8600000US31513" +8600000US31525" +8600000US31533" +8600000US31537" +8600000US31539" +8600000US31553" +8600000US31554" +8600000US31558" +8600000US31560" +8600000US31568" +8600000US31601" +8600000US31625" +8600000US31629" +8600000US31630" +8600000US31631" +8600000US31635" +8600000US31642" +8600000US31709" +8600000US31719" +8600000US31721" +8600000US31743" +8600000US31750" +8600000US31757" +8600000US31791" +8600000US31795" +8600000US31803" +8600000US31806" +8600000US31812" +8600000US31815" +8600000US31826" +8600000US31827" +8600000US31830" +8600000US32011" +8600000US32024" +8600000US32052" +8600000US32054" +8600000US32060" +8600000US32062" +8600000US32063" +8600000US32066" +8600000US32091" +8600000US32095" +8600000US32134" +8600000US32145" +8600000US32148" +8600000US32164" +8600000US32168" +8600000US32195" +8600000US32221" +8600000US32312" +8600000US32320" +8600000US32321" +8600000US32327" +8600000US32333" +8600000US32340" +8600000US32344" +8600000US32346" +8600000US32347" +8600000US32348" +8600000US32351" +8600000US32404" +8600000US32407" +8600000US32421" +8600000US32423" +8600000US32425" +8600000US32433" +8600000US32438" +8600000US32443" +8600000US32460" +8600000US32462" +8600000US32465" +8600000US32526" +8600000US32535" +8600000US32547" +8600000US32567" +8600000US32570" +8600000US32583" +8600000US32618" +8600000US32626" +8600000US32648" +8600000US32666" +8600000US32667" +8600000US32680" +8600000US32708" +8600000US32709" +8600000US32720" +8600000US32825" +8600000US32832" +8600000US32934" +8600000US32958" +8600000US32966" +8600000US33165" +8600000US33166" +8600000US33187" +8600000US33418" +8600000US33430" +8600000US33440" +8600000US33470" +8600000US33471" +8600000US33602" +8600000US33710" +8600000US33811" +8600000US33825" +8600000US33841" +8600000US33852" +8600000US33859" +8600000US33860" +8600000US33880" +8600000US33905" +8600000US33935" +8600000US33960" +8600000US33982" +8600000US33993" +8600000US34141" +8600000US34142" +8600000US34145" +8600000US34219" +8600000US34251" +8600000US34266" +8600000US34275" +8600000US34434" +8600000US34446" +8600000US34449" +8600000US34473" +8600000US34475" +8600000US34608" +8600000US34736" +8600000US34739" +8600000US34747" +8600000US34771" +8600000US34772" +8600000US34785" +8600000US34797" +8600000US34949" +8600000US34972" +8600000US34974" +8600000US34997" +8600000US35040" +8600000US35042" +8600000US35051" +8600000US35053" +8600000US35057" +8600000US35072" +8600000US35087" +8600000US35089" +8600000US35096" +8600000US35114" +8600000US35130" +8600000US35151" +8600000US35160" +8600000US35172" +8600000US35228" +8600000US35244" +8600000US35406" +8600000US35443" +8600000US35447" +8600000US35456" +8600000US35462" +8600000US35463" +8600000US35466" +8600000US35470" +8600000US35475" +8600000US35555" +8600000US35576" +8600000US35578" +8600000US35579" +8600000US35580" +8600000US35581" +8600000US35592" +8600000US35594" +8600000US35611" +8600000US35619" +8600000US35621" +8600000US35633" +8600000US35653" +8600000US35654" +8600000US35672" +8600000US35674" +8600000US35677" +8600000US35752" +8600000US35758" +8600000US35764" +8600000US35768" +8600000US35769" +8600000US35950" +8600000US35954" +8600000US35960" +8600000US35961" +8600000US35984" +8600000US36009" +8600000US36016" +8600000US36027" +8600000US36028" +8600000US36036" +8600000US36040" +8600000US36042" +8600000US36053" +8600000US36075" +8600000US36078" +8600000US36079" +8600000US36081" +8600000US36083" +8600000US36089" +8600000US36091" +8600000US36092" +8600000US36110" +8600000US36203" +8600000US36206" +8600000US36262" +8600000US36264" +8600000US36266" +8600000US36272" +8600000US36310" +8600000US36311" +8600000US36312" +8600000US36344" +8600000US36350" +8600000US36401" +8600000US36420" +8600000US36421" +8600000US36426" +8600000US36445" +8600000US36451" +8600000US36456" +8600000US36467" +8600000US36474" +8600000US36481" +8600000US36507" +8600000US36518" +8600000US36521" +8600000US36524" +8600000US36542" +8600000US36545" +8600000US36562" +8600000US36567" +8600000US36571" +8600000US36587" +8600000US36608" +8600000US36701" +8600000US36722" +8600000US36728" +8600000US36738" +8600000US36742" +8600000US36756" +8600000US36761" +8600000US36768" +8600000US36784" +8600000US36785" +8600000US36850" +8600000US36858" +8600000US36862" +8600000US36871" +8600000US36874" +8600000US36904" +8600000US36919" +8600000US36925" +8600000US37012" +8600000US37015" +8600000US37018" +8600000US37029" +8600000US37030" +8600000US37033" +8600000US37037" +8600000US37042" +8600000US37058" +8600000US37074" +8600000US37075" +8600000US37083" +8600000US37086" +8600000US37090" +8600000US37101" +8600000US37110" +8600000US37144" +8600000US37153" +8600000US37172" +8600000US37175" +8600000US37180" +8600000US37187" +8600000US37322" +8600000US37327" +8600000US37334" +8600000US37335" +8600000US37337" +8600000US37347" +8600000US37354" +8600000US37366" +8600000US37367" +8600000US37370" +8600000US37379" +8600000US37381" +8600000US37385" +8600000US37388" +8600000US37397" +8600000US37398" +8600000US37617" +8600000US37620" +8600000US37641" +8600000US37683" +8600000US37687" +8600000US37721" +8600000US37738" +8600000US37745" +8600000US37755" +8600000US37757" +8600000US37774" +8600000US37801" +8600000US37821" +8600000US37826" +8600000US37840" +8600000US37843" +8600000US37857" +8600000US37872" +8600000US37876" +8600000US37877" +8600000US37879" +8600000US37882" +8600000US37885" +8600000US37891" +8600000US37892" +8600000US38001" +8600000US38008" +8600000US38012" +8600000US38019" +8600000US38023" +8600000US38030" +8600000US38052" +8600000US38053" +8600000US38059" +8600000US38060" +8600000US38061" +8600000US38063" +8600000US38075" +8600000US38079" +8600000US38109" +8600000US38201" +8600000US38237" +8600000US38257" +8600000US38260" +8600000US38261" +8600000US38305" +8600000US38310" +8600000US38318" +8600000US38320" +8600000US38329" +8600000US38341" +8600000US38344" +8600000US38351" +8600000US38372" +8600000US38382" +8600000US38401" +8600000US38451" +8600000US38462" +8600000US38464" +8600000US38469" +8600000US38477" +8600000US38482" +8600000US38483" +8600000US38485" +8600000US38501" +8600000US38541" +8600000US38544" +8600000US38556" +8600000US38574" +8600000US38580" +8600000US38581" +8600000US38606" +8600000US38611" +8600000US38614" +8600000US38618" +8600000US38620" +8600000US38626" +8600000US38627" +8600000US38629" +8600000US38635" +8600000US38646" +8600000US38650" +8600000US38655" +8600000US38666" +8600000US38671" +8600000US38676" +8600000US38722" +8600000US38736" +8600000US38737" +8600000US38740" +8600000US38748" +8600000US38761" +8600000US38801" +8600000US38824" +8600000US38828" +8600000US38833" +8600000US38834" +8600000US38851" +8600000US38852" +8600000US38863" +8600000US38870" +8600000US38873" +8600000US38901" +8600000US38922" +8600000US38930" +8600000US38940" +8600000US38948" +8600000US38965" +8600000US38967" +8600000US39040" +8600000US39041" +8600000US39042" +8600000US39045" +8600000US39046" +8600000US39051" +8600000US39083" +8600000US39090" +8600000US39095" +8600000US39111" +8600000US39117" +8600000US39119" +8600000US39120" +8600000US39146" +8600000US39150" +8600000US39152" +8600000US39153" +8600000US39156" +8600000US39157" +8600000US39159" +8600000US39169" +8600000US39175" +8600000US39176" +8600000US39191" +8600000US39194" +8600000US39208" +8600000US39325" +8600000US39328" +8600000US39335" +8600000US39338" +8600000US39339" +8600000US39341" +8600000US39345" +8600000US39350" +8600000US39358" +8600000US39360" +8600000US39362" +8600000US39364" +8600000US39365" +8600000US39366" +8600000US39367" +8600000US39401" +8600000US39421" +8600000US39425" +8600000US39426" +8600000US39443" +8600000US39451" +8600000US39452" +8600000US39455" +8600000US39470" +8600000US39476" +8600000US39479" +8600000US39556" +8600000US39560" +8600000US39562" +8600000US39573" +8600000US39574" +8600000US39601" +8600000US39645" +8600000US39647" +8600000US39652" +8600000US39661" +8600000US39663" +8600000US39666" +8600000US39667" +8600000US39668" +8600000US39669" +8600000US39701" +8600000US39730" +8600000US39743" +8600000US39744" +8600000US39746" +8600000US39747" +8600000US39750" +8600000US39772" +8600000US39773" +8600000US39819" +8600000US39823" +8600000US39828" +8600000US39837" +8600000US39841" +8600000US39842" +8600000US39846" +8600000US39854" +8600000US39866" +8600000US39897" +8600000US40006" +8600000US40011" +8600000US40012" +8600000US40051" +8600000US40057" +8600000US40060" +8600000US40076" +8600000US40108" +8600000US40115" +8600000US40119" +8600000US40143" +8600000US40150" +8600000US40165" +8600000US40313" +8600000US40324" +8600000US40328" +8600000US40330" +8600000US40342" +8600000US40351" +8600000US40353" +8600000US40359" +8600000US40361" +8600000US40370" +8600000US40380" +8600000US40383" +8600000US40444" +8600000US40447" +8600000US40475" +8600000US40484" +8600000US40701" +8600000US40737" +8600000US40769" +8600000US40815" +8600000US40826" +8600000US40856" +8600000US40935" +8600000US40962" +8600000US40965" +8600000US40997" +8600000US41006" +8600000US41007" +8600000US41031" +8600000US41043" +8600000US41064" +8600000US41129" +8600000US41143" +8600000US41164" +8600000US41166" +8600000US41168" +8600000US41171" +8600000US41179" +8600000US41240" +8600000US41311" +8600000US41314" +8600000US41317" +8600000US41339" +8600000US41472" +8600000US41522" +8600000US41539" +8600000US41653" +8600000US41749" +8600000US41777" +8600000US41822" +8600000US42038" +8600000US42039" +8600000US42044" +8600000US42053" +8600000US42071" +8600000US42078" +8600000US42101" +8600000US42122" +8600000US42127" +8600000US42129" +8600000US42134" +8600000US42141" +8600000US42206" +8600000US42210" +8600000US42211" +8600000US42240" +8600000US42256" +8600000US42266" +8600000US42303" +8600000US42327" +8600000US42337" +8600000US42345" +8600000US42348" +8600000US42349" +8600000US42404" +8600000US42411" +8600000US42413" +8600000US42458" +8600000US42462" +8600000US42464" +8600000US42503" +8600000US42544" +8600000US42566" +8600000US42567" +8600000US42602" +8600000US42629" +8600000US42633" +8600000US42649" +8600000US42701" +8600000US42715" +8600000US42718" +8600000US42726" +8600000US42757" +8600000US43009" +8600000US43014" +8600000US43017" +8600000US43050" +8600000US43055" +8600000US43061" +8600000US43078" +8600000US43080" +8600000US43082" +8600000US43102" +8600000US43110" +8600000US43135" +8600000US43137" +8600000US43140" +8600000US43160" +8600000US43302" +8600000US43310" +8600000US43315" +8600000US43323" +8600000US43344" +8600000US43402" +8600000US43416" +8600000US43511" +8600000US43512" +8600000US43521" +8600000US43534" +8600000US43543" +8600000US43545" +8600000US43549" +8600000US43616" +8600000US43701" +8600000US43724" +8600000US43749" +8600000US43771" +8600000US43778" +8600000US43782" +8600000US43822" +8600000US43824" +8600000US43902" +8600000US43950" +8600000US43986" +8600000US44003" +8600000US44024" +8600000US44050" +8600000US44062" +8600000US44090" +8600000US44105" +8600000US44124" +8600000US44201" +8600000US44216" +8600000US44254" +8600000US44264" +8600000US44401" +8600000US44417" +8600000US44432" +8600000US44438" +8600000US44441" +8600000US44470" +8600000US44601" +8600000US44611" +8600000US44621" +8600000US44627" +8600000US44663" +8600000US44681" +8600000US44688" +8600000US44691" +8600000US44811" +8600000US44820" +8600000US44836" +8600000US44847" +8600000US44851" +8600000US44878" +8600000US44883" +8600000US44903" +8600000US45133" +8600000US45140" +8600000US45142" +8600000US45144" +8600000US45176" +8600000US45177" +8600000US45215" +8600000US45304" +8600000US45309" +8600000US45311" +8600000US45320" +8600000US45324" +8600000US45331" +8600000US45340" +8600000US45368" +8600000US45373" +8600000US45385" +8600000US45404" +8600000US45601" +8600000US45616" +8600000US45640" +8600000US45648" +8600000US45654" +8600000US45669" +8600000US45681" +8600000US45686" +8600000US45690" +8600000US45696" +8600000US45697" +8600000US45701" +8600000US45723" +8600000US45729" +8600000US45745" +8600000US45764" +8600000US45767" +8600000US45771" +8600000US45822" +8600000US45830" +8600000US45840" +8600000US45849" +8600000US45850" +8600000US45856" +8600000US45869" +8600000US45889" +8600000US45895" +8600000US46011" +8600000US46031" +8600000US46041" +8600000US46065" +8600000US46071" +8600000US46072" +8600000US46074" +8600000US46105" +8600000US46124" +8600000US46135" +8600000US46143" +8600000US46151" +8600000US46158" +8600000US46168" +8600000US46173" +8600000US46182" +8600000US46311" +8600000US46342" +8600000US46349" +8600000US46350" +8600000US46366" +8600000US46392" +8600000US46393" +8600000US46506" +8600000US46514" +8600000US46542" +8600000US46552" +8600000US46565" +8600000US46574" +8600000US46721" +8600000US46725" +8600000US46733" +8600000US46737" +8600000US46738" +8600000US46746" +8600000US46750" +8600000US46767" +8600000US46816" +8600000US46901" +8600000US46938" +8600000US46952" +8600000US46962" +8600000US46970" +8600000US46975" +8600000US46978" +8600000US46982" +8600000US46992" +8600000US46994" +8600000US46996" +8600000US47001" +8600000US47032" +8600000US47038" +8600000US47112" +8600000US47116" +8600000US47118" +8600000US47129" +8600000US47143" +8600000US47163" +8600000US47201" +8600000US47229" +8600000US47240" +8600000US47246" +8600000US47250" +8600000US47265" +8600000US47281" +8600000US47326" +8600000US47330" +8600000US47331" +8600000US47338" +8600000US47359" +8600000US47362" +8600000US47380" +8600000US47385" +8600000US47390" +8600000US47394" +8600000US47421" +8600000US47433" +8600000US47436" +8600000US47446" +8600000US47448" +8600000US47460" +8600000US47465" +8600000US47532" +8600000US47553" +8600000US47558" +8600000US47561" +8600000US47588" +8600000US47591" +8600000US47620" +8600000US47638" +8600000US47665" +8600000US47712" +8600000US47834" +8600000US47837" +8600000US47847" +8600000US47848" +8600000US47849" +8600000US47872" +8600000US47882" +8600000US47906" +8600000US47922" +8600000US47933" +8600000US47944" +8600000US47950" +8600000US47955" +8600000US47957" +8600000US47978" +8600000US47987" +8600000US47993" +8600000US47995" +8600000US48005" +8600000US48050" +8600000US48060" +8600000US48160" +8600000US48161" +8600000US48174" +8600000US48178" +8600000US48216" +8600000US48315" +8600000US48335" +8600000US48350" +8600000US48433" +8600000US48446" +8600000US48455" +8600000US48456" +8600000US48461" +8600000US48466" +8600000US48468" +8600000US48469" +8600000US48604" +8600000US48613" +8600000US48616" +8600000US48622" +8600000US48624" +8600000US48625" +8600000US48626" +8600000US48629" +8600000US48636" +8600000US48642" +8600000US48653" +8600000US48661" +8600000US48701" +8600000US48706" +8600000US48726" +8600000US48728" +8600000US48731" +8600000US48733" +8600000US48745" +8600000US48746" +8600000US48749" +8600000US48750" +8600000US48756" +8600000US48770" +8600000US48808" +8600000US48817" +8600000US48818" +8600000US48827" +8600000US48837" +8600000US48838" +8600000US48843" +8600000US48849" +8600000US48854" +8600000US48855" +8600000US48858" +8600000US48866" +8600000US48871" +8600000US48873" +8600000US48880" +8600000US48892" +8600000US49009" +8600000US49010" +8600000US49031" +8600000US49036" +8600000US49052" +8600000US49064" +8600000US49068" +8600000US49072" +8600000US49073" +8600000US49093" +8600000US49094" +8600000US49111" +8600000US49113" +8600000US49201" +8600000US49203" +8600000US49221" +8600000US49228" +8600000US49250" +8600000US49252" +8600000US49283" +8600000US49304" +8600000US49307" +8600000US49310" +8600000US49327" +8600000US49337" +8600000US49340" +8600000US49344" +8600000US49345" +8600000US49349" +8600000US49402" +8600000US49412" +8600000US49417" +8600000US49419" +8600000US49452" +8600000US49454" +8600000US49455" +8600000US49460" +8600000US49546" +8600000US49601" +8600000US49615" +8600000US49616" +8600000US49619" +8600000US49630" +8600000US49631" +8600000US49633" +8600000US49646" +8600000US49648" +8600000US49649" +8600000US49651" +8600000US49657" +8600000US49659" +8600000US49660" +8600000US49677" +8600000US49679" +8600000US49684" +8600000US49707" +8600000US49709" +8600000US49721" +8600000US49728" +8600000US49736" +8600000US49738" +8600000US49743" +8600000US49746" +8600000US49749" +8600000US49751" +8600000US49752" +8600000US49756" +8600000US49760" +8600000US49762" +8600000US49765" +8600000US49766" +8600000US49770" +8600000US49774" +8600000US49775" +8600000US49780" +8600000US49781" +8600000US49783" +8600000US49795" +8600000US49799" +8600000US49808" +8600000US49812" +8600000US49814" +8600000US49815" +8600000US49817" +8600000US49818" +8600000US49827" +8600000US49834" +8600000US49838" +8600000US49839" +8600000US49841" +8600000US49849" +8600000US49853" +8600000US49854" +8600000US49855" +8600000US49858" +8600000US49861" +8600000US49868" +8600000US49873" +8600000US49877" +8600000US49878" +8600000US49881" +8600000US49883" +8600000US49884" +8600000US49885" +8600000US49886" +8600000US49887" +8600000US49891" +8600000US49895" +8600000US49901" +8600000US49903" +8600000US49920" +8600000US49925" +8600000US49935" +8600000US49938" +8600000US49945" +8600000US49946" +8600000US49947" +8600000US49948" +8600000US49950" +8600000US49953" +8600000US49958" +8600000US49965" +8600000US49967" +8600000US49968" +8600000US49969" +8600000US49970" +8600000US50006" +8600000US50010" +8600000US50025" +8600000US50029" +8600000US50034" +8600000US50035" +8600000US50036" +8600000US50044" +8600000US50049" +8600000US50050" +8600000US50060" +8600000US50076" +8600000US50103" +8600000US50112" +8600000US50115" +8600000US50125" +8600000US50129" +8600000US50131" +8600000US50138" +8600000US50140" +8600000US50148" +8600000US50149" +8600000US50156" +8600000US50166" +8600000US50168" +8600000US50207" +8600000US50213" +8600000US50220" +8600000US50230" +8600000US50232" +8600000US50254" +8600000US50261" +8600000US50268" +8600000US50317" +8600000US50420" +8600000US50421" +8600000US50424" +8600000US50438" +8600000US50450" +8600000US50456" +8600000US50458" +8600000US50461" +8600000US50501" +8600000US50510" +8600000US50514" +8600000US50522" +8600000US50525" +8600000US50528" +8600000US50559" +8600000US50560" +8600000US50561" +8600000US50566" +8600000US50571" +8600000US50574" +8600000US50577" +8600000US50583" +8600000US50595" +8600000US50601" +8600000US50604" +8600000US50616" +8600000US50628" +8600000US50629" +8600000US50630" +8600000US50635" +8600000US50636" +8600000US50638" +8600000US50642" +8600000US50644" +8600000US50645" +8600000US50651" +8600000US50660" +8600000US50674" +8600000US50801" +8600000US50836" +8600000US50837" +8600000US50841" +8600000US50846" +8600000US50848" +8600000US50854" +8600000US51002" +8600000US51007" +8600000US51010" +8600000US51012" +8600000US51016" +8600000US51031" +8600000US51036" +8600000US51038" +8600000US51050" +8600000US51058" +8600000US51063" +8600000US51106" +8600000US51108" +8600000US51243" +8600000US51246" +8600000US51247" +8600000US51301" +8600000US51334" +8600000US51342" +8600000US51345" +8600000US51350" +8600000US51351" +8600000US51360" +8600000US51401" +8600000US51436" +8600000US51441" +8600000US51442" +8600000US51445" +8600000US51503" +8600000US51525" +8600000US51526" +8600000US51532" +8600000US51535" +8600000US51537" +8600000US51548" +8600000US51551" +8600000US51557" +8600000US51570" +8600000US51579" +8600000US51601" +8600000US51632" +8600000US51638" +8600000US51653" +8600000US52001" +8600000US52002" +8600000US52042" +8600000US52047" +8600000US52057" +8600000US52060" +8600000US52072" +8600000US52078" +8600000US52101" +8600000US52136" +8600000US52141" +8600000US52144" +8600000US52151" +8600000US52171" +8600000US52206" +8600000US52211" +8600000US52222" +8600000US52225" +8600000US52229" +8600000US52248" +8600000US52302" +8600000US52306" +8600000US52309" +8600000US52310" +8600000US52322" +8600000US52323" +8600000US52327" +8600000US52342" +8600000US52349" +8600000US52352" +8600000US52356" +8600000US52501" +8600000US52531" +8600000US52537" +8600000US52556" +8600000US52563" +8600000US52565" +8600000US52570" +8600000US52571" +8600000US52572" +8600000US52580" +8600000US52590" +8600000US52625" +8600000US52626" +8600000US52641" +8600000US52645" +8600000US52738" +8600000US52750" +8600000US52754" +8600000US52756" +8600000US52772" +8600000US53006" +8600000US53027" +8600000US53036" +8600000US53057" +8600000US53072" +8600000US53073" +8600000US53078" +8600000US53089" +8600000US53090" +8600000US53104" +8600000US53120" +8600000US53150" +8600000US53190" +8600000US53209" +8600000US53502" +8600000US53507" +8600000US53511" +8600000US53516" +8600000US53528" +8600000US53530" +8600000US53531" +8600000US53533" +8600000US53543" +8600000US53548" +8600000US53559" +8600000US53573" +8600000US53575" +8600000US53579" +8600000US53581" +8600000US53583" +8600000US53588" +8600000US53801" +8600000US53810" +8600000US53818" +8600000US53919" +8600000US53934" +8600000US53939" +8600000US53944" +8600000US53952" +8600000US53955" +8600000US53956" +8600000US53961" +8600000US54001" +8600000US54004" +8600000US54011" +8600000US54020" +8600000US54021" +8600000US54022" +8600000US54024" +8600000US54102" +8600000US54104" +8600000US54106" +8600000US54111" +8600000US54114" +8600000US54115" +8600000US54121" +8600000US54129" +8600000US54153" +8600000US54162" +8600000US54175" +8600000US54204" +8600000US54217" +8600000US54228" +8600000US54230" +8600000US54235" +8600000US54401" +8600000US54403" +8600000US54409" +8600000US54411" +8600000US54435" +8600000US54440" +8600000US54443" +8600000US54449" +8600000US54451" +8600000US54452" +8600000US54455" +8600000US54457" +8600000US54459" +8600000US54460" +8600000US54463" +8600000US54465" +8600000US54466" +8600000US54479" +8600000US54482" +8600000US54486" +8600000US54487" +8600000US54491" +8600000US54493" +8600000US54498" +8600000US54499" +8600000US54501" +8600000US54511" +8600000US54512" +8600000US54514" +8600000US54515" +8600000US54521" +8600000US54527" +8600000US54534" +8600000US54537" +8600000US54538" +8600000US54541" +8600000US54542" +8600000US54546" +8600000US54547" +8600000US54552" +8600000US54554" +8600000US54555" +8600000US54559" +8600000US54560" +8600000US54562" +8600000US54564" +8600000US54610" +8600000US54611" +8600000US54612" +8600000US54615" +8600000US54618" +8600000US54628" +8600000US54634" +8600000US54639" +8600000US54642" +8600000US54646" +8600000US54656" +8600000US54657" +8600000US54660" +8600000US54665" +8600000US54666" +8600000US54667" +8600000US54703" +8600000US54722" +8600000US54730" +8600000US54733" +8600000US54736" +8600000US54741" +8600000US54742" +8600000US54745" +8600000US54751" +8600000US54754" +8600000US54755" +8600000US54757" +8600000US54761" +8600000US54767" +8600000US54771" +8600000US54801" +8600000US54806" +8600000US54812" +8600000US54814" +8600000US54817" +8600000US54821" +8600000US54829" +8600000US54830" +8600000US54835" +8600000US54836" +8600000US54837" +8600000US54838" +8600000US54840" +8600000US54843" +8600000US54844" +8600000US54847" +8600000US54848" +8600000US54856" +8600000US54859" +8600000US54864" +8600000US54868" +8600000US54873" +8600000US54875" +8600000US54895" +8600000US54896" +8600000US54909" +8600000US54922" +8600000US54923" +8600000US54929" +8600000US54945" +8600000US54947" +8600000US54956" +8600000US54960" +8600000US54963" +8600000US54982" +8600000US55006" +8600000US55016" +8600000US55017" +8600000US55021" +8600000US55027" +8600000US55031" +8600000US55037" +8600000US55045" +8600000US55047" +8600000US55056" +8600000US55063" +8600000US55069" +8600000US55070" +8600000US55072" +8600000US55110" +8600000US55307" +8600000US55312" +8600000US55313" +8600000US55319" +8600000US55328" +8600000US55332" +8600000US55336" +8600000US55342" +8600000US55355" +8600000US55356" +8600000US55371" +8600000US55376" +8600000US55382" +8600000US55388" +8600000US55396" +8600000US55419" +8600000US55601" +8600000US55602" +8600000US55603" +8600000US55604" +8600000US55606" +8600000US55607" +8600000US55612" +8600000US55616" +8600000US55709" +8600000US55710" +8600000US55718" +8600000US55720" +8600000US55721" +8600000US55723" +8600000US55724" +8600000US55725" +8600000US55731" +8600000US55732" +8600000US55736" +8600000US55738" +8600000US55742" +8600000US55744" +8600000US55746" +8600000US55748" +8600000US55750" +8600000US55752" +8600000US55756" +8600000US55757" +8600000US55760" +8600000US55763" +8600000US55771" +8600000US55779" +8600000US55781" +8600000US55790" +8600000US55795" +8600000US55797" +8600000US55798" +8600000US55803" +8600000US55804" +8600000US55910" +8600000US55912" +8600000US55919" +8600000US55921" +8600000US55932" +8600000US55936" +8600000US55940" +8600000US55944" +8600000US55946" +8600000US55960" +8600000US55962" +8600000US55965" +8600000US55971" +8600000US55974" +8600000US55975" +8600000US55976" +8600000US55981" +8600000US56001" +8600000US56003" +8600000US56007" +8600000US56009" +8600000US56013" +8600000US56014" +8600000US56019" +8600000US56026" +8600000US56039" +8600000US56051" +8600000US56052" +8600000US56065" +8600000US56071" +8600000US56072" +8600000US56074" +8600000US56081" +8600000US56083" +8600000US56088" +8600000US56093" +8600000US56101" +8600000US56110" +8600000US56114" +8600000US56116" +8600000US56144" +8600000US56145" +8600000US56149" +8600000US56152" +8600000US56156" +8600000US56159" +8600000US56164" +8600000US56172" +8600000US56180" +8600000US56181" +8600000US56183" +8600000US56187" +8600000US56201" +8600000US56208" +8600000US56212" +8600000US56218" +8600000US56220" +8600000US56222" +8600000US56229" +8600000US56235" +8600000US56240" +8600000US56249" +8600000US56251" +8600000US56256" +8600000US56258" +8600000US56264" +8600000US56265" +8600000US56267" +8600000US56271" +8600000US56283" +8600000US56285" +8600000US56289" +8600000US56296" +8600000US56297" +8600000US56307" +8600000US56308" +8600000US56309" +8600000US56311" +8600000US56312" +8600000US56315" +8600000US56319" +8600000US56320" +8600000US56327" +8600000US56334" +8600000US56342" +8600000US56345" +8600000US56347" +8600000US56350" +8600000US56353" +8600000US56359" +8600000US56362" +8600000US56364" +8600000US56367" +8600000US56378" +8600000US56382" +8600000US56401" +8600000US56431" +8600000US56437" +8600000US56441" +8600000US56443" +8600000US56444" +8600000US56461" +8600000US56464" +8600000US56466" +8600000US56467" +8600000US56469" +8600000US56470" +8600000US56472" +8600000US56474" +8600000US56477" +8600000US56481" +8600000US56484" +8600000US56501" +8600000US56510" +8600000US56514" +8600000US56515" +8600000US56516" +8600000US56517" +8600000US56522" +8600000US56528" +8600000US56531" +8600000US56535" +8600000US56536" +8600000US56537" +8600000US56540" +8600000US56542" +8600000US56547" +8600000US56549" +8600000US56551" +8600000US56553" +8600000US56554" +8600000US56557" +8600000US56569" +8600000US56570" +8600000US56572" +8600000US56573" +8600000US56578" +8600000US56583" +8600000US56589" +8600000US56601" +8600000US56621" +8600000US56623" +8600000US56627" +8600000US56628" +8600000US56629" +8600000US56630" +8600000US56633" +8600000US56636" +8600000US56639" +8600000US56644" +8600000US56647" +8600000US56649" +8600000US56650" +8600000US56653" +8600000US56654" +8600000US56655" +8600000US56660" +8600000US56661" +8600000US56667" +8600000US56669" +8600000US56671" +8600000US56672" +8600000US56676" +8600000US56680" +8600000US56686" +8600000US56701" +8600000US56713" +8600000US56714" +8600000US56716" +8600000US56721" +8600000US56723" +8600000US56725" +8600000US56726" +8600000US56727" +8600000US56731" +8600000US56732" +8600000US56733" +8600000US56734" +8600000US56735" +8600000US56736" +8600000US56737" +8600000US56742" +8600000US56750" +8600000US56751" +8600000US56757" +8600000US56760" +8600000US56761" +8600000US56762" +8600000US56763" +8600000US57001" +8600000US57006" +8600000US57014" +8600000US57025" +8600000US57026" +8600000US57030" +8600000US57033" +8600000US57039" +8600000US57042" +8600000US57043" +8600000US57045" +8600000US57048" +8600000US57062" +8600000US57065" +8600000US57069" +8600000US57070" +8600000US57075" +8600000US57076" +8600000US57078" +8600000US57108" +8600000US57201" +8600000US57220" +8600000US57225" +8600000US57226" +8600000US57227" +8600000US57231" +8600000US57235" +8600000US57239" +8600000US57241" +8600000US57243" +8600000US57246" +8600000US57247" +8600000US57248" +8600000US57252" +8600000US57258" +8600000US57259" +8600000US57262" +8600000US57265" +8600000US57270" +8600000US57271" +8600000US57273" +8600000US57274" +8600000US57276" +8600000US57301" +8600000US57311" +8600000US57314" +8600000US57315" +8600000US57319" +8600000US57321" +8600000US57325" +8600000US57328" +8600000US57329" +8600000US57332" +8600000US57335" +8600000US57337" +8600000US57340" +8600000US57342" +8600000US57344" +8600000US57345" +8600000US57348" +8600000US57350" +8600000US57353" +8600000US57355" +8600000US57362" +8600000US57368" +8600000US57369" +8600000US57370" +8600000US57371" +8600000US57373" +8600000US57375" +8600000US57376" +8600000US57381" +8600000US57382" +8600000US57384" +8600000US57386" +8600000US57401" +8600000US57420" +8600000US57428" +8600000US57430" +8600000US57432" +8600000US57433" +8600000US57434" +8600000US57435" +8600000US57436" +8600000US57437" +8600000US57438" +8600000US57440" +8600000US57441" +8600000US57442" +8600000US57445" +8600000US57448" +8600000US57449" +8600000US57451" +8600000US57456" +8600000US57461" +8600000US57465" +8600000US57467" +8600000US57469" +8600000US57471" +8600000US57472" +8600000US57473" +8600000US57475" +8600000US57476" +8600000US57501" +8600000US57520" +8600000US57521" +8600000US57528" +8600000US57529" +8600000US57531" +8600000US57532" +8600000US57533" +8600000US57534" +8600000US57536" +8600000US57537" +8600000US57538" +8600000US57541" +8600000US57543" +8600000US57544" +8600000US57547" +8600000US57548" +8600000US57551" +8600000US57552" +8600000US57555" +8600000US57559" +8600000US57560" +8600000US57564" +8600000US57566" +8600000US57567" +8600000US57568" +8600000US57569" +8600000US57572" +8600000US57577" +8600000US57579" +8600000US57580" +8600000US57585" +8600000US57620" +8600000US57623" +8600000US57625" +8600000US57626" +8600000US57633" +8600000US57636" +8600000US57638" +8600000US57640" +8600000US57641" +8600000US57642" +8600000US57644" +8600000US57645" +8600000US57646" +8600000US57648" +8600000US57649" +8600000US57651" +8600000US57652" +8600000US57656" +8600000US57657" +8600000US57658" +8600000US57660" +8600000US57701" +8600000US57716" +8600000US57717" +8600000US57718" +8600000US57719" +8600000US57720" +8600000US57722" +8600000US57724" +8600000US57725" +8600000US57730" +8600000US57735" +8600000US57744" +8600000US57745" +8600000US57747" +8600000US57748" +8600000US57750" +8600000US57752" +8600000US57754" +8600000US57758" +8600000US57760" +8600000US57761" +8600000US57763" +8600000US57764" +8600000US57766" +8600000US57770" +8600000US57772" +8600000US57775" +8600000US57776" +8600000US57780" +8600000US57783" +8600000US57785" +8600000US57787" +8600000US57788" +8600000US57790" +8600000US57791" +8600000US57792" +8600000US57794" +8600000US58007" +8600000US58009" +8600000US58012" +8600000US58013" +8600000US58030" +8600000US58031" +8600000US58036" +8600000US58041" +8600000US58043" +8600000US58045" +8600000US58046" +8600000US58047" +8600000US58049" +8600000US58051" +8600000US58052" +8600000US58053" +8600000US58054" +8600000US58056" +8600000US58060" +8600000US58064" +8600000US58068" +8600000US58072" +8600000US58075" +8600000US58077" +8600000US58210" +8600000US58214" +8600000US58218" +8600000US58220" +8600000US58225" +8600000US58229" +8600000US58237" +8600000US58238" +8600000US58239" +8600000US58241" +8600000US58243" +8600000US58249" +8600000US58251" +8600000US58257" +8600000US58258" +8600000US58259" +8600000US58261" +8600000US58266" +8600000US58267" +8600000US58272" +8600000US58276" +8600000US58277" +8600000US58281" +8600000US58282" +8600000US58301" +8600000US58318" +8600000US58324" +8600000US58325" +8600000US58327" +8600000US58329" +8600000US58330" +8600000US58331" +8600000US58332" +8600000US58341" +8600000US58345" +8600000US58346" +8600000US58348" +8600000US58351" +8600000US58352" +8600000US58356" +8600000US58361" +8600000US58365" +8600000US58366" +8600000US58367" +8600000US58368" +8600000US58369" +8600000US58374" +8600000US58377" +8600000US58381" +8600000US58384" +8600000US58385" +8600000US58401" +8600000US58413" +8600000US58415" +8600000US58416" +8600000US58418" +8600000US58420" +8600000US58421" +8600000US58422" +8600000US58424" +8600000US58425" +8600000US58426" +8600000US58428" +8600000US58433" +8600000US58436" +8600000US58439" +8600000US58440" +8600000US58444" +8600000US58445" +8600000US58448" +8600000US58451" +8600000US58456" +8600000US58458" +8600000US58460" +8600000US58461" +8600000US58463" +8600000US58464" +8600000US58467" +8600000US58474" +8600000US58475" +8600000US58476" +8600000US58480" +8600000US58482" +8600000US58483" +8600000US58487" +8600000US58488" +8600000US58490" +8600000US58494" +8600000US58495" +8600000US58496" +8600000US58497" +8600000US58504" +8600000US58521" +8600000US58523" +8600000US58529" +8600000US58530" +8600000US58533" +8600000US58535" +8600000US58538" +8600000US58540" +8600000US58541" +8600000US58542" +8600000US58544" +8600000US58545" +8600000US58549" +8600000US58552" +8600000US58554" +8600000US58558" +8600000US58559" +8600000US58560" +8600000US58561" +8600000US58562" +8600000US58563" +8600000US58564" +8600000US58568" +8600000US58569" +8600000US58570" +8600000US58571" +8600000US58573" +8600000US58575" +8600000US58577" +8600000US58579" +8600000US58581" +8600000US58601" +8600000US58620" +8600000US58621" +8600000US58622" +8600000US58623" +8600000US58625" +8600000US58627" +8600000US58630" +8600000US58631" +8600000US58634" +8600000US58636" +8600000US58638" +8600000US58639" +8600000US58640" +8600000US58641" +8600000US58643" +8600000US58645" +8600000US58646" +8600000US58647" +8600000US58649" +8600000US58650" +8600000US58651" +8600000US58652" +8600000US58653" +8600000US58654" +8600000US58655" +8600000US58701" +8600000US58711" +8600000US58712" +8600000US58718" +8600000US58721" +8600000US58723" +8600000US58727" +8600000US58730" +8600000US58731" +8600000US58733" +8600000US58735" +8600000US58736" +8600000US58737" +8600000US58740" +8600000US58741" +8600000US58746" +8600000US58750" +8600000US58752" +8600000US58756" +8600000US58757" +8600000US58758" +8600000US58759" +8600000US58761" +8600000US58763" +8600000US58765" +8600000US58769" +8600000US58770" +8600000US58771" +8600000US58773" +8600000US58779" +8600000US58781" +8600000US58782" +8600000US58783" +8600000US58784" +8600000US58788" +8600000US58789" +8600000US58790" +8600000US58793" +8600000US58794" +8600000US58795" +8600000US58801" +8600000US58830" +8600000US58831" +8600000US58835" +8600000US58838" +8600000US58843" +8600000US58844" +8600000US58845" +8600000US58847" +8600000US58849" +8600000US58852" +8600000US58854" +8600000US58856" +8600000US59001" +8600000US59003" +8600000US59010" +8600000US59011" +8600000US59012" +8600000US59014" +8600000US59015" +8600000US59016" +8600000US59018" +8600000US59019" +8600000US59020" +8600000US59022" +8600000US59024" +8600000US59025" +8600000US59027" +8600000US59030" +8600000US59032" +8600000US59034" +8600000US59035" +8600000US59036" +8600000US59037" +8600000US59038" +8600000US59039" +8600000US59041" +8600000US59043" +8600000US59044" +8600000US59046" +8600000US59047" +8600000US59050" +8600000US59052" +8600000US59053" +8600000US59054" +8600000US59058" +8600000US59059" +8600000US59061" +8600000US59063" +8600000US59066" +8600000US59067" +8600000US59068" +8600000US59069" +8600000US59070" +8600000US59072" +8600000US59074" +8600000US59075" +8600000US59077" +8600000US59078" +8600000US59079" +8600000US59085" +8600000US59086" +8600000US59087" +8600000US59088" +8600000US59089" +8600000US59101" +8600000US59201" +8600000US59211" +8600000US59212" +8600000US59213" +8600000US59214" +8600000US59215" +8600000US59218" +8600000US59219" +8600000US59221" +8600000US59222" +8600000US59223" +8600000US59225" +8600000US59226" +8600000US59230" +8600000US59241" +8600000US59243" +8600000US59244" +8600000US59248" +8600000US59250" +8600000US59252" +8600000US59253" +8600000US59254" +8600000US59255" +8600000US59258" +8600000US59259" +8600000US59260" +8600000US59261" +8600000US59262" +8600000US59263" +8600000US59270" +8600000US59274" +8600000US59275" +8600000US59276" +8600000US59301" +8600000US59311" +8600000US59312" +8600000US59313" +8600000US59314" +8600000US59315" +8600000US59317" +8600000US59318" +8600000US59322" +8600000US59324" +8600000US59326" +8600000US59327" +8600000US59330" +8600000US59332" +8600000US59336" +8600000US59337" +8600000US59339" +8600000US59343" +8600000US59344" +8600000US59347" +8600000US59349" +8600000US59351" +8600000US59353" +8600000US59404" +8600000US59405" +8600000US59410" +8600000US59411" +8600000US59412" +8600000US59416" +8600000US59417" +8600000US59418" +8600000US59420" +8600000US59421" +8600000US59422" +8600000US59425" +8600000US59427" +8600000US59430" +8600000US59432" +8600000US59433" +8600000US59434" +8600000US59436" +8600000US59440" +8600000US59441" +8600000US59442" +8600000US59444" +8600000US59446" +8600000US59447" +8600000US59450" +8600000US59451" +8600000US59452" +8600000US59453" +8600000US59456" +8600000US59457" +8600000US59460" +8600000US59461" +8600000US59463" +8600000US59464" +8600000US59467" +8600000US59468" +8600000US59471" +8600000US59474" +8600000US59479" +8600000US59480" +8600000US59482" +8600000US59484" +8600000US59485" +8600000US59486" +8600000US59489" +8600000US59501" +8600000US59520" +8600000US59521" +8600000US59522" +8600000US59523" +8600000US59524" +8600000US59525" +8600000US59526" +8600000US59527" +8600000US59528" +8600000US59529" +8600000US59530" +8600000US59531" +8600000US59535" +8600000US59537" +8600000US59538" +8600000US59540" +8600000US59542" +8600000US59544" +8600000US59546" +8600000US59601" +8600000US59602" +8600000US59632" +8600000US59633" +8600000US59638" +8600000US59639" +8600000US59642" +8600000US59643" +8600000US59644" +8600000US59645" +8600000US59648" +8600000US59701" +8600000US59710" +8600000US59711" +8600000US59714" +8600000US59715" +8600000US59716" +8600000US59718" +8600000US59720" +8600000US59721" +8600000US59722" +8600000US59724" +8600000US59725" +8600000US59727" +8600000US59728" +8600000US59729" +8600000US59730" +8600000US59732" +8600000US59733" +8600000US59735" +8600000US59736" +8600000US59739" +8600000US59740" +8600000US59743" +8600000US59745" +8600000US59751" +8600000US59752" +8600000US59754" +8600000US59758" +8600000US59759" +8600000US59761" +8600000US59762" +8600000US59803" +8600000US59804" +8600000US59808" +8600000US59820" +8600000US59821" +8600000US59823" +8600000US59825" +8600000US59826" +8600000US59828" +8600000US59829" +8600000US59832" +8600000US59837" +8600000US59840" +8600000US59842" +8600000US59843" +8600000US59844" +8600000US59845" +8600000US59846" +8600000US59847" +8600000US59853" +8600000US59854" +8600000US59858" +8600000US59859" +8600000US59860" +8600000US59864" +8600000US59865" +8600000US59866" +8600000US59871" +8600000US59872" +8600000US59873" +8600000US59874" +8600000US59875" +8600000US59901" +8600000US59910" +8600000US59911" +8600000US59912" +8600000US59917" +8600000US59919" +8600000US59920" +8600000US59923" +8600000US59925" +8600000US59927" +8600000US59928" +8600000US59934" +8600000US59935" +8600000US59936" +8600000US59937" +8600000US60031" +8600000US60033" +8600000US60056" +8600000US60118" +8600000US60124" +8600000US60152" +8600000US60178" +8600000US60437" +8600000US60447" +8600000US60452" +8600000US60481" +8600000US60491" +8600000US60502" +8600000US60515" +8600000US60520" +8600000US60646" +8600000US60917" +8600000US60938" +8600000US60940" +8600000US60951" +8600000US60953" +8600000US60963" +8600000US60968" +8600000US61006" +8600000US61008" +8600000US61021" +8600000US61028" +8600000US61032" +8600000US61036" +8600000US61047" +8600000US61048" +8600000US61053" +8600000US61062" +8600000US61068" +8600000US61072" +8600000US61081" +8600000US61085" +8600000US61102" +8600000US61231" +8600000US61240" +8600000US61254" +8600000US61260" +8600000US61270" +8600000US61272" +8600000US61277" +8600000US61319" +8600000US61342" +8600000US61345" +8600000US61349" +8600000US61350" +8600000US61356" +8600000US61361" +8600000US61373" +8600000US61377" +8600000US61411" +8600000US61415" +8600000US61420" +8600000US61437" +8600000US61449" +8600000US61455" +8600000US61458" +8600000US61465" +8600000US61467" +8600000US61477" +8600000US61529" +8600000US61530" +8600000US61546" +8600000US61548" +8600000US61561" +8600000US61565" +8600000US61571" +8600000US61734" +8600000US61740" +8600000US61741" +8600000US61745" +8600000US61753" +8600000US61854" +8600000US61856" +8600000US61862" +8600000US61866" +8600000US61870" +8600000US61877" +8600000US61882" +8600000US61911" +8600000US61920" +8600000US61931" +8600000US61944" +8600000US61951" +8600000US62006" +8600000US62011" +8600000US62033" +8600000US62037" +8600000US62053" +8600000US62086" +8600000US62092" +8600000US62217" +8600000US62257" +8600000US62271" +8600000US62274" +8600000US62277" +8600000US62280" +8600000US62293" +8600000US62298" +8600000US62305" +8600000US62311" +8600000US62353" +8600000US62354" +8600000US62361" +8600000US62363" +8600000US62374" +8600000US62375" +8600000US62376" +8600000US62401" +8600000US62414" +8600000US62426" +8600000US62427" +8600000US62428" +8600000US62443" +8600000US62448" +8600000US62450" +8600000US62471" +8600000US62477" +8600000US62480" +8600000US62512" +8600000US62513" +8600000US62538" +8600000US62544" +8600000US62546" +8600000US62550" +8600000US62563" +8600000US62568" +8600000US62612" +8600000US62613" +8600000US62617" +8600000US62618" +8600000US62621" +8600000US62626" +8600000US62640" +8600000US62656" +8600000US62677" +8600000US62688" +8600000US62815" +8600000US62824" +8600000US62837" +8600000US62848" +8600000US62849" +8600000US62859" +8600000US62864" +8600000US62867" +8600000US62870" +8600000US62888" +8600000US62890" +8600000US62896" +8600000US62899" +8600000US62912" +8600000US62920" +8600000US62922" +8600000US62930" +8600000US62931" +8600000US62934" +8600000US62954" +8600000US62984" +8600000US62988" +8600000US62995" +8600000US63020" +8600000US63021" +8600000US63023" +8600000US63030" +8600000US63068" +8600000US63077" +8600000US63084" +8600000US63129" +8600000US63130" +8600000US63301" +8600000US63336" +8600000US63339" +8600000US63345" +8600000US63353" +8600000US63361" +8600000US63362" +8600000US63377" +8600000US63385" +8600000US63401" +8600000US63435" +8600000US63439" +8600000US63447" +8600000US63451" +8600000US63456" +8600000US63462" +8600000US63469" +8600000US63474" +8600000US63533" +8600000US63537" +8600000US63549" +8600000US63555" +8600000US63556" +8600000US63557" +8600000US63559" +8600000US63565" +8600000US63620" +8600000US63621" +8600000US63628" +8600000US63631" +8600000US63633" +8600000US63638" +8600000US63645" +8600000US63655" +8600000US63664" +8600000US63673" +8600000US63701" +8600000US63769" +8600000US63775" +8600000US63787" +8600000US63801" +8600000US63823" +8600000US63830" +8600000US63834" +8600000US63846" +8600000US63848" +8600000US63849" +8600000US63869" +8600000US63901" +8600000US63935" +8600000US63936" +8600000US63944" +8600000US63957" +8600000US63965" +8600000US64014" +8600000US64016" +8600000US64020" +8600000US64040" +8600000US64061" +8600000US64068" +8600000US64089" +8600000US64093" +8600000US64401" +8600000US64422" +8600000US64424" +8600000US64431" +8600000US64433" +8600000US64437" +8600000US64449" +8600000US64461" +8600000US64463" +8600000US64469" +8600000US64485" +8600000US64487" +8600000US64493" +8600000US64505" +8600000US64601" +8600000US64631" +8600000US64640" +8600000US64642" +8600000US64646" +8600000US64651" +8600000US64660" +8600000US64664" +8600000US64667" +8600000US64668" +8600000US64671" +8600000US64673" +8600000US64683" +8600000US64701" +8600000US64724" +8600000US64730" +8600000US64735" +8600000US64744" +8600000US64759" +8600000US64770" +8600000US64776" +8600000US64779" +8600000US64790" +8600000US64836" +8600000US64850" +8600000US64855" +8600000US64861" +8600000US64867" +8600000US65010" +8600000US65011" +8600000US65013" +8600000US65017" +8600000US65018" +8600000US65034" +8600000US65041" +8600000US65061" +8600000US65066" +8600000US65079" +8600000US65080" +8600000US65081" +8600000US65101" +8600000US65233" +8600000US65240" +8600000US65247" +8600000US65250" +8600000US65255" +8600000US65262" +8600000US65263" +8600000US65274" +8600000US65281" +8600000US65301" +8600000US65333" +8600000US65335" +8600000US65338" +8600000US65339" +8600000US65340" +8600000US65355" +8600000US65360" +8600000US65401" +8600000US65440" +8600000US65446" +8600000US65459" +8600000US65466" +8600000US65483" +8600000US65486" +8600000US65535" +8600000US65536" +8600000US65550" +8600000US65552" +8600000US65559" +8600000US65560" +8600000US65571" +8600000US65583" +8600000US65588" +8600000US65590" +8600000US65605" +8600000US65608" +8600000US65612" +8600000US65613" +8600000US65616" +8600000US65624" +8600000US65627" +8600000US65646" +8600000US65649" +8600000US65650" +8600000US65655" +8600000US65657" +8600000US65667" +8600000US65682" +8600000US65689" +8600000US65692" +8600000US65706" +8600000US65711" +8600000US65713" +8600000US65732" +8600000US65733" +8600000US65742" +8600000US65745" +8600000US65769" +8600000US65773" +8600000US65775" +8600000US65785" +8600000US65791" +8600000US65793" +8600000US66002" +8600000US66010" +8600000US66013" +8600000US66032" +8600000US66040" +8600000US66044" +8600000US66046" +8600000US66048" +8600000US66060" +8600000US66061" +8600000US66067" +8600000US66072" +8600000US66092" +8600000US66095" +8600000US66401" +8600000US66403" +8600000US66413" +8600000US66422" +8600000US66427" +8600000US66428" +8600000US66432" +8600000US66439" +8600000US66451" +8600000US66502" +8600000US66512" +8600000US66523" +8600000US66527" +8600000US66531" +8600000US66532" +8600000US66538" +8600000US66539" +8600000US66550" +8600000US66610" +8600000US66701" +8600000US66725" +8600000US66736" +8600000US66740" +8600000US66743" +8600000US66748" +8600000US66753" +8600000US66757" +8600000US66761" +8600000US66777" +8600000US66779" +8600000US66780" +8600000US66783" +8600000US66801" +8600000US66839" +8600000US66843" +8600000US66845" +8600000US66852" +8600000US66861" +8600000US66862" +8600000US66866" +8600000US66868" +8600000US66872" +8600000US66873" +8600000US66901" +8600000US66935" +8600000US66943" +8600000US66944" +8600000US66946" +8600000US66952" +8600000US66953" +8600000US66956" +8600000US66967" +8600000US67003" +8600000US67022" +8600000US67024" +8600000US67026" +8600000US67029" +8600000US67038" +8600000US67045" +8600000US67047" +8600000US67056" +8600000US67059" +8600000US67068" +8600000US67074" +8600000US67104" +8600000US67109" +8600000US67118" +8600000US67120" +8600000US67122" +8600000US67124" +8600000US67127" +8600000US67138" +8600000US67142" +8600000US67144" +8600000US67146" +8600000US67152" +8600000US67154" +8600000US67155" +8600000US67156" +8600000US67204" +8600000US67333" +8600000US67347" +8600000US67356" +8600000US67361" +8600000US67401" +8600000US67417" +8600000US67420" +8600000US67430" +8600000US67431" +8600000US67432" +8600000US67436" +8600000US67438" +8600000US67439" +8600000US67441" +8600000US67444" +8600000US67446" +8600000US67448" +8600000US67451" +8600000US67455" +8600000US67460" +8600000US67464" +8600000US67467" +8600000US67473" +8600000US67480" +8600000US67481" +8600000US67484" +8600000US67485" +8600000US67490" +8600000US67501" +8600000US67510" +8600000US67513" +8600000US67518" +8600000US67519" +8600000US67521" +8600000US67522" +8600000US67525" +8600000US67529" +8600000US67530" +8600000US67548" +8600000US67550" +8600000US67557" +8600000US67560" +8600000US67568" +8600000US67575" +8600000US67576" +8600000US67578" +8600000US67579" +8600000US67583" +8600000US67601" +8600000US67628" +8600000US67631" +8600000US67635" +8600000US67637" +8600000US67643" +8600000US67644" +8600000US67645" +8600000US67648" +8600000US67651" +8600000US67654" +8600000US67657" +8600000US67661" +8600000US67663" +8600000US67664" +8600000US67665" +8600000US67669" +8600000US67672" +8600000US67701" +8600000US67730" +8600000US67731" +8600000US67732" +8600000US67735" +8600000US67737" +8600000US67738" +8600000US67739" +8600000US67740" +8600000US67743" +8600000US67745" +8600000US67748" +8600000US67749" +8600000US67751" +8600000US67752" +8600000US67756" +8600000US67757" +8600000US67758" +8600000US67761" +8600000US67762" +8600000US67764" +8600000US67801" +8600000US67831" +8600000US67835" +8600000US67839" +8600000US67842" +8600000US67844" +8600000US67846" +8600000US67849" +8600000US67851" +8600000US67853" +8600000US67854" +8600000US67855" +8600000US67857" +8600000US67860" +8600000US67861" +8600000US67862" +8600000US67863" +8600000US67864" +8600000US67865" +8600000US67869" +8600000US67870" +8600000US67871" +8600000US67877" +8600000US67878" +8600000US67879" +8600000US67880" +8600000US67901" +8600000US67950" +8600000US67951" +8600000US67952" +8600000US67953" +8600000US68004" +8600000US68025" +8600000US68031" +8600000US68038" +8600000US68047" +8600000US68059" +8600000US68061" +8600000US68066" +8600000US68067" +8600000US68069" +8600000US68134" +8600000US68305" +8600000US68310" +8600000US68313" +8600000US68315" +8600000US68319" +8600000US68325" +8600000US68326" +8600000US68328" +8600000US68329" +8600000US68331" +8600000US68333" +8600000US68346" +8600000US68349" +8600000US68352" +8600000US68359" +8600000US68367" +8600000US68381" +8600000US68422" +8600000US68436" +8600000US68437" +8600000US68450" +8600000US68457" +8600000US68467" +8600000US68520" +8600000US68601" +8600000US68620" +8600000US68627" +8600000US68628" +8600000US68629" +8600000US68632" +8600000US68636" +8600000US68637" +8600000US68638" +8600000US68644" +8600000US68648" +8600000US68649" +8600000US68651" +8600000US68665" +8600000US68701" +8600000US68710" +8600000US68713" +8600000US68714" +8600000US68718" +8600000US68720" +8600000US68725" +8600000US68735" +8600000US68739" +8600000US68742" +8600000US68746" +8600000US68756" +8600000US68759" +8600000US68760" +8600000US68763" +8600000US68767" +8600000US68769" +8600000US68771" +8600000US68777" +8600000US68778" +8600000US68779" +8600000US68780" +8600000US68786" +8600000US68787" +8600000US68791" +8600000US68813" +8600000US68815" +8600000US68817" +8600000US68818" +8600000US68822" +8600000US68823" +8600000US68825" +8600000US68826" +8600000US68828" +8600000US68833" +8600000US68840" +8600000US68841" +8600000US68850" +8600000US68853" +8600000US68855" +8600000US68856" +8600000US68862" +8600000US68863" +8600000US68866" +8600000US68869" +8600000US68873" +8600000US68878" +8600000US68879" +8600000US68882" +8600000US68883" +8600000US68920" +8600000US68927" +8600000US68930" +8600000US68933" +8600000US68937" +8600000US68939" +8600000US68947" +8600000US68948" +8600000US68949" +8600000US68959" +8600000US68961" +8600000US68966" +8600000US68970" +8600000US68973" +8600000US68978" +8600000US69001" +8600000US69021" +8600000US69022" +8600000US69023" +8600000US69024" +8600000US69025" +8600000US69026" +8600000US69028" +8600000US69030" +8600000US69032" +8600000US69033" +8600000US69038" +8600000US69039" +8600000US69041" +8600000US69043" +8600000US69045" +8600000US69101" +8600000US69120" +8600000US69121" +8600000US69122" +8600000US69123" +8600000US69125" +8600000US69127" +8600000US69128" +8600000US69129" +8600000US69131" +8600000US69133" +8600000US69134" +8600000US69135" +8600000US69138" +8600000US69140" +8600000US69143" +8600000US69144" +8600000US69145" +8600000US69147" +8600000US69148" +8600000US69149" +8600000US69151" +8600000US69152" +8600000US69154" +8600000US69155" +8600000US69156" +8600000US69162" +8600000US69163" +8600000US69165" +8600000US69166" +8600000US69167" +8600000US69169" +8600000US69201" +8600000US69210" +8600000US69211" +8600000US69212" +8600000US69214" +8600000US69216" +8600000US69217" +8600000US69218" +8600000US69219" +8600000US69221" +8600000US69301" +8600000US69333" +8600000US69334" +8600000US69336" +8600000US69337" +8600000US69339" +8600000US69340" +8600000US69341" +8600000US69343" +8600000US69345" +8600000US69346" +8600000US69347" +8600000US69348" +8600000US69350" +8600000US69351" +8600000US69354" +8600000US69357" +8600000US69358" +8600000US69360" +8600000US69366" +8600000US70068" +8600000US70091" +8600000US70301" +8600000US70345" +8600000US70355" +8600000US70357" +8600000US70377" +8600000US70390" +8600000US70420" +8600000US70427" +8600000US70438" +8600000US70443" +8600000US70444" +8600000US70445" +8600000US70462" +8600000US70515" +8600000US70520" +8600000US70525" +8600000US70542" +8600000US70548" +8600000US70559" +8600000US70560" +8600000US70570" +8600000US70586" +8600000US70611" +8600000US70630" +8600000US70631" +8600000US70634" +8600000US70643" +8600000US70645" +8600000US70653" +8600000US70656" +8600000US70657" +8600000US70663" +8600000US70715" +8600000US70730" +8600000US70740" +8600000US70754" +8600000US70760" +8600000US70764" +8600000US70770" +8600000US70775" +8600000US70785" +8600000US70791" +8600000US71004" +8600000US71019" +8600000US71037" +8600000US71040" +8600000US71046" +8600000US71051" +8600000US71052" +8600000US71055" +8600000US71063" +8600000US71064" +8600000US71082" +8600000US71107" +8600000US71220" +8600000US71222" +8600000US71225" +8600000US71229" +8600000US71232" +8600000US71259" +8600000US71260" +8600000US71264" +8600000US71268" +8600000US71275" +8600000US71282" +8600000US71286" +8600000US71292" +8600000US71295" +8600000US71328" +8600000US71341" +8600000US71342" +8600000US71343" +8600000US71351" +8600000US71353" +8600000US71357" +8600000US71366" +8600000US71368" +8600000US71371" +8600000US71375" +8600000US71409" +8600000US71418" +8600000US71422" +8600000US71423" +8600000US71429" +8600000US71438" +8600000US71446" +8600000US71449" +8600000US71457" +8600000US71463" +8600000US71465" +8600000US71469" +8600000US71483" +8600000US71602" +8600000US71635" +8600000US71640" +8600000US71643" +8600000US71646" +8600000US71647" +8600000US71652" +8600000US71653" +8600000US71654" +8600000US71655" +8600000US71658" +8600000US71665" +8600000US71667" +8600000US71670" +8600000US71671" +8600000US71674" +8600000US71701" +8600000US71725" +8600000US71730" +8600000US71740" +8600000US71743" +8600000US71744" +8600000US71747" +8600000US71751" +8600000US71753" +8600000US71758" +8600000US71801" +8600000US71820" +8600000US71822" +8600000US71826" +8600000US71837" +8600000US71838" +8600000US71841" +8600000US71846" +8600000US71852" +8600000US71857" +8600000US71858" +8600000US71901" +8600000US71921" +8600000US71923" +8600000US71935" +8600000US71937" +8600000US71941" +8600000US71945" +8600000US71949" +8600000US71953" +8600000US71970" +8600000US72007" +8600000US72017" +8600000US72020" +8600000US72021" +8600000US72024" +8600000US72039" +8600000US72046" +8600000US72048" +8600000US72069" +8600000US72076" +8600000US72101" +8600000US72104" +8600000US72110" +8600000US72112" +8600000US72114" +8600000US72137" +8600000US72141" +8600000US72143" +8600000US72150" +8600000US72152" +8600000US72157" +8600000US72160" +8600000US72173" +8600000US72223" +8600000US72315" +8600000US72326" +8600000US72333" +8600000US72346" +8600000US72348" +8600000US72366" +8600000US72368" +8600000US72386" +8600000US72396" +8600000US72416" +8600000US72421" +8600000US72422" +8600000US72443" +8600000US72454" +8600000US72455" +8600000US72458" +8600000US72461" +8600000US72469" +8600000US72472" +8600000US72479" +8600000US72501" +8600000US72513" +8600000US72530" +8600000US72534" +8600000US72538" +8600000US72554" +8600000US72556" +8600000US72560" +8600000US72569" +8600000US72601" +8600000US72611" +8600000US72616" +8600000US72624" +8600000US72629" +8600000US72632" +8600000US72633" +8600000US72634" +8600000US72641" +8600000US72653" +8600000US72655" +8600000US72658" +8600000US72680" +8600000US72721" +8600000US72727" +8600000US72734" +8600000US72740" +8600000US72756" +8600000US72769" +8600000US72774" +8600000US72802" +8600000US72833" +8600000US72834" +8600000US72843" +8600000US72853" +8600000US72857" +8600000US72865" +8600000US72927" +8600000US72933" +8600000US72936" +8600000US72944" +8600000US72958" +8600000US73005" +8600000US73006" +8600000US73010" +8600000US73015" +8600000US73016" +8600000US73030" +8600000US73036" +8600000US73040" +8600000US73044" +8600000US73054" +8600000US73055" +8600000US73056" +8600000US73057" +8600000US73061" +8600000US73062" +8600000US73067" +8600000US73075" +8600000US73079" +8600000US73089" +8600000US73095" +8600000US73150" +8600000US73401" +8600000US73438" +8600000US73446" +8600000US73448" +8600000US73456" +8600000US73460" +8600000US73526" +8600000US73533" +8600000US73537" +8600000US73540" +8600000US73542" +8600000US73547" +8600000US73552" +8600000US73554" +8600000US73555" +8600000US73560" +8600000US73565" +8600000US73569" +8600000US73572" +8600000US73573" +8600000US73620" +8600000US73622" +8600000US73625" +8600000US73628" +8600000US73639" +8600000US73642" +8600000US73644" +8600000US73645" +8600000US73654" +8600000US73655" +8600000US73662" +8600000US73663" +8600000US73664" +8600000US73667" +8600000US73703" +8600000US73717" +8600000US73719" +8600000US73728" +8600000US73730" +8600000US73741" +8600000US73742" +8600000US73744" +8600000US73750" +8600000US73754" +8600000US73756" +8600000US73759" +8600000US73760" +8600000US73761" +8600000US73762" +8600000US73771" +8600000US73801" +8600000US73832" +8600000US73834" +8600000US73838" +8600000US73840" +8600000US73842" +8600000US73848" +8600000US73851" +8600000US73852" +8600000US73855" +8600000US73858" +8600000US73859" +8600000US73860" +8600000US73931" +8600000US73932" +8600000US73933" +8600000US73937" +8600000US73938" +8600000US73939" +8600000US73942" +8600000US73944" +8600000US73945" +8600000US73947" +8600000US73949" +8600000US73951" +8600000US74010" +8600000US74011" +8600000US74014" +8600000US74017" +8600000US74029" +8600000US74030" +8600000US74032" +8600000US74035" +8600000US74048" +8600000US74054" +8600000US74056" +8600000US74058" +8600000US74059" +8600000US74061" +8600000US74084" +8600000US74115" +8600000US74301" +8600000US74331" +8600000US74343" +8600000US74344" +8600000US74347" +8600000US74352" +8600000US74361" +8600000US74363" +8600000US74369" +8600000US74403" +8600000US74421" +8600000US74426" +8600000US74429" +8600000US74432" +8600000US74435" +8600000US74437" +8600000US74445" +8600000US74462" +8600000US74464" +8600000US74501" +8600000US74523" +8600000US74525" +8600000US74536" +8600000US74538" +8600000US74547" +8600000US74552" +8600000US74560" +8600000US74562" +8600000US74571" +8600000US74574" +8600000US74576" +8600000US74578" +8600000US74633" +8600000US74643" +8600000US74647" +8600000US74652" +8600000US74653" +8600000US74701" +8600000US74723" +8600000US74724" +8600000US74726" +8600000US74727" +8600000US74728" +8600000US74729" +8600000US74766" +8600000US74801" +8600000US74804" +8600000US74820" +8600000US74827" +8600000US74834" +8600000US74854" +8600000US74856" +8600000US74859" +8600000US74868" +8600000US74871" +8600000US74875" +8600000US74883" +8600000US74937" +8600000US74940" +8600000US74948" +8600000US74960" +8600000US74965" +8600000US75034" +8600000US75043" +8600000US75071" +8600000US75078" +8600000US75089" +8600000US75103" +8600000US75116" +8600000US75119" +8600000US75142" +8600000US75143" +8600000US75144" +8600000US75161" +8600000US75167" +8600000US75402" +8600000US75411" +8600000US75417" +8600000US75418" +8600000US75426" +8600000US75433" +8600000US75436" +8600000US75440" +8600000US75446" +8600000US75450" +8600000US75451" +8600000US75455" +8600000US75459" +8600000US75471" +8600000US75496" +8600000US75497" +8600000US75501" +8600000US75554" +8600000US75563" +8600000US75566" +8600000US75568" +8600000US75630" +8600000US75631" +8600000US75633" +8600000US75644" +8600000US75657" +8600000US75662" +8600000US75672" +8600000US75684" +8600000US75703" +8600000US75751" +8600000US75755" +8600000US75760" +8600000US75766" +8600000US75770" +8600000US75771" +8600000US75773" +8600000US75789" +8600000US75801" +8600000US75831" +8600000US75833" +8600000US75835" +8600000US75844" +8600000US75845" +8600000US75847" +8600000US75851" +8600000US75852" +8600000US75853" +8600000US75859" +8600000US75861" +8600000US75926" +8600000US75935" +8600000US75939" +8600000US75948" +8600000US75949" +8600000US75951" +8600000US75956" +8600000US75961" +8600000US75964" +8600000US75966" +8600000US75972" +8600000US75973" +8600000US75974" +8600000US75977" +8600000US75979" +8600000US75980" +8600000US76009" +8600000US76058" +8600000US76063" +8600000US76066" +8600000US76082" +8600000US76087" +8600000US76107" +8600000US76228" +8600000US76230" +8600000US76234" +8600000US76240" +8600000US76247" +8600000US76252" +8600000US76255" +8600000US76270" +8600000US76273" +8600000US76305" +8600000US76354" +8600000US76364" +8600000US76365" +8600000US76367" +8600000US76370" +8600000US76371" +8600000US76374" +8600000US76380" +8600000US76384" +8600000US76401" +8600000US76424" +8600000US76430" +8600000US76431" +8600000US76433" +8600000US76435" +8600000US76437" +8600000US76442" +8600000US76443" +8600000US76446" +8600000US76448" +8600000US76449" +8600000US76450" +8600000US76458" +8600000US76464" +8600000US76472" +8600000US76483" +8600000US76484" +8600000US76487" +8600000US76520" +8600000US76528" +8600000US76530" +8600000US76531" +8600000US76537" +8600000US76538" +8600000US76542" +8600000US76549" +8600000US76550" +8600000US76567" +8600000US76569" +8600000US76570" +8600000US76574" +8600000US76621" +8600000US76629" +8600000US76634" +8600000US76638" +8600000US76642" +8600000US76645" +8600000US76664" +8600000US76665" +8600000US76667" +8600000US76670" +8600000US76679" +8600000US76689" +8600000US76706" +8600000US76801" +8600000US76802" +8600000US76821" +8600000US76825" +8600000US76832" +8600000US76834" +8600000US76837" +8600000US76844" +8600000US76849" +8600000US76852" +8600000US76853" +8600000US76856" +8600000US76859" +8600000US76866" +8600000US76872" +8600000US76877" +8600000US76878" +8600000US76888" +8600000US76904" +8600000US76905" +8600000US76932" +8600000US76933" +8600000US76935" +8600000US76936" +8600000US76941" +8600000US76943" +8600000US76945" +8600000US76950" +8600000US76951" +8600000US76958" +8600000US77316" +8600000US77327" +8600000US77328" +8600000US77338" +8600000US77351" +8600000US77356" +8600000US77359" +8600000US77374" +8600000US77414" +8600000US77426" +8600000US77433" +8600000US77434" +8600000US77437" +8600000US77442" +8600000US77465" +8600000US77471" +8600000US77474" +8600000US77482" +8600000US77510" +8600000US77514" +8600000US77535" +8600000US77541" +8600000US77564" +8600000US77571" +8600000US77583" +8600000US77584" +8600000US77612" +8600000US77624" +8600000US77625" +8600000US77632" +8600000US77655" +8600000US77659" +8600000US77660" +8600000US77705" +8600000US77808" +8600000US77830" +8600000US77835" +8600000US77836" +8600000US77861" +8600000US77868" +8600000US77871" +8600000US77878" +8600000US77880" +8600000US77905" +8600000US77950" +8600000US77954" +8600000US77962" +8600000US77963" +8600000US77964" +8600000US77968" +8600000US77979" +8600000US77990" +8600000US77995" +8600000US78003" +8600000US78006" +8600000US78012" +8600000US78013" +8600000US78014" +8600000US78017" +8600000US78019" +8600000US78022" +8600000US78023" +8600000US78024" +8600000US78026" +8600000US78028" +8600000US78044" +8600000US78045" +8600000US78046" +8600000US78058" +8600000US78061" +8600000US78064" +8600000US78071" +8600000US78072" +8600000US78076" +8600000US78102" +8600000US78107" +8600000US78114" +8600000US78118" +8600000US78119" +8600000US78122" +8600000US78132" +8600000US78141" +8600000US78151" +8600000US78155" +8600000US78219" +8600000US78223" +8600000US78264" +8600000US78332" +8600000US78341" +8600000US78344" +8600000US78353" +8600000US78355" +8600000US78361" +8600000US78368" +8600000US78374" +8600000US78376" +8600000US78377" +8600000US78379" +8600000US78383" +8600000US78384" +8600000US78385" +8600000US78390" +8600000US78501" +8600000US78542" +8600000US78572" +8600000US78578" +8600000US78582" +8600000US78583" +8600000US78584" +8600000US78586" +8600000US78605" +8600000US78606" +8600000US78607" +8600000US78610" +8600000US78611" +8600000US78624" +8600000US78629" +8600000US78631" +8600000US78636" +8600000US78643" +8600000US78644" +8600000US78653" +8600000US78659" +8600000US78669" +8600000US78676" +8600000US78737" +8600000US78801" +8600000US78829" +8600000US78830" +8600000US78832" +8600000US78833" +8600000US78834" +8600000US78837" +8600000US78839" +8600000US78840" +8600000US78851" +8600000US78852" +8600000US78861" +8600000US78871" +8600000US78872" +8600000US78880" +8600000US78881" +8600000US78884" +8600000US78886" +8600000US78932" +8600000US78941" +8600000US78942" +8600000US78953" +8600000US78962" +8600000US79001" +8600000US79007" +8600000US79009" +8600000US79010" +8600000US79014" +8600000US79015" +8600000US79018" +8600000US79019" +8600000US79022" +8600000US79029" +8600000US79034" +8600000US79035" +8600000US79036" +8600000US79039" +8600000US79040" +8600000US79042" +8600000US79045" +8600000US79046" +8600000US79057" +8600000US79059" +8600000US79063" +8600000US79065" +8600000US79068" +8600000US79070" +8600000US79072" +8600000US79079" +8600000US79080" +8600000US79081" +8600000US79084" +8600000US79087" +8600000US79088" +8600000US79094" +8600000US79095" +8600000US79096" +8600000US79098" +8600000US79108" +8600000US79201" +8600000US79226" +8600000US79227" +8600000US79230" +8600000US79235" +8600000US79236" +8600000US79239" +8600000US79241" +8600000US79244" +8600000US79245" +8600000US79248" +8600000US79252" +8600000US79256" +8600000US79257" +8600000US79311" +8600000US79312" +8600000US79313" +8600000US79316" +8600000US79322" +8600000US79323" +8600000US79330" +8600000US79331" +8600000US79336" +8600000US79342" +8600000US79346" +8600000US79347" +8600000US79351" +8600000US79355" +8600000US79356" +8600000US79357" +8600000US79360" +8600000US79364" +8600000US79370" +8600000US79371" +8600000US79373" +8600000US79379" +8600000US79403" +8600000US79424" +8600000US79502" +8600000US79504" +8600000US79512" +8600000US79517" +8600000US79518" +8600000US79520" +8600000US79521" +8600000US79525" +8600000US79526" +8600000US79528" +8600000US79537" +8600000US79541" +8600000US79543" +8600000US79545" +8600000US79549" +8600000US79553" +8600000US79556" +8600000US79567" +8600000US79601" +8600000US79606" +8600000US79706" +8600000US79713" +8600000US79714" +8600000US79718" +8600000US79720" +8600000US79730" +8600000US79734" +8600000US79735" +8600000US79739" +8600000US79743" +8600000US79744" +8600000US79745" +8600000US79749" +8600000US79752" +8600000US79755" +8600000US79759" +8600000US79766" +8600000US79772" +8600000US79781" +8600000US79782" +8600000US79830" +8600000US79831" +8600000US79834" +8600000US79837" +8600000US79838" +8600000US79839" +8600000US79842" +8600000US79843" +8600000US79845" +8600000US79846" +8600000US79847" +8600000US79848" +8600000US79851" +8600000US79852" +8600000US79854" +8600000US79855" +8600000US79934" +8600000US79938" +8600000US80022" +8600000US80101" +8600000US80103" +8600000US80105" +8600000US80108" +8600000US80117" +8600000US80127" +8600000US80135" +8600000US80136" +8600000US80137" +8600000US80428" +8600000US80440" +8600000US80442" +8600000US80446" +8600000US80447" +8600000US80448" +8600000US80449" +8600000US80452" +8600000US80456" +8600000US80459" +8600000US80461" +8600000US80467" +8600000US80468" +8600000US80470" +8600000US80479" +8600000US80480" +8600000US80482" +8600000US80487" +8600000US80498" +8600000US80503" +8600000US80504" +8600000US80512" +8600000US80516" +8600000US80517" +8600000US80536" +8600000US80538" +8600000US80540" +8600000US80545" +8600000US80549" +8600000US80611" +8600000US80612" +8600000US80643" +8600000US80644" +8600000US80649" +8600000US80650" +8600000US80652" +8600000US80701" +8600000US80720" +8600000US80723" +8600000US80727" +8600000US80728" +8600000US80729" +8600000US80731" +8600000US80734" +8600000US80735" +8600000US80736" +8600000US80741" +8600000US80742" +8600000US80743" +8600000US80749" +8600000US80750" +8600000US80751" +8600000US80757" +8600000US80758" +8600000US80759" +8600000US80801" +8600000US80802" +8600000US80804" +8600000US80805" +8600000US80807" +8600000US80808" +8600000US80810" +8600000US80814" +8600000US80815" +8600000US80816" +8600000US80818" +8600000US80821" +8600000US80822" +8600000US80823" +8600000US80825" +8600000US80828" +8600000US80830" +8600000US80831" +8600000US80832" +8600000US80833" +8600000US80834" +8600000US80836" +8600000US80860" +8600000US80861" +8600000US80921" +8600000US80924" +8600000US80926" +8600000US80928" +8600000US81004" +8600000US81007" +8600000US81019" +8600000US81020" +8600000US81021" +8600000US81022" +8600000US81023" +8600000US81025" +8600000US81027" +8600000US81029" +8600000US81036" +8600000US81039" +8600000US81040" +8600000US81041" +8600000US81044" +8600000US81045" +8600000US81047" +8600000US81049" +8600000US81050" +8600000US81052" +8600000US81054" +8600000US81055" +8600000US81058" +8600000US81059" +8600000US81063" +8600000US81064" +8600000US81067" +8600000US81071" +8600000US81073" +8600000US81082" +8600000US81089" +8600000US81090" +8600000US81091" +8600000US81101" +8600000US81120" +8600000US81122" +8600000US81125" +8600000US81128" +8600000US81130" +8600000US81131" +8600000US81132" +8600000US81133" +8600000US81137" +8600000US81140" +8600000US81143" +8600000US81146" +8600000US81147" +8600000US81149" +8600000US81151" +8600000US81152" +8600000US81154" +8600000US81155" +8600000US81201" +8600000US81210" +8600000US81211" +8600000US81212" +8600000US81220" +8600000US81223" +8600000US81230" +8600000US81235" +8600000US81236" +8600000US81237" +8600000US81243" +8600000US81252" +8600000US81301" +8600000US81303" +8600000US81320" +8600000US81321" +8600000US81323" +8600000US81324" +8600000US81325" +8600000US81326" +8600000US81328" +8600000US81331" +8600000US81334" +8600000US81401" +8600000US81403" +8600000US81413" +8600000US81415" +8600000US81416" +8600000US81422" +8600000US81423" +8600000US81424" +8600000US81425" +8600000US81430" +8600000US81432" +8600000US81433" +8600000US81434" +8600000US81507" +8600000US81522" +8600000US81523" +8600000US81525" +8600000US81526" +8600000US81527" +8600000US81601" +8600000US81610" +8600000US81611" +8600000US81621" +8600000US81623" +8600000US81624" +8600000US81625" +8600000US81630" +8600000US81631" +8600000US81632" +8600000US81635" +8600000US81637" +8600000US81638" +8600000US81639" +8600000US81640" +8600000US81641" +8600000US81645" +8600000US81647" +8600000US81648" +8600000US81650" +8600000US81654" +8600000US81657" +8600000US82001" +8600000US82009" +8600000US82051" +8600000US82053" +8600000US82054" +8600000US82055" +8600000US82058" +8600000US82061" +8600000US82063" +8600000US82070" +8600000US82082" +8600000US82083" +8600000US82190" +8600000US82201" +8600000US82210" +8600000US82212" +8600000US82213" +8600000US82217" +8600000US82219" +8600000US82221" +8600000US82222" +8600000US82224" +8600000US82225" +8600000US82227" +8600000US82229" +8600000US82240" +8600000US82244" +8600000US82301" +8600000US82321" +8600000US82324" +8600000US82325" +8600000US82327" +8600000US82329" +8600000US82331" +8600000US82334" +8600000US82336" +8600000US82401" +8600000US82414" +8600000US82423" +8600000US82426" +8600000US82428" +8600000US82431" +8600000US82433" +8600000US82435" +8600000US82441" +8600000US82442" +8600000US82443" +8600000US82501" +8600000US82512" +8600000US82513" +8600000US82514" +8600000US82516" +8600000US82520" +8600000US82523" +8600000US82601" +8600000US82604" +8600000US82620" +8600000US82633" +8600000US82636" +8600000US82637" +8600000US82639" +8600000US82642" +8600000US82648" +8600000US82649" +8600000US82701" +8600000US82710" +8600000US82711" +8600000US82716" +8600000US82718" +8600000US82720" +8600000US82721" +8600000US82725" +8600000US82727" +8600000US82729" +8600000US82730" +8600000US82731" +8600000US82801" +8600000US82831" +8600000US82832" +8600000US82834" +8600000US82835" +8600000US82836" +8600000US82838" +8600000US82845" +8600000US82901" +8600000US82922" +8600000US82923" +8600000US82925" +8600000US82930" +8600000US82932" +8600000US82933" +8600000US82935" +8600000US82937" +8600000US82938" +8600000US82941" +8600000US83001" +8600000US83012" +8600000US83013" +8600000US83014" +8600000US83101" +8600000US83111" +8600000US83112" +8600000US83113" +8600000US83114" +8600000US83115" +8600000US83128" +8600000US83202" +8600000US83204" +8600000US83210" +8600000US83211" +8600000US83213" +8600000US83217" +8600000US83221" +8600000US83226" +8600000US83227" +8600000US83234" +8600000US83235" +8600000US83236" +8600000US83241" +8600000US83244" +8600000US83245" +8600000US83246" +8600000US83251" +8600000US83252" +8600000US83253" +8600000US83254" +8600000US83255" +8600000US83261" +8600000US83263" +8600000US83276" +8600000US83278" +8600000US83285" +8600000US83301" +8600000US83302" +8600000US83311" +8600000US83312" +8600000US83313" +8600000US83316" +8600000US83318" +8600000US83320" +8600000US83321" +8600000US83324" +8600000US83327" +8600000US83330" +8600000US83333" +8600000US83337" +8600000US83340" +8600000US83341" +8600000US83342" +8600000US83344" +8600000US83346" +8600000US83349" +8600000US83350" +8600000US83402" +8600000US83404" +8600000US83406" +8600000US83414" +8600000US83420" +8600000US83423" +8600000US83428" +8600000US83429" +8600000US83435" +8600000US83443" +8600000US83444" +8600000US83445" +8600000US83449" +8600000US83452" +8600000US83462" +8600000US83464" +8600000US83466" +8600000US83467" +8600000US83468" +8600000US83469" +8600000US83501" +8600000US83522" +8600000US83523" +8600000US83525" +8600000US83530" +8600000US83535" +8600000US83536" +8600000US83537" +8600000US83539" +8600000US83543" +8600000US83544" +8600000US83547" +8600000US83549" +8600000US83554" +8600000US83555" +8600000US83601" +8600000US83604" +8600000US83607" +8600000US83610" +8600000US83611" +8600000US83612" +8600000US83615" +8600000US83616" +8600000US83622" +8600000US83623" +8600000US83624" +8600000US83632" +8600000US83633" +8600000US83634" +8600000US83637" +8600000US83638" +8600000US83645" +8600000US83647" +8600000US83650" +8600000US83654" +8600000US83660" +8600000US83661" +8600000US83671" +8600000US83672" +8600000US83677" +8600000US83686" +8600000US83704" +8600000US83712" +8600000US83716" +8600000US83802" +8600000US83805" +8600000US83808" +8600000US83809" +8600000US83811" +8600000US83814" +8600000US83832" +8600000US83836" +8600000US83839" +8600000US83847" +8600000US83854" +8600000US83856" +8600000US83861" +8600000US83864" +8600000US83866" +8600000US83870" +8600000US83871" +8600000US83873" +8600000US83876" +8600000US84005" +8600000US84007" +8600000US84017" +8600000US84021" +8600000US84022" +8600000US84026" +8600000US84027" +8600000US84029" +8600000US84031" +8600000US84032" +8600000US84033" +8600000US84034" +8600000US84035" +8600000US84036" +8600000US84037" +8600000US84038" +8600000US84049" +8600000US84050" +8600000US84063" +8600000US84074" +8600000US84078" +8600000US84083" +8600000US84098" +8600000US84118" +8600000US84304" +8600000US84307" +8600000US84313" +8600000US84317" +8600000US84325" +8600000US84329" +8600000US84331" +8600000US84336" +8600000US84340" +8600000US84501" +8600000US84511" +8600000US84512" +8600000US84515" +8600000US84525" +8600000US84526" +8600000US84528" +8600000US84530" +8600000US84531" +8600000US84532" +8600000US84533" +8600000US84534" +8600000US84535" +8600000US84536" +8600000US84540" +8600000US84604" +8600000US84624" +8600000US84630" +8600000US84636" +8600000US84637" +8600000US84639" +8600000US84649" +8600000US84651" +8600000US84654" +8600000US84664" +8600000US84667" +8600000US84701" +8600000US84713" +8600000US84714" +8600000US84716" +8600000US84720" +8600000US84721" +8600000US84725" +8600000US84726" +8600000US84728" +8600000US84734" +8600000US84737" +8600000US84740" +8600000US84741" +8600000US84749" +8600000US84751" +8600000US84753" +8600000US84755" +8600000US84756" +8600000US84759" +8600000US84767" +8600000US84775" +8600000US84779" +8600000US85023" +8600000US85132" +8600000US85137" +8600000US85139" +8600000US85143" +8600000US85192" +8600000US85193" +8600000US85194" +8600000US85226" +8600000US85262" +8600000US85263" +8600000US85264" +8600000US85302" +8600000US85320" +8600000US85321" +8600000US85322" +8600000US85324" +8600000US85325" +8600000US85326" +8600000US85332" +8600000US85333" +8600000US85337" +8600000US85342" +8600000US85344" +8600000US85346" +8600000US85348" +8600000US85350" +8600000US85354" +8600000US85356" +8600000US85357" +8600000US85360" +8600000US85361" +8600000US85365" +8600000US85371" +8600000US85390" +8600000US85501" +8600000US85530" +8600000US85533" +8600000US85534" +8600000US85541" +8600000US85542" +8600000US85543" +8600000US85545" +8600000US85546" +8600000US85550" +8600000US85551" +8600000US85553" +8600000US85554" +8600000US85602" +8600000US85605" +8600000US85606" +8600000US85607" +8600000US85610" +8600000US85611" +8600000US85614" +8600000US85615" +8600000US85617" +8600000US85619" +8600000US85621" +8600000US85623" +8600000US85624" +8600000US85625" +8600000US85632" +8600000US85634" +8600000US85638" +8600000US85641" +8600000US85643" +8600000US85645" +8600000US85653" +8600000US85704" +8600000US85735" +8600000US85739" +8600000US85743" +8600000US85901" +8600000US85911" +8600000US85922" +8600000US85924" +8600000US85927" +8600000US85931" +8600000US85933" +8600000US85936" +8600000US85937" +8600000US85938" +8600000US85941" +8600000US86001" +8600000US86004" +8600000US86018" +8600000US86020" +8600000US86022" +8600000US86023" +8600000US86024" +8600000US86025" +8600000US86028" +8600000US86030" +8600000US86031" +8600000US86033" +8600000US86034" +8600000US86035" +8600000US86036" +8600000US86039" +8600000US86040" +8600000US86044" +8600000US86045" +8600000US86046" +8600000US86047" +8600000US86052" +8600000US86053" +8600000US86054" +8600000US86305" +8600000US86320" +8600000US86321" +8600000US86322" +8600000US86323" +8600000US86324" +8600000US86327" +8600000US86332" +8600000US86333" +8600000US86335" +8600000US86337" +8600000US86338" +8600000US86401" +8600000US86409" +8600000US86411" +8600000US86413" +8600000US86432" +8600000US86434" +8600000US86435" +8600000US86436" +8600000US86438" +8600000US86440" +8600000US86441" +8600000US86443" +8600000US86444" +8600000US86445" +8600000US86502" +8600000US86503" +8600000US86504" +8600000US86505" +8600000US86507" +8600000US86510" +8600000US86511" +8600000US86512" +8600000US86514" +8600000US86520" +8600000US86535" +8600000US86538" +8600000US86544" +8600000US86545" +8600000US87002" +8600000US87011" +8600000US87013" +8600000US87014" +8600000US87015" +8600000US87016" +8600000US87020" +8600000US87025" +8600000US87026" +8600000US87029" +8600000US87031" +8600000US87034" +8600000US87035" +8600000US87036" +8600000US87037" +8600000US87053" +8600000US87056" +8600000US87059" +8600000US87063" +8600000US87072" +8600000US87117" +8600000US87121" +8600000US87311" +8600000US87312" +8600000US87313" +8600000US87315" +8600000US87319" +8600000US87321" +8600000US87325" +8600000US87326" +8600000US87327" +8600000US87328" +8600000US87410" +8600000US87412" +8600000US87413" +8600000US87420" +8600000US87455" +8600000US87461" +8600000US87499" +8600000US87506" +8600000US87507" +8600000US87510" +8600000US87512" +8600000US87515" +8600000US87518" +8600000US87519" +8600000US87521" +8600000US87528" +8600000US87530" +8600000US87538" +8600000US87549" +8600000US87552" +8600000US87557" +8600000US87560" +8600000US87571" +8600000US87575" +8600000US87577" +8600000US87701" +8600000US87711" +8600000US87714" +8600000US87718" +8600000US87728" +8600000US87729" +8600000US87733" +8600000US87736" +8600000US87740" +8600000US87743" +8600000US87746" +8600000US87747" +8600000US87752" +8600000US87753" +8600000US87801" +8600000US87820" +8600000US87821" +8600000US87825" +8600000US87827" +8600000US87829" +8600000US87830" +8600000US87832" +8600000US87901" +8600000US87930" +8600000US87942" +8600000US87943" +8600000US88007" +8600000US88009" +8600000US88011" +8600000US88012" +8600000US88020" +8600000US88021" +8600000US88029" +8600000US88030" +8600000US88038" +8600000US88039" +8600000US88040" +8600000US88041" +8600000US88042" +8600000US88045" +8600000US88049" +8600000US88051" +8600000US88061" +8600000US88081" +8600000US88101" +8600000US88112" +8600000US88116" +8600000US88118" +8600000US88119" +8600000US88121" +8600000US88124" +8600000US88125" +8600000US88126" +8600000US88130" +8600000US88136" +8600000US88201" +8600000US88203" +8600000US88210" +8600000US88220" +8600000US88231" +8600000US88240" +8600000US88250" +8600000US88252" +8600000US88253" +8600000US88256" +8600000US88260" +8600000US88264" +8600000US88267" +8600000US88301" +8600000US88310" +8600000US88316" +8600000US88318" +8600000US88321" +8600000US88338" +8600000US88339" +8600000US88340" +8600000US88343" +8600000US88344" +8600000US88346" +8600000US88350" +8600000US88351" +8600000US88352" +8600000US88353" +8600000US88401" +8600000US88410" +8600000US88411" +8600000US88415" +8600000US88417" +8600000US88418" +8600000US88419" +8600000US88422" +8600000US88424" +8600000US88426" +8600000US88427" +8600000US88430" +8600000US88435" +8600000US89001" +8600000US89003" +8600000US89005" +8600000US89007" +8600000US89008" +8600000US89010" +8600000US89013" +8600000US89017" +8600000US89019" +8600000US89020" +8600000US89025" +8600000US89029" +8600000US89040" +8600000US89043" +8600000US89045" +8600000US89046" +8600000US89049" +8600000US89060" +8600000US89124" +8600000US89148" +8600000US89301" +8600000US89310" +8600000US89314" +8600000US89316" +8600000US89317" +8600000US89404" +8600000US89405" +8600000US89406" +8600000US89409" +8600000US89412" +8600000US89414" +8600000US89415" +8600000US89418" +8600000US89419" +8600000US89421" +8600000US89422" +8600000US89423" +8600000US89424" +8600000US89425" +8600000US89426" +8600000US89427" +8600000US89429" +8600000US89434" +8600000US89444" +8600000US89445" +8600000US89447" +8600000US89508" +8600000US89510" +8600000US89704" +8600000US89706" +8600000US89801" +8600000US89815" +8600000US89820" +8600000US89821" +8600000US89822" +8600000US89823" +8600000US89828" +8600000US89830" +8600000US89831" +8600000US89833" +8600000US89834" +8600000US89835" +8600000US89883" +8600000US90262" +8600000US90265" +8600000US90808" +8600000US91042" +8600000US91306" +8600000US91384" +8600000US91733" +8600000US91750" +8600000US91901" +8600000US91963" +8600000US92004" +8600000US92059" +8600000US92065" +8600000US92084" +8600000US92109" +8600000US92201" +8600000US92225" +8600000US92227" +8600000US92233" +8600000US92243" +8600000US92249" +8600000US92250" +8600000US92257" +8600000US92266" +8600000US92275" +8600000US92277" +8600000US92283" +8600000US92284" +8600000US92285" +8600000US92301" +8600000US92305" +8600000US92308" +8600000US92309" +8600000US92316" +8600000US92328" +8600000US92332" +8600000US92347" +8600000US92356" +8600000US92363" +8600000US92364" +8600000US92389" +8600000US92398" +8600000US92536" +8600000US92555" +8600000US92583" +8600000US92590" +8600000US92603" +8600000US92676" +8600000US93001" +8600000US93023" +8600000US93201" +8600000US93208" +8600000US93210" +8600000US93215" +8600000US93225" +8600000US93230" +8600000US93240" +8600000US93249" +8600000US93252" +8600000US93254" +8600000US93257" +8600000US93265" +8600000US93271" +8600000US93280" +8600000US93283" +8600000US93292" +8600000US93307" +8600000US93308" +8600000US93311" +8600000US93401" +8600000US93420" +8600000US93422" +8600000US93426" +8600000US93436" +8600000US93441" +8600000US93446" +8600000US93450" +8600000US93451" +8600000US93453" +8600000US93454" +8600000US93505" +8600000US93513" +8600000US93514" +8600000US93517" +8600000US93518" +8600000US93527" +8600000US93532" +8600000US93535" +8600000US93541" +8600000US93544" +8600000US93549" +8600000US93555" +8600000US93560" +8600000US93561" +8600000US93602" +8600000US93610" +8600000US93614" +8600000US93619" +8600000US93620" +8600000US93622" +8600000US93624" +8600000US93626" +8600000US93627" +8600000US93634" +8600000US93635" +8600000US93637" +8600000US93641" +8600000US93646" +8600000US93647" +8600000US93657" +8600000US93664" +8600000US93669" +8600000US93908" +8600000US93920" +8600000US93924" +8600000US93927" +8600000US93930" +8600000US93960" +8600000US94087" +8600000US94508" +8600000US94558" +8600000US94567" +8600000US94568" +8600000US94571" +8600000US94587" +8600000US94709" +8600000US94952" +8600000US94965" +8600000US95017" +8600000US95023" +8600000US95037" +8600000US95043" +8600000US95075" +8600000US95076" +8600000US95125" +8600000US95209" +8600000US95223" +8600000US95230" +8600000US95247" +8600000US95311" +8600000US95318" +8600000US95336" +8600000US95338" +8600000US95340" +8600000US95360" +8600000US95361" +8600000US95364" +8600000US95369" +8600000US95377" +8600000US95379" +8600000US95380" +8600000US95387" +8600000US95389" +8600000US95401" +8600000US95421" +8600000US95427" +8600000US95428" +8600000US95445" +8600000US95448" +8600000US95449" +8600000US95453" +8600000US95454" +8600000US95476" +8600000US95482" +8600000US95488" +8600000US95490" +8600000US95494" +8600000US95531" +8600000US95542" +8600000US95543" +8600000US95549" +8600000US95551" +8600000US95552" +8600000US95556" +8600000US95559" +8600000US95563" +8600000US95569" +8600000US95573" +8600000US95615" +8600000US95620" +8600000US95624" +8600000US95629" +8600000US95630" +8600000US95634" +8600000US95638" +8600000US95645" +8600000US95648" +8600000US95668" +8600000US95684" +8600000US95689" +8600000US95694" +8600000US95709" +8600000US95720" +8600000US95776" +8600000US95901" +8600000US95915" +8600000US95916" +8600000US95917" +8600000US95928" +8600000US95932" +8600000US95936" +8600000US95939" +8600000US95949" +8600000US95959" +8600000US95963" +8600000US95965" +8600000US95973" +8600000US95979" +8600000US95987" +8600000US95988" +8600000US95993" +8600000US96003" +8600000US96006" +8600000US96010" +8600000US96011" +8600000US96014" +8600000US96021" +8600000US96023" +8600000US96024" +8600000US96025" +8600000US96027" +8600000US96031" +8600000US96032" +8600000US96034" +8600000US96039" +8600000US96040" +8600000US96041" +8600000US96044" +8600000US96046" +8600000US96047" +8600000US96050" +8600000US96051" +8600000US96054" +8600000US96055" +8600000US96056" +8600000US96057" +8600000US96058" +8600000US96064" +8600000US96065" +8600000US96073" +8600000US96076" +8600000US96080" +8600000US96086" +8600000US96087" +8600000US96091" +8600000US96096" +8600000US96101" +8600000US96104" +8600000US96105" +8600000US96108" +8600000US96110" +8600000US96112" +8600000US96114" +8600000US96116" +8600000US96117" +8600000US96118" +8600000US96124" +8600000US96130" +8600000US96132" +8600000US96134" +8600000US96155" +8600000US96161" +8600000US96708" +8600000US96727" +8600000US96743" +8600000US96746" +8600000US96750" +8600000US96763" +8600000US96764" +8600000US96771" +8600000US96777" +8600000US96796" +8600000US96819" +8600000US97001" +8600000US97013" +8600000US97016" +8600000US97021" +8600000US97029" +8600000US97031" +8600000US97032" +8600000US97033" +8600000US97037" +8600000US97039" +8600000US97048" +8600000US97049" +8600000US97055" +8600000US97058" +8600000US97101" +8600000US97103" +8600000US97106" +8600000US97108" +8600000US97116" +8600000US97133" +8600000US97138" +8600000US97140" +8600000US97141" +8600000US97303" +8600000US97324" +8600000US97326" +8600000US97327" +8600000US97330" +8600000US97333" +8600000US97338" +8600000US97342" +8600000US97352" +8600000US97355" +8600000US97358" +8600000US97376" +8600000US97380" +8600000US97381" +8600000US97390" +8600000US97405" +8600000US97406" +8600000US97411" +8600000US97413" +8600000US97415" +8600000US97420" +8600000US97424" +8600000US97429" +8600000US97441" +8600000US97443" +8600000US97456" +8600000US97457" +8600000US97458" +8600000US97462" +8600000US97465" +8600000US97467" +8600000US97471" +8600000US97478" +8600000US97488" +8600000US97490" +8600000US97497" +8600000US97499" +8600000US97520" +8600000US97522" +8600000US97524" +8600000US97525" +8600000US97527" +8600000US97530" +8600000US97532" +8600000US97541" +8600000US97601" +8600000US97603" +8600000US97620" +8600000US97621" +8600000US97623" +8600000US97624" +8600000US97626" +8600000US97630" +8600000US97636" +8600000US97637" +8600000US97638" +8600000US97640" +8600000US97641" +8600000US97701" +8600000US97710" +8600000US97711" +8600000US97720" +8600000US97721" +8600000US97722" +8600000US97731" +8600000US97733" +8600000US97735" +8600000US97736" +8600000US97739" +8600000US97741" +8600000US97750" +8600000US97751" +8600000US97752" +8600000US97753" +8600000US97754" +8600000US97758" +8600000US97759" +8600000US97761" +8600000US97801" +8600000US97810" +8600000US97812" +8600000US97814" +8600000US97820" +8600000US97823" +8600000US97824" +8600000US97825" +8600000US97826" +8600000US97827" +8600000US97828" +8600000US97830" +8600000US97835" +8600000US97836" +8600000US97842" +8600000US97843" +8600000US97846" +8600000US97848" +8600000US97850" +8600000US97856" +8600000US97857" +8600000US97862" +8600000US97864" +8600000US97865" +8600000US97867" +8600000US97868" +8600000US97869" +8600000US97870" +8600000US97875" +8600000US97877" +8600000US97880" +8600000US97883" +8600000US97885" +8600000US97903" +8600000US97904" +8600000US97905" +8600000US97906" +8600000US97907" +8600000US97908" +8600000US97910" +8600000US97911" +8600000US97913" +8600000US97914" +8600000US97918" +8600000US97920" +8600000US98001" +8600000US98022" +8600000US98023" +8600000US98045" +8600000US98053" +8600000US98068" +8600000US98133" +8600000US98208" +8600000US98221" +8600000US98223" +8600000US98224" +8600000US98233" +8600000US98236" +8600000US98237" +8600000US98240" +8600000US98241" +8600000US98244" +8600000US98248" +8600000US98251" +8600000US98252" +8600000US98267" +8600000US98283" +8600000US98284" +8600000US98288" +8600000US98292" +8600000US98304" +8600000US98305" +8600000US98320" +8600000US98323" +8600000US98326" +8600000US98331" +8600000US98335" +8600000US98336" +8600000US98358" +8600000US98360" +8600000US98361" +8600000US98362" +8600000US98363" +8600000US98365" +8600000US98506" +8600000US98513" +8600000US98520" +8600000US98526" +8600000US98532" +8600000US98537" +8600000US98541" +8600000US98548" +8600000US98550" +8600000US98563" +8600000US98576" +8600000US98577" +8600000US98579" +8600000US98580" +8600000US98581" +8600000US98584" +8600000US98585" +8600000US98586" +8600000US98588" +8600000US98591" +8600000US98597" +8600000US98601" +8600000US98607" +8600000US98610" +8600000US98611" +8600000US98616" +8600000US98619" +8600000US98620" +8600000US98635" +8600000US98638" +8600000US98648" +8600000US98649" +8600000US98672" +8600000US98675" +8600000US98801" +8600000US98802" +8600000US98812" +8600000US98813" +8600000US98814" +8600000US98816" +8600000US98822" +8600000US98823" +8600000US98826" +8600000US98827" +8600000US98830" +8600000US98832" +8600000US98833" +8600000US98837" +8600000US98840" +8600000US98841" +8600000US98844" +8600000US98847" +8600000US98848" +8600000US98849" +8600000US98851" +8600000US98852" +8600000US98855" +8600000US98856" +8600000US98857" +8600000US98858" +8600000US98859" +8600000US98862" +8600000US98901" +8600000US98903" +8600000US98922" +8600000US98926" +8600000US98935" +8600000US98936" +8600000US98937" +8600000US98940" +8600000US98942" +8600000US98944" +8600000US98948" +8600000US98951" +8600000US99003" +8600000US99004" +8600000US99005" +8600000US99006" +8600000US99008" +8600000US99016" +8600000US99018" +8600000US99022" +8600000US99032" +8600000US99040" +8600000US99103" +8600000US99109" +8600000US99111" +8600000US99114" +8600000US99115" +8600000US99117" +8600000US99118" +8600000US99119" +8600000US99122" +8600000US99125" +8600000US99129" +8600000US99134" +8600000US99135" +8600000US99138" +8600000US99139" +8600000US99140" +8600000US99141" +8600000US99143" +8600000US99153" +8600000US99155" +8600000US99156" +8600000US99157" +8600000US99159" +8600000US99161" +8600000US99163" +8600000US99166" +8600000US99167" +8600000US99169" +8600000US99170" +8600000US99171" +8600000US99180" +8600000US99181" +8600000US99185" +8600000US99301" +8600000US99322" +8600000US99326" +8600000US99328" +8600000US99333" +8600000US99337" +8600000US99338" +8600000US99341" +8600000US99343" +8600000US99344" +8600000US99345" +8600000US99347" +8600000US99348" +8600000US99349" +8600000US99350" +8600000US99356" +8600000US99357" +8600000US99360" +8600000US99361" +8600000US99362" +8600000US99371" +8600000US99401" +8600000US99402" +8600000US99510" +8600000US99518" +8600000US99519" +8600000US99540" +8600000US99550" +8600000US99556" +8600000US99557" +8600000US99566" +8600000US99567" +8600000US99572" +8600000US99573" +8600000US99574" +8600000US99575" +8600000US99576" +8600000US99577" +8600000US99585" +8600000US99586" +8600000US99587" +8600000US99588" +8600000US99591" +8600000US99603" +8600000US99605" +8600000US99606" +8600000US99607" +8600000US99610" +8600000US99611" +8600000US99613" +8600000US99615" +8600000US99625" +8600000US99627" +8600000US99628" +8600000US99631" +8600000US99633" +8600000US99639" +8600000US99640" +8600000US99645" +8600000US99647" +8600000US99648" +8600000US99649" +8600000US99652" +8600000US99654" +8600000US99656" +8600000US99657" +8600000US99661" +8600000US99663" +8600000US99664" +8600000US99666" +8600000US99667" +8600000US99669" +8600000US99672" +8600000US99674" +8600000US99676" +8600000US99678" +8600000US99679" +8600000US99680" +8600000US99682" +8600000US99683" +8600000US99684" +8600000US99685" +8600000US99686" +8600000US99688" +8600000US99689" +8600000US99690" +8600000US99691" +8600000US99693" +8600000US99701" +8600000US99705" +8600000US99706" +8600000US99709" +8600000US99712" +8600000US99714" +8600000US99723" +8600000US99726" +8600000US99729" +8600000US99730" +8600000US99732" +8600000US99733" +8600000US99734" +8600000US99737" +8600000US99738" +8600000US99739" +8600000US99740" +8600000US99743" +8600000US99746" +8600000US99752" +8600000US99753" +8600000US99755" +8600000US99756" +8600000US99757" +8600000US99758" +8600000US99760" +8600000US99761" +8600000US99762" +8600000US99764" +8600000US99766" +8600000US99768" +8600000US99770" +8600000US99772" +8600000US99778" +8600000US99780" +8600000US99781" +8600000US99786" +8600000US99789" +8600000US99790" +8600000US99791" +8600000US99801" +8600000US99820" +8600000US99825" +8600000US99826" +8600000US99827" +8600000US99830" +8600000US99832" +8600000US99833" +8600000US99835" +8600000US99840" +8600000US99901" +8600000US99903" +8600000US99919" +8600000US99921" +8600000US99926" +8600000US99927" +8600000US99929" " " >" A" � " ����" ����" ����" ��-" ���" ���" ��q" ����" ���" ���O" ���E" ��" ���" ���" ���" ���" ��" ���" ����" ��" ���" ����" ����" ��ö" ����" ��" ��ރ" ����" ����" ����" ����" ����" ����" ���" ����" ��!" ����" ��:" ���" ���" ��� " ��� " ���" ���� " ���" ���" ����" ��" ����" ���" ��Ր" ���Y" ��" ����" ����" ��." ���" �Ōq" ��" ��߻" ���_" �Ȇ" �ȍ" ���K" ���O" �� " ����" �΄u" �ќ" ��͠" ���" ��" ���" �Ԡ�" ���" ���" ���!" ���=" �ݛ^" ��S" ��T" �ᬂ" ����" �苬" ���" ��D" �� " ���" ��H" ��" ���" ���^" �� " ����" ����" ���" ��" ���E" ���" ���" ��-" ���" ���" ��� " ��" ����" ���" ����" ���2" ���" ��_" ���#" ��U" ��t" ���" ��Z" ����" ��" ���" ��|" ���a" ���+" ���" ��" ���" ���/" ����" ��" ���" ���" ���" ���" ����" �� " ���J" ��1" ���" ��K" ���" ���U" ��� " �� " ���" ���." ���B" ����" ��" ���B" ���2" ���}" ��" ��" ���" �ƻ" �̵" �� +" �Ω" ���2" ��" ��ڦ" ��" �Ы" �ї" ��" �ֲ�" �ם�" ��ٮ" ���V" ��:" �ٛ�" ��е" ��&" ��" ���}" �ݒ|" �߂" �� " ��" ���" ���" ��9" ���V" ��," ��" ���" ���" ��ʙ" ���" ���" �� " ���" ���d" ��l" ����" ���" ��" ���" ���" ��� " ����" ��" ���" ��" ���" ��ǿ" ��a" ���" ���-" ���C" ����" ���" ����" ���9" ���� +" ���"" ��." ����" ����" ���" ����" ����" ��" ����" ���v" ����" ����" ���" ���" ��" ����" ����" ���L" �� " ����" ����" ����" �� " ���" ����" �� " ��� " ���" ���" ��" ��I" ��Y" ��ڠ" ���" ���"" ��k" �Ž" ���" ��'" �ǘ/" ��" �ʷ" ���" ���!" �Рi" �Т{" �љs" �ҳ" ��" ��1" �Ӹ" ���h" ���" ����" �� " ��*" �ס�" �ٳ�" �۪8" ��՝" ��(" ����" �ިo" �޸" ��" ����" ��" ��" ���" ���f" ��" �恬" ��:" ���T" �� +" �� " ����" ��" ��" ��" ��4" ��� " ���" ���" ����" ���" ����" ����" ���" ���" ����" ����" ���" ���" ����" ���Y" �6" �;" ���" ���>" ���" ��" ���D" ���" ���S" ���" ��� " ���" ���" ����" ����" ���" ���" ��" ���" ���" ���P" ��" ��� " ����" ����" ��L" ���" ���" ����" ��"" ���," ���� " ����" ���" ��<" ��" ��$" ��ެ" ��" ����" ��ȉ" ��� +" ���" ��� " ����" �•;" ��" �ĉ�" ����" ���" ���" �ǡ" ��q" ��" �ʭn" �̳/" ��" �͟" �φ�" �ϒ" �ϟF" �Ѝ" �Р�" �вl" �Ҁ�" ��+" �ّ" ���" ����" �߀�" ���" �઼" ���" ��р" ��Y" ���" ��" ��" ��I" ����" �죡" ��%" �� " ���$" ��LJ" ����" ����" ���" ���l" ���5" ���<" ���" ���/" ���T" ���" ���l" ��3" ���*" ���" ����" ��ͭ " ���T" ���" ����" ��� " ���" ���" ���@" ����" ���" ���@" ����" ����" ���]" ��ԡ" ���" ����" ���" ��" ���=" ���" ���u" ����" ����" ����" ����" ���" ��" ����" ���c" ���" ��*" ����" ���" ��" ��s" ���" ���" ����" ����" ��$" ����" ��� " ����" ���" ���" ��� " �Ó�" �ē�" ��D" ��R" �nj" �Ǎ�" �ǩ" �ȭ�" �̝ " ���}" �Ξ" ��N" ���!" ��" �Ճ" ��" ����" �܉" ���" ��]" �ݑ�" �ݭ?" ��Ύ" ����" ����" ��ϊ" ��T" ����" ��" ��N" ��/" ��" ���" ����" ��� " ���" ����" ���p" ��f" ��5" �� +" ��� " ��5" ���2" ���c" ��5" ��" ���}" ��� " �" �� +" ���" ����" ���g" ���" ���" ���" ��" ��p" ���" ���i" ���" ��֐" ���" ���" ��� " ��" ��O" ��� " ���" ���" ���" ���" ���" ���k" ���" ���" ���" ���" ���" ����" ���&" ���" ��ï" ����" ���1" ���>" ���" ����" ���" ����" ����" ��0" ���r" ���n" �" �Þ" �ô" ���" ���" ��" �Ƈ" ���" �Ȑ�" �ȑ�" �ɮ�" �ˮ�" ��͏" �͸" �ϖ!" �Ѻ5" ���" �҈" �Ӆ�" ��'" ��h" ��~" ���6" �ݵ" ���I" ����" �࿤" ��" �� " ���" ����" ��" ��" ���" ����" ��" ��a" ��" ��0" ��c" ��Г" ���$" ����" ����" ���" ��ь" ��" ��� " ���" �o" ��!" ����" ����" ���?" ���" ����" ��Y" ��=" ���" ���" ����" ���" ���" ��&" ���I" ���M" ����" ���" ��ߥ " ���|" ���" ���" ���" ���N" ��" ���" ��S" ��" ���" ���" ���S" ����" ��Č" ��ך" ��!" ���c" ���X" ��" ���c" ��� " ���" ��" ���" ����" ���" ����" ���" ����" ���Y" ����" ��Σ " �ê<" ����" ����" �� " ���" �ʿ�" �̈" ��j" ����" ��" �Ү" ���4" ��" ��" ���" ���" �ا_" ���8" ���W" ����" ��ݔ" ��" ��" ���" ��Ť" ���" ��s" ���M" ���" ���" ��" ���" ��" ��" ����" ���" ���7" ����" ����" ���6" ��˺" ���" ����" �V" �z" ��" ��֪" ���� " ����" ����" ����" ��}" ���" ����" ���" ���" ��" ���3" ����" ���'" ��" ���;" ����" ����" ���" ��Ζ" ��" ��8" ���7" ���" ���6" ��" ���" ���" ���#" ���?" ���" ��2" ���9" ���w" ��" ��" ���" ���h" ��" ��Ⱦ" ��" ����" ���" ��" ���" �Õ�" �ë'" �Ž" ���" �ɵ�" ����" �ʂ " �ˆ" �̧" �̲�" �ѕu" �Ҥ�" ��" ��e" ��н" ����" ��]" ��^" ��" ��\" ����" ��ҋ" �ۥ�" �ۯ�" ��Չ" ���" ��;" ��" ��̵" ����" ���" ���" ���" ���" �䓑" ��" ��" ��(" ��9" ���" ����" ��" ���" ���." ��" ��" �﷙" ���" ���" ���I" ����" ����" ���" ����" ��/" ���" ��" ��e" ���8" �� " ���+" ����" ��" ��+" ���" ����" ��" ���" ����" ���" ���e" ��" ���V" ����" ��/" ��" ��" ��R" ����" ��" ����" ���" ���N" ��� " ��" ����" ���" ����" ���" ���" ���" ���" ���" ��H" ���" ���" ����" ��" �� " ��." ����" ���" ���" ��P" ���}" �� " ��5" ���" ���" ����" ����" ���" ��" �Õ" �õ" �Ž" ��O" �ȏ�" �ʍW" �ʎ" ���4" ���K" ���" ��" ����" ��o" ��b" ��>" �Ԙ+" �� " ���Y" ���" ��q" �ۀ�" ���5" �ݍ� +" �ގr" ���" ��A" �椲" �譶" ���" ��g" ��" ���v" �둟" ��" ��" ���@" ��" ��l" ����%" ��#" ����" ����" ���n" ����" ���" ����" ���u" ����" ���" ����" ���" ���" ��" ��Ө" ��z" ���}" ��." ��" ���" ���" ���" ��" ��Q" ����" �� " ��� +" ���\" ��Ɛ" ����" �� " ���J" ���" ��G" ���%" ����" ����" ��q" ��� " ��`" ���" ���" ���" ���" ����" ��� " ����" ��� " ���" �� +" ���Y" ��_" ��Y" ��W" ����" ���G" ��ō" ���" ��" ����" ���" ��" ��Ń" ��" ��Ǣ" ����" ���" ��6" ��ީ" ����" ����" ����" ��I" ��ͬ" ���" ����" ���R" ��O" �ƒ" �˜" ��d" ���" �Ň" ��m" �Ȭ^" �Ɉ " �� " �Ά�" ��%" ���w" ���" �ѪT" ����" �� +" ����" �� " �֘n" ��2" ��d" ��" �٣" �څ" �ۆ�" ����" ���i" ��8" ��" ��" �㞄" ����" ����" ��t" ��" ��" �ꀾ" ��y" ���" ���" �" ���" ��" ����" ���4" ����" ���}" ����" ���" ���=" ���s" ��� " �[" ����" ��£" ����" ��7" ���" ���X" �� " ����" ��� +" ���" ��ζ" ���" ����" ����" ���" ��" ���i" ���9" ����" ��" ��." ���" ���>" ����" ���." ��0" ���v" ����" ���l" ��-" ���[" ���" ���" ����" ��X" ���" ���A" ����" ���" ���" ����" �� +" �ř" �ǒ�" �ǰ�" ���" ��Q" ��c" �ͣ�" �ι" �О" �ѽ�" ��" ���" ��" �֒e" ��u" ���[" �ݑ�" ��ր" �ގ" �ߨ� +" ���r" ��" ��"" ��" ���" ��� +" ��6" �瓆" �鳂" ����" ���" ����" ���" ����" ���" ��" ����" ���#" ���" ���{" ����" ���" ��j" ��" ���" �\" �n" ��" ��2" ����" ����" ����" ���" ��J" ����" ����" ���6" ����" ���P" ��\" ��{" ����" ����" ����" ��" ����" ����" ����" ���" ��=" ���" ���" ����" ����" ���" ���" ���l" ����" ���[" ���E" ��" ��" ���" ���" ��f" ����" ��� " ���" ���|" ����" ����" ����" ���" ���" ���" ���q" ��گ" ��ߊ" ���" ��� " ��" ���#" ��A" ���" ���" ����" ���U" ���" �Ì" ��� " ��ٚ" ��G" ����" ���" �ҩ�" ��A" ���" ��" ��Ʊ " ���" ���" �ۜ" ���" �ޛ +" �޴" ����" ��" ���6" ��l" ���+" �谴" ����" ����" ����" ���" ���" ��޿" ����" ����" ��L" ����" ���" ���" ���" ���" ��" ���]" ����" ��Ѥ" ����" ���l" ��" ���" � " �j" ���" ���" ��&" ��[" ����" ����" ����" ��/" ��6" ��*" ���T" ���C" ���u" ��� " ���" ���� +" ���v" ���" ��Ƹ" ��� " ���� +" ��" ����" ����" ���H" ��" ��" ���" ��+" ���" ��" ����" ����" ���V" ���" ����" ���" ����" ����" ���" ��" ��+" ��" ����" ���" ���" ���" ���" ���" ���" ����" ��/" ��" �ŝ�" ���" �ƥ�" ��A" �ǩ�" �ɈA" ��" �Ε�" ����" ���F" �׳" ��" ���'" ����" ���" ��H" ��i" ����" ����!" ����" ���5" ���S" ��Ф" ��O" ��" ��" ��" ��" ���" ���" ���X" ��" ��" ���" ����" ���!" ���" ���" ���d" �h" ��" ��� " ���" ��� " ����" ���" ����" ���" ����" ���R" ���" ��9" ���*" ���" ���" ���" ��" ��" ���2" ����" ���" �� " ����" ����" ���" ���i" ��" ��F" ���\" ���F" ���" ���n" ��" ���1" ���&" ���" ���k" ���" ����" ����" ���" ���" ��" ���c" ��" ����" ���" ���" ����" ��ٵ" ���" ����" ����" ���" �� " ���" ��2" ��" ��" ��" ���" ���$" ����" ��� " ���" ��2" ��m" ��E" ��]" ����" �ͫ" ��R" ����" ����" �ѐ" ��" �Ҷ�" �Ҿ�" ��߹" ���4" ��" ��2" �վ" ��O" �ڗ�" ��" ���" ���" ��" ��4" ��)" ��" ���" ���" ��." ��" ���" ��t" ��" ���" ���" ���" ����" �� " ���d" ��U" ����" ���" ��ƥ" ����" ����" ��" ��4" ����" ���V" ��ӑ" ��� +" ���&" ����" ����" ���@" ���" ��&" �� " ���" ���" ��F" ����" ���" ���" ���" ��" ����" ����" ���" ���" ��I" ��" ��(" ��7" ��� " ���6" ���" ��8" ���N" ��ѷ +" ���" ��" ����" ��>" �� " ���" ���" ���" ����" ����" ���" ���� " ���" ����" ���" ���" ���)" ��`" �ˆ" ��i" ��" �š�" �ŭ" �ɂ8" ��̽" �ʚ�" �ʱ�" ���" ���" �ћ" �Ғ�" �ԫ�" �֫�" ���" ���" ��G" �܂�" ���" ���" ��|" ��" ���." ��" ��" ��" ����" ���" ��" ���" ���" ���" �� +" ��ƍ" ����" ����" ��ޣ" ����" ����" �." ����" ���E" ����" ���" ��C" ���" ����" ���" ��{" �� " ���)" ��� " ����" ����" ���" ����" ���O" ���" ���" ��" ��� " ����" ���" ���-" ���" �� " ��" ���u" ����" ���" ���" ���z" ��+" ����" ��" ��#" ��I" ����" ���" ��l" ��" ����" ��ޙ" ���" ��Ӆ" �� +" ����" ��� +" ��p" �Ǐ" �Ǔq" �Ȍ" �Ɂ�" ���S" �ʋ�" ��m" ���;" �Ѩ6" ���l" ��" ��ہ" �֯" ��$" �׽�" ���Z" �ۇ" �۰j" �ߥ�" ��6" �ᨭ" ��<" ��%" �镪" ��)" �� +" ��R" ��" ����" ���`" ���*" ����" ��Y" ���2" ���W" ��ƕ" �T" �b" ����" ��4" ����" ����" ���o" ����" ����" ��v" ���C" ��" ���" ����" ��M" ���l" ���" ����" ���l" ���b" ��9" ���" ��� +" ��" ���" ��" ���" ���:" ���L" ��," ��V" ����" ���" ���" ��" ���" ���" ���Z" ����" ����" ���� " ����" ���B" ���" ����" ��� +" ���c" ���n" ����" �ªE" ��� " ����" ���k" ��?" �ʊ" ��ɂ" ����" ��ђ" ���" ���" ��" ��Ί" ���" �ԡm" ��u" �؜b" ��" ���" ��3" �߄G" ����" ���" ��" �᧻" ���9" ��T" ��" ��" ��@" ��b" ����" ���" �" ��" ��%" ��" ��� +" ����" ���" ��ȳ" ���k" ��j" ����" ���" ���<" ��j" ����" ��" ���" ���>" ���1" ��%" ���b" ���" ���Q" ����" ���" ��" ����" ����" ���%" ���" ���a" ���>" ��(" ����" ��� " ���" ���{" ����" ���d" ���-" ���;" ���!" ����" ��8" ���" ��� +" ���" ��ߝ" ���/" ����" ��," ��� " ���" ���" ����" ����" ��Y" ����" ��" ���" ��+" ���|" ����" ���" ����" �– " ��K" �Ļf" ����" ���" �ŕ" ��ޠ" ���" �ʎ" �͵�" ����" ���`" ��-" ���" �Љ" ��" ���Y" ��R" �Ը6" ����" ��" �՛�" ��$" ���M" ����" �ڐ�" ���" ����" ���h" ��," ���" ��ʯ" �ㄡ" �忘" ��W" ���" ���`" �� " ��E" ���" ��-" ��×" ��9" ����" ��К " ��ٖ" ��^" ���^" ���" ��Ƃ" ��" ��P" ���" ��� " ��" ��-" ���" ����" ���" ���0" ���" ����" ���!" ���" ����" ����" ��ƥ" ���" ���" ��" ���" ��I" ��׶" ����" ���" ���O" ���" ��" ���" �� " ��" ��" ���" ���" ��O" ���g" ����" ����" ���D" ���X" ���`" ��&" ��dž" ����" ���/" ����" ��!" ����" ����" ����" ��&" ���� " �� " ����" ����" ����" �ƍM" ���" ���" �ɇ�" �ɵ" �˞�" ���B" �Б�" �ҫ" �Ӈ�" ���" ���" ��ۀ" �ڞ� " ��" ���" ���" ��C" �ྂ" ��_" �⨡" ��" ��^" ��ٽ" ��C" ���8" ��J" ����" ��" ���" �ꪕ" ���" ��p" ���" ���" ��*" ���'" ���" ���" ����" ����" ���" ����" ���" ���5" ��T" ��H" ��v" ����" ����" ��" ��8" ���]" �� " ����" ���" ���M" ���" ���" ��" ���G" ����" ����" ����" ��" ���" ���" ���" ��ߺ" ���!" ���" ���" ��~" ���I" ����" ����" ���" �� +" ���" ���w" ���" ��;" ���" ��" ��x" ���" ��D" ��o" ���" ���" ���$" ����" ��А" ����" ����" ���" ���)" ����" ���" ����" ��� " ���" ���" ��8" ���" ���" ��" ���v" ���_" ���" ����" ���" �Ū" �ǿ�" �˃�" �˅5" ��" �͋�" ���]" ��$" ���" ���" �Ѧ�" ���" �Ӹ " ��" �ٸ " ��ځ" ����" ����" ����" ���V" ��`" ��� " ���" ���" ��� " �� +" ��� +" ���" ����" ����" ����" ��" ���>" ��" ��" ��� " ���*" ��j" ���-" ���" ���" ���" ����" �� " ���m" ��" ��­" � " �k" ���� " ����" ��H" ���" ���1" ����" ����" ��� " ���Q" ���" ��t" ��z" ����" ��ܮ" ����" ���" ���\" ��*" ���" ���" ��" ��" ����" ���T" ��B" ����" ���" ��_" ����" ����" �� +" ����" ���" ���?" ���" ���" ���" ��*" ����" ���4" ��_" �Ľb" ���" ��" �ňA" �ƸC" �� " ��'" �ȫI" �ɬ" �ʆ� " ��q" ��۹" �̎G" ��%" �ϴ� " �Ϻ" ��" ��%" �ԓ" �Վ�" ����" �ؙB" ����" ���" �ݫ�" �ޠ�" �ߑ" ���" ���" ��" ���" ���" ���" ��" ��" ��T" ��" ���" ���" ���!" ��" ��" ��" �" ����" ��L" ��" ���i" ���" ����" ���" ���G" ���6" ���?" ����" ���" ����" ���" ����" ���a" ���7" ���V" ����" ����" �� " ����" ���" ���" ���$" ���" ���" ��" ��" ��ÿ" ���m" ����" ��;" ��e" ���" ���" ���X" ���" ���8" ��" ���" ���" ��t" ��" ��3" ����" ��W" ���" ����" ���" ����" ����" ��*" ���" ��ı" ��ԥ" ���" ��" ����" ����" ���" ����" ��" ���D" ���`" ����" ���" ����" ��5" ���f" ���" ��" �å�" �ċ" ��� " ���" ��" �ơ" ��C" �Ȁ1" ���F" �˰" ���" �ͧ�" ��ף" ���J" �ϐ" ����" ���" ���" �Ԁ" �ִ" ���" �؝" �ډ7" ���" �۷" �܏�" ����" ���" ��e" ����" ��" �� " ���E" �럪" ����" ��p" ��c" ����" ����" ��" ���" ���" ���?" ��" ��" ��S" ���" ����" ��Ű" ���" ��� " ����" ���5" �'" ����" ���8" ���" �� " ���>" ����" ���" ���e" ��" ��" ��S" ��� +" ���" ��" �� " ���j" ���" ����" �� " ��" ���-" ��" ��� " ���P" ���" ���9" ��� " ���e" ����" ��(" ���" ���" ����" ����" ��ȶ" ����" ����" ��̠" ����" ���" ��ʦ" ���" ����" ��(" ��?" ����" ���" �ŽD" ���" �ȝ" ���" �ʹ" ���>" ����" ��Κ" �̛e" �͙�" ���C" ��" �΅" �Μ�" ��1" �ϔ%" ��f" �Ш" �б" ����" ��/" �ѳ�" �Ӓ�" �ӬY" ���" ����" ���" ��V" �݈�" ����" ��P" ��" ��" ���0" ���o" ���o" ���N" �ꪮ" ��" ���" ��" ����" ���" ���" ��� " ����" ���" ����" ���J" ���" ��" ����" ���" ���" �" ���2" ���" ����" ����" ���" ���" ���z" ���Z" ���)" ��� " ���K" ����" ���" ���m" ���" ���" ��P" ��r" ���w" ���" ��ɝ" ���� " ���" ���" ���" ���" ���'" ��" ���" ��" ���I" ���q" ��l" ����" ��ض" ��#" ���Y" ���" ����" ����" ���" ���" ��" ���" ��" ��i" ��" �‹�" �û." �� " ��" ��� " �˵" �Ϊ�" ��" �Ҿ" ����" ��m" �ڱf" �۹�" ���" ���8" ���*" ��b" ���M" �ⷌ" ��s" ��Y" ��" ���." ����" �퉫" ���" ���" ��ױ" ��b" ���" ����" ���" ��ݤ " ���" ��%" ����" ����" ��ە" ��f" ���� " �." �O" �e" ��" ��� +" ����" ��v" ����" ����" ���l" ���" ���" ���" �� " ��~" ���" ���p" ���q" ���" ���" ���" ���v" ��<" ���7" ���" ���" ��ݫ" ���" ����" ���" ��" ���8" ��" ����" ��í" ����" ��$" ���^" ��!" ���" ���" �� " ���" ���" ����" ��Ѽ" ���" ���-" ����" ����" ��&" ��k" ��" ����" ���" ����" ��" ���" ��Q" ���`" ���" ���" ���" ��� " ��r" ���{" ���M" ���" ���" ����" ��S" ���" ����" ��" ���" �Ɖ)" ����" ����" ��" ��� " �҃ +" ��" ��" �֯� " ���" �מ" �ء�" �ب�" ���" �ٓ;" �ٶ" �ܾ" ���" �޸�" ���," ��" ��" ���" ��" ��H" ����" ���*" ���" ���" ���" ����" ��]" ���" ��" ���" ��" ��� " ����" ��" ���" ����" ����" ����" ���" ��z" ���" ����" ���� " ��h" ����" ��" ��" ��G" ���" ���n" ���" ��" ���+" ���" ��" ���" ���" ����" ���" ���" �� " ����" �� " ���"" ���" ���" ���" ���" ����" ��´" �� " ���� " ���" ��" ����" ��q" ���" ���Q" ���" ��" �� " ��¥" ����" ���" ���-" ��" ���" ��M" ����" ���R" ��" ��" ����" ����" ����" ����" ���O" ����" ��" ���:" �� " ���" ��" �Ũ�" ���" ���" ���R" �ȉ" �ʐS" ���J" ��B" ��" �̈�" �̡%" �ώ" ��" �Я�" �ҩ" �Ӽ" ���x" ��Ҋ" �ړ�" ��<" ���" ����" ����" ���-" �蕈" ���" ���X" ����" ����" ��Y" ��" ��" ���u" ���" ����" ����" ��" ��Ѯ" ��6" ��� " ���x" ���" ���" ���" ���]" ����" ��� +" ���" ����" ��" ���" ���!" ��Ϩ" ��� " ��" ���*" ���" ����" ��B" ���" ��:" ����" ���" ����" ���" ����" ��I" ���i" ��Q" ����" ��!" ���^" ���" ����" ���" ���@" ���" ��" ��R" ����" ���w" �� +" ����" ��� " ��� " ��s" ���b" ��" ���� " ���" ���@" �£ " ��" ���z" ���" �ɡ�" �ʫ`" �ζ" ����" ���" �ҷ�" ����" ��/" �Ԭ�" ���" ���'" �؞;" ��" ��B" �� " ����" ��H" �ݬ�" ���" ���H" ��� " ��" ���<" ��ۻ" �� +" ��" ��" ��" ��x" ���" ���" ��� " ���" ���" ��" ��" ����" ��" ��� " ����" ���d" ���" ��$" ��P" ���� " ���" ����" ���" ���o" ����" ��Ȗ" ��h" ��" ��K" ���" ����" ����" ����" ����" ���� " ���" ����" ���N" ����" �� " ��M" ����" ���]" ���k" ����" ��" ��ι" ��&" ���" ���Y" ���k" ��ќ" ���w" ���V" ��" ��&" ���" ����Z" ��� " ���-" ���" ���f" ��Â" ����" ���" ����" ��Y" �� " ���(" ��/" ���[" �É" ��͡" ��" ��" �Ʃ!" �ȱ" ���" �́?" �̅" �̰k" ���" �ξX" ���%" ��" �ҷ" ��" �Պ�" �մ�" ��" ���" �܊" ����" ��" ���" ��" ��7" ����" ��/" ���)" ��0" ���" ���x" �紀" ��" ����" ���" ���" ���"" ��3" ��" ��" ���" ���" ��" ��/" ����" ���$" �X" ���y" ���" ��� " ����" ���" ���R" ���" ����" ����" ��" ���L" ����" ���" ���8" ����" ����" ���" ���" ����" ���" ���" ����" ����" ����" ����" ��" ���" ����" �� " ��� " ��v" ��" ����" ����" ���" ���" ���." ��@" ��� " ����" ���8" ��٧" ��"" ���q" ����" ���" ���:" ����" ����" ����" ����" ��ю" ����" ��" ��i" ���`" �Ƨ�" ���" ��Ӑ" ���" �ϖ" ���=" �ҫ�" ���" �ӕ" �Ӯ�" �Ԅ�" ��" ���" �ې�" ��" ���s" ����" ��" ���" ��" ��" ��ό" ��" ����" �� +" ��#" ��1" ����" ����" ���" ��P" ���" ����" ���"" ���" ��̙" �r" ����" ��" ���" ���H" ��� " ���"" ��" ��H" ���" ��9" ���" ���" ���" ��ӓ" ��" ��s" ���?" ����" ��ח" ����" ���" ��" ���" ����" ��݂" ����" ��C" ��c" ���R" ���" ���" ����" ���" ����" ���� " ���" ��3" ���" ����" ���]" ���" ��" ���" ��1" ���" ���#" ��" ���" ����" ���" ��� " ���" ���F" ��b" ���" ��ڈ" ���" ���" ���" ��_" ���" ���" ��" �È�" ���" �ƣ~" �ƽ�" �ʌ�" �ʶ" ��" ��" ��" �а" ����" ���b" ��n" �י;" ���}" ���P" �߱" ��" ��6" ��" ���" ��" ��\" ��" ��S" ����" ��" ���" ���7" ��s" ��Y" ��" ���" ����" ��y" ����" ���" ����" ����" ��" ���" ���S" ���" ���" ��� " ��" ��� " ����" ���" ���" ����" �� +" ���" ���\" ���" �� " ���" ��" ���" ���" ��'" ���$" ��" ��A" ���" ����" ��5" ��" ���L" ��" ���" ���" ����" ��#" ����" ���m" ��W" ���}" ��" ��R" ��p" ����" ���" ���j" ��Ĉ" ����" ���q" �ç�" �ç�" �Ğ�" ���f" �Ů�" ��ý" ���." ��E" �Ǭ�" �Ȅ/" ��" �ɴ" �ʞ" ���" ��j" �ͷ" ���" ��L" ���" ��" �٫�" �ٳ," ��" �ږ" �ڡ" ���" ���O" ��" ���-" ���" ��" ���" ���" ���`" �煢" ���" ���" ���@" ��" ���Q" ��" ��a" ���o" ����" ����" ����" ��� " ���" ��0" ����" � " ��8" ���" ���" ���" ���R" ��&" ��� " ����" ����" ����" ���" ��" ���" ����" ��" ��L" ����" ����" ��݁" ��" ���" ����" ���?" ���\" ��h" ����" �� " ���" ��i" ����" ����" �� " ���" ����" ��Ü" ���" ����" ��`" ��h" ����" ���" ���" ���W" ��W" ����" �ŀ" �Ō0" ��" ��J" ���" ��{" ��� " ����" �˒�" ��n" �͓O" ����" ���&" ���" �ѡ" ��F" ��r" ���" ����" ����" �ع�" ��:" �ك�" �ٰ�" ���l" ���_" ��" ��" ����" ���" ���" ���" ��3" �錭" ���" ���S" ��" ���" ���" ��" ��" ���" ��Ȇ" ���" ����" ���|" ��� " ���" ���" ����" ���;" ����" ����" ����" ��[" ���" ����" ����" ��ކ" ��" ��" ���" ��E" ����" ���X" ���" ��u" ���7" ���J" ��" ��)" ���" ���" ���y" ���" ��m" ���" ���U" ����" ��" ��Θ" ��" ���{" ���'" ���" ���*" ��T" ��0" ��" ���Y" ����" ���H" ���" ���S" ����" ����" ����" ���" ���D" ����" ���" ���" �Ÿ�" ���" ��V" ���" ���" �ʼ" ��W" ���" ��" ���" ��" �Ь" ��� +" ���+" ��T" �ՊF" �գ0" ���[" ���-" ��" ��J" ��� " ��X" �ٴ_" �۴," ���y" �ݴ=" ���" ��=" ��y" ��'" ��" ����" ��+" ��" ���" ���" ���" ����" ��o" ��(" ����" ��Ľ" ���" ��1" ��э" ���" �� " ���T" ��[" ���" ����" ����" ����" ���" ���" ���" ���x" ����" ����" ���" ��Ҩ" ���" ���" ����" ����" ���~" ����" ��C" ����" ��" ��" ���J" ���" ��|" ���;" ��" ����" ��0" ��c" ���" ��F" ��&" ��" ���" ��ǟ" ���" ���l" ��b" ���@" ��" ��" ��ڈ" ��� +" ���8" ���" ��4" ��" ����" ��� " ���� " ���" ���" �ˆ�" ���\" �ĸ�" �Ƚ3" ����" ��̬" ���" ����" ��"" ���" ��X" �ٺ" �۲K" �ܩ" �ݓ�" �ߍg" �ߘ" ���" �� " ���I" ��u" ��u" �䂮" ���" ���" �氍" ��" ��" ��" ���" ����" ��" ��a" ��[" ��" ���[" ��Z" ��Z" ���/" ���� " ��\" ����" �V" ���" ���x" ��I" ��" ����" ��" ���U" ��܂" ���" ���I" ���" �� +" ����" ����" ����" ���" ���*" ����" ����" ���" ���" ��'" ���" ���" ��W" ���h" ��� " ��I" ���\" ����" ��� " ����" ����" ���$" ���" �� " ����" ����" ����" ���#" ��b" ���" ��" ����" ��" ���" ���2" ����" ���" ���" ���." ���U" �ɪ� " ���M" �Ѽ�" �Ս�" ���" �ց�" ���" �ׅ" �ؠ�" ����" ���" ��3" ��" �洌" ����" ��" �罙" �翮" ��" ��" ��%" ��" ���4" ����" ����" ��D" ���" ����" ��� " ��Ŀ" ��" �� " ����" ���u" ���" ��۝" ��" ��`" ���" ����" ��� " ���G" ���" ����" ����" ���" ���-" ���y" ���� " ��" ��;" ��" ���>" ���" ��� " ��Ό" ��� " ���"" ��" ��" ���" ���" ���" ���� " ���" ����" ���" ���&" ����" ���" ��Đ" ��" ���Q" ���" ���L" ���>" ��" ��A" ���" ���" ��" ��J" ���t" ��" ��!" ��ѕ" ���" �Œh" �±�" ���j" ��" ��+" ���" ����" ���" ���" ���" �ώ�" �у�" ��~" �ҁ�" ����" ��ώ " �ֶ�" ���" ���" �ځ�" �ڵ<" ���" �ލk" �޶" ��l" �࡟" ���" ����" ���" ���" ���" ���C" ��" �� " ��7" ��+" ���" ���" ��^" �� " �� +" ��ő" ��ͮ" ����" ����" ��T" ���" ����" ��h" ���" ���\" ���" ��ќ" ���=" �� +" �� " ���=" ��ɸ" ���" ��� +" ���" ���" ��\" ��͙" ���v" ���>" ����" ��8" ���" ��� " ����" ����" ��� " ���" ��" ���" ���" ��� " ��-" ����" ��m" ��" ��A" ����" ��� " ��Ϭ" ��" ���" ����" ���?" ��" ���" ���" ����" ����" ����" ���$" ��#" ���" ��[" ���" ����" ��� " ���7" ����" ����" ��$" ��� " ��F" �Î�" �ìo" ���" ��" �ń�" ���B" �ə" ��ͺ" ��" ���" ���" ��M" ��" �ӆl" ��" ��" �׽Q" �٭" ���" ���[" ���" �۷'" �ܗ�" ����" ���" �ᘙ" ��ٛ" ��M" ��a" ��v" ���" ��" ��" ���" ����" �� " ��" ����" ���" ���m" ����" ���a" ��E" �" �" ��9" ��" ��x" ����" ��Ӂ" ���" ���" ����" ��" ���" ���" ���M" ��-" ���" ���" ���" ���S" ��a" ����" ����" ��� " ��˫" ��" ��" ���" ����" ��� " ��œ" ����" ��" ���" ���" ��:" ����" ���" ���" ���v" ���7" ��ݯ" ����" ����" ���" ��2" ��A" ���" ��" ����" ���" ��8" ���" �Ç�" �ʼnK" ��" ��n" �ǵ�" ��#" ��=" �ʚG" �ʰ�" �̴" �ͧ�" ��;" ���" ���c" ��܌" ����" ���" ���5" �Ւ(" �؅�" �ۅ" �ۙ+" ���" ���" ��+" ��1" �޻" �ࡋ" ��#" ��" ��� " ��c" ��" ��B" �� +" ���O" ���" ���0" �ꨵ" ��H" ���" ���" ��� " ��" ��" ����" ���" ��u" ���F" �" �e" ���" ��Э" ��/" ����" ��" ��-" ��8" ��F" ���" ���" ���C" ��Ҩ" ���" ��Ϧ" ��ѽ" ����" ����" ���" ���" ��ŧ" ��$" ����" ���%" ��� +" ����" ����" ��" ����" ����" ��ӕ" ����" ���" ����" ����" ��6" ��m" ��" ���^" ���" ����" ����" ��΄" �� " ���Q" ���b" ��i" ����" ��$" ��Z" ���/" ���" ����" ��v" ���" �â�" �� " ��1" �Ƣ " ��� " ��3" �� " �ʠ" �ʽ" �ͻ"" �н" ����" �Ե�" ��" �ل" �ل " ��á" ���^" ���" ����" ���e" ��-" �ܕF" �ݼ�" ��K" ��/" ���" ����" ��" ��>" ��." ��" �� " ���" ��e" ��" ���" ��" ��H" ��" ��" �" ���" ��" ��" ���" ����" ����" ����" ���" ����" ���9" ���" ��M" �� +" ���" ��" ���" ���" ��1" ����" ����" ����" ���" ����" ���" ���k" ���" ���" ����" ��" ���" ���" ��" ��$" ���" ��" ���" ����" ����" ���" ���" ���" ���" ��." ���!" ����" ���" ����" ���" ���d" ��x" ��Շ" ��� " ����" ����" ��Ҋ" ��-" ��" ��Q" ��� " ���t" ����" ����3" ��� " ���" ���H" ���" ����" ���R" ���0" ����" ��6" ����" ����" ��W" �÷�" ����" ����" ���" �̍�" ��" �ν" ����" ��O" �Һ" �ӊ�" �Ԧ" ����" ���" ���" �ו�" �ٟD" ��ʵ" ���" �ߧ�" �ᓈ" ���." ��" ��5" ��W" ���" ��" ���" �暀" ��" ��#" ����" ���" ���" ��" ��" ���" ���" ���" ���" ���|" ����" ����" ���" ���" ���" ����" ��X" ���F" ���" ����" ��́" ���" ��7" ��Q" ���" ����" ����" ����" ��ܵ" ���" ��� " ��" ���" ����" ����" ���" �� +" ���� " ��ǚ" ���" ��Ѕ" ��" ��/" ���|" ����" ��s" ���;" ���" �� " ����" ����" ��" ���" ���3" ���e" ���" ��" ��" ����" ���#" ����" ���Q" ����" ���" ��%" ��0" ����" ���" ����" ��" �Ȫ " ��\" �ʎ�" ���" ��?" ��U" �҂+" �Ү" �ԕ�" �Ա" ����" ���" ���7" �ڊ" ���" ����" �ܥ" �ܪ|" ����" ��" ��0" ���" ���" ���" �弃" �朾" ��ΰ" ��_" ��m" ��" ��ʇ" �" ��" ����" ��'" ����" ���" ��1" ��" ��� " ����" ���/" ���" �A" �Q" ���" ����" ����" ��"" ����" ��@" ����" ��" ����" ���S" ��" ����" ���}" ���A" ����" ��� +" ���� " ���" ��" ��_" ���-" ��" ����" ���" ����" ��" ���" ����" ��ɬ" ����" ����" ���~" ���" �� " ��U" ���" ���[" ����" ���^" ����" ���" ����" ���" ���@" ���" ���Y" ����" ���|" ���" ����" ���" ���?" ���" ���" ���'" ����" ���" ���" ��" ���4" �â�" �ō" �ŐC" ���R" �ɨ" ����" �ʫ'" �̮L" �͆�" ��Y" ��" ��" ���" ���" ����" ��" �ٿ]" ��ȸ" �ڂ�" �ڃ" ���r" �ݶQ" �ߪ�" ��ћ" ��" �旟" ���2" ���(" ��" ��� " ���" ����" �뾈" ��" �� +" ��i" ���" ��" ����" ��ڠ" ����" ��" ��q" ���" �Y" ���" ���" ���" ����" ���" ����" ����" ����" ��"" ��u" ��ۿ" ����" ���" ���{" ��Ѓ" ���>" ��O" ���" ����" ���" ����" ��" ��ǡ" ����" ����" ���J" ���" ����" ��" ���" ��8" ����" ��� " ���" ���;" ����" ��?" ���" ���" ����" ��" ���+" ���M" ��K" ���" ���" ���" ���f" ����" ����," ����" ���^" ����" ��Ϲ" ��_" ��Ў" �ĕ�" �Ư " ��Ƶ" ��" �ȰK" �Ȱ�" ���/" �˦ +" ��" ���{" ���" ��6" �Ҽ" �Խ�" ���" ���." �ڡ-" ����" �۴" �ܚ|" ��ˁ" ����" ��:" �߸n" ���2" ��" ���� " ��" ��q" ���" ���d" ��" ����" �륢" ���" ��*" ����" ��� " ����" ��M" ��(" �\" �g" ���" ���i" ���" ����" ��ܝ" ����" ���F" ����" ��" ��y" ���[" ���." ���" ���" ����" ���!" ���" ��� " ����" ��" ����" ���" ��" ���t" ���y" ���" ����" ���\" ���" ����" ��w" ���" ���" ��." ��{" ���5" ��R" ���k" ��8" ���" �� " ��/" ���!" ����" ���" ���" ��" ��" ���>" ���%" ���d" �„" ���" ����" �ȧ" ���<" ���S" �� " ��" �˒�" ��" �̇{" ���L" ���" ��" ��*" �י " ���*" ��" ��:" �ٺ�" �ݐ�" ����" ����" ���N" �� " ���" ��� " ��"" ��" ��7" ���" ���" ���" ���o" ���R" ��" ����" ���u" ��*" ����" ��" ���" ��� +" ���" ��� " ��" ���b" ��� " ����" ���" ����" ���" �� " ����" ���" ����" ��p" ����" ���u" ���� " �� " ���" ��>" �� " ���" ���K" ��Z" ��Z" ���<" ����" ���" ���j" ���" ��" ���" ��B" ����" ���*" ���" ��(" ��" ���" ���\" ����" ��і" ��� " ����" ����" ��" ���N" ��»" ���g" ��� +" ����" ���" ����" ����" ���" ����" �Å +" ��̨" �ĵ�" ����" �ɔ" �ˣ" ���" ����" ��e" �ϕ�" ����" �А" ����" ����" �ҟ�" ���" ��" �״" ��" �۶;" ��ԕ" ��x" ���" �� " ����" ���" ��" ��" ����" ��L" ���." ����" ��� " ���b" ���" ��" ��" �� " ���9" ��I" �:" ���$" ����" ��M" ���" ����" ��" ��" ��4" ��(" ����" ���" ��" ����" ���7" ���" ��" ��'" ���O" ���^" ��щ" ����" ��" ����" ��" ����" ��~" ��� " ����" ���" ���" ����" ��ɖ" ���v" ����" ��ǵ" ��" ����" ���" ��܌" ����" ����" ����" ����" ����" ���" ��� " ����" ����" ����" ����" �´N" �ı" �dz" �ǿ#" �ʶ" ��2" ���" ���" �͗�" �͢�" �Τ�" �Ϣ" �ϻ" �О" ���)" ���m" �җ " �ԁ�" �Զ�" ���" �֠�" �ۣ�" ����" ���m" ���" ���" ���e" ���" ��� " ��" ��L" ���z" ��h" ����" ���" �술" ��Ƙ" ����" ��N" ���<" ����" ���h" ��" ����" ���� +" ��" ���1" � +" �U" ���" ��" ��I" ����" ���t" ���" ��]" ����" ���" ���9" ���4" ���" ��" ���" ����" ���" ��;" ��@" ���" ���L" ���" ��� " �� +" ��" ����" ���" ����" ���" ����" ��ڿ" ��-" ����" �� +" ���" ���" ���� " ��� " ����" ���l" ���'" ����" ���" ����" ���" ���>" ���" ��" ���" ��ت" ���}" �� " ��ړ" �ǩ�" �ɘ�" �ɮ�" ���" ����" �ӧ" �ԝ " ��҂" ��v" ��ǀ" ��ɤ" ��Ԩ" �ڳ " ��� " �ܽ" �ޭ +" ��5" �ߎ" ��1" �╯" ���" ��ΐ" ��%" ��" ��+" ���6" ���G" ��" �� " ��P" ��" ��̝" ���" ��" ��T" ��ۏ" ����" ���" ��@" ��n" ����" ��" ��a" ���" ����" ��̏" ��" ����" ��ǣ" ���" ��� " ����" ��p" ��̖" ��" ����" ����" ��" ��C" ����" ��4" ����" ��" ��8" ���J" ���" ��•" ��N" ����" ���" ���" ��e" ���2" ��� " ��w" ���" ��" ���" ���C" ����" ���" ����" ���h" ����" ���x" ����" ����" ���" ����" ���" ���" ���" ���" ��Y" ����" ����" ����" ���E" �Ʌ" ���" �Φ" ��" �ѶD" ��" ��ҡ" ���" ���" ��" �׈" ��c" �ڔ�" ��3" �ߍN" ����" ���" ��ϫ" ����" ���" ��" ��" ��6" ����" ��" ���^" ��<" ��t" ��/" ����" ��" ����" ����" ��3" ���2" ���" ���" ���" ���@" ���� " ���" ���" ����" ����" ��ˮ +" ���" ��ږ" ���+" ��" ���" ��C" ��ݹ" ��� " ���%" ��� +" ���" ���" ���" ���" �� " ���" ��"" ����" ���" ���" ���Q" ���" ���e" �� +" ����" �����" ���" ��" �� " ��ř" ���" ���q" ���r" ���[" ����" ����" ���{" ���" �� " ��2" ��[" ���" ����" ���D" ��}" ����" �²�" �ƵQ" ��+" ��Г" ��_" �̈�" ����" ��պ" ���~" �Έ�" �ϓ" ���" ���" �л�" ���" ��� " ��[" ��" �ِ+" ��� " �ۘ�" ��}" ����" ��ə" �᫿" ��І" ��" ��" ���?" ����" ���I" ��" ���" ��" ��S" �� " ���E" ��" ���� " ��4" ���" ����" ����" ��"" ���O" �%" ���" ��� " ���p" ����" ��U" ���" ���" ���" ��R" ���" ���" ��Î" ����" ���-" ��[" ��," ����" ��" ���" ���" ����" ���^" ��3" ���W" ���" ��" ����"" ���" ���" ���" ��" ����" ���%" ����" ���" ��� " ����" ����" ���" ���x" ��" ���>" �� " �Ë" �ƒI" ���U" ����" ��6" ���" ��" �ʃ�" ���" ��" ���"" �д�" �ь�" ���" ���" ���1" �׽�" �ب�" ��̮" ���0" �۝ " ��҄" ���" ����" ����" �抻" ���" ��" ���" ���" ��" ����" ���" ��"" ����" ���" ���M" ���" ���w" ��+" ���" �i" ���J" ���" ��h" ����" ����" �� " ��(" �� " ����" ��" ���U" ���p" ���I" ����" ����" ��" ��" ��;" ��" ��ǽ" ��7" ���" ��" ����" ���5" ���" ����)" ���" ��ܡ" ����" ���u" ���t" ��" ���" ����" ��" ��ٵ" ��" ���A" ����" �� " ��F" ��P" ��ؼD" �� " ���&" ����" ���+" ����" ��1" ����" ���" ���x" ����" ���" ���" �» " ���x" ��" ��5" �ŧ�" �ʦE" �ʧX" �ˮq" �˯�" �͈i" �Ι" ���`" �ϓ:" ��" ��&" �Ѓp" ��Ŀ" ���" ����" �ջ" ���" ��" ��*" ����" �݄�" ���" ��޳" ��[" ���" ���" ��" ��." ��X" ��" ���" ��" ��%" ��'" ���" ���" ��" ���" ��" ���" ��" ���" ����" ���" �u" ����" ����" ���M" ����" ���%" ���" ��H" ���0" ����" ��V" ���" ��g" ����" ���" ��΀" ���" ���P" ����" ��Y" ��" ���a" ��" ���~" ����" ��Σ" ���" ��� +" ��" ���V" ���" ����" ����" ��N" ��� " ���" ��ɾ" ��" ��� " ����" ����" ��Χ" ���" ��C" ����" �� +" �ź" ���" ����" �� " ����" �Т�" ��" �Ҳ" �ԩ�" �Բ<" ����" �َ0" ����" ��<" ��4" �ދ4" ���'" ��N" ����" ���" ��b" ��ѯ" ��$" ��� " ��J" ��J" �鶏" ���" ���j" ���[" ����" ��� " ��/" �� " ���" ���" ���" ����" ���" ��" ��#" ��\" ���" ���b" ��" ��" ����" ����" ���" ���" ��" ����" ���" ����" ����" ���" ��Y" ��" ����" ���" ��D" ���J" ����" ���)" ��ˬ" ���" ��z" ����" ����" ��ݼ" ���3" ���#" ����" ��ϙ" ���" ���." ���" ����" ���8" ����" ��̍" ����" ��" ���" ����" ���" ���" ���" ��H" ����" ����" ���9" ����" ����" ��В" ��" ���W" ����" ��t" ���*" ���" �ƹ�" �ǘ�" ��@" ��n" �ʌ_" ���" ���c" ��@" �͹�" ���" �х�" �ѕ" ��!" �ҹ� " �Գ�" �Խ�" ���" �մ�" ��" ���?" ���>" �ݶ�" �ߡg" ��" ���" ��M" ��ʻ" �� " ��" �鑏" �� " ���" ����" ��΂" �혞" ��" ��д" ��1" ���" ����" ���" ����" ����" ��" ��&" ���" ��" ���" �� " ����" ����" ��ߵ" ��� +" ���" ���;" ���H" ��," ���H" ���P" ���]" ���o" ����" ���" ���I" ��ܶ" ���N" ���" ����" ���" ��3" ����" ����" ���a" ��T" ���" ����" ��M" ��Q" ���" ���;" ���|" ���" ��X" ����" ���r" ���" ����" ��" ����" ���" ���" ��3" ��P" ���" ���5" ���6" ���" ���" �ï" ���L" ��" ��i" ���T" �̏�" �͞�" ��Ș" ����" ��" �Տ�" �պ�" ��" ��� " ��� " ���" ��� +" ���" ��" �݀�" ����" ��d" ���" ��1" ��L" ��" ���" ��ڒ" �䓧" ����" ��|" ��а" ���" ��ף" ���0" ���+" ��" ��" �� " ����" ��9" ���" ���" ���" ����" ���" �)" �7" �X" ��" ��j" ���" ����" ���a" ����" ���p" ����" ���" ���c" ���" ����" ��" ��" ���" ����" ����" ���" ���/" ���3" ��W" ����" ����" ���" ���" ���" ����" ����" ��Ҽ" ����" ��" ���D" ��" ����" ���A" ���8" ���" ���l" ����" ���" ���" ���T" ���" ��R" ���$" ����" ����" ����" ��" ��" �" ��5" �Ġ�" �Ǧ�" �Ǭ�" �˂=" ��P" �̦�" ���?" ��:" ���" ��" �Ҝ�" ���" �ӝ�" �Խ" �ؘo" ���s" �ی�" ���>" �ޘ" ���" ��" ��� +" ��" ���" ���" ��" ��ܷ" ��y" ��" ��X" ���-" ��" ��" ����" ���" ����" ���" ��z" ��"" ���" ��� " �" ���" ����" ����" ���" ���" ����" ���0" ����" ���" ��V" ����" ���" ����" ��)" ���" ��" ���" ����" ���" ��'" ����" ���" ���^" ���" ���i" ���(" ��՟" ���" ��" ���" ��" ��" ���-" ��� " ���" ��" ���k" ����" ���" ���z" ����" ���" ���" ��e" ����" ���>" ���" ���" ��" ���`" ��� +" ����" ����" ���U" ���" ����" ��V" ��V" ���" ��" ����" ����" ����" ���" ���" ��!" ���" ���" ��" ���9" ��ſ" �ă�" ���" ���" �Ƥ" �Ƭ+" �ƹ�" ��e" ����" �ϔ<" �Г�" �ѳ" ���" �Ӥ5" ��" ����" ����" ��!" ����" �܍�" �ܬ�" ��:" �݈�" ���" ��1" ����" ��?" ���" ���&" ��� " ��" �ꪳ" �꺆" ���" ���" ��}" ���" ���" ���" ����" ��� " ��� " ����" ���L" ����" ����" ��Ҳ" ��" ��8" ���3" ��'" ��|" ���e" ���" ��" ���k" ���l" ����" ���" ����" ��#" ���z" ��"" ��6" ���3" ����" ���" ��K" ��Ч" ����" ���]" ����" ����" ����" ���" ��ߚ" ����" ��" ����" ��" ���" ����" ����" ����" ����" ��" ���U" ��Ȳ" ���3" ���|" ��9" ��$" ���8" �Ƈ�" ��" �ɡ�" ��:" �΄�" ���� " �Ϝ " ����" ���W" �ғ�" �Ӭ�" ����" �Իy" ���" ��" ��z" �ڮ�" �ۇD" ��_" ��ג" ���K" ��?" ���o" ��9" ��L" ���" �쨱" ��ֽ" ���~" ��" ���:" ���i" ��." ��" ���" ��" ���" ����V" ���o" ��Ɨ" ���" ���" ���� " ����" ���w" ���" ���\" ����" ���" �� +" ����" ���" ���" ����" ��*" ���" ����" ���8" ��n" ����" ���" ���" ����" ��m" ��" ���" ��." ���a" ���~" ���[" ���" �� " ����" ��� " ���" ����" ����" ���" ��]" ���" ���" ��{" ��" ���v" ���" ��" ���" ��?" ���+" ��r" �Ɛ)" �Ȗ�" ���" �˧" ��گ" ���" �́�" �͡�" �ΚR" ����" �Х\" ����" ���L" �ӏ" �Ӥ�" �Դ�" ���" ��" �ڥ" �ܯ" ����" ��E" ���" ���z" �� " ���" ���" �㶎" ���" ��*" ��" ��9" ��" ���" ��A" ���" ��]" ��;" ��ʪ" ����" ���" ���" ���" ����" ��" ��" ���" �b" ���" ��֮" ��@" ���" ���" ���" ��" ����" ���" ��d" ���" ��" ���s" ��" ���" ���" ���3" ����" ��" �� " ����" ��M" ���9" ��� " ���" ��=" ����" ��٤" ���" ���" ����" ���!" ����" ���" ��ك" ��" ����" ���" ���" ��>" ���" ���N" ���" ����" ���" ����" ���b" ��." ����" ����" ���" ����" ���" ����" ��г" ��" ��*" �î" �Ō�" �ƘB" ����" �� " ���#" ��� " ��" ��{" �̇d" ��%" ���" ��" ���" �ҳ�" ��Y" �՘^" ��2" �׎" ��� +" ��D" ���n" ����" ��" ���" ��" ���C" ���\" ��f" ��z" ��" ���" ��J" ��" ����" ���\" ��W" ��0" � " ��" ����" ��+" ����" ���1" ���" ����" ����" ���" ����" ���#" ����" ���" ��6" ���#" ���" ����" ����" ����" ��ٽ" ���" ��" ���" ����" ����" ���" ��." ��2" ���" ��ӎ" ����" ����" ��k" ����" ���" ��" ���O" ����" ����" ����" �� +" ���" ����" ���" ��:" ���" ���" ���" ���" ����" ��" ��ܱ" ���P" �� " ����" ����" ����" ���" ��" ��y" ���" ����" ���E" ��m" ��l" ���" ����" ���" ���" �ȼ " ��ī" �ˌ�" ����" �̝" �̺�" ���" ��7" ��4" �ԅ�" ��� " ��(" �ط�" �ٳ:" ���" �ܘ�" �ݠ�" ��޹" ����" ��s" �ᡛ" �┌" ��i" �䗑" ���" ��؀" ���" ��K" ����" ���i" ��" ���" ��J" ���" ���:" �� " ���" ���/" ���" ��� " ��<" ���� " ���W" ���" ���" ����" ���" ���W" �� " ��s" ���" ����" ���v" ���" ����{" ���" ��" ���?" ���" ����" ���" ��k" ��" ��" ����" ���X" ���" ����" ��}" ����" ���" ���" ���2" ���" ���" ����" ���3" ��h" ���" ����" ��Ш" ���" ���e" ���" ��" ���" ���" �Ĩ�" ��g" ��m" ��" �ΘM" ���" �غp" �٪" ���" ��͙" ���" ���:" ��>" �ݐS" ���%" �޲f" ��~" ��" ��8" ���V" ��K" ���" ���<" ����" ��" ���" �" ���" ��݌" �� " ��G" ���&" ��" ����" ���" ���" ��+" ���" ���"" ���U" ���|" ����" ���2" ���" ���" ���" ��'" ���" ����" �� " ���" ��?" ��ޚ" ���:" ����" ��8" ����" ���" ���>" ���M" ��� +" ��A" ���" ��Ά" ���" ���&" ���" ���" ���" ��Ԓ" ����" ����" ����" ���" ���" ���" ���" ����" ���" ���i" ��" ����" ���" ��" ���" ���" ���" ��" ����" ���" ��ܮ" ��" ��" ��" ��� +" ��" ����" ����" ��" �˜�" ����" ��Æ" �ƿ�" ����" ����" ��k" ��" �̲" �͌ +" �Ϣ"" �Ң�" �Ӭ�" ����" �ؓ" ��]" �ۛ " ��ѥ" ���" ���H" ��́" ����" ���" �ൡ" ����" ��v" ���" ��ˑ" ���" ����" ���" �鿲" ��" �횅" ���" ���" ��" ��K" ���" ��)" ��-" ���" ��" ��" ��!" ���" ���" ����" ���" ����" ���" ����" ���+" ��" ����" ����" ����" ����" ��*" ����" ���k" ���" �� " ����" ��p" ���" ��," ��B" ���" ���v" ����" ���`" ����" ���" ����" ����" ��)" ����" ��" ���" ���_" ���" ��" ��" ���%" ����" ����" �� " ��!" ���" ���B" ����" ���" ���" ����" ���P" ����" ���@" ���" ���I" ��¶" ���" ���" �Ì�" �Ģ�" �ʊj" �ʔ" ���|" ���d" ���" �Κ�" �β�" ��C" ���" ����" ���p" ��u" �ٕ�" ���" �ے�" ��" �ܐ" ��" ��О" ���" ��." ���" ��� " ����" ���" ���" ��" ���B" �� " ���" ��~" ��*" ���\" ��" ���" ��Æ" ��" ��," ��" ���" �� " ���}" ��\" ��" ����" ��H" ����" �" �R" ���" ����" ���2" ����H" ���A" ����" ����" ���o" ���" ��� +" �� +" ��" ���" ���" ���" ����" ���" ��4" ��" ���" ����" ���o" ���" ���" ���" ���u" ���" ��&" ��� " ���" ���B" ����" ���" ����" ���" ����" ����" ��=" ���Q" ���" ��" ��� " ����" ���f" ���" ����" ���7" ����" �Ñ " ��" �ƕ" ��� " ���" �ɒ�" ���" �ʒ�" ��" �ˍ�" �� +" ���" �ӡ" ���" �֛"" �ؾ�" ���" ��U" �߸" ��"" �ᶅ" ��ώ" ���" ��" ��" �껮" ����" ���" �" ��9" ��+" ��'" ��\" ���" ��\" ����" ����" ��" ���6" ���b" ��@" ����" ��Ϊ" ���" ���)" ����" ���8" ����" ���" ����" ��" ���" ��/" ���" ���" ��A" ��f" ���m" ���R" ���" ����" ���"" ��)" ����" ����" ����" ����" ���" ����" �� " ����" ��� +" ���" ���@" ���" ��%" ���" ���" ����" ���-" ��" ���{" ����" �Ʃ" ���" ��#" ���" �τ" �ϬH" �ϭ�)" ���j" ��� " �Ӫ�" �Յ�" ����" �צ +" ��P" ����" ��5" ���" ����" ���P" ��-" ���" �ߤ" ���]" ���" ��" ���" ���" ��Ș" ��" ���" ����" ��'" ��X" ���+" ��"" ���F" ���" ���#" ���p" ����" ���y" ����" ���" ���" ���" ����" ��� " ����" ���S" ��" �� +" ���" ����" ���" ��ą" ��+" �� " ����" ���T" ��R" �� " ����" ���"" ����" ���" ��;" ���G" ��" ���" ���" ���" ����" ���" ���3" ��?" ����" ���" ���5" ����" ����" ���" ��" ����" ���" ���" ��� " ���#" ���7" ��x" ���" ��z" ��Ƣ" ���p" ���" ��[" ��b" ���" ����" �—"" �Ø;" �Ǖ�" �ȡ" ���" ���_" �ʨ�" �˫" ���" �̆" �̘" �̦" ���" �΢�" ����" �ϡ" �Е" ����" �Ӫ" ����" ���" �׿" �� " �ف�" �ّ" �ٶ" �ޒ�" ��" �ߺU" ���" ��" �⢢" ��" ��" ��d" ��Χ" ���)" �� " ���" ��" ��" ���*" ���" ��U" ���" ���1" ��" ��!" ����" ����" ����" ��̻" ����" ����" � " ƒP" ƒ�" …�" ‡�" ‡�" &" ��" �t" ��" ‘�" ’�" ”�" •��" ˜" ™�" ™��" ™�:" ›=" ��" ��" Ÿ��)" Ÿ�" Ÿ��"  "  ��"  ��" ¡" ¡�" ¢��" ¢�/" ¤�" ¤�" ¤ϱ" ¥��" ¥�" ¦" ª^" ª�" ®��" ¯�" ¯��" ¯�" ±��" ²��" ³ " ³�X" ´Ϊ" µ��" µ��" ¶��" ¸�&" ¸ɖ" ¹" º�r" »��" ½" ½�E" ���" ��" �ʲ" ��P" ����" ����" �Ҍ" ���" �ӑ�" ��" �Հ)" ���y" �ؕ�" ��" ��ۊ" ���" �ں" ���$" ����" �ݓ�" ��" ����" ���" ���" ��" ��" ���C" ��֟" ��" ���" ��ح" ���" ��_" ���f" ��" ��" ���" ��Z" ��" ��Ԗ" ����" ��" ���8" ��e" ��?" À�" Á" Ã�� " Ç�" È" Ë��" Ì��" Í��" Í��" Î� " Î�" Î�E" Î��" Ô��" Ô��" Ø�" Ù" Ú" Ú�" Ü�" ß<" á�5" â��" ã��" ã�" ä��" ä��" å�" ç��" è�g" é" é��" êS" ê��" ë" ë" ë��" ì " í�" í��" í�" î��" î�m" ð" ð" ð@" ó��" ó��" ó�x" ö��" ö��" ÷��" ùp" úz" ü�E" þ��" ÿ" ���7" ���" ��ѭ" ����" ��" ��e" ���" ��:" �ťK" �dzc" ����" �ʈ�" �ʱ" ���7" �ˢ�" ��1" �нU" ���" ��v" �ճ�" �ׁ�" ���" �ڀ�" ��" �ܟ" ���" �޶" ��v" ��Ħ" ��" ��E" ���" ��" ��(" �ꏵ" ���D" ��� " �젣" �쮳" ����" ���B" ���" �" ��I" ����" ��" ��h" ��" ��Ϫ" ����" ����" ��`" ����" ���" ���" ����" ��-" �� " ����" ����" ���%" ��" ���" Ā��" Ā��" Ą΄" Ćܠ " Ĉ�[" Ĉ��" ĉ��" ĉ�" Ċ�!" Ċ�B" Ď�" Đ�" Ė" ė[" ė��" Ĝ��" ĠN" ġ��" Ģ��" ģ��" Ĥ" Ĥ]" ĥV" ĥ�" ħ� " ħ�" Ĩ" Ĩ�" ĩ�" ĩ�" ī��" Ĭڽ" Į�i" Į��" į��" ı��" ı�" ij�" ij��" ij�`" Ĵ��" ĵ" Ķ�" ķ" ķ!" ķ��" ķ�" ķ��" ĸ�o" ĺ��" Ľ=" ĿՂ" ��" �„" �¢" �¹�" ���" �Ȧ" ��" ��e" ���" ���" �Ι0" ���#" ���Y" �ջ<" ����" ��" ��f" �؉" ����" ��ܜE" ��$" �ۓ" �ܺ�" �ݝv" �ݩ�" ��F" �߭" ��� " ��" ���" ���" ���-" ���" ��" ���" ����" �熓" ��ߗ" ��-" ���" ��" ����" ��g" ���" �" ��M" ��c" ���" ���!" ��U" ���V" ���t" ��� " ����" ����" ��/" ��" �+" �s" ŀ�n" Ł�(" ł�g" ń" ń� +" Ň��" ň��" ʼn��" ʼn�" ō̎" őğ" Œ#" ŒN" Œ�" ŗ�" ŘX" Ś��" ś� " Ŝ��<" ş+" ŧ�" Ū��" ū��" Ů��" ůN" ů�" Ų��" ŴƐ" Ŷ" ŷҖ" ż�" ��ƞ" ��_" ����" �žb" ���l" ��\" ��" �ɺ " �ʱ�" �ʽ" ���" ��К" �� " ���." ��ޏ" ��)" ��" �ӠE" ���" �� " �Հ�" ���" ��� " ��4" �؜�" ��1" �ݞ" �ݰ�" ���" ��" �ߍ" ���3" ��X" ���" ���" �埠" ���" ��\" ��3" ����" ��" ���" �� " ��ľ" ��" ���F" ��X" ���" ���)" ���" ���" ��k" ����" ���G" Ƃ� " Ƃ��" Ƅ��" ƅ" Ƈ" Ƈ�2" Ɖ " Ɖ��" Ɗ" Ƌ��" Ƌ�" Ǝ��" Ƒ�" ƒ��" ƒ��" Ɠ`" Ɠ�" Ɣ��" ƕ�" ƕ��" Ƙ�" ƙ" ƙ" ƙh" ƙǺ" ƙ�" ƚ�+" Ɵ�" Ơ��" ơ�f" Ƥ�" Ʀ��" Ʀ��" Ƨ" Ƨ��" Ƨ��" ƨ:" ƩY" Ʃ��" Ʃ��" ƩԲ " ƫ�� " ƫ�v" Ʈ" Ʈ�B" ư��" Ʋ��" Ʋֈ" Ƴ" Ƴo" ƴ." ƶ��" ƶ�a" Ƹ[" Ƹ�T" ƺ�i" ƻ�'" Ƽ�" ƽ�" ƿN" ƿ�" ��?" ��" ���" �Ėi" �Ĥ!" �Š" ����" ����" ���" ����" �ά +" ���" ��^" ��� " ��" ��(" ��(" �ծ�" ���" ���3" ��" ����" �ؚ�" ����" ��w" ��" ��� " ��ƌ" ��� +" ��H" �ݰ�" �ޕ�" �޵�" ����" ���" �� " ��" ���" ���" ��#" ���" ��2" ��." ��]" ��" ����" ��" ���" ����" ��|" ���" ��" ��" ����" ����" ���" ���" �[" �]" ǀ�" ǁ$" dž4" Lj�-" NJ��" Nj�>" Ǎ�" ǎ�" ǐ߉" Ǒ�" ǒ�6" ǔ��" ǘ�" Ǚ0" ǜ" ǝ��" ǝ�C" ǟ�" ǡ" ǡB" Ǣ� +" Ǥ�" Ǥ��" ǥQ" ǥ�" Ǧ�" Ǫ�G" ǫ܏" Ǭ��" ǭ�F" ǰ�!" dz�I" Ǵ�" Ǵ�" Ǵ�2" ǵ" ǵ�q" ǵ��" ǵ�|" Ƕ�" Ƿ�z" Ǹ��" ǹ�" Ǻ��" ǻ�2" Ǽ`" ǿ�s" ��" ����" ����" ����" ����" �Á�" �ĹJ" ��;" ��;" �ˮ�" ���" �͖�" �ͭ�" ��� +" �π" �Љ" ���f" ���" ��" ���s" �՜q" �֘�" ����" ��(" ��� " ���� " ��" ���" �℟" �❎" ����" ��&" �� " ���" ��L" ���r" ����" ��q" ���" ��Ɗ" ���" ��" ��5" ���C" ���:" ���" ��B" ����" ��ϳ" ���I" ȁ*" ȁ�� " ȁ�P" Ȃ�" ȃ#" Ȅ�" Ȅ҆" ȅ��" Ȉ�" Ȉ�" Ȉ�" ȉב" ȋ��" Ȏ�F" ȐO" ȑ��" Ȓ� " Ȓ�[" ȓ>" ȓ�" Ȕ" ȕ��" ȕ��" Ȗ��" Ș�A" ș�" Ț�" țպ" Ȝ" Ȝ��" ȝ#" ȝ��" Ȟ��" ȟH" Ȣ" ȣ}" Ȥ�~" Ȥ�" Ȩ�" Ȩ�" ȩr" Ȫ" Ȫ�" Ȫ�U" Ȭ��" Ȭ��" Ȭ��" ȭ�" Ȯ�" Ȯ�" ȴ�" ȵ" ȷ�O" ȹ��" Ƚ�" Ⱦ�" ȿ��" ���C" ���" ��G" �ÇF" �Þ�" ��" ��E" �ź+" ��1" ��w" �Ƴ" �ȣ" �ʯ�" ��Ӡ" ���" ����" ��!" ��L" ����" ��" ��� " ���" ���" ��ʋ" ��A" ��� " ���n" ��ġ" ��" ��a" ��I" ��" ��" ���" ���" �醗 " ��5" ���d" ��X" ���" ���" ��C" ����" ��2" ��O" �u" ɁW" Ɂ��" Ɂ��" Ƀ�" Ƀ��" Ʉ��" Ʉ��" Ʉ�" Ʌ�/" Ʌϥ" Ɇ>" Ɇ�" Ɇ�" ɇw" ɇ�J" ɇ�" Ɍ"" ɌY" Ɍ�" Ɍ�" Ɍ�" Ɍ��" ɏ�" ɏҵ" ɐC" ɓ��" ɖ��" ɚ" ɝ�" ɝ��" ɣ��" ɣ�" ɣ�" ɤ�" ɤ�" ɦ�" ɧ" ɩ�" ɬ" ɮ�r" ɯ��" ɰl" ɱ2" ɲ�+" ɲ��" ɲ� " ɳ��" ɳ��" ɸ�v" ɺ��" ɻ��" ɼ��" ��C" ��W" �Āe" �ưr" ���" ���0" ����" ���" �͂�" �͢�" �ͩ" �Т�" �Ѱ3" ���" ����" ���-" �ӎb" �ӷ]" ��" ���" �د8" ��ږ" ��" ���U" ��" �ޓ" ��ȳ" �㫾" ���" ��� " �攣" ��Å" ���" �餖" �鳒" ����" ��5" ��K" ���" ����" ��" ����" ��" ����" ��" ���t" �� " ����" ���" ���" ���" ��%" ���"" ���" ��#" ���)" ��ͦ" ����" ����" ����" ����" ����" ʁ��" ʃ��" ʃ�" ʇW" ʇ�" ʉ" ʊ�H" ʋ��" ʋ�" ʌɮ +" ʏ��" ʒ�8" ʓ�" ʓ��" ʙ��" ʛ�" ʛ�" ʜ" ʞ!" ʞ�" ʟ�" ʢ�;" ʢ�g" ʤ� " ʤ�<" ʥ" ʥ�1" ʦ" ʦ�" ʦ�" ʧ " ʧ֙" ʨ�" ʩ�" ʪڝ" ʫ��" ʬ�" ʭ��" ʮ" ʯc" ʯ�?" ʴ�z" ʵ��" ʸ�" ʹ0" ʹ�" ʻ0" ʼُ +" ʽ�" ʽ�t" ʿ�I" ʿ�S" ʿ�" ���D" ���" ��" ����" �Â:" �ķ" ���m" ����" �ɏ" ��j" ����" ���B" ���" �ѓ " �҅�" ���" ��b" ���#" ���q" ���" ����" �׷�" �؇" �؛�" ���%" �݉" �ނ" �⃖" ��o" ����" ��f" ���)" ����" ��S" ���" ��" ��" ��" ����" ���%" ���V" ��_" ���L" ���" ���" ˁ�" ˂��" ˄��" ˅ " ˇ��" ˋ�U" ˋ��" ˌ�" ˍ " ˍ�[" ˎ*" ˎ�V" ː�w" ˑ�!" ˕��" ˗" ˘�" ˚�" ˞" ˞��" ˟ " ˢ" ˣ��" ˦" ˦� +" ˨�" ˩��" ˩Ք" ˪" ˬ�" ˭�J" ˯�" ˳g" ˴�" ˴��" ˵" ˹��" ˺�" ˺�" ˾h" ˾�" ˿��" ��/" ����" �Ƭ�" �ǜ" ��g" ���" ���" �Т." �Х +" �Х�" ���� " ��" ����" �ҵ�" ����" ����" �խy" ����" ��F" ����" ��� " ����" �ړ+" �ڦ>" �۽d" ���" ��?" ��L" �ܤ�" �ݖV" ���" ��Ͽ" �ޜ� " ��P" ����" ���" ��" ���h" ��" �䥓" ���S" ���" ���" ��(" ���" ��" ���" ��" ��z" ���" ���'" ��" ���\" ����" ��" ��Y" ���" ����" ���" ̂�>" ̃�." ̅�1" ̇8" ̇�u" ̇��" ̊" ̊p" ̋" ̋��" ̋�" ̋��" ̌�" ̌�" ̍�" ̎y" ̎��" ̏��" ̐�" ̑�" ̑�" ̓��J" ̓ʂ" ̓ͼ" ̔�" ̖�" ̖��" ̗�" ̙�f" ̚�" ̛�" ̛��" ̞��" ̠��" ̡" ̡�=" ̢" ̥'" ̦1" ̧��" ̬o" ̯��" ̰��" ̳M" ̳z" ̳�~" ̶" ̶" ̶��" ̷�&" ̷��" ̸�" ̹��" ̺��" ̻��" ���" ��" �Ň�" ��6" ���1" �˔�" �к" ��U" �҉" �ҽ" �׻�" �ٺ+" ����" ���" ����" �ኾ" ��c" ��b" ��A" ��" �㶑 " ��١" ���" ��u" ��\" ��Ś" ��" ��" �맇" ���" ����" ��" ��" ����" ���X" �� +" ���" ����" ����" ���" ���" ��-" ����" ��c" ���^" ���" ��͑" ���3" �~" ̀�" ́��" ̈́��" ͅ��" ͅ�" ͆Ӄ" ͇" ͇�" ͇�" ͈�" ͍�" ͍��" ͍�" ͎��" ͑ +" ͑5" ͑��" ͑��" ͓��" ͓��" ͔O" ͕��" ͛`" ͛��" ͛� +" ͛��" ͝�" ͇͞" ͟�4" ͟�s" ͠��" ͠��" ͡�" ͢��" ͢�" ͥ�" ͥ�" ͦ�" ͧ^" ͧ��" ͧ�" ͪ�" ͬ��" ͭ�" ͮĕ" Ͱ�" Ͳ��" ͳ��" ͳж" ͵ʰ" ͷ��" ͸'" ͸k" ͸t" ͸�" ͹�`" ͹�" ͼ" �­�" �î" ��� " ��" ��," �ʭ�" ��ɉ" �̊" ���" �ΐ" �ά[" ��؟" ���f" �Ҏ�" ����" ���5" ���." ���" �؅g" ���" �ڎ" ��" �ܾ&" �݆�" �޿" ����" ���]" �伤" ��9" �娜" ���" �翐" ���7" ���" ��L" ���E" ���" ���" ��" �" ��" ���*" ��" ��" ����" ��Ǐ" ����" ��" ���<" �� " ��Ŗ" ��� " ���Y" �" �U" �k" ΃e" ΄��" ·��" ·�+" ·� " Έj" Έ�8" Ή��" ΋l" ΑX" Α�" Α�" Γ��" Γȷ" Ε�" Η " Ι�W" Ι�d" Κ�o" Κ�" Μ� +" Ν��" Ξ�" Ξ�" Π�" Ρ��" Ρ�" Ρ�" ΢�" Σ" Φ�" Ϋ�6" Ϋ�_" ά~" έ" ήR" ΰ�" γ�" ε�C" ε�" ε�" ζ��" θĜ" κ��" λ+" ν��" νܠ" ξ�" ��t" ��� " ���7" �¨�" �Ŧ" �Ǜ�" �Ȫ�" �ɸ" �ɼ�" ��l" �˰�" ��s" �ҏ" ���" �Ԭ�" �շ�" ���G" ���" �ٓ" �۲�" �܋�" �ܝn" ��" ��|" ���" ����" ���" ���" ��E" ��J" ����" ��" ���" ���" ��" ���" ��i" ���*" ��" ���" ��" ���" ��" ����" �� " ��" ����" ����" ���" ���" ��" ���" ��" ��(" ��" ���" ���p" �" �{" ρ8" ςč" σK" σ��" σ��" σ�" τ��" χ�" ψJ" ψ��" ω��" ω��" ϊ�" ύ�" ώ" Ϗ�Y" ϐ��" ϑ�" ϒ�G" ϒ��" ϔ��" ϔ�l" ϖ��" ϖ��" ϗ��" Ϙ�" Ϙ��" Ϙ�G" Ϙ�=" ϙ� " Ϛ" Ϛ��" ϛ�" ϝI" Ϟ" Ϟ� " Ϟ�" Ϡ" Ϡv" ϡ" ϡ�W" ϡ�" ϡ�" Ϣ��" Ϣ�`" ϢȦ" Ϥ� " ϧ��" Ϫ�" Ϫ�W" ϫ�" Ϭ�" ϭ" ϭ" ϭG" ϰ" ϰ��" ϱ�>" ϱ�S" ϲ�" ϵ�[" ϶��" Ϸ�" ϸ" ϸ�" Ϲ�" Ϻ" Ϻ" Ϻ�" Ϻ�i" Ϻ�Z" ϼ�" Ͼ�!" Ͼ�" Ͽ" Ͽ�" ���" ���" ����" ��W" �Ƀ" �ɛ +" �ʤ" ���" ��˸" ��" �Ѽ� " ��)" �֍*" ����" �ڤ�" ����" �ۈ�" ���{" ����" ���Z" ��5" ��" ��u" ��" �� " ���" ��y" ����" ��Θ" ��" ���l" ����" ���" ��&" �y" Ё�" Ё�H" Ѓ%" Ѓ�y" Є��" Ѕ��" Ї1" Ї��" Ї��" Їձ" Ќ�" Ѝ" Ѝ��" Џ�" В " В�" Г��" Г��" Д�" Д��" Еܹ" З�" З�d" Л�" М�" О" О��" О�" С�" У8" Ф�<" ХV" Ц� " Ч " Ч4" ЩϪ" ЭT" ЮU" Ю��" Я��" в" д�+" ж�A" и�� " и��" и�" к +" м��" н�7" о" �‰" ���" �ą" ���" �Ɔ�" �ƍ" ��$" �ȼ�" ��r" ���" �ˀ�" �͞" ����" �І" �К� +" ��4" ���" ���" ��" ��˔" ���" ��" ��%" �Ԓ�" ���1" ��-" �ۃ�" �ށ�" �ໞ" ����" ����" ���" ��" ���" ��" ��&" ��" ���" ����" ���" ����" ��/" ����" ���" ��ū" ���A" ��ĝ" ���D" �#" �3" с9" т��" у��" ф�" ц " цހ" чc" ч�" ч�" ш��" ш�" ъ�" ы" ь�," э�$" э�%" э�%" ю" ю��" я�?" ѐ" є��" ѕ#" ј�" ј�" њ��" ќ��" ў��" ѠL" Ѡ��" Ѣ�Y" ѥ��" Ѧ�" Ѫ" Ѫ�" ѫ/" Ѭ" ѭS" Ѯ�" ѯ�" ѯ��" Ѱ +" Ѳ�~" ѳ�g" ѳ�" ѳ� " Ѵ��" Ѵ�3" ѵ�" ѵ��" Ѷ�" ѷ" ѹ��" ѽ�`" Ѿ�>" ���" ����" ���" ��M" �ŝ" ��Չ" ���O" ����" ��M" �Ɍ�" ��" �˅x" ���X" �ͲU" ��� " �ϱ" �ж" ���" ���9" �՟" ��^" ���" ��" ��� " ���_" �� " ���" �ḫ" ��9" ��" ��" ���" ���" ��" ��" ���I" �� " ��Q" ��" ��" ��" ����" ��" ��U" ���" ��ߩ" ���" ��Y" ���J" ��ϰ" ����" �Z" Ҁ�o" ҄� " ҇�" ҈�Q" ҉�" ҉��" Ҋ�" ҋ" ҍp" ҏ�." Ґ��" ґU" ґ߸" Ғ�" ғ�#" Җ�" җ��" ҙ��" Қ" Қ�>" Ҝ%" ҝ� " Ҟ��" Ҡ�" Ң�" Ҥ�" ҥ" ҥ[" ҥ��" ҧ " ҧ��" ҩ��" Ҫ�V" ҫ��" Ҭ��" Ҭ��" Ҭ�i" ү" ҳY" ҳ��" ҵ:" ҵ�2" ҵ�H" Ҷ��" Ҷ��" ҷ��" Һ�~" Һ�" һ" Ҽ�B" ҽԠ" Ҿ " Ҿ�" ҿ&" ����" ��� " �¢" ���<" �À�" ��!" ����" ����" �Ɣ" �ǟ " ���" �ȶI" �ɾ`" ��Ą" �ʠ�" ���j" ����" �̔�" ���" ���" ����" ���" ��" �٧" �ݽ�" ���" �߫7" ��V" ��" ���" ����" �皼" ���" ��J" ���:" ��\" ����" ��" ����" ��" ���V" ����" ��" ��" ���<" Ӏ��" Ӄњ" Ӄֽ" Ӆ��" ӈ�" ӈ�� +" ӊ��" ӊ�" Ӌ�" Ӓ�" ӓL" ӕ\" Ӗ " ӛ��" Ӝ�6" Ӝ��" Ӝ�" Ӟ� " ӟ" ӟR" Ӡi" Ӡ��" Ӧ" ӧ�" ө��" ӫG" ӫ�" Ӱ�" ӱ�" ӱ��" Ӳ�" ӴѴ" ӵ��" ӻ�J" ӻ�� +" ����" ����" �‡�" �ò�" ���" ��d" �ğ" ��" ���" ���m" �ȍ" ��ȍ" �̇" �̳�" ����" �Ί�" ���~" ��¨" ��/" ��_" �ص�" ���" ��" ��" �۳" ���" ��� " �޼�" �߾" ���" ��," ��" ���" �� " ����" ���" ���" ��:" ��I" ���" ��" ��-" ��" �췹" ��" ����" ��" ��:" ���" ����" ���" �� " ���" ���" ��ź" ���" ��" ���" ��� " ���Y" ԁ�" Ԃ�" Ԃ��" ԃ�V" Ԅ�p" ԅ" Ԉ�" ԉ" ԋ " ԋ�" Ԍ" Ԍ��O" Ԍա" ԍ�R" Ԏ�[" ԏ��" ԑ�" ԓ�" ԓ��" ԓ��" ԕy" ԗy" ԙ�" ԙ��" Ԛ�" ԛ� " ԛ٦" ԛ��" ԝS" Ԟ" Ԟ�" Ԟ�" ԟ�" ԥ" Ԩn" ԩ��" ԫ�" Ԭ�" ԯ" ԯ��" Ա��" Գ" Ե� +" Ե֔" Զ�" Ը��" Թ8" Թ�" Ի8" Ի�" Խ�" Կ�" ��." ���" ��" �÷" ����" �ǁ" �Ǫ�" �Ƿ� " �Ȓ" �Ȯ�" �ȳ" ���" �ʺ�" �ˍ�" �͙�" ��" �Њ" �ъ" ���" ����" �ӗ�" ���" �ԘZ" �ըt" ���" ���" ���" ����" ��U" ���" ���" ��O" ��g" ���" ��4" �聹" ����" ���8" ���o" ����" ���" ��$" ��" ��(" ��U" ��Y" ��" ���" ����" ���" ���" ����" ���" ��d" ����" ����" ���" Հ�-" Ղ��" Ղ�{" Ճ�" Մ" Մ�p" Շ�P" Չ " Ջw" Ս" Ս� " Ս�I" Վ" Ց�K" Ւ��" Փ��" Օ��" Օ�" ՗t" ՘"" ՘�" ՜��" ՜�" ՞�" ՞�" ՟�R" ՟�" ՟ɡ" ՠ�" ա��" դ��" դ�" դ�" ե��" ե�" զ�@" ը�U" թ�" թ�" ժ�" ժ�" ժ�" ի�$" ի� " ի�J" լ%" լn" լ�" խ�� " ծ�@" կ��" կ�0" ձ�" ղ�" ճ" յ��" ն� " շ$" ո" պ" ռ*" վ��" ���" ���" �Ķ�" ���" �Ł" �ż" �Ɇ" ��Á" ��3" �̏�" ��v" �Ώ�" ��ǣ" ��� " �֧" ���" �� " �ي�" ����" ��" �ܭ�" �ݴ" ���b" ���" ��" ��٘" ���." �� " ���" ��" ��y" ��H" ���" ����" ��<" �� +" ��~" ��," ��" ���" ��" ���"" ��-" ��" ��" ��O" ��>" ���e" ���" ��ư" ���%" ���" ���/" ���4" ���z" ���" ��" ���" ���P" ���" ր" ց;" ցЃ" ւ�" փ�" ք " ք�;" ֆֻ" ֆ�" ։�" ֌��" ֍1" ֍�" ֎=" ֐�" ֒ " ֒�" ֓�" ֔�" ֕�-" ֖� " ֗�" ֗�" ֘�" ֙�" ֜" ֝��" ֞�&" ֟�" ֡X" ֡�i" ֣�" ֤��" ֥�" ֦" ֦R" ֧�" ֨�" ֨��" ֫�" ֭�" ֮" ֯�" ֱf" ֱ��" ֳ��" ֳ��" ִ " ִ��" ַ8" ֺ" ֻB" ־��" ־��" �ìM" �Đ" �Ʒ�" �DŽ$" �dž2" �ǘd" �ǫ�" �ɬ�" ��v" �˂$" ��A" ���" ����" �Έ" �Ή." ��" ��8" ����" �� " ���*" �ӹ5" ����" ����" �־ +" ��" ��" ��M" ��1" ��" ���" ��>" ��" �� +" �� +" ��Y" ��" ����" ��" ����" ����" �웮" ��" ���^" ��" ����" ���" ����" �� " ���1" ��" ����" ��"" ����" ׁ�#" ׂl" ׂ��" ׃� " ׅ3" ׊��" ׍" ׍��" ׍��" ׍�+" ׍�X" ׎��" ׎�" ׏� +" ב�z" ג�B" ג�� " ד�M" ד��" ה" ה��" ה�" ו[" ח�" ט��" מ�" מ�" מ��" ן�A" ן��" נ" ע� +" ף" ף��" ף�" צZ" צ�" צ�" ש�" ת!" ת�" ת��" ׬" ׬��" ׭� " ׭��" װ +" ׳" ׵�<" ׶� " ׻�$" ׻��" ׽�" ׾E" ׾��" ��T" �¾" ���" ���H" �Œ�" �Ɣ�" ���" ��� " �ʧ +" �ʪ�" ��{" �͔" ��" ���" ���" ��:" �Ӟ" �Ԣ" �Զ-" �ں�" �ݏ�" �ޏ� " ����" ��" ��" ��" ��" �" ���" �" ����" �� " ���p" ���{" ���" ���" ����" ����" ���9" ���� " ��*" ��" ���A" ���" ��" ���u" ؂<" ؂�r" ؂��" ؂�" ؄��" ؄�" ؅N" ؅�" ؆�" ؉�" ؎)" ؎��" ؏�" ؐ�6" ؑ�" ؒ�" ؒ�9" ؓ� " ؓ�f" ؓ��" ؓ�&" ؔ�" ؜��" ؜�" ؜�" ؝I" ؟" ؟��" آ��" أ��" أů" ا" ا�^" ا��" ب��" ب�" ة +" ة�" ت�" ث�r" ث�s" ج��" جҷ" خ��" د�0" ذ�" ذ�+" ش�S" ص " ص" ص7" ط�n" ط�" ؽ�" ؾ� " ��P" �ǃ�" �ȧ�" ��ޝ" ���" �ʋf" �ʕ" ���" �˓L" ���" ���\" �ϫ�" ���" ���u" ��� " ��1" �Շ�" ���" �ؾ5" ����" ��" ��" �܇" �ݯS" ��ʙ" �ި" ��ߦ" ��2" ��Ԋ" ��" ��>" ���" ��[" ���/" ��" �ꆝ" ���" ���" ��" ��I" ��" ��9" ���" ��u" ��" ���." ���" ���!" ��" ��ð" ����" ���" ـ�" ف�" قQ" ق�" ل� +" ه" ه�" ى�" ى�1" ى�" ً" ٌ�R" ٍ�c" ِ�j" ٓ�_" ٔ�" ٔ��" ٕq" ٖ��" ٖ��" ٗ�" ٗ� +" ٗ�" ٛ��" ٛ�" ٞԢ" ٞ�\" ٢��" ٣F" ٤" ٥��" ٦�O" ٦��" ٨�;" ٩ŋ" ٩�" ٪" ٬�#" ٮ��" ٯ" ٰ$" ٰc" ٲ�" ٳ�>" ٵ�L" ٵ�" ٶ�" ٻ" ٽ)" ٽ�" ���" ��͋" ��" ���"" ���I" �͜" ��"" �Ћ�" �ѱ" �҂�" �ӷ�" �ԁ�" ����" ��" �؁�" ���C" ��" �ق�" ��� +" ��" �ۍ�" �ޥ�" ��2" ����" ��" ��" ��" ��v" ��" ���S" ��" ��" �� +" ��" ��" ���" ���" ���" ���|" ���U" ���" ���-" ��� " ڀ�V" ڀ��" ڄ�" ڄ�" ڈ� " ڋ0" ڌ��" ڍ��" ڎ]" ڎ�" ڏ�" ڑ��" ڕ¨" ڕ��" ږ" ڗ�" ژ�� " ژ�" ښ%" ڟ��" ڟ�" ڦ��" ڪ" ڮ" گ��&" ڰ��" ڱ�" ڳÙ" ڴ��" ڷ" ڷ��" ڸ�" ����" �ķ�" �Ƥ�" �ƪ" �dž" �NJ�" ��" �ɂ�" �ɲ�" �ɵ�" �˴�" �̰�" �͙" �ΐ�" �Φ" ���" �Є�" �Ч" ����" ��5" �Հ�" ����" ����" ��" ���" ����" �ـB" ����" �� " �ژ" ��N" �ܞ" �� " �߶" ��" ��u" ��" ��b" ���" �븎" ��" ��K" ���" ��=" �� " ��ϥ" ���M" ���6" ��Ҭ" ��Ή" ��� " ��" ��ӣ" ���" ��" ����" �" �)" �{" ۀ" ہ" ۄ��" ۇ " ۊ��" ۋ�" ۍ�" ۍٻ +" ێ�i" ۑ " ۑ�" ۓ֨" ۔" ە� +" ۗ�" ۚ " ۚ��" ۛ��" ۜ%" ۝� " ۞��" ۠��" ۠�" ۥ�K" ۦf" ۨ��" ۭi" ۭ�" ۮ�?" ۰��" ۱�" ۴" ۴�6" ۵" ۶��" ۶�" ۸ +" ۸�" ۸��" ۺ� " ۼ��" ۼ� +" ۽��" ���" ���" ����" �Í" ��z" ����" ��" ��5" �ʖ�" �ϖ�" �� " �И" ��~" ��� " ����" ����" ���O" ����" ��5" ��Œ" ����" ���" ����" ����" ��ǁ" ���" ��" ���" ����" ���" ���k" ���" ��$" ���>" ���," ���o" ��" ���" �ﱇ" ��" ��^" ��%" ���e" ���" ���N" ���" ����" ����" ��� " ��̏" ��<" ��ʖ" ���D" �b" ܀ " ܁�" ܂�" ܂��" ܅�" ܅�c" ܈��" ܊" ܊�+" ܌��" ܍�" ܎�" ܏�" ܐ " ܐ޻" ܑ" ܑi" ܔ��" ܕy" ܕ�" ܕ�B" ܖ�" ܗ��" ܙH" ܙ� " ܜ�" ܝs" ܟ��" ܟӀ" ܢ" ܣ� " ܤ��" ܤ��" ܥ�" ܥ�" ܦ" ܦ��" ܧ��" ܨ#" ܨ̙" ܨ�y" ܩ" ܩ�p" ܭX" ܭ�J" ܮ��" ܱ�R" ܳ�n" ܴȤ" ܴ�" ܵ8" ܵ�" ܸ��" ܹ" ܺ��" ܺ��" ܻV" ܾ��" ����" �Ės" ���h" ��$" ��S" ��V" ���^" �˓�" �ͷi" �Ϩ" ����" �қ" ��ٶ" ����" �֞E" ���" ���L" ���e" ��0" �ۏ" �ܒ�" �߬" ����" ���v" ����" ����" ��" ��" �� " ���" ����" ��F" ��e" �� " ��;" ����" ����" ����" ݄nj" ݄��" ݅�n" ݆!" ݇" ݇�P" ݈��" ݋b" ݍ" ݍ��" ݍ��" ݎ#" ݑ��" ݒ�" ݔ��" ݕ�=" ݕ��" ݗ�" ݛ�" ݞ." ݞ�" ݟ�A" ݣ" ݣ" ݥ�'" ݥ��" ݩ�" ݪ�" ݫ��" ݭ" ݭ��." ݭ�3" ݭ�" ݮ� " ݮ�" ݯ" ݲ�" ݴ" ݵA" ݶ�c" ݷ" ݷ��" ݹ +" ݺ" ݺ�� +" ݻ� +" ݼ��" ݾ" ݾ� " �� " �‹�" �ĝ" ���" �ʢ�" ���|" ��ۃ" ��� " �ϵ�" �б " �с" ���" ���" ���o" ���N" �� " ����" �۫]" ���" ���" �ތ�" ��5" ��M" �㫇" ����" ��I" ��" ���y" ���" ��� " ���" ��" ���0" ��" ��" ��" ���)" ���I" ����" ���" ��� " �H" ހA" ށ�" ށ�v" ރ�L" ބ��" ކq" ވ�N" ތ��" ގ" ޒ� " ޘ�e" ޚ�`" ޛ��" ޜB" ޜ� " ޜ�" ޜ�" ޝ�J" ޠ��" ޠ�" ޠ��" ޤ�" ޥW" ި�" ެ� " ޭ " ޯ�" ޱ�" ޲�" ޵�" ޵��" ޶B" ޶�" ޷� " ޹�" ޹�" ޹�3" ޻�" ޾�" ޾�" ��" ���" ����" �ĝ" �ŵ�" ��#" ���" ��� " ����" �ɬ� +" ���" ��" �͇�" ����" �ό�" �з" ���" ���" �ӑ " �Ӣ�" ����" ���" ���" �ֱ" ����" �׎�" �י" ��>" ����" ��݊" ��y" �߉" ���t" ���<" ���n" ���" ��ؽ" ��)" ���" ����" ����" ���" ���" ����" ���" ����" ��>" ���" ��" ���" ���" ���" ���K" ��1" ����" ���" ��" ���;" ���" �S" ߀" ߃�" ߄ݓ" ߆��" ߉�" ߉�J" ߊ�" ߋ " ߌ�@" ߐ" ߐ�" ߐ�" ߓ�C" ߓǝ" ߔC" ߖ��" ߗ" ߗ�" ߜ�_" ߜ�n" ߝ�" ߠ�" ߣ� " ߥ�(" ߥ�[" ߧ��" ߧ��" ߧ�" ߧ�" ߪ�" ߭�D" ߰� " ߳��" ߳�" ߳�1" ߴ" ߷O" ߷�" ߺy" ߼��" ߼��" ߽" ߿�" ���� " �½�" ��n" ����" �ŏ" �Ũ�" ���" ���" ��N" ����" ��� " �Ш�" �Ҭ�" �Ӥ" �Ӫ" ���6" ��� " ��~" �ؘ;" �ق" ��ݙ" ���T" ���" ���" �� " ��" ���" �⓬" ����" �㓟" �� " ��" ��`" ��" �� " ���" ��" ���" ��̔" ��T" ��" ���" ��" ����" ���P" ���" �� " ����" ���" ����" ����" ����" ��G" ����" ���B" ����" ����" ���" ����" ����" ����" ���h" ����" ����" ���" ���c" ���" ���S" ����" ����" ���� +" ���" ���" ��" ����" ���Y" ���$" ���-" ����" �" ࠂ" ࣁ" �" �" ��" ��&" ਣ" ੖�" હ�" � " ஭}" ���" �" ��c" �" �u" ���" െ�" ��" ื" �" ��" �" �‡T" �Ó�" ��" ��3" �ɹ" �ɺ[" ����" ���" �ϼ�" ��i" �ն�" �֊I" �֮" ���" ����" ��X" �׾�" ���" ���:" ��� " ���" ��" ��/" ����" ��<" �挢" �箊" �闙" ��" ��G" �웫" �� " ���/" ��Ձ" ����" ��" ���z" ����" ���" ��� +" ����" ���/" ��C" ��� " ���C" ��" ��P" ����" ���" ���Z" ��֘" �ޜ" ჟ" � " �" �)" �w" �Ӓ" �0" �c" ᑣ+" ᑳg" ��6" ��" ᔎx" ᖉ�" ᖓ|" ᖴ" ��" ��I" ᘆ " �Ω" ��" ��" ���" ���" ᛀ" ᜜�" ��" ᝗�" ៻" �(" ᡞI" ᡮ�" ��N" ᧗�" ᧟�" ��" �:" ��4" ��" ᭸" ᮞ" �0" ���" ���" ���" ᴡ�" �" ��k" �J" ��\" �" ḙ�" �ʞ" �" �" � +" ���" ��>" ���" �±e" �²�" �� " �ƛ�" �Ǖ" �ή" �ϲ" ��״" ��" ��!" �Ӣ" �� " ���" �׈+" �ۊ�" ��t" �ݷ�" ��+" ��" �㳑" ���" ��" ��� " ��ɬ" ��ġ" �愫" ���" ���" ��4" ��P" ��8" ��"" ��ϼ " ��" ���t" ��" ���" ���/" ����" ���" ����" ���)" ���" �� " �" �$" �m" ⅊" �� " �7" ��" �ˣ" ⌆%" ⍂h" ��" ␉U" �Ϣ" ���" ▀" ��q" ☱�" ⛶�" ⠩ " �ъ +" ��" ⩦�" ��+" ⮌�" ⮬q" �Z" � " �:" ��" �" �ϫ" �s" ⽀�" �։" ��" ���" ��" ���" �Ñ�" �ę�" �Ǐ�" ��ۤ" ���" ����" �˂" �̲" �γ" ���8" �ж5" �ӕ�" ��" �ԣ�" ����" �צ" �ڬ " �ܐ" ��p" ��5" ��#" ���" ���" ���." ��B" �잪" ����" ���" ����" ���" ���l" ����" ��į" ��" ���" ��" �" ��" ��" ㋄�" ��m" ㍹" ㏙" �" 㐍�" 㑖" ��" ��k" �" ���" 㘥�" 㛌" ��" �" �r" ��" 㣛" ��T" 㥌�" �" ��" � " �W" �" 㰿�" 㱟s" 㲌&" 㲏�" 㲕�" 㳋�" 㳑�" �" 㴆7" 㵹�" ��k" 㶅�" 㶳" ��" ��Z" ����" ��[" ��," ��g" ��" ��1" �ɧ�" �ʞ�" ���q" �̥�" �͛� +" �θ�" ��� " ���" �ѫ'" �Սc" ���\" �� " ��?" ���" ��" ��|" ����" ���3" ����" �݂e" ���" ���" ��=" ��" ��" ��)" ����" ���" ���" ���" �� " ���" ��" ��̴" ����" ����" ��J" ���" ���" ���" 䀢" ��" ��" ��" �" ��" �;" ��" ��" �" ���" ��g" 䉉" 䉦" �‹" ��d" ��" ���" ��" 䓉�" 䓊�" �" ���" 䝉�" �" ��" ��" �" 䡋X" 䢝6" ��#" �" �ǃ" ��" �8" ��" ��1" ��" 䴰" �Ş" � " ��0" �@" ��" �_" 俍�" 俪" ����" �­" �ĠC" �Ŏ�" ��" �Ƈd" ��ԋ" ��" ���" �ɏG" ���" ��" �̟" �қ" ���" �Ӎ" ����" ��;" �מ" ����" ���a" �ڸ�" ��" ��:" ���" ���j" �ߐ�" �ߠ�" ��?" ���" �㝫" ��߮" ��" ��&" ��" ���H" ���b" ���" �畎" ��" ��8" ��!" �좊" ����" ��� " ��%" ��" ���" ���" ���C" ���_" ����" ����" ���Z" ���y" ���" ���" ��" ��" �V" 借G" �" ���" �F" ��~" ��!" 勌" 卍" 台� " 哷" ��" ���" �+" �֜" 噃 " ��" ���" 囵(" ��4" 垱�" ��-" 埋�" 塡 " 壧Z" ��" 太 " ��" ��P" �" ���" �h" ��" 嫻�" ��" 嬭�" 孲�" 它" ��\" 屋�" 屘�" 屬�" 嵢�" �" ���" �" 心" ���1" ��" �„" ���" ��4" �Õ" �ź�" ����" ���" ��" ���" �͆i" �ϔ " ��� " ����" ��� " ��Ԓ" �ԅ�" �� " �ַ" ��" ��" ��­" �Ꮱ" ����" �鈴" ��r" ��)" �뼌" ��]" ��;" ��i" ���" ���" ���" ��" ���" ����" �� +" ���" ���� " ���" ��]" ��� " ���>" ����" ��" ���" ����" �� +" �" 怙�" 恂" 恚 " ��6" 慖" 戽�" �" 抴�" 抻�" ��" �" 掗" ��" 揱-" ���" �4" 撱" ���" ��" �L" 斄\" 斛" 晙�" ��" 暿�" ���" �" �" 极�" ��" �b" ��p" �;" �Պ" ��" ���" ��r" 樃�" ��" 橇�" �" 櫎 +" ��/" ��" 欢�" ���" ��@" 歒" 殄T" ��" 汍," ��B" �ܳ" �߇ " �2" ��&" 涥�" 淲�" �X" 湖 " 湵�" �" �" 潐G" ��n" ��" �" ���" ��e" ���" ��" �Ɩ�" ���" �ǔ�" �ȼ�" �Σ" ���|" ��p" �Ѝ" ��”" ��" ��z" �Ӗ�" �Կ�" ���" ���" ����" �܏" ���A" �ߛ�" �ߝ�" ��" ���" ���Q" ��6" ���" �� +" ��" ��d" ��"" �뙄" ���a" ��" ��Ֆ" ���" �� " ����" ��" ���" ��� " ����" ��Q" ���+" ���" ����" ��ٙ" ���" ���:" ���" �" ��n" �" ���" �M" ��" ��f" 王" �F" ��" ��r" 琄" 琞�" 瑃�" �� " 甯�" 电�" 畛" 疛W" 瘐5" 癷�" ��U" ��" 硎�" ��E" ���" ���" 礓>" �֚" ��-" ��" 竷" ��B" 簎�" ���" �'" 絴�" �" �w" 総o" ��" 绹1" ���" ��n" ���" ����" ����" ����" �Ŧ" ����" �� " ��ʼn" �ǒ�" ���" �ɠ " �ʴ�" �ʻ�" �ͻ�" �ϖ�" �ϵ�" ��L" �� " �҃~" �ҋ�" ��L" �Ӈ!" �ӥ" �ԭ" ����" �פ" �ؔ�" �ؼ�" ��ݎ" ���=" �ۂw" ���," �ݸ" �ݺ�" ��" ��€" �߈" ��" ��˵" ��" ����" ����" �啯" ��" ��" ��" ���+" ����" ��" ���" ����" ��" ���%" ���" ���" ��" ����" ���{" �" ��" ��9" �" 荞" ��" ��" ���" ��|" 萇" 萑� " 萟H" ��" ���" 蒈" 蒙�" �=" ��H" 蛅�" 蜹�" 蜺� +" ��" 蝯" ��" ��� +" 蠌" 蠨�" 衛�" 褩�" �� " �B" 觶/" 訄" ���" �C" 賿�" �I" 贖�" 趰�" 跛�" ��" 蹞�" ���" 軇" 軵�" 轡" �<" 辵�" ��" ���" ��ߡ" �š�" ��̿" ����" ���" ��" ��Y" �Ƞ�" �Ɉ" ����" ����" �΄�" �ы" ���" ���" �׊" ���" ����" ��" �߂�" ��" ���[" ��" �� " ��" ��" ��>" ���" ��" ��d" ��" ��Z" ��" ��9" ���" ���" ���>" ��" ��" ����" ���" ����" ���" � " �\" ��" ��Q" 郝" 郫�" 鄷9" 酬/" ��" 銪@" �Ё" 錭x" 鍮�" 鏫�" �" �K" ��T" �]" 钬�" 锚 +" �˥" ��" �ڮ" ���" 顨" ��4" 飂" 飃" 飱" �Q" ��" 駺" ���" �LJ" 驖" �" 鬄<" ��+" �" 鯏 " 鰚" ��" ��;" �" �� +" ��-" �u" ��7" ���`" ���" ��c" �ȡ�" �Ȣ�" �Ʌ�" �ʋ�" ����" ����" ���=" �̀" �̉" �̪�" ����" �ι" �ϒ`" �Ѐ�" �ӄ�" ����" �� " ��" �ׁ�" ��O" �و" ���" ��." ��S" ��ӣ" ��" ���" ��_" ���H" ���V" ���" ��" ��U" ��" ��" ���" ���" �� " ����" �V" �|" ꀸ�" ꄹ�" �ω" �]" ꆕ " ꆗ�" ꉵ�" ���" ��" �" ꋉ�" ꌈ" ��" �" ��p" �Ѷ" ��f" �A" �n" ꓦ" ꓵ)" ꖬ�" ꗕ3" ꗵ�" ꘷�" �9" ꛰B" �" �," ꜾT" ꝥ�" Ɤ�" ꠕU" ��" ��v" ���" ꤁" ꦭH" �E" �" �F" �" ��" ꬃ" �" �" 걮�" �6" ���" �h" 굻p" ���" 귵�" �}" ��" 깘" 꼶�" 꿿" ��" ��" ���'" ���" ���" �s" �ĝ�" ���" ��1" ����" ��#" ����" ��>" �͛�" �ч" �ѐ" �ѯ" ��ї" ���y" �Ҏ�" ��t" �ӳa" ���" ��[" ���" �ׅ� " �؝B" �د " �ڤ" ���� " ��Ͼ" ���" ��" �ܽ" ���" ����" ����" ���" ��" ��" ��" �� " ��?" ���" ���^" ��" ��" ��a" �鯣" ��<" ��n" ���" ��" ����" ��" ��" ��;" ���3" ��" ����" ����" ���0" ����" ��߂" 끢�" �ȡ#" 넓" ��]" �� +" � " 뇓�" �� " 눅�" 눗" ��" �" � " �" 뎔�" �" 둾�" �D" �_" 땚�" 떐�" 뚷Y" 뛧�" ��N" 랈" ��G" ���" �&" ���" �2" 매�" 먃" ��" ��� " ��" ��a" �F" �" 빩I" 뺸�" ��G" 뼞" ����" ��^" ���" ���1" ����" ���," ���" ���" �М" ���" ���" ���w" ��և" ��ێ" ��D" ��߼" ����" �ڞ@" ���" ����" ��I" ���" ���p" ��b" �� " ���" ���" ���" ���" ��R" ��߂" ����" ��" ��" ��z" ��M" ���� " ����" ��" ���$" �� " ����" �" 쀾" ��@" 삄" 삊 " 삛b" ���" �G" �ӡ" �Ĝ" �" 싨6" 썉�" ��;" ��" ��" 쑪T" 쒙t" ��" �c" 읤�" ��/" ��" 젔" ��" ���" ��" 죡H" �A" 줶r" �ɚ" 즰:" ���" 쩂�" 쩥" �" 쯘�" ��" ���" ��r" ��" ��" 춂" 츐 " 칹" �u" �" 켞�" 켦�" �� " 쾣�" 쿳S" ��" ���" ����" �Ș" ����" ��l" ����" ���M" ��y" ���|" ���" �Ւ(" ��{" ����" ��2" �ك" �ٷ�" ���" ��ӗ" ��(" ���" �� " �崥" ��" ��9" ���" ��w" ���" ��" ��" ��" ��S" ���" ��." ���W" ��u" ���O" ����" ��� " ��=" ���I" �1" 퀶" ��" 킆9" 텙�" ���" 퇅�" �]" ���" ���" 퐙" 푟 " 퓑 +" 향 " 혅Q" �/" ��" 훀" ��#" ��6" ��8" � " �A" ���D" ���" ����" ����" ��ʢ" ��͜" ��&" ��� " ����" ��3" ��w" ����" ���" ���" �� " ���" ���V" ����" ��k" ���" ���" ���" ����" ��" ��)" ��đ" ���" ���/" ����" �� +" �ê�" �Ǻ�" ��_" ����" ��Q" �Ͳ�" ���" �Έ" ���s" �ѻ" ���" �҃�" ���" �Ի" ��>" �ۖ" ��a" ��k" ���" ��� " ��#" ��$" ���Z" ���" ��g" ���" ��" ��" ��" ��" ��t" ����" ���" ���~" ���" ���[" ���6" ��+" ��" ���" ���0" ���f"  " ���" �܎" �" ��" �Y" ��" �" " ��" ���" �" 6" ��" �z" �ݶ" ��*" ~" �" �" ���" 5" " �" �)" �+" " ���" �" ��" �" �" �" �" �մ" ���" ���" ��" �" " �" �1" �" �׃" ���" u" ��" �޹" �" �" " %" 3" e" X" �" " ��" ��" ��• " ���" �Â" �ø�" ��a" ��" �DZ" ���" �ʏ�" �ʗ�" �ʭ" �ʴ�" ��i" �ͽ�" ���" ���" ��" �Ե" ���" ��]" �ٱ�" ���" ����" ����" ���"" ���" ��" ���" ��'" �툚" ��" ���7" ��" ��r" ���[" ����" ���" ���" ��΍" ���" ���" ����" ��" �� +" �" �w" " �;" !" ��" " �<" �ϳ" �6" � " ��;" " ," ��" �]" y" " �ƣ " ��O" ���" �+" �" k" 蘿" 龍:" �ȟ" 蘒" ��" 𥳐 " 﫰" ﬛i" ﮻" ��� " �" ��W" �9" �{" �Μ" �C" �" ﾿� " ��" ���" �Nj�" ��ڝ" ��" �΅" �җ" ��@" �ԇ" �՘�" �חt" �؍�" ����" ����" ��:" �ޠ" �߭�" ���" ���I" ��c" ���" ��" �� " ����" ��E" �궅" ��'" ��9" ��� " ����" ��m" ��^" ��" ��" ���" ���@" ���0" ���]" ����" ���U" ���!" ���%" ���" �" �� " ����" ��-" ���c" ��ʡ" ���" ��"" ����" ���o" �� " ��" ��" ���" ���" ��7" ��*" ��" �" �j" �" 𘅫" �" �" ��" �� " 𠐥" 𠒕" �" �" �," �қ" ���" �" 𧒙" �ڤ " ��" �b" �w" ��" �" �M" 𸖲" �� " ��s" 𻓿" 𻨝" ��" 𼫃" �Ÿ" � " � " ���" �—6" �ĭ�" ����" ��<" �Ņ," ��" �Ǵ" ���:" �� +" �ʉR" �ʠ�" ��߸" �̨�" ��%" ��" ���!" �ӻ�" �Կ" ��Ń" �մ" ��¼" ��r" ���" ���" �ߢr" ��ǚ" ��" ���" ���g" �耞" ��k" ����" ��" ���T" ��" ��(" ��ǀ" ��ӫ" ��" ���" ���C" ��" ��Z" ���" ��&" ���C" ��k" ���" ��ɟ" ��� " ��" �X" 񅂹" �," �" �o" �8" ��" � +" ��h" ��" ��D" 񏁂" �x" ���" ��a" �N" ��" �٧" 񚑑" �)" ��" �" �\" ���" ��" �A" �\" ��-" ��" ��" �P" ���" ��" ���" �" �" 񹰸" �=" ��" ���" �l" �" 񼻷" �" �ǔ" ��?" ���" �á�" ���4" �ƫv" ���" ��a" �ɰ�" ��p" ����" ���" �̂" �̷�" ��W" �͐�" ��ϓ" �Ή9" �ά�" �ѓ?" �ӳ" �Ԋ" ���" ���" ��֕" ���" �ڔ�" �ڦ" �گ" �ۏ�" �ߡ�" ��Ð" ���" ����" ��," ��" ��� " ���\" ���" ��ѥ " ���'" ��]" �磜" ��" ��" ��" ���" ����" ����" ���" ��I" ��" ��x" �" �ɭ" ��" ���" ��" ��h" �" ��V" �(" �" 򈛑" 򌳆" �J" ���" �" �Y" �" �g" ��" �" ��" �" � " ��V" �ޖ" �" �j" ��" ��y" ��" �" �" �]" �" �" �C" ��" �" ��" �*" �" �H" � " �� " ���" �L" ��" ��" �" �[" �" � " �Z" �W" ���" �ĵ" ���" ���6" ��� " ��6" �ɢ�" �ʐ\" ���" ��ބ " �ճ" ���N" ���#" ��S" ���" ���?" ���" ���r" �؁�" ��� " �ڴ<" ���" ��" ��ɕ" ���T" ���z" ���_" ��۷" ���5" ����" ���?" ��" ��." ��" ��ĸ" ���" ���" ���" ���" ����" ���-" ��" ����" ����" ��S" ��Y" ��� " � " ��" ��" ��" �`" ��" �P" ���" ��" �Ș" ���" �)" �" �" ���" ��" ��" ��" ��w" 󗜄" 󗜋" �M" ��<" �" ��" 󛔒" ���" 󜐇" �" �" �" �� " �F" ��" �4" �" ��" �" �]" ��" �˜" �" 󨻬" ���" �*" ��3" 󲺲" �f" �1" �" ��" ��w" �Ɛ" �&" �J" ��" ���" �!" �" � " ���" ���h" ��#" ���" ���" ��4" ���I" ��" �ʁ" ��" ���" �ԏ�" ���" ��" ���" ���� " �� " ���a" ���" ��� " ��" ��ƒ" ���" ��" ��" ���g" ��" ����" ����" ����" ��ί" ��" ���&" ��ȗ" ���" ���" ����" �� " ����" ���" ���� " ���M" ���\" ����" ���" ���L" ���x" ����" ���Q" ���+" ����" �5" �K" ���" ��" ��`" ���" � " �l" ���" ��" ���" ����" ���" ��9" ��1" ���" ��ą" ��`" ����" ��A" ����" ��=" ���" ���" ���I" ���" ����" ���" ���1" ���" ��" ����" ���" ����" ��-" ���" ���4" ���J" ��� +" ���" ���" ����" ����" ���" ����" ��Ȳ" ����" ���" ����" ���� " ��|" ���" ���y" ��B" ����" ��" �ùM" ��" ��B" �ż" ��'" ��ț +" ��:" ����" ���" ���" �Ժ�" ��" �Ց�" �ٗ�" �ٷ" ���o" ��" �� " ��B" ��ב" ���>" �߻W" ���" ���i" ��LJ" ����" ��L" ��U" ��" ���" ���" ��" ��R" ��" ���" ����" ����" ���k" ����" ���" ��" ���" ��" ����" ��" ���� " ���" ��R" ����" ���$" ����" ���" ���" ���#" ���X" ��A" ���" ���^" ���" ���'" ����" ��" ���t" ���" ��f" ��1" ���/" ����" ��ҟ" ���E" ����" ���" ��" ���" ���" ���" ����" ��" ����" ���2" ���l" ��" ���" �Ƭ" �ǁ?" �Ǚ" �Ʌ�" �ˈ�" �˘" �ˡ�" �� +" �бk" ��" �і" ����" ��" ��I" �ׄ>" �׷� " ��˟" �ة" �جi" �ܰ�" �ݦ" ��" ��4" ���" �歿" �眘" ���D" ��L" ��" ��W" ��" ��G" ��8" ��" ��(" ��" ����" ��p" ��G" ���" ���q" ���" ����" ����" ����" ����" ���" ��� " ���" ����" �� +" ���x" ����" ��" �� " ���=" ���3" ���P" ���l" ���" ��" ��@" ����" ����" ���" ���" ��� +" ��1" ���" ���8" ���" ��ߺ" ��" ����" ���" ��� " ���" ���" ���d" ��" ����" ���" ���" ���" ����" ���" ��" ����" ���" ��'" ��Z" ����" ���" ���%" ����" ���w" ����" ����" ����" ���4" ��" ���!" �‰�" �‹" �ōd" ���" �ʞ" ���" �˖ " ��" ���" �Ѐ� " ���" ���E" �ы�" ���" ���W" ��� " �ܕ�" ��σ" ��ڟ" ��" ����" ���f" ���" ��a" ���" ��" ���" ��h" ���^" ���" ��" ���" ���" ��" ���" ���" ��+" ��� " ��$" ���" ��" ���" ��" ���" ���(" ��޷" ���)" ���" ��" ��k" ����" ���" ��o" ����" �� " ���" ���r" ����" ���`" ���" ���" ���" ��" ��ԙ" ���U" ����" ����" ���" ��" ���" ����" ���-" ����" ���" ����" ����" ����" ����" ��(" ����" ����" ��ŀ" ��ҫ" ��" ���." ����" ���" ���" ����" ��v" ����" ���n" ���1" ��ܙ" ��" �� " ����" ���" ����" ��X" ���Q" �� " ��?" �� " ��~" ��" ��<" ��� " ���)" �Ǭ" ��ػ" ��7" ��� " ��" ��" �Γ" ���s" ���" �س" ����" �ۡ� " ���e" ��̹" ��@" ���" ���q" �ネ " ��" ��� " ��" ��" ��>" ��" ���V" ��l" ��" ��#" ���" ���" ���G" ��" ���X" ���" ����" ���[" ��" ���$" ���\" ��w" ���" ���" ��" ��� " ��" ����2" ���" ����" ��" ����" ���" ��" ��՜" ���" ��M" ����" ���P" ����" ����" ���" ���� +" ����" ���" ����" ���" ���" ��" ��@" ���" ���" ��" ��" ���=" ��" ��I" ����" ����" ���0" ��8" ��”" ����" ����" ���" ���" ���" �Ž" �Į9" ��ր" ��" �Ƃ" ���[" �Ș�" �ʼ2" �� " �Κ�" ��� " ����" �ӱ�" ��o" �ԡ�" �ע�" ���" �ڈ" �܃�" �ޫ" ���" ��" ��" ��#" ��Y" ��" ��H" ��$" ���" ���N" ��@" �뢒" ���" ��" �좉" ����" ����!" ���`" ��" ����" ���" ����" ���&" ���'" ��=" ���" ����" ����" ���k" ��)" ��/" ����" ����" ���" ��" ��" ���[" ����" ���" ��" ����" ���" ��ߌ" ���" ���" ��ޥ" �� " ��" ����" ��� " ���N" ���?" ���?" ��Ǘ" ��" ����" ���" ��˼" ���p" ��k" ���B" ��� +" ��&" ����" ���" ���S" ��� " ����" ��;" ���" ���" ���" ��" ��A" ��-" ���b" ����" ���� +" ���" ����" ���" ����" �ǐ� " ��$" ���b" �˸" �̖�" �̡" ��ȁ" �ώ]" �� " ���6" ��" �ٗ$" ���" ���" ��" �޲" ����" ��ݶ" ����" �⎒" ��ߞ" ��" �� +" ��" ���t" ���" ��æ" �� " ���Q" ��" ��*" ���" ��� " ��" ����" ���/" ���" ����" ���s" ���[" ��" ��g" ���T" ��" �� +" ��վ" ��" ����" ��e" ���N" ���" ���" ���" ����" ����" ���" ��?" ���" ���O" ���?" ���" ����" ���" ���r" ���" ����" ��ߍ" ���" ���" ����" ��e" ���S" ����" ��" ��" ��" ��" ���X" ���" ����" ���!" ���" ���" ����" ��I" ���>" ��" ���" ���" ���D" ���{" ��b" ���s" ���" ���" ����" �‡" ��" ��Ý" �ˬ�" ���c" �̭8" �� " ���b" ���" �п�" ��B" ���" ���" �֟" �׊&" ���9" ��(" ��a" �ݙ" ����" ���)" �ߙ " ��" �ᠽ" ����" ����" ���" �� " ���" ����" ���" ��" ���" ����" ��" ��" ���`" ��G" ���?" ���N" ��4" ��N" ����" ����" ���" �" ��" ����" ����" ��" ��" ����" ���" ����" ����" ����" ���" ����" ����" ��" ���" ���" ��� " ��$" ���4" ����" ����" ���f" ���" ����" ��� " ��X" ����" ���" ��" �� " ���" ��" ���" ���" ���|" ��X" ���" ��f" ���" ���� +" ���" ���" ����" ���" ��K" ����" ���-" ����" ���" ����" ����" �ƕ" ���" ��" ����" �͝�" ����" ��u" �ѣ�" ��" ���/" �Ӝ " ���" �֔" ���6" ����" ����" �ߕ+" ���" ���" ��" ��D" ��" ���j" �� +" ��" ���" �" ��" ��%" ��" ���" ���" ��å" ��ߵ " ����" ����" ���" ��" ��]" ���-" ���" ��]" ���M" �" �" �3" ���" ����" ����" ����" ��N" ����" ���F" ���" ��b" ����" ��ظ" ����" ����" ��" ���\" ��" ����" ����" ����" ���" ��" ��," ��� " ���5" ���" ��d" ��-" ��� " ��Ғ" ����" ����" ���" ����" ���" ���" ���L" ����" ���" ���" ����" ����" ���" ����" ��6" ��7" ���p" ��" �č " �Ė�" �ĥ�" ���" ����" �̡�" ��" ��" ���u" �� " �Ӱ�" ��." ���" ��" ��Q" ���" ��X" ��" ��." ��" ���" ��ѥ" �㛶" �伌" ��<" ���" ��h" ��$" �� " ��" ��" ���]" ���B" ���" ���" ���" ���p" ���R" ���" ��`" ��" ���}" ���," ����" ��-" ���" ����" ��0" ���" ����" �� +" ��" ��" ���" ���" ���" ����" ��%" ��G" ���" ��� " ���" ��&" ���n" ����" ����" ���" ���" ���" ���" ����" �Ą�" ��*" ��" ���Q" ��" ��" �˞�" ��<" ��S" �ϭ" �Ѓ" ��/" ����" ���=" �Ձ�" ����" ��ƻ" ���" ��" ���M" �ݘ" ���" ���" �ߘp" ���" ���" ��>" ���" ���" ��" ���" ���;" ��ؗ" ��� +" ���" ��" ���" ��" ���A" ���" ��" ���" ��" ���U" ���" ��\" ��̧" ��" ��N" ����" �Y" �\" ��." ���" ��v" ���" ��� +" ���j" ��ޥ" ��" ����" ���" ��" ����" ���" ����" ���&" ���" ����" ��#" ���" ���" �� " ��3" ���" ��" ��," ����" ��" ����" ���" ���" ���" ���" ����" ���%" ��M" ���" ��p" ���" ���H" ���" ��" ���" ���k" ��3" ����" ���" ���" ���" ��" ���-" ���" �ǯ�" �ɉ�" �˿(" �ͫ" �Љ�" �Ѽ" �Ӭ" ��ܳ" �Քi" �� " ��)" �܁�" ���" ���" ����" ��K" ��p" �䂉" ��" ���B" ���K" ���" ����" �헉" ���" �" ��7" ���M" ��Ե" ���" ����" ���" ���=" ���" ����" ���" ���" ���<" ��?" ���+" ��" ���" ��Ϸ" ���?" ��" ����" ���L" ����" ���" ���" ��" ��a" ����" ��5" ���N" ��*" ����" ���" ���" ���" ����" ���" ���" ���M" ����" ��" ��" ���" ���S" ����" ����" ��I" ���t" �� " ��)" ����" ��� " ����" ���" ���" ���j" ����" ���V" ��߄" ���e" ���" ���;" ��ئ" ���" ���)" ��%" ��Y" ���" ��\" ���C" �©�" ���" ����" �ɻ�" ��R" �ʒ" �ʹ" ���" ���X" �ͣ�" ���" �Ο�" ���" ��_" ����" ���" �Ԟ" ���" �٩ +" ���" ��," ��2" ���" ��" ��" ��" ���" ���%" ����" ��" �ꛓ" ��]" ���7" ��6" ���" ��b" ��ȹ" ��Ҹ" ��v" ���" ��" ���" ����" �� " ���"" ����" ��� " ��&7�2�e�2�m��"! ��j    #�2�e�2�p��" ��v�2�e�2����"_ ��  r + +  r     +�2�e�2�kȑ" ��:#�2�e�2���j" ��0�2�e�2����" ��J + + -�2�e�2�z��" ��B  Q�2�e�2��ͻ": ��� +    + 3�2�d�2�qí" ��Z   -�2�e�2���" ��  A�2�e�2����"* ���  + Z�2�e�2���g"D �� )2 +   %�    [�2�d�2����"D ���  +    + + +7  .�2�e�2��ˁ" ��B   + !�2�e�2�z�o" x� ;�2�e�2Ό؈"$ ��R    +*�2�e�2���r" �� ?�2�e�2���"( ��R   + " $�2�e�2��߽" ��@�2�e�2�q̘"* ��j "�2�e�2�q�e" ��N�2�e�2��t"8 ���    + +#�2�e�2�j��" �� $�2�e�2ְĸ" ��+�2�e�2���p" ��: #�2�e�2�u��" �� +  #�2�e�2�gӯ" ��#�2�e�2�g��" ��"�2�e�2��m" �� #�2�e�2���i" �� #�2�e�2΂�f" �� J�2�e�2�ˋ"3 ���& /     +'�2�e�2Ҷ�" �� * + 0�2�e�2�n�i" �� R  + #�2�e�2�o��" �� #�2�e�2�l��" �� +#�2�e�2���p" �� +@�2�e�2�l��"* ��� + + +  + N�2�e�2���"7 ���  + +   +   +C�2�e�2��և", ���  +)�2�e�2ʂ�u" ��2,�2�e�2ٔ̉" ��: #�2�e�2��e" ��*�2�e�2Ջ��" ��21�2�e�2�p��" ��R  &�2�e�2����" ��" + $�2�e�2����" ��&�2�e�2���" ��" +>�2�e�2�qҼ"( ��b  6�2�e�2���" ��b3�2�e�2���" ��*   +,�2�e�2Ҩă" ��:  ,�2�e�2����" ��::�2�e�2���"# ��r +  8�2�e�2����"! ��j  + +  '�2�e�2���q" ��* A�2�e�2�m��"+ ��2    "-�2�e�2��h" �� B0�2�e�2���" ��J +5�2�e�2�p��" ��b C�2�e�2����", �� j  +  + %�2�e�2���k" �� ":�2�e�2����"# �� r  %�2�e�2�t��" �� "$�2�e�2���" �� P�2�e�2��ې"9 �� �   * + L�2�e�2���"5 �� � +  "$�2�e�2���" �� $�2�e�2����" �� $�2�e�2զʖ" �� l�2�e�2˙Ñ"U �� �    b(�2�e�2���" �� *!�2�e�2���s" �� -�2�e�2����" ��  #�2�e�2�x��" �� #�2�d�2���e" �� $�2�e�2����" ��#�2�e�2�t��" �� $�2�d�2����" �� !�2�e�2�y��" �� (�2�e�2����" �� *%�2�e�2�w؇" �� "&�2�e�2����" �� " $�2�e�2����" �� #�2�e�2�mʝ" �� #�2�e�2�q��" �� 0�2�e�2��̆" �� J + L�2�e�2Ɖ��"5 �� � +  ""�2�e�2�|�m" �� #�2�e�2�m��" �� n�2�e�2��Ȟ"W �� �   #�2�e�2�w��" ��V�2�e�2�n��"@ ��� + +   . + W�2�e�2���u"A ���  +     +G�2�e�2ܛ��"0 ��r 2 " +F�2�e�2���n"0 ��� +    + #�2�e�2�z��" ��=�2�e�2’��"& ��Z + + N�2�e�2�{��"8 ��� +   6�2�e�2̟�" ��b +  ,�2�e�2����" ��:  + 2�2�e�2����" ��R$%�2�e�2���e" ��"W�2�e�2�k�v"B �� :  &B  * #�2�e�2���p" �� &�2�e�2����" �� "4�2�e�2���t" �� " * #�2�e�2�v��" �� @�2�e�2�f�"* �� j + +  $�2�e�2Ԥ��" �� 4�2�e�2����" �� Z + +#�/�b�/�x��" �� #�/�b�/�i��" �� $�/�b�/��ݍ" ��$�/�b�/ܪδ" ��#�/�b�/�r" ��$�/�b�/ѢԼ" ��$�/�b�/����" ��$�/�b�/��֑" ��#�/�b�/�o��" ��#�/�b�/���h" ��$�/�b�/��Մ" ��:�2�e�2���k"$ �� J  +5�2�e�2¶��" �� 2 "�2�e�2�y�{" �� D�2�e�2�l��". �� J   B#�2�e�2���" �� 8�2�e�2��ԅ"! �� j ^�2�e�2Я�"G �� + � +      K�2�e�2����"4 �� � + $�2�e�2���" �� #�2�e�2�g؋" �� +"�2�e�2�l�k" �� +$�0�c�0݂��" �� !�0�c�0�~��" �� $�0�c�0�ڬ" ��  $�0�c�0���" �� "�0�c�0�k�j" �� $�0�c�0ڌѠ" �� $�1�c�1��ܿ" �� $�1�d�1əҟ" �� #�/�b�/�jڸ" �� #�/�b�/���e" �� #�/�b�/�k��" �� #�/�b�/Ȯ�w" �� #�/�b�/�i��" �� $�/�b�/����" �� $�/�b�/��ݗ" �� #�/�b�/�v��" �� #�/�b�/۸�p" �� #�/�b�/���v" �� $�/�b�/ȍ��" �� $�/�b�/����" �� $�/�b�/���" �� #�.�a�.���|" �� $�0�c�0��϶" �� +#�1�d�1���o" �� &�)�\�)����" �� +"#�0�c�0���z" ��  #�0�c�0���m" �� $�0�c�0���" �� +#�0�c�0���q" �� $�0�c�0��Ў" �� "�0�c�0�r�h" �� $�0�c�0ݡݵ" ��  +$�0�c�0����" �� $�0�c�0����" �� $�1�c�1����" �� $�0�c�0����" �� $�0�c�0���" �� $�1�d�1����" �� $�0�c�0����" �� $�0�c�0™��" �� $�0�c�0���" �� #�0�c�0�q��" �� $�0�c�0����" �� +"�0�c�0�y�u" �� $�0�c�0ˡ��" �� $�0�c�0����" �� !�0�c�0���|" �� $�0�c�0����" �� +#�0�c�0�t֌" �� "�0�c�0ֈ��" �� #�0�c�0қ�v" �� $�0�c�0ܚ��" �� $�0�c�0����" �� #�0�c�0Ø�}" �� !�0�c�0�t͛" �� $�0�c�0����" �� $�0�c�0����" �� $�0�c�0���" �� $�0�c�0���" �� $�0�c�0��ǣ" �� $�0�c�0����" �� "�0�c�0����" �� %�0�c�0�i��" �� "#�1�d�1�i��" �� %�1�d�1�l��" �� "#�0�c�0���}" �� $�1�c�1Lj��" �� #�1�d�1�|��" �� #�0�c�0�}ʕ" �� "�1�c�1�p�e" �� #�0�c�0���j" �� #�1�c�1�s��" �� $�0�c�0��ٞ" �� $�1�d�1̷�" �� $�1�d�1����" �� $�1�d�1��٤" �� "�1�d�1�w�q" �� #�/�b�/���~" �� #�/�b�/�{�" �� $�/�b�/����" �� #�/�b�/���}" �� "�/�b�/�}�n" �� $�/�b�/����" �� $�/�b�/ŀ��" �� $�/�b�/����" �� $�1�d�1���" �� $�1�d�1����" �� #�1�d�1�wۅ" �� $�/�b�/Ƨì" �� $�/�b�/���" �� $�/�b�/Ņ��" �� #�1�d�1�tƢ" �� $�0�c�0����" �� #�0�c�0���{" �� $�0�c�0����" �� $�1�d�1ڏɇ" �� $�1�d�1���" �� #�1�d�1�iݣ" �� $�/�b�/����" �� $�/�b�/����" �� #�1�d�1�w��" �� $�1�d�1����" �� $�1�d�1����" �� #�/�b�/���~" �� $�/�b�/����" �� "�/�b�/����" �� $�1�d�1����" �� $�1�d�1����" �� "�1�d�1�u�z" �� (�1�d�1����" �� * +$�1�d�1����" �� #�1�d�1���l" �� +"�1�d�1�q�y" �� %�1�d�1��v" �� "#�1�d�1�sˆ" �� $�1�d�1ֻ��" �� #�1�d�1̲�~" �� "�1�d�1��" �� $�1�d�1°��" �� $�1�d�1����" �� #�1�d�1�z�" �� $�1�d�1׏��" �� #�1�d�1�tά" �� $�1�d�1����" �� "�1�d�1��§" �� $�1�d�1����" �� $�1�d�1���" �� +"�1�d�1�i�|" �� $�1�d�1��˕" �� #�1�d�1�|��" �� $�1�d�1��ת" �� #�1�d�1�q��" �� #�1�d�1̡�e" �� !�1�d�1���i" �� + +#�1�d�1���v" �� #�1�d�1���n" �� #�1�d�1���~" ��  #�1�d�1�q԰" �� #�1�d�1�k��" �� "�1�d�1�~�p" �� #�1�d�1���q" �� $�1�d�1����" �� $�1�d�1����" �� $�1�d�1���" �� $�1�d�1���" �� $�1�d�1����" �� #�1�d�1�x�" �� $�1�d�1ͼ��" �� "�1�d�1����" �� %�1�d�1���~" �� "#�1�d�1���u" �� "�1�d�1�o�y" �� $�1�d�1π��" �� #�1�d�1ܼ�m" �� $�1�d�1����" �� "�1�d�1����" �� #�1�d�1�nϽ" �� #�1�d�1�{Ґ" �� ,�1�d�1�~ٻ" ��  )�1�d�1���j" �� 2 $�1�d�1ط��" �� #�0�c�0ց�}" �� #�1�d�1���e" �� $�1�d�1ʇ��" �� $�/�b�/ϗ�" �� #�/�b�/�|��" �� $�/�b�/���" �� %�0�c�0�j��" �� "#�0�c�0�t��" �� #�1�d�1���w" �� $�0�c�0�|�t" �� "$�1�d�1���" �� "�1�d�1��ݫ" ��  +"�1�d�1��ʯ" �� #�1�d�1��i" �� #�1�d�1���e" �� $�1�d�1���" �� $�1�d�1���" ��  �1�d�1�y�e" �� *�1�d�1ؙ�k" ��  $�1�d�1����" ��  �1�d�1�u�u" �� $�1�d�1��κ" �� &�1�d�1�Ө" �� "#�1�d�1ޥ�e" �� $�0�c�0����" �� #�0�c�0���g" �� "�0�c�0����" �� $�0�c�0���" �� &�1�d�1��ڡ" �� "#�0�c�0̸�e" �� #�0�c�0׵�e" �� %�0�c�0���{" �� "#�0�c�0�r��" �� $�0�c�0����" �� $�/�b�/̵��" �� $�/�b�/іޅ" �� #�/�b�/α�u" �� #�/�b�/�m��" �� $�/�b�/����" �� $�/�b�/����" �� #�/�b�/���~" �� $�/�b�/��" �� $�/�b�/Ƀ��" �� $�/�b�/����" �� $�/�b�/���" �� "�/�b�/�l�e" �� #�/�b�/���f" �� "�/�b�/��e" �� $�/�b�/��ߘ" �� #�/�b�/���}" �� $�/�b�/����" �� $�/�b�/����" �� #�/�b�/Փ�m" �� $�/�b�/˂��" �� #�/�b�/���o" �� $�/�b�/����" �� $�/�b�/���" �� &�/�b�/����" �� "#�0�c�0�}�" �� /�0�c�0�˳" ��  $�/�b�/��ѫ" �� $�0�c�0����" �� #�0�c�0ӏ�e" �� #�0�c�0�u��" �� "�0�c�0�s�e" �� $�/�b�/���" �� $�/�b�/����" �� $�/�b�/����" �� #�/�b�/���g" �� #�/�b�/չ�e" �� $�/�b�/����" �� #�/�b�/�r��" �� #�/�b�/ѳ�t" �� #�/�b�/�wܭ" �� #�.�a�.�}��" �� $�/�b�/�Ȭ" �� #�.�a�.���}" �� &�/�b�/����" �� ""�/�b�/����" �� $�/�b�/���" �� #�/�b�/�lӰ" �� $�/�b�/����" �� #�/�b�/���z" �� $�/�b�/͎��" �� #�/�b�/�g��" �� #�/�a�/�f��" �� $�/�b�/���" �� "�0�c�0�w�z" �� %�0�b�0ؚ�|" �� "$�0�c�0ô�" �� $�0�c�0���" �� #�0�b�0�~��" �� $�0�b�0ӱ��" �� $�0�b�0����" �� #�/�a�/���f" �� $�/�b�/����" �� #�/�b�/ݕ�}" �� $�/�b�/��ۊ" �� #�/�a�/���l" �� $�/�b�/��ã" �� $�/�b�/����" �� $�0�c�0��ǎ" �� $�/�b�/����" �� $�0�c�0����" �� $�0�c�0��ȴ" �� $�0�c�0����" �� %�0�c�0���j" �� ""�0�c�0�h�l" �� $�0�c�0�̗" �� -�0�c�0�{��" �� B.�0�c�0���k" �� " $�0�c�0ݭ�" �� $�0�c�0����" �� /�0�c�0����" ��  $�0�c�0Ϡ��" �� !�0�c�0���e" �� $�0�c�0�z�l" �� "#�0�c�0м�h" �� #�0�c�0�lɝ" �� $�0�c�0��ȁ" �� $�0�c�0��" �� $�0�c�0�Ŧ" �� /�0�c�0����" ��  +$�0�c�0����" ��   �0�c�0�g�}" �� $�0�c�0���" �� $�0�c�0����" �� $�0�c�0����" �� $�0�c�0���" �� &�0�c�0��" �� " $�/�b�/���" �� &�/�b�/˺��" �� "$�.�a�.����" �� $�/�b�/����" �� $�/�b�/����" �� $�/�b�/����" �� #�/�b�/߳�h" �� #�0�c�0�m͏" �� #�0�b�0���k" �� &�0�c�0�q�{" �� * $�0�c�0ۉΞ" �� )�-�`�-���p" �� 2$�-�`�-٣��" �� )�-�`�-���e" �� 2$�1�d�1����" �� + + $�1�d�1����" �� !�1�d�1���k" �� #�1�d�1�i��" �� $�1�d�1����" �� "�1�d�1���" �� $�1�d�1ۜ��" �� $�1�d�1����" �� %�1�d�1���}" �� +"#�)�\�)���|" �� $�1�d�1����" �� $�1�d�1����" �� #�1�d�1�}��" �� $�1�d�1���" �� $�1�d�1ù�" �� #�1�d�1�p��" �� "�1�d�1�g�k" �� "�1�d�1�w�e" �� $�1�d�1ɿ��" �� #�1�d�1Ж�y" �� $�)�\�)���" �� #�1�d�1̓�e" �� #�1�d�1�n��" �� $�)�\�)��ȶ" �� #�)�\�)��e" �� $�)�\�)����" �� &�)�\�)����" �� "#�)�\�)��e" �� $�)�\�)ڐ��" �� !��L��n��" �� + $�)�\�)����" �� #�)�\�)ߦ�g" �� $�)�\�)����" �� #�)�\�)���v" �� #�)�\�)���e" �� $�)�\�)���" �� #��L�›�k" �� #�)�\�)���r" �� "��L�Ѱ��" �� "��L��x�h" �� $�1�d�1���" �� $�1�d�1���" �� #�1�d�1���l" �� $�1�d�1����" ��  +#�1�d�1���e" �� #�1�d�1�jŽ" �� #�1�d�1���i" �� #�)�\�)ۍ�p" �� $�)�\�)Э��" �� $�1�d�1����" �� #�1�d�1��f" �� "�2�d�2����" �� #�0�c�0���z" �� #�0�c�0���e" �� #�0�c�0�l��" �� #�0�c�0���s" �� $�0�c�0��ɚ" �� &�0�c�0͢��" �� " $�0�c�0����" �� (�0�c�0���" �� *$�0�c�0��Ѳ" ��  +#�)�\�)�~��" �� $�)�\�)���" �� $�)�\�)ީ��" �� #�)�\�)���u" �� "�)�\�)��z" �� "�)�\�)��ʤ" �� $�)�\�)���" �� #�)�\�)�|��" �� )�)�\�)�r��" �� 2$�)�\�)����" �� "�)�\�)�h�k" �� "�)�\�)�s�v" �� %�)�\�)���m" �� "#�)�\�)Ē�l" �� $�)�\�)��Ӂ" ��  + $��L�����" �� +'��L����" �� *#��L����f" �� #��L����u" �� #��L��i��" �� "��L��j�p" �� $��L����" �� $��L�����" �� +#��L��u��" �� $��L����" �� (��L����" �� *%��L��g��" �� "$��L����" �� "��L��p�l" �� *�)�\�)�z��" ��  &��L�ۦι" �� " +#��L��|��" �� $��L�����" �� "��L��h�f" �� -��L���ԡ" ��  #��L��~��" �� #��L��o��" �� #��L���s" �� +$��K���ԣ" �� "��K��t�q" �� #��K����j" �� +2��K��fȡ" �� +* #��K����j" ��  #��K�֛�p" �� "��L����" ��  +(��L���ժ" �� *"��L��u�j" �� $��K�����" ��  #��L�܉�i" �� $��L���" �� $��L����" ��  ��L��t�p" �� $��L�����" �� #��L����|" �� $��L����" �� "��L��v�j" �� $��L�Ɯ��" �� $��L�����" �� #��L��t��" �� #�)�\�)�t��" ��  !�)�\�)�o��" �� *��L�����" �� 2"�)�\�)�k�t" �� #�)�\�)�z�" �� '�)�\�)ټ�z" �� *!��L����o" �� !��L����j" �� $��L�����" �� $��L�����" �� "��L��f�k" �� #��L�DZ�i" �� "��L���o" �� $��L���ˀ" �� %��L��m��" �� " "��L����" �� $�)�\�)ī��" �� !��L����w" ��  +$��L���Ÿ" �� $��L��Օ" �� #��L���g" �� '��L��k��" �� * +$��L����" �� &�0�c�0���" �� "#�0�c�0���e" �� #�0�c�0���m" �� #�0�c�0�o�" �� #�0�c�0ܓ�}" �� #�0�c�0���j" �� $�)�\�)����" �� $�0�c�0����" �� $�0�c�0���" �� !�)�\�)ʊ�~" �� $�)�\�)���" �� '�0�c�0Ł�" �� *(�0�c�0ɖ��" �� * $�)�\�)ۢ��" �� #�)�\�)��w" �� 1�0�c�0���j" �� R  )�)�\�)�uը" �� 2#�)�\�)�x��" �� "�)�\�)�w�~" ��  #�)�\�)�r֜" �� $�)�\�)җح" �� 0�)�\�)ȟ�" �� J #�)�\�)���n" �� "�)�\�)ξ�" �� #�)�\�)���" �� #�)�\�)���q" �� $�)�\�)���" �� "�)�\�)��ܕ" ��   $�)�\�)����" �� $�)�\�)����" �� $�)�\�)��ޱ" �� #�)�\�)��k" �� #�)�\�)�{��" �� ,�)�\�)����" �� :#�-�`�-�z�" �� "�-�`�-�i�v" �� #�-�`�-�p�" �� $�)�\�)����" �� *�)�\�)˃ܸ" �� 2 '�)�\�)���f" �� */�)�\�)�h�f" ��  "$�-�`�-����" �� #�-�`�-Ҵ�f" �� %�)�[�)���w" �� " +)�(�[�(�tҏ" �� 2"�(�[�(��Ԣ" �� #�(�[�(�x��" �� $�)�\�)����" �� #�)�\�)���l" �� $�)�\�)����" �� #�)�\�)�x��" �� #�)�\�)�z��" �� "�)�\�)��w" �� $�(�[�(����" �� $�)�\�)��ݜ" �� #�(�[�(�m��" �� $�)�\�)����" �� 2��L�Ǟ��" �� R%�(�[�(ش�r" �� "$�)�[�)����" �� +�)�\�)���" ��  '�(�[�(��n" �� * #�)�\�)���o" �� #�(�[�(���~" �� $�)�\�)Ϥ��" �� $�)�\�)Ύ��" �� $�)�\�)����" �� #�)�\�)�r��" �� #�)�\�)�m��" �� $�)�\�)ƕ��" �� #�)�\�)�q��" �� #�)�\�)�h��" �� 0�-�`�-���" �� J .�-�`�-�w��" ��   $�)�\�)����" �� #�(�[�(ʷ�m" �� #�)�\�)���j" �� #�)�\�)��j" �� $�)�\�)����" �� #�(�[�(��t" �� $�(�[�(��ķ" �� #�(�[�(�k��" ��  #�)�\�)���l" �� "�)�\�)�l�g" �� $�*�]�*���" �� #�*�]�*�r��" �� $�*�]�*����" �� <�*�\�*����"% ��  *  $��K�ۮ�" �� +!��K��y��" �� + +$��K����" �� +(��K���͠" �� +*$��K�ز��" �� +  #��K��p��" �� + %��K����w" �� +"(��K�����" �� +*%��K�م�u" �� +" +&��K�����" �� +"#��J��f��" �� #��J��f��" �� +#��K����s" �� +"��K��t�g" �� #��K��k��" �� $��K���ϐ" ��  !��K��p��" ��  $��K���ߒ" �� #��K��n��" �� + #��K����}" �� %��K��k��" �� "!��K�ب�~" �� #��L����z" �� $��K����" �� (��K�Ã��" �� *#��K����|" �� #��K����}" �� $��K�ܱ��" �� $��K�����" �� #��K����g" �� &��K���ǂ" �� "$��K���Ϙ" �� $��K�����" �� $��K����" �� +$��K�ڧ��" ��  +!��K��v�" �� "��K�����" �� #��K�ʏ�}" �� 3��K�����" �� 2 $��K�̚��" �� !��K��k��" �� #��K����o" �� $��K�����" �� #��L����l" �� $��L�˖��" �� $��L�ɰ��" �� $��L����" �� #��L����" �� $��L�η��" �� '��L��u҄" �� *#��L�ӹ�l" �� $��L����" �� #��L����" �� !��L��nԲ" �� #��L��x��" �� $��L�����" �� $��L����" �� "��L��j�~" �� "��L�����" �� $��L�����" �� #��L��u��" �� $��L�օ��" ��  +!��L��oի" ��  #��K����e" �� (��L����" �� * + $��L�Ά��" �� $��J��ж" ��  +$��K���˜" �� "��K�Åۿ" �� $��K�����" �� #��K�·�n" �� $��K�����" �� $��K�Ω��" �� +��J����" ��  "��K���ܨ" �� !��L��z��" ��  $��L�����" �� &��J�����" �� "$��J���ݶ" �� #��L��p�" �� &��L�э��" �� " $��J�ܖ��" �� "��J����" ��  $��J����" ��  +$��J�ͧ��" �� *��K�����" �� +2 &��K���ű" �� "$��K����" �� $��K�ۡ��" �� '��K��uȳ" �� *'��K��qб" �� *#��K����g" �� &��K�����" �� "#��L����" �� $��K���٘" �� +$��K�ʭ��" �� +&��K��|�u" �� **��K�����" �� 2 +  &��K����" �� " (��K�����" �� * #��K��w�" ��  $��K����" �� $��K�����" ��   $��K����" �� $��J�����" ��  + #��J���{" ��  + $��K�י��" �� #��J���" �� -��J�փ�v" �� B#��J��s��" �� #��J��s��" �� !��J����w" �� $��J���" �� $��J�����" �� #��J����r" �� $��J���ߐ" �� #��J����l" �� #��J��|��" �� &��J���̊" �� "$��J�����" �� $��K����" �� #��J�Ȍ�{" �� $��J���۞" �� +��J��v»" �� :$��J�ʒœ" �� $��J�����" �� $��J���" �� &��J�����" �� "%��K��s��" �� "!��J��sË" ��  "��J��r�s" �� $��K����" �� $��J�����" �� #��J��y��" �� #��J����m" �� #��J��y��" �� &��J�����" �� " +"��J�͔��" �� #��J��y��" �� $��J�۪Ԫ" �� &��L��ۏ" �� "(��L���ӧ" �� **�)�\�)���q" ��  "��L�ʢ��" �� #��L��r��" ��  $�)�\�)����" �� $�)�\�)���" �� #�)�\�)�o�" �� #�)�\�)���j" �� $�(�[�(��܆" ��  +$�)�\�)��ߟ" �� #�(�[�(���x" ��  �)�\�)�o�p" �� #�)�\�)���r" �� $�)�\�)����" �� $�)�\�)����" �� #�)�\�)���m" �� $�)�\�)���" �� !��J����m" �� (�(�[�(����" �� * +�(�[�(�j��" �� : + #�)�\�)�q��" �� $�(�[�(����" �� #�(�[�(���q" �� $�)�\�)���" �� "�(�[�(��˰" �� $�(�[�(ҘɄ" �� (�(�[�(����" �� *$�(�[�(��̹" �� $�(�[�(ϭ��" �� $�(�[�(����" �� &�(�[�(���" �� " + #�(�[�(ȥ�z" �� $�(�[�(����" �� #�(�[�(���t" �� #�)�[�)�|Ђ" �� #�)�[�)�k��" �� "�(�[�(�x�}" �� #�(�[�(�f��" �� $�(�[�(���" �� $�)�[�)Ѫ��" �� %�(�[�(�j��" �� "#�*�]�*Ю�e" �� $�*�]�*����" �� #�*�]�*��g" �� $�*�]�*��ƣ" �� #�*�]�*���e" �� #�*�]�*���f" �� #�)�\�)�~�" �� #�)�\�)�l��" �� $�)�\�)����" �� "�)�\�)�{�e" �� #�(�[�(�n��" �� $�(�[�(����" �� #�(�[�(���w" �� ,�(�[�(����" �� :$�(�[�(��̞" �� $�(�[�(����" �� $�(�[�(����" �� '�(�[�(���~" �� *$�(�[�(���" �� $�(�[�(���" �� %�(�[�(�pڻ" �� " +$�(�[�(���" �� $�(�[�(����" �� +�(�[�(�}�" �� : #�(�[�(���u" �� $��K�����" �� "�(�[�(�m�l" �� )�(�[�(���s" �� 2#�(�[�(���i" �� +�(�[�(Ϗ��" ��  $�(�[�(Ž��" �� $�(�[�(��ݔ" �� $��J���ڢ" �� $�(�[�(ųѥ" �� $�(�[�(�ͨ" �� #�(�[�(��j" �� $�(�[�(�q�r" �� "(�(�[�(ե��" �� *#�(�[�(�{�" �� ,�(�[�(���" ��  $�(�[�(���" �� .�(�[�(���s" �� "  $�(�[�(��Ǔ" �� $�(�[�(՝��" �� &�(�[�(����" �� "-�(�[�(���x" �� B1�(�[�(�wޡ" �� R /�(�[�(��Ʋ" ��  $�(�[�(��" �� #�(�[�(�h��" �� 9�(�[�(�zɘ"# �� "  -�(�[�(��Ӫ" ��  $�(�[�(����" �� $��K�����" �� $��K�ϵ�" �� #��K����" �� !��K����f" �� +"��K����" �� #��K��hŔ" �� $��K�З��" �� #��K����" �� #��K����g" �� &��K���ŵ" �� "#��K��q��" �� $��K���ͥ" �� +$��K���ҭ" �� +$��K�����" �� +$��K�߷��" �� +#��K��v��" �� %��K��r��" �� " +*��K���҅" �� 2!��K����v" ��  +$��K�֒��" �� $��K�����" �� +!��K��n��" �� "��K�ާƌ" �� #��K�ĺ�x" �� $��K�����" �� #��K��|Т" �� $��K���ˇ" �� (��K�����" �� *"��K��t�x" �� $��K�����" �� $��K����" �� #��K��u�" �� '��K����v" �� * +$��K����" �� )��K��r��" �� 2 $��J�����" ��  + "��J��x�{" �� #��J����v" �� %��K���p" �� "$��K�����" �� *��K�ʠ�" �� 2 +(��K�����" �� *%��K��i��" �� " 2��K�����" �� R &��K�����" �� " #��K��i̋" �� (��K����" �� * '��K��m�" �� *+��K����" ��  $��H�����" �� #��K����h" �� !��J����s" �� #��J�Ի�l" �� "��J��f�s" �� $��J����" �� #��J���r" �� $��J�����" �� $��J��ߌ" �� #��J��k��" �� $��J����" �� $��J�����" �� "��J��p�o" �� $��J�ݾŤ" �� $��J�����" �� #��J�ؗ�~" �� !��J��uЩ" �� "��J��o�g" �� /��K���" �� "  #��J��r٠" �� "��J��o�w" �� $��J�����" �� $��J�ʦ��" ��  +$��J���Ə" �� #��J���x" �� +#��J����{" �� #��J�ܔ�o" �� $��J�����" �� $��J����" �� +"��J�����" �� $��J����" �� +$��J���ݷ" �� +-��J�����" ��  $��J����" �� +$��J���Ľ" �� $��J���ݑ" �� $��J����" �� "��J��g�k" �� $��J���" �� $��J���ѐ" �� $��J�����" �� "��I��u�{" �� $��J�ʉߵ" �� #��J����v" �� #��J��j��" �� #��J����n" �� "��J�����" �� #��J��w��" �� $��I����" �� !��I���i" ��  +$��I�����" �� $��I�����" �� $��I�ǧ��" �� "��J�ƿ��" ��  + &��K����" �� " "��J�����" ��  +#��J��sɥ" �� #��J����f" �� $��J�����" ��  + #��J����t" �� #��J����r" �� #��J��h��" �� $��J���њ" �� #��J����n" �� &��H���ơ" �� "#��H����~" �� $��J���;" �� %��J��|��" �� "&��H�����" �� "#��H�̔�z" �� #��H�۟�w" �� ,��H��x��" ��  $��J����" �� #��J��l��" �� #��J��|��" �� $��J�ț��" �� $��J�����" �� #��I�ۈ�}" �� $��J�����" �� !��J����u" �� "��I��t�r" �� !��I��}͖" �� $��I���Ȧ" �� $��I�����" �� #��H��t��" �� $��H����" �� #��H��k�" �� #��H����|" �� #��H��i��" �� "��H���ǩ" �� #��H���w" ��  +)��H�ݿ�" �� 2 &�(�[�(�~�v" �� *$�(�[�(��Ȅ" �� (�(�[�(����" �� *'�(�[�(�xƑ" �� * #�(�[�(�f��" �� $��K�����" �� $�(�[�(����" �� $�(�[�(ޯ��" �� .�(�[�(˥�v" �� "  (�(�[�(����" �� * )�(�[�(���}" �� 2%�(�[�(�r��" �� "#�(�[�(ф�e" �� *�(�[�(�|��" ��  + $�(�[�(��ڀ" �� #�(�[�(�y��" �� $�(�[�(���" �� #�(�[�(ε�k" ��  $�(�[�(����" �� &�(�[�(����" �� "#�(�[�(ё�i" �� $�(�[�(����" �� !�(�[�(݄�n" �� =�(�[�(�h��"' �� 2 +  $�(�[�(����" ��   $�(�[�(����" �� ,�(�[�(����" �� :$�(�[�(��ö" �� "�(�[�(�p�r" �� )�(�[�(���o" �� 2$�(�Z�(��Ʌ" �� $�(�[�(����" �� *�(�[�(���" �� 2"�(�[�(�x�" �� $�(�[�(����" �� #�(�[�(�m��" �� &�(�[�(��ޘ" �� " $�(�[�(����" ��   #�(�[�(Ϛ�e" �� $�(�[�(����" �� $�(�[�(����" �� $�(�[�(���" �� "�(�[�(�n�i" ��  + $�(�Z�(���" �� $�(�[�(ڂ՗" �� $�(�[�(��Ş" �� #�(�[�(���r" �� .�(�Z�(�{��" �� " #�(�[�(���k" �� $�(�[�(���" �� #��H����{" �� (��H�����" �� *$��H�����" �� #��H��p��" �� $��H�����" �� $��H�����" �� $��H�����" �� $��H�����" �� $��H�����" �� (�(�[�(�ޕ" �� * $��H�˝��" ��   #��H��n֏" �� "��H��|�s" �� $��H�����" �� $��H�����" �� #��H����v" �� $��H�����" �� #��H����x" �� $��H���Ƕ" ��  +'��H�Ͼ�y" �� *#��H���{" �� #��H����~" �� "��H�����" �� #��H����|" �� #��H�ʼn�x" �� &��H����" �� " $��H�����" �� $��H�����" ��  "��H�����" ��  +'��H��k��" �� *#��H��y�" �� $��H�����" �� $��H�����" �� #��H����e" �� !��H����s" �� #��H����k" �� !��H��h��" �� #��H��t��" �� !��H����" �� $��H�����" �� $��H����" �� $��H���Ĝ" �� #��H��m�" �� #��R���m" ��  &��R�����" �� ""��R��m�f" �� '��R����m" �� *$��R�����" �� #��R����s" �� $��R����" �� $�(�[�(��֍" �� #��R��v��" �� !��R��o¸" �� "��R��m�" �� $��R�Ϭ�" �� #��R����e" �� #��R����s" �� #��R����e" �� $��R����" �� $��R�����" �� #��R����e" �� #��R����v" �� "��R�����" �� "��R�Д��" �� #��H����{" �� %��R����g" �� " +(��R����" �� *"��R��t�p" �� #��R����i" �� $��R�����" �� $��R���޽" �� #��R��o��" ��   %��R��ܺ" �� "  $��R�ד��" ��  +!��R����n" �� !��R��v��" �� #��R�˽�l" �� $��R�����" �� "��R��m�f" �� $��R���" ��  ��R��w�" ��  +&��R�ف��" �� " #��R��i��" �� "��R����" �� #��R��y�" �� $��R����" �� "��J��w�j" �� +$��I�ŗդ" �� #��I��s�" �� +#��G��~��" �� +"��J��p�f" �� +#��J�dž�y" �� #��J��n��" �� $��J�͓�" �� #��J��|�" �� $��J�����" �� $��J�����" �� #��J��s��" �� $��J����" �� "��I��w�p" �� +$��I�����" �� "��I��x�i" �� $��I�����" �� $��I����" �� #��J��y��" �� $��J����" �� $��I�����" �� #��J��g��" �� #��I����r" �� $��J�����" �� $��J�����" �� $��J���˪" �� $��I�ԩ��" �� #��J��iӐ" �� #��I��m��" �� +$��I�����" �� $��I��ѩ" �� #��I�Ɔ�~" �� $��I�����" �� #��I��s��" �� #��I����h" �� #��I����y" �� "��I�����" �� +$��I����" �� +$��I�Շ�" �� #��I����|" �� +$��I���ڿ" �� $��I����" �� #��I����f" �� $��I���" �� "��I��r�g" �� #��I�ғ�s" �� #��I����" �� $��I�����" �� #��I��f��" �� #��I����l" �� #��I��w��" �� $��I�����" �� $��I����" �� $��I�̭��" �� $��I�К�" �� $��I�����" �� $��I�۹��" �� $��I�����" �� #��I����l" �� #��I��z��" �� $��I���Ә" �� $��I�����" �� $��I����" �� $��I���ڕ" �� #��I���p" �� #��I��iʱ" �� $��I�����" �� &��I�����" �� "#��I��mȿ" �� #��I��j��" �� #��I����m" �� $��I�����" �� $��I�����" �� $��I�����" �� $��I���ݹ" �� $��I�����" �� )��I��l�}" ��  %��H�ۯ�s" �� "&��H�����" �� "$��H���̌" �� #��H����t" �� #��H����y" �� $��H�����" �� #��I����z" �� #��H��j��" �� $��G���Ι" �� $��H����" �� $��I���˄" �� $��I����" �� $��I�����" �� #��I�۠�w" �� $��I���ޒ" �� #��I����q" �� $��I�����" ��  #��I��r�" �� $��I�͇��" �� #��I��nݩ" �� $��I�܏��" �� #��I��}��" �� #��I����o" �� $��I�����" �� #��I����r" �� $��I���Œ" �� $��J���р" �� $��H�����" �� $��H�����" �� #��G���q" �� #��H���n" �� $��H�����" �� $��H�����" �� $��I���Ծ" �� #��H��~��" �� $��H���²" �� $��H�����" �� #��H��y��" �� #��H���e" �� $��I�υ��" �� +#��I����e" �� #��I����e" �� "��I��n�k" �� $��I�˴��" �� #��I����g" �� $��I�ɵ‘" �� $��I����" �� +#��I����v" �� #��I����{" �� $��I�����" �� $��G�����" �� #��I����e" �� $��I����" �� #��I��u��" �� $��I�����" �� #��I��gܙ" �� $��I����" �� #��I����" �� $��I�ֶ١" �� $��I�����" �� $��I�����" �� $��I����" �� #��I����o" �� $��I�����" �� #��I��{��" �� #��I��v�" �� "��I��t�e" �� $��H�����" �� $��I���љ" �� #��H�۫�e" �� $��G�����" �� $��G�����" �� +#��G��n̳" �� #��G����}" �� +#��G�ѱ�z" �� #��G�ٲ�i" �� #��G����e" �� "��G��n�e" �� $��G���֭" �� $��G�����" �� +#��G����e" �� #��G��g¬" �� #��G��}��" �� #��G��l��" �� $��G�����" �� #��G���" �� $��I���ĝ" �� #��G����e" �� "��G���ل" �� #��F��o��" �� $��F����" �� $��H�����" �� "��H���e" �� #��F�ˈ�e" �� $��F�Ɗ��" �� $��G�����" �� $��F�����" �� #��F��j��" �� #��F���s" �� $��I����" �� $��I����" �� $��H����" �� #��I��x��" �� "��I�����" �� $��I����" �� $��H���ܗ" �� #��H�đ�e" �� "��H��h�m" �� $��H�����" �� $��I��Ѿ" �� #��I��l��" �� $��H�ـү" �� #��H�ʙ�z" �� #��H����p" �� #��I����{" �� $��G����" �� $��G�ه��" �� $��H����" �� #��H�ʈ�" �� #��G����~" �� "��H��v�l" �� #��G��~��" �� $��G�����" �� $��I�����" �� $��G���Խ" �� "��G����" �� #��G����v" �� $��G�¯��" �� $��G���҂" �� $��H�����" �� #��H��{��" �� $��F���ڤ" �� $��F���߭" �� #��I���e" �� $��H����" �� #��F���e" �� #��I��sɈ" �� $��F�ȅ��" �� $��F�ܥ��" �� $��F����" �� #��F�ƒ�" �� #��F��z��" �� "��F����" �� $��F���̪" �� #��F��x��" �� #��F��w��" �� "��H��x�e" �� $��F�тĢ" �� #��F����e" �� $��G�����" �� $��F�����" �� $��G����" �� $��F���" �� $��F�����" �� $��F���ĭ" �� #��F����h" �� "��F��r�~" �� #��F�ֲ�x" �� $��F�ʸ��" �� #��F��z�" �� )��H��u��" �� 2#��H����q" �� $��H�����" �� $��H�Ԙ��" �� "��H�����" ��  +$��H����" �� (��H�ҋ��" �� *"��H�����" �� #��R����r" �� $��H�˭��" �� "��H��i�r" �� #��H��f£" �� $��H�����" �� #��H�͘�o" �� "��H�����" �� $��H����" �� "��H���̰" �� "��H��u�|" �� $��H�׹�" �� *��H�֔ò" �� 2 $��H���" �� $��G�Đ��" ��   $��G����" �� #��G��f��" ��  + $��H�����" �� $��H����" �� $��H�����" �� $��H�����" �� "��G���ݲ" �� $��G�����" �� $��G�����" �� $��H����" �� $��H����" �� $��G����" �� #��H��z��" �� #��H��k��" �� #��G��g��" �� "��H�ʔ�" ��  + #��G��u��" �� #��G���}" �� $��G�����" �� #��G����z" �� $��G�����" �� "��G��u�q" �� $��R�����" �� #��R����g" �� (��R����" �� *$��R�����" �� #��R��~��" �� $��R���ɋ" ��  + %��R����r" �� "$��R����" ��  +$��R���" �� $��R�����" �� $��R��{�n" �� ""��R��w�g" �� $��Q�����" �� "��R�Ǒ�" �� #��R����|" �� $��Q�����" �� (��H��l�}" �� 2  "��Q����" �� #��Q����q" ��  #��Q�ڷ�o" �� #��H��{��" �� #��R��}��" �� $��Q���߉" �� #��Q��z��" �� %��Q��i�" �� "#��Q��k��" �� $��Q�����" �� $��Q�ڱ�" �� &��Q����" �� "#��Q��o�" �� #��Q����|" �� $��Q����" �� #��Q��o��" �� $��Q�����" �� #��Q��q��" �� #��Q��k��" �� $��Q�����" �� $��Q�Ƙ��" �� $��Q����" �� $��Q�����" �� $��Q�����" �� #��Q����u" �� #��Q��vϸ" �� $��Q�����" �� #��H���n" �� #��G����z" �� #��H��y˿" �� "��G���|" �� #��G����n" �� $��G���" �� #��G����f" �� $��G�����" �� #��G��u��" �� #��G��r��" �� $��G�����" �� $��G�����" �� #��G��w߮" �� "��G��f�s" �� $��G�����" �� #��G�ɂ�g" �� $��G�����" �� $��G�׻��" �� #��G��{Р" �� $��G�׃��" �� $��G�����" �� #��G���s" �� "��G��q�p" �� $��G����" �� $��G�����" �� "��G��g�h" �� $��G���ӿ" �� #��G��s��" �� $��G�����" �� #��G�ϓ�}" �� $��G����" �� $��G�֡��" �� #��G��s��" �� "��G��j�i" �� #��G����j" �� $��G��Ʒ" �� $��G�����" �� $��G��̥" �� $��G�����" �� #��G�Ϣ�f" �� #��G���x" �� $��F�����" �� $��F�Ć�" �� $��F�����" �� $��F�����" �� $��F���ǀ" �� $��F�����" �� $��F�����" �� $��G�����" �� "��G��t�{" �� "��G��m�e" �� $��F�Ǣ��" �� $��G�Й��" �� $��G�����" �� #��G����w" �� #��F��m��" �� $��G����" �� #��F����t" �� #��F��o��" �� $��F���Ԓ" �� "��F��j�i" �� $��F����" �� #��C��i�" �� $��C����" �� #��C����j" �� #��C���e" �� $��Q����" �� $��G���د" �� $��G����" �� $��Q���" �� $��Q�����" �� #��Q����" �� $��Q�Ù��" �� #��Q��lݪ" �� $��G�����" �� $��Q�է��" �� #��Q�ԕ�o" �� $��Q�ރ��" �� #��Q��y��" �� #��Q��j��" �� $��Q�����" �� $��Q�����" �� #��Q��tؖ" �� $��Q�ہ��" �� "��Q��f�w" �� #��Q�ǒ�~" �� $��Q�����" �� $��Q���ْ" �� $��Q�����" �� #��Q�Ͱ�v" �� $��Q�����" �� #��Q����s" �� $��Q��ؑ" �� $��Q����" �� #��Q����" �� "��Q��}�" �� $��G�����" �� #��G����h" �� #��G��w̒" �� #��C��~�" �� #��C�ܠ�~" �� #��C����f" �� $��Q����" �� #��Q����r" �� $��C�����" �� "��Q��q�f" �� #��C����|" �� "��C��~�e" �� #��C����e" �� #��C����n" �� #��C����o" �� #��C��p��" �� #��Q��~Ǧ" �� $��Q����" �� #��Q��h�" �� #��Q���~" �� $��Q��ێ" �� #��Q����{" �� #��Q��g��" �� #��Q����" �� #��Q��uΨ" �� "��C���}" �� #��C��f��" �� #��Q����q" �� $��Q�����" �� #��Q���l" �� $��C����" �� #��C��r��" �� $��C�����" �� #��G����z" �� + #��G��s��" �� +%��G��x��" �� "#��G��}��" �� $��G�ݎ��" �� #��G����o" ��  + $��G�����" �� #��F��j��" �� $��G�����" �� $��G���Η" �� "��F��o�z" �� #��F�Ҧ�w" �� "��F�����" �� $��G�����" �� $��G�����" �� #��G�ߚ�x" �� $��G����" �� $��F�����" �� "��G�����" �� !��F�ĩ�~" �� #��F����k" �� $��G�����" �� $��G�����" �� &��G�����" �� "$��G�����" �� $��G���" �� &��G��ׂ" �� ""��G��}�|" �� "��G����" �� #��G���" �� &��G�þ®" �� "#��E��f��" �� #��E��l��" �� "��G����" �� #��E��z��" �� "��E��}�l" �� $��E�����" �� "��F��h�t" �� #��F�Ҹ�q" �� #��F����w" �� $��F�����" �� #��F��q��" �� $��F����" �� #��F����y" �� "��F��w�h" �� $��F�����" �� $��F����" �� "��G��q�y" �� #��F����o" �� $��F�����" �� #��F��jЋ" �� $��F�ٶ��" �� #��F��fܩ" �� $��F���Ո" �� $��F���ׇ" �� $��F�����" �� $��F�����" �� $��F�����" �� $��F�����" �� #��F����s" �� $��F�����" �� #��F����x" �� #��F���x" �� $��F���߻" �� $��F�՛Ќ" �� $��F�����" �� $��F�����" �� #��F��u��" �� "��F��g�q" �� $��E�����" �� $��F�����" �� $��E�����" �� $��F���ǭ" �� #��F����n" �� $��F����" �� $��F���ڎ" �� #��E��k˛" �� #��E��y��" �� $��E���ш" �� #��F����}" �� "��E�����" �� $��F�����" �� #��E��p��" �� #��F����{" �� #��F��}��" �� $��F�����" �� #��E�Ȥ�o" �� $��E�����" �� $��E�����" �� $��E��Û" �� #��E��z��" �� #��E��~��" �� "��E��n�y" �� #��E�ر�t" �� #��E��g��" �� $��E�����" �� #��E����i" �� #��E����x" �� !��G�ռ�x" ��  *��E��sƦ" ��  &��E���Ǎ" �� "*��E�Ҟ��" �� 2 +(��E���ګ" �� *$��E�����" �� #��E��oݞ" �� #��E����h" �� #��E����o" �� $��E����" �� $��E�յ�" �� $��E���ƽ" �� $��E�����" �� "��E�����" �� $��E�����" �� !��E����u" �� #��E����h" �� $��E�ńɎ" �� #��E�Ν�n" �� !��E��p��" �� )��E��~��" �� 2 +$��E�����" �� $��E�����" �� #��E����r" �� $��E����" �� $��E�ð��" �� $��E����" �� $��E�����" �� $��E����" �� $��E�����" �� $��E���؎" �� #��E����~" �� #��E����v" �� "��E��g�g" �� $��E�����" �� $��E�����" �� $��E�͞�" �� $��E����" ��  #��E����u" �� $��D�����" �� $��D�����" �� #��D��{�" �� $��E�����" �� #��D����g" �� $��E�����" �� #��E����p" �� #��E��~��" �� #��E�ɪ�l" �� #��E����r" �� "��D��k�f" �� #��E����j" �� $��E�����" �� #��E���t" �� #��E��{��" �� $��E�ːŜ" �� $��D�ϥǹ" �� #��E����" �� $��D�����" �� #��B����}" �� #��D��{��" �� $��D����" �� $��D�����" �� $��D�ƃ��" �� $��E�����" �� $��E�Ŗ��" �� #��E����l" �� $��E�����" �� $��E�����" �� #��E����l" �� $��E����" �� $��D�����" �� "��D�����" �� #��D��m��" �� $��D�����" �� "��D�Ś��" �� #��D����w" �� #��F����i" �� #��F�͚�v" �� $��F�Ǻ��" �� #��F��l��" �� #��F�ئ�m" �� $��F�����" �� $��F�֞��" �� #��F����o" �� #��F����q" �� #��E��h�" �� $��E���ǔ" �� "��E��h�y" �� #��E��v̯" �� #��E��~��" �� $��F���ە" �� $��E��ɐ" �� $��F�Ȗն" �� $��F�Ԕ��" �� #��F����e" �� $��F�����" �� $��C����" �� #��C��m��" �� #��C�ٝ�m" �� $��F�����" �� #��F��~�" �� $��F�����" �� #��F�ҥ�|" �� #��F����q" �� $��F�����" �� #��C��{ޖ" �� "��C��{�p" �� #��B��z��" �� "��B��|�e" �� #��E��j��" �� #��E��j��" �� #��E����" �� #��E�̣�m" �� $��F�����" �� $��F���Ӡ" �� #��F��}�" �� $��E�с��" �� $��E�����" �� #��E����t" �� $��F���Ͽ" �� "��E��y�|" �� #��F����" �� #��E��x " �� $��E���۵" �� $��F����" �� #��F��x�" �� $��F�Ե��" �� $��F���Ǿ" �� $��B�����" �� "��B��k�e" �� $��B�����" �� #��F����y" �� #��F��u��" �� $��E�����" �� $��F�����" �� $��B���ܵ" �� #��E��~��" �� "��B��l�n" �� $��B�����" �� #��B��r��" �� $��C��š" �� #��C��Ʊ" �� #��C�آ�t" �� $��C�Ղ��" �� $��B�����" �� #��C��wո" �� $��C�ޛ�" �� #��C����" �� "��C��w�~" �� #��B����e" �� #��C����e" �� "��C��{�e" �� "��C��y�e" �� $��C��ک" �� "��C���y" �� #��C��x�" �� #��B��f��" �� $��B�գ׎" �� $��C�����" �� $��C��ϕ" �� #��C��{��" �� "��B��m�e" �� "��C��y�e" �� $��C���Ȏ" �� "��C��s�{" �� $��C�����" �� $��B�����" �� $��B�����" �� #��B��l�" �� #��C�Ф�g" �� #��C�Ҡ�x" �� $��C���Γ" �� #��C�ɜ�e" �� $��B�����" �� $��B�ø��" �� $��B�����" �� #��C���v" �� $��B���" �� $��B�����" �� #��B�Ï�j" �� "��B��}�e" �� $��B�����" �� $��C�����" �� $��C���֘" �� #��C����~" �� #��B���h" �� $��C�݆��" �� #��B����e" �� $��B�����" �� $��B�����" �� #��B��hפ" �� $��B���" �� $��B����" �� #��B����h" �� $��B�����" �� "��B��h�p" �� $��B�����" �� #��B��u��" �� $��B����" �� $��B����" �� #��B�ɽ�j" �� $��B�����" �� #��B��hԳ" �� $��B�־��" �� $��D�����" �� #��D��k��" �� "��D��~�z" �� $��E�����" �� $��E���ތ" �� $��E���ܳ" �� #��E����x" �� $��E�����" �� #��E�Ώ�o" �� $��D�����" �� $��D�����" �� $��D�Ԉ��" �� #��F��h��" �� $��D�����" �� #��E����y" �� $��E�ź��" �� $��E�����" �� #��F����e" �� $��F�����" �� #��E���o" �� $��C�����" �� #��C��m��" �� #��C����s" �� "��E��n�q" �� "��E��r�y" �� $��E���Ì" �� $��F�����" �� "��C��~�e" �� #��E����r" �� $��C�ֹ��" �� $��C�¨��" �� "��E��t�s" �� $��D���" �� #��E����}" �� $��E�����" �� #��D��o�" �� #��D���|" �� #��D����e" �� #��D����" �� #��D��j��" �� $��D�����" �� $��D�����" �� $��E���Ȃ" �� $��D�ק��" �� $��D�����" �� #��D����r" �� $��D�����" �� $��D����" �� $��E�����" �� #��D��j��" �� $��D�Ȝ��" �� $��D���ܴ" �� #��D��f�" �� $��D�����" �� $��D�����" �� #��D��yĹ" �� $��D�����" �� $��D�כ��" �� $��D�ۑ��" �� $��D���" �� $��D���޵" �� $��D�̬��" �� #��C����l" �� #��C��w��" �� $��C���" �� #��C��n��" �� "��C��i�e" �� #��C����e" �� #��C��j��" �� #��C���" �� $��C�����" �� $��C���ю" �� #��C����v" �� $��C�����" �� $��C����" �� $��C�����" �� $��C�؍��" �� #��C��r��" �� $��C�����" �� $��C�Ę��" �� #��C����e" �� $��C�ٯ��" �� $��B�����" �� "��B��z�k" �� #��C��t��" �� #��C����f" �� #��C���e" �� #��C����e" �� $��C�ǚ�" �� $��C�����" �� #��C����s" �� $��C�܀��" �� #��C��q��" �� #��C����e" �� #��C����o" �� $��D�����" �� "��D��~�n" �� $��C��ҝ" �� #��C���i" �� #��C����g" �� #��C�ԛ�e" �� "��C��o�u" �� "��D��~�x" �� $��C���À" �� $��D�����" �� #��D����e" �� $��L�����" �� $��C�����" �� #��L��v��" �� #��L����e" �� #��L��qԞ" �� $��C��أ" �� $��C����" �� $��C�����" �� #��C��pք" �� #��M��~Ӵ" �� $��C�����" �� #��M�Յ�t" �� #��M����f" �� $��C�����" �� "��C��k�t" �� $��M�Ը��" �� $��M�����" �� #��M����u" �� $��M�����" �� #��M�ΐ�j" �� #��M��x��" �� $�.�a�.����" �� $�.�a�.Ұ��" �� #�.�a�.���r" �� #�.�a�.���j" �� $�.�a�.����" �� "�.�a�.�g�u" �� !�/�a�/�f��" �� $�/�b�/ޓص" �� $�/�b�/����" �� $�.�a�.����" �� $�.�a�.��ı" �� #�.�a�.�w��" �� #�/�b�/���f" �� $�/�b�/ţ��" �� #�/�b�/���q" �� #�/�b�/�v��" �� $�/�b�/ܰ�" �� $�/�b�/��ѝ" �� #�.�a�.��z" �� $�.�a�.����" �� $�.�a�.Ƥ��" �� #�.�a�.���e" �� $�.�a�.���" �� "�.�a�.�f�e" �� #�.�a�.�i��" �� #�/�a�/���u" �� #�.�a�.�z��" �� $�.�a�.޾��" �� $�.�a�.����" �� "�.�a�.�h�v" �� $�/�b�/��" �� #�.�a�.�w��" �� $�/�b�/���" �� #�/�b�/�h��" �� "�/�b�/�j�i" �� #�/�b�/���h" �� "�/�b�/�j�h" �� !�/�b�/�f��" �� $�.�a�.����" �� #�.�a�.���v" �� "�.�a�.�r�u" �� $�.�a�.Φь" �� #�.�a�.���z" �� "�.�a�.ʁ�" �� $�.�a�.����" �� #�.�a�.�i��" �� $�.�a�.׼ڳ" �� #�.�a�.ϴ�l" �� #�.�a�.�{��" �� #�.�a�.ȭ�w" �� $�.�a�.���" �� $�.�a�.����" �� #�.�a�.���{" �� $�.�a�.���" �� $�.�a�.۬��" �� #�.�a�.�z��" �� #�.�a�.�s��" �� #�.�a�.���h" �� $�.�a�.��Ш" �� #�.�a�.�~Ƹ" �� #�.�a�.�x��" �� $�.�a�.���" �� $�.�a�.ה��" �� #�.�a�.���t" �� $�.�a�.����" �� #�.�a�.���e" �� $�.�a�.ϑ��" �� "�.�a�.�q�e" �� "�.�a�.�m�k" �� $�.�a�.ˣ��" �� $�.�a�.���" �� $�.�a�.����" �� $�.�a�.Ј��" �� #�.�a�.�j��" �� #�.�a�.�i��" �� "�.�a�.�o�e" �� #�.�a�.���e" �� "�.�a�.�x�e" �� $�.�a�.ͷ��" �� "�.�a�.�z�r" �� #�.�a�.׽�f" �� $�.�a�.����" �� $�.�a�.̐�" �� #�.�a�.���g" �� #�.�a�.ߎ�w" �� $�.�a�.����" �� $�.�a�.����" �� $�.�a�.؏��" �� $�/�b�/��" �� %�/�b�/�i��" �� "$�/�b�/����" �� $�/�b�/����" �� $�/�b�/��̎" �� %�-�`�-���j" �� "$�.�a�.܇��" �� $�/�b�/���" �� $�/�b�/���" �� $�.�a�.ʗ��" �� #�.�a�.���l" �� $�/�b�/Ӣ�" �� "�-�`�-�o�}" �� $�-�`�-Ð��" �� $�-�`�-ު��" �� #�-�`�-���" �� #�-�`�-��" �� !�-�`�-��e" ��  +"�-�`�-Ň��" ��  + #�-�`�-։�s" �� $�-�`�-׬­" �� $�-�`�-����" �� /�-�`�-����" ��  $�.�a�.¢Ѐ" �� #�.�a�.���e" �� #�.�a�.���e" �� $�.�a�.���" �� $�.�a�.����" �� $�.�a�.����" �� $�.�a�.����" �� #�/�b�/�z��" �� $�.�a�.���" �� #�.�a�.�n��" �� #�.�a�.���w" �� "�.�a�.�m�}" �� $�.�a�.IJ��" �� $�.�a�.����" �� $�.�a�.����" �� #�.�a�.���j" �� #�.�a�.ڵ�t" �� "�.�a�.�y�p" �� $�.�a�.��ܡ" �� #�.�a�.���x" �� #�.�a�.٥�j" �� $�.�a�.����" �� "�.�a�.�o�q" �� #�.�a�.�o�" �� $�.�a�.��׍" �� $�.�a�.���" �� #�.�a�.�t��" �� #�-�`�-���~" �� !�-�`�-���m" ��  +$�-�`�-ٳ��" �� #�.�`�.���j" �� #�-�`�-В�i" �� /�-�`�-����" ��  $�.�a�.����" �� "�.�a�.�f�" �� $�.�a�.����" �� '�.�a�.�z�" �� *$�.�a�.���" �� /�-�`�-����" ��  7�-�`�-�j�"! �� "  #�.�a�.�s��" �� $�.�a�.����" �� $�.�a�.Ԡ�" �� $�.�a�.����" �� #�.�a�.�u�" �� $�.�a�.ڪ��" �� $�-�`�-ij��" �� "�-�`�-����" �� $�-�`�-Ѽ��" �� #�-�`�-�z�" �� "�-�`�-����" �� #�.�a�.���e" �� $�.�a�.����" �� $�-�`�-��ƻ" �� $�-�`�-����" �� #�-�`�-���}" �� $�-�`�-����" �� #�-�`�-�{��" �� $�-�`�-����" �� #�-�`�-�jͣ" �� !�-�`�-�}��" �� $�-�`�-����" �� #�-�`�-���{" �� $�-�`�-Ԋ��" �� #�.�a�.���e" �� #�-�`�-��e" �� $�.�a�.���" �� #�-�`�-�s�" �� #�-�`�-�u��" �� $�-�`�-א��" �� $�-�`�-��" �� $�-�`�-����" �� "�-�`�-�{�e" �� !�.�`�.���s" �� $�-�`�-����" �� $�-�`�-ƒƴ" �� #�-�`�-���v" �� $�-�`�-Ȕ��" �� "�-�`�-��" �� $�-�`�-����" �� #�-�`�-���z" �� $�-�`�-�ג" �� $�-�`�-��ژ" �� $�.�a�.˟��" �� "�.�a�.�o�q" �� #�-�`�-���y" �� $�.�`�.����" �� $�-�`�-����" �� $�-�`�-ޞ��" �� $�-�`�-����" �� #�-�`�-���g" �� $�-�`�-����" �� #�-�`�-��e" �� <�-�`�-�l��"& ��  R  #�-�`�-���q" �� $�-�`�-���" �� /�-�_�-�}�" �� J  %�-�`�-Є�e" �� "#�-�`�-�l��" �� $�-�`�-����" �� '�-�`�-�s��" �� * +=�-�_�-֋��"& ��  R �,�_�,�q�w" �� $�,�_�,����" �� $�,�_�,�t�w" �� ":�,�_�,���"# ��    $�-�_�-���" �� $�,�_�,���" �� #�,�_�,��g" �� ,�,�_�,����" �� : + $�-�`�-ܝ��" �� #�-�`�-���m" �� $�-�`�-����" �� "�-�`�-�{�k" �� $�)�\�)���" �� )�-�_�-���i" �� 2#�-�_�-���u" �� $�)�\�)лʛ" �� $�*�]�*ѹ��" �� .�*�]�*Ч�r" ��  $�,�_�,؉��" �� *�,�_�,����" �� 20�,�_�,����" �� J$�,�_�,���" �� #�*�]�*�m��" �� $�*�]�*���" �� $�*�]�*ƹ��" �� #�*�]�*ٺ�l" �� #�*�]�*���t" �� #�*�]�*�m��" �� $�*�]�*����" �� $�*�]�*����" �� $�*�]�*����" �� #�*�]�*�|��" �� #�*�]�*���~" �� *�*�]�*����" �� 2#�*�]�*َ�e" �� "�+�^�+����" �� $�.�a�.����" �� $�.�a�.����" �� #�-�`�-�tׄ" �� $�.�`�.��º" �� $�.�`�.���" �� "�-�`�-�{�e" �� #�-�`�-ט�s" �� $�-�`�-��՚" �� #�-�`�-�k��" �� "�-�`�-�u�e" �� #�-�`�-݉�y" �� #�,�_�,���y" �� $�-�`�-���" �� .�,�_�,݀�p" ��  #�,�_�,ܷ�e" �� "�,�_�,�p�e" �� #�-�`�-���e" �� "�-�`�-��e" �� #�-�`�-���e" �� *�-�`�-�o�e" �� :#�-�`�-���|" �� #�-�`�-�m��" �� #�-�`�-���o" �� #�-�`�-݁�}" �� $�-�`�-����" �� #�-�`�-��e" �� #�-�`�-Ń�z" �� $�-�`�-��" �� $�-�`�-��׀" �� "�-�`�-�n�}" �� #�-�`�-���y" �� "�-�`�-�n�e" �� $�-�`�-���" �� #�-�`�-ҳ�q" �� #�-�`�-�h�" �� #�-�`�-β�e" �� 3�-�`�-ϩ��" �� *  #�-�`�-�x�" �� #�-�`�-���e" �� +�-�`�-����" ��  $�-�`�-����" �� #�-�`�-���e" �� $�-�`�-ݧݤ" �� #�-�`�-���h" �� "�-�`�-�o�e" �� #�,�_�,��r" �� $�+�^�+���" �� $�,�_�,����" �� $�,�_�,܋��" ��  �+�^�+�n�y" �� #�+�^�+��y" �� $�+�^�+ļ��" �� &�,�_�,����" �� ""�,�_�,�q�h" �� "�+�^�+�v�h" �� $�+�^�+��Ǯ" �� )�+�^�+���u" �� 2$�+�^�+����" �� "�-�`�-�g�s" �� #�+�^�+���p" �� '�+�^�+��|" �� * $�+�^�+����" �� '�+�^�+�y��" �� *%�+�^�+�f��" �� "$�*�]�*�j�n" �� "&�+�^�+���" �� " &�+�^�+��ħ" �� "#�+�^�+���e" �� $�*�]�*����" �� #�+�^�+τ�e" �� #�+�^�+���e" �� (�+�^�+����" �� *"�-�`�-�{�v" �� %�-�`�-���h" �� "$�-�`�-۽��" �� +�-�`�-���" ��  "�*�]�*�m�e" �� "�*�]�*��߲" �� #�*�]�*���e" �� $�-�`�-����" �� $�*�]�*����" �� #�-�`�-���|" �� /�*�]�*���" �� " "�*�]�*�~�e" �� $�*�]�*ɩ߃" �� "�*�]�*����" �� !�*�]�*�m��" ��  #�*�]�*�r��" �� #�*�]�*�|��" �� $�*�]�*���" �� $�*�]�*����" �� $�*�]�*ֿ��" �� !�*�]�*�i��" �� )�*�]�*�h؛" �� 2'�*�]�*���s" �� *$�)�\�)����" �� $�*�\�*����" �� #�*�]�*���e" �� #�)�\�)���e" �� $�*�\�*Ʈ��" �� #�)�\�)���n" �� $�)�\�)�h�h" �� "#�*�]�*���~" �� #�*�]�*���e" �� $�*�]�*��Ԝ" �� "�*�]�*�q�e" �� #�*�]�*ȱ�e" �� $�*�]�*���" �� #�*�]�*�v�" �� $�*�]�*����" �� "�*�]�*�s�g" �� $�)�\�)��" �� #�)�\�)�}��" �� #�)�\�)��q" �� #�)�\�)�xȐ" �� "�)�\�)���" �� 1�(�[�(����" �� *   #�)�\�)�ḩ" �� $�)�\�)����" �� #�*�]�*���n" �� #�*�]�*���x" �� $�*�]�*���" �� .�*�]�*�o" �� " $�*�]�*����" �� #�*�]�*���n" �� $�*�]�*����" �� #�*�]�*���z" �� $�*�]�*��ɏ" �� #�*�]�*���l" �� $�*�]�*���" �� #�+�^�+�g��" �� .�*�]�*�s��" ��   �*�]�*�m�" ��  $�*�]�*Π��" ��  (�*�]�*���" �� * "�*�]�*�y�w" �� &�+�^�+��Ѵ" �� "#�+�^�+�oͦ" ��  &�*�]�*���" �� "#�+�^�+���l" �� .�)�\�)���w" ��  #�*�\�*���g" �� $�*�\�*��ڛ" �� $�'�Z�'����" �� .�'�Z�'����" �� B &�'�Z�'�ܦ" �� "#�*�]�*��e" �� $�*�]�*���" �� "�'�Z�'�n�z" �� #�'�Z�'�m��" �� #�'�Z�'�{��" �� (�'�Z�'���" �� **�'�Z�'�ށ" �� 2 +$�'�Z�'����" �� $�'�Z�'����" ��  + #�&�Y�&�r��" �� $�&�Y�&Ͳ��" �� $�'�Z�'��̓" �� #�'�Z�'���~" ��  +�'�Z�'����" ��  #�'�Z�'�vڔ" �� "�'�Z�'����" �� $�'�Z�'ě��" �� $�'�Z�'���" �� "�'�Z�'�m�m" �� )�'�Z�'���l" �� 2#�'�Z�'�z��" �� $�'�Z�'���" �� "�'�Z�'�}�j" �� #�(�Z�(���m" �� (�*�]�*�r�z" �� 2"�*�]�*�e�u" �� #�*�]�*���}" �� $�'�Z�'����" �� $�'�Z�'����" �� "�'�Z�'�i�e" �� #�'�Z�'�yЪ" �� #�'�Z�'�k�" �� #�'�Z�'�u��" �� "�'�Z�'�l�r" �� "�'�Z�'�x�o" �� $�*�]�*ʽ�" �� #�*�]�*���u" �� $�'�Z�'���" �� "�+�^�+�j�n" �� $�+�^�+����" �� "�'�Z�'�s�~" �� #�'�Z�'�|��" �� #�'�Z�'�s��" �� #�'�Z�'���y" �� #�'�Z�'�{��" �� #�'�Z�'���z" �� "�'�Z�'���" �� #�'�Z�'���g" �� $�'�Z�'���" �� $�'�Z�'Ԁ��" �� ,�'�Z�'����" �� : +$�'�Z�'ӌ��" �� "�'�Z�'�{�{" �� $�'�Z�'����" �� #�'�Z�'���x" �� "�'�Z�'�i�s" �� #�'�Z�'�l�" �� #�'�Z�'���z" �� $�+�^�+����" �� -�+�^�+۔��" ��  $�'�Z�'���" �� "�'�Z�'�k�g" �� -�'�Z�'�y�v" ��   -�'�Z�'����" ��  #�'�Z�'�y��" �� $�+�^�+���" �� #�+�^�+�v��" �� #�+�^�+�k��" �� &�+�^�+��ç" �� " "�+�^�+��߆" ��  + (�+�^�+����" �� **�+�^�+����" �� 2 1�+�^�+����" �� * #�+�^�+���g" ��  +#�+�^�+���p" �� $�+�^�+����" �� "�+�^�+�f�e" �� $�+�^�+����" �� $�+�^�+����" �� %�+�^�+��q" �� "-�+�^�+��ݮ" ��  &�+�^�+��߼" �� " #�+�^�+�r��" �� $�+�^�+����" �� #�+�^�+��z" �� /�+�^�+�h�o" �� * $�+�^�+ņ�" �� $�+�^�+͒�" �� &�+�^�+����" �� "#�+�^�+ؓ�y" �� $�+�^�+޳��" �� 0�+�^�+ǽ��" �� J#�+�^�+�o��" �� !�+�^�+���m" �� #�+�^�+ѷ�" �� .�+�^�+Ա�n" �� " $�+�^�+��Τ" �� #�*�]�*�m��" �� #�*�]�*���q" �� #�*�]�*���e" �� $�*�]�*�И" �� $�*�]�*����" �� "�*�]�*�k�|" �� $�*�]�*����" �� #�*�]�*���z" �� $�*�]�*����" �� !�*�]�*�k��" ��  +"�*�]�*�k�o" �� $�*�]�*Ԩ��" �� #�*�]�*Ӿ�e" �� #�*�]�*Ÿ�h" �� $�*�]�*����" �� 2�*�]�*���m" �� 2  #�*�]�*�u��" �� $�*�]�*����" �� $�+�^�+̜��" �� $�+�]�+��ʵ" �� #�+�^�+���g" �� $�+�^�+����" �� #�+�^�+���" �� !�+�^�+��n" �� $�*�]�*����" �� !�*�]�*�k��" ��  +%�*�]�*�{�" �� "#�*�]�*�s��" �� $�+�^�+���" �� 4�+�^�+�y��" �� 2 #�*�]�*�l��" �� #�*�]�*�~��" �� #�*�]�*���e" �� $�*�]�*����" �� #�+�]�+���{" ��  $�+�]�+����" �� "�*�]�*�k�e" �� "�*�]�*����" �� "�*�]�*����" �� &�*�]�*����" �� "$�*�]�*����" �� $�+�^�+����" �� &�+�^�+��ӝ" �� "$�+�^�+Ĩ��" �� #�+�^�+�m��" �� "�+�^�+���" �� $�+�^�+����" �� $�+�^�+߈��" �� $�+�^�+����" �� $�+�^�+���" �� #�+�^�+���y" �� #�+�^�+��|" �� #�+�^�+�h�" �� #�+�^�+�f��" �� $�+�^�+����" �� #�+�^�+���e" �� $�+�^�+Ř��" �� $�+�^�+����" ��  #�+�^�+���l" �� #�+�^�+�x��" ��  $�+�^�+ڜŒ" �� $�+�^�+���" �� -�+�^�+�q�}" ��  #�+�^�+�v��" �� #�+�^�+�~��" �� $�+�^�+����" �� 3�+�^�+�}�o" �� : )�+�^�+��j" �� 2 &�,�^�,���" �� "$�+�^�+���" �� $�+�^�+����" �� '�+�^�+�y��" �� *#�+�^�+���" �� $�,�_�,���" �� $�+�^�+���" �� $�+�^�+��" �� $�+�^�+����" �� #�+�^�+���h" �� $�+�^�+ȷ��" �� %�,�_�,�s��" �� " #�+�^�+�y��" �� $�,�_�,����" �� #�,�_�,���l" ��  #�,�_�,�i��" �� $�*�]�*��Ӳ" �� #�*�]�*�v��" �� !�*�]�*��q" �� #�*�]�*�y��" �� #�,�_�,�uѮ" �� $�,�_�,����" �� $�,�_�,ˏ��" �� %�,�_�,���p" �� ""�,�_�,����" ��  +'�,�_�,���u" �� * +7�,�_�,����" �� : %�,�_�,�o޼" �� "$�,�_�,�ߍ" �� $�,�_�,����" �� $�,�_�,���" �� 2�,�_�,�k�" �� 2 $�,�_�,���" �� &�,�_�,����" �� "'�,�_�,�z��" �� * #�,�_�,�z��" �� #�,�_�,̢�w" �� &�&�Y�&��ӫ" �� "  +"�&�Y�&����" ��  +$�&�Y�&Ӽ��" �� #�&�Y�&���u" �� !�(�[�(���k" ��  +"�&�Y�&�s�" �� $�&�Y�&����" �� $�&�Y�&����" �� "�&�Y�&�~�h" �� $�&�Y�&�܌" �� $�'�Z�'����" �� $�'�Z�'����" �� $�(�Z�(����" �� $�'�Z�'����" �� $�'�Z�'���" �� #�'�Z�'�l��" �� $�&�Y�&����" �� !�&�Y�&�t�" �� $�&�Y�&����" �� $�&�Y�&����" �� $�&�Y�&����" �� #�&�Y�&ץ�q" �� $�&�Y�&����" �� #�&�Y�&���r" �� #�'�Z�'�p��" �� $�&�Y�&����" �� $�&�Y�&��˫" �� #�&�Y�&�i��" �� $�&�Y�&����" �� $�&�Y�&����" �� #�&�Y�&���o" �� $�&�Y�&����" �� #�&�Y�&���{" �� $�&�Y�&����" �� #�&�Y�&׺�q" �� "�&�Y�&��ڈ" �� "�&�Y�&�{�~" �� $�&�Y�&ʜ��" �� #�&�Y�&���l" �� $�&�Y�&����" �� $�&�Y�&����" �� #�&�Y�&�pͤ" �� #�&�Y�&�}�" �� "�&�Y�&�v�i" �� "�&�Y�&�l�e" �� $�&�Y�&��Ʃ" �� $�&�Y�&����" �� $�&�Y�&����" �� #�'�Z�'�p��" �� $�&�Y�&���" �� #�&�Y�&�|��" �� $�&�Y�&���" �� #�&�Y�&�v��" �� #�&�Y�&�t��" �� $�'�Z�'����" �� "�'�Y�'�z�y" �� "�&�Y�&�g�z" �� "�'�Z�'�y�e" �� #�'�Z�'���u" �� #�'�Z�'�f��" �� $�'�Z�'����" �� #�'�Z�'���~" �� $�'�Z�'һ‚" ��  #�'�Z�'�g��" �� $�'�Z�'��گ" �� $�'�Z�'���" �� "�'�Z�'�~�p" �� $�'�Z�'����" ��  +#�'�Z�'�w��" �� $�'�Z�'���" �� &�,�_�,����" �� "$�'�Z�'����" �� #�'�Z�'�t��" �� #�'�Z�'���u" �� $�,�_�,���" �� #�,�^�,���e" �� #�'�Z�'Ӭ�p" �� !�'�Z�'���~" ��  +$�'�Z�'���" �� $�'�Z�'��׊" �� $�'�Z�'��ڭ" �� #�'�Z�'�rۄ" �� #�'�Z�'µ�}" �� $�'�Z�'����" �� #�'�Z�'��m" �� $�'�Z�'���" �� !�'�Z�'ֱ�w" �� $�'�Z�'���" �� $�'�Z�'Վ��" �� #�'�Z�'���t" �� $�'�Z�'����" �� !�'�Z�'�g�" �� #�'�Z�'���n" �� $�+�^�+����" �� $�,�_�,٭��" �� $�'�Z�'����" �� #�'�Z�'�y��" �� "�'�Z�'����" �� 3�,�_�,����" �� 2 $�,�_�,��͕" �� %�'�Z�'���e" �� "-�,�_�,����" ��  #�&�Y�&��t" �� '�&�Y�&���q" �� *$�&�Y�&����" �� #�&�Y�&�~��" �� #�&�Y�&�~��" �� #�&�Y�&�f��" ��  + $�&�Y�&����" �� $�&�Y�&����" �� #�&�Y�&�g��" �� #�&�Y�&���e" �� $�&�Y�&���" �� "�&�Y�&�p�z" �� $�&�Y�&����" �� %�&�Y�&�r��" �� "$�&�Y�&���" �� #�'�Y�'���r" �� $�'�Y�'���" �� #�&�Y�&š�x" �� !�'�Y�'���h" �� "�&�Y�&�v�" �� #�&�Y�&���u" �� $�'�Z�'����" �� #�'�Z�'�lй" �� #�'�Z�'���s" �� $�'�Y�'����" �� $�&�Y�&��ڴ" �� $�&�Y�&޸��" �� #�&�Y�&���" ��  +$�&�Y�&��ſ" �� "�&�Y�&�k�k" �� $��R�����" �� "��R��r�u" �� #��R��o��" �� $��R�����" �� $��R���" �� #��R��j�" �� $��P����" �� $��R�����" �� $�&�Y�&��ê" �� #�&�Y�&���" �� $�&�Y�&��̽" ��  +$�&�Y�&����" �� $��P���Ȼ" �� $��P�����" �� #��P��w��" �� #��P����n" �� $��P���ʶ" �� "��P�����" �� "�'�Z�'����" �� #�&�Y�&���o" �� !�&�Y�&���w" �� "�'�Z�'����" �� $�'�Z�'��̄" �� #�'�Z�'и�g" �� #�'�Z�'ƶ�t" �� #�'�Z�'�w��" �� $�'�Z�'����" �� $�'�Z�'�t�m" �� "$�'�Z�'���" �� #�'�Z�'�q��" �� $�'�Z�'ƥ" �� !�,�_�,�wќ" �� $�'�Z�'ԁ�" ��  +$�'�Z�'�ִ" �� $�'�Z�'����" �� #�&�Y�&�n�" �� $�'�Z�'����" ��  $�'�Z�'��ڝ" �� $�&�Y�&���" �� "��Q��}�e" �� &�'�Z�'��ݝ" �� "$�'�Z�'��ސ" �� #�'�Z�'���k" �� #��P��n�" �� $��P�ӻ��" �� #��Q�ӓ�e" �� #��P��r��" �� $��Q���" �� $��Q�����" �� $��P�ڦ��" �� #�'�Z�'�|��" �� #��Q����x" �� $�"�U�"����" �� #�'�Z�'�t��" ��  %�"�U�"���w" �� "#��P���p" �� $�"�U�"��ۣ" �� #��Q�Ӄ�i" �� $�+�^�+����" �� $�+�^�+��͌" �� $�+�^�+����" �� #�+�^�+�y��" �� $�+�^�+����" �� $�,�^�,��Ȇ" �� #�,�_�,�m��" �� "�,�_�,�j�w" �� $�+�^�+����" �� #�+�^�+�s��" �� $�,�^�,���" �� "�,�_�,�~�e" �� #�,�^�,���e" �� #�+�^�+�w��" �� $�+�^�+����" �� #�+�^�+���n" �� $�+�^�+Ƴ��" ��  �+�^�+�k�n" �� $�,�_�,���" �� "�+�^�+��}" �� (�+�^�+����" �� *$�+�^�+����" �� #�,�_�,���{" �� #�+�^�+���w" �� $�,�_�,����" �� !�,�_�,ĥ�q" �� #�,�_�,�x��" �� $�,�_�,����" �� #�,�_�,���u" �� &�,�_�,ַ֮" �� "&�,�_�,���" �� " +$�,�_�,����" �� #�,�_�,�yŴ" �� #�,�_�,���z" �� %�,�_�,�x��" �� "(�,�_�,͑߸" �� *#�,�_�,���e" �� +�,�_�,����" ��  $�,�_�,����" �� $�,�_�,Ď�" �� &�+�^�+����" �� "6�,�_�,����" ��   "�+�^�+����" �� $�,�_�,���" �� $�,�_�,����" �� #�,�_�,�s��" �� #�,�_�,���e" �� $�,�_�,���" ��  "�,�_�,�g�q" �� &�,�_�,ɞ��" �� ""�&�Y�&�x�i" �� #�,�_�,�j��" �� $�,�_�,ͮ�" �� #�,�_�,���g" �� #�,�_�,�p��" �� &�,�_�,ǫ�" �� " %�,�_�,���e" �� "$�,�_�,���" �� #�,�_�,Ȳ�e" �� #�,�_�,ƚ�e" �� $�,�_�,ݙ��" ��  + &�,�_�,���" �� ".�,�_�,�{ȩ" �� " + "�,�_�,����" �� .�,�_�,��Ƞ" �� B!�,�_�,͊�y" ��  +(�&�Y�&ԑ��" �� * $�,�_�,����" �� #�,�_�,���v" ��  '�,�_�,���m" �� * #�,�_�,���h" �� #�,�_�,���j" ��  #�,�_�,�g��" �� $�,�_�,����" �� #�%�X�%�~��" �� #�,�_�,�~��" �� $�"�U�"��ع" �� $�,�_�,����" �� $�,�_�,׋׈" ��  $�,�_�,��" �� "�,�_�,�z�e" �� #�,�_�,���e" �� $�,�_�,��΋" �� #�,�_�,�{��" �� $�,�_�,��ӈ" �� "�,�_�,�v�l" �� (�%�X�%����" �� * +"�%�X�%�|�v" �� $�%�X�%����" �� *�%�X�%ߙ��" �� 2 +"�%�X�%����" �� $�%�X�%���" �� "�"�U�"����" �� $�%�X�%���" �� $�"�U�"���" �� #�"�U�"���}" �� $�%�X�%���" �� #�%�X�%���l" �� $�%�X�%�Ǘ" �� $�%�X�%��" �� !�%�X�%ߨ�n" �� $�%�X�%Dž�" �� "�%�X�%�t�z" �� $�%�X�%����" �� $�%�X�%���" �� $�%�X�%����" �� $�%�X�%����" �� #�%�X�%�l��" �� !�%�X�%�{֙" �� #�%�X�%�n��" �� $�%�X�%��ن" �� #�,�_�,��h" �� $�,�_�,���" �� $�,�_�,��֎" �� $�,�_�,ͩ��" �� $�,�_�,ܐ��" �� #�%�X�%�n�" �� #�%�X�%��e" �� #�%�X�%��e" �� #�,�_�,Ӹ�q" �� $�,�_�,����" �� $�,�_�,��̨" �� #�%�X�%֣�y" �� "�,�_�,��ɹ" �� #�,�_�,Ĕ�j" �� $�,�_�,����" �� #�%�X�%���k" �� #�%�X�%�x��" �� #�%�X�%���y" �� #�%�X�%���e" �� #�%�X�%��e" �� $�%�X�%����" �� $�%�X�%���" �� $�%�X�%���" �� #�%�X�%��h" �� $�%�X�%����" �� #�%�X�%�x��" �� #�%�X�%���m" �� $�%�X�%����" �� $�%�X�%����" �� "�%�X�%�u�e" �� $�%�X�%����" �� &�%�X�%�t�f" �� */�&�Y�&��Ё" �� " $�%�X�%��" �� '�&�Y�&���{" �� *$�&�Y�&ʿ�" �� *�%�X�%�}ש" ��  #�&�Y�&�g��" �� #�%�X�%���|" �� "�&�Y�&�}�e" �� $�+�]�+����" �� $�*�]�*�" �� $�*�]�*����" �� #�+�]�+Κ�e" �� $�*�]�*���" �� $�*�]�*����" �� "�*�]�*�k�m" �� #�*�]�*���w" �� $�*�]�*����" �� #�*�]�*ƙ�p" �� #�*�]�*���j" �� "�*�]�*��v" �� #�*�]�*���m" ��   %�,�_�,���i" �� "#�,�_�,޿�j" �� #�&�Y�&��x" �� "�&�Y�&�z�l" �� $�&�Y�&ӥܯ" �� %�&�Y�&ۧ�u" �� "1�&�Y�&��Ү" �� * *�&�Y�&����" �� 2#�&�Y�&���t" �� %�&�Y�&�n��" �� "#�&�Y�&���v" ��  +!�&�Y�&��e" ��  %�&�Y�&�v��" �� ""�&�Y�&�v�p" �� $�&�Y�&����" �� $�&�Y�&ΰ��" �� #�&�Y�&¤�e" �� 7�&�Y�&ǜ�g"! �� j$�&�Y�&��ϖ" �� &�&�Y�&����" �� "#�&�Y�&�~��" �� ,�&�Y�&�q��" ��  #�&�Y�&«�|" �� #�&�Y�&���g" �� #�&�Y�&���e" �� $�&�Y�&ēݯ" �� $�&�Y�&����" �� -�$�W�$�i�x" ��  #�&�Y�&��e" �� '�&�Y�&���e" �� *"�&�Y�&���" ��  +$�%�X�%����" �� #�%�X�%���f" �� $�%�X�%���" �� $�&�Y�&՟��" �� =�&�Y�&�|��"' �� 2 +   +$��R�����" �� $��R�����" �� $��R����" �� "��R����" �� $��R���ҷ" �� $��R�����" �� $��R�����" �� $��R�ߞԦ" �� #��P��hĞ" �� #��R��h��" �� $��R����" �� "��R�����" �� #��R��n�" �� $��Q����" �� #��R���e" �� !��R��sƨ" �� $��Q��Կ" �� $��P����" �� "��P��p�e" �� "��P��i�y" �� #��P����q" �� $��P�����" �� $��P����" �� #��P����w" �� #��P����t" �� #��P��mʴ" �� $��P����" �� $��P�����" �� #��P��f��" �� $��P�����" �� $��P���կ" �� $��P�‡��" �� $��P�����" �� $��Q���" �� $��Q�����" �� #��Q�х�o" �� $��Q�����" �� $��Q�Ӻ�" �� #��Q��f��" �� $��Q���" �� $��Q�ɬ�" �� $��Q�����" �� $��Q�ٌ��" �� $��Q�����" �� $��Q���޹" �� #��Q����e" �� #��Q����e" �� $��Q�Ӕ��" �� #��O����~" �� #��P���j" �� !��P����h" �� #��P��v��" �� $��P���ض" �� #��P���v" �� $��P�����" �� #��P����m" �� #��P�÷�u" �� $��P�غ��" �� $��O���Nj" �� $��P�����" �� $��P�����" �� $��P�����" �� $��P�����" �� $��P�����" �� #��P�̝�q" �� #��Q����~" �� $��P����" �� #��P��g��" �� $��P����" �� #��P����r" �� $��P�����" �� #��P��h��" �� #��P��s��" �� #��P��{��" �� #��P����e" �� !��P����k" �� $��Q����" �� $��Q�ި��" �� $��Q����" �� $��Q�����" �� #��Q��m��" �� $�"�U�"҉λ" �� $�"�U�"��Â" �� #�"�U�"Ā�|" �� #��P��o��" �� $��P�ں��" �� "��Q��v�{" �� "��Q�ԗ�" �� #��Q��u��" �� $�"�U�"���" �� #�"�U�"���u" �� "�"�T�"����" ��  $�"�U�"��խ" �� $��P����" �� "��P��h�w" �� #��P��gˎ" �� $��P�����" �� #��P��o��" �� "��P���z" �� #��P����e" �� "��P��|�o" �� $��P�����" �� $��P�����" �� #��P��u��" �� $��P�����" �� $��P�����" �� $��P�����" �� $��P����" �� $��P�����" �� $��P���ۙ" �� $��P���ľ" �� "��P��u�|" �� $��P�����" �� $��P���ߜ" �� $��P�����" �� $�!�T�!���" �� #��P����i" �� $��P�����" �� $��P�����" �� $�"�T�"ҕ��" �� $�"�U�"Ȱ��" �� $�!�T�!����" �� #�!�T�!�w��" �� #��Q����" �� $��Q�����" �� $��Q�����" �� $��Q�����" �� $��Q�����" �� $��Q�����" �� #��R��w��" �� "��Q��j�z" �� $��Q�Ū��" �� $��Q����" �� #��Q���g" �� #��Q��q��" �� #��Q����" �� $��Q�݇��" �� $��O���" �� $��O�����" �� #��P����p" �� #��P��r��" �� $��P���" �� $��P����" �� #��P����~" �� $��P�Љ��" �� $��O���ʐ" �� #��O���m" �� $��P���ʹ" �� $��O�����" �� $��P�����" �� $��P���ͭ" �� $��P�����" �� "��P��x�r" �� #��P��v�" �� $��P���ɓ" �� "��Q��u�g" �� $��Q�����" �� $��Q�����" �� "��Q��|�}" �� #��O����w" �� #��Q��l�" �� $��Q����" �� $��Q���Ц" �� #��Q����p" �� #��Q��s��" �� $��Q�����" �� #��C��p��" �� $��Q����" �� $��O����" �� $��Q����" �� $��Q�����" �� $��O�����" �� $��O�����" �� #��O��nͽ" �� #��O��x��" �� $��P����" �� #��O����f" �� $��O�����" �� #��O����t" �� $��O���μ" �� $��O����" �� #��O����s" �� #��O�ا�i" �� #��O����x" �� $��O�θ��" �� $��P�����" �� $��P�����" �� #��P��n��" �� #��P��~̿" �� $��P���շ" �� "��P��t�t" �� $��P��Ҍ" �� "��P��f�x" �� "��P��}�}" �� #��P��o��" �� $��O�ʄʰ" �� #��P��s��" �� #��P����e" �� "��O��q�v" �� $��P����" �� #��P���m" �� #��P��p��" �� $��P�ۭ��" �� #�!�T�!޴�e" �� $��O�͈Ϻ" �� $�!�T�!����" �� #�!�T�!�l��" �� #��P����t" �� #��O���{" �� $��P�ĵӭ" �� $��P�����" �� $��P�����" �� $�!�T�!���" �� $�"�U�"���" �� $�"�U�"����" �� #��P����y" �� #��O��vя" �� $��O�ȣ�" �� $��O�����" �� $��O���̃" �� $��O�����" �� #��P��fԖ" �� #��P����" �� $��O���ʚ" �� $��O�ԥ��" �� #��O�Ų�s" �� $��O�����" �� $��O�����" �� $��O�ί�" �� $��P�����" �� $��O����" �� $��O�����" �� #��P�̏�t" �� $��P����" �� #��P��g�" �� #��O��|��" �� #�"�U�"��u" �� "�"�U�"�h�l" �� $�"�U�"ҫ�" �� $��P�ߣ׆" �� $��P�����" �� $��P�����" �� #��O��kڲ" �� #��O��|��" �� $��P����" �� $�"�U�"ݰ�" �� "��P��j�m" �� $�"�U�"����" �� #�%�X�%���i" �� $�%�X�%��ɒ" �� $�%�X�%���" �� $�%�X�%ˢ��" �� #�"�T�"���e" �� $�%�X�%����" �� $�"�U�"���" �� $�%�X�%����" �� "�!�T�!�j�p" �� $�!�T�!��ą" �� $�%�X�%���" �� %�%�X�%�r͵" �� "$�%�X�%����" �� /�%�X�%��´" �� " $�%�X�%����" �� $�%�X�%���" �� #�%�X�%�p؊" �� $�%�X�%����" �� #�%�X�%ɴ�|" �� #�%�X�%���h" �� #�%�X�%���|" �� #�"�T�"���" �� #�!�T�!���v" �� "�"�U�"��" �� #�!�T�!���w" �� #�"�U�"���n" �� #�!�T�!�o��" �� $�!�T�!��Έ" �� $�!�T�!����" �� "�!�T�!�h�f" �� $�"�T�"����" �� $�!�T�!��ʀ" �� #�!�T�!�n��" �� $�!�T�!����" �� $�!�T�!���" �� #�!�T�!�z�" �� $�!�T�!����" �� #�!�T�!�rӞ" �� #�!�T�!���}" �� $�!�T�!���" �� "�!�T�!�o�s" �� #�!�T�!ӄ�g" �� #�!�T�!�l�" �� #�!�T�!�|��" �� #�!�T�!�gȫ" �� #�!�T�!�l��" �� #�!�T�!LJ�x" �� $�!�T�!٪�" �� $�!�T�!����" �� #�!�T�!�w��" �� $�%�X�%۱ݛ" �� (�%�X�%��ũ" �� *#�%�X�%���p" �� #�%�X�%���t" �� #�%�X�%���}" �� $�%�X�%��ǿ" �� #�%�X�%���f" �� $�%�X�%��վ" �� $�&�X�&С��" �� #�%�X�%�t��" �� #�%�X�%���x" �� $�%�X�%ݘ��" �� #�%�X�%�o�" �� $�%�X�%����" �� %�&�Y�&���q" �� "$�&�Y�&���" �� &�%�X�%��" �� ""�%�X�%��s" �� "�&�X�&�}�r" �� $�$�W�$����" �� #�&�X�&�n�" �� $�&�Y�&����" �� $�%�X�%����" �� $�%�X�%����" �� "�&�X�&�y�e" �� $�&�Y�&���" �� $�&�X�&��ּ" �� #�#�V�#���r" �� $�#�V�#���" �� %�%�X�%�n�" �� ""�#�V�#݈��" �� $�!�T�!ق��" �� #�#�V�#���h" �� #�#�V�#�|��" �� $�#�V�#Ժ��" �� #�#�V�#�u��" �� $�#�V�#����" �� #�#�V�#�r΄" �� $�&�Y�&����" �� $�&�Y�&���" �� $�#�V�#ޔݨ" �� $�#�V�#���" �� #�&�Y�&���}" �� $�%�X�%���" �� #�#�V�#ݸ�r" �� #�#�V�#�o��" �� #�#�V�#ө�k" �� $�#�V�#����" �� !�#�V�#�f��" �� #�#�V�#�l��" �� #�#�V�#�v�" �� $�#�V�#���" �� $�!�T�!���" �� $�!�T�!����" �� #�!�T�!��f" �� $�!�T�!����" �� $�!�T�!��ʧ" �� $�!�T�!„ۼ" �� $�!�T�!����" �� $�!�T�!����" �� #�!�T�!�p��" �� $�!�T�!��Ӯ" �� $�!�T�!ɺ��" �� $�!�T�!�֠" �� $�!�T�!���" �� $�!�T�!���" �� #�"�U�"�iз" �� $�!�T�!����" �� $�!�T�!����" �� $�!�T�!����" �� #�!�T�!���k" �� $�!�T�!����" �� #�!�T�!���x" �� #�!�T�!��}" �� $�!�T�!��ë" �� #�!�T�!���x" �� #�!�T�!�oמ" �� "�!�T�!�h�y" �� $�!�T�!��ň" �� #�!�T�!ζ�q" �� #�!�T�!���n" �� #�!�T�!�m��" �� $�!�T�!����" �� $�"�U�"˩��" �� $�"�U�"���" �� #�"�U�"���u" �� $�"�U�"����" �� $�"�U�"���" �� #�"�U�"���g" �� #�"�U�"ע�k" �� #�"�U�"���s" �� $�"�U�"����" �� #�"�U�"���}" �� #�"�U�"�t��" �� $�"�U�"͙��" �� $�"�U�"����" �� $�"�U�"ɨ޲" �� #�"�U�"�w��" �� #�"�U�"�z��" �� "�"�U�"�g�{" �� $�"�U�"��ѡ" �� $�"�U�"ċ��" �� $�"�U�"ܟ��" �� $�!�T�!ߖ��" �� $�"�U�"����" �� $�"�U�"˯��" �� "�!�T�!�m�}" �� #�"�U�"�|��" �� $�"�U�"���" �� $�"�U�"���" �� $�"�U�"����" �� $�"�U�"����" �� $�"�U�"��¿" �� $�"�U�"���" �� #�"�U�"���h" �� $�!�T�!����" �� $�!�T�!ɶߪ" �� $�!�T�!��˻" �� $�#�V�#����" �� $�!�T�!Ӥ��" �� #�#�V�#�~ԯ" �� "�#�V�#�|�x" �� $�#�V�#����" �� $�!�T�!ǖ�" �� $�#�V�#����" �� $�!�T�!����" �� #�#�V�#���f" �� #�#�V�#���g" �� #�#�V�#���w" �� #�#�V�#�{��" �� "�#�V�#�s�{" �� $�#�V�#��о" �� "�#�V�#�m�s" �� #�#�V�#���" �� $�#�V�#����" �� $�#�V�#���" �� $�#�V�#����" �� $�#�V�#��Ց" �� "�#�V�#�g�q" �� #�#�V�#�|��" �� $�#�V�#����" �� #�#�V�#���o" �� $�#�V�#����" �� $�#�V�#���" �� "�#�V�#�|�f" �� #�#�V�#���" �� $�#�V�#����" �� $�"�U�"��ɠ" �� $�!�T�!����" �� $�"�U�"ר��" �� $�"�U�"����" �� $�#�V�#��χ" �� #�"�U�"��}" �� $�"�U�"����" �� #�"�U�"�~��" �� #�"�U�"�{á" �� $�"�U�"��ԟ" �� #�"�U�"�t��" �� $�"�U�"����" �� $�"�U�"۩��" �� $�"�U�"����" �� $�"�U�"¾��" �� #�"�U�"�|��" �� #�"�U�"�g�" �� $�"�U�"���" �� $�"�U�"���" �� $�"�U�"��" �� #�#�V�#���r" �� #�"�U�"�i��" �� #�"�U�"�h�" �� $�"�U�"���" �� "�"�U�"�p�z" �� #�"�U�"ս�r" �� #�"�U�"�s��" �� #�"�U�"�|�" �� #�"�U�"���g" �� $�#�V�#����" �� $�#�V�#����" �� $��C���Հ" �� $��C���" �� $��C���ۋ" �� $��N�����" �� "��Q��s�x" �� $��N����" �� $��N�����" �� $��N�����" �� $��C����" �� #��C��j��" �� $��N�Ǭ��" �� $��C�Ǖ��" �� $��C�����" �� $��N�����" �� $��N�҃ʣ" �� $��N����" �� #��N��r��" �� #��O��oƞ" �� $��O����" �� $��O�����" �� $��O���ڒ" �� $��O�����" �� #��O���{" �� $��O����" �� $��N����" �� $��N�����" �� $��N�����" �� #��N���e" �� #��O�Ɠ�l" �� $��N�ײ�" �� #��O����|" �� $��N���ޙ" �� #��N����h" �� #��B��kρ" �� $��B�����" �� $��B�����" �� $��N���ς" �� "��N��u�l" �� #��N�ɼ�x" �� $��N���č" �� $��N�����" �� #��B�Ҏ�i" �� #��C�ѵ�f" �� $��C�����" �� $��N����" �� $��N����" �� $��N�ߛך" �� #��N��|ߏ" �� #��N�Ŷ�p" �� $��N�����" �� #��N��u��" �� #��N����h" �� #��N����m" �� $��N�����" �� #��N��f̦" �� #��N����p" �� $��N�γ��" �� $��N�Гп" �� "��N��m�y" �� $��O�����" �� #��N��f��" �� $��O���ҹ" �� $��O�����" �� #��O����y" �� $��N���" �� #��O��wڠ" �� #��O�ǻ�f" �� $��O���Л" �� #��O��z��" �� $��O�����" �� #��O����q" �� $��O�����" �� $��O���ޝ" �� $��O�����" �� $��O�����" �� #��N�΃�}" �� $��O�����" �� #��O���z" �� $��O����" �� $��N�����" �� $��N�����" �� #��N��z��" �� #��O�ޣ�x" �� #��O��p��" �� #��O��x��" �� $�"�U�"����" �� $��P����" �� $�"�U�"څҪ" �� #��O����w" �� $��O���”" �� #��N����y" �� #�"�U�"�v��" �� $�"�U�"��ҧ" �� $��N���ܣ" �� #��N����o" �� $��N�̶��" �� #��N����u" �� #��N�֟�~" �� #��O����r" �� #��N���}" �� #��N����o" �� $��O���׫" �� #��N����y" �� $��O����" �� #��O����l" �� $��N����" �� #��N�ʮ�v" �� $��O����" �� $��O����" �� #��O��q��" �� "��O��~�j" �� #��N��h��" �� "��O��v�l" �� #��O��g��" �� $��O���۶" �� $��N�����" �� $��O�����" �� "��O��m�~" �� $��O��ώ" �� #��O��|��" �� $��O���Í" �� #��O��o��" �� "��O��w�{" �� $��O�����" �� #��O��{��" �� $��O�����" �� #��O��o��" �� $��C�؀��" �� $��C�ՠ��" �� $��C�یԐ" �� $��C�׸��" �� $��N����" �� $��N�����" �� $��N����" �� #��N��~ɣ" �� #��N��v��" �� $��C�����" �� $��C�Ƚ��" �� $��C�����" �� $��C�����" �� #��N��}ů" �� $��N����" �� $��N�����" �� #��M���j" �� $��N���ח" �� $��N����" �� #��N�dz�j" �� "��O��i�|" �� $��N�ނ��" �� $��O����" �� #��O�ң�n" �� #��N�ž�e" �� $��N����" �� #��N����{" �� $��N�����" �� #��O��r�" �� #��N����p" �� #��C��k��" �� "��M��g�x" �� #��M����|" �� $��M����" �� #��M��k��" �� $��M�����" �� #��M����e" �� "��M��{�i" �� $��M�����" �� #��M��o�" �� $��M�Ɨ��" �� $��M�����" �� #��M���u" �� #��M��p�" �� #��M��m��" �� #��M����{" �� #��N�к�q" �� $��N�����" �� #��N����}" �� $��M�����" �� $��M���ٛ" �� #��N����h" �� $��N�����" �� $��N���ʼ" �� $��N���Џ" �� #��M��l��" �� #��M��t��" �� $��M���۷" �� $��M�����" �� $��M���ė" �� #��M����q" �� $��M�����" �� #��N�ܽ�h" �� #��N��s�" �� #��N�ة�q" �� $��N�����" �� #��N��x��" �� #��N��{��" �� $��N�ߊ�" �� $��N�����" �� #��O�٩�l" �� $��O����" �� #��N����f" �� #��N����y" �� #��N����{" �� $��N�����" �� $��O����" �� #��O��|��" �� $��O����" �� $��O�����" �� "��O����" �� #��O��v��" �� #��O����" �� "��O��w�t" �� #��O��uʌ" �� $��O�����" �� $��O�����" �� $��O�����" �� #��O���w" �� #��O��{��" �� #��O��o��" �� $��O���³" �� $��O����" �� $��O�����" �� $��O�Ҭ�" �� $��N�����" �� #��N��x��" �� $��N�����" �� $��N���Ҕ" �� $��N����" �� #��O��i��" �� $��O���݅" �� #��N��g��" �� $��N����" �� $��M����" �� #��N��g��" �� #��N����e" �� $��N����" �� #��M�޻�k" �� $��N�����" �� $��M����" �� #��M��j��" �� #��N����z" �� $��O�����" �� "��O����" ��  +"��N��|�y" �� $��N�����" �� $��O�����" �� "��N��y�f" �� $��N�����" �� $��N�ܻ�" �� $��N����" �� $��N�����" �� $��N����" �� $��N�ʑï" �� #��N����h" �� $��N�ז�" �� $��N�����" �� $��N�����" �� $�"�U�"���" �� $�"�U�"����" �� $�"�U�"����" �� #�"�U�"Ր�k" �� #�"�U�"���t" �� #�"�U�"�j��" �� $�"�U�"����" �� #�"�U�"���~" �� $�"�U�"���" �� #�"�U�"�o��" �� #�"�U�"�l��" �� $�"�U�"�NJ" �� $�"�U�"��ڶ" �� #�!�T�!�{��" �� #�"�U�"�zɤ" �� #�!�T�!�f��" �� "�!�T�!�j�x" �� #�"�U�"�qŮ" �� $�"�U�"А��" �� #�"�U�"�n��" �� #�"�U�"���r" �� #�"�U�"�n�" �� $�"�U�"����" �� #�"�U�"���u" �� $�"�U�"����" �� $�"�U�"ɍ̱" �� #�"�U�"���j" �� #�"�U�"�vƄ" �� $�!�T�!����" �� $�"�U�"��" �� #�"�U�"�pۗ" �� $�"�U�"���" �� #� �S� �qѧ" �� $��O�ˌ��" �� $�!�T�!ҵ��" �� #�!�T�!�r��" �� $�!�T�!����" �� #�!�T�!�u��" �� #�!�T�!�qƁ" �� #�!�T�!�h��" �� $�!�T�!ݽ��" �� $��O�����" �� #�!�T�!�j��" �� $�!�T�!����" �� $�!�T�!�ъ" �� $�!�T�!ͫż" �� $�!�T�!���" �� $�!�T�!���" �� #�!�T�!�sҒ" �� $�!�T�!����" �� #�!�T�!��v" �� $�!�T�!���" �� #�!�T�!���f" �� #� �S� �{��" �� $� �S� ��ԓ" �� #� �S� �k��" �� #� �S� �u��" �� #�!�T�!���" �� $�!�T�!��҈" �� #�!�T�!�r��" �� $� �S� ���" �� $�!�T�!����" �� $� �S� ��ޗ" �� #� �S� Ձ�|" �� #�"�U�"���y" �� #�"�U�"�n��" �� $�"�U�"����" �� $�"�U�"�ɕ" �� $�"�U�"���" �� #�"�U�"Ȋ�|" �� $�"�U�"����" �� $� �S� ���" �� $� �S� ލ��" �� #�#�U�#׶�|" �� $�"�U�"����" �� $�#�V�#����" �� $� �S� ؔ��" �� "�#�U�#�y�e" �� $�#�U�#ۃ��" �� #�"�U�"�k۲" �� $�#�V�#����" �� $�"�U�"•Ί" �� #�#�V�#�gĊ" �� #�#�V�#���s" �� $�#�V�#Ôؐ" �� $�#�V�#ˠ��" �� $�#�V�#����" �� #�#�V�#�x��" �� $�#�U�#��ǝ" �� #�#�V�#�q��" �� $�#�V�#����" �� #�#�V�#߅�|" �� #�#�V�#Α�h" �� $�#�V�#����" �� "�#�V�#�|�r" �� "�#�V�#�n�p" �� $� �S� ���" �� $� �S� ΅��" �� #� �S� ���|" �� #� �S� �k��" �� #� �S� ���n" �� "�#�U�#�z�m" �� $� �S� ����" �� $� �S� ؝��" �� #� �S� ���v" �� $� �S� ����" �� $� �S� ����" �� $� �S� ����" �� $� �S� ��ݚ" �� $� �S� ̖�" �� $� �S� �ճ" �� #� �S� �o�" �� $� �S� ޟ֧" �� $� �R� ���" �� $� �S� ����" �� $� �R� ߇׳" �� $� �S� ����" �� #� �S� �uÊ" �� $� �S� ��׉" �� $� �S� ����" �� $� �R� ͱ�" �� #� �R� ���n" �� #� �S� �}��" �� $� �S� ���" �� #��O��x��" �� $�!�T�!հ��" �� #�!�T�!��n" �� #�!�T�!�fۻ" �� #�!�T�!�}��" �� #�!�T�!�t��" �� $� �S� ÿ�" �� $�!�T�!�ȯ" �� $�!�T�!���" �� #�!�T�!�n��" �� #�!�T�!���o" �� #�!�T�!��~" �� #�!�T�!���g" �� #�!�T�!ٟ�e" �� $�!�T�!����" �� $�!�T�!����" �� $�!�T�!���" �� #� �S� �v��" �� #� �S� ���o" �� $� �S� ����" �� "� �S� �n�p" �� #� �S� ���}" �� $� �S� û�" �� #� �S� ���" �� $� �S� Ɵӣ" �� #� �S� �i̫" �� $� �S� ���" �� $� �S� ����" �� $� �S� ���" �� #� �S� Ɂ�q" �� $� �S� ���" �� $� �S� õ��" �� #� �S� ���v" �� $� �S� ����" �� #��N����k" �� $�!�T�!���" �� #�!�T�!���{" �� $�!�T�!Çϰ" �� #�!�T�!�hґ" �� $� �S� ˷��" �� $�!�S�!����" �� #�!�S�!�j��" �� $�!�S�!ŧɆ" �� $�!�T�!��ԃ" �� $�!�T�!����" �� #�!�T�!�g��" �� #��N����s" �� "�!�T�!�t�z" �� $� �S� ���" �� $�!�S�!����" �� #� �S� ���j" �� #� �S� ���{" �� $�!�S�!��©" �� $� �S� ��ظ" �� $� �S� ����" �� #� �S� �n��" �� $� �S� ϼ�" �� #� �S� �|Ŏ" �� #� �S� �w��" �� $� �S� ���" �� $� +�=� +����" �� #� +�=� +���h" �� #� +�=� +ߗ�" �� #� +�=� +؆�m" �� #� +�=� +���t" �� #� �S� ��p" �� #� �S� �{��" �� "� �S� �s�~" �� #� �S� �s��" �� #� �S� ���t" �� $� �S� ����" �� $� �S� ���" �� $� �S� ����" �� #� �S� �k��" �� #� �S� �h��" �� "� �S� �o�m" �� #� �S� ѭ�j" �� #� �S� ���i" �� #� �S� Μ�f" �� $� �S� ס��" �� #� �S� ��y" �� #� �S� �g��" �� #� �S� �s��" �� $� �S� ���" �� $� �S� ��ذ" �� #� �S� ڑ�k" �� $� �S� ����" �� #� �S� ���w" �� $� �S� ����" �� "� �S� �z�q" �� $� �S� ���" �� $� �S� Ήܞ" �� $� �S� ��ʳ" �� #� �S� ���g" �� $� �S� ����" �� "� �S� �f�f" �� #� �S� ��x" �� $� �S� ����" �� $� �S� ��Ș" �� #� +�=� +�z��" �� $� �S� ����" �� #� �S� �y��" �� $� �S� ����" �� #� +�=� +���" �� #� +�=� +�{�" �� $� +�=� +����" �� "� +�=� +�w�u" �� #� +�=� +���" �� $� +�=� +����" �� #� +�=� +ҡ�u" �� #� +�=� +�q��" �� $� +�=� +Ԛ��" �� $� �S� ����" �� #� �>� ���y" �� #� �S� ���x" �� $� �S� Ȓ��" �� $� �>� ���" �� #� �>� ���{" �� $� �>� ֺ��" �� $� +�=� +����" �� $� �=� ��" �� $� +�=� +ױ��" �� $� �>� ����" �� #� �>� ���s" �� #�$�W�$���k" �� $�$�W�$��ϛ" �� #�$�W�$ā�e" �� *�$�W�$ō��" �� 2 +$�$�W�$����" �� "�$�W�$�t�e" �� $�$�W�$����" �� $�$�W�$����" �� "�$�V�$����" �� $�$�W�$���" �� (�$�W�$���" �� * %�$�W�$���r" �� "/�%�X�%����" ��  ""�%�X�%��q" �� $�%�X�%˚��" �� #�#�V�#�h�" �� $�#�V�#��ם" �� #�$�W�$��n" �� #�$�W�$�n�" �� #�#�V�#���z" �� $�$�W�$����" �� $�$�W�$����" �� #�#�V�#�f��" �� $�$�V�$���" �� #�#�V�#֪�j" �� )�$�W�$�z��" �� 2#�#�V�#���}" �� #�#�V�#���" �� $�$�W�$����" �� $�$�V�$����" �� "�#�V�#����" �� "�%�X�%�z�u" �� $�%�X�%���" �� #�%�X�%���k" �� $�$�V�$����" �� $�$�W�$��" �� #�$�W�$���g" �� $�$�W�$����" �� "�%�X�%�v�o" �� "�$�W�$�u�u" �� $�%�X�%��܈" �� "�%�X�%�w�|" �� #�$�W�$�pӑ" �� #�$�W�$���v" �� $�$�W�$ϳ�" �� $�%�X�%���" �� $�%�X�%�i�y" �� "+�%�X�%��ј" ��  $�%�X�%����" �� "�%�X�%���" �� "�%�X�%���" �� $�%�X�%����" �� $�%�X�%΀ҁ" �� #�%�X�%���u" �� $�$�W�$���" �� '�$�W�$���" �� *#�%�X�%�o��" �� $�%�X�%ο��" �� $�$�W�$����" �� "�$�W�$�u�w" �� #�$�W�$Զ�~" �� "�$�W�$�n�q" �� $�$�W�$����" �� #�$�W�$���o" �� %�$�W�$�x��" �� " ++�$�W�$ކ��" ��  $�$�W�$����" �� $�$�W�$����" �� #�$�W�$���v" �� "�$�W�$�u�p" �� #�$�W�$±�e" �� $�#�V�#��ʾ" �� $�$�V�$߄Ⱦ" �� $�#�V�#����" �� "�#�V�#ә�" �� #�#�V�#���t" �� $�#�V�#֩̅" �� #�#�V�#�x��" �� $�#�V�#����" �� #�#�V�#�~�" �� $�#�V�#��ן" �� $�#�V�#ك��" �� $�#�V�#����" �� $�%�X�%����" �� $�%�X�%��а" �� $�%�X�%̀��" �� #�%�X�%�r��" �� $�%�X�%���" �� #�%�X�%�z��" �� #�$�W�$���u" �� $�%�X�%ϫ��" �� $�$�W�$Ѕ��" �� $�%�X�%Ϟֳ" �� #�#�V�#���h" �� $�%�X�%��΢" �� $�#�V�#����" �� $�#�V�#����" �� #�%�X�%�qǴ" �� $�%�X�%����" �� $�%�X�%��Ȁ" �� "�%�X�%�}�v" �� #�#�V�#�f��" �� $�#�V�#ԋԇ" �� $�#�V�#���" �� #�#�V�#�h��" �� #�#�V�#���|" �� #�#�V�#���o" �� #�#�V�#��n" �� #�#�V�#�k��" �� $�#�V�#����" �� $�#�V�#����" �� #�#�V�#��z" �� #�#�V�#�q��" �� #�#�V�#���m" �� $�#�V�#����" �� #�#�V�#�r��" �� #�$�W�$���i" �� $�$�W�$ư��" �� $�$�W�$ν�" �� $�%�X�%��Ą" �� $�$�W�$۴��" �� $�$�W�$��Λ" �� $�%�X�%��" �� $�$�W�$����" �� $�%�X�%ܧ��" �� #�$�W�$�l��" �� #�$�W�$���g" �� #�$�W�$�vؤ" �� $�$�W�$�ԍ" �� #�$�W�$�w��" �� #�$�W�$�k��" �� $�$�W�$���" �� #�$�W�$���p" �� "�$�W�$�x�{" �� #�$�W�$�i��" �� $�$�W�$���" �� $�$�W�$���" �� #�$�W�$���x" �� $�$�W�$ʟޏ" �� #�$�W�$���p" �� $�$�W�$ͅ��" �� "�$�W�$�x�m" �� $�$�W�$ۺ��" �� #�$�W�$���" �� $�$�W�$ް��" �� #�$�W�$�q��" �� $�$�W�$����" �� $�$�W�$����" �� $�$�W�$˲�" �� #�$�W�$Ҳ�}" �� $�$�W�$ŝ��" �� $�$�W�$Ε�" �� $�$�W�$Ѻ��" �� #�$�W�$�q��" �� $�$�W�$����" �� #�$�W�$�t��" �� #�$�W�$���k" �� #�$�W�$��y" �� "�$�W�$����" �� "�$�W�$�n�{" �� #�$�W�$�w��" �� #�$�W�$���" �� #�$�W�$���x" �� $�$�W�$մ��" �� $�$�W�$ބ��" �� #�$�W�$�l�" �� $�$�W�$����" �� #�$�W�$���w" �� /�$�W�$����" ��  $�$�W�$����" �� $�$�W�$���" �� #�$�W�$�}��" �� #�$�W�$���l" �� #�%�W�%�z��" �� #�%�W�%ȗ�y" �� #�$�W�$ʪ�r" �� $�%�W�%����" �� #�$�W�$��|" �� $�$�W�$��¦" �� $�%�X�%ל��" �� "�%�W�%�x�j" �� #�%�W�%��u" �� #�#�V�#���x" �� $�#�V�#����" �� #�#�V�#���r" �� $�#�V�#ʻƀ" �� #�#�V�#�t��" �� #�#�V�#ǃ�{" �� $�#�V�#���" �� #�#�V�#�{��" �� #�#�V�#�q��" �� $�#�V�#���" �� #�#�V�#�g�" �� $�#�V�#ݳ��" �� #�$�W�$���z" �� $�#�V�#����" �� $�$�W�$����" �� #�$�W�$��s" �� $�$�W�$����" �� #�$�W�$���x" �� #�$�W�$�}��" �� $�$�W�$��" �� $�$�W�$����" �� $�$�W�$����" �� $�$�W�$����" �� #�$�W�$�z��" �� $�$�W�$�͝" �� #�$�W�$��z" �� "�$�W�$�j�j" �� #�$�W�$���g" �� #�#�V�#ԉ�l" �� #�#�V�#��j" �� $�#�V�#����" �� $� �S� ����" �� #� �S� נ�p" �� "�#�V�#�r�g" �� #�#�V�#��i" �� #�#�V�#�l��" �� #�#�V�#�t��" �� #�#�V�#���r" �� "� �R� �k�t" �� $� �S� ����" �� #� �S� ���~" �� $� �S� Ѩ��" �� $� �S� ����" �� !��R��|��" �� $� �S� ��֯" �� $��R����" �� $�$�W�$����" �� #�$�W�$�z��" �� $�#�V�#��ܫ" �� $�$�W�$����" �� #�$�W�$͍�|" �� $��R����" �� $��R�����" �� "��R��t�h" �� $��R�ϟ�" �� $��R�����" �� #��R��g��" ��  "��R�����" �� "��R���s" �� $�$�W�$Ϳ��" �� #�$�W�$�vž" �� #�$�W�$���y" �� #�$�W�$�|ٜ" �� $� �S� ��ҙ" �� $� �S� Ы�" �� #� �S� ���|" �� $� �S� ���" �� $� �S� ��ؾ" �� #��R����u" �� #� �S� ���}" �� #� �S� �}��" �� $� �S� ����" �� $� �S� ��ћ" �� #� �S� ���t" �� #� �S� ���o" �� $��R�����" �� #��R����h" �� $� �S� ��٦" �� $��R�܍��" �� $��R����" �� $��R����" �� #��R��ý" �� *��R��vĕ" ��  $��R����" �� $��R�����" �� $��R�¡إ" �� #��R����f" �� $��R���ӎ" �� $� �S� ����" �� !� �=� �|��" �� $� �=� ��̮" �� $� �>� ϧ��" �� $� �>� ����" �� $� �>� ��Չ" �� #� �>� ���" �� $��R�����" �� #� �>� ���v" �� $� �>� ��ϻ" �� $� �>� ����" �� $� �>� ����" �� #� +�=� +���u" �� #� �>� ���w" �� #� �>� �}��" �� #��R��w��" �� $��R�����" �� $��R�����" �� #��R����e" �� $��R�Ɩ��" �� #��R��t��" �� $��R���̻" �� #��R����m" �� $��R�����" �� "��R��}�|" �� $��R�����" �� $��R�ݓ��" �� $��R���" �� #��R����n" �� $��R�����" �� $��R�����" �� #��B����e" �� $��B���" �� #��B�ʋ�z" �� "��B�����" �� #��B��~��" �� #��B����g" �� $��D�����" �� $��B�����" �� $��B����" �� #��B��t��" �� $��B�����" �� $��B�����" �� $��D����" �� $��B�����" �� &��B�����" �� "%��D��g��" �� "$��D����" �� #��D����g" �� "��D��i�h" �� #��D��fό" �� #��D��f��" �� #��D��w��" �� $��D�����" �� #��D����p" �� $��D���ב" �� #��D��z��" �� $��D���ý" �� $��D�����" �� $��D�ܘ�" �� $��D�Ն��" �� #��B����q" �� #��B��q��" �� $��B���߯" �� $��B�����" �� (��B�����" �� *#��B��|��" �� #��B��w��" �� #��B��s��" �� "��B���Š" �� $��B����" �� $��B����" �� $��D�����" �� "��D���j" �� $��B�����" �� #��D��q��" �� $��D���˔" �� #��D�܊�j" �� $��D�����" �� $��B�Ő͟" �� $��B�̺��" �� #��B����e" �� #��B�ݴ�y" �� $��B�����" �� #��B�Ú�e" �� $��D�����" �� $��B�����" �� #��B��v��" �� #��B��z��" �� $��B�ܤ��" �� #��B��fє" �� #��B����w" �� $��B��Á" �� "��B��n�i" �� $��B�в�" �� $��B����" �� $��B�����" �� #��B��|��" �� %��B��w��" �� " $��B���֦" �� $��B�ܒ��" �� $��B�ӵװ" �� $��B�����" �� $��B����" �� $��B����" �� $��B���" �� #��A��i��" �� #��B����}" �� $��B�����" �� $��B�����" �� #��B��x��" �� $��B���Ư" �� #��B��t��" �� #��B��̠" �� #��D��h��" �� $��D�����" �� $��D�����" �� #��D�Ѝ�o" �� #��D��i��" �� #��E��o��" �� $��D�����" �� $��D�����" �� #��D��k��" �� $��D���Ѓ" �� #��E�ˮ�h" �� "��E��r�q" �� #��E��m��" �� $��E�ǙΒ" �� $��E����" �� $��D�ٙ��" �� #��D����" �� #��D����}" �� $��E����" �� #��D����h" �� #��D��t��" �� $��D����" �� $��D���Δ" �� "��E��|�i" �� $��D���ٖ" �� $��E�����" �� #��D���n" �� $��D�����" �� $��D�����" �� $��D�����" �� $��C�����" �� $��D����" �� $��D�����" �� $��D��ׅ" �� #��D��r��" �� #��E��fԹ" �� #��D����}" �� $��D�����" �� $��D����" �� $��D�����" �� #��D����p" �� $��D�բ�" �� #��D����m" �� $��C�����" �� #��C����u" �� $��D�����" �� $��D�ߠ�" �� "��C��n�j" �� #��D��v��" �� $��D�����" �� $��D�����" �� $��D����" �� $��D�����" �� "��D��t�" �� #��D��~��" �� #��L����z" �� #��L��~��" �� #��L��q��" �� "��L��~�e" �� #��D�֢�g" �� $��D����" �� $��D�ǟ��" �� #��D��|��" �� $��L�����" �� $��L����" �� #��L����|" �� $��L�Ƭ�" �� $��M����" �� $��L���Ӌ" �� $��L�Ҿ��" �� #��M��~��" �� $��M���̈" �� "��M��{�~" �� #��M���h" �� #��M����|" �� $��L����" �� #��M��~��" �� $��L����" �� #��L��v��" �� $��M�����" �� #��M����|" �� #��M��}��" �� $��M����" �� $��D�����" �� #��D��m��" �� #��D��x��" �� $��D�����" �� $��L�����" �� #��L����g" �� "��L��{�l" �� $��L���ɭ" �� #��L����o" �� $��L���Χ" �� #��L��i��" �� $��L�ؘǥ" �� #��L��o��" �� $��L����" �� #��L����h" �� $��L����" �� $��L�ʓ��" �� #��L�Ք�e" �� #��L��j��" �� $� �@� ��ŋ" �� $��L�����" �� #� �@� ���e" �� #� �@� �tН" �� $��A�����" �� $��B����" �� $��A���ي" �� "��A��t�{" �� #��A����y" �� $��A�����" �� "��A��|�y" �� $��A�����" �� #��A��|��" �� $��A���ͺ" �� #��A�П�y" �� $��B�ֆ��" �� $��A�����" �� $��B�����" �� $��B�����" �� $��A����" �� #��A�֖�p" �� #��B��f��" �� $��B�����" �� $��A�����" �� "��B���ʹ" �� $��A���Ϧ" �� #��A�ď�f" �� "��A��n�m" �� $��A�����" �� #��B���" �� $��A����" �� #��A�߀�x" �� $��B���æ" �� $��A�����" �� $��A�ǯݏ" �� "��A��m�l" �� #��A��l��" �� #��A��r��" �� #��A��n��" �� $��A����" �� $��A�����" �� #��A��u��" �� $��A�Ֆ��" �� $��A���Ң" �� $��A�����" �� $��A�ˬՒ" �� "��A��{�m" �� $��A�ޜ��" �� #��A����{" �� #� �@� ���e" �� $��A�����" �� #� �@� �q�" �� #��A�ղ�e" �� $� �@� ��" �� $� �@� ���" �� $� �@� ��" �� $� �@� ����" �� $��A�����" �� #� �@� ���s" �� $� �@� ���" �� #� �@� �wۤ" �� $� �@� ��ʬ" �� $� �@� ����" �� $� �@� ���" �� "��A��s�x" �� $��A�����" �� $��A�ޠ��" �� $��A����" �� $��A�����" �� "��A��t�n" �� $��A�ߕ��" �� $��A�М" �� $��A�Ӝ˶" �� $��A����" �� "��A��r�x" �� $��A�����" �� $��A�����" �� $��A�����" �� $��A�����" �� $��A����" �� $� �@� ŏ��" �� #��A��r�" �� $� �@� ��ׁ" �� #� �@� �v��" �� $� �@� ̀��" �� $� �@� ����" �� #� �@� �q�" �� "��A��i�i" �� $� �@� ��ˍ" �� #��A����{" �� #��A����" �� $� �?� ���" �� $� �@� ׮ٮ" �� $� �@� ����" �� #� �?� ���l" �� $� �?� ����" �� $��B���ʺ" �� $��B��̂" �� $��B�����" �� $��B�����" �� "��B��u�r" �� #��B����~" �� #��B��j��" �� $��B�ˊߑ" �� $��B�ף��" �� $��A�����" �� $��B���" �� #��A��gDz" �� $��A�����" �� #��A��s��" �� $��A�����" �� $��A�����" �� $��B�����" �� #��A��}ٓ" �� "��A����" �� $��A���ݦ" �� "��A��q�~" �� #��A��r��" �� #��A��p��" �� $��A����" �� $��A�ߡ��" �� #��A�ݱ�~" �� $��A����" �� $��A����" �� #��A�ƈ�m" �� $��A�����" �� "��A��s�n" �� #��A����" �� #��A��i��" �� #��A����j" �� $��A�ƫ��" �� $��A�����" �� #��A����x" �� #��A��|��" �� #��A�տ�m" �� #��A��h��" �� $��A�����" �� #��A��y��" �� "��A��u�{" �� $��A�ِ��" �� #��A��w�" �� $��A�����" �� $��A�����" �� #��A����m" �� $��A���ҩ" �� $��A����" �� $��A�ߺ��" �� #��A��p��" �� #��A�˵�e" �� #��A����x" �� #� �?� �|��" �� #��A�ݟ�h" �� $� �?� ���" �� $� �@� Ԭթ" �� #� �?� ���{" �� #� �?� �l��" �� $��A�Èՙ" �� $� �?� ����" �� #� �?� �p�" �� $� �@� ڊΣ" �� $� �?� ����" �� $� �?� ��½" �� $� �?� ���" �� $��A����" �� $��A����" �� $� �?� ��Ϫ" �� #� �?� �u��" �� $� �?� ����" �� $� �?� ӷ��" �� "� �?� �n�{" �� $� �?� ����" �� #� �?� ���x" �� $� �?� ��ۂ" �� $� �?� ��ݼ" �� $� �?� ����" �� $� �?� Ɍ��" �� $� �?� ����" �� $� �?� ��ُ" �� $� �?� ŷ��" �� #� �?� �k�" �� #� �?� ���}" �� #��6����v" �� #��6��t��" �� "� �?� �p�e" �� $� �?� ����" �� $��6����" �� $��6�ϋڙ" �� #��5��r…" �� $��5����" �� #��5����" �� "��5��z�g" �� #��5����x" �� $��5�����" � � $��5����" � � $��6�����" �� $��6�����" �� #��6����e" �� $��6�����" �� #��6��z��" �� $��6���ޮ" �� #��6��rޤ" �� "��6��l�e" �� $��6�����" �� $��6�����" �� $��6����" �� $��6����" �� "��6��n�q" �� $��5���ͯ" �� $��5�݊˒" �� #��5��m݋" � � $��5�Ϯ��" � � #��5��l��" � � $��5���Ǩ" � � #��5����|" � � #��5�ʍ�}" � � #��5��r��" � � $��5�����" � � #��5��|��" � � $��5�����" � � $��5�����" � � #��5��m��" � � "��5��k�e" � � $��5�����" � � $��5�����" � � $��5�����" � � #��5��pƎ" � � #��5���g" � � $��5�����" � � $��5��؂" � � #��5��p��" � � #��5��mա" � � "��5��w�" � � "��5��l�n" � � #��5����m" � � $��5�����" � � $��5���О" � � $��5�ۇʅ" � � #��5����e" � � #��6��x��" � � #��6��}��" � � #��6��gջ" � � #��6����j" � � $��5�ч��" � � #��5����i" � � $��6�Θ��" � � $��6�ً��" � � $��6���պ" � � #��6�۳�k" � � $��6����" � � #��6����i" � � #��6��x��" � � #��6��|��" � � #��6��z��" � � $��6�����" � � #��5��{��" � � #��5����l" � � $��5�����" � � $��5�����" � � #��5����l" � � $��5�����" � � $��5���ѓ" � � $��5��͂" � � "��5��v�w" � � $��5�����" � � #��5��~��" � � $��5�ɟ�" � � #��5��hԫ" � � $��5����" � � $��5�����" � � $��5���ѿ" � � #��6��z��" � � $��6����" � � $��6�����" � � #��6�ϱ�t" � � $��6���İ" � � #��6����g" � � $��6�����" � � "��6���" � � #��6����y" � � $��6���̾" � � #��6��h��" � � $��6�����" � � #��6��w��" � � $��6����" � � $��6�����" � � #��6����l" � � #��6����" � � #��5��y��" � � $��5����" � � $��5�����" � � "��5��e�f" � � $��5�����" � � $��5���Ї" � � $��5����" � � $��5�����" � � "��5��h�h" � � "��5��h�k" � � $��5���ɷ" � � $��4�����" � � $��5�����" � � #��5���m" � � #��5����q" � � -��5���έ" � �  $��5���" � � $��5�����" � � $��5�ы�" � � $��5�Ŭ��" � � #��5��f��" � � #��5�Ռ�l" � � $��5���" � � $��5�����" � � $��5����" � � $��4�����" � � $��4���ˤ" � � #��5���" � � $��4�����" � � $��5����" � � $��5�����" � � $��5�����" � � $��5�����" � � $��5�����" � � $��5����" � � $��4�˸ݬ" � � $��5���Ο" � � #��4��{��" � � $��4����" � � $��4�����" � � #��4���y" � � "��4��f�i" � � #��4����f" � � #��4�͐�t" � � $��4�˓��" � � #��4����{" � � #��4����g" � � $��5�՜��" � � #��4����{" � � $��4���ͬ" � � $��4����" � � $��4�����" � � $��4�����" � � #��4��p��" � � #��4����o" � � "��5��p�}" � � #��5���e" � � #��5��ilj" � � $��5�����" � � $��5�����" � � $��5���Υ" � � $��5�����" � � #��5��w��" � � #��5����n" � � #��5��u˹" � � #��5��m�" � � #��5����{" � � $��4�Ȉ��" � � #��5����}" � � $��5���ָ" � � #��6����p" � � #��6��f��" � � #��6�ω�w" � � #��6�ٗ�" � � #��6��f��" � � #��6��fУ" � � $��6�����" � � $��6���Ρ" � � $��5�����" � � #��4����w" � � #��4����s" � � "��4��p�t" � � $��6�����" � � $��6�����" � � $��4����" � � #��4����o" � � $��5�����" � � $��4�����" � � $��4�Ϸ��" � � #��4���{" � � #��4���n" � � #��4�ӕ�t" � � $��4����" � � $��4�͋��" � � #��4�؁�o" � � $��4���ӳ" � � #��4��f��" � � #��4�ѽ�s" � � #��4��{��" � � $��4�����" � � $��4����" � �   +�3 +�f�{" � � $��4����" � � #��4����e" � � "��4��z�m" � � $��4����" � � $��4����" � � #��4����q" � � $��4���ۥ" � � #��4��}֬" � � "��4��i�l" � � #��4��i��" � � $��4����" � � #��4��{�" � � $��4�����" � � $��4����" � � #��4��y��" � � #��4��lį" � �   6�36�h�}" � � "��3�����" � � !u�3uّ�z" � � "z�3z����" � �   |�3|�m�f" � � #]�3]���k" � � "!y�3y���|" � � %X�3X�j�" � � *)��4��kĶ" � � 2 "��4��ʃ" � � $��4�����" � � !^�3^�kȸ" � � $U�3U���" � � "!Y�3Y�~��" � � "R�3R��" � � !P�3P�t��" � � $��3���ړ" � � "r�3r����" � � "p�3p����" � � !v�3v���n" � � "t�3t��׌" � � !s�3s���k" � � "{�3{��ձ" � � "w�3wğ��" � � "W�3WӒځ" � � !x�3x�w�" � � "q�3q����" � � "V�3V���" � � !a�3a���k" � � "Q�3Q����" � � !o�3o���}" � � "b�3b���" � � ![�3[���q" � � "O�3O���" � � !`�3`͸�m" � � !_�3_�q��" � +� "m�3mҺ��" � +� $��4���ƺ" � � #��4����}" � � $��4�����" � � #��4����p" � � $��4�ޑ��" � � #��4��o��" � � #��4���" � � #��4�ԙ�w" � � #��4�۾�j" � � #��4����h" � � #��4��w��" � � #��4��p��" � � "3�33��â" � � $��4�ؠ��" � � "��4��n�g" � � #��4����v" � � #��4��mș" � � #��4��t��" � � $��4����" � � $��4�ܲ��" � � #��4���~" � � #��4��s��" � � #��4��g��" � � "8�38����" � � !'�3'��q" � � "9�39����" � � "7�37����" � � !+�3+�o��" � � !(�3(��v" � � $��4�����" � � "5�35ܾ��" � � #1�31���t" � � ""2�32����" � � "0�30����" � � ")�3)��ހ" � � !4�34�}��" � � ">�3>����" � � $��4�����" � � !I�3I�n҇" � � #��4��{�" � � $��4����" � � !G�3G���i" � � !H�3H�l�" � � !K�3K�r��" � � "&�3&����" � � !*�3*�u�" � � !:�3:�nݐ" � � !=�3=�l��" � � !,�3,���m" � � !-�3-���g" � �   ?�3?��f" � � "<�3<ѻ��" � � !@�3@���m" � � "A�3A��" � � "C�3C���" � � "E�3E����" � � "B�3Bƾ�" � � ";�3;و��" � � !D�3D��" � � $��4���ء" � � " �3 ����" � �   �3 �r�l" � �   �3 �k�k" � � " �3 ����" � � "�3����" � � !�3�v��" � � !.�3.ú�~" � � "/�3/����" � � !#�3#���j" � � "�3Š��" � � "�3��Ü" � �   �3�y�v" � � "�3ڮ�" � � "�3��צ" � � #��4��jŰ" � � #��4��~�" � � #��4��x��" � � "��4��w�s" � � #��4����{" � � #��4��r��" � � #��4��q��" � � "��4��h�z" � � $��4����" � � $��4�҆��" � � $��4�����" � � $��4�����" � � "%�3%����" � � "$�3$���" � � ""�3"����" � � !�3�l��" � � !�3�v��" � � "�3����" � � !�3���o" � � !�3�zݻ" � � "�3ģ��" � � "�3џ��" � � "!�3!���" � � ! �3 ���u" � � "�3����" � � !�3�n��" � � "�3����" � � !�3ª�o" � � !�3��q" � � !�3ü�z" � � "�3��ɧ" � � $��3�����" � � "~�3~��ѕ" � � $��3����" � � !L�3L���}" � � "J�3J��" � � $��4�۝�" � � "M�3M��" � � #��3����z" � � $��4����" � � "T�3T��˦" � � $��4����" � � !N�3N�yۨ" � � #��4����x" � � "}�3}����" � � "F�3F����" � � !c�3cߴ�f" � � !d�3d�~��" � � !e�3e�k�" � � "Z�3Z����" � � "S�3Sн��" � � !f�3f���h" � � "\�3\����" � � !k�3k�{�" � � "j�3j����" � � "g�3gٰ��" � � "l�3l��֗" � +� "h�3h����" � � !�3���}" � � !n�3n�|��" � +� "i�3i��Ǽ" � +� #��M��t�" �� $��M���ɲ" �� #��M��}��" �� $��M���ޭ" �� "��M��s�e" �� #��M��i��" �� #��M��nͪ" �� #��M����g" �� "��M��}�m" �� $��M�ˆ��" �� #��M��pƪ" �� #��M�Ԅ�k" �� #��M�ū�i" �� $��M�րʥ" �� #��M��qԷ" �� #��M��y��" �� "��M��y�p" �� #��M��v߿" �� $��M�����" �� $��M����" �� #��M����e" �� $��M��� " �� #��M���e" �� $��M�����" �� #��M�ñ�e" �� #��M�Ơ�r" �� #��M�س�e" �� $��M���–" �� $��M���ٴ" �� #��M��r��" �� #��M��f��" �� $��L�����" �� #��L�Ȫ�v" �� $��M�����" �� #��M����i" �� "��M��j�n" �� $��M�����" �� $��M��ӗ" �� $��L��Ƽ" �� #��L����{" �� #��A��i��" �� $��A�͉��" �� #��A����w" �� #��L����e" �� "��M��k�e" �� $��A���Ⱥ" �� #��A����" �� $��M����" �� $��M�Ĥ�" �� $��M����" �� #��M��}��" �� "��M��h�t" �� $��M���ߩ" �� "��M��n�|" �� #��M����v" �� $��M����" �� $��M����" �� $��A��ؒ" �� $��A�����" �� #��A��x�" �� #��M��l��" �� $��A�߫��" �� $��M���Ϋ" �� $��A�����" �� #��A����q" �� $��M����" �� $��M�����" �� $��M�����" �� $��M�΁��" �� $��N����" �� #��M��{ؿ" �� #��M��o��" �� $��M�����" �� #��M��{��" �� $��M�����" �� $��M����" �� $��M���؃" �� #��M��q��" �� $��M�Ϝ��" �� $��M�����" �� $��N�����" �� #��N����p" �� $��M�����" �� #��N����m" �� #��N��t��" �� #��N��s��" �� $��N��ܑ" �� $��M����" �� #��M��f��" �� #��M��n�" �� "��M��r�k" �� $��N�����" �� "� �?� �|�l" �� $� �?� ����" �� #��M�ҍ�n" �� $��M���" �� #��M�¥�v" �� $��M����" �� $��M�����" �� #��M����j" �� #��M��f�" �� #��M����h" �� $��A����" �� "��A��g�z" �� #��@���n" �� #��@��r��" �� $��A���ȵ" �� $��A���Ճ" �� $� �?� ����" �� #��M����f" �� $��M����" �� $��M���Җ" �� $� �?� ��" �� #� �?� �s��" �� $� �?� ����" �� #� �?� �i��" �� #� �?� ���r" �� #� �?� ���k" �� #� �?� �s͗" �� #� �?� �q��" �� #� �?� ���z" �� #� �?� ̇�i" �� $� �?� �ػ" �� #� �?� �l��" �� $� �?� ����" �� $� �?� ����" �� $��A�����" �� "��A��t�o" �� #��A�ަ�e" �� #� �@� ���h" �� "��A��t�q" �� $��A���ß" �� #� �@� ���w" �� #� �@� ��e" �� $� �@� ����" �� #� �@� �oȨ" �� $� �@� ���" �� $� �@� ���" �� $� �@� ����" �� #� �@� ߶�e" �� $� �@� ����" �� $��A����" �� $� �@� ����" �� $� �@� ����" �� #� �@� �~�" �� $� �@� ދ��" �� $� �@� ����" �� $� �@� ����" �� #� �@� ���f" �� #� �@� �p��" �� #� �@� ���u" �� #� �@� �s��" �� #� �@� �o��" �� $� �@� ђ��" �� $� �@� ����" �� #� �@� �sו" �� #� �@� �n��" �� $� �@� ���" �� $� �@� ���" �� $� �@� ����" �� #� �@� �p��" �� $� �@� ���" �� #� �@� �g��" �� $� �@� ��ȓ" �� $� �@� ƭ��" �� #� �@� �z��" �� #� �@� ���x" �� #� �@� ���i" �� "� �@� �o�i" �� #� �@� ���k" �� $� �@� ����" �� $� �@� ����" �� $� �@� ����" �� $� �@� ̙ϯ" �� #� �@� �o��" �� #� �@� ���p" �� $� �@� ����" �� $� �@� ��ڞ" �� #� �@� ٚ�o" �� #� �@� ���h" �� $� �@� ����" �� $� �@� ����" �� #� �@� ���y" �� $� �@� ��Ǜ" �� $� �@� ��Ǹ" �� #� �@� ���|" �� #� �@� �ڹ" �� $� �@� ��֫" �� "� �@� �j�e" �� $� �>� چ߰" �� $��@�����" �� #��@��|��" �� "� �@� �}�i" �� #� �@� ���|" �� $� �@� ���" �� $��@�����" �� $� �?� ��ߔ" �� $� �>� ����" �� $� �@� ����" �� #� �@� ���z" �� #� �@� �fӶ" �� $� �@� ����" �� $� �>� ���" �� $� �@� ˑ��" �� "� �>� �}�i" �� $� �?� ���" �� #� �?� �i��" �� $� �>� Ź�" �� $� �?� ����" �� $� �?� ״��" �� $� �?� ��׿" �� $� �?� ����" �� $� �>� ����" �� $� �?� ����" �� #� �?� ���j" �� $� �?� ���" �� "� �?� �n�p" �� $� �?� ����" �� #� �?� �u��" �� $� �?� ����" �� $� �@� ����" �� $� �@� ����" �� $� �>� ����" �� #� �>� ȹ�m" �� $� �>� ����" �� $� �>� ��˧" �� #� �>� �s��" �� "� �>� �z�h" �� $� �>� ʫҚ" �� $� �>� ����" �� "� �>� �v�z" �� "� �>� �f�i" �� #� �>� �v��" �� $� �>� ����" �� $� �>� ‹��" �� $� �?� ���" �� #� �>� ���x" �� #� �>� ���x" �� $� �?� ���" �� $� �?� ����" �� $� �?� ����" �� $� �?� ����" �� #� �?� ���h" �� $� �>� ���" �� $� �?� ����" �� #� �>� ���x" �� $� �?� ����" �� $� �?� ���" �� $� �?� ����" �� $� �?� ����" �� #��N��x�" �� #��N����y" �� #� +�=� +���w" �� #� +�=� +���|" �� $� +�=� +����" �� #� +�=� +���q" �� $� +�=� +���" �� $� +�=� +��" �� $� +�=� +����" �� #� +�=� +�t��" �� $� +�=� +����" �� #� +�=� +���" �� $� +�=� +����" �� $� +�=� +����" �� #� +�=� +�~��" �� $� +�=� +����" �� $� +�=� +����" �� $� +�=� +���" �� #� +�=� +���g" �� $� +�=� +���" �� "� +�=� +�t�r" �� #� +�=� +���f" �� #� +�=� +�q��" �� $� +�=� +����" �� $� +�=� +�Ũ" �� $� +�=� +����" �� $� +�=� +Դ��" �� #� +�=� +�xή" �� $� +�=� +ä��" �� $� +�=� +���" �� #� +�=� +�uޢ" �� #� +�=� +�s��" �� $� +�=� +��Ț" �� $� +�=� +����" �� #� +�=� +�i�" �� $� �<� ȇ�" �� #� +�=� +�h��" �� $� +�=� +���" �� #� +�=� +†�~" �� $� +�=� +����" �� #� +�=� +�j��" �� $� �<� ��۰" �� #� �<� �i��" �� $� �<� ޚΪ" �� $� �<� ����" �� $� �<� ��" �� $� +�=� +����" �� #� �<� ���k" �� $� +�=� +����" �� #� +�=� +���f" �� #� +�=� +�m��" �� $� +�=� +����" �� $� +�=� +��è" �� $� +�=� +����" �� $� +�=� +����" �� "� �<� �l�y" �� #� �<� ���j" �� $� �<� ���" �� #� +�=� +Ь�i" �� $� +�=� +���" �� #� �<� ���s" �� $� �<� ���" �� $� �<� ���" �� #� �<� ���r" �� #� +�=� +�rц" �� $� +�=� +��ۓ" �� $� +�=� +����" �� $� +�=� +��ٹ" �� #� +�=� +�l��" �� $� +�=� +��՞" �� #� �>� ���v" �� #� +�=� +��p" �� $� �>� ����" �� $� �>� ����" �� $� +�=� +����" �� "� +�=� +�j�~" �� $� +�=� +����" �� $� �>� ϙ��" �� $� �>� ���" �� #� �>� �z΍" �� $� �>� �ښ" �� #� +�=� +�v�" �� $� +�=� +���" �� $� +�=� +���" �� !� +�=� +�~�" �� $� �>� �ҿ" �� #� +�=� +�i��" �� $� �=� ����" �� $� +�=� +̛��" �� "� �>� �j�k" �� #� �>� �o��" �� $� �>� ����" �� #� �>� Ζ�t" �� #� �>� �v��" �� "� �>� �u�m" �� #� �>� ��y" �� $� �>� ��˨" �� "� �>� �i�l" �� $� �>� ����" �� #� +�=� +�~�" �� #� �>� ��z" �� $� �<� ����" �� $� �>� ���" �� #� �>� ��s" �� $� �<� ٷ��" �� $��;�֕�" �� $� �<� ş��" �� $� �<� Ԏ��" �� #� �<� ���i" �� $� �<� Ě��" �� $� �;� ����" �� $� �;� ����" �� #� �<� ���z" �� $��;�پ��" �� "� �>� ��{" �� $� �;� Č��" �� $��;�����" �� $� �>� ����" �� $� �>� ����" �� $� �<� ���" �� #� �<� �f��" �� $� �<� ӉѶ" �� #� �;� ��r" �� #� �;� ���q" �� #� �<� ���{" �� #��;��k��" �� #� �<� ���n" �� #� �<� �x��" �� "� �<� �x�u" �� $� �<� ś��" �� $� �<� ����" �� $� �<� ��Ō" �� $� �<� ����" �� #� +�=� +�u��" �� #� +�=� +���z" �� $� �<� ����" �� #� �<� ؽ�r" �� #� �<� ���y" �� #� �<� �k��" �� #� �<� �w��" �� #� �<� ���y" �� #� �<� ���e" �� $� �<� ����" �� "� �<� �k�u" �� #� �<� Ǫ�e" �� $� �<� ����" �� "� +�=� +�i�" �� $� +�=� +����" �� "� �<� �p�e" �� $� �<� ����" �� $� �<� ��ߢ" �� $� �<� ڣ��" �� $� �<� ߤ��" �� $� �<� ͳ��" �� $� +�=� +����" �� $� �<� ���" �� $� +�=� +����" �� $� +�<� +ɗ��" �� #� �<� �o��" �� $� �<� ގɉ" �� $� �<� ��Ѭ" �� "� �<� �g�x" �� $� �<� ծ��" �� #� +�=� +�y��" �� $� +�=� +����" �� $� +�=� +Ŀ��" �� #� +�=� +��e" �� "� +�=� +�x�t" �� #� +�=� +���h" �� #� �<� ���q" �� $� +�=� +��Б" �� #� +�=� +���e" �� #� +�=� +���p" �� #� +�=� +�g��" �� $� +�<� +����" �� #� �<� �s��" �� $� +�<� +���" �� "� +�=� +�r�e" �� $� +�=� +��Ӏ" �� "� �<� ��o" �� #� +�<� +ڗ�|" �� $��:���ٿ" �� #��:���w" �� $� �<� ����" �� $��:���͡" �� #� �<� �q�" �� $� +�<� +����" �� $��:�����" �� $� �<� ٫Ƈ" �� #��:����" �� $��:�����" �� #��:���h" �� $��:���ܬ" �� #��:��g��" �� $��;�����" �� #��;����y" �� $��;�֐��" �� $��;�����" �� #��;����y" �� #��;����e" �� $��;����" �� $��;�Ɣ��" �� $��;�܅��" �� $� �<� ���" �� $� �<� ����" �� $� �<� ����" �� #��;���k" �� $��;�����" �� $��;�����" �� #� �<� �f̩" �� #��;����v" �� $� �<� ����" �� #��;����r" �� $� �<� ����" �� $� �<� ֥��" �� $� �<� ʲ�" �� #� �<� ���o" �� #� �<� ���k" �� $��;�ŕܜ" �� $� �<� ���" �� $��;�����" �� $� �<� ����" �� $� �<� ����" �� $� �<� ���" �� #� �<� ���j" �� #� �<� ���j" �� $� �<� ��Ĉ" �� $� �<� Ͷ��" �� #��:���h" �� $� �<� ��ƅ" �� $��:�����" �� $� �<� ����" �� $� �<� ����" �� #��:����e" �� $��:�����" �� #��:����{" �� #��:��r��" �� #��:��ȋ" �� #��:��}��" �� $��:�Ԃ��" �� #��:��hƵ" �� "��:��~�m" �� #��:����t" �� #� �<� ���y" �� $� �<� ����" �� $� �<� ����" �� #� �<� �k��" �� #� �<� ���l" �� #� �<� ���v" �� $� �<� Ò��" �� $��:�����" �� $��:�����" �� $��:����" �� $��:�����" �� $��:�̴�" �� #��:�خ�w" �� $��:����" �� $��:�����" �� $� �@� ����" �� $� �@� ����" �� $� �@� Ѧ��" �� $� �?� ɻ�" �� $� �@� ���" �� #� �@� ���l" �� #� �@� ���t" �� #� �?� ���v" �� #� �@� ���v" �� $� �?� ����" �� #� �?� ���" �� $� �?� ����" �� $� �?� �͜" �� $� �?� ����" �� $� �?� ��լ" �� #� �@� ��~" �� $� �@� ����" �� #� �@� �t��" �� #� �@� �}ť" �� #� �?� �gĮ" �� "� �?� �v�f" �� #� �?� ���m" �� $� �@� ����" �� "� �?� �y�~" �� $� �?� ����" �� #� �?� �w��" �� "� �@� �o�~" �� $� �?� ����" �� #� �@� ���}" �� $� �@� ��×" �� #� �@� �x��" �� $� �?� ���" �� $� �?� ��" �� #� �?� ܎�h" �� $� �?� ˱��" �� #� �?� ���l" �� $� �?� ȋ��" �� $� �?� ݖ��" �� $� �?� ݒ��" �� $� �?� ����" �� #� �?� ���g" �� $� �?� �ɛ" �� #� �?� ���f" �� #� �?� �j�" �� #� �?� ��y" �� $� �?� ĉ��" �� #� �?� ��" �� $� �?� ����" �� "� �?� �v�g" �� $� �?� ����" �� "� �@� �i�k" �� $� �@� ����" �� "� �@� �k�" �� $� �@� ƍ��" �� #� �@� ��o" �� $� �?� ����" �� $� �?� ����" �� "� �?� �x�l" �� $� �?� ����" �� $� �@� ӆ��" �� #� �@� ���p" �� $� �@� ��" �� $� �@� ���" �� $� �>� ����" �� $� �>� ́��" �� #� �>� ���r" �� $� �?� ����" �� $� �>� ����" �� #� �>� ���w" �� #� �>� ���t" �� $� �>� Ҥ��" �� $� �>� ǘ��" �� $� �@� ��ę" �� $� �>� ����" �� $� �>� ܮ׾" �� #� �>� ���g" �� $� �>� ¹��" �� #� �>� �sވ" �� #� �>� �~��" �� $� �>� ����" �� #� �>� ���}" �� #� �?� ���s" �� #� �>� �r��" �� #� �>� �v��" �� $� �>� ���" �� #� �>� �o��" �� #� �>� �t��" �� $� �>� ����" �� $� �>� ����" �� #� �?� ���}" �� #� �>� �f��" �� $� �>� ����" �� $� �>� ���" �� $� �>� ����" �� #� �?� �tȢ" �� #� �>� �x��" �� $� �>� �ġ" �� $� �>� ����" �� #� �@� ��{" �� $� �@� ���" �� #� �>� �v��" �� $� �>� ӂ��" �� #��8����y" �� #��8����e" �� $��8�����" �� #��8����o" �� $��8����" �� $��8�����" �� $��8���ׯ" �� #��8��n��" �� #��8�޷�k" �� $� �?� ���" �� $� �?� ��ɑ" �� #� �?� ���e" �� #� �?� ��w" �� $� �>� ��" �� $��7�Ý��" �� #��7�Ԇ�" �� $��7�����" �� #��7��i��" �� $��8�����" �� "��7��u�h" �� $��7���ߓ" �� #��7����j" �� #��7��s��" �� #��7�Ҋ�u" �� #��7����w" �� "��7��w�~" �� "� �?� �t�x" �� $� �?� дї" �� $� �?� �ۚ" �� $� �?� ��ˉ" �� $� �?� ����" �� #� �?� ���f" �� $� �?� Х�" �� #� �?� �i��" �� $� �?� ��у" �� #��8��p��" �� $��6����" �� $��5�ʘ��" �� #��8��r��" �� "��8��f�p" �� $��5�����" �� "��5��{�r" �� $� �@� ����" �� $� �@� ����" �� $� �?� ���" �� #��8����t" �� $��8�É��" �� #��8��i��" �� $��8���ɮ" �� #��8����r" �� $��8�����" �� #��8����~" �� $��5����" �� $��8�å��" �� $��8�����" �� #��8����h" �� #��8����z" �� $��6�����" �� $��5�����" �� $��6�؜��" �� #��5�Ħ�q" �� #��5����y" �� #��5����e" �� $��5�����" �� #��5����e" �� #��5���r" �� #��5��g�" �� #��5����u" � � $��5�˾�" �� $��5�����" �� $��6���އ" �� #��5��~ث" � � $��5�ڟ��" �� #��8����p" �� $��5�����" �� $��8�����" �� "��8��o�q" �� $��8�����" �� $��8�����" �� $��6�����" �� #��8��g܂" �� #��8����e" �� $��6�߁��" �� #��5��i�" �� #��6��t��" �� #��8��m��" � � $��8���" �� $��8�����" � � #��8����e" �� #��8��g��" �� #��8����e" �� $��8�����" �� #��8��u��" �� $��8�͆ǐ" �� #��8����z" �� $��8�����" �� #��8����m" �� #��8�ɱ�k" �� $��8�����" �� #��8��i��" �� #��8���u" �� $��8�ɔ��" �� $��8�����" �� #��7��s��" �� #��8����e" �� $��7�ȧ�" �� #��7����i" �� #��8�߱�x" �� $��7�ٍۀ" �� "��7���l" �� $��7����" �� #��7��j��" �� $��7���Ǥ" �� $��7�����" �� #��7��}��" �� $��7�ޫ��" �� $��7����" �� $��7�����" �� "��7��s�p" �� #��8����e" �� #��8���e" �� #��8���e" �� #��8����e" �� #��7����e" �� $��7�׭��" �� #��7��y��" �� #��7����" �� $��7����" �� $��8�����" �� $��7�����" �� $��7�����" � � $��7�����" �� #��7�ؕ�" �� $��7���̕" �� $��7�����" � � #��7��z��" �� #��7����o" �� #��7����t" �� $��7�����" �� $��7�����" �� #��7�ڼ�l" �� #��7����s" �� #��7����t" �� "��7��y�m" �� #��7�ǵ�l" �� $��7�œ��" �� $��7��—" �� $��7�؟��" � � #��7���p" �� #��7��}��" �� $��7�����" � � #��7��f��" � � $� +�=� +����" �� #� +�=� +�|��" �� #� �>� �jϣ" �� #� +�=� +���u" �� $� +�=� +���" �� #� +�=� +ى�f" �� $� +�=� +����" �� $� +�=� +Ă��" �� "� +�=� +�v�j" �� $� +�=� +����" �� #� +�=� +߹�" �� #� +�=� +���i" �� "� +�=� +�p�e" �� "� +�=� +�w�x" �� $� +�=� +�ύ" �� $��9�Þ�" �� $� +�=� +����" �� $��:����" �� $��:�ؼ��" �� #��:��j��" �� $��:�٢��" �� $��:����" �� $��9�Ǡ��" �� #��9����u" �� #��9��t��" �� $��9����" �� $��9�����" �� #��:��t��" �� #��:��h��" �� $��9�ݠ��" �� $��:����" �� "� +�=� +�j�" �� $� +�=� +����" �� $� +�=� +����" �� #� +�=� +���p" �� $��9�����" �� $��9���Ī" �� #��9����j" �� $��9�����" �� #� +�=� +���" �� #� +�=� +ܢ�e" �� #� +�=� +���h" �� #��9����e" �� $��9���؅" �� #��9��ߝ" �� $��9����" �� "��9��k�e" �� #��9��~��" �� $��9�ԏ��" �� $��9�Ҝ��" �� $��9���ȃ" �� #��9��z��" �� $��9�����" �� #��9����u" �� "��9���u" �� #��9��j��" �� $��8�����" �� $��9�Ɋϒ" �� #��9����w" �� #��9���f" �� #��9��k��" �� #��9��s޶" �� #��:����t" �� "��9��l�~" �� $��9����" �� $��:����" �� #��:����~" �� #��:�ݺ�~" �� #��9��~��" �� #��:��n��" �� $��:����" �� $��:�����" �� $��:�����" �� $��:�����" �� $��:����" �� #��:��f�" �� #��:��v��" �� $��:�����" �� #��:����n" �� $��:�ۖ��" �� "��:��t�}" �� #��:��e��" �� #��:��k��" �� $��:���׷" �� $��:���nj" �� "��:��k�l" �� #��:����x" �� $��:�����" �� $��:�ӊ��" �� $��:����" �� #��:����e" �� #��:����m" �� "��:��x�n" �� #��:��i��" �� #��:��sʩ" �� $��:����" �� #��:�Ϩ�v" �� $��:���Ė" �� #��:�֓�m" �� $��:�����" �� #��:��|��" �� $��:�����" �� $��:�����" �� $��9���Ԯ" �� $��9����" �� "��9��l�|" �� #��9����k" �� #��9�ܶ�q" �� "��:��q�m" �� $��9�����" �� #��:��iǷ" �� #��:��|��" �� "��:��s�j" �� #��:����o" �� #��:����y" �� $��:����" �� $��:���՘" �� $��:���ȝ" �� $��:�˘��" �� $��:�����" �� #��:�Ż�i" �� #��:��tږ" �� $��:�ȉ��" �� $��:�����" �� $��:�����" �� #��:�“�u" �� $��9�����" �� #��9����u" �� $��7�ȼ��" �� $��9���" �� $��9���ϝ" �� $��8����" �� $��9����" �� "��9��n�" �� #��7��g�" �� $��8�ʞ��" �� $��7�����" �� $��8����" �� $��9�֚ڨ" �� $��8���î" �� #��8����g" �� $��8���Ä" �� $��8�����" �� $��8�¼�" �� $��8�݃��" �� #��9�σ�p" �� $��9�����" �� #��9�І�n" �� $��9���Ӆ" �� #��8����t" �� $��8�·܄" �� $��8�����" �� #��8����e" �� #��8����q" �� $��9�����" �� $��9���ϡ" �� $��9���ϔ" �� $��9�߾��" �� $��8�ȕ��" �� #��8����p" �� $��8���ֵ" �� $��8�����" �� #��8��r��" �� #��8��g��" �� #��8����j" �� #��8����l" �� $��8�����" �� $��8�֝��" �� #��8��{�" �� $��8�����" �� #��8����h" �� #��8��n��" �� $��8����" �� $��8�����" �� $��8�����" �� $��8���ɯ" �� #��8����{" �� #��9��r��" �� $��8����" �� #��9����w" �� #��9����l" �� $��9�����" �� $��9�˼ɢ" �� $��9�ڋ��" �� $��8�ӡ�" � � #��9����f" �� $��9�Ӧ��" �� #��9�ڄ�n" �� #��9����y" � � $��9���֤" � � $��9����" �� $��9����" �� #��9��r��" �� #��9����p" �� #��9����r" �� #��9�ت�f" �� $��9�����" �� "��9��h�r" �� $��9�����" �� "��9��w�n" �� #��9��}��" �� #��9��i�" �� #��9��y��" �� #��9�ފ�f" �� #��9��p�" �� "��9��z�j" �� $��9�����" �� $��:�����" �� $��9�����" �� $��9�����" �� #��:�à�|" �� $��:���ڰ" �� $��9�٨��" �� $��9���ڃ" �� #��9����n" �� #��9����x" �� #��9�Ļ�{" �� $��9�ó��" �� #��9����i" �� $��9�ұ��" �� $��9�����" �� #��9����k" �� $��9�����" �� #��9��{��" �� $��9����" �� #��9��x�" �� $��9�Î��" �� $��9�ć��" �� $��9�����" �� $��9����" �� #��9��x��" �� #��9����s" �� $��9�����" �� $��9�����" �� #��9����g" �� #� �>� �i��" �� $� �>� ����" �� $� �=� ���" �� $� �>� Ǐ�" �� $� �>� ����" �� $��R�Ӎ��" �� $��R�����" �� #� �>� �k��" �� "� �>� ��ٵ" �� "� �>� �q�u" �� $� �>� ���" �� #� �>� ߧ�}" �� #� �>� �l��" �� #� �>� ���n" �� $� �>� ���" �� $� �>� ɳ��" �� $� �>� ����" �� #��R��u��" �� $� �>� ҽ��" �� $� �>� ��Տ" �� "� �>� �z�s" �� $� �>� ����" �� #� �>� ���f" �� $� �<� ����" �� $� �<� ����" �� $� �<� ����" �� $� �>� ����" �� #� �<� щ�" �� #� �<� �xDŽ" �� $� �<� ��˅" �� $� �<� ����" �� $� �<� ����" �� $� �<� ����" �� $� �<� ����" �� "� �<� �w�h" �� #� �<� ��h" �� #��;����" �� #� �>� ���s" �� $� �<� ٕ��" �� $� �<� ����" �� $� �<� ����" �� $��;��ʨ" �� $��R�����" �� "� �<� �}�y" �� $� �<� ���" �� #� �<� ӟ�s" �� $� �<� ��֨" �� #� �<� �j�" �� $��;�����" �� $� �<� ����" �� $� �<� ��ӽ" �� $� �<� ����" �� $��;����" �� #� �<� �t��" �� #� �<� ���p" �� $� �<� ў��" �� $� �<� ����" �� "��;��v�~" �� $� �<� φ��" �� $��;�����" �� $��;�����" �� #��;����" �� $��;����" �� $��;�ʡމ" �� #� �<� �r��" �� #� �<� ��q" �� #� �<� ���h" �� $� �<� ����" �� #� �<� ج�y" �� $� �<� ����" �� #� �>� ���v" �� $��;�����" �� $� �>� ���" �� #� �>� �wԭ" �� #� �>� �n�" �� $��;�����" �� #� �>� Ѥ�y" �� $� �>� ����" �� $� �>� ���" �� $��;�����" �� $��;����" �� "��;��n�v" �� #��;���i" �� $��;�����" �� #��;��n�" �� #��;����o" �� #��;����|" �� $� �>� Ɛе" �� $��:���ɾ" �� $��:�����" �� $��:�����" �� $� �>� ���" �� #� �>� ���p" �� $��:�����" �� #��:��w��" �� "��:��l�m" �� $��:�����" �� "��:��o�m" �� $��:�޺ř" �� #��:����v" �� #��:���x" �� $��:����" �� #��:����|" �� #��;���v" �� $��;�����" �� $��;����" �� $��;�����" �� #��;�٬�}" �� #��;��fԧ" �� #��;�Њ�j" �� $��;�����" �� $��;���" �� #��;����~" �� $��:����" �� $��:�Ĭ��" �� $��:�����" �� $��:�����" �� $��:�����" �� $��:�����" �� $��:���ψ" �� $��:�����" �� #��:����i" �� $��:�����" �� #��:��h��" �� $��:�����" �� "��:��r�s" �� #��;����j" �� #��:����k" �� #��;����x" �� $��:�����" �� $��;���ڇ" �� #��;��z��" �� $��;�����" �� $��;�����" �� $��:�����" �� #��;����" �� $��;����" �� #��;����|" �� $��;�ٱ��" �� "��;��x�k" �� #��;��|ɸ" �� $��;�����" �� #��;��k��" �� #��;����e" �� $��;�����" �� $��;���̈́" �� #��;����}" �� #��;����p" �� $��;�����" �� #��;����p" �� #��;����q" �� $��;����" �� $��;�،ެ" �� #��;���s" �� $��;����" �� #��;����|" �� #��;��v��" �� $��;���؞" �� $��;�����" �� #��;��~��" �� $��;�����" �� "��;��k�f" �� $��;�ۛ��" �� #��;�߬�p" �� !��;���j" �� $��:�����" �� $��:�ӛ��" �� $��:�����" �� $��:���˗" �� #��;��m�" �� $��;�����" �� $��;��ւ" �� #��;��k��" �� #��;��v��" �� #��;����q" �� #��;�ֽ�p" �� #��;���k" �� $��;�ۘ��" �� "��;��z�k" �� #��;��p��" �� $��;�����" �� #��;��nڽ" �� #��;���{" �� #��;����x" �� $��;����" �� $��;���ߥ" �� #��;����" �� $��;�����" �� $��;�֊��" �� $��;����" �� #��;����u" �� $��;�€�" �� $��;�����" �� $��;���Ս" �� #��;��~��" �� $��;�����" �� &��;����" �� "#��;��g��" �� !��;�Æ�s" �� $��;�����" �� $��;�����" �� $��;�̍��" �� $��;���ŭ" �� $��;��Ƃ" �� #��;��w‰" �� $��;�ٽ��" �� #��5�ے�l" � � $��6�����" � � #��6�ߋ�z" � � $��6�����" � � #��6��{��" � � $��5�����" � � "��6��o�u" � � #��5�Ɲ�y" � � #��6�Ţ�z" � � #��6��{�" � � $��6����" � � #��6��|��" � � "��6��t�s" � � "��6��p�o" � � $��6��г" � � #��6��{��" � � $��5�����" � � $��6�����" � � #��6����p" � � $��7�����" � � $��8�����" � � #��8����z" � � $��7�ǰӖ" � � $��7���܁" � � #��6�ԝ�e" � � #��6��p��" � � #��7�݌�u" � � $��7�����" � � $��8�����" � � $��6�����" � � #��7��y�" � � $��6�����" � � $��6�����" � � $��6�����" � � #��6��gǁ" � � #��6��m��" � � $��6�ƛ��" � � #��6��k��" � � $��6�����" � � #��6����r" � � $��6�����" � � "��6��y�v" � � #��6��i��" � � $��6�Ԍ��" � � $��6����" � � #��6���t" � � #��6��͹" � � #��6����}" � � $��7�����" � � $��6����" � � $��6�����" � � "��7��j�" � � #��7��z��" � � $��7�����" � � #��6����e" � � #��6����e" � � $��6����" � � $��6�ʆ��" � � $��6�ۆ��" � � #��6��{��" � � $��7�����" � � #��7��n��" � � $��7�����" � � "��7��{�{" � � #��7����l" � � $��7�����" � � #��7��v��" � � #��7��y�" � � #��7��lé" � � $��7����" � � $��7�����" � � $��7�܃Ϲ" � � #��6����w" � � "��7��|�r" � � $��7�Ѹܹ" � � $��7�����" � � $��7�����" � � #��7����o" � � #��7��sÕ" � � #��7����q" � � $��7�����" � � $��7���߂" � � "��7��m�i" � � $��7�����" � � #��7��s��" � � $��7�����" � � #��7��s�" � � $��7�����" � � $��7�ɡ��" � � $��7�����" � � $��7�ٸ�" � � #��7��p��" � � #��7��x��" � � "��7��j�" � � #��7��zϲ" � � $��6�����" � � $��6����" � � $��7�����" � � #��7��{��" � � #��7���f" � � #��7��v��" � � $��6�ѯ��" � � #��7��w��" � � #��7��}�" � � #��7��r��" � � $��7�����" � � #��7��s��" � � $��7���Պ" � � $��7����" � � #��7����f" � � #��7����h" � � $��7����" � � #��7��s��" � � $��7���Ҁ" � � $��7�����" � � $��7�����" � � $��7�����" � � $��7�����" � � $��6����" � � $��6�����" � � #��6��|̤" � � $��6����" � � $��6�����" � � $��6�ݥ��" � � $��6�����" � � $��6�����" � � #��4�ѣ�f" � � $��4�����" � � #��4��u��" � � #��6����" � � #��6�˞�e" � � #��4����" � � $��4�ݢ��" � � $��4�����" � � #��6�Ĵ�e" � � $��6���؄" � � $��4�����" � � #��7��~��" � � #��7��g��" � � "��6��s�h" � � "��6��r�g" � � #��4���o" � � $��4����" � � $��4�����" � � #��4����h" � � $��4�����" � � $��4�����" � � $��4�����" � � #��4����i" � � $��4���Ӈ" � � #��4����i" � � "��4��g�y" � � #��4����y" � � #��4��l��" � � #��4����y" � � #��4�Ó�y" � � #��7��v��" � � #��6��}Ö" � � #��7����t" � � #��7��y��" � � $��7����" � � #��6����l" � � $��7�����" � � "��7��n�o" � � #��8����l" � � #��8��u��" � � $��8�����" � � #��8�ڥ�|" � � $��8�ł��" � � $��8���Е" � � $��8�����" � � #��8��g��" � � #��8��j�" � � "��8��z�}" � � $��8�����" � � #��8��r��" � � $��8��ǡ" � � $��8�٧�" � � $��8�����" � � $��8�ډ��" � � $��8�ʎɫ" � � #��9��mھ" � � "��9��~�s" � � $��9�����" � � "��9��w�m" � � $��9�����" � � #��9����" � � "��8��w�~" � � #��9����|" � � $��9����" � � #��9��}��" � � "��9��m�z" � � $��9�����" � � $��9�ڍ��" � � $��9���̼" � � $��8�Ӛ��" � � $��8�ő��" � � #��8����e" � � $��8�Ƌ��" � � #��8����u" � � $��8�����" � � "��8��w�v" � � $��8����" � � "��8��p�j" � � "��8��i�" � � $��8�����" � � #��8��q��" � � $��8�����" � � #��9����y" � � #��9��q��" � � #��9����q" � � $��8�Ŋ�" � � $��9�����" � � $��9����" � � #��9��u�" � � #��9���u" � � #��9��|ɦ" � � $��8�����" � � #��4�ϊ�e" � � $��4�����" � � "�2��˜" � +�"�2����" � +�"�2��ȏ" � +�"�2ɀ��" � +�"�2Ġ��" � +�!�3�{��" � +� \ No newline at end of file diff --git a/tests/expected/auto/s3_1_0_0.pbf.geojson b/tests/expected/auto/s3_1_0_0.pbf.geojson new file mode 100644 index 000000000..c0928f3c5 --- /dev/null +++ b/tests/expected/auto/s3_1_0_0.pbf.geojson @@ -0,0 +1,267972 @@ +{ + "features": [ + { + "geometry": { + "coordinates": [ + [ + [ + [ + 93, + 551 + ], + [ + 94, + 550 + ], + [ + 94, + 549 + ], + [ + 92, + 549 + ], + [ + 95, + 546 + ], + [ + 94, + 543 + ], + [ + 89, + 544 + ], + [ + 84, + 542 + ], + [ + 81, + 540 + ], + [ + 80, + 536 + ], + [ + 74, + 540 + ], + [ + 77, + 541 + ], + [ + 78, + 548 + ], + [ + 87, + 548 + ], + [ + 93, + 551 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99766", + "ALAND10": 6195492617, + "AWATER10": 117490766, + "GEOID10": "99766", + "ZCTA5CE10": "99766", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 97, + 528 + ], + [ + 97, + 526 + ], + [ + 95, + 526 + ], + [ + 95, + 528 + ], + [ + 97, + 528 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99761", + "ALAND10": 41010701, + "AWATER10": 319230, + "GEOID10": "99761", + "ZCTA5CE10": "99761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 103, + 513 + ], + [ + 98, + 517 + ], + [ + 99, + 519 + ], + [ + 103, + 513 + ] + ] + ], + [ + [ + [ + 101, + 520 + ], + [ + 103, + 522 + ], + [ + 101, + 526 + ], + [ + 106, + 528 + ], + [ + 106, + 529 + ], + [ + 109, + 528 + ], + [ + 110, + 529 + ], + [ + 112, + 528 + ], + [ + 112, + 523 + ], + [ + 110, + 521 + ], + [ + 112, + 521 + ], + [ + 112, + 519 + ], + [ + 105, + 518 + ], + [ + 105, + 519 + ], + [ + 104, + 520 + ], + [ + 101, + 520 + ] + ] + ], + [ + [ + [ + 101, + 520 + ], + [ + 99, + 519 + ], + [ + 97, + 519 + ], + [ + 92, + 521 + ], + [ + 90, + 528 + ], + [ + 92, + 529 + ], + [ + 96, + 534 + ], + [ + 97, + 538 + ], + [ + 100, + 536 + ], + [ + 98, + 535 + ], + [ + 98, + 532 + ], + [ + 94, + 530 + ], + [ + 94, + 526 + ], + [ + 96, + 528 + ], + [ + 96, + 524 + ], + [ + 101, + 520 + ] + ] + ], + [ + [ + [ + 103, + 513 + ], + [ + 105, + 511 + ], + [ + 103, + 510 + ], + [ + 103, + 513 + ] + ] + ], + [ + [ + [ + 105, + 518 + ], + [ + 104, + 516 + ], + [ + 103, + 517 + ], + [ + 105, + 518 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99752", + "ALAND10": 10269350860, + "AWATER10": 2475161955, + "GEOID10": "99752", + "ZCTA5CE10": "99752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 114, + 520 + ], + [ + 116, + 518 + ], + [ + 120, + 519 + ], + [ + 121, + 516 + ], + [ + 118, + 513 + ], + [ + 114, + 513 + ], + [ + 112, + 517 + ], + [ + 113, + 517 + ], + [ + 114, + 520 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99770", + "ALAND10": 2276731527, + "AWATER10": 111749559, + "GEOID10": "99770", + "ZCTA5CE10": "99770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 134, + 590 + ], + [ + 134, + 588 + ], + [ + 132, + 588 + ], + [ + 132, + 590 + ], + [ + 134, + 590 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99723", + "ALAND10": 53902819, + "AWATER10": 9951750, + "GEOID10": "99723", + "ZCTA5CE10": "99723", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 136, + 582 + ], + [ + 137, + 577 + ], + [ + 134, + 576 + ], + [ + 135, + 571 + ], + [ + 132, + 570 + ], + [ + 130, + 574 + ], + [ + 127, + 573 + ], + [ + 127, + 576 + ], + [ + 133, + 578 + ], + [ + 134, + 582 + ], + [ + 136, + 582 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99791", + "ALAND10": 2178896451, + "AWATER10": 29388992, + "GEOID10": "99791", + "ZCTA5CE10": "99791", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 164, + 573 + ], + [ + 165, + 570 + ], + [ + 165, + 568 + ], + [ + 161, + 567 + ], + [ + 159, + 563 + ], + [ + 154, + 560 + ], + [ + 156, + 567 + ], + [ + 162, + 572 + ], + [ + 162, + 573 + ], + [ + 164, + 573 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99789", + "ALAND10": 2410361881, + "AWATER10": 6389348, + "GEOID10": "99789", + "ZCTA5CE10": "99789", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 140, + 535 + ], + [ + 140, + 531 + ], + [ + 143, + 528 + ], + [ + 143, + 523 + ], + [ + 147, + 522 + ], + [ + 146, + 515 + ], + [ + 143, + 515 + ], + [ + 143, + 513 + ], + [ + 139, + 513 + ], + [ + 139, + 510 + ], + [ + 136, + 510 + ], + [ + 135, + 512 + ], + [ + 132, + 512 + ], + [ + 132, + 510 + ], + [ + 130, + 510 + ], + [ + 133, + 516 + ], + [ + 130, + 518 + ], + [ + 136, + 516 + ], + [ + 129, + 520 + ], + [ + 127, + 518 + ], + [ + 124, + 522 + ], + [ + 126, + 526 + ], + [ + 131, + 527 + ], + [ + 130, + 529 + ], + [ + 132, + 529 + ], + [ + 134, + 535 + ], + [ + 140, + 535 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99786", + "ALAND10": 18380888498, + "AWATER10": 155140076, + "GEOID10": "99786", + "ZCTA5CE10": "99786", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 171, + 575 + ], + [ + 173, + 574 + ], + [ + 174, + 572 + ], + [ + 176, + 572 + ], + [ + 170, + 560 + ], + [ + 167, + 561 + ], + [ + 169, + 562 + ], + [ + 168, + 569 + ], + [ + 166, + 571 + ], + [ + 165, + 569 + ], + [ + 165, + 574 + ], + [ + 168, + 573 + ], + [ + 171, + 575 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99510", + "ALAND10": 3928243086, + "AWATER10": 625223514, + "GEOID10": "99510", + "ZCTA5CE10": "99510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 177, + 571 + ], + [ + 174, + 572 + ], + [ + 173, + 574 + ], + [ + 179, + 573 + ], + [ + 177, + 571 + ] + ] + ], + [ + [ + [ + 177, + 571 + ], + [ + 179, + 571 + ], + [ + 180, + 569 + ], + [ + 177, + 571 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99734", + "ALAND10": 521306057, + "AWATER10": 313810595, + "GEOID10": "99734", + "ZCTA5CE10": "99734", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 162, + 519 + ], + [ + 163, + 519 + ], + [ + 161, + 515 + ], + [ + 163, + 516 + ], + [ + 164, + 514 + ], + [ + 158, + 513 + ], + [ + 156, + 521 + ], + [ + 154, + 521 + ], + [ + 152, + 520 + ], + [ + 150, + 523 + ], + [ + 154, + 525 + ], + [ + 153, + 528 + ], + [ + 158, + 528 + ], + [ + 159, + 525 + ], + [ + 162, + 529 + ], + [ + 162, + 523 + ], + [ + 160, + 522 + ], + [ + 162, + 520 + ], + [ + 162, + 519 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99726", + "ALAND10": 5947550297, + "AWATER10": 80906366, + "GEOID10": "99726", + "ZCTA5CE10": "99726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 184, + 490 + ], + [ + 184, + 488 + ], + [ + 182, + 488 + ], + [ + 182, + 490 + ], + [ + 184, + 490 + ] + ] + ], + [ + [ + [ + 167, + 511 + ], + [ + 169, + 506 + ], + [ + 164, + 504 + ], + [ + 163, + 506 + ], + [ + 160, + 505 + ], + [ + 158, + 508 + ], + [ + 164, + 508 + ], + [ + 167, + 511 + ] + ] + ], + [ + [ + [ + 179, + 527 + ], + [ + 175, + 524 + ], + [ + 179, + 522 + ], + [ + 176, + 519 + ], + [ + 172, + 518 + ], + [ + 172, + 517 + ], + [ + 170, + 515 + ], + [ + 170, + 521 + ], + [ + 173, + 524 + ], + [ + 167, + 522 + ], + [ + 169, + 527 + ], + [ + 170, + 525 + ], + [ + 171, + 527 + ], + [ + 172, + 534 + ], + [ + 180, + 534 + ], + [ + 183, + 531 + ], + [ + 183, + 528 + ], + [ + 179, + 527 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99701", + "ALAND10": 11061127104, + "AWATER10": 37199490, + "GEOID10": "99701", + "ZCTA5CE10": "99701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 177, + 547 + ], + [ + 174, + 544 + ], + [ + 174, + 553 + ], + [ + 175, + 551 + ], + [ + 177, + 552 + ], + [ + 179, + 558 + ], + [ + 182, + 559 + ], + [ + 187, + 553 + ], + [ + 188, + 557 + ], + [ + 183, + 561 + ], + [ + 180, + 567 + ], + [ + 181, + 569 + ], + [ + 177, + 572 + ], + [ + 181, + 572 + ], + [ + 186, + 569 + ], + [ + 193, + 569 + ], + [ + 190, + 564 + ], + [ + 194, + 553 + ], + [ + 193, + 548 + ], + [ + 201, + 548 + ], + [ + 201, + 550 + ], + [ + 208, + 550 + ], + [ + 208, + 548 + ], + [ + 221, + 549 + ], + [ + 221, + 542 + ], + [ + 193, + 542 + ], + [ + 193, + 534 + ], + [ + 183, + 534 + ], + [ + 182, + 538 + ], + [ + 177, + 537 + ], + [ + 175, + 543 + ], + [ + 177, + 547 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99519", + "ALAND10": 33102482620, + "AWATER10": 244043563, + "GEOID10": "99519", + "ZCTA5CE10": "99519", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 196, + 536 + ], + [ + 197, + 533 + ], + [ + 196, + 527 + ], + [ + 197, + 525 + ], + [ + 191, + 519 + ], + [ + 186, + 521 + ], + [ + 187, + 523 + ], + [ + 192, + 527 + ], + [ + 193, + 533 + ], + [ + 196, + 536 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99781", + "ALAND10": 4768486246, + "AWATER10": 67930659, + "GEOID10": "99781", + "ZCTA5CE10": "99781", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 60, + 394 + ], + [ + 60, + 392 + ], + [ + 58, + 392 + ], + [ + 58, + 394 + ], + [ + 60, + 394 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99591", + "ALAND10": 90081562, + "AWATER10": 624012, + "GEOID10": "99591", + "ZCTA5CE10": "99591", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 88, + 513 + ], + [ + 89, + 502 + ], + [ + 87, + 503 + ], + [ + 83, + 501 + ], + [ + 81, + 503 + ], + [ + 79, + 502 + ], + [ + 78, + 499 + ], + [ + 74, + 500 + ], + [ + 72, + 498 + ], + [ + 67, + 500 + ], + [ + 77, + 507 + ], + [ + 88, + 513 + ] + ] + ], + [ + [ + [ + 89, + 502 + ], + [ + 91, + 502 + ], + [ + 91, + 501 + ], + [ + 89, + 502 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99772", + "ALAND10": 9268597937, + "AWATER10": 983089067, + "GEOID10": "99772", + "ZCTA5CE10": "99772", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 76, + 493 + ], + [ + 77, + 494 + ], + [ + 77, + 490 + ], + [ + 76, + 493 + ] + ] + ], + [ + [ + [ + 80, + 498 + ], + [ + 81, + 496 + ], + [ + 78, + 495 + ], + [ + 80, + 498 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99778", + "ALAND10": 848420849, + "AWATER10": 86963471, + "GEOID10": "99778", + "ZCTA5CE10": "99778", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 91, + 496 + ], + [ + 92, + 494 + ], + [ + 91, + 494 + ], + [ + 88, + 491 + ], + [ + 88, + 485 + ], + [ + 85, + 484 + ], + [ + 80, + 485 + ], + [ + 80, + 489 + ], + [ + 85, + 492 + ], + [ + 87, + 491 + ], + [ + 86, + 494 + ], + [ + 91, + 496 + ] + ] + ], + [ + [ + [ + 96, + 492 + ], + [ + 99, + 491 + ], + [ + 96, + 485 + ], + [ + 95, + 488 + ], + [ + 93, + 488 + ], + [ + 96, + 492 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99762", + "ALAND10": 5470341031, + "AWATER10": 191066712, + "GEOID10": "99762", + "ZCTA5CE10": "99762", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 84, + 458 + ], + [ + 84, + 456 + ], + [ + 82, + 456 + ], + [ + 82, + 458 + ], + [ + 84, + 458 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99666", + "ALAND10": 220745942, + "AWATER10": 11319535, + "GEOID10": "99666", + "ZCTA5CE10": "99666", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 102, + 492 + ], + [ + 104, + 489 + ], + [ + 103, + 488 + ], + [ + 99, + 485 + ], + [ + 97, + 489 + ], + [ + 99, + 491 + ], + [ + 96, + 492 + ], + [ + 94, + 494 + ], + [ + 96, + 496 + ], + [ + 98, + 495 + ], + [ + 97, + 493 + ], + [ + 100, + 493 + ], + [ + 102, + 496 + ], + [ + 103, + 494 + ], + [ + 102, + 492 + ] + ] + ], + [ + [ + [ + 96, + 492 + ], + [ + 93, + 489 + ], + [ + 93, + 491 + ], + [ + 96, + 492 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99739", + "ALAND10": 3509164942, + "AWATER10": 26903745, + "GEOID10": "99739", + "ZCTA5CE10": "99739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 107, + 491 + ], + [ + 107, + 489 + ], + [ + 105, + 489 + ], + [ + 105, + 491 + ], + [ + 107, + 491 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99753", + "ALAND10": 12337423, + "AWATER10": 0, + "GEOID10": "99753", + "ZCTA5CE10": "99753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 134, + 500 + ], + [ + 134, + 498 + ], + [ + 131, + 499 + ], + [ + 131, + 498 + ], + [ + 127, + 498 + ], + [ + 127, + 492 + ], + [ + 124, + 488 + ], + [ + 122, + 489 + ], + [ + 116, + 485 + ], + [ + 115, + 488 + ], + [ + 113, + 488 + ], + [ + 116, + 490 + ], + [ + 116, + 495 + ], + [ + 117, + 495 + ], + [ + 116, + 505 + ], + [ + 119, + 505 + ], + [ + 119, + 507 + ], + [ + 125, + 507 + ], + [ + 125, + 512 + ], + [ + 130, + 512 + ], + [ + 130, + 510 + ], + [ + 133, + 510 + ], + [ + 135, + 505 + ], + [ + 133, + 502 + ], + [ + 135, + 501 + ], + [ + 134, + 500 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99746", + "ALAND10": 19911002572, + "AWATER10": 161702674, + "GEOID10": "99746", + "ZCTA5CE10": "99746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 114, + 479 + ], + [ + 109, + 477 + ], + [ + 109, + 480 + ], + [ + 113, + 484 + ], + [ + 114, + 479 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99684", + "ALAND10": 1798148741, + "AWATER10": 14617667, + "GEOID10": "99684", + "ZCTA5CE10": "99684", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 100, + 454 + ], + [ + 100, + 452 + ], + [ + 98, + 452 + ], + [ + 98, + 454 + ], + [ + 100, + 454 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99585", + "ALAND10": 127774686, + "AWATER10": 31128808, + "GEOID10": "99585", + "ZCTA5CE10": "99585", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 108, + 454 + ], + [ + 108, + 450 + ], + [ + 107, + 449 + ], + [ + 102, + 448 + ], + [ + 102, + 451 + ], + [ + 104, + 453 + ], + [ + 105, + 452 + ], + [ + 106, + 454 + ], + [ + 108, + 454 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99657", + "ALAND10": 2106951588, + "AWATER10": 231869581, + "GEOID10": "99657", + "ZCTA5CE10": "99657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 117, + 453 + ], + [ + 117, + 448 + ], + [ + 111, + 448 + ], + [ + 112, + 453 + ], + [ + 117, + 453 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99607", + "ALAND10": 2035594259, + "AWATER10": 2036001, + "GEOID10": "99607", + "ZCTA5CE10": "99607", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 125, + 454 + ], + [ + 125, + 452 + ], + [ + 123, + 452 + ], + [ + 123, + 454 + ], + [ + 125, + 454 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99575", + "ALAND10": 258516994, + "AWATER10": 19617629, + "GEOID10": "99575", + "ZCTA5CE10": "99575", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 127, + 454 + ], + [ + 127, + 452 + ], + [ + 125, + 452 + ], + [ + 125, + 454 + ], + [ + 127, + 454 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99656", + "ALAND10": 178526721, + "AWATER10": 19940399, + "GEOID10": "99656", + "ZCTA5CE10": "99656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 86, + 437 + ], + [ + 86, + 435 + ], + [ + 84, + 435 + ], + [ + 84, + 437 + ], + [ + 86, + 437 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99690", + "ALAND10": 254538272, + "AWATER10": 11658, + "GEOID10": "99690", + "ZCTA5CE10": "99690", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 98, + 434 + ], + [ + 98, + 432 + ], + [ + 96, + 432 + ], + [ + 96, + 434 + ], + [ + 98, + 434 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99680", + "ALAND10": 300247592, + "AWATER10": 694404, + "GEOID10": "99680", + "ZCTA5CE10": "99680", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 109, + 443 + ], + [ + 109, + 441 + ], + [ + 107, + 441 + ], + [ + 107, + 443 + ], + [ + 109, + 443 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99679", + "ALAND10": 3971620, + "AWATER10": 298881, + "GEOID10": "99679", + "ZCTA5CE10": "99679", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 130, + 450 + ], + [ + 128, + 453 + ], + [ + 129, + 455 + ], + [ + 130, + 454 + ], + [ + 149, + 454 + ], + [ + 153, + 457 + ], + [ + 153, + 446 + ], + [ + 150, + 446 + ], + [ + 151, + 440 + ], + [ + 127, + 441 + ], + [ + 126, + 439 + ], + [ + 119, + 440 + ], + [ + 117, + 448 + ], + [ + 121, + 448 + ], + [ + 128, + 442 + ], + [ + 129, + 443 + ], + [ + 130, + 449 + ], + [ + 130, + 450 + ] + ] + ], + [ + [ + [ + 117, + 448 + ], + [ + 117, + 443 + ], + [ + 109, + 444 + ], + [ + 111, + 447 + ], + [ + 117, + 448 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99557", + "ALAND10": 34881050032, + "AWATER10": 320699183, + "GEOID10": "99557", + "ZCTA5CE10": "99557", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 117, + 424 + ], + [ + 121, + 419 + ], + [ + 120, + 412 + ], + [ + 115, + 418 + ], + [ + 116, + 422 + ], + [ + 115, + 423 + ], + [ + 117, + 424 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99628", + "ALAND10": 3803865702, + "AWATER10": 200092832, + "GEOID10": "99628", + "ZCTA5CE10": "99628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 114, + 430 + ], + [ + 116, + 424 + ], + [ + 115, + 423 + ], + [ + 116, + 422 + ], + [ + 115, + 417 + ], + [ + 112, + 417 + ], + [ + 111, + 419 + ], + [ + 107, + 417 + ], + [ + 109, + 421 + ], + [ + 111, + 422 + ], + [ + 112, + 427 + ], + [ + 114, + 430 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99678", + "ALAND10": 5710356490, + "AWATER10": 136022404, + "GEOID10": "99678", + "ZCTA5CE10": "99678", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 118, + 387 + ], + [ + 118, + 385 + ], + [ + 116, + 385 + ], + [ + 116, + 387 + ], + [ + 118, + 387 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99648", + "ALAND10": 28926603, + "AWATER10": 22254784, + "GEOID10": "99648", + "ZCTA5CE10": "99648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 78, + 368 + ], + [ + 78, + 366 + ], + [ + 76, + 366 + ], + [ + 76, + 368 + ], + [ + 78, + 368 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99685", + "ALAND10": 153697031, + "AWATER10": 21192108, + "GEOID10": "99685", + "ZCTA5CE10": "99685", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 111, + 382 + ], + [ + 111, + 380 + ], + [ + 109, + 380 + ], + [ + 109, + 382 + ], + [ + 111, + 382 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99661", + "ALAND10": 460477141, + "AWATER10": 935565, + "GEOID10": "99661", + "ZCTA5CE10": "99661", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 150, + 505 + ], + [ + 149, + 500 + ], + [ + 152, + 500 + ], + [ + 149, + 497 + ], + [ + 149, + 492 + ], + [ + 146, + 491 + ], + [ + 145, + 486 + ], + [ + 139, + 486 + ], + [ + 138, + 482 + ], + [ + 136, + 481 + ], + [ + 134, + 483 + ], + [ + 136, + 487 + ], + [ + 134, + 487 + ], + [ + 135, + 491 + ], + [ + 133, + 496 + ], + [ + 138, + 493 + ], + [ + 141, + 496 + ], + [ + 143, + 502 + ], + [ + 150, + 505 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99768", + "ALAND10": 12537722119, + "AWATER10": 287410734, + "GEOID10": "99768", + "ZCTA5CE10": "99768", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 168, + 493 + ], + [ + 168, + 492 + ], + [ + 172, + 492 + ], + [ + 175, + 490 + ], + [ + 175, + 486 + ], + [ + 172, + 483 + ], + [ + 166, + 483 + ], + [ + 163, + 478 + ], + [ + 161, + 479 + ], + [ + 145, + 478 + ], + [ + 150, + 484 + ], + [ + 147, + 484 + ], + [ + 145, + 486 + ], + [ + 146, + 491 + ], + [ + 150, + 492 + ], + [ + 153, + 489 + ], + [ + 158, + 491 + ], + [ + 157, + 494 + ], + [ + 163, + 491 + ], + [ + 167, + 494 + ], + [ + 168, + 493 + ] + ] + ], + [ + [ + [ + 169, + 494 + ], + [ + 169, + 496 + ], + [ + 174, + 496 + ], + [ + 169, + 494 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99756", + "ALAND10": 23303322808, + "AWATER10": 225313720, + "GEOID10": "99756", + "ZCTA5CE10": "99756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 154, + 478 + ], + [ + 154, + 477 + ], + [ + 150, + 474 + ], + [ + 150, + 472 + ], + [ + 146, + 468 + ], + [ + 139, + 466 + ], + [ + 139, + 464 + ], + [ + 138, + 465 + ], + [ + 136, + 464 + ], + [ + 136, + 465 + ], + [ + 132, + 466 + ], + [ + 133, + 467 + ], + [ + 135, + 466 + ], + [ + 138, + 466 + ], + [ + 138, + 468 + ], + [ + 136, + 469 + ], + [ + 137, + 472 + ], + [ + 142, + 476 + ], + [ + 141, + 478 + ], + [ + 154, + 478 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99627", + "ALAND10": 10437793754, + "AWATER10": 14248490, + "GEOID10": "99627", + "ZCTA5CE10": "99627", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 159, + 478 + ], + [ + 157, + 474 + ], + [ + 154, + 474 + ], + [ + 151, + 470 + ], + [ + 150, + 474 + ], + [ + 154, + 477 + ], + [ + 154, + 478 + ], + [ + 159, + 478 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99757", + "ALAND10": 2217187236, + "AWATER10": 69766035, + "GEOID10": "99757", + "ZCTA5CE10": "99757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 146, + 466 + ], + [ + 147, + 466 + ], + [ + 149, + 468 + ], + [ + 153, + 466 + ], + [ + 154, + 464 + ], + [ + 153, + 460 + ], + [ + 148, + 460 + ], + [ + 144, + 464 + ], + [ + 146, + 466 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99691", + "ALAND10": 3988139963, + "AWATER10": 19189549, + "GEOID10": "99691", + "ZCTA5CE10": "99691", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 175, + 495 + ], + [ + 175, + 493 + ], + [ + 173, + 493 + ], + [ + 173, + 495 + ], + [ + 175, + 495 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99758", + "ALAND10": 7833798, + "AWATER10": 0, + "GEOID10": "99758", + "ZCTA5CE10": "99758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 181, + 495 + ], + [ + 181, + 494 + ], + [ + 179, + 494 + ], + [ + 179, + 498 + ], + [ + 176, + 498 + ], + [ + 179, + 500 + ], + [ + 182, + 498 + ], + [ + 181, + 495 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99790", + "ALAND10": 997784879, + "AWATER10": 1247846, + "GEOID10": "99790", + "ZCTA5CE10": "99790", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 192, + 498 + ], + [ + 195, + 492 + ], + [ + 199, + 493 + ], + [ + 205, + 493 + ], + [ + 199, + 487 + ], + [ + 191, + 486 + ], + [ + 192, + 489 + ], + [ + 183, + 490 + ], + [ + 182, + 492 + ], + [ + 178, + 491 + ], + [ + 178, + 493 + ], + [ + 192, + 498 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99712", + "ALAND10": 9125835532, + "AWATER10": 3853928, + "GEOID10": "99712", + "ZCTA5CE10": "99712", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 178, + 488 + ], + [ + 178, + 491 + ], + [ + 183, + 491 + ], + [ + 183, + 489 + ], + [ + 178, + 487 + ], + [ + 178, + 488 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99709", + "ALAND10": 1317482685, + "AWATER10": 20507766, + "GEOID10": "99709", + "ZCTA5CE10": "99709", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 184, + 490 + ], + [ + 187, + 489 + ], + [ + 187, + 486 + ], + [ + 184, + 489 + ], + [ + 184, + 490 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99705", + "ALAND10": 277285875, + "AWATER10": 12686549, + "GEOID10": "99705", + "ZCTA5CE10": "99705", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 186, + 487 + ], + [ + 191, + 486 + ], + [ + 189, + 485 + ], + [ + 192, + 482 + ], + [ + 188, + 483 + ], + [ + 186, + 487 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99714", + "ALAND10": 902211390, + "AWATER10": 70525174, + "GEOID10": "99714", + "ZCTA5CE10": "99714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 163, + 457 + ], + [ + 160, + 458 + ], + [ + 160, + 457 + ], + [ + 162, + 454 + ], + [ + 154, + 457 + ], + [ + 164, + 463 + ], + [ + 167, + 463 + ], + [ + 170, + 465 + ], + [ + 173, + 464 + ], + [ + 170, + 460 + ], + [ + 169, + 456 + ], + [ + 167, + 455 + ], + [ + 165, + 455 + ], + [ + 163, + 457 + ] + ], + [ + [ + 163, + 457 + ], + [ + 162, + 460 + ], + [ + 161, + 459 + ], + [ + 163, + 457 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99683", + "ALAND10": 6951680782, + "AWATER10": 51714030, + "GEOID10": "99683", + "ZCTA5CE10": "99683", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 162, + 460 + ], + [ + 165, + 456 + ], + [ + 167, + 446 + ], + [ + 165, + 444 + ], + [ + 163, + 444 + ], + [ + 163, + 446 + ], + [ + 153, + 446 + ], + [ + 153, + 457 + ], + [ + 162, + 454 + ], + [ + 160, + 457 + ], + [ + 160, + 458 + ], + [ + 163, + 457 + ], + [ + 161, + 459 + ], + [ + 162, + 460 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99667", + "ALAND10": 12062383274, + "AWATER10": 67027299, + "GEOID10": "99667", + "ZCTA5CE10": "99667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 170, + 453 + ], + [ + 172, + 455 + ], + [ + 175, + 454 + ], + [ + 175, + 452 + ], + [ + 172, + 449 + ], + [ + 169, + 448 + ], + [ + 170, + 453 + ] + ] + ], + [ + [ + [ + 170, + 455 + ], + [ + 167, + 448 + ], + [ + 165, + 455 + ], + [ + 170, + 456 + ], + [ + 170, + 455 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99688", + "ALAND10": 4161254241, + "AWATER10": 26663481, + "GEOID10": "99688", + "ZCTA5CE10": "99688", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 175, + 465 + ], + [ + 174, + 461 + ], + [ + 171, + 459 + ], + [ + 174, + 458 + ], + [ + 174, + 456 + ], + [ + 170, + 453 + ], + [ + 170, + 460 + ], + [ + 172, + 465 + ], + [ + 175, + 465 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99676", + "ALAND10": 2624447444, + "AWATER10": 30795429, + "GEOID10": "99676", + "ZCTA5CE10": "99676", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 173, + 450 + ], + [ + 174, + 449 + ], + [ + 174, + 448 + ], + [ + 172, + 447 + ], + [ + 170, + 444 + ], + [ + 167, + 444 + ], + [ + 168, + 447 + ], + [ + 171, + 447 + ], + [ + 173, + 450 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99654", + "ALAND10": 1289918916, + "AWATER10": 50331577, + "GEOID10": "99654", + "ZCTA5CE10": "99654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 175, + 483 + ], + [ + 174, + 481 + ], + [ + 176, + 480 + ], + [ + 175, + 479 + ], + [ + 177, + 479 + ], + [ + 178, + 477 + ], + [ + 175, + 475 + ], + [ + 177, + 474 + ], + [ + 177, + 471 + ], + [ + 166, + 466 + ], + [ + 166, + 470 + ], + [ + 161, + 475 + ], + [ + 164, + 478 + ], + [ + 162, + 478 + ], + [ + 166, + 483 + ], + [ + 175, + 483 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99743", + "ALAND10": 13860739879, + "AWATER10": 9451220, + "GEOID10": "99743", + "ZCTA5CE10": "99743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 175, + 483 + ], + [ + 175, + 489 + ], + [ + 177, + 488 + ], + [ + 180, + 489 + ], + [ + 178, + 486 + ], + [ + 183, + 482 + ], + [ + 187, + 482 + ], + [ + 187, + 477 + ], + [ + 182, + 476 + ], + [ + 177, + 477 + ], + [ + 177, + 479 + ], + [ + 175, + 479 + ], + [ + 176, + 480 + ], + [ + 174, + 481 + ], + [ + 175, + 483 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99760", + "ALAND10": 6828448559, + "AWATER10": 76586455, + "GEOID10": "99760", + "ZCTA5CE10": "99760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 180, + 477 + ], + [ + 181, + 475 + ], + [ + 178, + 474 + ], + [ + 179, + 471 + ], + [ + 177, + 471 + ], + [ + 176, + 476 + ], + [ + 180, + 477 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99755", + "ALAND10": 1011163991, + "AWATER10": 624910, + "GEOID10": "99755", + "ZCTA5CE10": "99755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 179, + 471 + ], + [ + 174, + 468 + ], + [ + 175, + 467 + ], + [ + 175, + 465 + ], + [ + 172, + 465 + ], + [ + 174, + 470 + ], + [ + 177, + 471 + ], + [ + 179, + 471 + ] + ] + ], + [ + [ + [ + 191, + 468 + ], + [ + 191, + 466 + ], + [ + 189, + 466 + ], + [ + 189, + 468 + ], + [ + 191, + 468 + ] + ] + ], + [ + [ + [ + 180, + 470 + ], + [ + 184, + 469 + ], + [ + 184, + 466 + ], + [ + 182, + 466 + ], + [ + 183, + 468 + ], + [ + 180, + 470 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99729", + "ALAND10": 1542209160, + "AWATER10": 10167890, + "GEOID10": "99729", + "ZCTA5CE10": "99729", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 176, + 447 + ], + [ + 174, + 447 + ], + [ + 176, + 448 + ], + [ + 174, + 448 + ], + [ + 174, + 451 + ], + [ + 176, + 452 + ], + [ + 176, + 449 + ], + [ + 178, + 450 + ], + [ + 179, + 449 + ], + [ + 176, + 447 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99645", + "ALAND10": 1144811706, + "AWATER10": 60862850, + "GEOID10": "99645", + "ZCTA5CE10": "99645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 182, + 453 + ], + [ + 185, + 452 + ], + [ + 183, + 451 + ], + [ + 183, + 446 + ], + [ + 179, + 446 + ], + [ + 179, + 448 + ], + [ + 178, + 450 + ], + [ + 175, + 450 + ], + [ + 177, + 452 + ], + [ + 178, + 451 + ], + [ + 182, + 453 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99674", + "ALAND10": 2887189587, + "AWATER10": 26983734, + "GEOID10": "99674", + "ZCTA5CE10": "99674", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 190, + 465 + ], + [ + 191, + 457 + ], + [ + 195, + 455 + ], + [ + 196, + 457 + ], + [ + 196, + 454 + ], + [ + 189, + 453 + ], + [ + 185, + 451 + ], + [ + 184, + 452 + ], + [ + 186, + 454 + ], + [ + 184, + 457 + ], + [ + 187, + 457 + ], + [ + 187, + 459 + ], + [ + 186, + 463 + ], + [ + 190, + 465 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99588", + "ALAND10": 5288138125, + "AWATER10": 178124016, + "GEOID10": "99588", + "ZCTA5CE10": "99588", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 122, + 419 + ], + [ + 121, + 419 + ], + [ + 117, + 423 + ], + [ + 115, + 423 + ], + [ + 116, + 428 + ], + [ + 114, + 430 + ], + [ + 119, + 440 + ], + [ + 126, + 439 + ], + [ + 127, + 440 + ], + [ + 129, + 438 + ], + [ + 128, + 428 + ], + [ + 130, + 424 + ], + [ + 127, + 422 + ], + [ + 118, + 426 + ], + [ + 122, + 419 + ] + ] + ], + [ + [ + [ + 122, + 419 + ], + [ + 124, + 417 + ], + [ + 129, + 417 + ], + [ + 124, + 414 + ], + [ + 122, + 419 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99576", + "ALAND10": 21451900500, + "AWATER10": 821640398, + "GEOID10": "99576", + "ZCTA5CE10": "99576", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 135, + 425 + ], + [ + 136, + 422 + ], + [ + 132, + 421 + ], + [ + 129, + 418 + ], + [ + 129, + 421 + ], + [ + 135, + 425 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99625", + "ALAND10": 2072363574, + "AWATER10": 400519, + "GEOID10": "99625", + "ZCTA5CE10": "99625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 145, + 440 + ], + [ + 144, + 438 + ], + [ + 140, + 438 + ], + [ + 139, + 432 + ], + [ + 143, + 432 + ], + [ + 144, + 435 + ], + [ + 146, + 436 + ], + [ + 147, + 438 + ], + [ + 148, + 435 + ], + [ + 143, + 429 + ], + [ + 142, + 426 + ], + [ + 139, + 426 + ], + [ + 139, + 427 + ], + [ + 136, + 429 + ], + [ + 136, + 440 + ], + [ + 145, + 440 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99640", + "ALAND10": 7864308684, + "AWATER10": 174068345, + "GEOID10": "99640", + "ZCTA5CE10": "99640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 146, + 430 + ], + [ + 145, + 427 + ], + [ + 142, + 427 + ], + [ + 142, + 429 + ], + [ + 144, + 428 + ], + [ + 146, + 430 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99606", + "ALAND10": 542093330, + "AWATER10": 14160188, + "GEOID10": "99606", + "ZCTA5CE10": "99606", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 149, + 430 + ], + [ + 147, + 427 + ], + [ + 145, + 427 + ], + [ + 146, + 430 + ], + [ + 149, + 430 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99647", + "ALAND10": 565003498, + "AWATER10": 27645549, + "GEOID10": "99647", + "ZCTA5CE10": "99647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 153, + 428 + ], + [ + 152, + 426 + ], + [ + 151, + 427 + ], + [ + 150, + 425 + ], + [ + 148, + 425 + ], + [ + 149, + 427 + ], + [ + 151, + 435 + ], + [ + 150, + 446 + ], + [ + 163, + 446 + ], + [ + 163, + 444 + ], + [ + 165, + 444 + ], + [ + 160, + 440 + ], + [ + 160, + 438 + ], + [ + 159, + 439 + ], + [ + 156, + 433 + ], + [ + 154, + 433 + ], + [ + 156, + 431 + ], + [ + 155, + 429 + ], + [ + 153, + 428 + ] + ] + ], + [ + [ + [ + 148, + 425 + ], + [ + 149, + 423 + ], + [ + 148, + 423 + ], + [ + 145, + 418 + ], + [ + 145, + 423 + ], + [ + 147, + 423 + ], + [ + 148, + 425 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99682", + "ALAND10": 16339095109, + "AWATER10": 425930166, + "GEOID10": "99682", + "ZCTA5CE10": "99682", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 145, + 423 + ], + [ + 145, + 421 + ], + [ + 143, + 421 + ], + [ + 143, + 420 + ], + [ + 144, + 415 + ], + [ + 146, + 415 + ], + [ + 146, + 413 + ], + [ + 144, + 414 + ], + [ + 137, + 414 + ], + [ + 139, + 415 + ], + [ + 135, + 416 + ], + [ + 134, + 414 + ], + [ + 131, + 414 + ], + [ + 134, + 417 + ], + [ + 130, + 417 + ], + [ + 131, + 418 + ], + [ + 132, + 421 + ], + [ + 145, + 423 + ] + ] + ], + [ + [ + [ + 145, + 423 + ], + [ + 143, + 424 + ], + [ + 145, + 424 + ], + [ + 143, + 425 + ], + [ + 146, + 425 + ], + [ + 145, + 423 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99613", + "ALAND10": 9465626987, + "AWATER10": 880835638, + "GEOID10": "99613", + "ZCTA5CE10": "99613", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 131, + 418 + ], + [ + 131, + 416 + ], + [ + 129, + 416 + ], + [ + 129, + 418 + ], + [ + 131, + 418 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99633", + "ALAND10": 211186474, + "AWATER10": 9380596, + "GEOID10": "99633", + "ZCTA5CE10": "99633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 131, + 404 + ], + [ + 131, + 402 + ], + [ + 129, + 402 + ], + [ + 129, + 404 + ], + [ + 131, + 404 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99649", + "ALAND10": 262145149, + "AWATER10": 55962992, + "GEOID10": "99649", + "ZCTA5CE10": "99649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 155, + 408 + ], + [ + 155, + 406 + ], + [ + 153, + 406 + ], + [ + 153, + 408 + ], + [ + 155, + 408 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99550", + "ALAND10": 233488466, + "AWATER10": 7376318, + "GEOID10": "99550", + "ZCTA5CE10": "99550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 155, + 405 + ], + [ + 157, + 406 + ], + [ + 156, + 404 + ], + [ + 158, + 404 + ], + [ + 157, + 402 + ], + [ + 154, + 402 + ], + [ + 155, + 400 + ], + [ + 153, + 400 + ], + [ + 151, + 399 + ], + [ + 149, + 396 + ], + [ + 147, + 394 + ], + [ + 149, + 399 + ], + [ + 146, + 395 + ], + [ + 143, + 400 + ], + [ + 144, + 403 + ], + [ + 147, + 404 + ], + [ + 147, + 403 + ], + [ + 148, + 402 + ], + [ + 148, + 404 + ], + [ + 149, + 404 + ], + [ + 148, + 406 + ], + [ + 149, + 407 + ], + [ + 150, + 405 + ], + [ + 152, + 407 + ], + [ + 154, + 405 + ], + [ + 155, + 405 + ] + ] + ], + [ + [ + [ + 158, + 410 + ], + [ + 157, + 410 + ], + [ + 156, + 409 + ], + [ + 155, + 410 + ], + [ + 154, + 408 + ], + [ + 151, + 408 + ], + [ + 153, + 409 + ], + [ + 152, + 410 + ], + [ + 154, + 411 + ], + [ + 154, + 412 + ], + [ + 156, + 413 + ], + [ + 156, + 411 + ], + [ + 158, + 412 + ], + [ + 158, + 410 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99615", + "ALAND10": 11054698434, + "AWATER10": 1677599927, + "GEOID10": "99615", + "ZCTA5CE10": "99615", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 168, + 442 + ], + [ + 169, + 440 + ], + [ + 165, + 439 + ], + [ + 166, + 437 + ], + [ + 163, + 435 + ], + [ + 162, + 438 + ], + [ + 168, + 442 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99611", + "ALAND10": 844416353, + "AWATER10": 46011207, + "GEOID10": "99611", + "ZCTA5CE10": "99611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 163, + 436 + ], + [ + 167, + 435 + ], + [ + 164, + 432 + ], + [ + 163, + 436 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99669", + "ALAND10": 628914140, + "AWATER10": 16438929, + "GEOID10": "99669", + "ZCTA5CE10": "99669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 166, + 438 + ], + [ + 164, + 439 + ], + [ + 167, + 441 + ], + [ + 168, + 438 + ], + [ + 166, + 438 + ] + ] + ], + [ + [ + [ + 166, + 438 + ], + [ + 167, + 435 + ], + [ + 165, + 435 + ], + [ + 166, + 438 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99672", + "ALAND10": 738922183, + "AWATER10": 23486448, + "GEOID10": "99672", + "ZCTA5CE10": "99672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 170, + 435 + ], + [ + 171, + 437 + ], + [ + 172, + 436 + ], + [ + 172, + 434 + ], + [ + 170, + 435 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99572", + "ALAND10": 358774423, + "AWATER10": 14586286, + "GEOID10": "99572", + "ZCTA5CE10": "99572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 172, + 444 + ], + [ + 172, + 442 + ], + [ + 170, + 442 + ], + [ + 170, + 444 + ], + [ + 172, + 444 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99518", + "ALAND10": 9788966, + "AWATER10": 0, + "GEOID10": "99518", + "ZCTA5CE10": "99518", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 173, + 449 + ], + [ + 173, + 447 + ], + [ + 171, + 447 + ], + [ + 171, + 449 + ], + [ + 173, + 449 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99652", + "ALAND10": 301443269, + "AWATER10": 32416435, + "GEOID10": "99652", + "ZCTA5CE10": "99652", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 179, + 446 + ], + [ + 179, + 442 + ], + [ + 176, + 442 + ], + [ + 173, + 446 + ], + [ + 179, + 446 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99567", + "ALAND10": 1595661074, + "AWATER10": 50520438, + "GEOID10": "99567", + "ZCTA5CE10": "99567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 173, + 443 + ], + [ + 173, + 441 + ], + [ + 171, + 441 + ], + [ + 171, + 443 + ], + [ + 173, + 443 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99540", + "ALAND10": 131788404, + "AWATER10": 153250, + "GEOID10": "99540", + "ZCTA5CE10": "99540", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 173, + 446 + ], + [ + 176, + 442 + ], + [ + 174, + 443 + ], + [ + 173, + 446 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99577", + "ALAND10": 556193688, + "AWATER10": 3639161, + "GEOID10": "99577", + "ZCTA5CE10": "99577", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 170, + 435 + ], + [ + 171, + 433 + ], + [ + 169, + 429 + ], + [ + 165, + 433 + ], + [ + 166, + 435 + ], + [ + 169, + 434 + ], + [ + 170, + 435 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99610", + "ALAND10": 2401021132, + "AWATER10": 26201295, + "GEOID10": "99610", + "ZCTA5CE10": "99610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 172, + 441 + ], + [ + 176, + 440 + ], + [ + 174, + 438 + ], + [ + 172, + 439 + ], + [ + 170, + 437 + ], + [ + 172, + 441 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99605", + "ALAND10": 789264021, + "AWATER10": 94924074, + "GEOID10": "99605", + "ZCTA5CE10": "99605", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 176, + 440 + ], + [ + 175, + 437 + ], + [ + 172, + 434 + ], + [ + 172, + 439 + ], + [ + 174, + 438 + ], + [ + 176, + 440 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99631", + "ALAND10": 1103299242, + "AWATER10": 38032325, + "GEOID10": "99631", + "ZCTA5CE10": "99631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 164, + 430 + ], + [ + 163, + 428 + ], + [ + 160, + 427 + ], + [ + 161, + 430 + ], + [ + 164, + 430 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99556", + "ALAND10": 916714819, + "AWATER10": 296697, + "GEOID10": "99556", + "ZCTA5CE10": "99556", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 162, + 432 + ], + [ + 164, + 431 + ], + [ + 163, + 430 + ], + [ + 160, + 429 + ], + [ + 162, + 432 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99639", + "ALAND10": 571574153, + "AWATER10": 81222, + "GEOID10": "99639", + "ZCTA5CE10": "99639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 160, + 424 + ], + [ + 160, + 422 + ], + [ + 158, + 422 + ], + [ + 158, + 424 + ], + [ + 160, + 424 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99663", + "ALAND10": 296860046, + "AWATER10": 11748389, + "GEOID10": "99663", + "ZCTA5CE10": "99663", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 162, + 425 + ], + [ + 160, + 426 + ], + [ + 165, + 429 + ], + [ + 165, + 427 + ], + [ + 165, + 421 + ], + [ + 164, + 421 + ], + [ + 160, + 420 + ], + [ + 159, + 422 + ], + [ + 162, + 422 + ], + [ + 161, + 424 + ], + [ + 162, + 425 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99603", + "ALAND10": 2773388904, + "AWATER10": 403166249, + "GEOID10": "99603", + "ZCTA5CE10": "99603", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 175, + 429 + ], + [ + 174, + 428 + ], + [ + 173, + 431 + ], + [ + 173, + 426 + ], + [ + 172, + 429 + ], + [ + 172, + 426 + ], + [ + 171, + 426 + ], + [ + 169, + 424 + ], + [ + 169, + 427 + ], + [ + 168, + 426 + ], + [ + 169, + 431 + ], + [ + 171, + 432 + ], + [ + 170, + 435 + ], + [ + 174, + 434 + ], + [ + 176, + 438 + ], + [ + 178, + 438 + ], + [ + 178, + 429 + ], + [ + 175, + 429 + ] + ] + ], + [ + [ + [ + 168, + 426 + ], + [ + 167, + 424 + ], + [ + 167, + 423 + ], + [ + 164, + 423 + ], + [ + 166, + 426 + ], + [ + 168, + 426 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99664", + "ALAND10": 6657231533, + "AWATER10": 1509779385, + "GEOID10": "99664", + "ZCTA5CE10": "99664", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 175, + 442 + ], + [ + 178, + 441 + ], + [ + 177, + 438 + ], + [ + 176, + 438 + ], + [ + 175, + 442 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99587", + "ALAND10": 627812764, + "AWATER10": 19812361, + "GEOID10": "99587", + "ZCTA5CE10": "99587", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 182, + 441 + ], + [ + 182, + 439 + ], + [ + 180, + 439 + ], + [ + 180, + 441 + ], + [ + 182, + 441 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99693", + "ALAND10": 311249801, + "AWATER10": 214831302, + "GEOID10": "99693", + "ZCTA5CE10": "99693", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 179, + 442 + ], + [ + 179, + 446 + ], + [ + 192, + 445 + ], + [ + 192, + 444 + ], + [ + 196, + 444 + ], + [ + 198, + 447 + ], + [ + 202, + 446 + ], + [ + 200, + 445 + ], + [ + 199, + 443 + ], + [ + 196, + 443 + ], + [ + 195, + 440 + ], + [ + 192, + 439 + ], + [ + 189, + 439 + ], + [ + 189, + 441 + ], + [ + 191, + 443 + ], + [ + 189, + 443 + ], + [ + 187, + 440 + ], + [ + 187, + 443 + ], + [ + 185, + 440 + ], + [ + 184, + 443 + ], + [ + 184, + 440 + ], + [ + 183, + 441 + ], + [ + 183, + 439 + ], + [ + 181, + 440 + ], + [ + 180, + 439 + ], + [ + 177, + 439 + ], + [ + 179, + 440 + ], + [ + 179, + 442 + ] + ], + [ + [ + 181, + 441 + ], + [ + 183, + 445 + ], + [ + 181, + 442 + ], + [ + 181, + 441 + ] + ], + [ + [ + 179, + 442 + ], + [ + 181, + 442 + ], + [ + 181, + 443 + ], + [ + 179, + 442 + ] + ] + ], + [ + [ + [ + 192, + 439 + ], + [ + 190, + 437 + ], + [ + 189, + 438 + ], + [ + 192, + 439 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99686", + "ALAND10": 8178020916, + "AWATER10": 1318931144, + "GEOID10": "99686", + "ZCTA5CE10": "99686", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 204, + 504 + ], + [ + 204, + 501 + ], + [ + 202, + 501 + ], + [ + 203, + 504 + ], + [ + 204, + 504 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99733", + "ALAND10": 276967062, + "AWATER10": 1398608, + "GEOID10": "99733", + "ZCTA5CE10": "99733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 213, + 530 + ], + [ + 211, + 533 + ], + [ + 209, + 532 + ], + [ + 208, + 534 + ], + [ + 204, + 529 + ], + [ + 203, + 518 + ], + [ + 199, + 513 + ], + [ + 205, + 512 + ], + [ + 207, + 515 + ], + [ + 211, + 514 + ], + [ + 213, + 512 + ], + [ + 215, + 513 + ], + [ + 215, + 506 + ], + [ + 211, + 506 + ], + [ + 211, + 504 + ], + [ + 210, + 504 + ], + [ + 210, + 509 + ], + [ + 205, + 511 + ], + [ + 204, + 504 + ], + [ + 196, + 514 + ], + [ + 198, + 525 + ], + [ + 196, + 526 + ], + [ + 197, + 533 + ], + [ + 195, + 537 + ], + [ + 197, + 540 + ], + [ + 198, + 542 + ], + [ + 221, + 542 + ], + [ + 221, + 537 + ], + [ + 216, + 535 + ], + [ + 213, + 530 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99740", + "ALAND10": 23632315018, + "AWATER10": 544166212, + "GEOID10": "99740", + "ZCTA5CE10": "99740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 192, + 509 + ], + [ + 193, + 509 + ], + [ + 195, + 512 + ], + [ + 198, + 512 + ], + [ + 204, + 504 + ], + [ + 203, + 504 + ], + [ + 202, + 501 + ], + [ + 204, + 501 + ], + [ + 208, + 496 + ], + [ + 212, + 496 + ], + [ + 211, + 493 + ], + [ + 207, + 491 + ], + [ + 206, + 487 + ], + [ + 204, + 488 + ], + [ + 204, + 493 + ], + [ + 195, + 492 + ], + [ + 192, + 498 + ], + [ + 189, + 496 + ], + [ + 189, + 497 + ], + [ + 186, + 497 + ], + [ + 182, + 496 + ], + [ + 185, + 501 + ], + [ + 188, + 502 + ], + [ + 192, + 506 + ], + [ + 192, + 509 + ] + ] + ], + [ + [ + [ + 192, + 509 + ], + [ + 184, + 508 + ], + [ + 185, + 509 + ], + [ + 190, + 512 + ], + [ + 192, + 509 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99730", + "ALAND10": 19430032063, + "AWATER10": 37133459, + "GEOID10": "99730", + "ZCTA5CE10": "99730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 210, + 484 + ], + [ + 210, + 487 + ], + [ + 214, + 492 + ], + [ + 220, + 492 + ], + [ + 215, + 496 + ], + [ + 207, + 497 + ], + [ + 204, + 500 + ], + [ + 204, + 504 + ], + [ + 211, + 504 + ], + [ + 211, + 506 + ], + [ + 218, + 507 + ], + [ + 221, + 505 + ], + [ + 221, + 480 + ], + [ + 217, + 481 + ], + [ + 214, + 485 + ], + [ + 210, + 484 + ] + ] + ], + [ + [ + [ + 210, + 484 + ], + [ + 209, + 483 + ], + [ + 207, + 481 + ], + [ + 203, + 485 + ], + [ + 208, + 486 + ], + [ + 210, + 484 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99738", + "ALAND10": 18582285380, + "AWATER10": 152352361, + "GEOID10": "99738", + "ZCTA5CE10": "99738", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 207, + 473 + ], + [ + 208, + 471 + ], + [ + 200, + 472 + ], + [ + 198, + 470 + ], + [ + 199, + 468 + ], + [ + 196, + 468 + ], + [ + 196, + 463 + ], + [ + 192, + 465 + ], + [ + 193, + 467 + ], + [ + 195, + 468 + ], + [ + 193, + 474 + ], + [ + 194, + 479 + ], + [ + 191, + 480 + ], + [ + 192, + 483 + ], + [ + 201, + 486 + ], + [ + 197, + 480 + ], + [ + 201, + 476 + ], + [ + 202, + 480 + ], + [ + 207, + 481 + ], + [ + 203, + 475 + ], + [ + 205, + 473 + ], + [ + 207, + 473 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99737", + "ALAND10": 11125706546, + "AWATER10": 227579018, + "GEOID10": "99737", + "ZCTA5CE10": "99737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 201, + 479 + ], + [ + 201, + 477 + ], + [ + 199, + 477 + ], + [ + 199, + 479 + ], + [ + 201, + 479 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99706", + "ALAND10": 172906521, + "AWATER10": 22218815, + "GEOID10": "99706", + "ZCTA5CE10": "99706", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 206, + 467 + ], + [ + 203, + 471 + ], + [ + 205, + 472 + ], + [ + 206, + 470 + ], + [ + 209, + 470 + ], + [ + 210, + 471 + ], + [ + 215, + 466 + ], + [ + 212, + 466 + ], + [ + 210, + 468 + ], + [ + 208, + 467 + ], + [ + 208, + 465 + ], + [ + 205, + 465 + ], + [ + 206, + 467 + ] + ] + ], + [ + [ + [ + 215, + 466 + ], + [ + 217, + 465 + ], + [ + 215, + 464 + ], + [ + 215, + 466 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99780", + "ALAND10": 3170402873, + "AWATER10": 68255218, + "GEOID10": "99780", + "ZCTA5CE10": "99780", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 203, + 455 + ], + [ + 203, + 452 + ], + [ + 205, + 451 + ], + [ + 205, + 452 + ], + [ + 208, + 450 + ], + [ + 213, + 450 + ], + [ + 214, + 451 + ], + [ + 217, + 450 + ], + [ + 221, + 450 + ], + [ + 221, + 434 + ], + [ + 217, + 435 + ], + [ + 216, + 437 + ], + [ + 211, + 437 + ], + [ + 211, + 439 + ], + [ + 208, + 439 + ], + [ + 206, + 440 + ], + [ + 206, + 442 + ], + [ + 202, + 442 + ], + [ + 202, + 444 + ], + [ + 199, + 444 + ], + [ + 202, + 446 + ], + [ + 199, + 447 + ], + [ + 202, + 448 + ], + [ + 197, + 452 + ], + [ + 197, + 454 + ], + [ + 203, + 455 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99566", + "ALAND10": 24388523547, + "AWATER10": 569506253, + "GEOID10": "99566", + "ZCTA5CE10": "99566", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 202, + 466 + ], + [ + 205, + 464 + ], + [ + 210, + 465 + ], + [ + 209, + 461 + ], + [ + 211, + 458 + ], + [ + 208, + 457 + ], + [ + 208, + 459 + ], + [ + 203, + 462 + ], + [ + 196, + 456 + ], + [ + 196, + 464 + ], + [ + 197, + 461 + ], + [ + 199, + 462 + ], + [ + 200, + 461 + ], + [ + 202, + 466 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99586", + "ALAND10": 5007367753, + "AWATER10": 10978257, + "GEOID10": "99586", + "ZCTA5CE10": "99586", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 196, + 454 + ], + [ + 202, + 448 + ], + [ + 198, + 447 + ], + [ + 196, + 444 + ], + [ + 183, + 445 + ], + [ + 188, + 447 + ], + [ + 187, + 452 + ], + [ + 193, + 454 + ], + [ + 196, + 454 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99573", + "ALAND10": 9104963832, + "AWATER10": 296524670, + "GEOID10": "99573", + "ZCTA5CE10": "99573", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 221, + 479 + ], + [ + 221, + 461 + ], + [ + 217, + 464 + ], + [ + 215, + 464 + ], + [ + 217, + 466 + ], + [ + 213, + 470 + ], + [ + 216, + 473 + ], + [ + 216, + 475 + ], + [ + 219, + 476 + ], + [ + 218, + 478 + ], + [ + 220, + 479 + ], + [ + 221, + 479 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99764", + "ALAND10": 6740230313, + "AWATER10": 15680059, + "GEOID10": "99764", + "ZCTA5CE10": "99764", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 219, + 481 + ], + [ + 215, + 477 + ], + [ + 212, + 479 + ], + [ + 215, + 479 + ], + [ + 216, + 481 + ], + [ + 219, + 481 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99732", + "ALAND10": 847514475, + "AWATER10": 0, + "GEOID10": "99732", + "ZCTA5CE10": "99732", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 180, + 432 + ], + [ + 178, + 429 + ], + [ + 178, + 435 + ], + [ + 179, + 436 + ], + [ + 180, + 435 + ], + [ + 181, + 437 + ], + [ + 182, + 435 + ], + [ + 180, + 433 + ], + [ + 180, + 432 + ] + ] + ], + [ + [ + [ + 199, + 443 + ], + [ + 202, + 439 + ], + [ + 200, + 436 + ], + [ + 193, + 435 + ], + [ + 195, + 437 + ], + [ + 191, + 437 + ], + [ + 193, + 440 + ], + [ + 195, + 440 + ], + [ + 196, + 443 + ], + [ + 199, + 443 + ] + ] + ], + [ + [ + [ + 192, + 436 + ], + [ + 192, + 434 + ], + [ + 189, + 432 + ], + [ + 189, + 435 + ], + [ + 190, + 435 + ], + [ + 190, + 436 + ], + [ + 192, + 436 + ] + ] + ], + [ + [ + [ + 180, + 432 + ], + [ + 181, + 431 + ], + [ + 180, + 430 + ], + [ + 180, + 432 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99574", + "ALAND10": 6393750022, + "AWATER10": 766075285, + "GEOID10": "99574", + "ZCTA5CE10": "99574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 230, + 426 + ], + [ + 232, + 424 + ], + [ + 231, + 423 + ], + [ + 228, + 425 + ], + [ + 230, + 426 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99689", + "ALAND10": 537100603, + "AWATER10": 65284237, + "GEOID10": "99689", + "ZCTA5CE10": "99689", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 251, + 427 + ], + [ + 254, + 426 + ], + [ + 255, + 422 + ], + [ + 253, + 422 + ], + [ + 253, + 423 + ], + [ + 251, + 427 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99840", + "ALAND10": 1124133027, + "AWATER10": 28784118, + "GEOID10": "99840", + "ZCTA5CE10": "99840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 253, + 417 + ], + [ + 255, + 414 + ], + [ + 255, + 410 + ], + [ + 253, + 414 + ], + [ + 251, + 416 + ], + [ + 253, + 417 + ] + ] + ], + [ + [ + [ + 252, + 420 + ], + [ + 247, + 422 + ], + [ + 248, + 425 + ], + [ + 251, + 427 + ], + [ + 253, + 423 + ], + [ + 254, + 419 + ], + [ + 252, + 420 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99827", + "ALAND10": 4467225805, + "AWATER10": 199454994, + "GEOID10": "99827", + "ZCTA5CE10": "99827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 248, + 410 + ], + [ + 250, + 408 + ], + [ + 250, + 406 + ], + [ + 247, + 409 + ], + [ + 248, + 410 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99832", + "ALAND10": 486193940, + "AWATER10": 134207434, + "GEOID10": "99832", + "ZCTA5CE10": "99832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 248, + 416 + ], + [ + 249, + 413 + ], + [ + 248, + 411 + ], + [ + 246, + 412 + ], + [ + 246, + 410 + ], + [ + 239, + 416 + ], + [ + 244, + 419 + ], + [ + 247, + 421 + ], + [ + 252, + 420 + ], + [ + 253, + 417 + ], + [ + 251, + 416 + ], + [ + 254, + 413 + ], + [ + 250, + 412 + ], + [ + 249, + 418 + ], + [ + 248, + 416 + ] + ], + [ + [ + 247, + 417 + ], + [ + 244, + 419 + ], + [ + 243, + 417 + ], + [ + 247, + 417 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99826", + "ALAND10": 8440681344, + "AWATER10": 449601827, + "GEOID10": "99826", + "ZCTA5CE10": "99826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 251, + 411 + ], + [ + 253, + 409 + ], + [ + 251, + 407 + ], + [ + 249, + 410 + ], + [ + 251, + 411 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99825", + "ALAND10": 944741199, + "AWATER10": 101244455, + "GEOID10": "99825", + "ZCTA5CE10": "99825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 258, + 416 + ], + [ + 260, + 417 + ], + [ + 265, + 412 + ], + [ + 266, + 409 + ], + [ + 263, + 405 + ], + [ + 263, + 408 + ], + [ + 261, + 408 + ], + [ + 261, + 412 + ], + [ + 260, + 410 + ], + [ + 258, + 410 + ], + [ + 257, + 414 + ], + [ + 256, + 417 + ], + [ + 258, + 416 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99801", + "ALAND10": 5704251811, + "AWATER10": 790139514, + "GEOID10": "99801", + "ZCTA5CE10": "99801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 116, + 130 + ], + [ + 116, + 128 + ], + [ + 114, + 128 + ], + [ + 114, + 130 + ], + [ + 116, + 130 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96796", + "ALAND10": 119532951, + "AWATER10": 11429247, + "GEOID10": "96796", + "ZCTA5CE10": "96796", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 118, + 131 + ], + [ + 118, + 129 + ], + [ + 116, + 129 + ], + [ + 116, + 131 + ], + [ + 118, + 131 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96746", + "ALAND10": 132869764, + "AWATER10": 7623876, + "GEOID10": "96746", + "ZCTA5CE10": "96746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 127, + 126 + ], + [ + 127, + 124 + ], + [ + 125, + 124 + ], + [ + 125, + 126 + ], + [ + 127, + 126 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96819", + "ALAND10": 56664952, + "AWATER10": 9482418, + "GEOID10": "96819", + "ZCTA5CE10": "96819", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 132, + 123 + ], + [ + 132, + 121 + ], + [ + 130, + 121 + ], + [ + 130, + 123 + ], + [ + 132, + 123 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96763", + "ALAND10": 365360726, + "AWATER10": 59344100, + "GEOID10": "96763", + "ZCTA5CE10": "96763", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 137, + 123 + ], + [ + 137, + 121 + ], + [ + 135, + 121 + ], + [ + 135, + 123 + ], + [ + 137, + 123 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96708", + "ALAND10": 252977458, + "AWATER10": 21125904, + "GEOID10": "96708", + "ZCTA5CE10": "96708", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 139, + 116 + ], + [ + 139, + 114 + ], + [ + 137, + 114 + ], + [ + 137, + 116 + ], + [ + 139, + 116 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96743", + "ALAND10": 963005901, + "AWATER10": 36624622, + "GEOID10": "96743", + "ZCTA5CE10": "96743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 137, + 115 + ], + [ + 137, + 113 + ], + [ + 135, + 113 + ], + [ + 135, + 115 + ], + [ + 137, + 115 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96750", + "ALAND10": 483332309, + "AWATER10": 6313950, + "GEOID10": "96750", + "ZCTA5CE10": "96750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 140, + 117 + ], + [ + 140, + 115 + ], + [ + 138, + 115 + ], + [ + 138, + 117 + ], + [ + 140, + 117 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96727", + "ALAND10": 325799094, + "AWATER10": 37663671, + "GEOID10": "96727", + "ZCTA5CE10": "96727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 142, + 117 + ], + [ + 142, + 115 + ], + [ + 140, + 115 + ], + [ + 140, + 117 + ], + [ + 142, + 117 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96764", + "ALAND10": 114749963, + "AWATER10": 656178, + "GEOID10": "96764", + "ZCTA5CE10": "96764", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 143, + 115 + ], + [ + 143, + 113 + ], + [ + 141, + 113 + ], + [ + 141, + 115 + ], + [ + 143, + 115 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96771", + "ALAND10": 238399863, + "AWATER10": 7555, + "GEOID10": "96771", + "ZCTA5CE10": "96771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 140, + 112 + ], + [ + 140, + 110 + ], + [ + 138, + 110 + ], + [ + 138, + 112 + ], + [ + 140, + 112 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96777", + "ALAND10": 451235934, + "AWATER10": 9584422, + "GEOID10": "96777", + "ZCTA5CE10": "96777", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 253, + 403 + ], + [ + 255, + 401 + ], + [ + 256, + 400 + ], + [ + 257, + 388 + ], + [ + 256, + 393 + ], + [ + 253, + 395 + ], + [ + 255, + 397 + ], + [ + 253, + 397 + ], + [ + 254, + 400 + ], + [ + 252, + 401 + ], + [ + 253, + 403 + ] + ] + ], + [ + [ + [ + 257, + 403 + ], + [ + 257, + 401 + ], + [ + 255, + 401 + ], + [ + 255, + 403 + ], + [ + 257, + 403 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99835", + "ALAND10": 4183050145, + "AWATER10": 956170118, + "GEOID10": "99835", + "ZCTA5CE10": "99835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 261, + 404 + ], + [ + 262, + 401 + ], + [ + 260, + 401 + ], + [ + 260, + 399 + ], + [ + 258, + 397 + ], + [ + 259, + 401 + ], + [ + 258, + 403 + ], + [ + 261, + 404 + ] + ] + ], + [ + [ + [ + 265, + 403 + ], + [ + 265, + 401 + ], + [ + 263, + 401 + ], + [ + 263, + 403 + ], + [ + 265, + 403 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99820", + "ALAND10": 2432162278, + "AWATER10": 151191760, + "GEOID10": "99820", + "ZCTA5CE10": "99820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 260, + 397 + ], + [ + 262, + 394 + ], + [ + 260, + 393 + ], + [ + 259, + 395 + ], + [ + 260, + 397 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99830", + "ALAND10": 703647384, + "AWATER10": 420997530, + "GEOID10": "99830", + "ZCTA5CE10": "99830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 262, + 398 + ], + [ + 266, + 397 + ], + [ + 269, + 394 + ], + [ + 269, + 393 + ], + [ + 264, + 391 + ], + [ + 263, + 393 + ], + [ + 262, + 392 + ], + [ + 259, + 392 + ], + [ + 263, + 395 + ], + [ + 261, + 397 + ], + [ + 262, + 398 + ] + ] + ], + [ + [ + [ + 269, + 402 + ], + [ + 271, + 399 + ], + [ + 270, + 398 + ], + [ + 272, + 398 + ], + [ + 272, + 396 + ], + [ + 269, + 394 + ], + [ + 267, + 397 + ], + [ + 266, + 397 + ], + [ + 264, + 399 + ], + [ + 269, + 402 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99833", + "ALAND10": 6908429832, + "AWATER10": 1727544373, + "GEOID10": "99833", + "ZCTA5CE10": "99833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 266, + 390 + ], + [ + 267, + 389 + ], + [ + 264, + 389 + ], + [ + 263, + 390 + ], + [ + 266, + 390 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99927", + "ALAND10": 589690080, + "AWATER10": 18001568, + "GEOID10": "99927", + "ZCTA5CE10": "99927", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 276, + 388 + ], + [ + 275, + 388 + ], + [ + 273, + 387 + ], + [ + 273, + 389 + ], + [ + 272, + 389 + ], + [ + 272, + 386 + ], + [ + 271, + 386 + ], + [ + 268, + 389 + ], + [ + 270, + 390 + ], + [ + 271, + 389 + ], + [ + 271, + 393 + ], + [ + 269, + 394 + ], + [ + 272, + 396 + ], + [ + 278, + 390 + ], + [ + 276, + 388 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99929", + "ALAND10": 5635963110, + "AWATER10": 637274792, + "GEOID10": "99929", + "ZCTA5CE10": "99929", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 266, + 380 + ], + [ + 269, + 373 + ], + [ + 266, + 376 + ], + [ + 266, + 380 + ] + ] + ], + [ + [ + [ + 273, + 385 + ], + [ + 274, + 387 + ], + [ + 276, + 387 + ], + [ + 276, + 388 + ], + [ + 278, + 389 + ], + [ + 278, + 391 + ], + [ + 283, + 388 + ], + [ + 282, + 386 + ], + [ + 284, + 380 + ], + [ + 280, + 374 + ], + [ + 278, + 377 + ], + [ + 280, + 378 + ], + [ + 278, + 378 + ], + [ + 279, + 382 + ], + [ + 276, + 379 + ], + [ + 274, + 380 + ], + [ + 274, + 378 + ], + [ + 273, + 380 + ], + [ + 275, + 386 + ], + [ + 273, + 385 + ] + ], + [ + [ + 279, + 382 + ], + [ + 278, + 387 + ], + [ + 276, + 386 + ], + [ + 279, + 382 + ] + ] + ], + [ + [ + [ + 273, + 385 + ], + [ + 273, + 383 + ], + [ + 272, + 384 + ], + [ + 273, + 385 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99901", + "ALAND10": 12424533725, + "AWATER10": 1548890974, + "GEOID10": "99901", + "ZCTA5CE10": "99901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 262, + 386 + ], + [ + 263, + 388 + ], + [ + 267, + 389 + ], + [ + 267, + 384 + ], + [ + 269, + 384 + ], + [ + 269, + 381 + ], + [ + 270, + 382 + ], + [ + 272, + 380 + ], + [ + 271, + 379 + ], + [ + 273, + 379 + ], + [ + 271, + 377 + ], + [ + 273, + 377 + ], + [ + 272, + 374 + ], + [ + 271, + 374 + ], + [ + 269, + 379 + ], + [ + 266, + 381 + ], + [ + 266, + 383 + ], + [ + 264, + 383 + ], + [ + 266, + 384 + ], + [ + 265, + 386 + ], + [ + 264, + 386 + ], + [ + 264, + 384 + ], + [ + 262, + 384 + ], + [ + 262, + 386 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99921", + "ALAND10": 5285199017, + "AWATER10": 1133874277, + "GEOID10": "99921", + "ZCTA5CE10": "99921", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 271, + 385 + ], + [ + 271, + 383 + ], + [ + 269, + 383 + ], + [ + 269, + 385 + ], + [ + 271, + 385 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99919", + "ALAND10": 125206366, + "AWATER10": 18391165, + "GEOID10": "99919", + "ZCTA5CE10": "99919", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 272, + 384 + ], + [ + 272, + 382 + ], + [ + 270, + 382 + ], + [ + 270, + 384 + ], + [ + 272, + 384 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99903", + "ALAND10": 401719426, + "AWATER10": 55296304, + "GEOID10": "99903", + "ZCTA5CE10": "99903", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 277, + 378 + ], + [ + 277, + 376 + ], + [ + 275, + 376 + ], + [ + 275, + 378 + ], + [ + 277, + 378 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99926", + "ALAND10": 343944584, + "AWATER10": 292859015, + "GEOID10": "99926", + "ZCTA5CE10": "99926", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 316, + 314 + ], + [ + 316, + 312 + ], + [ + 314, + 312 + ], + [ + 314, + 314 + ], + [ + 316, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98305", + "ALAND10": 310452900, + "AWATER10": 2764632, + "GEOID10": "98305", + "ZCTA5CE10": "98305", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 318, + 314 + ], + [ + 314, + 313 + ], + [ + 314, + 314 + ], + [ + 318, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98326", + "ALAND10": 754263711, + "AWATER10": 32608364, + "GEOID10": "98326", + "ZCTA5CE10": "98326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 314, + 313 + ], + [ + 320, + 312 + ], + [ + 320, + 310 + ], + [ + 316, + 309 + ], + [ + 314, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98331", + "ALAND10": 2022221485, + "AWATER10": 125326425, + "GEOID10": "98331", + "ZCTA5CE10": "98331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 319, + 308 + ], + [ + 319, + 306 + ], + [ + 317, + 306 + ], + [ + 317, + 308 + ], + [ + 319, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98526", + "ALAND10": 225277040, + "AWATER10": 18145743, + "GEOID10": "98526", + "ZCTA5CE10": "98526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 307 + ], + [ + 320, + 305 + ], + [ + 318, + 305 + ], + [ + 318, + 307 + ], + [ + 320, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98550", + "ALAND10": 554525831, + "AWATER10": 112109701, + "GEOID10": "98550", + "ZCTA5CE10": "98550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 319, + 303 + ], + [ + 319, + 301 + ], + [ + 317, + 301 + ], + [ + 317, + 303 + ], + [ + 319, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98520", + "ALAND10": 618192177, + "AWATER10": 74607050, + "GEOID10": "98520", + "ZCTA5CE10": "98520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 302 + ], + [ + 322, + 300 + ], + [ + 319, + 301 + ], + [ + 319, + 302 + ], + [ + 322, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98577", + "ALAND10": 991260477, + "AWATER10": 25958258, + "GEOID10": "98577", + "ZCTA5CE10": "98577", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 302 + ], + [ + 320, + 300 + ], + [ + 318, + 300 + ], + [ + 318, + 302 + ], + [ + 320, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98586", + "ALAND10": 350850754, + "AWATER10": 101786697, + "GEOID10": "98586", + "ZCTA5CE10": "98586", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 297 + ], + [ + 320, + 295 + ], + [ + 318, + 295 + ], + [ + 318, + 297 + ], + [ + 320, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97103", + "ALAND10": 385534725, + "AWATER10": 21400169, + "GEOID10": "97103", + "ZCTA5CE10": "97103", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 291 + ], + [ + 322, + 289 + ], + [ + 320, + 289 + ], + [ + 320, + 291 + ], + [ + 322, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97108", + "ALAND10": 197580326, + "AWATER10": 0, + "GEOID10": "97108", + "ZCTA5CE10": "97108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 319, + 288 + ], + [ + 319, + 286 + ], + [ + 317, + 286 + ], + [ + 317, + 288 + ], + [ + 319, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97380", + "ALAND10": 186948870, + "AWATER10": 40671, + "GEOID10": "97380", + "ZCTA5CE10": "97380", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 284 + ], + [ + 320, + 282 + ], + [ + 318, + 282 + ], + [ + 318, + 284 + ], + [ + 320, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97376", + "ALAND10": 165558875, + "AWATER10": 661014, + "GEOID10": "97376", + "ZCTA5CE10": "97376", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 319, + 284 + ], + [ + 319, + 282 + ], + [ + 317, + 282 + ], + [ + 317, + 284 + ], + [ + 319, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97390", + "ALAND10": 285193603, + "AWATER10": 331425, + "GEOID10": "97390", + "ZCTA5CE10": "97390", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 318, + 279 + ], + [ + 318, + 277 + ], + [ + 316, + 277 + ], + [ + 316, + 279 + ], + [ + 318, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97441", + "ALAND10": 40992501, + "AWATER10": 25399804, + "GEOID10": "97441", + "ZCTA5CE10": "97441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 279 + ], + [ + 320, + 277 + ], + [ + 318, + 277 + ], + [ + 318, + 279 + ], + [ + 320, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97467", + "ALAND10": 658102698, + "AWATER10": 15609791, + "GEOID10": "97467", + "ZCTA5CE10": "97467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 318, + 273 + ], + [ + 318, + 271 + ], + [ + 316, + 271 + ], + [ + 316, + 273 + ], + [ + 318, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97411", + "ALAND10": 347412629, + "AWATER10": 30928995, + "GEOID10": "97411", + "ZCTA5CE10": "97411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 277 + ], + [ + 320, + 275 + ], + [ + 318, + 275 + ], + [ + 318, + 277 + ], + [ + 320, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97420", + "ALAND10": 615697385, + "AWATER10": 48986381, + "GEOID10": "97420", + "ZCTA5CE10": "97420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 319, + 274 + ], + [ + 319, + 272 + ], + [ + 317, + 271 + ], + [ + 317, + 273 + ], + [ + 319, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97458", + "ALAND10": 984147711, + "AWATER10": 3875348, + "GEOID10": "97458", + "ZCTA5CE10": "97458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 318, + 271 + ], + [ + 318, + 269 + ], + [ + 316, + 269 + ], + [ + 316, + 271 + ], + [ + 318, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97465", + "ALAND10": 237741490, + "AWATER10": 2043235, + "GEOID10": "97465", + "ZCTA5CE10": "97465", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 318, + 270 + ], + [ + 318, + 268 + ], + [ + 316, + 268 + ], + [ + 316, + 270 + ], + [ + 318, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97406", + "ALAND10": 305680699, + "AWATER10": 3411174, + "GEOID10": "97406", + "ZCTA5CE10": "97406", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 317, + 267 + ], + [ + 317, + 265 + ], + [ + 315, + 265 + ], + [ + 315, + 267 + ], + [ + 317, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97415", + "ALAND10": 385333878, + "AWATER10": 3877425, + "GEOID10": "97415", + "ZCTA5CE10": "97415", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 263 + ], + [ + 320, + 261 + ], + [ + 318, + 261 + ], + [ + 318, + 263 + ], + [ + 320, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95531", + "ALAND10": 505275217, + "AWATER10": 77250203, + "GEOID10": "95531", + "ZCTA5CE10": "95531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 321 + ], + [ + 327, + 319 + ], + [ + 325, + 319 + ], + [ + 325, + 321 + ], + [ + 327, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98240", + "ALAND10": 53583344, + "AWATER10": 57318, + "GEOID10": "98240", + "ZCTA5CE10": "98240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 320 + ], + [ + 353, + 318 + ], + [ + 351, + 318 + ], + [ + 351, + 320 + ], + [ + 353, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99157", + "ALAND10": 190050767, + "AWATER10": 10622988, + "GEOID10": "99157", + "ZCTA5CE10": "99157", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 321 + ], + [ + 362, + 319 + ], + [ + 363, + 318 + ], + [ + 360, + 318 + ], + [ + 358, + 321 + ], + [ + 363, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83805", + "ALAND10": 2074691162, + "AWATER10": 20362409, + "GEOID10": "83805", + "ZCTA5CE10": "83805", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 314 + ], + [ + 321, + 311 + ], + [ + 316, + 312 + ], + [ + 317, + 314 + ], + [ + 321, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98363", + "ALAND10": 1639877435, + "AWATER10": 27171610, + "GEOID10": "98363", + "ZCTA5CE10": "98363", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 315 + ], + [ + 322, + 313 + ], + [ + 320, + 313 + ], + [ + 320, + 315 + ], + [ + 322, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98362", + "ALAND10": 567330225, + "AWATER10": 174473, + "GEOID10": "98362", + "ZCTA5CE10": "98362", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 322 + ], + [ + 328, + 320 + ], + [ + 326, + 320 + ], + [ + 326, + 322 + ], + [ + 328, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98248", + "ALAND10": 183459826, + "AWATER10": 5979895, + "GEOID10": "98248", + "ZCTA5CE10": "98248", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 318 + ], + [ + 327, + 316 + ], + [ + 325, + 316 + ], + [ + 325, + 318 + ], + [ + 327, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98221", + "ALAND10": 137452368, + "AWATER10": 34717710, + "GEOID10": "98221", + "ZCTA5CE10": "98221", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 314 + ], + [ + 327, + 312 + ], + [ + 325, + 312 + ], + [ + 325, + 314 + ], + [ + 327, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98358", + "ALAND10": 27655236, + "AWATER10": 8913204, + "GEOID10": "98358", + "ZCTA5CE10": "98358", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 314 + ], + [ + 328, + 312 + ], + [ + 326, + 312 + ], + [ + 326, + 314 + ], + [ + 328, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98236", + "ALAND10": 59283600, + "AWATER10": 25573122, + "GEOID10": "98236", + "ZCTA5CE10": "98236", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 309 + ], + [ + 321, + 304 + ], + [ + 320, + 303 + ], + [ + 319, + 307 + ], + [ + 321, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98563", + "ALAND10": 946472396, + "AWATER10": 15851877, + "GEOID10": "98563", + "ZCTA5CE10": "98563", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 309 + ], + [ + 324, + 307 + ], + [ + 322, + 307 + ], + [ + 322, + 309 + ], + [ + 324, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98548", + "ALAND10": 356290880, + "AWATER10": 6545656, + "GEOID10": "98548", + "ZCTA5CE10": "98548", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 305 + ], + [ + 324, + 303 + ], + [ + 322, + 303 + ], + [ + 322, + 305 + ], + [ + 324, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98541", + "ALAND10": 547709889, + "AWATER10": 4545447, + "GEOID10": "98541", + "ZCTA5CE10": "98541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 307 + ], + [ + 323, + 305 + ], + [ + 321, + 306 + ], + [ + 323, + 307 + ], + [ + 325, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98584", + "ALAND10": 883167344, + "AWATER10": 93599195, + "GEOID10": "98584", + "ZCTA5CE10": "98584", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 311 + ], + [ + 325, + 309 + ], + [ + 323, + 309 + ], + [ + 323, + 311 + ], + [ + 325, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98320", + "ALAND10": 252708513, + "AWATER10": 4355785, + "GEOID10": "98320", + "ZCTA5CE10": "98320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 312 + ], + [ + 326, + 310 + ], + [ + 324, + 310 + ], + [ + 324, + 312 + ], + [ + 326, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98365", + "ALAND10": 96209015, + "AWATER10": 13214414, + "GEOID10": "98365", + "ZCTA5CE10": "98365", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 308 + ], + [ + 324, + 306 + ], + [ + 322, + 306 + ], + [ + 322, + 308 + ], + [ + 324, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98588", + "ALAND10": 126474967, + "AWATER10": 2482270, + "GEOID10": "98588", + "ZCTA5CE10": "98588", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 306 + ], + [ + 326, + 304 + ], + [ + 324, + 304 + ], + [ + 324, + 306 + ], + [ + 326, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98506", + "ALAND10": 57961165, + "AWATER10": 20141525, + "GEOID10": "98506", + "ZCTA5CE10": "98506", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 308 + ], + [ + 326, + 306 + ], + [ + 324, + 306 + ], + [ + 324, + 308 + ], + [ + 326, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98335", + "ALAND10": 57133634, + "AWATER10": 27488890, + "GEOID10": "98335", + "ZCTA5CE10": "98335", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 319 + ], + [ + 330, + 318 + ], + [ + 330, + 316 + ], + [ + 328, + 317 + ], + [ + 327, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98284", + "ALAND10": 731332587, + "AWATER10": 17961051, + "GEOID10": "98284", + "ZCTA5CE10": "98284", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 317 + ], + [ + 328, + 315 + ], + [ + 326, + 315 + ], + [ + 326, + 317 + ], + [ + 328, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98233", + "ALAND10": 87744270, + "AWATER10": 666054, + "GEOID10": "98233", + "ZCTA5CE10": "98233", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 321 + ], + [ + 332, + 320 + ], + [ + 331, + 318 + ], + [ + 328, + 319 + ], + [ + 329, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98244", + "ALAND10": 1264704056, + "AWATER10": 12843976, + "GEOID10": "98244", + "ZCTA5CE10": "98244", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 320 + ], + [ + 332, + 319 + ], + [ + 332, + 316 + ], + [ + 330, + 317 + ], + [ + 331, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98237", + "ALAND10": 827892248, + "AWATER10": 36409875, + "GEOID10": "98237", + "ZCTA5CE10": "98237", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 315 + ], + [ + 328, + 313 + ], + [ + 326, + 313 + ], + [ + 326, + 315 + ], + [ + 328, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98292", + "ALAND10": 193002187, + "AWATER10": 14614643, + "GEOID10": "98292", + "ZCTA5CE10": "98292", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 315 + ], + [ + 331, + 314 + ], + [ + 328, + 314 + ], + [ + 328, + 315 + ], + [ + 332, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98223", + "ALAND10": 828231515, + "AWATER10": 4451804, + "GEOID10": "98223", + "ZCTA5CE10": "98223", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 314 + ], + [ + 333, + 313 + ], + [ + 329, + 313 + ], + [ + 332, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98252", + "ALAND10": 692273742, + "AWATER10": 5334684, + "GEOID10": "98252", + "ZCTA5CE10": "98252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 321 + ], + [ + 335, + 318 + ], + [ + 332, + 318 + ], + [ + 333, + 321 + ], + [ + 335, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98283", + "ALAND10": 1417798456, + "AWATER10": 69403503, + "GEOID10": "98283", + "ZCTA5CE10": "98283", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 318 + ], + [ + 335, + 315 + ], + [ + 333, + 315 + ], + [ + 332, + 318 + ], + [ + 333, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98267", + "ALAND10": 899431826, + "AWATER10": 6101425, + "GEOID10": "98267", + "ZCTA5CE10": "98267", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 316 + ], + [ + 336, + 314 + ], + [ + 333, + 313 + ], + [ + 332, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98241", + "ALAND10": 1059716907, + "AWATER10": 6546143, + "GEOID10": "98241", + "ZCTA5CE10": "98241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 313 + ], + [ + 329, + 311 + ], + [ + 327, + 311 + ], + [ + 327, + 313 + ], + [ + 329, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98208", + "ALAND10": 41920196, + "AWATER10": 616852, + "GEOID10": "98208", + "ZCTA5CE10": "98208", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 311 + ], + [ + 328, + 309 + ], + [ + 326, + 309 + ], + [ + 326, + 311 + ], + [ + 328, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98133", + "ALAND10": 18375235, + "AWATER10": 188272, + "GEOID10": "98133", + "ZCTA5CE10": "98133", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 312 + ], + [ + 332, + 310 + ], + [ + 330, + 310 + ], + [ + 330, + 312 + ], + [ + 332, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98251", + "ALAND10": 394735708, + "AWATER10": 6501092, + "GEOID10": "98251", + "ZCTA5CE10": "98251", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 311 + ], + [ + 330, + 309 + ], + [ + 328, + 309 + ], + [ + 328, + 311 + ], + [ + 330, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98053", + "ALAND10": 73466177, + "AWATER10": 461725, + "GEOID10": "98053", + "ZCTA5CE10": "98053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 310 + ], + [ + 332, + 306 + ], + [ + 330, + 307 + ], + [ + 331, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98045", + "ALAND10": 872704018, + "AWATER10": 15786436, + "GEOID10": "98045", + "ZCTA5CE10": "98045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 308 + ], + [ + 328, + 306 + ], + [ + 326, + 306 + ], + [ + 326, + 308 + ], + [ + 328, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98023", + "ALAND10": 26760243, + "AWATER10": 3619043, + "GEOID10": "98023", + "ZCTA5CE10": "98023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 308 + ], + [ + 329, + 306 + ], + [ + 327, + 306 + ], + [ + 327, + 308 + ], + [ + 329, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98001", + "ALAND10": 48182905, + "AWATER10": 802490, + "GEOID10": "98001", + "ZCTA5CE10": "98001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 306 + ], + [ + 330, + 304 + ], + [ + 328, + 304 + ], + [ + 328, + 306 + ], + [ + 330, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98360", + "ALAND10": 179864695, + "AWATER10": 4044727, + "GEOID10": "98360", + "ZCTA5CE10": "98360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 305 + ], + [ + 330, + 303 + ], + [ + 328, + 303 + ], + [ + 328, + 305 + ], + [ + 330, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98323", + "ALAND10": 637806321, + "AWATER10": 3242290, + "GEOID10": "98323", + "ZCTA5CE10": "98323", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 310 + ], + [ + 335, + 308 + ], + [ + 333, + 308 + ], + [ + 333, + 310 + ], + [ + 335, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98224", + "ALAND10": 510852820, + "AWATER10": 9769166, + "GEOID10": "98224", + "ZCTA5CE10": "98224", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 310 + ], + [ + 334, + 308 + ], + [ + 332, + 308 + ], + [ + 332, + 310 + ], + [ + 334, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98288", + "ALAND10": 547663681, + "AWATER10": 10860400, + "GEOID10": "98288", + "ZCTA5CE10": "98288", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 307 + ], + [ + 331, + 308 + ], + [ + 334, + 309 + ], + [ + 334, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98068", + "ALAND10": 687511096, + "AWATER10": 30946510, + "GEOID10": "98068", + "ZCTA5CE10": "98068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 306 + ], + [ + 333, + 305 + ], + [ + 332, + 303 + ], + [ + 331, + 305 + ], + [ + 329, + 306 + ], + [ + 333, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98022", + "ALAND10": 1050783748, + "AWATER10": 7195607, + "GEOID10": "98022", + "ZCTA5CE10": "98022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 307 + ], + [ + 337, + 305 + ], + [ + 335, + 305 + ], + [ + 335, + 307 + ], + [ + 337, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98940", + "ALAND10": 278564228, + "AWATER10": 19657908, + "GEOID10": "98940", + "ZCTA5CE10": "98940", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 308 + ], + [ + 338, + 307 + ], + [ + 337, + 305 + ], + [ + 334, + 305 + ], + [ + 336, + 306 + ], + [ + 335, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98922", + "ALAND10": 1158313992, + "AWATER10": 212140, + "GEOID10": "98922", + "ZCTA5CE10": "98922", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 305 + ], + [ + 320, + 303 + ], + [ + 318, + 303 + ], + [ + 318, + 305 + ], + [ + 320, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98537", + "ALAND10": 501589703, + "AWATER10": 246942, + "GEOID10": "98537", + "ZCTA5CE10": "98537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 304 + ], + [ + 325, + 302 + ], + [ + 323, + 302 + ], + [ + 323, + 304 + ], + [ + 325, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98579", + "ALAND10": 234386731, + "AWATER10": 1653096, + "GEOID10": "98579", + "ZCTA5CE10": "98579", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 319, + 300 + ], + [ + 319, + 298 + ], + [ + 317, + 298 + ], + [ + 317, + 300 + ], + [ + 319, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98638", + "ALAND10": 437350428, + "AWATER10": 47879594, + "GEOID10": "98638", + "ZCTA5CE10": "98638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 302 + ], + [ + 325, + 300 + ], + [ + 322, + 301 + ], + [ + 322, + 302 + ], + [ + 326, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98532", + "ALAND10": 835391901, + "AWATER10": 2769085, + "GEOID10": "98532", + "ZCTA5CE10": "98532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 300 + ], + [ + 325, + 298 + ], + [ + 323, + 298 + ], + [ + 323, + 300 + ], + [ + 325, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98581", + "ALAND10": 76045965, + "AWATER10": 0, + "GEOID10": "98581", + "ZCTA5CE10": "98581", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 305 + ], + [ + 326, + 303 + ], + [ + 324, + 303 + ], + [ + 324, + 305 + ], + [ + 326, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98513", + "ALAND10": 152967890, + "AWATER10": 3379590, + "GEOID10": "98513", + "ZCTA5CE10": "98513", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 306 + ], + [ + 327, + 304 + ], + [ + 325, + 304 + ], + [ + 325, + 306 + ], + [ + 327, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98580", + "ALAND10": 364597905, + "AWATER10": 5167981, + "GEOID10": "98580", + "ZCTA5CE10": "98580", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 303 + ], + [ + 328, + 301 + ], + [ + 326, + 301 + ], + [ + 326, + 303 + ], + [ + 328, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98576", + "ALAND10": 182729018, + "AWATER10": 2462792, + "GEOID10": "98576", + "ZCTA5CE10": "98576", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 301 + ], + [ + 327, + 299 + ], + [ + 325, + 299 + ], + [ + 325, + 301 + ], + [ + 327, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98591", + "ALAND10": 299330663, + "AWATER10": 4039154, + "GEOID10": "98591", + "ZCTA5CE10": "98591", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 299 + ], + [ + 325, + 297 + ], + [ + 323, + 297 + ], + [ + 323, + 299 + ], + [ + 325, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98611", + "ALAND10": 323050156, + "AWATER10": 4238559, + "GEOID10": "98611", + "ZCTA5CE10": "98611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 299 + ], + [ + 326, + 297 + ], + [ + 324, + 297 + ], + [ + 324, + 299 + ], + [ + 326, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98649", + "ALAND10": 516183925, + "AWATER10": 105807, + "GEOID10": "98649", + "ZCTA5CE10": "98649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 301 + ], + [ + 327, + 299 + ], + [ + 325, + 299 + ], + [ + 325, + 301 + ], + [ + 327, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98585", + "ALAND10": 57419157, + "AWATER10": 5326990, + "GEOID10": "98585", + "ZCTA5CE10": "98585", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 295 + ], + [ + 322, + 293 + ], + [ + 320, + 293 + ], + [ + 320, + 295 + ], + [ + 322, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97138", + "ALAND10": 330187370, + "AWATER10": 3582622, + "GEOID10": "97138", + "ZCTA5CE10": "97138", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 296 + ], + [ + 322, + 294 + ], + [ + 320, + 294 + ], + [ + 320, + 296 + ], + [ + 322, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97016", + "ALAND10": 596923163, + "AWATER10": 25417705, + "GEOID10": "97016", + "ZCTA5CE10": "97016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 294 + ], + [ + 322, + 292 + ], + [ + 320, + 292 + ], + [ + 320, + 294 + ], + [ + 322, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97141", + "ALAND10": 575779187, + "AWATER10": 45410298, + "GEOID10": "97141", + "ZCTA5CE10": "97141", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 323, + 295 + ], + [ + 323, + 293 + ], + [ + 321, + 293 + ], + [ + 321, + 295 + ], + [ + 323, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97106", + "ALAND10": 120941818, + "AWATER10": 67101, + "GEOID10": "97106", + "ZCTA5CE10": "97106", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 293 + ], + [ + 324, + 291 + ], + [ + 322, + 291 + ], + [ + 322, + 293 + ], + [ + 324, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97116", + "ALAND10": 187004957, + "AWATER10": 475018, + "GEOID10": "97116", + "ZCTA5CE10": "97116", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 290 + ], + [ + 324, + 288 + ], + [ + 322, + 288 + ], + [ + 322, + 290 + ], + [ + 324, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97101", + "ALAND10": 143630410, + "AWATER10": 195661, + "GEOID10": "97101", + "ZCTA5CE10": "97101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 297 + ], + [ + 326, + 295 + ], + [ + 324, + 295 + ], + [ + 324, + 297 + ], + [ + 326, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97048", + "ALAND10": 216231841, + "AWATER10": 19571752, + "GEOID10": "97048", + "ZCTA5CE10": "97048", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 293 + ], + [ + 325, + 291 + ], + [ + 323, + 291 + ], + [ + 323, + 293 + ], + [ + 325, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97133", + "ALAND10": 181550418, + "AWATER10": 46070, + "GEOID10": "97133", + "ZCTA5CE10": "97133", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 296 + ], + [ + 327, + 294 + ], + [ + 325, + 294 + ], + [ + 325, + 296 + ], + [ + 327, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98601", + "ALAND10": 176284000, + "AWATER10": 16552500, + "GEOID10": "98601", + "ZCTA5CE10": "98601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 296 + ], + [ + 328, + 294 + ], + [ + 326, + 294 + ], + [ + 326, + 296 + ], + [ + 328, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98675", + "ALAND10": 305719930, + "AWATER10": 114489, + "GEOID10": "98675", + "ZCTA5CE10": "98675", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 295 + ], + [ + 329, + 293 + ], + [ + 327, + 293 + ], + [ + 327, + 295 + ], + [ + 329, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98607", + "ALAND10": 121590422, + "AWATER10": 7016872, + "GEOID10": "98607", + "ZCTA5CE10": "98607", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 292 + ], + [ + 326, + 290 + ], + [ + 324, + 290 + ], + [ + 324, + 292 + ], + [ + 326, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97140", + "ALAND10": 113249875, + "AWATER10": 17881, + "GEOID10": "97140", + "ZCTA5CE10": "97140", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 290 + ], + [ + 325, + 288 + ], + [ + 323, + 288 + ], + [ + 323, + 290 + ], + [ + 325, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97032", + "ALAND10": 47434833, + "AWATER10": 56483, + "GEOID10": "97032", + "ZCTA5CE10": "97032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 291 + ], + [ + 327, + 289 + ], + [ + 325, + 289 + ], + [ + 325, + 291 + ], + [ + 327, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97013", + "ALAND10": 147210792, + "AWATER10": 1566256, + "GEOID10": "97013", + "ZCTA5CE10": "97013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 305 + ], + [ + 327, + 303 + ], + [ + 325, + 303 + ], + [ + 325, + 305 + ], + [ + 327, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98597", + "ALAND10": 289110034, + "AWATER10": 9602765, + "GEOID10": "98597", + "ZCTA5CE10": "98597", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 304 + ], + [ + 333, + 302 + ], + [ + 330, + 302 + ], + [ + 328, + 303 + ], + [ + 332, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98304", + "ALAND10": 890510652, + "AWATER10": 10512605, + "GEOID10": "98304", + "ZCTA5CE10": "98304", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 302 + ], + [ + 330, + 300 + ], + [ + 328, + 300 + ], + [ + 328, + 302 + ], + [ + 330, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98336", + "ALAND10": 179087057, + "AWATER10": 80154, + "GEOID10": "98336", + "ZCTA5CE10": "98336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 302 + ], + [ + 333, + 299 + ], + [ + 331, + 300 + ], + [ + 331, + 302 + ], + [ + 333, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98361", + "ALAND10": 1187466575, + "AWATER10": 7643324, + "GEOID10": "98361", + "ZCTA5CE10": "98361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 297 + ], + [ + 330, + 295 + ], + [ + 328, + 295 + ], + [ + 328, + 297 + ], + [ + 330, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98616", + "ALAND10": 537697205, + "AWATER10": 25944874, + "GEOID10": "98616", + "ZCTA5CE10": "98616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 296 + ], + [ + 331, + 295 + ], + [ + 331, + 294 + ], + [ + 328, + 293 + ], + [ + 328, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98610", + "ALAND10": 952582694, + "AWATER10": 7655113, + "GEOID10": "98610", + "ZCTA5CE10": "98610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 295 + ], + [ + 332, + 293 + ], + [ + 330, + 293 + ], + [ + 330, + 295 + ], + [ + 332, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98648", + "ALAND10": 319079301, + "AWATER10": 24748110, + "GEOID10": "98648", + "ZCTA5CE10": "98648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 292 + ], + [ + 330, + 290 + ], + [ + 328, + 290 + ], + [ + 328, + 292 + ], + [ + 330, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97055", + "ALAND10": 305071521, + "AWATER10": 3119677, + "GEOID10": "97055", + "ZCTA5CE10": "97055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 291 + ], + [ + 332, + 289 + ], + [ + 330, + 289 + ], + [ + 330, + 291 + ], + [ + 332, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97049", + "ALAND10": 397984852, + "AWATER10": 2118112, + "GEOID10": "97049", + "ZCTA5CE10": "97049", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 296 + ], + [ + 333, + 294 + ], + [ + 331, + 294 + ], + [ + 331, + 296 + ], + [ + 333, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98672", + "ALAND10": 376412310, + "AWATER10": 3529169, + "GEOID10": "98672", + "ZCTA5CE10": "98672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 296 + ], + [ + 336, + 294 + ], + [ + 334, + 294 + ], + [ + 334, + 296 + ], + [ + 336, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98619", + "ALAND10": 386669809, + "AWATER10": 136260, + "GEOID10": "98619", + "ZCTA5CE10": "98619", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 295 + ], + [ + 334, + 293 + ], + [ + 332, + 293 + ], + [ + 332, + 295 + ], + [ + 334, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98635", + "ALAND10": 332245795, + "AWATER10": 5737508, + "GEOID10": "98635", + "ZCTA5CE10": "98635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 293 + ], + [ + 332, + 291 + ], + [ + 330, + 291 + ], + [ + 330, + 293 + ], + [ + 332, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97031", + "ALAND10": 300980012, + "AWATER10": 11629470, + "GEOID10": "97031", + "ZCTA5CE10": "97031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 292 + ], + [ + 337, + 290 + ], + [ + 335, + 290 + ], + [ + 335, + 292 + ], + [ + 337, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97021", + "ALAND10": 636728691, + "AWATER10": 1037482, + "GEOID10": "97021", + "ZCTA5CE10": "97021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 293 + ], + [ + 336, + 292 + ], + [ + 332, + 291 + ], + [ + 333, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97058", + "ALAND10": 894264538, + "AWATER10": 20802379, + "GEOID10": "97058", + "ZCTA5CE10": "97058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 319 + ], + [ + 340, + 316 + ], + [ + 337, + 317 + ], + [ + 337, + 318 + ], + [ + 341, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98862", + "ALAND10": 1160591964, + "AWATER10": 2444611, + "GEOID10": "98862", + "ZCTA5CE10": "98862", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 318 + ], + [ + 338, + 316 + ], + [ + 336, + 316 + ], + [ + 336, + 318 + ], + [ + 338, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98833", + "ALAND10": 522122067, + "AWATER10": 180213, + "GEOID10": "98833", + "ZCTA5CE10": "98833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 314 + ], + [ + 338, + 310 + ], + [ + 336, + 308 + ], + [ + 334, + 312 + ], + [ + 336, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98826", + "ALAND10": 2632298899, + "AWATER10": 20678810, + "GEOID10": "98826", + "ZCTA5CE10": "98826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 314 + ], + [ + 340, + 313 + ], + [ + 340, + 312 + ], + [ + 342, + 312 + ], + [ + 341, + 311 + ], + [ + 340, + 311 + ], + [ + 335, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98816", + "ALAND10": 1027780065, + "AWATER10": 106218047, + "GEOID10": "98816", + "ZCTA5CE10": "98816", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 314 + ], + [ + 340, + 312 + ], + [ + 338, + 312 + ], + [ + 338, + 314 + ], + [ + 340, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98852", + "ALAND10": 582985286, + "AWATER10": 21062060, + "GEOID10": "98852", + "ZCTA5CE10": "98852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 321 + ], + [ + 343, + 319 + ], + [ + 341, + 319 + ], + [ + 341, + 321 + ], + [ + 344, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98827", + "ALAND10": 824571646, + "AWATER10": 11494024, + "GEOID10": "98827", + "ZCTA5CE10": "98827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 318 + ], + [ + 344, + 316 + ], + [ + 342, + 316 + ], + [ + 342, + 318 + ], + [ + 344, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98849", + "ALAND10": 397616270, + "AWATER10": 2527896, + "GEOID10": "98849", + "ZCTA5CE10": "98849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 317 + ], + [ + 341, + 315 + ], + [ + 339, + 314 + ], + [ + 337, + 317 + ], + [ + 340, + 316 + ], + [ + 341, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98856", + "ALAND10": 1173980387, + "AWATER10": 876565, + "GEOID10": "98856", + "ZCTA5CE10": "98856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 315 + ], + [ + 342, + 313 + ], + [ + 340, + 313 + ], + [ + 340, + 315 + ], + [ + 342, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98814", + "ALAND10": 388521745, + "AWATER10": 340651, + "GEOID10": "98814", + "ZCTA5CE10": "98814", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 315 + ], + [ + 344, + 313 + ], + [ + 342, + 312 + ], + [ + 341, + 315 + ], + [ + 343, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98812", + "ALAND10": 686950125, + "AWATER10": 23490554, + "GEOID10": "98812", + "ZCTA5CE10": "98812", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 314 + ], + [ + 343, + 312 + ], + [ + 341, + 312 + ], + [ + 341, + 314 + ], + [ + 343, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98813", + "ALAND10": 305941729, + "AWATER10": 19086622, + "GEOID10": "98813", + "ZCTA5CE10": "98813", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 314 + ], + [ + 340, + 311 + ], + [ + 339, + 309 + ], + [ + 336, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98822", + "ALAND10": 1131835556, + "AWATER10": 5580333, + "GEOID10": "98822", + "ZCTA5CE10": "98822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 311 + ], + [ + 339, + 309 + ], + [ + 337, + 309 + ], + [ + 337, + 311 + ], + [ + 339, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98801", + "ALAND10": 420538078, + "AWATER10": 9894504, + "GEOID10": "98801", + "ZCTA5CE10": "98801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 308 + ], + [ + 339, + 306 + ], + [ + 337, + 306 + ], + [ + 337, + 308 + ], + [ + 339, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98847", + "ALAND10": 418488529, + "AWATER10": 454325, + "GEOID10": "98847", + "ZCTA5CE10": "98847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 312 + ], + [ + 343, + 310 + ], + [ + 341, + 307 + ], + [ + 340, + 310 + ], + [ + 342, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98858", + "ALAND10": 1002050074, + "AWATER10": 3722572, + "GEOID10": "98858", + "ZCTA5CE10": "98858", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 311 + ], + [ + 341, + 309 + ], + [ + 339, + 309 + ], + [ + 339, + 311 + ], + [ + 341, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98802", + "ALAND10": 464788149, + "AWATER10": 8089072, + "GEOID10": "98802", + "ZCTA5CE10": "98802", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 308 + ], + [ + 343, + 304 + ], + [ + 341, + 304 + ], + [ + 341, + 307 + ], + [ + 342, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98848", + "ALAND10": 1165735442, + "AWATER10": 22121433, + "GEOID10": "98848", + "ZCTA5CE10": "98848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 310 + ], + [ + 346, + 308 + ], + [ + 344, + 308 + ], + [ + 344, + 310 + ], + [ + 346, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98851", + "ALAND10": 411404480, + "AWATER10": 11233277, + "GEOID10": "98851", + "ZCTA5CE10": "98851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 309 + ], + [ + 344, + 307 + ], + [ + 343, + 305 + ], + [ + 342, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98823", + "ALAND10": 772564293, + "AWATER10": 1247699, + "GEOID10": "98823", + "ZCTA5CE10": "98823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 320 + ], + [ + 347, + 317 + ], + [ + 343, + 317 + ], + [ + 343, + 320 + ], + [ + 346, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98855", + "ALAND10": 1662857567, + "AWATER10": 7021559, + "GEOID10": "98855", + "ZCTA5CE10": "98855", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 321 + ], + [ + 347, + 320 + ], + [ + 344, + 319 + ], + [ + 343, + 321 + ], + [ + 347, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98844", + "ALAND10": 855311281, + "AWATER10": 16442067, + "GEOID10": "98844", + "ZCTA5CE10": "98844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 319 + ], + [ + 348, + 317 + ], + [ + 346, + 317 + ], + [ + 346, + 319 + ], + [ + 348, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98859", + "ALAND10": 346463876, + "AWATER10": 245917, + "GEOID10": "98859", + "ZCTA5CE10": "98859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 318 + ], + [ + 346, + 314 + ], + [ + 344, + 313 + ], + [ + 341, + 317 + ], + [ + 343, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98840", + "ALAND10": 1082369955, + "AWATER10": 15892797, + "GEOID10": "98840", + "ZCTA5CE10": "98840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 313 + ], + [ + 345, + 311 + ], + [ + 342, + 310 + ], + [ + 342, + 312 + ], + [ + 345, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98830", + "ALAND10": 1167014043, + "AWATER10": 7161977, + "GEOID10": "98830", + "ZCTA5CE10": "98830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 317 + ], + [ + 346, + 316 + ], + [ + 346, + 314 + ], + [ + 343, + 316 + ], + [ + 347, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98841", + "ALAND10": 992732488, + "AWATER10": 15610454, + "GEOID10": "98841", + "ZCTA5CE10": "98841", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 316 + ], + [ + 350, + 312 + ], + [ + 347, + 312 + ], + [ + 347, + 316 + ], + [ + 349, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99140", + "ALAND10": 1006960526, + "AWATER10": 39471056, + "GEOID10": "99140", + "ZCTA5CE10": "99140", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 320 + ], + [ + 351, + 318 + ], + [ + 349, + 318 + ], + [ + 349, + 320 + ], + [ + 351, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99118", + "ALAND10": 510507851, + "AWATER10": 0, + "GEOID10": "99118", + "ZCTA5CE10": "99118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 321 + ], + [ + 351, + 316 + ], + [ + 350, + 319 + ], + [ + 353, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99141", + "ALAND10": 1372025159, + "AWATER10": 70461828, + "GEOID10": "99141", + "ZCTA5CE10": "99141", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 320 + ], + [ + 351, + 318 + ], + [ + 348, + 315 + ], + [ + 347, + 319 + ], + [ + 348, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99166", + "ALAND10": 1520802408, + "AWATER10": 4183445, + "GEOID10": "99166", + "ZCTA5CE10": "99166", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 317 + ], + [ + 347, + 316 + ], + [ + 347, + 313 + ], + [ + 346, + 314 + ], + [ + 346, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99155", + "ALAND10": 789333755, + "AWATER10": 8462090, + "GEOID10": "99155", + "ZCTA5CE10": "99155", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 317 + ], + [ + 351, + 315 + ], + [ + 350, + 311 + ], + [ + 349, + 316 + ], + [ + 351, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99138", + "ALAND10": 1367460667, + "AWATER10": 80750367, + "GEOID10": "99138", + "ZCTA5CE10": "99138", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 314 + ], + [ + 353, + 312 + ], + [ + 351, + 312 + ], + [ + 351, + 314 + ], + [ + 353, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99129", + "ALAND10": 401271310, + "AWATER10": 31616990, + "GEOID10": "99129", + "ZCTA5CE10": "99129", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 311 + ], + [ + 346, + 308 + ], + [ + 343, + 308 + ], + [ + 344, + 311 + ], + [ + 345, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99115", + "ALAND10": 1084261895, + "AWATER10": 9764428, + "GEOID10": "99115", + "ZCTA5CE10": "99115", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 313 + ], + [ + 347, + 311 + ], + [ + 345, + 311 + ], + [ + 345, + 313 + ], + [ + 347, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99135", + "ALAND10": 456637342, + "AWATER10": 24077, + "GEOID10": "99135", + "ZCTA5CE10": "99135", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 313 + ], + [ + 348, + 311 + ], + [ + 346, + 311 + ], + [ + 346, + 313 + ], + [ + 348, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99103", + "ALAND10": 590562852, + "AWATER10": 96909, + "GEOID10": "99103", + "ZCTA5CE10": "99103", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 310 + ], + [ + 348, + 308 + ], + [ + 346, + 308 + ], + [ + 346, + 310 + ], + [ + 348, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98832", + "ALAND10": 517690820, + "AWATER10": 522220, + "GEOID10": "98832", + "ZCTA5CE10": "98832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 309 + ], + [ + 350, + 306 + ], + [ + 347, + 305 + ], + [ + 347, + 308 + ], + [ + 349, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99159", + "ALAND10": 1300236079, + "AWATER10": 6242087, + "GEOID10": "99159", + "ZCTA5CE10": "99159", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 312 + ], + [ + 351, + 310 + ], + [ + 349, + 310 + ], + [ + 349, + 312 + ], + [ + 351, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99117", + "ALAND10": 477696961, + "AWATER10": 729699, + "GEOID10": "99117", + "ZCTA5CE10": "99117", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 312 + ], + [ + 349, + 309 + ], + [ + 347, + 309 + ], + [ + 347, + 312 + ], + [ + 349, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99185", + "ALAND10": 698459817, + "AWATER10": 15233367, + "GEOID10": "99185", + "ZCTA5CE10": "99185", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 308 + ], + [ + 353, + 306 + ], + [ + 351, + 306 + ], + [ + 351, + 308 + ], + [ + 353, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99134", + "ALAND10": 555499811, + "AWATER10": 1186484, + "GEOID10": "99134", + "ZCTA5CE10": "99134", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 306 + ], + [ + 352, + 304 + ], + [ + 350, + 304 + ], + [ + 350, + 306 + ], + [ + 352, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99032", + "ALAND10": 562950423, + "AWATER10": 9285443, + "GEOID10": "99032", + "ZCTA5CE10": "99032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 302 + ], + [ + 339, + 300 + ], + [ + 337, + 300 + ], + [ + 337, + 302 + ], + [ + 339, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98942", + "ALAND10": 488740206, + "AWATER10": 1281967, + "GEOID10": "98942", + "ZCTA5CE10": "98942", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 305 + ], + [ + 337, + 301 + ], + [ + 333, + 301 + ], + [ + 333, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98937", + "ALAND10": 2033658822, + "AWATER10": 19189204, + "GEOID10": "98937", + "ZCTA5CE10": "98937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 306 + ], + [ + 341, + 304 + ], + [ + 339, + 303 + ], + [ + 336, + 304 + ], + [ + 337, + 305 + ], + [ + 337, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98926", + "ALAND10": 1494460080, + "AWATER10": 5996831, + "GEOID10": "98926", + "ZCTA5CE10": "98926", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 304 + ], + [ + 339, + 302 + ], + [ + 337, + 302 + ], + [ + 337, + 304 + ], + [ + 339, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98901", + "ALAND10": 302044262, + "AWATER10": 4382739, + "GEOID10": "98901", + "ZCTA5CE10": "98901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 302 + ], + [ + 335, + 302 + ], + [ + 335, + 299 + ], + [ + 334, + 299 + ], + [ + 334, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98903", + "ALAND10": 749434251, + "AWATER10": 545432, + "GEOID10": "98903", + "ZCTA5CE10": "98903", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 300 + ], + [ + 340, + 298 + ], + [ + 338, + 298 + ], + [ + 338, + 300 + ], + [ + 340, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98948", + "ALAND10": 564933409, + "AWATER10": 296370, + "GEOID10": "98948", + "ZCTA5CE10": "98948", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 301 + ], + [ + 337, + 299 + ], + [ + 335, + 299 + ], + [ + 335, + 301 + ], + [ + 337, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98951", + "ALAND10": 389520750, + "AWATER10": 454921, + "GEOID10": "98951", + "ZCTA5CE10": "98951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 299 + ], + [ + 343, + 297 + ], + [ + 341, + 297 + ], + [ + 341, + 299 + ], + [ + 343, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98935", + "ALAND10": 692976320, + "AWATER10": 3155839, + "GEOID10": "98935", + "ZCTA5CE10": "98935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 303 + ], + [ + 344, + 301 + ], + [ + 341, + 301 + ], + [ + 341, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99349", + "ALAND10": 695094888, + "AWATER10": 29962420, + "GEOID10": "99349", + "ZCTA5CE10": "99349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 305 + ], + [ + 342, + 303 + ], + [ + 340, + 303 + ], + [ + 340, + 305 + ], + [ + 342, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99357", + "ALAND10": 601629578, + "AWATER10": 2568303, + "GEOID10": "99357", + "ZCTA5CE10": "99357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 301 + ], + [ + 339, + 299 + ], + [ + 337, + 299 + ], + [ + 337, + 301 + ], + [ + 339, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98936", + "ALAND10": 366483355, + "AWATER10": 960310, + "GEOID10": "98936", + "ZCTA5CE10": "98936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 300 + ], + [ + 344, + 302 + ], + [ + 345, + 300 + ], + [ + 345, + 299 + ], + [ + 342, + 300 + ] + ] + ], + [ + [ + [ + 342, + 300 + ], + [ + 342, + 298 + ], + [ + 340, + 299 + ], + [ + 342, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98944", + "ALAND10": 1496882590, + "AWATER10": 27773165, + "GEOID10": "98944", + "ZCTA5CE10": "98944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 300 + ], + [ + 343, + 298 + ], + [ + 345, + 297 + ], + [ + 343, + 295 + ], + [ + 342, + 296 + ], + [ + 341, + 295 + ], + [ + 342, + 300 + ], + [ + 343, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99350", + "ALAND10": 1480194613, + "AWATER10": 2180230, + "GEOID10": "99350", + "ZCTA5CE10": "99350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 296 + ], + [ + 338, + 294 + ], + [ + 335, + 293 + ], + [ + 334, + 295 + ], + [ + 338, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98620", + "ALAND10": 1260155367, + "AWATER10": 14896575, + "GEOID10": "98620", + "ZCTA5CE10": "98620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 294 + ], + [ + 341, + 291 + ], + [ + 339, + 290 + ], + [ + 337, + 294 + ], + [ + 341, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97812", + "ALAND10": 1225658659, + "AWATER10": 27886878, + "GEOID10": "97812", + "ZCTA5CE10": "97812", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 297 + ], + [ + 339, + 295 + ], + [ + 337, + 295 + ], + [ + 337, + 297 + ], + [ + 339, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99322", + "ALAND10": 639880279, + "AWATER10": 0, + "GEOID10": "99322", + "ZCTA5CE10": "99322", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 295 + ], + [ + 339, + 293 + ], + [ + 337, + 293 + ], + [ + 337, + 295 + ], + [ + 339, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99356", + "ALAND10": 649175850, + "AWATER10": 41459166, + "GEOID10": "99356", + "ZCTA5CE10": "99356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 293 + ], + [ + 337, + 291 + ], + [ + 335, + 291 + ], + [ + 335, + 293 + ], + [ + 337, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97029", + "ALAND10": 628761535, + "AWATER10": 1889832, + "GEOID10": "97029", + "ZCTA5CE10": "97029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 293 + ], + [ + 340, + 291 + ], + [ + 338, + 291 + ], + [ + 338, + 293 + ], + [ + 340, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97039", + "ALAND10": 370718363, + "AWATER10": 865761, + "GEOID10": "97039", + "ZCTA5CE10": "97039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 293 + ], + [ + 339, + 291 + ], + [ + 337, + 291 + ], + [ + 337, + 293 + ], + [ + 339, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97033", + "ALAND10": 463904757, + "AWATER10": 3638588, + "GEOID10": "97033", + "ZCTA5CE10": "97033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 292 + ], + [ + 339, + 290 + ], + [ + 341, + 291 + ], + [ + 342, + 288 + ], + [ + 338, + 288 + ], + [ + 338, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97823", + "ALAND10": 1622065670, + "AWATER10": 3859678, + "GEOID10": "97823", + "ZCTA5CE10": "97823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 294 + ], + [ + 343, + 293 + ], + [ + 342, + 290 + ], + [ + 340, + 294 + ], + [ + 341, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97843", + "ALAND10": 914513682, + "AWATER10": 15135984, + "GEOID10": "97843", + "ZCTA5CE10": "97843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 297 + ], + [ + 345, + 295 + ], + [ + 343, + 295 + ], + [ + 343, + 297 + ], + [ + 345, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99345", + "ALAND10": 472736300, + "AWATER10": 57172757, + "GEOID10": "99345", + "ZCTA5CE10": "99345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 292 + ], + [ + 345, + 288 + ], + [ + 342, + 288 + ], + [ + 341, + 290 + ], + [ + 343, + 292 + ], + [ + 346, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97836", + "ALAND10": 2399177756, + "AWATER10": 1225618, + "GEOID10": "97836", + "ZCTA5CE10": "97836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 305 + ], + [ + 346, + 303 + ], + [ + 344, + 303 + ], + [ + 344, + 305 + ], + [ + 346, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98857", + "ALAND10": 421952230, + "AWATER10": 5409612, + "GEOID10": "98857", + "ZCTA5CE10": "98857", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 304 + ], + [ + 348, + 302 + ], + [ + 345, + 301 + ], + [ + 343, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99344", + "ALAND10": 1174341443, + "AWATER10": 11520344, + "GEOID10": "99344", + "ZCTA5CE10": "99344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 307 + ], + [ + 347, + 305 + ], + [ + 343, + 304 + ], + [ + 345, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US98837", + "ALAND10": 1250580598, + "AWATER10": 83137245, + "GEOID10": "98837", + "ZCTA5CE10": "98837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 302 + ], + [ + 345, + 300 + ], + [ + 343, + 300 + ], + [ + 343, + 302 + ], + [ + 345, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99343", + "ALAND10": 427959619, + "AWATER10": 7702532, + "GEOID10": "99343", + "ZCTA5CE10": "99343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 299 + ], + [ + 346, + 297 + ], + [ + 344, + 297 + ], + [ + 344, + 299 + ], + [ + 346, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99338", + "ALAND10": 172123504, + "AWATER10": 0, + "GEOID10": "99338", + "ZCTA5CE10": "99338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 299 + ], + [ + 347, + 297 + ], + [ + 345, + 297 + ], + [ + 345, + 299 + ], + [ + 347, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99337", + "ALAND10": 407013079, + "AWATER10": 37861965, + "GEOID10": "99337", + "ZCTA5CE10": "99337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 302 + ], + [ + 349, + 300 + ], + [ + 347, + 300 + ], + [ + 347, + 302 + ], + [ + 349, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99326", + "ALAND10": 707097213, + "AWATER10": 4011557, + "GEOID10": "99326", + "ZCTA5CE10": "99326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 305 + ], + [ + 349, + 302 + ], + [ + 347, + 304 + ], + [ + 350, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99341", + "ALAND10": 1036922648, + "AWATER10": 0, + "GEOID10": "99341", + "ZCTA5CE10": "99341", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 305 + ], + [ + 347, + 305 + ], + [ + 349, + 307 + ], + [ + 350, + 305 + ] + ] + ], + [ + [ + [ + 351, + 305 + ], + [ + 350, + 303 + ], + [ + 350, + 305 + ], + [ + 351, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99169", + "ALAND10": 1838486210, + "AWATER10": 3764870, + "GEOID10": "99169", + "ZCTA5CE10": "99169", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 302 + ], + [ + 352, + 300 + ], + [ + 350, + 300 + ], + [ + 350, + 302 + ], + [ + 352, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99371", + "ALAND10": 527782783, + "AWATER10": 559672, + "GEOID10": "99371", + "ZCTA5CE10": "99371", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 301 + ], + [ + 350, + 297 + ], + [ + 348, + 298 + ], + [ + 351, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99348", + "ALAND10": 1345760531, + "AWATER10": 20241299, + "GEOID10": "99348", + "ZCTA5CE10": "99348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 301 + ], + [ + 352, + 299 + ], + [ + 350, + 299 + ], + [ + 350, + 301 + ], + [ + 352, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99333", + "ALAND10": 236874302, + "AWATER10": 5924715, + "GEOID10": "99333", + "ZCTA5CE10": "99333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 301 + ], + [ + 348, + 298 + ], + [ + 345, + 298 + ], + [ + 345, + 300 + ], + [ + 347, + 299 + ], + [ + 349, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99301", + "ALAND10": 1203698358, + "AWATER10": 35955796, + "GEOID10": "99301", + "ZCTA5CE10": "99301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 299 + ], + [ + 349, + 297 + ], + [ + 347, + 297 + ], + [ + 347, + 299 + ], + [ + 349, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99360", + "ALAND10": 407534160, + "AWATER10": 0, + "GEOID10": "99360", + "ZCTA5CE10": "99360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 296 + ], + [ + 348, + 294 + ], + [ + 346, + 294 + ], + [ + 346, + 296 + ], + [ + 348, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97875", + "ALAND10": 162386815, + "AWATER10": 143297, + "GEOID10": "97875", + "ZCTA5CE10": "97875", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 294 + ], + [ + 347, + 293 + ], + [ + 346, + 292 + ], + [ + 344, + 293 + ], + [ + 344, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97826", + "ALAND10": 822671853, + "AWATER10": 57985, + "GEOID10": "97826", + "ZCTA5CE10": "97826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 292 + ], + [ + 350, + 291 + ], + [ + 346, + 290 + ], + [ + 346, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97868", + "ALAND10": 1145586346, + "AWATER10": 103091, + "GEOID10": "97868", + "ZCTA5CE10": "97868", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 296 + ], + [ + 353, + 294 + ], + [ + 351, + 294 + ], + [ + 351, + 296 + ], + [ + 353, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97862", + "ALAND10": 711973466, + "AWATER10": 47030, + "GEOID10": "97862", + "ZCTA5CE10": "97862", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 298 + ], + [ + 352, + 295 + ], + [ + 349, + 296 + ], + [ + 349, + 298 + ], + [ + 350, + 297 + ], + [ + 351, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99362", + "ALAND10": 830294711, + "AWATER10": 312780, + "GEOID10": "99362", + "ZCTA5CE10": "99362", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 297 + ], + [ + 348, + 295 + ], + [ + 346, + 295 + ], + [ + 346, + 297 + ], + [ + 348, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97835", + "ALAND10": 487244265, + "AWATER10": 0, + "GEOID10": "97835", + "ZCTA5CE10": "97835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 295 + ], + [ + 352, + 293 + ], + [ + 350, + 293 + ], + [ + 350, + 295 + ], + [ + 352, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97810", + "ALAND10": 521658213, + "AWATER10": 0, + "GEOID10": "97810", + "ZCTA5CE10": "97810", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 295 + ], + [ + 350, + 292 + ], + [ + 346, + 292 + ], + [ + 347, + 293 + ], + [ + 346, + 294 + ], + [ + 347, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97801", + "ALAND10": 1271836927, + "AWATER10": 4518810, + "GEOID10": "97801", + "ZCTA5CE10": "97801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 290 + ], + [ + 349, + 289 + ], + [ + 347, + 287 + ], + [ + 346, + 288 + ], + [ + 347, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97880", + "ALAND10": 810706448, + "AWATER10": 19696, + "GEOID10": "97880", + "ZCTA5CE10": "97880", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 292 + ], + [ + 354, + 290 + ], + [ + 352, + 290 + ], + [ + 352, + 292 + ], + [ + 354, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97850", + "ALAND10": 749301593, + "AWATER10": 1113672, + "GEOID10": "97850", + "ZCTA5CE10": "97850", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 287 + ], + [ + 322, + 285 + ], + [ + 320, + 285 + ], + [ + 320, + 287 + ], + [ + 322, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97338", + "ALAND10": 279893477, + "AWATER10": 406879, + "GEOID10": "97338", + "ZCTA5CE10": "97338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 286 + ], + [ + 324, + 284 + ], + [ + 322, + 284 + ], + [ + 322, + 286 + ], + [ + 324, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97330", + "ALAND10": 199676606, + "AWATER10": 774696, + "GEOID10": "97330", + "ZCTA5CE10": "97330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 284 + ], + [ + 321, + 282 + ], + [ + 319, + 282 + ], + [ + 319, + 284 + ], + [ + 321, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97326", + "ALAND10": 379912800, + "AWATER10": 176787, + "GEOID10": "97326", + "ZCTA5CE10": "97326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 285 + ], + [ + 322, + 283 + ], + [ + 320, + 283 + ], + [ + 320, + 285 + ], + [ + 322, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97324", + "ALAND10": 455703433, + "AWATER10": 844966, + "GEOID10": "97324", + "ZCTA5CE10": "97324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 284 + ], + [ + 322, + 282 + ], + [ + 320, + 282 + ], + [ + 320, + 284 + ], + [ + 322, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97333", + "ALAND10": 300976507, + "AWATER10": 3661527, + "GEOID10": "97333", + "ZCTA5CE10": "97333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 283 + ], + [ + 324, + 281 + ], + [ + 322, + 281 + ], + [ + 322, + 283 + ], + [ + 324, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97456", + "ALAND10": 235471444, + "AWATER10": 1261741, + "GEOID10": "97456", + "ZCTA5CE10": "97456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 289 + ], + [ + 325, + 287 + ], + [ + 323, + 287 + ], + [ + 323, + 289 + ], + [ + 325, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97303", + "ALAND10": 64590070, + "AWATER10": 1708959, + "GEOID10": "97303", + "ZCTA5CE10": "97303", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 289 + ], + [ + 325, + 287 + ], + [ + 323, + 287 + ], + [ + 323, + 289 + ], + [ + 325, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97381", + "ALAND10": 281806278, + "AWATER10": 350441, + "GEOID10": "97381", + "ZCTA5CE10": "97381", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 286 + ], + [ + 325, + 284 + ], + [ + 323, + 284 + ], + [ + 323, + 286 + ], + [ + 325, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97352", + "ALAND10": 112568741, + "AWATER10": 2531387, + "GEOID10": "97352", + "ZCTA5CE10": "97352", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 287 + ], + [ + 328, + 285 + ], + [ + 326, + 285 + ], + [ + 326, + 287 + ], + [ + 328, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97358", + "ALAND10": 184461496, + "AWATER10": 1147493, + "GEOID10": "97358", + "ZCTA5CE10": "97358", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 285 + ], + [ + 327, + 283 + ], + [ + 325, + 283 + ], + [ + 325, + 285 + ], + [ + 327, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97355", + "ALAND10": 540568872, + "AWATER10": 3311536, + "GEOID10": "97355", + "ZCTA5CE10": "97355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 283 + ], + [ + 325, + 281 + ], + [ + 323, + 281 + ], + [ + 323, + 283 + ], + [ + 325, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97327", + "ALAND10": 180881160, + "AWATER10": 0, + "GEOID10": "97327", + "ZCTA5CE10": "97327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 282 + ], + [ + 327, + 280 + ], + [ + 325, + 280 + ], + [ + 325, + 282 + ], + [ + 327, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97488", + "ALAND10": 266907986, + "AWATER10": 1557249, + "GEOID10": "97488", + "ZCTA5CE10": "97488", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 281 + ], + [ + 322, + 279 + ], + [ + 320, + 279 + ], + [ + 320, + 281 + ], + [ + 322, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97490", + "ALAND10": 267744159, + "AWATER10": 0, + "GEOID10": "97490", + "ZCTA5CE10": "97490", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 279 + ], + [ + 322, + 277 + ], + [ + 320, + 277 + ], + [ + 320, + 279 + ], + [ + 322, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97405", + "ALAND10": 393618423, + "AWATER10": 970049, + "GEOID10": "97405", + "ZCTA5CE10": "97405", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 280 + ], + [ + 325, + 278 + ], + [ + 323, + 278 + ], + [ + 323, + 280 + ], + [ + 325, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97424", + "ALAND10": 596245169, + "AWATER10": 9877789, + "GEOID10": "97424", + "ZCTA5CE10": "97424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 277 + ], + [ + 324, + 275 + ], + [ + 322, + 275 + ], + [ + 322, + 277 + ], + [ + 324, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97499", + "ALAND10": 344756667, + "AWATER10": 244130, + "GEOID10": "97499", + "ZCTA5CE10": "97499", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 274 + ], + [ + 321, + 272 + ], + [ + 319, + 272 + ], + [ + 319, + 274 + ], + [ + 321, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97471", + "ALAND10": 450439412, + "AWATER10": 5027432, + "GEOID10": "97471", + "ZCTA5CE10": "97471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 278 + ], + [ + 321, + 276 + ], + [ + 319, + 276 + ], + [ + 319, + 278 + ], + [ + 321, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97462", + "ALAND10": 534683578, + "AWATER10": 5997193, + "GEOID10": "97462", + "ZCTA5CE10": "97462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 274 + ], + [ + 325, + 272 + ], + [ + 323, + 272 + ], + [ + 323, + 274 + ], + [ + 325, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97457", + "ALAND10": 420616100, + "AWATER10": 25030, + "GEOID10": "97457", + "ZCTA5CE10": "97457", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 281 + ], + [ + 327, + 279 + ], + [ + 325, + 279 + ], + [ + 325, + 281 + ], + [ + 327, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97478", + "ALAND10": 421816770, + "AWATER10": 3635851, + "GEOID10": "97478", + "ZCTA5CE10": "97478", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 275 + ], + [ + 324, + 273 + ], + [ + 322, + 273 + ], + [ + 322, + 275 + ], + [ + 324, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97443", + "ALAND10": 196489421, + "AWATER10": 366584, + "GEOID10": "97443", + "ZCTA5CE10": "97443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 287 + ], + [ + 330, + 285 + ], + [ + 328, + 285 + ], + [ + 328, + 287 + ], + [ + 330, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97342", + "ALAND10": 145088194, + "AWATER10": 1446102, + "GEOID10": "97342", + "ZCTA5CE10": "97342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 290 + ], + [ + 337, + 288 + ], + [ + 335, + 286 + ], + [ + 335, + 288 + ], + [ + 332, + 289 + ], + [ + 335, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97037", + "ALAND10": 1411095387, + "AWATER10": 4597313, + "GEOID10": "97037", + "ZCTA5CE10": "97037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 288 + ], + [ + 334, + 285 + ], + [ + 332, + 287 + ], + [ + 332, + 288 + ], + [ + 335, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97761", + "ALAND10": 970865949, + "AWATER10": 2944467, + "GEOID10": "97761", + "ZCTA5CE10": "97761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 282 + ], + [ + 332, + 280 + ], + [ + 330, + 280 + ], + [ + 330, + 282 + ], + [ + 332, + 282 + ] + ] + ], + [ + [ + [ + 330, + 285 + ], + [ + 330, + 283 + ], + [ + 328, + 283 + ], + [ + 328, + 285 + ], + [ + 330, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97759", + "ALAND10": 991679169, + "AWATER10": 7120482, + "GEOID10": "97759", + "ZCTA5CE10": "97759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 283 + ], + [ + 331, + 281 + ], + [ + 330, + 279 + ], + [ + 327, + 281 + ], + [ + 329, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97413", + "ALAND10": 1398806830, + "AWATER10": 10305880, + "GEOID10": "97413", + "ZCTA5CE10": "97413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 277 + ], + [ + 331, + 275 + ], + [ + 329, + 273 + ], + [ + 329, + 276 + ], + [ + 330, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97733", + "ALAND10": 907875575, + "AWATER10": 35533949, + "GEOID10": "97733", + "ZCTA5CE10": "97733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 274 + ], + [ + 330, + 272 + ], + [ + 328, + 272 + ], + [ + 328, + 274 + ], + [ + 330, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97731", + "ALAND10": 125736117, + "AWATER10": 0, + "GEOID10": "97731", + "ZCTA5CE10": "97731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 278 + ], + [ + 331, + 276 + ], + [ + 329, + 276 + ], + [ + 329, + 278 + ], + [ + 331, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97739", + "ALAND10": 538484115, + "AWATER10": 48859046, + "GEOID10": "97739", + "ZCTA5CE10": "97739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 276 + ], + [ + 335, + 274 + ], + [ + 334, + 275 + ], + [ + 335, + 276 + ], + [ + 338, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97735", + "ALAND10": 874590609, + "AWATER10": 0, + "GEOID10": "97735", + "ZCTA5CE10": "97735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 270 + ], + [ + 321, + 268 + ], + [ + 319, + 268 + ], + [ + 319, + 270 + ], + [ + 321, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97497", + "ALAND10": 381217629, + "AWATER10": 16205, + "GEOID10": "97497", + "ZCTA5CE10": "97497", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 270 + ], + [ + 321, + 268 + ], + [ + 319, + 268 + ], + [ + 319, + 270 + ], + [ + 321, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97532", + "ALAND10": 154203312, + "AWATER10": 814533, + "GEOID10": "97532", + "ZCTA5CE10": "97532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 267 + ], + [ + 324, + 265 + ], + [ + 322, + 265 + ], + [ + 322, + 267 + ], + [ + 324, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97527", + "ALAND10": 614055473, + "AWATER10": 2456916, + "GEOID10": "97527", + "ZCTA5CE10": "97527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 268 + ], + [ + 324, + 266 + ], + [ + 322, + 266 + ], + [ + 322, + 268 + ], + [ + 324, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97525", + "ALAND10": 257208121, + "AWATER10": 1465730, + "GEOID10": "97525", + "ZCTA5CE10": "97525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 272 + ], + [ + 324, + 270 + ], + [ + 322, + 270 + ], + [ + 322, + 272 + ], + [ + 324, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97429", + "ALAND10": 235854570, + "AWATER10": 0, + "GEOID10": "97429", + "ZCTA5CE10": "97429", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 270 + ], + [ + 325, + 268 + ], + [ + 323, + 268 + ], + [ + 323, + 270 + ], + [ + 325, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97541", + "ALAND10": 523637488, + "AWATER10": 643788, + "GEOID10": "97541", + "ZCTA5CE10": "97541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 271 + ], + [ + 328, + 269 + ], + [ + 326, + 269 + ], + [ + 326, + 271 + ], + [ + 328, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97522", + "ALAND10": 234587152, + "AWATER10": 407037, + "GEOID10": "97522", + "ZCTA5CE10": "97522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 267 + ], + [ + 325, + 264 + ], + [ + 322, + 264 + ], + [ + 323, + 267 + ], + [ + 324, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97530", + "ALAND10": 938011234, + "AWATER10": 4246802, + "GEOID10": "97530", + "ZCTA5CE10": "97530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 268 + ], + [ + 328, + 266 + ], + [ + 326, + 266 + ], + [ + 326, + 268 + ], + [ + 328, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97524", + "ALAND10": 802081942, + "AWATER10": 4174682, + "GEOID10": "97524", + "ZCTA5CE10": "97524", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 265 + ], + [ + 321, + 263 + ], + [ + 319, + 263 + ], + [ + 319, + 265 + ], + [ + 321, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95543", + "ALAND10": 264007197, + "AWATER10": 635591, + "GEOID10": "95543", + "ZCTA5CE10": "95543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 260 + ], + [ + 324, + 258 + ], + [ + 324, + 257 + ], + [ + 322, + 258 + ], + [ + 321, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96031", + "ALAND10": 918054607, + "AWATER10": 2296409, + "GEOID10": "96031", + "ZCTA5CE10": "96031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 260 + ], + [ + 322, + 258 + ], + [ + 320, + 258 + ], + [ + 320, + 260 + ], + [ + 322, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95556", + "ALAND10": 354780589, + "AWATER10": 1813277, + "GEOID10": "95556", + "ZCTA5CE10": "95556", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 264 + ], + [ + 322, + 260 + ], + [ + 321, + 261 + ], + [ + 320, + 260 + ], + [ + 320, + 263 + ], + [ + 321, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96039", + "ALAND10": 1613379694, + "AWATER10": 4702430, + "GEOID10": "96039", + "ZCTA5CE10": "96039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 260 + ], + [ + 324, + 258 + ], + [ + 321, + 259 + ], + [ + 325, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96027", + "ALAND10": 1233598445, + "AWATER10": 4432248, + "GEOID10": "96027", + "ZCTA5CE10": "96027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 264 + ], + [ + 325, + 262 + ], + [ + 323, + 262 + ], + [ + 323, + 264 + ], + [ + 325, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96086", + "ALAND10": 665221055, + "AWATER10": 1491105, + "GEOID10": "96086", + "ZCTA5CE10": "96086", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 264 + ], + [ + 327, + 262 + ], + [ + 325, + 262 + ], + [ + 325, + 264 + ], + [ + 327, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96050", + "ALAND10": 741047687, + "AWATER10": 1994206, + "GEOID10": "96050", + "ZCTA5CE10": "96050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 262 + ], + [ + 326, + 261 + ], + [ + 322, + 260 + ], + [ + 322, + 262 + ], + [ + 325, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96032", + "ALAND10": 1179786296, + "AWATER10": 3567907, + "GEOID10": "96032", + "ZCTA5CE10": "96032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 265 + ], + [ + 326, + 263 + ], + [ + 324, + 263 + ], + [ + 324, + 265 + ], + [ + 326, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97520", + "ALAND10": 798375018, + "AWATER10": 9852057, + "GEOID10": "97520", + "ZCTA5CE10": "97520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 265 + ], + [ + 326, + 263 + ], + [ + 324, + 263 + ], + [ + 324, + 265 + ], + [ + 326, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96044", + "ALAND10": 365068083, + "AWATER10": 5377780, + "GEOID10": "96044", + "ZCTA5CE10": "96044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 264 + ], + [ + 328, + 261 + ], + [ + 327, + 261 + ], + [ + 326, + 263 + ], + [ + 328, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96064", + "ALAND10": 1241069313, + "AWATER10": 9001084, + "GEOID10": "96064", + "ZCTA5CE10": "96064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 259 + ], + [ + 325, + 257 + ], + [ + 323, + 257 + ], + [ + 323, + 259 + ], + [ + 325, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96014", + "ALAND10": 343760896, + "AWATER10": 1431267, + "GEOID10": "96014", + "ZCTA5CE10": "96014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 262 + ], + [ + 328, + 260 + ], + [ + 326, + 260 + ], + [ + 326, + 262 + ], + [ + 328, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96034", + "ALAND10": 286051921, + "AWATER10": 1086892, + "GEOID10": "96034", + "ZCTA5CE10": "96034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 271 + ], + [ + 330, + 269 + ], + [ + 328, + 269 + ], + [ + 328, + 271 + ], + [ + 330, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97626", + "ALAND10": 168775702, + "AWATER10": 267418, + "GEOID10": "97626", + "ZCTA5CE10": "97626", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 266 + ], + [ + 328, + 266 + ], + [ + 328, + 270 + ], + [ + 331, + 267 + ], + [ + 330, + 265 + ], + [ + 329, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97601", + "ALAND10": 1437884483, + "AWATER10": 98326172, + "GEOID10": "97601", + "ZCTA5CE10": "97601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 271 + ], + [ + 332, + 271 + ], + [ + 332, + 268 + ], + [ + 330, + 268 + ], + [ + 330, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97624", + "ALAND10": 1178124644, + "AWATER10": 45056108, + "GEOID10": "97624", + "ZCTA5CE10": "97624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 273 + ], + [ + 339, + 271 + ], + [ + 338, + 270 + ], + [ + 336, + 271 + ], + [ + 336, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97640", + "ALAND10": 1290827606, + "AWATER10": 131689652, + "GEOID10": "97640", + "ZCTA5CE10": "97640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 268 + ], + [ + 332, + 266 + ], + [ + 330, + 266 + ], + [ + 330, + 268 + ], + [ + 332, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97603", + "ALAND10": 805199774, + "AWATER10": 13291519, + "GEOID10": "97603", + "ZCTA5CE10": "97603", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 267 + ], + [ + 335, + 266 + ], + [ + 335, + 264 + ], + [ + 332, + 265 + ], + [ + 332, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97623", + "ALAND10": 958301280, + "AWATER10": 10302904, + "GEOID10": "97623", + "ZCTA5CE10": "97623", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 269 + ], + [ + 334, + 267 + ], + [ + 332, + 267 + ], + [ + 332, + 269 + ], + [ + 334, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97621", + "ALAND10": 335325558, + "AWATER10": 578652, + "GEOID10": "97621", + "ZCTA5CE10": "97621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 264 + ], + [ + 329, + 262 + ], + [ + 327, + 262 + ], + [ + 327, + 264 + ], + [ + 329, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96023", + "ALAND10": 647182819, + "AWATER10": 66472065, + "GEOID10": "96023", + "ZCTA5CE10": "96023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 264 + ], + [ + 331, + 263 + ], + [ + 330, + 260 + ], + [ + 328, + 262 + ], + [ + 330, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96058", + "ALAND10": 1126469242, + "AWATER10": 7889074, + "GEOID10": "96058", + "ZCTA5CE10": "96058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 260 + ], + [ + 329, + 258 + ], + [ + 327, + 258 + ], + [ + 327, + 260 + ], + [ + 329, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96057", + "ALAND10": 819170109, + "AWATER10": 643230, + "GEOID10": "96057", + "ZCTA5CE10": "96057", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 260 + ], + [ + 329, + 258 + ], + [ + 327, + 258 + ], + [ + 327, + 260 + ], + [ + 329, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96025", + "ALAND10": 237598535, + "AWATER10": 815278, + "GEOID10": "96025", + "ZCTA5CE10": "96025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 257 + ], + [ + 329, + 255 + ], + [ + 327, + 255 + ], + [ + 327, + 257 + ], + [ + 329, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96011", + "ALAND10": 826335799, + "AWATER10": 5876872, + "GEOID10": "96011", + "ZCTA5CE10": "96011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 264 + ], + [ + 334, + 261 + ], + [ + 332, + 262 + ], + [ + 332, + 264 + ], + [ + 334, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96134", + "ALAND10": 859149258, + "AWATER10": 45174606, + "GEOID10": "96134", + "ZCTA5CE10": "96134", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 260 + ], + [ + 336, + 258 + ], + [ + 334, + 258 + ], + [ + 334, + 260 + ], + [ + 336, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96054", + "ALAND10": 330848636, + "AWATER10": 4591984, + "GEOID10": "96054", + "ZCTA5CE10": "96054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 289 + ], + [ + 342, + 287 + ], + [ + 339, + 286 + ], + [ + 338, + 289 + ], + [ + 340, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97830", + "ALAND10": 1553156454, + "AWATER10": 588851, + "GEOID10": "97830", + "ZCTA5CE10": "97830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 288 + ], + [ + 339, + 286 + ], + [ + 336, + 286 + ], + [ + 336, + 287 + ], + [ + 338, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97001", + "ALAND10": 771862221, + "AWATER10": 669941, + "GEOID10": "97001", + "ZCTA5CE10": "97001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 285 + ], + [ + 338, + 283 + ], + [ + 336, + 283 + ], + [ + 336, + 285 + ], + [ + 338, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97711", + "ALAND10": 666380615, + "AWATER10": 87235, + "GEOID10": "97711", + "ZCTA5CE10": "97711", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 286 + ], + [ + 335, + 283 + ], + [ + 333, + 284 + ], + [ + 334, + 286 + ], + [ + 336, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97741", + "ALAND10": 907973291, + "AWATER10": 5702372, + "GEOID10": "97741", + "ZCTA5CE10": "97741", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 282 + ], + [ + 337, + 280 + ], + [ + 335, + 280 + ], + [ + 335, + 282 + ], + [ + 337, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97753", + "ALAND10": 306464599, + "AWATER10": 612416, + "GEOID10": "97753", + "ZCTA5CE10": "97753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 287 + ], + [ + 340, + 285 + ], + [ + 343, + 284 + ], + [ + 339, + 284 + ], + [ + 339, + 286 + ], + [ + 340, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97750", + "ALAND10": 993489906, + "AWATER10": 292357, + "GEOID10": "97750", + "ZCTA5CE10": "97750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 288 + ], + [ + 345, + 286 + ], + [ + 343, + 286 + ], + [ + 343, + 288 + ], + [ + 345, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97848", + "ALAND10": 489961858, + "AWATER10": 53512, + "GEOID10": "97848", + "ZCTA5CE10": "97848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 283 + ], + [ + 341, + 281 + ], + [ + 339, + 281 + ], + [ + 339, + 283 + ], + [ + 341, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97752", + "ALAND10": 394574538, + "AWATER10": 451263, + "GEOID10": "97752", + "ZCTA5CE10": "97752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 284 + ], + [ + 338, + 283 + ], + [ + 340, + 283 + ], + [ + 338, + 282 + ], + [ + 338, + 280 + ], + [ + 342, + 279 + ], + [ + 341, + 278 + ], + [ + 337, + 279 + ], + [ + 335, + 283 + ], + [ + 339, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97754", + "ALAND10": 3133468954, + "AWATER10": 16243827, + "GEOID10": "97754", + "ZCTA5CE10": "97754", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 280 + ], + [ + 332, + 282 + ], + [ + 333, + 282 + ], + [ + 337, + 279 + ], + [ + 335, + 278 + ], + [ + 333, + 280 + ] + ] + ], + [ + [ + [ + 333, + 280 + ], + [ + 330, + 278 + ], + [ + 330, + 280 + ], + [ + 333, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97701", + "ALAND10": 1756496931, + "AWATER10": 13591175, + "GEOID10": "97701", + "ZCTA5CE10": "97701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 277 + ], + [ + 340, + 274 + ], + [ + 339, + 272 + ], + [ + 336, + 274 + ], + [ + 338, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97641", + "ALAND10": 1640904154, + "AWATER10": 338741, + "GEOID10": "97641", + "ZCTA5CE10": "97641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 275 + ], + [ + 337, + 273 + ], + [ + 335, + 272 + ], + [ + 333, + 273 + ], + [ + 336, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97638", + "ALAND10": 1228067654, + "AWATER10": 390319, + "GEOID10": "97638", + "ZCTA5CE10": "97638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 277 + ], + [ + 341, + 275 + ], + [ + 339, + 275 + ], + [ + 339, + 277 + ], + [ + 341, + 277 + ] + ] + ], + [ + [ + [ + 345, + 279 + ], + [ + 345, + 277 + ], + [ + 343, + 277 + ], + [ + 343, + 279 + ], + [ + 345, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97758", + "ALAND10": 1503084782, + "AWATER10": 365404, + "GEOID10": "97758", + "ZCTA5CE10": "97758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 280 + ], + [ + 340, + 279 + ], + [ + 341, + 282 + ], + [ + 342, + 282 + ], + [ + 342, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97751", + "ALAND10": 905603402, + "AWATER10": 305907, + "GEOID10": "97751", + "ZCTA5CE10": "97751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 288 + ], + [ + 345, + 285 + ], + [ + 343, + 288 + ], + [ + 345, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97864", + "ALAND10": 845601847, + "AWATER10": 0, + "GEOID10": "97864", + "ZCTA5CE10": "97864", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 288 + ], + [ + 348, + 286 + ], + [ + 347, + 285 + ], + [ + 345, + 285 + ], + [ + 345, + 288 + ], + [ + 347, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97856", + "ALAND10": 1117528729, + "AWATER10": 18184, + "GEOID10": "97856", + "ZCTA5CE10": "97856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 285 + ], + [ + 346, + 282 + ], + [ + 345, + 282 + ], + [ + 344, + 284 + ], + [ + 346, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97865", + "ALAND10": 989156846, + "AWATER10": 29442, + "GEOID10": "97865", + "ZCTA5CE10": "97865", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 285 + ], + [ + 345, + 283 + ], + [ + 343, + 283 + ], + [ + 343, + 285 + ], + [ + 345, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97825", + "ALAND10": 642331400, + "AWATER10": 32070, + "GEOID10": "97825", + "ZCTA5CE10": "97825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 286 + ], + [ + 350, + 284 + ], + [ + 348, + 284 + ], + [ + 348, + 286 + ], + [ + 350, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97877", + "ALAND10": 526131527, + "AWATER10": 132899, + "GEOID10": "97877", + "ZCTA5CE10": "97877", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 285 + ], + [ + 350, + 282 + ], + [ + 349, + 281 + ], + [ + 348, + 283 + ], + [ + 349, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97869", + "ALAND10": 889699678, + "AWATER10": 271461, + "GEOID10": "97869", + "ZCTA5CE10": "97869", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 282 + ], + [ + 354, + 279 + ], + [ + 353, + 279 + ], + [ + 351, + 281 + ], + [ + 354, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97920", + "ALAND10": 1201097780, + "AWATER10": 193873, + "GEOID10": "97920", + "ZCTA5CE10": "97920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 282 + ], + [ + 346, + 280 + ], + [ + 344, + 280 + ], + [ + 344, + 282 + ], + [ + 346, + 282 + ] + ] + ], + [ + [ + [ + 349, + 283 + ], + [ + 349, + 281 + ], + [ + 347, + 281 + ], + [ + 347, + 283 + ], + [ + 349, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97820", + "ALAND10": 875639521, + "AWATER10": 296532, + "GEOID10": "97820", + "ZCTA5CE10": "97820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 277 + ], + [ + 348, + 280 + ], + [ + 350, + 274 + ], + [ + 347, + 274 + ], + [ + 346, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97720", + "ALAND10": 2678824016, + "AWATER10": 198393420, + "GEOID10": "97720", + "ZCTA5CE10": "97720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 280 + ], + [ + 349, + 277 + ], + [ + 348, + 280 + ], + [ + 351, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97904", + "ALAND10": 1594289281, + "AWATER10": 2153245, + "GEOID10": "97904", + "ZCTA5CE10": "97904", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 274 + ], + [ + 349, + 272 + ], + [ + 349, + 270 + ], + [ + 347, + 271 + ], + [ + 348, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97722", + "ALAND10": 1293687392, + "AWATER10": 3564526, + "GEOID10": "97722", + "ZCTA5CE10": "97722", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 281 + ], + [ + 353, + 279 + ], + [ + 353, + 275 + ], + [ + 351, + 276 + ], + [ + 351, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97911", + "ALAND10": 1809838043, + "AWATER10": 14822633, + "GEOID10": "97911", + "ZCTA5CE10": "97911", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 269 + ], + [ + 340, + 267 + ], + [ + 338, + 267 + ], + [ + 338, + 269 + ], + [ + 340, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97636", + "ALAND10": 489014326, + "AWATER10": 225770, + "GEOID10": "97636", + "ZCTA5CE10": "97636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 268 + ], + [ + 342, + 266 + ], + [ + 340, + 266 + ], + [ + 340, + 268 + ], + [ + 342, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97637", + "ALAND10": 489912387, + "AWATER10": 36910810, + "GEOID10": "97637", + "ZCTA5CE10": "97637", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 270 + ], + [ + 340, + 264 + ], + [ + 337, + 264 + ], + [ + 336, + 267 + ], + [ + 338, + 266 + ], + [ + 340, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97630", + "ALAND10": 2110036081, + "AWATER10": 146923976, + "GEOID10": "97630", + "ZCTA5CE10": "97630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 262 + ], + [ + 340, + 260 + ], + [ + 338, + 260 + ], + [ + 338, + 262 + ], + [ + 340, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96108", + "ALAND10": 512681319, + "AWATER10": 3856547, + "GEOID10": "96108", + "ZCTA5CE10": "96108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 262 + ], + [ + 340, + 259 + ], + [ + 336, + 258 + ], + [ + 336, + 260 + ], + [ + 337, + 262 + ], + [ + 339, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96101", + "ALAND10": 1513202923, + "AWATER10": 27689190, + "GEOID10": "96101", + "ZCTA5CE10": "96101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 259 + ], + [ + 336, + 257 + ], + [ + 334, + 257 + ], + [ + 334, + 259 + ], + [ + 336, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96006", + "ALAND10": 418524976, + "AWATER10": 1049018, + "GEOID10": "96006", + "ZCTA5CE10": "96006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 265 + ], + [ + 341, + 263 + ], + [ + 339, + 263 + ], + [ + 339, + 265 + ], + [ + 341, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96112", + "ALAND10": 328271212, + "AWATER10": 19830879, + "GEOID10": "96112", + "ZCTA5CE10": "96112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 260 + ], + [ + 341, + 258 + ], + [ + 339, + 258 + ], + [ + 339, + 260 + ], + [ + 341, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96104", + "ALAND10": 498552902, + "AWATER10": 49236270, + "GEOID10": "96104", + "ZCTA5CE10": "96104", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 260 + ], + [ + 341, + 258 + ], + [ + 339, + 258 + ], + [ + 339, + 260 + ], + [ + 341, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96116", + "ALAND10": 650134079, + "AWATER10": 7379895, + "GEOID10": "96116", + "ZCTA5CE10": "96116", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 261 + ], + [ + 341, + 259 + ], + [ + 339, + 259 + ], + [ + 339, + 261 + ], + [ + 341, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96110", + "ALAND10": 387610594, + "AWATER10": 37983235, + "GEOID10": "96110", + "ZCTA5CE10": "96110", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 271 + ], + [ + 349, + 270 + ], + [ + 348, + 268 + ], + [ + 344, + 270 + ], + [ + 347, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97736", + "ALAND10": 1427423369, + "AWATER10": 1380661, + "GEOID10": "97736", + "ZCTA5CE10": "97736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 269 + ], + [ + 344, + 265 + ], + [ + 340, + 264 + ], + [ + 341, + 267 + ], + [ + 342, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97620", + "ALAND10": 1613028262, + "AWATER10": 44016263, + "GEOID10": "97620", + "ZCTA5CE10": "97620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 275 + ], + [ + 351, + 274 + ], + [ + 351, + 267 + ], + [ + 348, + 266 + ], + [ + 349, + 273 + ], + [ + 344, + 273 + ], + [ + 344, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97721", + "ALAND10": 4381666062, + "AWATER10": 13494555, + "GEOID10": "97721", + "ZCTA5CE10": "97721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 268 + ], + [ + 351, + 264 + ], + [ + 347, + 264 + ], + [ + 348, + 267 + ], + [ + 352, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97710", + "ALAND10": 2134677293, + "AWATER10": 331336, + "GEOID10": "97710", + "ZCTA5CE10": "97710", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 264 + ], + [ + 342, + 262 + ], + [ + 343, + 259 + ], + [ + 345, + 258 + ], + [ + 345, + 254 + ], + [ + 341, + 251 + ], + [ + 341, + 264 + ], + [ + 344, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89412", + "ALAND10": 7586258523, + "AWATER10": 16709516, + "GEOID10": "89412", + "ZCTA5CE10": "89412", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 263 + ], + [ + 350, + 261 + ], + [ + 348, + 261 + ], + [ + 348, + 263 + ], + [ + 350, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89404", + "ALAND10": 593682126, + "AWATER10": 6034047, + "GEOID10": "89404", + "ZCTA5CE10": "89404", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 263 + ], + [ + 355, + 262 + ], + [ + 354, + 259 + ], + [ + 353, + 261 + ], + [ + 352, + 260 + ], + [ + 352, + 262 + ], + [ + 351, + 261 + ], + [ + 351, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89425", + "ALAND10": 1842120830, + "AWATER10": 1152, + "GEOID10": "89425", + "ZCTA5CE10": "89425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 321 + ], + [ + 355, + 316 + ], + [ + 352, + 316 + ], + [ + 353, + 321 + ], + [ + 355, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99114", + "ALAND10": 1886375270, + "AWATER10": 6503335, + "GEOID10": "99114", + "ZCTA5CE10": "99114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 318 + ], + [ + 353, + 316 + ], + [ + 351, + 316 + ], + [ + 351, + 318 + ], + [ + 353, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99167", + "ALAND10": 161526109, + "AWATER10": 7259721, + "GEOID10": "99167", + "ZCTA5CE10": "99167", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 316 + ], + [ + 355, + 314 + ], + [ + 352, + 314 + ], + [ + 355, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99109", + "ALAND10": 725556205, + "AWATER10": 348807, + "GEOID10": "99109", + "ZCTA5CE10": "99109", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 317 + ], + [ + 358, + 315 + ], + [ + 356, + 315 + ], + [ + 356, + 317 + ], + [ + 358, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99180", + "ALAND10": 263841412, + "AWATER10": 6842305, + "GEOID10": "99180", + "ZCTA5CE10": "99180", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 315 + ], + [ + 355, + 313 + ], + [ + 353, + 313 + ], + [ + 353, + 315 + ], + [ + 355, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99181", + "ALAND10": 255423837, + "AWATER10": 2755894, + "GEOID10": "99181", + "ZCTA5CE10": "99181", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 316 + ], + [ + 357, + 312 + ], + [ + 355, + 314 + ], + [ + 358, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99156", + "ALAND10": 847759952, + "AWATER10": 20249946, + "GEOID10": "99156", + "ZCTA5CE10": "99156", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 318 + ], + [ + 358, + 316 + ], + [ + 355, + 315 + ], + [ + 355, + 318 + ], + [ + 358, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99119", + "ALAND10": 1049330246, + "AWATER10": 18951334, + "GEOID10": "99119", + "ZCTA5CE10": "99119", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 318 + ], + [ + 357, + 316 + ], + [ + 355, + 316 + ], + [ + 355, + 318 + ], + [ + 357, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99139", + "ALAND10": 530437168, + "AWATER10": 7147559, + "GEOID10": "99139", + "ZCTA5CE10": "99139", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 321 + ], + [ + 358, + 318 + ], + [ + 356, + 318 + ], + [ + 357, + 319 + ], + [ + 355, + 321 + ], + [ + 358, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99153", + "ALAND10": 888976967, + "AWATER10": 10047006, + "GEOID10": "99153", + "ZCTA5CE10": "99153", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 318 + ], + [ + 359, + 315 + ], + [ + 359, + 313 + ], + [ + 358, + 314 + ], + [ + 358, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83856", + "ALAND10": 915023169, + "AWATER10": 15221148, + "GEOID10": "83856", + "ZCTA5CE10": "83856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 313 + ], + [ + 355, + 311 + ], + [ + 353, + 311 + ], + [ + 353, + 313 + ], + [ + 355, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99006", + "ALAND10": 475696960, + "AWATER10": 1213519, + "GEOID10": "99006", + "ZCTA5CE10": "99006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 312 + ], + [ + 353, + 311 + ], + [ + 352, + 308 + ], + [ + 349, + 308 + ], + [ + 351, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99122", + "ALAND10": 1474668153, + "AWATER10": 20818911, + "GEOID10": "99122", + "ZCTA5CE10": "99122", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 312 + ], + [ + 353, + 310 + ], + [ + 351, + 310 + ], + [ + 351, + 312 + ], + [ + 353, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99040", + "ALAND10": 271211038, + "AWATER10": 3880440, + "GEOID10": "99040", + "ZCTA5CE10": "99040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 308 + ], + [ + 353, + 306 + ], + [ + 351, + 306 + ], + [ + 351, + 308 + ], + [ + 353, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99008", + "ALAND10": 336057793, + "AWATER10": 158055, + "GEOID10": "99008", + "ZCTA5CE10": "99008", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 311 + ], + [ + 355, + 309 + ], + [ + 353, + 309 + ], + [ + 353, + 311 + ], + [ + 355, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99022", + "ALAND10": 178606186, + "AWATER10": 4761517, + "GEOID10": "99022", + "ZCTA5CE10": "99022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 309 + ], + [ + 355, + 307 + ], + [ + 354, + 306 + ], + [ + 353, + 308 + ], + [ + 355, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99004", + "ALAND10": 870163597, + "AWATER10": 12506816, + "GEOID10": "99004", + "ZCTA5CE10": "99004", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 307 + ], + [ + 354, + 305 + ], + [ + 352, + 305 + ], + [ + 352, + 307 + ], + [ + 354, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99171", + "ALAND10": 688352129, + "AWATER10": 9704711, + "GEOID10": "99171", + "ZCTA5CE10": "99171", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 312 + ], + [ + 356, + 310 + ], + [ + 354, + 310 + ], + [ + 354, + 312 + ], + [ + 356, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99005", + "ALAND10": 102769685, + "AWATER10": 0, + "GEOID10": "99005", + "ZCTA5CE10": "99005", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 313 + ], + [ + 358, + 311 + ], + [ + 356, + 311 + ], + [ + 356, + 313 + ], + [ + 358, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99003", + "ALAND10": 181701618, + "AWATER10": 181042, + "GEOID10": "99003", + "ZCTA5CE10": "99003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 311 + ], + [ + 358, + 309 + ], + [ + 356, + 309 + ], + [ + 356, + 311 + ], + [ + 358, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99016", + "ALAND10": 65278526, + "AWATER10": 183193, + "GEOID10": "99016", + "ZCTA5CE10": "99016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 312 + ], + [ + 359, + 310 + ], + [ + 357, + 310 + ], + [ + 357, + 312 + ], + [ + 359, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83854", + "ALAND10": 194313331, + "AWATER10": 4848999, + "GEOID10": "83854", + "ZCTA5CE10": "83854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 308 + ], + [ + 359, + 306 + ], + [ + 357, + 306 + ], + [ + 357, + 308 + ], + [ + 359, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99018", + "ALAND10": 90598821, + "AWATER10": 0, + "GEOID10": "99018", + "ZCTA5CE10": "99018", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 306 + ], + [ + 357, + 304 + ], + [ + 355, + 304 + ], + [ + 355, + 306 + ], + [ + 357, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99170", + "ALAND10": 471288715, + "AWATER10": 832966, + "GEOID10": "99170", + "ZCTA5CE10": "99170", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 310 + ], + [ + 359, + 308 + ], + [ + 357, + 308 + ], + [ + 357, + 310 + ], + [ + 359, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83876", + "ALAND10": 309230915, + "AWATER10": 25533670, + "GEOID10": "83876", + "ZCTA5CE10": "83876", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 307 + ], + [ + 359, + 305 + ], + [ + 357, + 305 + ], + [ + 357, + 307 + ], + [ + 359, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83870", + "ALAND10": 184993495, + "AWATER10": 0, + "GEOID10": "83870", + "ZCTA5CE10": "83870", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 319 + ], + [ + 363, + 317 + ], + [ + 361, + 317 + ], + [ + 361, + 319 + ], + [ + 363, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83847", + "ALAND10": 294759878, + "AWATER10": 1286086, + "GEOID10": "83847", + "ZCTA5CE10": "83847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 317 + ], + [ + 362, + 317 + ], + [ + 363, + 316 + ], + [ + 359, + 314 + ], + [ + 361, + 316 + ], + [ + 360, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83864", + "ALAND10": 1188524025, + "AWATER10": 52958319, + "GEOID10": "83864", + "ZCTA5CE10": "83864", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 314 + ], + [ + 361, + 312 + ], + [ + 359, + 312 + ], + [ + 359, + 314 + ], + [ + 361, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83809", + "ALAND10": 36289714, + "AWATER10": 0, + "GEOID10": "83809", + "ZCTA5CE10": "83809", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 317 + ], + [ + 363, + 315 + ], + [ + 361, + 315 + ], + [ + 361, + 317 + ], + [ + 363, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83836", + "ALAND10": 243084342, + "AWATER10": 53094364, + "GEOID10": "83836", + "ZCTA5CE10": "83836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 321 + ], + [ + 364, + 314 + ], + [ + 363, + 321 + ], + [ + 367, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59935", + "ALAND10": 2327394570, + "AWATER10": 13807069, + "GEOID10": "59935", + "ZCTA5CE10": "59935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 362, + 312 + ], + [ + 362, + 310 + ], + [ + 360, + 310 + ], + [ + 360, + 312 + ], + [ + 362, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83814", + "ALAND10": 513718758, + "AWATER10": 40827833, + "GEOID10": "83814", + "ZCTA5CE10": "83814", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 362, + 313 + ], + [ + 362, + 311 + ], + [ + 360, + 311 + ], + [ + 360, + 313 + ], + [ + 362, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83811", + "ALAND10": 470648914, + "AWATER10": 10534273, + "GEOID10": "83811", + "ZCTA5CE10": "83811", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 309 + ], + [ + 363, + 307 + ], + [ + 361, + 307 + ], + [ + 361, + 309 + ], + [ + 363, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83839", + "ALAND10": 282341552, + "AWATER10": 2197488, + "GEOID10": "83839", + "ZCTA5CE10": "83839", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 308 + ], + [ + 363, + 307 + ], + [ + 361, + 304 + ], + [ + 358, + 306 + ], + [ + 360, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83861", + "ALAND10": 1318847869, + "AWATER10": 13616277, + "GEOID10": "83861", + "ZCTA5CE10": "83861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 362, + 305 + ], + [ + 362, + 303 + ], + [ + 360, + 303 + ], + [ + 360, + 305 + ], + [ + 362, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83866", + "ALAND10": 170765993, + "AWATER10": 0, + "GEOID10": "83866", + "ZCTA5CE10": "83866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 307 + ], + [ + 363, + 305 + ], + [ + 361, + 305 + ], + [ + 361, + 307 + ], + [ + 363, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83808", + "ALAND10": 481850666, + "AWATER10": 1039479, + "GEOID10": "83808", + "ZCTA5CE10": "83808", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 313 + ], + [ + 365, + 311 + ], + [ + 363, + 311 + ], + [ + 363, + 313 + ], + [ + 365, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59844", + "ALAND10": 312695748, + "AWATER10": 5132935, + "GEOID10": "59844", + "ZCTA5CE10": "59844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 309 + ], + [ + 365, + 307 + ], + [ + 363, + 307 + ], + [ + 363, + 309 + ], + [ + 365, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83873", + "ALAND10": 535081920, + "AWATER10": 852880, + "GEOID10": "83873", + "ZCTA5CE10": "83873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 315 + ], + [ + 366, + 313 + ], + [ + 364, + 312 + ], + [ + 365, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59853", + "ALAND10": 674688350, + "AWATER10": 15632590, + "GEOID10": "59853", + "ZCTA5CE10": "59853", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 313 + ], + [ + 368, + 312 + ], + [ + 365, + 309 + ], + [ + 364, + 312 + ], + [ + 366, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59874", + "ALAND10": 919999511, + "AWATER10": 19091843, + "GEOID10": "59874", + "ZCTA5CE10": "59874", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 304 + ], + [ + 356, + 302 + ], + [ + 354, + 302 + ], + [ + 354, + 304 + ], + [ + 356, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99125", + "ALAND10": 603514810, + "AWATER10": 665926, + "GEOID10": "99125", + "ZCTA5CE10": "99125", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 303 + ], + [ + 353, + 301 + ], + [ + 352, + 301 + ], + [ + 352, + 303 + ], + [ + 355, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99143", + "ALAND10": 803539548, + "AWATER10": 8707274, + "GEOID10": "99143", + "ZCTA5CE10": "99143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 305 + ], + [ + 357, + 303 + ], + [ + 354, + 302 + ], + [ + 355, + 305 + ], + [ + 356, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99111", + "ALAND10": 747255719, + "AWATER10": 7168392, + "GEOID10": "99111", + "ZCTA5CE10": "99111", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 301 + ], + [ + 354, + 296 + ], + [ + 352, + 296 + ], + [ + 351, + 298 + ], + [ + 353, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99328", + "ALAND10": 1659771455, + "AWATER10": 7107927, + "GEOID10": "99328", + "ZCTA5CE10": "99328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 301 + ], + [ + 352, + 299 + ], + [ + 350, + 299 + ], + [ + 350, + 301 + ], + [ + 352, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99361", + "ALAND10": 579540006, + "AWATER10": 0, + "GEOID10": "99361", + "ZCTA5CE10": "99361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 304 + ], + [ + 359, + 302 + ], + [ + 357, + 302 + ], + [ + 357, + 304 + ], + [ + 359, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99163", + "ALAND10": 535953542, + "AWATER10": 1059311, + "GEOID10": "99163", + "ZCTA5CE10": "99163", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 304 + ], + [ + 357, + 302 + ], + [ + 355, + 302 + ], + [ + 355, + 304 + ], + [ + 357, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99161", + "ALAND10": 192249719, + "AWATER10": 2693, + "GEOID10": "99161", + "ZCTA5CE10": "99161", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 302 + ], + [ + 360, + 300 + ], + [ + 358, + 300 + ], + [ + 358, + 302 + ], + [ + 360, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83832", + "ALAND10": 376942642, + "AWATER10": 45325, + "GEOID10": "83832", + "ZCTA5CE10": "83832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 301 + ], + [ + 361, + 299 + ], + [ + 359, + 299 + ], + [ + 359, + 301 + ], + [ + 361, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83535", + "ALAND10": 138423514, + "AWATER10": 2617427, + "GEOID10": "83535", + "ZCTA5CE10": "83535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 302 + ], + [ + 357, + 300 + ], + [ + 355, + 296 + ], + [ + 353, + 300 + ], + [ + 353, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99347", + "ALAND10": 1960201684, + "AWATER10": 21940183, + "GEOID10": "99347", + "ZCTA5CE10": "99347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 299 + ], + [ + 358, + 297 + ], + [ + 356, + 297 + ], + [ + 356, + 299 + ], + [ + 358, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99401", + "ALAND10": 569159118, + "AWATER10": 3393664, + "GEOID10": "99401", + "ZCTA5CE10": "99401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 298 + ], + [ + 358, + 299 + ], + [ + 358, + 296 + ], + [ + 357, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US99402", + "ALAND10": 741905992, + "AWATER10": 4525887, + "GEOID10": "99402", + "ZCTA5CE10": "99402", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 295 + ], + [ + 353, + 293 + ], + [ + 351, + 293 + ], + [ + 351, + 295 + ], + [ + 353, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97827", + "ALAND10": 533093750, + "AWATER10": 18202, + "GEOID10": "97827", + "ZCTA5CE10": "97827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 295 + ], + [ + 356, + 293 + ], + [ + 355, + 291 + ], + [ + 354, + 293 + ], + [ + 355, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97885", + "ALAND10": 780670418, + "AWATER10": 0, + "GEOID10": "97885", + "ZCTA5CE10": "97885", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 292 + ], + [ + 353, + 290 + ], + [ + 351, + 290 + ], + [ + 351, + 292 + ], + [ + 353, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97824", + "ALAND10": 565896584, + "AWATER10": 20851, + "GEOID10": "97824", + "ZCTA5CE10": "97824", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 290 + ], + [ + 352, + 288 + ], + [ + 350, + 288 + ], + [ + 350, + 290 + ], + [ + 352, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97867", + "ALAND10": 352615124, + "AWATER10": 922641, + "GEOID10": "97867", + "ZCTA5CE10": "97867", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 291 + ], + [ + 354, + 289 + ], + [ + 352, + 289 + ], + [ + 352, + 291 + ], + [ + 354, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97883", + "ALAND10": 693232303, + "AWATER10": 448579, + "GEOID10": "97883", + "ZCTA5CE10": "97883", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 296 + ], + [ + 358, + 292 + ], + [ + 356, + 289 + ], + [ + 356, + 294 + ], + [ + 355, + 295 + ], + [ + 358, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97828", + "ALAND10": 1906723277, + "AWATER10": 91085, + "GEOID10": "97828", + "ZCTA5CE10": "97828", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 293 + ], + [ + 355, + 291 + ], + [ + 353, + 291 + ], + [ + 353, + 293 + ], + [ + 355, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97857", + "ALAND10": 697083629, + "AWATER10": 1077064, + "GEOID10": "97857", + "ZCTA5CE10": "97857", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 289 + ], + [ + 356, + 288 + ], + [ + 358, + 292 + ], + [ + 357, + 295 + ], + [ + 358, + 296 + ], + [ + 360, + 294 + ], + [ + 358, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97846", + "ALAND10": 1946414577, + "AWATER10": 7503838, + "GEOID10": "97846", + "ZCTA5CE10": "97846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 294 + ], + [ + 361, + 293 + ], + [ + 359, + 288 + ], + [ + 358, + 289 + ], + [ + 360, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97842", + "ALAND10": 1797501814, + "AWATER10": 5525089, + "GEOID10": "97842", + "ZCTA5CE10": "97842", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 304 + ], + [ + 361, + 302 + ], + [ + 359, + 302 + ], + [ + 359, + 304 + ], + [ + 361, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83871", + "ALAND10": 289031839, + "AWATER10": 521262, + "GEOID10": "83871", + "ZCTA5CE10": "83871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 302 + ], + [ + 363, + 300 + ], + [ + 361, + 300 + ], + [ + 361, + 302 + ], + [ + 363, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83537", + "ALAND10": 428766770, + "AWATER10": 294141, + "GEOID10": "83537", + "ZCTA5CE10": "83537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 302 + ], + [ + 363, + 300 + ], + [ + 361, + 300 + ], + [ + 361, + 302 + ], + [ + 363, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83544", + "ALAND10": 610054613, + "AWATER10": 24769783, + "GEOID10": "83544", + "ZCTA5CE10": "83544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 362, + 301 + ], + [ + 362, + 299 + ], + [ + 360, + 299 + ], + [ + 360, + 301 + ], + [ + 362, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83523", + "ALAND10": 490882117, + "AWATER10": 163091, + "GEOID10": "83523", + "ZCTA5CE10": "83523", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 296 + ], + [ + 360, + 294 + ], + [ + 358, + 294 + ], + [ + 358, + 296 + ], + [ + 360, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83555", + "ALAND10": 532913312, + "AWATER10": 1200026, + "GEOID10": "83555", + "ZCTA5CE10": "83555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 294 + ], + [ + 359, + 296 + ], + [ + 362, + 297 + ], + [ + 361, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83522", + "ALAND10": 1094525545, + "AWATER10": 4740687, + "GEOID10": "83522", + "ZCTA5CE10": "83522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 298 + ], + [ + 363, + 296 + ], + [ + 361, + 296 + ], + [ + 361, + 298 + ], + [ + 363, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83543", + "ALAND10": 354027615, + "AWATER10": 131811, + "GEOID10": "83543", + "ZCTA5CE10": "83543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 299 + ], + [ + 366, + 297 + ], + [ + 364, + 297 + ], + [ + 364, + 299 + ], + [ + 366, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83536", + "ALAND10": 568330524, + "AWATER10": 3403324, + "GEOID10": "83536", + "ZCTA5CE10": "83536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 301 + ], + [ + 372, + 293 + ], + [ + 370, + 296 + ], + [ + 366, + 297 + ], + [ + 365, + 295 + ], + [ + 364, + 297 + ], + [ + 366, + 300 + ], + [ + 373, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83539", + "ALAND10": 7279410447, + "AWATER10": 26354726, + "GEOID10": "83539", + "ZCTA5CE10": "83539", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 296 + ], + [ + 360, + 294 + ], + [ + 358, + 294 + ], + [ + 358, + 296 + ], + [ + 360, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83501", + "ALAND10": 699649783, + "AWATER10": 14259130, + "GEOID10": "83501", + "ZCTA5CE10": "83501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 297 + ], + [ + 365, + 295 + ], + [ + 363, + 294 + ], + [ + 362, + 296 + ], + [ + 364, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83530", + "ALAND10": 931835907, + "AWATER10": 1746950, + "GEOID10": "83530", + "ZCTA5CE10": "83530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 294 + ], + [ + 364, + 292 + ], + [ + 362, + 292 + ], + [ + 362, + 294 + ], + [ + 364, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83554", + "ALAND10": 586216721, + "AWATER10": 3972373, + "GEOID10": "83554", + "ZCTA5CE10": "83554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 292 + ], + [ + 364, + 289 + ], + [ + 360, + 290 + ], + [ + 361, + 292 + ], + [ + 363, + 291 + ], + [ + 365, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83549", + "ALAND10": 1616924518, + "AWATER10": 8142344, + "GEOID10": "83549", + "ZCTA5CE10": "83549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 291 + ], + [ + 364, + 289 + ], + [ + 362, + 289 + ], + [ + 362, + 291 + ], + [ + 364, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83547", + "ALAND10": 250922041, + "AWATER10": 1670919, + "GEOID10": "83547", + "ZCTA5CE10": "83547", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 293 + ], + [ + 372, + 290 + ], + [ + 371, + 289 + ], + [ + 365, + 290 + ], + [ + 367, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83671", + "ALAND10": 2677992179, + "AWATER10": 8556195, + "GEOID10": "83671", + "ZCTA5CE10": "83671", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 321 + ], + [ + 369, + 319 + ], + [ + 367, + 319 + ], + [ + 367, + 321 + ], + [ + 369, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59917", + "ALAND10": 669310448, + "AWATER10": 4986351, + "GEOID10": "59917", + "ZCTA5CE10": "59917", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 318 + ], + [ + 370, + 316 + ], + [ + 368, + 312 + ], + [ + 365, + 314 + ], + [ + 366, + 318 + ], + [ + 367, + 316 + ], + [ + 369, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59923", + "ALAND10": 3547275359, + "AWATER10": 18352160, + "GEOID10": "59923", + "ZCTA5CE10": "59923", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 320 + ], + [ + 372, + 318 + ], + [ + 370, + 318 + ], + [ + 370, + 320 + ], + [ + 372, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59934", + "ALAND10": 491089526, + "AWATER10": 3342080, + "GEOID10": "59934", + "ZCTA5CE10": "59934", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 318 + ], + [ + 374, + 316 + ], + [ + 372, + 316 + ], + [ + 372, + 318 + ], + [ + 374, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59927", + "ALAND10": 614803026, + "AWATER10": 6424723, + "GEOID10": "59927", + "ZCTA5CE10": "59927", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 315 + ], + [ + 372, + 314 + ], + [ + 371, + 312 + ], + [ + 369, + 312 + ], + [ + 369, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59925", + "ALAND10": 977297156, + "AWATER10": 22235867, + "GEOID10": "59925", + "ZCTA5CE10": "59925", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 313 + ], + [ + 374, + 311 + ], + [ + 372, + 311 + ], + [ + 372, + 313 + ], + [ + 374, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59920", + "ALAND10": 466312581, + "AWATER10": 5979660, + "GEOID10": "59920", + "ZCTA5CE10": "59920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 317 + ], + [ + 374, + 317 + ], + [ + 373, + 315 + ], + [ + 371, + 316 + ], + [ + 373, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59937", + "ALAND10": 779525032, + "AWATER10": 23456045, + "GEOID10": "59937", + "ZCTA5CE10": "59937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 321 + ], + [ + 374, + 317 + ], + [ + 371, + 319 + ], + [ + 371, + 321 + ], + [ + 374, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59928", + "ALAND10": 1553869924, + "AWATER10": 16138317, + "GEOID10": "59928", + "ZCTA5CE10": "59928", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 319 + ], + [ + 375, + 317 + ], + [ + 373, + 317 + ], + [ + 373, + 319 + ], + [ + 375, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59912", + "ALAND10": 363103636, + "AWATER10": 6310715, + "GEOID10": "59912", + "ZCTA5CE10": "59912", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 316 + ], + [ + 375, + 314 + ], + [ + 373, + 313 + ], + [ + 371, + 315 + ], + [ + 372, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59901", + "ALAND10": 1170956621, + "AWATER10": 32849754, + "GEOID10": "59901", + "ZCTA5CE10": "59901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 312 + ], + [ + 372, + 309 + ], + [ + 372, + 306 + ], + [ + 371, + 308 + ], + [ + 370, + 307 + ], + [ + 368, + 308 + ], + [ + 369, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59859", + "ALAND10": 1796208205, + "AWATER10": 12113704, + "GEOID10": "59859", + "ZCTA5CE10": "59859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 313 + ], + [ + 369, + 309 + ], + [ + 365, + 308 + ], + [ + 367, + 310 + ], + [ + 366, + 311 + ], + [ + 369, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59873", + "ALAND10": 1960224641, + "AWATER10": 11143332, + "GEOID10": "59873", + "ZCTA5CE10": "59873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 309 + ], + [ + 369, + 307 + ], + [ + 367, + 307 + ], + [ + 367, + 309 + ], + [ + 369, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59866", + "ALAND10": 587993411, + "AWATER10": 2354790, + "GEOID10": "59866", + "ZCTA5CE10": "59866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 309 + ], + [ + 367, + 307 + ], + [ + 365, + 307 + ], + [ + 365, + 309 + ], + [ + 367, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59842", + "ALAND10": 331776653, + "AWATER10": 291591, + "GEOID10": "59842", + "ZCTA5CE10": "59842", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 304 + ], + [ + 364, + 304 + ], + [ + 364, + 307 + ], + [ + 367, + 304 + ] + ] + ], + [ + [ + [ + 367, + 304 + ], + [ + 368, + 306 + ], + [ + 370, + 304 + ], + [ + 367, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83802", + "ALAND10": 1422531098, + "AWATER10": 2966865, + "GEOID10": "83802", + "ZCTA5CE10": "83802", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 312 + ], + [ + 373, + 307 + ], + [ + 371, + 309 + ], + [ + 371, + 311 + ], + [ + 370, + 312 + ], + [ + 372, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59845", + "ALAND10": 1180353874, + "AWATER10": 6346346, + "GEOID10": "59845", + "ZCTA5CE10": "59845", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 308 + ], + [ + 377, + 306 + ], + [ + 375, + 306 + ], + [ + 375, + 308 + ], + [ + 377, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59864", + "ALAND10": 490167324, + "AWATER10": 7293110, + "GEOID10": "59864", + "ZCTA5CE10": "59864", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 311 + ], + [ + 373, + 309 + ], + [ + 371, + 309 + ], + [ + 371, + 311 + ], + [ + 373, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59910", + "ALAND10": 143501487, + "AWATER10": 70920560, + "GEOID10": "59910", + "ZCTA5CE10": "59910", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 312 + ], + [ + 375, + 311 + ], + [ + 375, + 309 + ], + [ + 372, + 310 + ], + [ + 374, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59860", + "ALAND10": 629175042, + "AWATER10": 151566592, + "GEOID10": "59860", + "ZCTA5CE10": "59860", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 312 + ], + [ + 374, + 311 + ], + [ + 374, + 314 + ], + [ + 376, + 312 + ] + ] + ], + [ + [ + [ + 376, + 312 + ], + [ + 377, + 312 + ], + [ + 377, + 309 + ], + [ + 376, + 309 + ], + [ + 376, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59911", + "ALAND10": 1016142294, + "AWATER10": 104055500, + "GEOID10": "59911", + "ZCTA5CE10": "59911", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 309 + ], + [ + 375, + 307 + ], + [ + 373, + 307 + ], + [ + 373, + 309 + ], + [ + 375, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59865", + "ALAND10": 405205662, + "AWATER10": 4505845, + "GEOID10": "59865", + "ZCTA5CE10": "59865", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 304 + ], + [ + 375, + 302 + ], + [ + 373, + 302 + ], + [ + 373, + 304 + ], + [ + 375, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59808", + "ALAND10": 339568267, + "AWATER10": 4312150, + "GEOID10": "59808", + "ZCTA5CE10": "59808", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 321 + ], + [ + 378, + 317 + ], + [ + 378, + 315 + ], + [ + 374, + 317 + ], + [ + 374, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59936", + "ALAND10": 2379537858, + "AWATER10": 67055504, + "GEOID10": "59936", + "ZCTA5CE10": "59936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 319 + ], + [ + 380, + 317 + ], + [ + 378, + 317 + ], + [ + 378, + 319 + ], + [ + 380, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59411", + "ALAND10": 618131288, + "AWATER10": 18668238, + "GEOID10": "59411", + "ZCTA5CE10": "59411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 318 + ], + [ + 380, + 315 + ], + [ + 379, + 315 + ], + [ + 376, + 318 + ], + [ + 378, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59434", + "ALAND10": 754785426, + "AWATER10": 7761166, + "GEOID10": "59434", + "ZCTA5CE10": "59434", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 321 + ], + [ + 385, + 317 + ], + [ + 381, + 318 + ], + [ + 381, + 321 + ], + [ + 385, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59427", + "ALAND10": 2753929465, + "AWATER10": 19438086, + "GEOID10": "59427", + "ZCTA5CE10": "59427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 381, + 321 + ], + [ + 381, + 318 + ], + [ + 383, + 318 + ], + [ + 383, + 315 + ], + [ + 379, + 317 + ], + [ + 379, + 321 + ], + [ + 381, + 321 + ] + ] + ], + [ + [ + [ + 377, + 321 + ], + [ + 378, + 318 + ], + [ + 376, + 318 + ], + [ + 375, + 321 + ], + [ + 377, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59417", + "ALAND10": 3630242560, + "AWATER10": 60143691, + "GEOID10": "59417", + "ZCTA5CE10": "59417", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 317 + ], + [ + 386, + 316 + ], + [ + 386, + 315 + ], + [ + 381, + 314 + ], + [ + 383, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59486", + "ALAND10": 1419368661, + "AWATER10": 38091909, + "GEOID10": "59486", + "ZCTA5CE10": "59486", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 315 + ], + [ + 384, + 313 + ], + [ + 382, + 313 + ], + [ + 382, + 315 + ], + [ + 384, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59432", + "ALAND10": 126806724, + "AWATER10": 62221, + "GEOID10": "59432", + "ZCTA5CE10": "59432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 316 + ], + [ + 381, + 313 + ], + [ + 380, + 309 + ], + [ + 376, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59919", + "ALAND10": 2461048942, + "AWATER10": 8659170, + "GEOID10": "59919", + "ZCTA5CE10": "59919", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 309 + ], + [ + 378, + 306 + ], + [ + 377, + 306 + ], + [ + 377, + 307 + ], + [ + 376, + 307 + ], + [ + 375, + 309 + ], + [ + 378, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59826", + "ALAND10": 1132221799, + "AWATER10": 21049942, + "GEOID10": "59826", + "ZCTA5CE10": "59826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 306 + ], + [ + 377, + 304 + ], + [ + 375, + 304 + ], + [ + 375, + 306 + ], + [ + 377, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59821", + "ALAND10": 610261651, + "AWATER10": 1000582, + "GEOID10": "59821", + "ZCTA5CE10": "59821", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 313 + ], + [ + 387, + 310 + ], + [ + 382, + 309 + ], + [ + 381, + 313 + ], + [ + 386, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59422", + "ALAND10": 2768970974, + "AWATER10": 19532715, + "GEOID10": "59422", + "ZCTA5CE10": "59422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 305 + ], + [ + 382, + 303 + ], + [ + 381, + 301 + ], + [ + 379, + 303 + ], + [ + 382, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59843", + "ALAND10": 958028077, + "AWATER10": 4378628, + "GEOID10": "59843", + "ZCTA5CE10": "59843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 308 + ], + [ + 384, + 305 + ], + [ + 384, + 303 + ], + [ + 382, + 303 + ], + [ + 380, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59639", + "ALAND10": 1754040994, + "AWATER10": 4531518, + "GEOID10": "59639", + "ZCTA5CE10": "59639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 370, + 307 + ], + [ + 372, + 305 + ], + [ + 370, + 303 + ], + [ + 368, + 305 + ], + [ + 370, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59872", + "ALAND10": 1236956282, + "AWATER10": 4941166, + "GEOID10": "59872", + "ZCTA5CE10": "59872", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 304 + ], + [ + 371, + 302 + ], + [ + 370, + 304 + ], + [ + 373, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59820", + "ALAND10": 1030833810, + "AWATER10": 3445133, + "GEOID10": "59820", + "ZCTA5CE10": "59820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 305 + ], + [ + 374, + 303 + ], + [ + 372, + 303 + ], + [ + 372, + 305 + ], + [ + 374, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59846", + "ALAND10": 533652735, + "AWATER10": 682309, + "GEOID10": "59846", + "ZCTA5CE10": "59846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 304 + ], + [ + 376, + 302 + ], + [ + 374, + 302 + ], + [ + 374, + 304 + ], + [ + 376, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59804", + "ALAND10": 325893881, + "AWATER10": 3047581, + "GEOID10": "59804", + "ZCTA5CE10": "59804", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 303 + ], + [ + 375, + 302 + ], + [ + 374, + 301 + ], + [ + 370, + 300 + ], + [ + 372, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59847", + "ALAND10": 927922999, + "AWATER10": 1088982, + "GEOID10": "59847", + "ZCTA5CE10": "59847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 304 + ], + [ + 375, + 302 + ], + [ + 373, + 302 + ], + [ + 373, + 304 + ], + [ + 375, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59803", + "ALAND10": 206529044, + "AWATER10": 794117, + "GEOID10": "59803", + "ZCTA5CE10": "59803", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 301 + ], + [ + 375, + 299 + ], + [ + 373, + 299 + ], + [ + 373, + 301 + ], + [ + 375, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59875", + "ALAND10": 336065221, + "AWATER10": 1717756, + "GEOID10": "59875", + "ZCTA5CE10": "59875", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 299 + ], + [ + 377, + 297 + ], + [ + 375, + 297 + ], + [ + 375, + 299 + ], + [ + 377, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59828", + "ALAND10": 431830306, + "AWATER10": 886127, + "GEOID10": "59828", + "ZCTA5CE10": "59828", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 299 + ], + [ + 376, + 298 + ], + [ + 376, + 297 + ], + [ + 372, + 296 + ], + [ + 373, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59840", + "ALAND10": 1212974995, + "AWATER10": 6854218, + "GEOID10": "59840", + "ZCTA5CE10": "59840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 297 + ], + [ + 369, + 295 + ], + [ + 368, + 292 + ], + [ + 363, + 293 + ], + [ + 366, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83525", + "ALAND10": 2598018962, + "AWATER10": 2806230, + "GEOID10": "83525", + "ZCTA5CE10": "83525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 289 + ], + [ + 367, + 287 + ], + [ + 365, + 289 + ], + [ + 368, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83677", + "ALAND10": 922666380, + "AWATER10": 2429367, + "GEOID10": "83677", + "ZCTA5CE10": "83677", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 297 + ], + [ + 376, + 296 + ], + [ + 374, + 295 + ], + [ + 375, + 293 + ], + [ + 373, + 291 + ], + [ + 372, + 292 + ], + [ + 372, + 296 + ], + [ + 374, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59829", + "ALAND10": 1935578530, + "AWATER10": 8714318, + "GEOID10": "59829", + "ZCTA5CE10": "59829", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 292 + ], + [ + 375, + 290 + ], + [ + 373, + 289 + ], + [ + 370, + 292 + ], + [ + 372, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83469", + "ALAND10": 1204952455, + "AWATER10": 511762, + "GEOID10": "83469", + "ZCTA5CE10": "83469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 291 + ], + [ + 377, + 289 + ], + [ + 375, + 289 + ], + [ + 375, + 291 + ], + [ + 377, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83462", + "ALAND10": 278451993, + "AWATER10": 918182, + "GEOID10": "83462", + "ZCTA5CE10": "83462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 290 + ], + [ + 378, + 288 + ], + [ + 376, + 288 + ], + [ + 376, + 286 + ], + [ + 374, + 286 + ], + [ + 375, + 290 + ], + [ + 377, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83467", + "ALAND10": 1962842990, + "AWATER10": 5640217, + "GEOID10": "83467", + "ZCTA5CE10": "83467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 303 + ], + [ + 379, + 302 + ], + [ + 376, + 298 + ], + [ + 377, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59825", + "ALAND10": 1342874093, + "AWATER10": 2245516, + "GEOID10": "59825", + "ZCTA5CE10": "59825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 305 + ], + [ + 379, + 303 + ], + [ + 376, + 303 + ], + [ + 379, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59823", + "ALAND10": 836511015, + "AWATER10": 2935429, + "GEOID10": "59823", + "ZCTA5CE10": "59823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 301 + ], + [ + 380, + 299 + ], + [ + 380, + 298 + ], + [ + 376, + 296 + ], + [ + 378, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59858", + "ALAND10": 2118524456, + "AWATER10": 3467586, + "GEOID10": "59858", + "ZCTA5CE10": "59858", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 306 + ], + [ + 381, + 304 + ], + [ + 379, + 303 + ], + [ + 379, + 305 + ], + [ + 382, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59854", + "ALAND10": 958267594, + "AWATER10": 6359143, + "GEOID10": "59854", + "ZCTA5CE10": "59854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 303 + ], + [ + 383, + 301 + ], + [ + 381, + 301 + ], + [ + 381, + 303 + ], + [ + 383, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59733", + "ALAND10": 470404865, + "AWATER10": 922247, + "GEOID10": "59733", + "ZCTA5CE10": "59733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 381, + 301 + ], + [ + 381, + 299 + ], + [ + 379, + 299 + ], + [ + 379, + 301 + ], + [ + 381, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59837", + "ALAND10": 432029151, + "AWATER10": 884228, + "GEOID10": "59837", + "ZCTA5CE10": "59837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 304 + ], + [ + 379, + 302 + ], + [ + 377, + 302 + ], + [ + 377, + 304 + ], + [ + 379, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59832", + "ALAND10": 673480736, + "AWATER10": 709772, + "GEOID10": "59832", + "ZCTA5CE10": "59832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 300 + ], + [ + 383, + 298 + ], + [ + 380, + 298 + ], + [ + 380, + 299 + ], + [ + 383, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59722", + "ALAND10": 947992024, + "AWATER10": 1929761, + "GEOID10": "59722", + "ZCTA5CE10": "59722", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 298 + ], + [ + 382, + 295 + ], + [ + 377, + 296 + ], + [ + 379, + 298 + ], + [ + 381, + 297 + ], + [ + 383, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59711", + "ALAND10": 1597731337, + "AWATER10": 19517477, + "GEOID10": "59711", + "ZCTA5CE10": "59711", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 295 + ], + [ + 375, + 293 + ], + [ + 375, + 295 + ], + [ + 378, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59871", + "ALAND10": 867383214, + "AWATER10": 1480930, + "GEOID10": "59871", + "ZCTA5CE10": "59871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 292 + ], + [ + 376, + 290 + ], + [ + 373, + 291 + ], + [ + 374, + 292 + ], + [ + 376, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83466", + "ALAND10": 752220759, + "AWATER10": 2343166, + "GEOID10": "83466", + "ZCTA5CE10": "83466", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 295 + ], + [ + 377, + 290 + ], + [ + 376, + 294 + ], + [ + 380, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59761", + "ALAND10": 2229755938, + "AWATER10": 4058518, + "GEOID10": "59761", + "ZCTA5CE10": "59761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 292 + ], + [ + 379, + 289 + ], + [ + 377, + 289 + ], + [ + 377, + 292 + ], + [ + 380, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59736", + "ALAND10": 1095284324, + "AWATER10": 1775689, + "GEOID10": "59736", + "ZCTA5CE10": "59736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 296 + ], + [ + 384, + 294 + ], + [ + 382, + 294 + ], + [ + 382, + 296 + ], + [ + 384, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59727", + "ALAND10": 715767210, + "AWATER10": 919357, + "GEOID10": "59727", + "ZCTA5CE10": "59727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 293 + ], + [ + 383, + 291 + ], + [ + 381, + 291 + ], + [ + 381, + 293 + ], + [ + 383, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59743", + "ALAND10": 212033518, + "AWATER10": 173825, + "GEOID10": "59743", + "ZCTA5CE10": "59743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 381, + 296 + ], + [ + 381, + 291 + ], + [ + 379, + 292 + ], + [ + 380, + 295 + ], + [ + 378, + 294 + ], + [ + 378, + 296 + ], + [ + 381, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59762", + "ALAND10": 1585569030, + "AWATER10": 4009164, + "GEOID10": "59762", + "ZCTA5CE10": "59762", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 292 + ], + [ + 385, + 290 + ], + [ + 383, + 290 + ], + [ + 383, + 292 + ], + [ + 385, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59732", + "ALAND10": 359759312, + "AWATER10": 824043, + "GEOID10": "59732", + "ZCTA5CE10": "59732", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 289 + ], + [ + 356, + 287 + ], + [ + 355, + 285 + ], + [ + 353, + 284 + ], + [ + 351, + 286 + ], + [ + 354, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97814", + "ALAND10": 1980930765, + "AWATER10": 12718929, + "GEOID10": "97814", + "ZCTA5CE10": "97814", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 286 + ], + [ + 357, + 284 + ], + [ + 355, + 284 + ], + [ + 355, + 286 + ], + [ + 357, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97905", + "ALAND10": 536124587, + "AWATER10": 0, + "GEOID10": "97905", + "ZCTA5CE10": "97905", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 283 + ], + [ + 354, + 282 + ], + [ + 351, + 281 + ], + [ + 352, + 283 + ], + [ + 354, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97908", + "ALAND10": 915270105, + "AWATER10": 2154761, + "GEOID10": "97908", + "ZCTA5CE10": "97908", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 282 + ], + [ + 356, + 280 + ], + [ + 354, + 280 + ], + [ + 354, + 282 + ], + [ + 356, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97903", + "ALAND10": 309262987, + "AWATER10": 284336, + "GEOID10": "97903", + "ZCTA5CE10": "97903", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 282 + ], + [ + 357, + 280 + ], + [ + 356, + 278 + ], + [ + 354, + 281 + ], + [ + 356, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97918", + "ALAND10": 1111696058, + "AWATER10": 2893853, + "GEOID10": "97918", + "ZCTA5CE10": "97918", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 288 + ], + [ + 357, + 286 + ], + [ + 355, + 286 + ], + [ + 355, + 288 + ], + [ + 357, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97870", + "ALAND10": 338750630, + "AWATER10": 11587974, + "GEOID10": "97870", + "ZCTA5CE10": "97870", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 286 + ], + [ + 361, + 283 + ], + [ + 358, + 284 + ], + [ + 358, + 286 + ], + [ + 360, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83610", + "ALAND10": 1029812842, + "AWATER10": 10916133, + "GEOID10": "83610", + "ZCTA5CE10": "83610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 282 + ], + [ + 358, + 280 + ], + [ + 356, + 280 + ], + [ + 356, + 282 + ], + [ + 358, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97907", + "ALAND10": 821162228, + "AWATER10": 15887565, + "GEOID10": "97907", + "ZCTA5CE10": "97907", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 280 + ], + [ + 359, + 278 + ], + [ + 357, + 278 + ], + [ + 357, + 280 + ], + [ + 359, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97914", + "ALAND10": 662715734, + "AWATER10": 6940089, + "GEOID10": "97914", + "ZCTA5CE10": "97914", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 285 + ], + [ + 360, + 281 + ], + [ + 357, + 282 + ], + [ + 357, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83672", + "ALAND10": 1573266606, + "AWATER10": 26805151, + "GEOID10": "83672", + "ZCTA5CE10": "83672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 281 + ], + [ + 359, + 279 + ], + [ + 357, + 279 + ], + [ + 357, + 281 + ], + [ + 359, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83661", + "ALAND10": 607277013, + "AWATER10": 3879748, + "GEOID10": "83661", + "ZCTA5CE10": "83661", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 280 + ], + [ + 356, + 277 + ], + [ + 353, + 273 + ], + [ + 351, + 276 + ], + [ + 353, + 275 + ], + [ + 353, + 279 + ], + [ + 355, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97906", + "ALAND10": 3199764003, + "AWATER10": 792608, + "GEOID10": "97906", + "ZCTA5CE10": "97906", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 279 + ], + [ + 357, + 275 + ], + [ + 356, + 276 + ], + [ + 356, + 274 + ], + [ + 354, + 274 + ], + [ + 356, + 279 + ], + [ + 358, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97913", + "ALAND10": 1781026238, + "AWATER10": 38409588, + "GEOID10": "97913", + "ZCTA5CE10": "97913", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 280 + ], + [ + 360, + 278 + ], + [ + 358, + 278 + ], + [ + 358, + 280 + ], + [ + 360, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83660", + "ALAND10": 310661453, + "AWATER10": 4689661, + "GEOID10": "83660", + "ZCTA5CE10": "83660", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 277 + ], + [ + 360, + 275 + ], + [ + 358, + 275 + ], + [ + 358, + 277 + ], + [ + 360, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83686", + "ALAND10": 230056915, + "AWATER10": 8875029, + "GEOID10": "83686", + "ZCTA5CE10": "83686", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 276 + ], + [ + 360, + 270 + ], + [ + 358, + 271 + ], + [ + 358, + 264 + ], + [ + 354, + 264 + ], + [ + 354, + 266 + ], + [ + 352, + 266 + ], + [ + 352, + 268 + ], + [ + 351, + 267 + ], + [ + 351, + 274 + ], + [ + 353, + 273 + ], + [ + 358, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US97910", + "ALAND10": 13426345720, + "AWATER10": 35769605, + "GEOID10": "97910", + "ZCTA5CE10": "97910", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 290 + ], + [ + 360, + 288 + ], + [ + 362, + 285 + ], + [ + 360, + 285 + ], + [ + 360, + 286 + ], + [ + 358, + 287 + ], + [ + 360, + 290 + ], + [ + 361, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83612", + "ALAND10": 1780490387, + "AWATER10": 9233492, + "GEOID10": "83612", + "ZCTA5CE10": "83612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 288 + ], + [ + 363, + 286 + ], + [ + 361, + 286 + ], + [ + 361, + 288 + ], + [ + 363, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83654", + "ALAND10": 651117464, + "AWATER10": 936180, + "GEOID10": "83654", + "ZCTA5CE10": "83654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 291 + ], + [ + 365, + 289 + ], + [ + 363, + 285 + ], + [ + 364, + 291 + ], + [ + 365, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83638", + "ALAND10": 1045338006, + "AWATER10": 33563295, + "GEOID10": "83638", + "ZCTA5CE10": "83638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 286 + ], + [ + 363, + 284 + ], + [ + 361, + 284 + ], + [ + 361, + 286 + ], + [ + 363, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83632", + "ALAND10": 322806031, + "AWATER10": 1768773, + "GEOID10": "83632", + "ZCTA5CE10": "83632", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 285 + ], + [ + 362, + 283 + ], + [ + 362, + 281 + ], + [ + 359, + 283 + ], + [ + 359, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83645", + "ALAND10": 1160029503, + "AWATER10": 15347802, + "GEOID10": "83645", + "ZCTA5CE10": "83645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 371, + 289 + ], + [ + 371, + 287 + ], + [ + 368, + 285 + ], + [ + 367, + 282 + ], + [ + 363, + 282 + ], + [ + 363, + 285 + ], + [ + 364, + 283 + ], + [ + 365, + 288 + ], + [ + 367, + 287 + ], + [ + 368, + 289 + ], + [ + 371, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83611", + "ALAND10": 5879503305, + "AWATER10": 110797097, + "GEOID10": "83611", + "ZCTA5CE10": "83611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 287 + ], + [ + 364, + 285 + ], + [ + 362, + 285 + ], + [ + 362, + 287 + ], + [ + 364, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83615", + "ALAND10": 202055377, + "AWATER10": 22606602, + "GEOID10": "83615", + "ZCTA5CE10": "83615", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 281 + ], + [ + 366, + 280 + ], + [ + 367, + 283 + ], + [ + 368, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83637", + "ALAND10": 1139965936, + "AWATER10": 5327075, + "GEOID10": "83637", + "ZCTA5CE10": "83637", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 362, + 280 + ], + [ + 362, + 278 + ], + [ + 360, + 278 + ], + [ + 360, + 280 + ], + [ + 362, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83616", + "ALAND10": 275439216, + "AWATER10": 1919264, + "GEOID10": "83616", + "ZCTA5CE10": "83616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 280 + ], + [ + 360, + 278 + ], + [ + 358, + 278 + ], + [ + 358, + 280 + ], + [ + 360, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83607", + "ALAND10": 575392359, + "AWATER10": 22775310, + "GEOID10": "83607", + "ZCTA5CE10": "83607", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 278 + ], + [ + 363, + 276 + ], + [ + 361, + 276 + ], + [ + 361, + 278 + ], + [ + 363, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83704", + "ALAND10": 22672509, + "AWATER10": 99128, + "GEOID10": "83704", + "ZCTA5CE10": "83704", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 279 + ], + [ + 364, + 273 + ], + [ + 362, + 278 + ], + [ + 364, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83716", + "ALAND10": 1336987450, + "AWATER10": 14748477, + "GEOID10": "83716", + "ZCTA5CE10": "83716", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 277 + ], + [ + 364, + 275 + ], + [ + 362, + 275 + ], + [ + 362, + 277 + ], + [ + 364, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83712", + "ALAND10": 59447254, + "AWATER10": 226143, + "GEOID10": "83712", + "ZCTA5CE10": "83712", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 362, + 277 + ], + [ + 362, + 275 + ], + [ + 360, + 275 + ], + [ + 360, + 277 + ], + [ + 362, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83634", + "ALAND10": 387696307, + "AWATER10": 1924588, + "GEOID10": "83634", + "ZCTA5CE10": "83634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 281 + ], + [ + 367, + 279 + ], + [ + 365, + 279 + ], + [ + 365, + 281 + ], + [ + 367, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83622", + "ALAND10": 689043538, + "AWATER10": 2246880, + "GEOID10": "83622", + "ZCTA5CE10": "83622", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 271 + ], + [ + 369, + 269 + ], + [ + 367, + 269 + ], + [ + 367, + 271 + ], + [ + 369, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83623", + "ALAND10": 548049773, + "AWATER10": 2513798, + "GEOID10": "83623", + "ZCTA5CE10": "83623", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 275 + ], + [ + 368, + 273 + ], + [ + 366, + 273 + ], + [ + 366, + 275 + ], + [ + 368, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83337", + "ALAND10": 607347099, + "AWATER10": 285279, + "GEOID10": "83337", + "ZCTA5CE10": "83337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 274 + ], + [ + 362, + 270 + ], + [ + 360, + 269 + ], + [ + 360, + 267 + ], + [ + 358, + 267 + ], + [ + 358, + 271 + ], + [ + 360, + 270 + ], + [ + 359, + 274 + ], + [ + 361, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83650", + "ALAND10": 4152627755, + "AWATER10": 7990462, + "GEOID10": "83650", + "ZCTA5CE10": "83650", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 267 + ], + [ + 354, + 266 + ], + [ + 353, + 262 + ], + [ + 351, + 264 + ], + [ + 351, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89421", + "ALAND10": 2164332569, + "AWATER10": 11819, + "GEOID10": "89421", + "ZCTA5CE10": "89421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 263 + ], + [ + 357, + 261 + ], + [ + 355, + 261 + ], + [ + 355, + 263 + ], + [ + 357, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89426", + "ALAND10": 827584516, + "AWATER10": 840213, + "GEOID10": "89426", + "ZCTA5CE10": "89426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 257 + ], + [ + 356, + 258 + ], + [ + 360, + 258 + ], + [ + 359, + 257 + ], + [ + 356, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89414", + "ALAND10": 2280630541, + "AWATER10": 8442345, + "GEOID10": "89414", + "ZCTA5CE10": "89414", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 273 + ], + [ + 365, + 271 + ], + [ + 363, + 271 + ], + [ + 363, + 273 + ], + [ + 365, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83624", + "ALAND10": 670766758, + "AWATER10": 7549346, + "GEOID10": "83624", + "ZCTA5CE10": "83624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 279 + ], + [ + 369, + 278 + ], + [ + 369, + 274 + ], + [ + 366, + 274 + ], + [ + 366, + 272 + ], + [ + 364, + 272 + ], + [ + 364, + 277 + ], + [ + 366, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83647", + "ALAND10": 3760286757, + "AWATER10": 37063657, + "GEOID10": "83647", + "ZCTA5CE10": "83647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 272 + ], + [ + 367, + 268 + ], + [ + 364, + 264 + ], + [ + 362, + 265 + ], + [ + 365, + 268 + ], + [ + 363, + 271 + ], + [ + 364, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83604", + "ALAND10": 2717277770, + "AWATER10": 27686528, + "GEOID10": "83604", + "ZCTA5CE10": "83604", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 370, + 266 + ], + [ + 370, + 268 + ], + [ + 372, + 264 + ], + [ + 370, + 264 + ], + [ + 370, + 266 + ] + ] + ], + [ + [ + [ + 369, + 266 + ], + [ + 369, + 265 + ], + [ + 368, + 265 + ], + [ + 366, + 264 + ], + [ + 366, + 266 + ], + [ + 369, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83302", + "ALAND10": 1723722498, + "AWATER10": 753408, + "GEOID10": "83302", + "ZCTA5CE10": "83302", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 265 + ], + [ + 365, + 263 + ], + [ + 363, + 263 + ], + [ + 363, + 265 + ], + [ + 365, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89831", + "ALAND10": 542642007, + "AWATER10": 991984, + "GEOID10": "89831", + "ZCTA5CE10": "89831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 261 + ], + [ + 363, + 258 + ], + [ + 360, + 258 + ], + [ + 361, + 261 + ], + [ + 364, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89834", + "ALAND10": 2338112996, + "AWATER10": 3432960, + "GEOID10": "89834", + "ZCTA5CE10": "89834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 286 + ], + [ + 372, + 284 + ], + [ + 372, + 279 + ], + [ + 369, + 279 + ], + [ + 368, + 282 + ], + [ + 369, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83278", + "ALAND10": 3796502997, + "AWATER10": 23811350, + "GEOID10": "83278", + "ZCTA5CE10": "83278", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 290 + ], + [ + 374, + 286 + ], + [ + 375, + 282 + ], + [ + 372, + 279 + ], + [ + 373, + 282 + ], + [ + 370, + 286 + ], + [ + 373, + 290 + ], + [ + 375, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83226", + "ALAND10": 5783036306, + "AWATER10": 8737717, + "GEOID10": "83226", + "ZCTA5CE10": "83226", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 284 + ], + [ + 373, + 281 + ], + [ + 372, + 280 + ], + [ + 372, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83227", + "ALAND10": 1015072999, + "AWATER10": 4083405, + "GEOID10": "83227", + "ZCTA5CE10": "83227", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 282 + ], + [ + 378, + 280 + ], + [ + 376, + 277 + ], + [ + 373, + 279 + ], + [ + 375, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83251", + "ALAND10": 2492955415, + "AWATER10": 7402486, + "GEOID10": "83251", + "ZCTA5CE10": "83251", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 281 + ], + [ + 369, + 279 + ], + [ + 368, + 277 + ], + [ + 366, + 279 + ], + [ + 368, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83601", + "ALAND10": 996760150, + "AWATER10": 3881211, + "GEOID10": "83601", + "ZCTA5CE10": "83601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 370, + 272 + ], + [ + 370, + 270 + ], + [ + 368, + 270 + ], + [ + 368, + 272 + ], + [ + 370, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83633", + "ALAND10": 433205933, + "AWATER10": 5337479, + "GEOID10": "83633", + "ZCTA5CE10": "83633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 279 + ], + [ + 371, + 278 + ], + [ + 372, + 274 + ], + [ + 369, + 275 + ], + [ + 369, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83327", + "ALAND10": 2452468172, + "AWATER10": 10546412, + "GEOID10": "83327", + "ZCTA5CE10": "83327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 279 + ], + [ + 373, + 277 + ], + [ + 372, + 276 + ], + [ + 369, + 279 + ], + [ + 373, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83340", + "ALAND10": 1439347990, + "AWATER10": 7943003, + "GEOID10": "83340", + "ZCTA5CE10": "83340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 278 + ], + [ + 374, + 276 + ], + [ + 372, + 275 + ], + [ + 372, + 276 + ], + [ + 373, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83333", + "ALAND10": 885247514, + "AWATER10": 2130300, + "GEOID10": "83333", + "ZCTA5CE10": "83333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 277 + ], + [ + 375, + 275 + ], + [ + 373, + 275 + ], + [ + 373, + 277 + ], + [ + 375, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83313", + "ALAND10": 597386016, + "AWATER10": 11641493, + "GEOID10": "83313", + "ZCTA5CE10": "83313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 287 + ], + [ + 375, + 285 + ], + [ + 373, + 285 + ], + [ + 373, + 287 + ], + [ + 375, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83235", + "ALAND10": 671690315, + "AWATER10": 413623, + "GEOID10": "83235", + "ZCTA5CE10": "83235", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 288 + ], + [ + 377, + 286 + ], + [ + 375, + 286 + ], + [ + 375, + 288 + ], + [ + 377, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83468", + "ALAND10": 420311156, + "AWATER10": 17350, + "GEOID10": "83468", + "ZCTA5CE10": "83468", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 285 + ], + [ + 378, + 283 + ], + [ + 378, + 280 + ], + [ + 376, + 282 + ], + [ + 375, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83253", + "ALAND10": 2175883145, + "AWATER10": 1257035, + "GEOID10": "83253", + "ZCTA5CE10": "83253", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 287 + ], + [ + 382, + 283 + ], + [ + 381, + 281 + ], + [ + 378, + 284 + ], + [ + 378, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83464", + "ALAND10": 2742166900, + "AWATER10": 533939, + "GEOID10": "83464", + "ZCTA5CE10": "83464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 381, + 291 + ], + [ + 383, + 291 + ], + [ + 384, + 289 + ], + [ + 386, + 289 + ], + [ + 386, + 286 + ], + [ + 382, + 287 + ], + [ + 380, + 285 + ], + [ + 377, + 289 + ], + [ + 379, + 289 + ], + [ + 379, + 290 + ], + [ + 381, + 290 + ], + [ + 381, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59725", + "ALAND10": 5618305736, + "AWATER10": 21911156, + "GEOID10": "59725", + "ZCTA5CE10": "59725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 280 + ], + [ + 381, + 276 + ], + [ + 379, + 274 + ], + [ + 377, + 275 + ], + [ + 379, + 277 + ], + [ + 378, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83213", + "ALAND10": 1629638372, + "AWATER10": 1263376, + "GEOID10": "83213", + "ZCTA5CE10": "83213", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 279 + ], + [ + 379, + 277 + ], + [ + 377, + 275 + ], + [ + 376, + 277 + ], + [ + 379, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83255", + "ALAND10": 1161849597, + "AWATER10": 1304743, + "GEOID10": "83255", + "ZCTA5CE10": "83255", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 275 + ], + [ + 375, + 278 + ], + [ + 377, + 276 + ], + [ + 376, + 275 + ] + ] + ], + [ + [ + [ + 376, + 275 + ], + [ + 376, + 274 + ], + [ + 374, + 275 + ], + [ + 376, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83320", + "ALAND10": 1494694446, + "AWATER10": 4897234, + "GEOID10": "83320", + "ZCTA5CE10": "83320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 381, + 282 + ], + [ + 381, + 280 + ], + [ + 382, + 280 + ], + [ + 381, + 277 + ], + [ + 380, + 277 + ], + [ + 378, + 282 + ], + [ + 381, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83244", + "ALAND10": 2174402920, + "AWATER10": 2426762, + "GEOID10": "83244", + "ZCTA5CE10": "83244", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 280 + ], + [ + 384, + 278 + ], + [ + 382, + 278 + ], + [ + 382, + 280 + ], + [ + 384, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83435", + "ALAND10": 359057574, + "AWATER10": 105995, + "GEOID10": "83435", + "ZCTA5CE10": "83435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 274 + ], + [ + 383, + 272 + ], + [ + 381, + 272 + ], + [ + 381, + 274 + ], + [ + 383, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83210", + "ALAND10": 696568655, + "AWATER10": 52795039, + "GEOID10": "83210", + "ZCTA5CE10": "83210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 269 + ], + [ + 372, + 267 + ], + [ + 370, + 267 + ], + [ + 370, + 269 + ], + [ + 372, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83316", + "ALAND10": 674109519, + "AWATER10": 3976669, + "GEOID10": "83316", + "ZCTA5CE10": "83316", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 274 + ], + [ + 373, + 272 + ], + [ + 371, + 272 + ], + [ + 371, + 274 + ], + [ + 373, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83330", + "ALAND10": 304201780, + "AWATER10": 1985236, + "GEOID10": "83330", + "ZCTA5CE10": "83330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 371, + 270 + ], + [ + 371, + 268 + ], + [ + 369, + 268 + ], + [ + 369, + 270 + ], + [ + 371, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83321", + "ALAND10": 225991395, + "AWATER10": 457294, + "GEOID10": "83321", + "ZCTA5CE10": "83321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 272 + ], + [ + 376, + 270 + ], + [ + 374, + 270 + ], + [ + 374, + 272 + ], + [ + 376, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83324", + "ALAND10": 227740048, + "AWATER10": 508877, + "GEOID10": "83324", + "ZCTA5CE10": "83324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 275 + ], + [ + 375, + 273 + ], + [ + 373, + 273 + ], + [ + 373, + 275 + ], + [ + 375, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83349", + "ALAND10": 188470409, + "AWATER10": 1369981, + "GEOID10": "83349", + "ZCTA5CE10": "83349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 270 + ], + [ + 374, + 268 + ], + [ + 372, + 268 + ], + [ + 372, + 270 + ], + [ + 374, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83341", + "ALAND10": 260488636, + "AWATER10": 1210584, + "GEOID10": "83341", + "ZCTA5CE10": "83341", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 270 + ], + [ + 374, + 268 + ], + [ + 372, + 268 + ], + [ + 372, + 270 + ], + [ + 374, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83301", + "ALAND10": 729559950, + "AWATER10": 3901950, + "GEOID10": "83301", + "ZCTA5CE10": "83301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 269 + ], + [ + 376, + 267 + ], + [ + 374, + 267 + ], + [ + 374, + 269 + ], + [ + 376, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83344", + "ALAND10": 297741827, + "AWATER10": 1444046, + "GEOID10": "83344", + "ZCTA5CE10": "83344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 370, + 264 + ], + [ + 371, + 263 + ], + [ + 371, + 260 + ], + [ + 372, + 260 + ], + [ + 373, + 256 + ], + [ + 371, + 254 + ], + [ + 369, + 254 + ], + [ + 367, + 260 + ], + [ + 370, + 261 + ], + [ + 368, + 262 + ], + [ + 370, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89835", + "ALAND10": 6601005409, + "AWATER10": 4202229, + "GEOID10": "89835", + "ZCTA5CE10": "89835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 261 + ], + [ + 375, + 259 + ], + [ + 373, + 256 + ], + [ + 372, + 257 + ], + [ + 372, + 261 + ] + ] + ], + [ + [ + [ + 375, + 264 + ], + [ + 375, + 262 + ], + [ + 373, + 262 + ], + [ + 373, + 264 + ], + [ + 375, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89830", + "ALAND10": 2024877589, + "AWATER10": 1950665, + "GEOID10": "89830", + "ZCTA5CE10": "89830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 272 + ], + [ + 378, + 270 + ], + [ + 376, + 270 + ], + [ + 376, + 272 + ], + [ + 378, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83350", + "ALAND10": 774161838, + "AWATER10": 22807147, + "GEOID10": "83350", + "ZCTA5CE10": "83350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 272 + ], + [ + 382, + 271 + ], + [ + 381, + 268 + ], + [ + 379, + 269 + ], + [ + 379, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83211", + "ALAND10": 1510288487, + "AWATER10": 55970057, + "GEOID10": "83211", + "ZCTA5CE10": "83211", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 269 + ], + [ + 378, + 267 + ], + [ + 376, + 267 + ], + [ + 376, + 269 + ], + [ + 378, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83318", + "ALAND10": 663932409, + "AWATER10": 7152005, + "GEOID10": "83318", + "ZCTA5CE10": "83318", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 265 + ], + [ + 376, + 263 + ], + [ + 374, + 263 + ], + [ + 374, + 265 + ], + [ + 376, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83346", + "ALAND10": 806670300, + "AWATER10": 2672134, + "GEOID10": "83346", + "ZCTA5CE10": "83346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 268 + ], + [ + 378, + 266 + ], + [ + 376, + 266 + ], + [ + 376, + 268 + ], + [ + 378, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83311", + "ALAND10": 270915114, + "AWATER10": 435831, + "GEOID10": "83311", + "ZCTA5CE10": "83311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 273 + ], + [ + 384, + 271 + ], + [ + 382, + 271 + ], + [ + 382, + 273 + ], + [ + 384, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83202", + "ALAND10": 365689637, + "AWATER10": 348562, + "GEOID10": "83202", + "ZCTA5CE10": "83202", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 273 + ], + [ + 384, + 271 + ], + [ + 382, + 271 + ], + [ + 382, + 273 + ], + [ + 384, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83204", + "ALAND10": 595634521, + "AWATER10": 1255911, + "GEOID10": "83204", + "ZCTA5CE10": "83204", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 268 + ], + [ + 386, + 266 + ], + [ + 386, + 264 + ], + [ + 381, + 264 + ], + [ + 384, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83252", + "ALAND10": 2396316807, + "AWATER10": 3490242, + "GEOID10": "83252", + "ZCTA5CE10": "83252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 268 + ], + [ + 382, + 265 + ], + [ + 378, + 263 + ], + [ + 376, + 266 + ], + [ + 379, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83342", + "ALAND10": 3200238325, + "AWATER10": 1345928, + "GEOID10": "83342", + "ZCTA5CE10": "83342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 264 + ], + [ + 377, + 262 + ], + [ + 375, + 262 + ], + [ + 375, + 264 + ], + [ + 377, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83312", + "ALAND10": 333739400, + "AWATER10": 40449, + "GEOID10": "83312", + "ZCTA5CE10": "83312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 265 + ], + [ + 376, + 263 + ], + [ + 374, + 263 + ], + [ + 374, + 265 + ], + [ + 376, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84313", + "ALAND10": 738168792, + "AWATER10": 347983, + "GEOID10": "84313", + "ZCTA5CE10": "84313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 263 + ], + [ + 379, + 262 + ], + [ + 376, + 262 + ], + [ + 377, + 263 + ], + [ + 380, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84329", + "ALAND10": 1245897999, + "AWATER10": 46681, + "GEOID10": "84329", + "ZCTA5CE10": "84329", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 265 + ], + [ + 384, + 263 + ], + [ + 382, + 263 + ], + [ + 382, + 265 + ], + [ + 384, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84336", + "ALAND10": 728375868, + "AWATER10": 496946, + "GEOID10": "84336", + "ZCTA5CE10": "84336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 248 + ], + [ + 376, + 246 + ], + [ + 375, + 246 + ], + [ + 375, + 248 + ], + [ + 378, + 248 + ] + ] + ], + [ + [ + [ + 377, + 256 + ], + [ + 375, + 257 + ], + [ + 375, + 259 + ], + [ + 379, + 261 + ], + [ + 380, + 259 + ], + [ + 378, + 259 + ], + [ + 377, + 256 + ] + ] + ], + [ + [ + [ + 377, + 256 + ], + [ + 380, + 255 + ], + [ + 375, + 254 + ], + [ + 377, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84083", + "ALAND10": 5419592312, + "AWATER10": 1677939, + "GEOID10": "84083", + "ZCTA5CE10": "84083", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 322 + ], + [ + 391, + 320 + ], + [ + 389, + 320 + ], + [ + 389, + 322 + ], + [ + 391, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59484", + "ALAND10": 344868444, + "AWATER10": 2458790, + "GEOID10": "59484", + "ZCTA5CE10": "59484", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 321 + ], + [ + 390, + 316 + ], + [ + 389, + 320 + ], + [ + 390, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59444", + "ALAND10": 861556376, + "AWATER10": 3705039, + "GEOID10": "59444", + "ZCTA5CE10": "59444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 322 + ], + [ + 393, + 320 + ], + [ + 391, + 320 + ], + [ + 391, + 322 + ], + [ + 393, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59531", + "ALAND10": 589930092, + "AWATER10": 263202, + "GEOID10": "59531", + "ZCTA5CE10": "59531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 321 + ], + [ + 400, + 314 + ], + [ + 398, + 316 + ], + [ + 397, + 316 + ], + [ + 398, + 318 + ], + [ + 395, + 321 + ], + [ + 401, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59501", + "ALAND10": 3330974882, + "AWATER10": 23390410, + "GEOID10": "59501", + "ZCTA5CE10": "59501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 321 + ], + [ + 395, + 315 + ], + [ + 393, + 314 + ], + [ + 394, + 321 + ], + [ + 395, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59540", + "ALAND10": 1038472161, + "AWATER10": 2493008, + "GEOID10": "59540", + "ZCTA5CE10": "59540", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 321 + ], + [ + 397, + 319 + ], + [ + 396, + 315 + ], + [ + 395, + 320 + ], + [ + 396, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59525", + "ALAND10": 865875597, + "AWATER10": 3605855, + "GEOID10": "59525", + "ZCTA5CE10": "59525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 321 + ], + [ + 406, + 320 + ], + [ + 406, + 318 + ], + [ + 405, + 318 + ], + [ + 405, + 321 + ], + [ + 408, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59529", + "ALAND10": 1072401915, + "AWATER10": 663318, + "GEOID10": "59529", + "ZCTA5CE10": "59529", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 321 + ], + [ + 414, + 319 + ], + [ + 412, + 320 + ], + [ + 413, + 318 + ], + [ + 411, + 318 + ], + [ + 410, + 321 + ], + [ + 414, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59544", + "ALAND10": 1389665221, + "AWATER10": 4866517, + "GEOID10": "59544", + "ZCTA5CE10": "59544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 321 + ], + [ + 417, + 319 + ], + [ + 416, + 314 + ], + [ + 412, + 311 + ], + [ + 414, + 320 + ], + [ + 416, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59241", + "ALAND10": 3424636328, + "AWATER10": 6717972, + "GEOID10": "59241", + "ZCTA5CE10": "59241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 321 + ], + [ + 419, + 319 + ], + [ + 417, + 318 + ], + [ + 417, + 320 + ], + [ + 414, + 321 + ], + [ + 418, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59250", + "ALAND10": 1418861148, + "AWATER10": 977764, + "GEOID10": "59250", + "ZCTA5CE10": "59250", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 320 + ], + [ + 439, + 318 + ], + [ + 437, + 318 + ], + [ + 437, + 320 + ], + [ + 439, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58765", + "ALAND10": 415252609, + "AWATER10": 5894115, + "GEOID10": "58765", + "ZCTA5CE10": "58765", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 322 + ], + [ + 444, + 320 + ], + [ + 442, + 320 + ], + [ + 442, + 322 + ], + [ + 444, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58737", + "ALAND10": 354128641, + "AWATER10": 5502074, + "GEOID10": "58737", + "ZCTA5CE10": "58737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 321 + ], + [ + 388, + 319 + ], + [ + 385, + 319 + ], + [ + 385, + 321 + ], + [ + 389, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59482", + "ALAND10": 844492472, + "AWATER10": 19243281, + "GEOID10": "59482", + "ZCTA5CE10": "59482", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 316 + ], + [ + 390, + 313 + ], + [ + 386, + 313 + ], + [ + 385, + 314 + ], + [ + 388, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59425", + "ALAND10": 1461838994, + "AWATER10": 1235457, + "GEOID10": "59425", + "ZCTA5CE10": "59425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 319 + ], + [ + 390, + 316 + ], + [ + 386, + 316 + ], + [ + 385, + 318 + ], + [ + 389, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59474", + "ALAND10": 1829334407, + "AWATER10": 24626126, + "GEOID10": "59474", + "ZCTA5CE10": "59474", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 314 + ], + [ + 391, + 312 + ], + [ + 386, + 312 + ], + [ + 386, + 313 + ], + [ + 391, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59416", + "ALAND10": 899392350, + "AWATER10": 1320502, + "GEOID10": "59416", + "ZCTA5CE10": "59416", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 316 + ], + [ + 392, + 314 + ], + [ + 387, + 315 + ], + [ + 390, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59456", + "ALAND10": 970108940, + "AWATER10": 52164340, + "GEOID10": "59456", + "ZCTA5CE10": "59456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 317 + ], + [ + 392, + 315 + ], + [ + 390, + 315 + ], + [ + 390, + 317 + ], + [ + 392, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59461", + "ALAND10": 137164217, + "AWATER10": 203193, + "GEOID10": "59461", + "ZCTA5CE10": "59461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 321 + ], + [ + 393, + 320 + ], + [ + 393, + 314 + ], + [ + 391, + 316 + ], + [ + 392, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59522", + "ALAND10": 2303468426, + "AWATER10": 9368264, + "GEOID10": "59522", + "ZCTA5CE10": "59522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 315 + ], + [ + 386, + 313 + ], + [ + 384, + 313 + ], + [ + 384, + 315 + ], + [ + 386, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59467", + "ALAND10": 637021001, + "AWATER10": 381342, + "GEOID10": "59467", + "ZCTA5CE10": "59467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 312 + ], + [ + 382, + 309 + ], + [ + 386, + 309 + ], + [ + 384, + 305 + ], + [ + 380, + 308 + ], + [ + 380, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59410", + "ALAND10": 3027476486, + "AWATER10": 23675555, + "GEOID10": "59410", + "ZCTA5CE10": "59410", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 310 + ], + [ + 387, + 308 + ], + [ + 384, + 309 + ], + [ + 388, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59436", + "ALAND10": 681797076, + "AWATER10": 18357918, + "GEOID10": "59436", + "ZCTA5CE10": "59436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 307 + ], + [ + 388, + 305 + ], + [ + 386, + 303 + ], + [ + 384, + 305 + ], + [ + 385, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59648", + "ALAND10": 1729191664, + "AWATER10": 19791769, + "GEOID10": "59648", + "ZCTA5CE10": "59648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 308 + ], + [ + 389, + 307 + ], + [ + 389, + 303 + ], + [ + 387, + 305 + ], + [ + 386, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59421", + "ALAND10": 1797645997, + "AWATER10": 12361073, + "GEOID10": "59421", + "ZCTA5CE10": "59421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 309 + ], + [ + 390, + 307 + ], + [ + 388, + 309 + ], + [ + 390, + 309 + ], + [ + 390, + 312 + ], + [ + 391, + 311 + ], + [ + 391, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59404", + "ALAND10": 936601253, + "AWATER10": 9654997, + "GEOID10": "59404", + "ZCTA5CE10": "59404", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 310 + ], + [ + 391, + 308 + ], + [ + 389, + 308 + ], + [ + 389, + 310 + ], + [ + 391, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59468", + "ALAND10": 652393256, + "AWATER10": 184732, + "GEOID10": "59468", + "ZCTA5CE10": "59468", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 313 + ], + [ + 394, + 311 + ], + [ + 392, + 311 + ], + [ + 392, + 313 + ], + [ + 394, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59420", + "ALAND10": 633614308, + "AWATER10": 316702, + "GEOID10": "59420", + "ZCTA5CE10": "59420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 312 + ], + [ + 390, + 311 + ], + [ + 386, + 311 + ], + [ + 386, + 312 + ], + [ + 390, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59433", + "ALAND10": 937084768, + "AWATER10": 319093, + "GEOID10": "59433", + "ZCTA5CE10": "59433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 308 + ], + [ + 390, + 306 + ], + [ + 388, + 306 + ], + [ + 388, + 308 + ], + [ + 390, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59485", + "ALAND10": 52286037, + "AWATER10": 1439605, + "GEOID10": "59485", + "ZCTA5CE10": "59485", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 309 + ], + [ + 393, + 305 + ], + [ + 392, + 305 + ], + [ + 391, + 308 + ], + [ + 393, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59412", + "ALAND10": 994121983, + "AWATER10": 65409, + "GEOID10": "59412", + "ZCTA5CE10": "59412", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 309 + ], + [ + 390, + 306 + ], + [ + 390, + 304 + ], + [ + 389, + 304 + ], + [ + 389, + 308 + ], + [ + 393, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59405", + "ALAND10": 1050779641, + "AWATER10": 7525924, + "GEOID10": "59405", + "ZCTA5CE10": "59405", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 308 + ], + [ + 392, + 306 + ], + [ + 390, + 306 + ], + [ + 390, + 308 + ], + [ + 392, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59480", + "ALAND10": 634083003, + "AWATER10": 34497, + "GEOID10": "59480", + "ZCTA5CE10": "59480", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 316 + ], + [ + 394, + 314 + ], + [ + 392, + 314 + ], + [ + 392, + 316 + ], + [ + 394, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59530", + "ALAND10": 634198460, + "AWATER10": 376616, + "GEOID10": "59530", + "ZCTA5CE10": "59530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 321 + ], + [ + 396, + 319 + ], + [ + 394, + 319 + ], + [ + 394, + 321 + ], + [ + 396, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59528", + "ALAND10": 393709660, + "AWATER10": 132949, + "GEOID10": "59528", + "ZCTA5CE10": "59528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 315 + ], + [ + 400, + 314 + ], + [ + 400, + 310 + ], + [ + 397, + 311 + ], + [ + 395, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59520", + "ALAND10": 2808061395, + "AWATER10": 12210111, + "GEOID10": "59520", + "ZCTA5CE10": "59520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 315 + ], + [ + 396, + 313 + ], + [ + 394, + 312 + ], + [ + 395, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59460", + "ALAND10": 718405140, + "AWATER10": 6220390, + "GEOID10": "59460", + "ZCTA5CE10": "59460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 316 + ], + [ + 400, + 314 + ], + [ + 396, + 315 + ], + [ + 398, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59521", + "ALAND10": 763306608, + "AWATER10": 737958, + "GEOID10": "59521", + "ZCTA5CE10": "59521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 312 + ], + [ + 394, + 310 + ], + [ + 392, + 310 + ], + [ + 392, + 312 + ], + [ + 394, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59440", + "ALAND10": 441454389, + "AWATER10": 3412381, + "GEOID10": "59440", + "ZCTA5CE10": "59440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 312 + ], + [ + 396, + 310 + ], + [ + 393, + 310 + ], + [ + 393, + 312 + ], + [ + 391, + 314 + ], + [ + 394, + 314 + ], + [ + 394, + 312 + ], + [ + 396, + 312 + ] + ] + ], + [ + [ + [ + 396, + 312 + ], + [ + 397, + 313 + ], + [ + 397, + 311 + ], + [ + 396, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59442", + "ALAND10": 2202508520, + "AWATER10": 22075447, + "GEOID10": "59442", + "ZCTA5CE10": "59442", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 311 + ], + [ + 395, + 310 + ], + [ + 395, + 308 + ], + [ + 392, + 309 + ], + [ + 393, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59450", + "ALAND10": 986978755, + "AWATER10": 3100503, + "GEOID10": "59450", + "ZCTA5CE10": "59450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 305 + ], + [ + 393, + 307 + ], + [ + 397, + 308 + ], + [ + 395, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59447", + "ALAND10": 1005636231, + "AWATER10": 309753, + "GEOID10": "59447", + "ZCTA5CE10": "59447", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 312 + ], + [ + 399, + 310 + ], + [ + 397, + 308 + ], + [ + 395, + 308 + ], + [ + 396, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59446", + "ALAND10": 1834778333, + "AWATER10": 16916364, + "GEOID10": "59446", + "ZCTA5CE10": "59446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 308 + ], + [ + 400, + 310 + ], + [ + 399, + 306 + ], + [ + 397, + 306 + ], + [ + 398, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59430", + "ALAND10": 1319767931, + "AWATER10": 2827125, + "GEOID10": "59430", + "ZCTA5CE10": "59430", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 305 + ], + [ + 386, + 303 + ], + [ + 384, + 303 + ], + [ + 384, + 305 + ], + [ + 386, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59633", + "ALAND10": 578888317, + "AWATER10": 96135, + "GEOID10": "59633", + "ZCTA5CE10": "59633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 303 + ], + [ + 389, + 302 + ], + [ + 388, + 301 + ], + [ + 384, + 301 + ], + [ + 387, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59602", + "ALAND10": 1381961150, + "AWATER10": 53649569, + "GEOID10": "59602", + "ZCTA5CE10": "59602", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 300 + ], + [ + 385, + 298 + ], + [ + 383, + 298 + ], + [ + 383, + 300 + ], + [ + 385, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59728", + "ALAND10": 533948894, + "AWATER10": 29048, + "GEOID10": "59728", + "ZCTA5CE10": "59728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 299 + ], + [ + 388, + 298 + ], + [ + 387, + 295 + ], + [ + 385, + 296 + ], + [ + 385, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59632", + "ALAND10": 1296409212, + "AWATER10": 3157075, + "GEOID10": "59632", + "ZCTA5CE10": "59632", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 300 + ], + [ + 386, + 298 + ], + [ + 384, + 298 + ], + [ + 384, + 300 + ], + [ + 386, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59601", + "ALAND10": 357815504, + "AWATER10": 674336, + "GEOID10": "59601", + "ZCTA5CE10": "59601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 300 + ], + [ + 386, + 298 + ], + [ + 384, + 298 + ], + [ + 384, + 300 + ], + [ + 386, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59638", + "ALAND10": 249605607, + "AWATER10": 367, + "GEOID10": "59638", + "ZCTA5CE10": "59638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 302 + ], + [ + 392, + 299 + ], + [ + 392, + 297 + ], + [ + 388, + 298 + ], + [ + 388, + 300 + ], + [ + 389, + 299 + ], + [ + 389, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59644", + "ALAND10": 1915224340, + "AWATER10": 60538150, + "GEOID10": "59644", + "ZCTA5CE10": "59644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 298 + ], + [ + 391, + 296 + ], + [ + 389, + 296 + ], + [ + 389, + 298 + ], + [ + 391, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59643", + "ALAND10": 538810986, + "AWATER10": 3178888, + "GEOID10": "59643", + "ZCTA5CE10": "59643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 298 + ], + [ + 385, + 296 + ], + [ + 383, + 294 + ], + [ + 382, + 297 + ], + [ + 385, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59701", + "ALAND10": 1171182172, + "AWATER10": 1954603, + "GEOID10": "59701", + "ZCTA5CE10": "59701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 293 + ], + [ + 386, + 292 + ], + [ + 385, + 290 + ], + [ + 383, + 292 + ], + [ + 385, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59754", + "ALAND10": 766663370, + "AWATER10": 350496, + "GEOID10": "59754", + "ZCTA5CE10": "59754", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 296 + ], + [ + 386, + 293 + ], + [ + 383, + 293 + ], + [ + 386, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59759", + "ALAND10": 1178889866, + "AWATER10": 659681, + "GEOID10": "59759", + "ZCTA5CE10": "59759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 295 + ], + [ + 388, + 293 + ], + [ + 386, + 293 + ], + [ + 386, + 295 + ], + [ + 388, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59721", + "ALAND10": 666679062, + "AWATER10": 949045, + "GEOID10": "59721", + "ZCTA5CE10": "59721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 294 + ], + [ + 387, + 292 + ], + [ + 385, + 292 + ], + [ + 385, + 294 + ], + [ + 387, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59735", + "ALAND10": 449973242, + "AWATER10": 1912417, + "GEOID10": "59735", + "ZCTA5CE10": "59735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 293 + ], + [ + 383, + 291 + ], + [ + 381, + 291 + ], + [ + 381, + 293 + ], + [ + 383, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59751", + "ALAND10": 600431565, + "AWATER10": 79351, + "GEOID10": "59751", + "ZCTA5CE10": "59751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 292 + ], + [ + 389, + 290 + ], + [ + 387, + 290 + ], + [ + 387, + 292 + ], + [ + 389, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59740", + "ALAND10": 302753157, + "AWATER10": 16035358, + "GEOID10": "59740", + "ZCTA5CE10": "59740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 297 + ], + [ + 389, + 293 + ], + [ + 388, + 297 + ], + [ + 390, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59752", + "ALAND10": 1001779645, + "AWATER10": 11907666, + "GEOID10": "59752", + "ZCTA5CE10": "59752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 293 + ], + [ + 388, + 291 + ], + [ + 386, + 291 + ], + [ + 386, + 293 + ], + [ + 388, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59745", + "ALAND10": 453394534, + "AWATER10": 1375474, + "GEOID10": "59745", + "ZCTA5CE10": "59745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 291 + ], + [ + 390, + 290 + ], + [ + 390, + 286 + ], + [ + 388, + 288 + ], + [ + 389, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59716", + "ALAND10": 1038505108, + "AWATER10": 1407556, + "GEOID10": "59716", + "ZCTA5CE10": "59716", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 290 + ], + [ + 390, + 285 + ], + [ + 387, + 286 + ], + [ + 388, + 287 + ], + [ + 388, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59720", + "ALAND10": 943836072, + "AWATER10": 9251756, + "GEOID10": "59720", + "ZCTA5CE10": "59720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 293 + ], + [ + 387, + 287 + ], + [ + 387, + 291 + ], + [ + 390, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59729", + "ALAND10": 1394694027, + "AWATER10": 4457176, + "GEOID10": "59729", + "ZCTA5CE10": "59729", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 305 + ], + [ + 392, + 303 + ], + [ + 390, + 303 + ], + [ + 390, + 305 + ], + [ + 392, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59463", + "ALAND10": 590572988, + "AWATER10": 0, + "GEOID10": "59463", + "ZCTA5CE10": "59463", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 305 + ], + [ + 395, + 302 + ], + [ + 393, + 297 + ], + [ + 392, + 297 + ], + [ + 388, + 303 + ], + [ + 389, + 304 + ], + [ + 392, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59645", + "ALAND10": 4323480628, + "AWATER10": 3868197, + "GEOID10": "59645", + "ZCTA5CE10": "59645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 300 + ], + [ + 394, + 298 + ], + [ + 392, + 298 + ], + [ + 392, + 300 + ], + [ + 394, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59642", + "ALAND10": 322917801, + "AWATER10": 724606, + "GEOID10": "59642", + "ZCTA5CE10": "59642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 302 + ], + [ + 396, + 297 + ], + [ + 393, + 299 + ], + [ + 395, + 302 + ], + [ + 396, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59053", + "ALAND10": 1524151764, + "AWATER10": 2957542, + "GEOID10": "59053", + "ZCTA5CE10": "59053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 298 + ], + [ + 396, + 297 + ], + [ + 396, + 296 + ], + [ + 393, + 295 + ], + [ + 394, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59086", + "ALAND10": 1241385083, + "AWATER10": 2801600, + "GEOID10": "59086", + "ZCTA5CE10": "59086", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 304 + ], + [ + 398, + 302 + ], + [ + 395, + 302 + ], + [ + 399, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59452", + "ALAND10": 1072742568, + "AWATER10": 1185650, + "GEOID10": "59452", + "ZCTA5CE10": "59452", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 306 + ], + [ + 397, + 304 + ], + [ + 395, + 302 + ], + [ + 394, + 305 + ], + [ + 397, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59479", + "ALAND10": 1679460222, + "AWATER10": 325876, + "GEOID10": "59479", + "ZCTA5CE10": "59479", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 304 + ], + [ + 398, + 302 + ], + [ + 396, + 302 + ], + [ + 396, + 304 + ], + [ + 398, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59418", + "ALAND10": 264300903, + "AWATER10": 11787, + "GEOID10": "59418", + "ZCTA5CE10": "59418", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 306 + ], + [ + 400, + 304 + ], + [ + 398, + 304 + ], + [ + 398, + 306 + ], + [ + 400, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59464", + "ALAND10": 567142001, + "AWATER10": 242735, + "GEOID10": "59464", + "ZCTA5CE10": "59464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 302 + ], + [ + 401, + 300 + ], + [ + 400, + 300 + ], + [ + 398, + 302 + ], + [ + 401, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59453", + "ALAND10": 1148316117, + "AWATER10": 49782, + "GEOID10": "59453", + "ZCTA5CE10": "59453", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 299 + ], + [ + 396, + 302 + ], + [ + 399, + 301 + ], + [ + 399, + 299 + ] + ] + ], + [ + [ + [ + 399, + 299 + ], + [ + 400, + 298 + ], + [ + 398, + 298 + ], + [ + 399, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59036", + "ALAND10": 1464978630, + "AWATER10": 516085, + "GEOID10": "59036", + "ZCTA5CE10": "59036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 300 + ], + [ + 399, + 299 + ], + [ + 396, + 298 + ], + [ + 397, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59085", + "ALAND10": 760082145, + "AWATER10": 4368596, + "GEOID10": "59085", + "ZCTA5CE10": "59085", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 297 + ], + [ + 392, + 291 + ], + [ + 392, + 297 + ], + [ + 393, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59715", + "ALAND10": 1198138009, + "AWATER10": 705083, + "GEOID10": "59715", + "ZCTA5CE10": "59715", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 297 + ], + [ + 392, + 294 + ], + [ + 391, + 294 + ], + [ + 390, + 297 + ], + [ + 392, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59714", + "ALAND10": 1151835756, + "AWATER10": 2956788, + "GEOID10": "59714", + "ZCTA5CE10": "59714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 295 + ], + [ + 396, + 293 + ], + [ + 395, + 292 + ], + [ + 395, + 289 + ], + [ + 392, + 292 + ], + [ + 395, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59047", + "ALAND10": 2319441588, + "AWATER10": 8686806, + "GEOID10": "59047", + "ZCTA5CE10": "59047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 297 + ], + [ + 397, + 295 + ], + [ + 395, + 295 + ], + [ + 395, + 297 + ], + [ + 397, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59018", + "ALAND10": 541810732, + "AWATER10": 125414, + "GEOID10": "59018", + "ZCTA5CE10": "59018", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 295 + ], + [ + 392, + 293 + ], + [ + 390, + 293 + ], + [ + 390, + 295 + ], + [ + 392, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59718", + "ALAND10": 619494284, + "AWATER10": 1996470, + "GEOID10": "59718", + "ZCTA5CE10": "59718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 293 + ], + [ + 392, + 291 + ], + [ + 392, + 287 + ], + [ + 390, + 287 + ], + [ + 390, + 293 + ], + [ + 391, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59730", + "ALAND10": 1743857842, + "AWATER10": 4526188, + "GEOID10": "59730", + "ZCTA5CE10": "59730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 292 + ], + [ + 395, + 290 + ], + [ + 393, + 290 + ], + [ + 393, + 292 + ], + [ + 395, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59027", + "ALAND10": 558422078, + "AWATER10": 3010677, + "GEOID10": "59027", + "ZCTA5CE10": "59027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 295 + ], + [ + 396, + 293 + ], + [ + 396, + 298 + ], + [ + 399, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59011", + "ALAND10": 2425858418, + "AWATER10": 10279466, + "GEOID10": "59011", + "ZCTA5CE10": "59011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 294 + ], + [ + 397, + 289 + ], + [ + 395, + 289 + ], + [ + 395, + 292 + ], + [ + 398, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59052", + "ALAND10": 1799026786, + "AWATER10": 3809649, + "GEOID10": "59052", + "ZCTA5CE10": "59052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 289 + ], + [ + 397, + 287 + ], + [ + 395, + 287 + ], + [ + 395, + 289 + ], + [ + 397, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59020", + "ALAND10": 606785619, + "AWATER10": 7797627, + "GEOID10": "59020", + "ZCTA5CE10": "59020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 321 + ], + [ + 403, + 320 + ], + [ + 404, + 314 + ], + [ + 403, + 313 + ], + [ + 402, + 314 + ], + [ + 402, + 315 + ], + [ + 400, + 314 + ], + [ + 401, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59523", + "ALAND10": 3536845683, + "AWATER10": 12271189, + "GEOID10": "59523", + "ZCTA5CE10": "59523", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 320 + ], + [ + 405, + 317 + ], + [ + 407, + 317 + ], + [ + 406, + 313 + ], + [ + 403, + 316 + ], + [ + 404, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59526", + "ALAND10": 2022059440, + "AWATER10": 2636383, + "GEOID10": "59526", + "ZCTA5CE10": "59526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 315 + ], + [ + 407, + 313 + ], + [ + 405, + 313 + ], + [ + 405, + 315 + ], + [ + 407, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59527", + "ALAND10": 545158878, + "AWATER10": 2491429, + "GEOID10": "59527", + "ZCTA5CE10": "59527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 311 + ], + [ + 405, + 309 + ], + [ + 401, + 308 + ], + [ + 400, + 310 + ], + [ + 404, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59489", + "ALAND10": 1642087884, + "AWATER10": 13902815, + "GEOID10": "59489", + "ZCTA5CE10": "59489", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 315 + ], + [ + 402, + 314 + ], + [ + 404, + 313 + ], + [ + 404, + 310 + ], + [ + 400, + 310 + ], + [ + 400, + 314 + ], + [ + 402, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59535", + "ALAND10": 1905255315, + "AWATER10": 7906274, + "GEOID10": "59535", + "ZCTA5CE10": "59535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 308 + ], + [ + 401, + 306 + ], + [ + 402, + 307 + ], + [ + 405, + 305 + ], + [ + 401, + 302 + ], + [ + 399, + 306 + ], + [ + 400, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59457", + "ALAND10": 2801030798, + "AWATER10": 1164000, + "GEOID10": "59457", + "ZCTA5CE10": "59457", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 310 + ], + [ + 401, + 308 + ], + [ + 399, + 308 + ], + [ + 399, + 310 + ], + [ + 401, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59451", + "ALAND10": 596379185, + "AWATER10": 648066, + "GEOID10": "59451", + "ZCTA5CE10": "59451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 309 + ], + [ + 407, + 307 + ], + [ + 405, + 306 + ], + [ + 402, + 307 + ], + [ + 404, + 309 + ], + [ + 407, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59471", + "ALAND10": 2446584483, + "AWATER10": 8025851, + "GEOID10": "59471", + "ZCTA5CE10": "59471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 312 + ], + [ + 408, + 309 + ], + [ + 405, + 310 + ], + [ + 404, + 312 + ], + [ + 407, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59546", + "ALAND10": 1337745768, + "AWATER10": 7911840, + "GEOID10": "59546", + "ZCTA5CE10": "59546", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 322 + ], + [ + 409, + 320 + ], + [ + 407, + 320 + ], + [ + 407, + 322 + ], + [ + 409, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59542", + "ALAND10": 632981307, + "AWATER10": 1346241, + "GEOID10": "59542", + "ZCTA5CE10": "59542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 321 + ], + [ + 411, + 319 + ], + [ + 407, + 318 + ], + [ + 408, + 321 + ], + [ + 410, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59537", + "ALAND10": 1168124634, + "AWATER10": 2722282, + "GEOID10": "59537", + "ZCTA5CE10": "59537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 320 + ], + [ + 414, + 319 + ], + [ + 413, + 315 + ], + [ + 411, + 316 + ], + [ + 411, + 318 + ], + [ + 413, + 318 + ], + [ + 412, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59261", + "ALAND10": 1294008349, + "AWATER10": 22704915, + "GEOID10": "59261", + "ZCTA5CE10": "59261", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 319 + ], + [ + 413, + 315 + ], + [ + 412, + 309 + ], + [ + 410, + 308 + ], + [ + 407, + 309 + ], + [ + 408, + 316 + ], + [ + 409, + 317 + ], + [ + 408, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59538", + "ALAND10": 6648082856, + "AWATER10": 137498583, + "GEOID10": "59538", + "ZCTA5CE10": "59538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 318 + ], + [ + 408, + 311 + ], + [ + 406, + 311 + ], + [ + 405, + 313 + ], + [ + 407, + 318 + ], + [ + 409, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59524", + "ALAND10": 1864400373, + "AWATER10": 10069411, + "GEOID10": "59524", + "ZCTA5CE10": "59524", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 318 + ], + [ + 417, + 311 + ], + [ + 412, + 310 + ], + [ + 414, + 313 + ], + [ + 416, + 314 + ], + [ + 416, + 318 + ], + [ + 418, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59230", + "ALAND10": 3997484638, + "AWATER10": 154566599, + "GEOID10": "59230", + "ZCTA5CE10": "59230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 309 + ], + [ + 410, + 302 + ], + [ + 406, + 303 + ], + [ + 407, + 309 + ], + [ + 410, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59087", + "ALAND10": 3839007766, + "AWATER10": 47655636, + "GEOID10": "59087", + "ZCTA5CE10": "59087", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 310 + ], + [ + 414, + 307 + ], + [ + 412, + 306 + ], + [ + 410, + 308 + ], + [ + 413, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59318", + "ALAND10": 1333756235, + "AWATER10": 69409963, + "GEOID10": "59318", + "ZCTA5CE10": "59318", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 312 + ], + [ + 420, + 306 + ], + [ + 412, + 303 + ], + [ + 414, + 310 + ], + [ + 418, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59337", + "ALAND10": 5968827986, + "AWATER10": 369860391, + "GEOID10": "59337", + "ZCTA5CE10": "59337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 298 + ], + [ + 401, + 296 + ], + [ + 399, + 296 + ], + [ + 399, + 298 + ], + [ + 401, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59078", + "ALAND10": 645136327, + "AWATER10": 8036559, + "GEOID10": "59078", + "ZCTA5CE10": "59078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 302 + ], + [ + 405, + 297 + ], + [ + 402, + 297 + ], + [ + 402, + 302 + ], + [ + 403, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59046", + "ALAND10": 1446801243, + "AWATER10": 2317893, + "GEOID10": "59046", + "ZCTA5CE10": "59046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 302 + ], + [ + 403, + 297 + ], + [ + 400, + 296 + ], + [ + 401, + 302 + ], + [ + 402, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59074", + "ALAND10": 1557168731, + "AWATER10": 303899, + "GEOID10": "59074", + "ZCTA5CE10": "59074", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 303 + ], + [ + 403, + 301 + ], + [ + 401, + 301 + ], + [ + 401, + 303 + ], + [ + 403, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59441", + "ALAND10": 640930370, + "AWATER10": 145193, + "GEOID10": "59441", + "ZCTA5CE10": "59441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 306 + ], + [ + 406, + 302 + ], + [ + 403, + 305 + ], + [ + 405, + 306 + ], + [ + 406, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59032", + "ALAND10": 1093484576, + "AWATER10": 1651942, + "GEOID10": "59032", + "ZCTA5CE10": "59032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 303 + ], + [ + 407, + 302 + ], + [ + 406, + 301 + ], + [ + 408, + 300 + ], + [ + 407, + 297 + ], + [ + 405, + 298 + ], + [ + 404, + 300 + ], + [ + 405, + 301 + ], + [ + 404, + 302 + ], + [ + 406, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59072", + "ALAND10": 2590962085, + "AWATER10": 6078356, + "GEOID10": "59072", + "ZCTA5CE10": "59072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 297 + ], + [ + 404, + 295 + ], + [ + 402, + 295 + ], + [ + 402, + 297 + ], + [ + 404, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59015", + "ALAND10": 645683473, + "AWATER10": 1403048, + "GEOID10": "59015", + "ZCTA5CE10": "59015", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 293 + ], + [ + 399, + 294 + ], + [ + 401, + 296 + ], + [ + 401, + 293 + ], + [ + 400, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59069", + "ALAND10": 904515345, + "AWATER10": 2500085, + "GEOID10": "59069", + "ZCTA5CE10": "59069", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 297 + ], + [ + 403, + 296 + ], + [ + 402, + 294 + ], + [ + 401, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59067", + "ALAND10": 893463017, + "AWATER10": 3379222, + "GEOID10": "59067", + "ZCTA5CE10": "59067", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 294 + ], + [ + 404, + 292 + ], + [ + 402, + 292 + ], + [ + 402, + 294 + ], + [ + 404, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59063", + "ALAND10": 189147732, + "AWATER10": 2279472, + "GEOID10": "59063", + "ZCTA5CE10": "59063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 293 + ], + [ + 401, + 291 + ], + [ + 399, + 291 + ], + [ + 399, + 293 + ], + [ + 401, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59061", + "ALAND10": 697299368, + "AWATER10": 3189292, + "GEOID10": "59061", + "ZCTA5CE10": "59061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 292 + ], + [ + 402, + 290 + ], + [ + 400, + 290 + ], + [ + 400, + 292 + ], + [ + 402, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59001", + "ALAND10": 414227248, + "AWATER10": 172047, + "GEOID10": "59001", + "ZCTA5CE10": "59001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 295 + ], + [ + 403, + 294 + ], + [ + 402, + 292 + ], + [ + 401, + 293 + ], + [ + 401, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59019", + "ALAND10": 881842910, + "AWATER10": 9351350, + "GEOID10": "59019", + "ZCTA5CE10": "59019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 292 + ], + [ + 403, + 290 + ], + [ + 401, + 290 + ], + [ + 401, + 292 + ], + [ + 403, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59041", + "ALAND10": 508386792, + "AWATER10": 3774472, + "GEOID10": "59041", + "ZCTA5CE10": "59041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 291 + ], + [ + 404, + 289 + ], + [ + 402, + 289 + ], + [ + 402, + 291 + ], + [ + 404, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59070", + "ALAND10": 407271707, + "AWATER10": 2861352, + "GEOID10": "59070", + "ZCTA5CE10": "59070", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 291 + ], + [ + 402, + 288 + ], + [ + 399, + 288 + ], + [ + 399, + 289 + ], + [ + 400, + 289 + ], + [ + 401, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59068", + "ALAND10": 1367060217, + "AWATER10": 14312878, + "GEOID10": "59068", + "ZCTA5CE10": "59068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 293 + ], + [ + 407, + 291 + ], + [ + 405, + 291 + ], + [ + 405, + 293 + ], + [ + 407, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59044", + "ALAND10": 459567805, + "AWATER10": 6178260, + "GEOID10": "59044", + "ZCTA5CE10": "59044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 295 + ], + [ + 409, + 292 + ], + [ + 405, + 291 + ], + [ + 405, + 293 + ], + [ + 407, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59101", + "ALAND10": 1317006377, + "AWATER10": 7502181, + "GEOID10": "59101", + "ZCTA5CE10": "59101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 297 + ], + [ + 409, + 295 + ], + [ + 407, + 295 + ], + [ + 407, + 297 + ], + [ + 409, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59037", + "ALAND10": 487477041, + "AWATER10": 2272795, + "GEOID10": "59037", + "ZCTA5CE10": "59037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 291 + ], + [ + 407, + 290 + ], + [ + 405, + 290 + ], + [ + 405, + 291 + ], + [ + 408, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59066", + "ALAND10": 777105147, + "AWATER10": 87368, + "GEOID10": "59066", + "ZCTA5CE10": "59066", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 289 + ], + [ + 402, + 290 + ], + [ + 404, + 291 + ], + [ + 406, + 290 + ], + [ + 408, + 290 + ], + [ + 408, + 288 + ], + [ + 406, + 288 + ], + [ + 406, + 289 + ], + [ + 404, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59014", + "ALAND10": 1068516373, + "AWATER10": 2406380, + "GEOID10": "59014", + "ZCTA5CE10": "59014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 300 + ], + [ + 411, + 298 + ], + [ + 409, + 298 + ], + [ + 409, + 300 + ], + [ + 411, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59059", + "ALAND10": 642631737, + "AWATER10": 22458, + "GEOID10": "59059", + "ZCTA5CE10": "59059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 303 + ], + [ + 413, + 300 + ], + [ + 410, + 299 + ], + [ + 409, + 302 + ], + [ + 412, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59054", + "ALAND10": 1676617696, + "AWATER10": 1270225, + "GEOID10": "59054", + "ZCTA5CE10": "59054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 308 + ], + [ + 413, + 306 + ], + [ + 412, + 303 + ], + [ + 410, + 304 + ], + [ + 410, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59077", + "ALAND10": 1406229220, + "AWATER10": 1199832, + "GEOID10": "59077", + "ZCTA5CE10": "59077", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 308 + ], + [ + 411, + 305 + ], + [ + 410, + 304 + ], + [ + 412, + 303 + ], + [ + 409, + 303 + ], + [ + 410, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59058", + "ALAND10": 1026238904, + "AWATER10": 4466732, + "GEOID10": "59058", + "ZCTA5CE10": "59058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 298 + ], + [ + 410, + 296 + ], + [ + 408, + 295 + ], + [ + 409, + 297 + ], + [ + 407, + 298 + ], + [ + 410, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59088", + "ALAND10": 854361489, + "AWATER10": 5558259, + "GEOID10": "59088", + "ZCTA5CE10": "59088", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 300 + ], + [ + 415, + 299 + ], + [ + 415, + 293 + ], + [ + 411, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59038", + "ALAND10": 2262868113, + "AWATER10": 15431215, + "GEOID10": "59038", + "ZCTA5CE10": "59038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 303 + ], + [ + 414, + 300 + ], + [ + 412, + 300 + ], + [ + 412, + 303 + ], + [ + 415, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59039", + "ALAND10": 1127717903, + "AWATER10": 1752848, + "GEOID10": "59039", + "ZCTA5CE10": "59039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 298 + ], + [ + 409, + 297 + ], + [ + 407, + 295 + ], + [ + 405, + 297 + ], + [ + 407, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59079", + "ALAND10": 916269157, + "AWATER10": 1539429, + "GEOID10": "59079", + "ZCTA5CE10": "59079", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 293 + ], + [ + 412, + 291 + ], + [ + 410, + 291 + ], + [ + 410, + 293 + ], + [ + 412, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59075", + "ALAND10": 751268974, + "AWATER10": 3290564, + "GEOID10": "59075", + "ZCTA5CE10": "59075", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 292 + ], + [ + 410, + 290 + ], + [ + 408, + 290 + ], + [ + 408, + 292 + ], + [ + 410, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59035", + "ALAND10": 195442968, + "AWATER10": 1365315, + "GEOID10": "59035", + "ZCTA5CE10": "59035", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 291 + ], + [ + 414, + 289 + ], + [ + 410, + 288 + ], + [ + 411, + 291 + ], + [ + 414, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59050", + "ALAND10": 1588961639, + "AWATER10": 2589577, + "GEOID10": "59050", + "ZCTA5CE10": "59050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 300 + ], + [ + 412, + 297 + ], + [ + 411, + 295 + ], + [ + 409, + 298 + ], + [ + 410, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59024", + "ALAND10": 1298185624, + "AWATER10": 10988159, + "GEOID10": "59024", + "ZCTA5CE10": "59024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 296 + ], + [ + 412, + 291 + ], + [ + 409, + 292 + ], + [ + 409, + 294 + ], + [ + 411, + 294 + ], + [ + 412, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59034", + "ALAND10": 1980825304, + "AWATER10": 12534049, + "GEOID10": "59034", + "ZCTA5CE10": "59034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 298 + ], + [ + 414, + 296 + ], + [ + 413, + 294 + ], + [ + 413, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59010", + "ALAND10": 857302971, + "AWATER10": 2039284, + "GEOID10": "59010", + "ZCTA5CE10": "59010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 294 + ], + [ + 413, + 292 + ], + [ + 411, + 292 + ], + [ + 411, + 294 + ], + [ + 413, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59022", + "ALAND10": 428751256, + "AWATER10": 187696, + "GEOID10": "59022", + "ZCTA5CE10": "59022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 293 + ], + [ + 416, + 289 + ], + [ + 413, + 290 + ], + [ + 415, + 293 + ], + [ + 416, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59016", + "ALAND10": 1023227350, + "AWATER10": 176598, + "GEOID10": "59016", + "ZCTA5CE10": "59016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 287 + ], + [ + 384, + 287 + ], + [ + 381, + 283 + ], + [ + 380, + 285 + ], + [ + 381, + 287 + ], + [ + 382, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59724", + "ALAND10": 1514993511, + "AWATER10": 89141, + "GEOID10": "59724", + "ZCTA5CE10": "59724", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 290 + ], + [ + 387, + 286 + ], + [ + 385, + 286 + ], + [ + 386, + 289 + ], + [ + 384, + 289 + ], + [ + 385, + 290 + ], + [ + 387, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59710", + "ALAND10": 1571911235, + "AWATER10": 3954771, + "GEOID10": "59710", + "ZCTA5CE10": "59710", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 282 + ], + [ + 386, + 280 + ], + [ + 383, + 281 + ], + [ + 385, + 282 + ] + ] + ], + [ + [ + [ + 385, + 282 + ], + [ + 386, + 284 + ], + [ + 388, + 283 + ], + [ + 385, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83423", + "ALAND10": 985421108, + "AWATER10": 274830, + "GEOID10": "83423", + "ZCTA5CE10": "83423", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 287 + ], + [ + 392, + 284 + ], + [ + 390, + 287 + ], + [ + 392, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59758", + "ALAND10": 826820813, + "AWATER10": 52772069, + "GEOID10": "59758", + "ZCTA5CE10": "59758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 286 + ], + [ + 389, + 285 + ], + [ + 389, + 284 + ], + [ + 382, + 284 + ], + [ + 386, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59739", + "ALAND10": 2499893136, + "AWATER10": 46648926, + "GEOID10": "59739", + "ZCTA5CE10": "59739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 286 + ], + [ + 391, + 283 + ], + [ + 387, + 282 + ], + [ + 389, + 285 + ], + [ + 390, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83429", + "ALAND10": 1454717438, + "AWATER10": 62002517, + "GEOID10": "83429", + "ZCTA5CE10": "83429", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 279 + ], + [ + 387, + 277 + ], + [ + 385, + 277 + ], + [ + 385, + 279 + ], + [ + 387, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83444", + "ALAND10": 397690790, + "AWATER10": 3199687, + "GEOID10": "83444", + "ZCTA5CE10": "83444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 281 + ], + [ + 390, + 279 + ], + [ + 388, + 279 + ], + [ + 388, + 281 + ], + [ + 390, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83445", + "ALAND10": 490189835, + "AWATER10": 5578549, + "GEOID10": "83445", + "ZCTA5CE10": "83445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 276 + ], + [ + 387, + 274 + ], + [ + 385, + 274 + ], + [ + 385, + 276 + ], + [ + 387, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83402", + "ALAND10": 392703972, + "AWATER10": 4317957, + "GEOID10": "83402", + "ZCTA5CE10": "83402", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 277 + ], + [ + 385, + 272 + ], + [ + 384, + 272 + ], + [ + 381, + 275 + ], + [ + 383, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83221", + "ALAND10": 2083560519, + "AWATER10": 7069353, + "GEOID10": "83221", + "ZCTA5CE10": "83221", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 277 + ], + [ + 387, + 275 + ], + [ + 385, + 275 + ], + [ + 385, + 277 + ], + [ + 387, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83404", + "ALAND10": 69256516, + "AWATER10": 92873, + "GEOID10": "83404", + "ZCTA5CE10": "83404", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 275 + ], + [ + 386, + 273 + ], + [ + 384, + 273 + ], + [ + 384, + 275 + ], + [ + 386, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83236", + "ALAND10": 610148959, + "AWATER10": 1728535, + "GEOID10": "83236", + "ZCTA5CE10": "83236", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 282 + ], + [ + 392, + 280 + ], + [ + 389, + 279 + ], + [ + 389, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83420", + "ALAND10": 1177336331, + "AWATER10": 11440781, + "GEOID10": "83420", + "ZCTA5CE10": "83420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 279 + ], + [ + 391, + 277 + ], + [ + 389, + 277 + ], + [ + 389, + 279 + ], + [ + 391, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83452", + "ALAND10": 342999599, + "AWATER10": 1202319, + "GEOID10": "83452", + "ZCTA5CE10": "83452", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 276 + ], + [ + 389, + 274 + ], + [ + 387, + 274 + ], + [ + 387, + 276 + ], + [ + 389, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83406", + "ALAND10": 260135419, + "AWATER10": 2101118, + "GEOID10": "83406", + "ZCTA5CE10": "83406", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 277 + ], + [ + 390, + 275 + ], + [ + 388, + 275 + ], + [ + 388, + 277 + ], + [ + 391, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83443", + "ALAND10": 838965940, + "AWATER10": 7279174, + "GEOID10": "83443", + "ZCTA5CE10": "83443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 276 + ], + [ + 391, + 273 + ], + [ + 389, + 273 + ], + [ + 388, + 275 + ], + [ + 390, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83449", + "ALAND10": 959357933, + "AWATER10": 9575945, + "GEOID10": "83449", + "ZCTA5CE10": "83449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 274 + ], + [ + 392, + 272 + ], + [ + 389, + 272 + ], + [ + 391, + 274 + ], + [ + 392, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83285", + "ALAND10": 821212712, + "AWATER10": 46478527, + "GEOID10": "83285", + "ZCTA5CE10": "83285", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 290 + ], + [ + 396, + 288 + ], + [ + 392, + 288 + ], + [ + 396, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59030", + "ALAND10": 1254365221, + "AWATER10": 2681993, + "GEOID10": "59030", + "ZCTA5CE10": "59030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 288 + ], + [ + 399, + 285 + ], + [ + 397, + 284 + ], + [ + 398, + 281 + ], + [ + 392, + 281 + ], + [ + 392, + 288 + ], + [ + 398, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82190", + "ALAND10": 7690606947, + "AWATER10": 416435678, + "GEOID10": "82190", + "ZCTA5CE10": "82190", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 288 + ], + [ + 402, + 286 + ], + [ + 403, + 287 + ], + [ + 404, + 283 + ], + [ + 399, + 278 + ], + [ + 397, + 284 + ], + [ + 399, + 285 + ], + [ + 398, + 288 + ], + [ + 401, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82414", + "ALAND10": 7301824902, + "AWATER10": 42106481, + "GEOID10": "82414", + "ZCTA5CE10": "82414", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 281 + ], + [ + 393, + 277 + ], + [ + 392, + 277 + ], + [ + 392, + 281 + ], + [ + 393, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83414", + "ALAND10": 887644814, + "AWATER10": 4649836, + "GEOID10": "83414", + "ZCTA5CE10": "83414", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 281 + ], + [ + 397, + 277 + ], + [ + 393, + 278 + ], + [ + 393, + 281 + ], + [ + 397, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83013", + "ALAND10": 2329518841, + "AWATER10": 129231485, + "GEOID10": "83013", + "ZCTA5CE10": "83013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 278 + ], + [ + 393, + 276 + ], + [ + 391, + 276 + ], + [ + 391, + 278 + ], + [ + 393, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83012", + "ALAND10": 420643539, + "AWATER10": 14569358, + "GEOID10": "83012", + "ZCTA5CE10": "83012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 277 + ], + [ + 392, + 275 + ], + [ + 390, + 275 + ], + [ + 390, + 277 + ], + [ + 392, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83428", + "ALAND10": 556950989, + "AWATER10": 18208573, + "GEOID10": "83428", + "ZCTA5CE10": "83428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 274 + ], + [ + 394, + 271 + ], + [ + 392, + 274 + ], + [ + 394, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83128", + "ALAND10": 1169309938, + "AWATER10": 5515870, + "GEOID10": "83128", + "ZCTA5CE10": "83128", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 278 + ], + [ + 394, + 276 + ], + [ + 392, + 276 + ], + [ + 392, + 278 + ], + [ + 394, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83014", + "ALAND10": 556533569, + "AWATER10": 2144038, + "GEOID10": "83014", + "ZCTA5CE10": "83014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 277 + ], + [ + 394, + 278 + ], + [ + 397, + 278 + ], + [ + 397, + 275 + ], + [ + 393, + 274 + ], + [ + 393, + 276 + ], + [ + 394, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83001", + "ALAND10": 2092797427, + "AWATER10": 9751550, + "GEOID10": "83001", + "ZCTA5CE10": "83001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 274 + ], + [ + 397, + 273 + ], + [ + 397, + 272 + ], + [ + 394, + 272 + ], + [ + 394, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82922", + "ALAND10": 847678045, + "AWATER10": 136682, + "GEOID10": "82922", + "ZCTA5CE10": "82922", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 273 + ], + [ + 398, + 270 + ], + [ + 394, + 270 + ], + [ + 394, + 272 + ], + [ + 397, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83115", + "ALAND10": 1526099034, + "AWATER10": 2205249, + "GEOID10": "83115", + "ZCTA5CE10": "83115", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 271 + ], + [ + 399, + 269 + ], + [ + 397, + 269 + ], + [ + 397, + 271 + ], + [ + 399, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82941", + "ALAND10": 1123570934, + "AWATER10": 40071109, + "GEOID10": "82941", + "ZCTA5CE10": "82941", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 280 + ], + [ + 402, + 278 + ], + [ + 401, + 272 + ], + [ + 399, + 276 + ], + [ + 397, + 276 + ], + [ + 397, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82513", + "ALAND10": 3982121057, + "AWATER10": 27746136, + "GEOID10": "82513", + "ZCTA5CE10": "82513", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 271 + ], + [ + 387, + 269 + ], + [ + 385, + 269 + ], + [ + 385, + 271 + ], + [ + 387, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83245", + "ALAND10": 272181456, + "AWATER10": 432281, + "GEOID10": "83245", + "ZCTA5CE10": "83245", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 269 + ], + [ + 387, + 267 + ], + [ + 385, + 267 + ], + [ + 385, + 269 + ], + [ + 387, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83246", + "ALAND10": 335723837, + "AWATER10": 638927, + "GEOID10": "83246", + "ZCTA5CE10": "83246", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 268 + ], + [ + 385, + 266 + ], + [ + 383, + 266 + ], + [ + 383, + 268 + ], + [ + 385, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83234", + "ALAND10": 712976996, + "AWATER10": 274834, + "GEOID10": "83234", + "ZCTA5CE10": "83234", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 267 + ], + [ + 389, + 264 + ], + [ + 387, + 264 + ], + [ + 387, + 267 + ], + [ + 389, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83263", + "ALAND10": 1038338716, + "AWATER10": 8526756, + "GEOID10": "83263", + "ZCTA5CE10": "83263", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 272 + ], + [ + 390, + 269 + ], + [ + 388, + 269 + ], + [ + 388, + 272 + ], + [ + 390, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83276", + "ALAND10": 1094020871, + "AWATER10": 68481096, + "GEOID10": "83276", + "ZCTA5CE10": "83276", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 270 + ], + [ + 389, + 268 + ], + [ + 387, + 268 + ], + [ + 387, + 270 + ], + [ + 389, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83217", + "ALAND10": 762837014, + "AWATER10": 1069982, + "GEOID10": "83217", + "ZCTA5CE10": "83217", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 272 + ], + [ + 392, + 270 + ], + [ + 390, + 270 + ], + [ + 390, + 272 + ], + [ + 392, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83111", + "ALAND10": 297462144, + "AWATER10": 180131, + "GEOID10": "83111", + "ZCTA5CE10": "83111", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 270 + ], + [ + 389, + 268 + ], + [ + 387, + 268 + ], + [ + 387, + 270 + ], + [ + 389, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83241", + "ALAND10": 542862176, + "AWATER10": 1887964, + "GEOID10": "83241", + "ZCTA5CE10": "83241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 267 + ], + [ + 390, + 265 + ], + [ + 388, + 265 + ], + [ + 388, + 267 + ], + [ + 390, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83261", + "ALAND10": 54128726, + "AWATER10": 548151, + "GEOID10": "83261", + "ZCTA5CE10": "83261", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 269 + ], + [ + 392, + 268 + ], + [ + 392, + 264 + ], + [ + 389, + 266 + ], + [ + 390, + 267 + ], + [ + 389, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83254", + "ALAND10": 1243297541, + "AWATER10": 7550756, + "GEOID10": "83254", + "ZCTA5CE10": "83254", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 265 + ], + [ + 386, + 263 + ], + [ + 384, + 263 + ], + [ + 384, + 265 + ], + [ + 386, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84331", + "ALAND10": 144490459, + "AWATER10": 0, + "GEOID10": "84331", + "ZCTA5CE10": "84331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 264 + ], + [ + 387, + 262 + ], + [ + 385, + 262 + ], + [ + 385, + 264 + ], + [ + 387, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84304", + "ALAND10": 32165982, + "AWATER10": 1416668, + "GEOID10": "84304", + "ZCTA5CE10": "84304", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 263 + ], + [ + 387, + 261 + ], + [ + 385, + 261 + ], + [ + 385, + 263 + ], + [ + 387, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84325", + "ALAND10": 95729590, + "AWATER10": 1783553, + "GEOID10": "84325", + "ZCTA5CE10": "84325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 262 + ], + [ + 384, + 261 + ], + [ + 384, + 258 + ], + [ + 382, + 261 + ], + [ + 382, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84307", + "ALAND10": 1144308588, + "AWATER10": 7278798, + "GEOID10": "84307", + "ZCTA5CE10": "84307", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 261 + ], + [ + 387, + 259 + ], + [ + 385, + 259 + ], + [ + 385, + 261 + ], + [ + 387, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84340", + "ALAND10": 31303243, + "AWATER10": 0, + "GEOID10": "84340", + "ZCTA5CE10": "84340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 260 + ], + [ + 391, + 258 + ], + [ + 389, + 258 + ], + [ + 389, + 260 + ], + [ + 391, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84317", + "ALAND10": 558246727, + "AWATER10": 6760576, + "GEOID10": "84317", + "ZCTA5CE10": "84317", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 258 + ], + [ + 388, + 256 + ], + [ + 386, + 256 + ], + [ + 386, + 258 + ], + [ + 388, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84037", + "ALAND10": 48366111, + "AWATER10": 210606, + "GEOID10": "84037", + "ZCTA5CE10": "84037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 264 + ], + [ + 391, + 262 + ], + [ + 389, + 262 + ], + [ + 389, + 264 + ], + [ + 391, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84038", + "ALAND10": 112717192, + "AWATER10": 62344623, + "GEOID10": "84038", + "ZCTA5CE10": "84038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 258 + ], + [ + 389, + 255 + ], + [ + 388, + 256 + ], + [ + 387, + 258 + ], + [ + 389, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84050", + "ALAND10": 972699596, + "AWATER10": 2939099, + "GEOID10": "84050", + "ZCTA5CE10": "84050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 258 + ], + [ + 390, + 256 + ], + [ + 388, + 256 + ], + [ + 388, + 258 + ], + [ + 390, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84033", + "ALAND10": 136143002, + "AWATER10": 0, + "GEOID10": "84033", + "ZCTA5CE10": "84033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 271 + ], + [ + 394, + 269 + ], + [ + 392, + 269 + ], + [ + 392, + 271 + ], + [ + 394, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83112", + "ALAND10": 357525642, + "AWATER10": 146016, + "GEOID10": "83112", + "ZCTA5CE10": "83112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 268 + ], + [ + 393, + 265 + ], + [ + 392, + 263 + ], + [ + 392, + 267 + ], + [ + 393, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83114", + "ALAND10": 992831819, + "AWATER10": 526672, + "GEOID10": "83114", + "ZCTA5CE10": "83114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 265 + ], + [ + 396, + 263 + ], + [ + 394, + 261 + ], + [ + 392, + 263 + ], + [ + 395, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83101", + "ALAND10": 1948919903, + "AWATER10": 8186261, + "GEOID10": "83101", + "ZCTA5CE10": "83101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 272 + ], + [ + 396, + 276 + ], + [ + 399, + 276 + ], + [ + 400, + 272 + ], + [ + 399, + 272 + ], + [ + 399, + 270 + ], + [ + 397, + 270 + ], + [ + 397, + 272 + ], + [ + 398, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82925", + "ALAND10": 1811093247, + "AWATER10": 34305314, + "GEOID10": "82925", + "ZCTA5CE10": "82925", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 270 + ], + [ + 398, + 267 + ], + [ + 395, + 266 + ], + [ + 394, + 270 + ], + [ + 398, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US83113", + "ALAND10": 2688488568, + "AWATER10": 9080136, + "GEOID10": "83113", + "ZCTA5CE10": "83113", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 259 + ], + [ + 396, + 257 + ], + [ + 394, + 257 + ], + [ + 394, + 259 + ], + [ + 396, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82933", + "ALAND10": 182403954, + "AWATER10": 670036, + "GEOID10": "82933", + "ZCTA5CE10": "82933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 261 + ], + [ + 397, + 259 + ], + [ + 395, + 259 + ], + [ + 395, + 261 + ], + [ + 397, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82937", + "ALAND10": 312444975, + "AWATER10": 1696611, + "GEOID10": "82937", + "ZCTA5CE10": "82937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 288 + ], + [ + 406, + 285 + ], + [ + 402, + 285 + ], + [ + 403, + 287 + ], + [ + 401, + 286 + ], + [ + 401, + 288 + ], + [ + 406, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82435", + "ALAND10": 2193816161, + "AWATER10": 2841887, + "GEOID10": "82435", + "ZCTA5CE10": "82435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 283 + ], + [ + 404, + 279 + ], + [ + 400, + 279 + ], + [ + 401, + 281 + ], + [ + 406, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82433", + "ALAND10": 2201211060, + "AWATER10": 9470537, + "GEOID10": "82433", + "ZCTA5CE10": "82433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 288 + ], + [ + 407, + 286 + ], + [ + 405, + 286 + ], + [ + 405, + 288 + ], + [ + 407, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82423", + "ALAND10": 48322111, + "AWATER10": 5339, + "GEOID10": "82423", + "ZCTA5CE10": "82423", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 278 + ], + [ + 407, + 276 + ], + [ + 407, + 275 + ], + [ + 405, + 273 + ], + [ + 402, + 276 + ], + [ + 402, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82523", + "ALAND10": 1965785741, + "AWATER10": 21252589, + "GEOID10": "82523", + "ZCTA5CE10": "82523", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 276 + ], + [ + 403, + 274 + ], + [ + 401, + 272 + ], + [ + 401, + 275 + ], + [ + 403, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82512", + "ALAND10": 1069784396, + "AWATER10": 4267983, + "GEOID10": "82512", + "ZCTA5CE10": "82512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 272 + ], + [ + 405, + 270 + ], + [ + 403, + 270 + ], + [ + 403, + 272 + ], + [ + 405, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82514", + "ALAND10": 566116420, + "AWATER10": 228863, + "GEOID10": "82514", + "ZCTA5CE10": "82514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 279 + ], + [ + 405, + 280 + ], + [ + 411, + 276 + ], + [ + 408, + 276 + ], + [ + 406, + 277 + ], + [ + 405, + 277 + ], + [ + 403, + 277 + ], + [ + 402, + 278 + ], + [ + 404, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82443", + "ALAND10": 3119289117, + "AWATER10": 4663001, + "GEOID10": "82443", + "ZCTA5CE10": "82443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 273 + ], + [ + 407, + 271 + ], + [ + 405, + 271 + ], + [ + 405, + 273 + ], + [ + 407, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82516", + "ALAND10": 617205496, + "AWATER10": 8640531, + "GEOID10": "82516", + "ZCTA5CE10": "82516", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 289 + ], + [ + 415, + 287 + ], + [ + 413, + 287 + ], + [ + 413, + 289 + ], + [ + 415, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59089", + "ALAND10": 642618563, + "AWATER10": 128945, + "GEOID10": "59089", + "ZCTA5CE10": "59089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 288 + ], + [ + 409, + 284 + ], + [ + 406, + 286 + ], + [ + 406, + 288 + ], + [ + 410, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82431", + "ALAND10": 1435721609, + "AWATER10": 36670856, + "GEOID10": "82431", + "ZCTA5CE10": "82431", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 284 + ], + [ + 413, + 283 + ], + [ + 410, + 283 + ], + [ + 408, + 284 + ], + [ + 408, + 285 + ], + [ + 409, + 285 + ], + [ + 410, + 284 + ], + [ + 411, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82426", + "ALAND10": 1452034744, + "AWATER10": 2450065, + "GEOID10": "82426", + "ZCTA5CE10": "82426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 285 + ], + [ + 412, + 283 + ], + [ + 410, + 283 + ], + [ + 410, + 285 + ], + [ + 412, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82441", + "ALAND10": 305364812, + "AWATER10": 27652, + "GEOID10": "82441", + "ZCTA5CE10": "82441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 278 + ], + [ + 411, + 281 + ], + [ + 414, + 281 + ], + [ + 413, + 278 + ] + ] + ], + [ + [ + [ + 413, + 278 + ], + [ + 413, + 276 + ], + [ + 412, + 276 + ], + [ + 413, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82442", + "ALAND10": 1711837877, + "AWATER10": 1358324, + "GEOID10": "82442", + "ZCTA5CE10": "82442", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 289 + ], + [ + 411, + 287 + ], + [ + 409, + 287 + ], + [ + 409, + 289 + ], + [ + 411, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82838", + "ALAND10": 465680691, + "AWATER10": 446369, + "GEOID10": "82838", + "ZCTA5CE10": "82838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 287 + ], + [ + 413, + 284 + ], + [ + 411, + 285 + ], + [ + 410, + 287 + ], + [ + 414, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82836", + "ALAND10": 1319136894, + "AWATER10": 1733179, + "GEOID10": "82836", + "ZCTA5CE10": "82836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 289 + ], + [ + 419, + 288 + ], + [ + 415, + 288 + ], + [ + 415, + 289 + ], + [ + 419, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59025", + "ALAND10": 1174360516, + "AWATER10": 8884429, + "GEOID10": "59025", + "ZCTA5CE10": "59025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 282 + ], + [ + 412, + 280 + ], + [ + 410, + 280 + ], + [ + 410, + 282 + ], + [ + 412, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82428", + "ALAND10": 549872226, + "AWATER10": 749008, + "GEOID10": "82428", + "ZCTA5CE10": "82428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 286 + ], + [ + 416, + 284 + ], + [ + 414, + 284 + ], + [ + 414, + 286 + ], + [ + 416, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82832", + "ALAND10": 428167340, + "AWATER10": 483796, + "GEOID10": "82832", + "ZCTA5CE10": "82832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 282 + ], + [ + 411, + 280 + ], + [ + 409, + 278 + ], + [ + 406, + 280 + ], + [ + 410, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82401", + "ALAND10": 1531481052, + "AWATER10": 6251269, + "GEOID10": "82401", + "ZCTA5CE10": "82401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 276 + ], + [ + 410, + 275 + ], + [ + 409, + 272 + ], + [ + 407, + 273 + ], + [ + 408, + 274 + ], + [ + 407, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82649", + "ALAND10": 1566229007, + "AWATER10": 17032079, + "GEOID10": "82649", + "ZCTA5CE10": "82649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 273 + ], + [ + 413, + 274 + ], + [ + 412, + 276 + ], + [ + 415, + 276 + ], + [ + 415, + 274 + ], + [ + 416, + 272 + ], + [ + 414, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82648", + "ALAND10": 1415443152, + "AWATER10": 1701741, + "GEOID10": "82648", + "ZCTA5CE10": "82648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 276 + ], + [ + 413, + 275 + ], + [ + 412, + 272 + ], + [ + 410, + 273 + ], + [ + 410, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82642", + "ALAND10": 1312714138, + "AWATER10": 830266, + "GEOID10": "82642", + "ZCTA5CE10": "82642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 266 + ], + [ + 401, + 268 + ], + [ + 403, + 268 + ], + [ + 403, + 266 + ], + [ + 402, + 266 + ] + ] + ], + [ + [ + [ + 402, + 266 + ], + [ + 400, + 264 + ], + [ + 399, + 266 + ], + [ + 402, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82932", + "ALAND10": 1336532060, + "AWATER10": 5966368, + "GEOID10": "82932", + "ZCTA5CE10": "82932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 272 + ], + [ + 403, + 270 + ], + [ + 402, + 266 + ], + [ + 398, + 269 + ], + [ + 400, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82923", + "ALAND10": 2835176443, + "AWATER10": 40740141, + "GEOID10": "82923", + "ZCTA5CE10": "82923", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 272 + ], + [ + 406, + 272 + ], + [ + 406, + 275 + ], + [ + 408, + 275 + ], + [ + 407, + 273 + ], + [ + 408, + 272 + ] + ] + ], + [ + [ + [ + 408, + 272 + ], + [ + 412, + 271 + ], + [ + 407, + 270 + ], + [ + 408, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82501", + "ALAND10": 2435848047, + "AWATER10": 78379280, + "GEOID10": "82501", + "ZCTA5CE10": "82501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 264 + ], + [ + 400, + 262 + ], + [ + 398, + 262 + ], + [ + 398, + 264 + ], + [ + 400, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82935", + "ALAND10": 422404830, + "AWATER10": 6969402, + "GEOID10": "82935", + "ZCTA5CE10": "82935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 258 + ], + [ + 401, + 256 + ], + [ + 399, + 256 + ], + [ + 399, + 258 + ], + [ + 401, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82938", + "ALAND10": 456508743, + "AWATER10": 76633634, + "GEOID10": "82938", + "ZCTA5CE10": "82938", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 265 + ], + [ + 410, + 262 + ], + [ + 409, + 259 + ], + [ + 406, + 262 + ], + [ + 407, + 263 + ], + [ + 406, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82336", + "ALAND10": 1690786877, + "AWATER10": 14190572, + "GEOID10": "82336", + "ZCTA5CE10": "82336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 257 + ], + [ + 402, + 257 + ], + [ + 400, + 257 + ], + [ + 402, + 259 + ], + [ + 402, + 262 + ], + [ + 405, + 262 + ], + [ + 405, + 260 + ], + [ + 407, + 261 + ], + [ + 406, + 258 + ], + [ + 403, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82901", + "ALAND10": 3595900102, + "AWATER10": 205591, + "GEOID10": "82901", + "ZCTA5CE10": "82901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 268 + ], + [ + 409, + 268 + ], + [ + 408, + 267 + ], + [ + 404, + 267 + ], + [ + 401, + 272 + ], + [ + 403, + 274 + ], + [ + 403, + 271 + ], + [ + 405, + 272 + ], + [ + 408, + 269 + ], + [ + 412, + 269 + ], + [ + 412, + 268 + ], + [ + 410, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82520", + "ALAND10": 5708394389, + "AWATER10": 44779084, + "GEOID10": "82520", + "ZCTA5CE10": "82520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 268 + ], + [ + 413, + 266 + ], + [ + 412, + 266 + ], + [ + 413, + 270 + ], + [ + 414, + 268 + ] + ] + ], + [ + [ + [ + 414, + 268 + ], + [ + 415, + 270 + ], + [ + 416, + 269 + ], + [ + 416, + 268 + ], + [ + 414, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82620", + "ALAND10": 1902165689, + "AWATER10": 40700769, + "GEOID10": "82620", + "ZCTA5CE10": "82620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 267 + ], + [ + 416, + 265 + ], + [ + 414, + 265 + ], + [ + 414, + 267 + ], + [ + 416, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82334", + "ALAND10": 627648301, + "AWATER10": 32787654, + "GEOID10": "82334", + "ZCTA5CE10": "82334", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 258 + ], + [ + 413, + 256 + ], + [ + 411, + 256 + ], + [ + 411, + 258 + ], + [ + 413, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82321", + "ALAND10": 681730563, + "AWATER10": 296105, + "GEOID10": "82321", + "ZCTA5CE10": "82321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 263 + ], + [ + 410, + 262 + ], + [ + 409, + 265 + ], + [ + 411, + 264 + ], + [ + 414, + 266 + ], + [ + 413, + 263 + ] + ] + ], + [ + [ + [ + 412, + 270 + ], + [ + 412, + 268 + ], + [ + 410, + 268 + ], + [ + 410, + 270 + ], + [ + 412, + 270 + ] + ] + ], + [ + [ + [ + 413, + 263 + ], + [ + 413, + 261 + ], + [ + 411, + 261 + ], + [ + 413, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82301", + "ALAND10": 3182386458, + "AWATER10": 6226881, + "GEOID10": "82301", + "ZCTA5CE10": "82301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 258 + ], + [ + 411, + 256 + ], + [ + 409, + 256 + ], + [ + 409, + 258 + ], + [ + 411, + 258 + ] + ] + ], + [ + [ + [ + 417, + 258 + ], + [ + 415, + 258 + ], + [ + 416, + 259 + ], + [ + 417, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82325", + "ALAND10": 1730766923, + "AWATER10": 2224342, + "GEOID10": "82325", + "ZCTA5CE10": "82325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 259 + ], + [ + 416, + 262 + ], + [ + 418, + 259 + ], + [ + 416, + 259 + ], + [ + 415, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82331", + "ALAND10": 1487409750, + "AWATER10": 7409871, + "GEOID10": "82331", + "ZCTA5CE10": "82331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 318 + ], + [ + 419, + 316 + ], + [ + 417, + 316 + ], + [ + 417, + 318 + ], + [ + 419, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59244", + "ALAND10": 510907372, + "AWATER10": 308404, + "GEOID10": "59244", + "ZCTA5CE10": "59244", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 317 + ], + [ + 420, + 313 + ], + [ + 417, + 313 + ], + [ + 418, + 317 + ], + [ + 420, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59248", + "ALAND10": 1529648869, + "AWATER10": 12181729, + "GEOID10": "59248", + "ZCTA5CE10": "59248", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 318 + ], + [ + 421, + 316 + ], + [ + 419, + 316 + ], + [ + 419, + 318 + ], + [ + 421, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59253", + "ALAND10": 660779825, + "AWATER10": 46112, + "GEOID10": "59253", + "ZCTA5CE10": "59253", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 321 + ], + [ + 419, + 317 + ], + [ + 418, + 321 + ], + [ + 421, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59260", + "ALAND10": 894274551, + "AWATER10": 222592, + "GEOID10": "59260", + "ZCTA5CE10": "59260", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 317 + ], + [ + 421, + 314 + ], + [ + 420, + 313 + ], + [ + 421, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59225", + "ALAND10": 791506003, + "AWATER10": 3959471, + "GEOID10": "59225", + "ZCTA5CE10": "59225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 307 + ], + [ + 423, + 305 + ], + [ + 421, + 305 + ], + [ + 421, + 307 + ], + [ + 423, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59214", + "ALAND10": 887203715, + "AWATER10": 18375611, + "GEOID10": "59214", + "ZCTA5CE10": "59214", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 306 + ], + [ + 417, + 303 + ], + [ + 414, + 303 + ], + [ + 416, + 305 + ], + [ + 419, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59322", + "ALAND10": 1420076223, + "AWATER10": 1438119, + "GEOID10": "59322", + "ZCTA5CE10": "59322", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 313 + ], + [ + 419, + 311 + ], + [ + 417, + 311 + ], + [ + 417, + 313 + ], + [ + 419, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59223", + "ALAND10": 575136032, + "AWATER10": 64081748, + "GEOID10": "59223", + "ZCTA5CE10": "59223", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 313 + ], + [ + 425, + 312 + ], + [ + 424, + 310 + ], + [ + 422, + 310 + ], + [ + 424, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59274", + "ALAND10": 927463228, + "AWATER10": 733953, + "GEOID10": "59274", + "ZCTA5CE10": "59274", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 311 + ], + [ + 424, + 310 + ], + [ + 425, + 307 + ], + [ + 424, + 306 + ], + [ + 420, + 307 + ], + [ + 420, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59215", + "ALAND10": 3438618424, + "AWATER10": 19567205, + "GEOID10": "59215", + "ZCTA5CE10": "59215", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 307 + ], + [ + 420, + 305 + ], + [ + 418, + 305 + ], + [ + 418, + 307 + ], + [ + 420, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59312", + "ALAND10": 651084174, + "AWATER10": 167470, + "GEOID10": "59312", + "ZCTA5CE10": "59312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 321 + ], + [ + 425, + 319 + ], + [ + 423, + 319 + ], + [ + 423, + 321 + ], + [ + 425, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59276", + "ALAND10": 290568647, + "AWATER10": 141904, + "GEOID10": "59276", + "ZCTA5CE10": "59276", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 321 + ], + [ + 426, + 319 + ], + [ + 424, + 319 + ], + [ + 424, + 321 + ], + [ + 426, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59222", + "ALAND10": 611552947, + "AWATER10": 191834, + "GEOID10": "59222", + "ZCTA5CE10": "59222", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 321 + ], + [ + 424, + 317 + ], + [ + 422, + 317 + ], + [ + 421, + 321 + ], + [ + 424, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59263", + "ALAND10": 1739330856, + "AWATER10": 641847, + "GEOID10": "59263", + "ZCTA5CE10": "59263", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 321 + ], + [ + 427, + 319 + ], + [ + 425, + 319 + ], + [ + 425, + 321 + ], + [ + 427, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59252", + "ALAND10": 496612839, + "AWATER10": 498392, + "GEOID10": "59252", + "ZCTA5CE10": "59252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 318 + ], + [ + 427, + 316 + ], + [ + 425, + 316 + ], + [ + 425, + 318 + ], + [ + 427, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59258", + "ALAND10": 465474709, + "AWATER10": 34257, + "GEOID10": "59258", + "ZCTA5CE10": "59258", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 316 + ], + [ + 424, + 317 + ], + [ + 427, + 317 + ], + [ + 427, + 312 + ], + [ + 424, + 313 + ], + [ + 424, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59255", + "ALAND10": 1732821904, + "AWATER10": 16214890, + "GEOID10": "59255", + "ZCTA5CE10": "59255", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 316 + ], + [ + 424, + 313 + ], + [ + 422, + 310 + ], + [ + 418, + 313 + ], + [ + 421, + 314 + ], + [ + 421, + 317 + ], + [ + 424, + 317 + ], + [ + 424, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59201", + "ALAND10": 3566638320, + "AWATER10": 27118120, + "GEOID10": "59201", + "ZCTA5CE10": "59201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 320 + ], + [ + 431, + 319 + ], + [ + 428, + 318 + ], + [ + 426, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59254", + "ALAND10": 703168118, + "AWATER10": 364565, + "GEOID10": "59254", + "ZCTA5CE10": "59254", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 319 + ], + [ + 430, + 317 + ], + [ + 428, + 317 + ], + [ + 428, + 319 + ], + [ + 430, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59211", + "ALAND10": 275550905, + "AWATER10": 63976, + "GEOID10": "59211", + "ZCTA5CE10": "59211", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 321 + ], + [ + 432, + 319 + ], + [ + 429, + 319 + ], + [ + 429, + 321 + ], + [ + 432, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59275", + "ALAND10": 985733878, + "AWATER10": 31619509, + "GEOID10": "59275", + "ZCTA5CE10": "59275", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 316 + ], + [ + 428, + 314 + ], + [ + 427, + 316 + ], + [ + 431, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59226", + "ALAND10": 841580939, + "AWATER10": 3555701, + "GEOID10": "59226", + "ZCTA5CE10": "59226", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 315 + ], + [ + 429, + 311 + ], + [ + 428, + 315 + ], + [ + 430, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59218", + "ALAND10": 848077267, + "AWATER10": 3656753, + "GEOID10": "59218", + "ZCTA5CE10": "59218", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 314 + ], + [ + 432, + 312 + ], + [ + 432, + 311 + ], + [ + 430, + 311 + ], + [ + 429, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59221", + "ALAND10": 734928235, + "AWATER10": 15555863, + "GEOID10": "59221", + "ZCTA5CE10": "59221", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 316 + ], + [ + 432, + 313 + ], + [ + 430, + 313 + ], + [ + 429, + 314 + ], + [ + 432, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59212", + "ALAND10": 791385271, + "AWATER10": 9058301, + "GEOID10": "59212", + "ZCTA5CE10": "59212", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 312 + ], + [ + 428, + 309 + ], + [ + 424, + 309 + ], + [ + 424, + 311 + ], + [ + 427, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59259", + "ALAND10": 1622941084, + "AWATER10": 1576397, + "GEOID10": "59259", + "ZCTA5CE10": "59259", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 308 + ], + [ + 426, + 306 + ], + [ + 424, + 305 + ], + [ + 424, + 307 + ], + [ + 425, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59339", + "ALAND10": 843954261, + "AWATER10": 435114, + "GEOID10": "59339", + "ZCTA5CE10": "59339", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 303 + ], + [ + 426, + 303 + ], + [ + 424, + 304 + ], + [ + 427, + 307 + ], + [ + 429, + 307 + ], + [ + 429, + 303 + ], + [ + 427, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59330", + "ALAND10": 3145443403, + "AWATER10": 20136497, + "GEOID10": "59330", + "ZCTA5CE10": "59330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 317 + ], + [ + 429, + 314 + ], + [ + 428, + 311 + ], + [ + 426, + 314 + ], + [ + 426, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59213", + "ALAND10": 1141472658, + "AWATER10": 11582358, + "GEOID10": "59213", + "ZCTA5CE10": "59213", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 312 + ], + [ + 429, + 309 + ], + [ + 427, + 309 + ], + [ + 427, + 312 + ], + [ + 428, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59243", + "ALAND10": 988974250, + "AWATER10": 4903007, + "GEOID10": "59243", + "ZCTA5CE10": "59243", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 309 + ], + [ + 430, + 307 + ], + [ + 428, + 308 + ], + [ + 428, + 309 + ], + [ + 430, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59262", + "ALAND10": 714164688, + "AWATER10": 3532914, + "GEOID10": "59262", + "ZCTA5CE10": "59262", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 310 + ], + [ + 429, + 308 + ], + [ + 427, + 308 + ], + [ + 427, + 310 + ], + [ + 429, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59315", + "ALAND10": 584606099, + "AWATER10": 196848, + "GEOID10": "59315", + "ZCTA5CE10": "59315", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 306 + ], + [ + 427, + 301 + ], + [ + 423, + 301 + ], + [ + 423, + 303 + ], + [ + 420, + 303 + ], + [ + 420, + 306 + ], + [ + 424, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59349", + "ALAND10": 3622333943, + "AWATER10": 13005332, + "GEOID10": "59349", + "ZCTA5CE10": "59349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 302 + ], + [ + 421, + 299 + ], + [ + 418, + 298 + ], + [ + 417, + 299 + ], + [ + 417, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59347", + "ALAND10": 2183107561, + "AWATER10": 13544770, + "GEOID10": "59347", + "ZCTA5CE10": "59347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 303 + ], + [ + 417, + 299 + ], + [ + 419, + 297 + ], + [ + 419, + 293 + ], + [ + 415, + 295 + ], + [ + 413, + 300 + ], + [ + 415, + 303 + ], + [ + 417, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59327", + "ALAND10": 5480868751, + "AWATER10": 25699559, + "GEOID10": "59327", + "ZCTA5CE10": "59327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 294 + ], + [ + 421, + 293 + ], + [ + 419, + 288 + ], + [ + 417, + 293 + ], + [ + 419, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59003", + "ALAND10": 1765058114, + "AWATER10": 94637, + "GEOID10": "59003", + "ZCTA5CE10": "59003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 293 + ], + [ + 418, + 292 + ], + [ + 416, + 291 + ], + [ + 415, + 293 + ], + [ + 418, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59043", + "ALAND10": 1056696727, + "AWATER10": 176922, + "GEOID10": "59043", + "ZCTA5CE10": "59043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 293 + ], + [ + 420, + 291 + ], + [ + 418, + 291 + ], + [ + 418, + 293 + ], + [ + 420, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59012", + "ALAND10": 667618255, + "AWATER10": 139924, + "GEOID10": "59012", + "ZCTA5CE10": "59012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 296 + ], + [ + 422, + 294 + ], + [ + 424, + 294 + ], + [ + 422, + 292 + ], + [ + 420, + 294 + ], + [ + 422, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59351", + "ALAND10": 1383547487, + "AWATER10": 351885, + "GEOID10": "59351", + "ZCTA5CE10": "59351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 294 + ], + [ + 423, + 292 + ], + [ + 421, + 292 + ], + [ + 421, + 294 + ], + [ + 423, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59343", + "ALAND10": 453655652, + "AWATER10": 160492, + "GEOID10": "59343", + "ZCTA5CE10": "59343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 294 + ], + [ + 426, + 289 + ], + [ + 423, + 289 + ], + [ + 420, + 288 + ], + [ + 420, + 292 + ], + [ + 424, + 292 + ], + [ + 425, + 294 + ], + [ + 426, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59317", + "ALAND10": 4768458314, + "AWATER10": 679641, + "GEOID10": "59317", + "ZCTA5CE10": "59317", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 303 + ], + [ + 428, + 301 + ], + [ + 427, + 301 + ], + [ + 425, + 303 + ], + [ + 427, + 303 + ], + [ + 428, + 304 + ], + [ + 428, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59326", + "ALAND10": 918452297, + "AWATER10": 10353609, + "GEOID10": "59326", + "ZCTA5CE10": "59326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 301 + ], + [ + 428, + 297 + ], + [ + 427, + 297 + ], + [ + 427, + 295 + ], + [ + 424, + 301 + ], + [ + 428, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59336", + "ALAND10": 2404527236, + "AWATER10": 1762621, + "GEOID10": "59336", + "ZCTA5CE10": "59336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 299 + ], + [ + 418, + 302 + ], + [ + 418, + 305 + ], + [ + 419, + 303 + ], + [ + 423, + 303 + ], + [ + 422, + 301 + ], + [ + 424, + 301 + ], + [ + 427, + 294 + ], + [ + 422, + 294 + ], + [ + 421, + 293 + ], + [ + 419, + 293 + ], + [ + 420, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59301", + "ALAND10": 8146069361, + "AWATER10": 19290030, + "GEOID10": "59301", + "ZCTA5CE10": "59301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 302 + ], + [ + 432, + 301 + ], + [ + 432, + 295 + ], + [ + 429, + 296 + ], + [ + 430, + 298 + ], + [ + 429, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59313", + "ALAND10": 2400290488, + "AWATER10": 4568537, + "GEOID10": "59313", + "ZCTA5CE10": "59313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 302 + ], + [ + 430, + 301 + ], + [ + 429, + 297 + ], + [ + 427, + 298 + ], + [ + 428, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59344", + "ALAND10": 1163444099, + "AWATER10": 850863, + "GEOID10": "59344", + "ZCTA5CE10": "59344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 292 + ], + [ + 432, + 291 + ], + [ + 432, + 288 + ], + [ + 426, + 288 + ], + [ + 426, + 289 + ], + [ + 427, + 289 + ], + [ + 430, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59311", + "ALAND10": 2630294900, + "AWATER10": 7693745, + "GEOID10": "59311", + "ZCTA5CE10": "59311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 297 + ], + [ + 431, + 296 + ], + [ + 431, + 292 + ], + [ + 429, + 291 + ], + [ + 428, + 293 + ], + [ + 427, + 291 + ], + [ + 427, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59324", + "ALAND10": 4156568841, + "AWATER10": 6845909, + "GEOID10": "59324", + "ZCTA5CE10": "59324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 291 + ], + [ + 426, + 289 + ], + [ + 426, + 292 + ], + [ + 428, + 291 + ] + ] + ], + [ + [ + [ + 428, + 291 + ], + [ + 428, + 293 + ], + [ + 429, + 291 + ], + [ + 428, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59332", + "ALAND10": 1555427933, + "AWATER10": 4675120, + "GEOID10": "59332", + "ZCTA5CE10": "59332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 295 + ], + [ + 433, + 293 + ], + [ + 431, + 290 + ], + [ + 430, + 291 + ], + [ + 432, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57724", + "ALAND10": 848647371, + "AWATER10": 1241788, + "GEOID10": "57724", + "ZCTA5CE10": "57724", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 319 + ], + [ + 432, + 316 + ], + [ + 430, + 316 + ], + [ + 430, + 319 + ], + [ + 432, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59219", + "ALAND10": 661761277, + "AWATER10": 11294723, + "GEOID10": "59219", + "ZCTA5CE10": "59219", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 320 + ], + [ + 433, + 319 + ], + [ + 432, + 316 + ], + [ + 432, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58845", + "ALAND10": 667366184, + "AWATER10": 22517265, + "GEOID10": "58845", + "ZCTA5CE10": "58845", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 320 + ], + [ + 435, + 318 + ], + [ + 433, + 318 + ], + [ + 433, + 320 + ], + [ + 435, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58844", + "ALAND10": 608257005, + "AWATER10": 14604808, + "GEOID10": "58844", + "ZCTA5CE10": "58844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 319 + ], + [ + 436, + 317 + ], + [ + 434, + 316 + ], + [ + 434, + 319 + ], + [ + 436, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58830", + "ALAND10": 767512576, + "AWATER10": 10724625, + "GEOID10": "58830", + "ZCTA5CE10": "58830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 320 + ], + [ + 436, + 318 + ], + [ + 434, + 318 + ], + [ + 434, + 320 + ], + [ + 436, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58730", + "ALAND10": 639271218, + "AWATER10": 17381541, + "GEOID10": "58730", + "ZCTA5CE10": "58730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 317 + ], + [ + 434, + 315 + ], + [ + 432, + 315 + ], + [ + 432, + 317 + ], + [ + 434, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58856", + "ALAND10": 478143338, + "AWATER10": 6497295, + "GEOID10": "58856", + "ZCTA5CE10": "58856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 316 + ], + [ + 435, + 313 + ], + [ + 432, + 312 + ], + [ + 432, + 316 + ], + [ + 435, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58801", + "ALAND10": 2154473065, + "AWATER10": 90753249, + "GEOID10": "58801", + "ZCTA5CE10": "58801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 320 + ], + [ + 438, + 318 + ], + [ + 436, + 318 + ], + [ + 436, + 320 + ], + [ + 438, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58795", + "ALAND10": 524126022, + "AWATER10": 10674609, + "GEOID10": "58795", + "ZCTA5CE10": "58795", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 315 + ], + [ + 437, + 313 + ], + [ + 435, + 313 + ], + [ + 435, + 315 + ], + [ + 437, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58849", + "ALAND10": 657097735, + "AWATER10": 12492031, + "GEOID10": "58849", + "ZCTA5CE10": "58849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 319 + ], + [ + 441, + 317 + ], + [ + 439, + 316 + ], + [ + 438, + 318 + ], + [ + 440, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58773", + "ALAND10": 808660797, + "AWATER10": 25503717, + "GEOID10": "58773", + "ZCTA5CE10": "58773", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 314 + ], + [ + 436, + 312 + ], + [ + 434, + 312 + ], + [ + 434, + 314 + ], + [ + 436, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58843", + "ALAND10": 554677673, + "AWATER10": 41552971, + "GEOID10": "58843", + "ZCTA5CE10": "58843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 313 + ], + [ + 441, + 314 + ], + [ + 442, + 313 + ], + [ + 441, + 310 + ], + [ + 439, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58763", + "ALAND10": 1341813388, + "AWATER10": 272666892, + "GEOID10": "58763", + "ZCTA5CE10": "58763", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 317 + ], + [ + 440, + 315 + ], + [ + 438, + 315 + ], + [ + 438, + 317 + ], + [ + 440, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58794", + "ALAND10": 252463089, + "AWATER10": 23253583, + "GEOID10": "58794", + "ZCTA5CE10": "58794", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 318 + ], + [ + 439, + 317 + ], + [ + 439, + 314 + ], + [ + 437, + 314 + ], + [ + 437, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58852", + "ALAND10": 898836257, + "AWATER10": 52482679, + "GEOID10": "58852", + "ZCTA5CE10": "58852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 314 + ], + [ + 434, + 312 + ], + [ + 432, + 312 + ], + [ + 432, + 314 + ], + [ + 434, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58838", + "ALAND10": 643508927, + "AWATER10": 18726430, + "GEOID10": "58838", + "ZCTA5CE10": "58838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 313 + ], + [ + 433, + 309 + ], + [ + 433, + 312 + ], + [ + 435, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58831", + "ALAND10": 858003859, + "AWATER10": 6941525, + "GEOID10": "58831", + "ZCTA5CE10": "58831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 310 + ], + [ + 436, + 308 + ], + [ + 434, + 308 + ], + [ + 434, + 310 + ], + [ + 436, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58835", + "ALAND10": 591173772, + "AWATER10": 24165121, + "GEOID10": "58835", + "ZCTA5CE10": "58835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 309 + ], + [ + 432, + 309 + ], + [ + 435, + 309 + ], + [ + 434, + 307 + ], + [ + 429, + 307 + ], + [ + 431, + 309 + ] + ] + ], + [ + [ + [ + 431, + 309 + ], + [ + 429, + 309 + ], + [ + 429, + 312 + ], + [ + 431, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59270", + "ALAND10": 2490057276, + "AWATER10": 21423311, + "GEOID10": "59270", + "ZCTA5CE10": "59270", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 309 + ], + [ + 437, + 306 + ], + [ + 434, + 307 + ], + [ + 434, + 309 + ], + [ + 437, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58634", + "ALAND10": 1069137936, + "AWATER10": 4353738, + "GEOID10": "58634", + "ZCTA5CE10": "58634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 307 + ], + [ + 437, + 305 + ], + [ + 435, + 305 + ], + [ + 434, + 307 + ], + [ + 437, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58627", + "ALAND10": 707094284, + "AWATER10": 1040278, + "GEOID10": "58627", + "ZCTA5CE10": "58627", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 314 + ], + [ + 438, + 312 + ], + [ + 436, + 312 + ], + [ + 436, + 314 + ], + [ + 438, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58847", + "ALAND10": 506692724, + "AWATER10": 108526, + "GEOID10": "58847", + "ZCTA5CE10": "58847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 314 + ], + [ + 439, + 309 + ], + [ + 436, + 309 + ], + [ + 435, + 313 + ], + [ + 437, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58854", + "ALAND10": 1565882449, + "AWATER10": 61278042, + "GEOID10": "58854", + "ZCTA5CE10": "58854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 310 + ], + [ + 439, + 309 + ], + [ + 440, + 306 + ], + [ + 437, + 307 + ], + [ + 437, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58640", + "ALAND10": 1127307312, + "AWATER10": 5311797, + "GEOID10": "58640", + "ZCTA5CE10": "58640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 322 + ], + [ + 440, + 320 + ], + [ + 438, + 320 + ], + [ + 438, + 322 + ], + [ + 440, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58727", + "ALAND10": 644807598, + "AWATER10": 8337686, + "GEOID10": "58727", + "ZCTA5CE10": "58727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 320 + ], + [ + 441, + 318 + ], + [ + 439, + 318 + ], + [ + 439, + 320 + ], + [ + 441, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58752", + "ALAND10": 174845656, + "AWATER10": 1979546, + "GEOID10": "58752", + "ZCTA5CE10": "58752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 318 + ], + [ + 442, + 314 + ], + [ + 441, + 313 + ], + [ + 440, + 316 + ], + [ + 441, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58784", + "ALAND10": 830812475, + "AWATER10": 29924620, + "GEOID10": "58784", + "ZCTA5CE10": "58784", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 318 + ], + [ + 442, + 316 + ], + [ + 440, + 316 + ], + [ + 440, + 318 + ], + [ + 442, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58769", + "ALAND10": 527732478, + "AWATER10": 14651977, + "GEOID10": "58769", + "ZCTA5CE10": "58769", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 322 + ], + [ + 443, + 320 + ], + [ + 441, + 320 + ], + [ + 441, + 322 + ], + [ + 443, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58721", + "ALAND10": 618983989, + "AWATER10": 20833594, + "GEOID10": "58721", + "ZCTA5CE10": "58721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 315 + ], + [ + 445, + 314 + ], + [ + 444, + 311 + ], + [ + 442, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58771", + "ALAND10": 717226806, + "AWATER10": 18686423, + "GEOID10": "58771", + "ZCTA5CE10": "58771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 322 + ], + [ + 444, + 320 + ], + [ + 442, + 320 + ], + [ + 442, + 322 + ], + [ + 444, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58782", + "ALAND10": 491445421, + "AWATER10": 701113, + "GEOID10": "58782", + "ZCTA5CE10": "58782", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 321 + ], + [ + 447, + 320 + ], + [ + 445, + 318 + ], + [ + 444, + 319 + ], + [ + 446, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58761", + "ALAND10": 727684060, + "AWATER10": 8942695, + "GEOID10": "58761", + "ZCTA5CE10": "58761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 319 + ], + [ + 444, + 318 + ], + [ + 441, + 317 + ], + [ + 441, + 318 + ], + [ + 443, + 319 + ] + ] + ], + [ + [ + [ + 443, + 319 + ], + [ + 442, + 321 + ], + [ + 443, + 321 + ], + [ + 443, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58746", + "ALAND10": 1132220278, + "AWATER10": 23658690, + "GEOID10": "58746", + "ZCTA5CE10": "58746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 322 + ], + [ + 447, + 320 + ], + [ + 445, + 320 + ], + [ + 445, + 322 + ], + [ + 447, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58711", + "ALAND10": 305513672, + "AWATER10": 1085639, + "GEOID10": "58711", + "ZCTA5CE10": "58711", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 319 + ], + [ + 446, + 317 + ], + [ + 444, + 317 + ], + [ + 444, + 319 + ], + [ + 446, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58750", + "ALAND10": 573254077, + "AWATER10": 8776047, + "GEOID10": "58750", + "ZCTA5CE10": "58750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 317 + ], + [ + 445, + 314 + ], + [ + 442, + 315 + ], + [ + 443, + 316 + ], + [ + 446, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58718", + "ALAND10": 1071290150, + "AWATER10": 60716343, + "GEOID10": "58718", + "ZCTA5CE10": "58718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 314 + ], + [ + 446, + 312 + ], + [ + 444, + 312 + ], + [ + 444, + 314 + ], + [ + 446, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58756", + "ALAND10": 230409827, + "AWATER10": 3354976, + "GEOID10": "58756", + "ZCTA5CE10": "58756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 316 + ], + [ + 447, + 314 + ], + [ + 445, + 314 + ], + [ + 445, + 316 + ], + [ + 447, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58733", + "ALAND10": 241592450, + "AWATER10": 8488583, + "GEOID10": "58733", + "ZCTA5CE10": "58733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 314 + ], + [ + 448, + 312 + ], + [ + 446, + 312 + ], + [ + 446, + 314 + ], + [ + 448, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58759", + "ALAND10": 599522256, + "AWATER10": 8637356, + "GEOID10": "58759", + "ZCTA5CE10": "58759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 312 + ], + [ + 442, + 311 + ], + [ + 441, + 308 + ], + [ + 439, + 309 + ], + [ + 439, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58757", + "ALAND10": 957596734, + "AWATER10": 134211126, + "GEOID10": "58757", + "ZCTA5CE10": "58757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 313 + ], + [ + 444, + 312 + ], + [ + 443, + 310 + ], + [ + 441, + 311 + ], + [ + 442, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58770", + "ALAND10": 642915188, + "AWATER10": 73413702, + "GEOID10": "58770", + "ZCTA5CE10": "58770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 310 + ], + [ + 444, + 308 + ], + [ + 442, + 308 + ], + [ + 442, + 310 + ], + [ + 444, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58541", + "ALAND10": 479039636, + "AWATER10": 69006618, + "GEOID10": "58541", + "ZCTA5CE10": "58541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 305 + ], + [ + 443, + 301 + ], + [ + 441, + 301 + ], + [ + 441, + 305 + ], + [ + 442, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58652", + "ALAND10": 996363949, + "AWATER10": 4547045, + "GEOID10": "58652", + "ZCTA5CE10": "58652", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 306 + ], + [ + 443, + 304 + ], + [ + 441, + 304 + ], + [ + 441, + 306 + ], + [ + 443, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58625", + "ALAND10": 260042319, + "AWATER10": 616340, + "GEOID10": "58625", + "ZCTA5CE10": "58625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 309 + ], + [ + 443, + 308 + ], + [ + 441, + 305 + ], + [ + 440, + 308 + ], + [ + 442, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58636", + "ALAND10": 1119573637, + "AWATER10": 49645949, + "GEOID10": "58636", + "ZCTA5CE10": "58636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 306 + ], + [ + 444, + 303 + ], + [ + 443, + 301 + ], + [ + 442, + 305 + ], + [ + 444, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58638", + "ALAND10": 901644221, + "AWATER10": 2515594, + "GEOID10": "58638", + "ZCTA5CE10": "58638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 314 + ], + [ + 445, + 311 + ], + [ + 443, + 310 + ], + [ + 445, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58779", + "ALAND10": 741675371, + "AWATER10": 8205692, + "GEOID10": "58779", + "ZCTA5CE10": "58779", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 314 + ], + [ + 448, + 312 + ], + [ + 446, + 312 + ], + [ + 446, + 314 + ], + [ + 448, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58735", + "ALAND10": 513039254, + "AWATER10": 12017789, + "GEOID10": "58735", + "ZCTA5CE10": "58735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 311 + ], + [ + 448, + 309 + ], + [ + 444, + 308 + ], + [ + 442, + 310 + ], + [ + 447, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58540", + "ALAND10": 1004952673, + "AWATER10": 339566183, + "GEOID10": "58540", + "ZCTA5CE10": "58540", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 309 + ], + [ + 445, + 304 + ], + [ + 444, + 308 + ], + [ + 445, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58523", + "ALAND10": 677050171, + "AWATER10": 39415300, + "GEOID10": "58523", + "ZCTA5CE10": "58523", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 309 + ], + [ + 446, + 307 + ], + [ + 445, + 305 + ], + [ + 445, + 308 + ], + [ + 446, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58545", + "ALAND10": 798058985, + "AWATER10": 63231738, + "GEOID10": "58545", + "ZCTA5CE10": "58545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 307 + ], + [ + 448, + 305 + ], + [ + 446, + 305 + ], + [ + 446, + 307 + ], + [ + 448, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58571", + "ALAND10": 301882028, + "AWATER10": 6672766, + "GEOID10": "58571", + "ZCTA5CE10": "58571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 306 + ], + [ + 448, + 304 + ], + [ + 447, + 301 + ], + [ + 445, + 304 + ], + [ + 446, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58563", + "ALAND10": 1409994323, + "AWATER10": 4271270, + "GEOID10": "58563", + "ZCTA5CE10": "58563", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 307 + ], + [ + 432, + 302 + ], + [ + 432, + 307 + ], + [ + 434, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58621", + "ALAND10": 1038600946, + "AWATER10": 1481766, + "GEOID10": "58621", + "ZCTA5CE10": "58621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 307 + ], + [ + 432, + 301 + ], + [ + 428, + 302 + ], + [ + 430, + 305 + ], + [ + 429, + 307 + ], + [ + 431, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59353", + "ALAND10": 2303325535, + "AWATER10": 1760333, + "GEOID10": "59353", + "ZCTA5CE10": "59353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 306 + ], + [ + 434, + 301 + ], + [ + 432, + 300 + ], + [ + 434, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58654", + "ALAND10": 1230840239, + "AWATER10": 3250431, + "GEOID10": "58654", + "ZCTA5CE10": "58654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 307 + ], + [ + 435, + 305 + ], + [ + 435, + 301 + ], + [ + 433, + 301 + ], + [ + 434, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58645", + "ALAND10": 1085152145, + "AWATER10": 8251600, + "GEOID10": "58645", + "ZCTA5CE10": "58645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 300 + ], + [ + 433, + 299 + ], + [ + 432, + 296 + ], + [ + 432, + 300 + ], + [ + 433, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58643", + "ALAND10": 761301413, + "AWATER10": 3467392, + "GEOID10": "58643", + "ZCTA5CE10": "58643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 301 + ], + [ + 434, + 296 + ], + [ + 432, + 295 + ], + [ + 433, + 300 + ], + [ + 434, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58651", + "ALAND10": 1772379515, + "AWATER10": 4250591, + "GEOID10": "58651", + "ZCTA5CE10": "58651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 306 + ], + [ + 437, + 305 + ], + [ + 437, + 301 + ], + [ + 435, + 301 + ], + [ + 434, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58622", + "ALAND10": 1620564735, + "AWATER10": 3583506, + "GEOID10": "58622", + "ZCTA5CE10": "58622", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 304 + ], + [ + 439, + 302 + ], + [ + 437, + 302 + ], + [ + 437, + 304 + ], + [ + 439, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58655", + "ALAND10": 256570682, + "AWATER10": 600975, + "GEOID10": "58655", + "ZCTA5CE10": "58655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 306 + ], + [ + 440, + 305 + ], + [ + 439, + 301 + ], + [ + 438, + 301 + ], + [ + 438, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58601", + "ALAND10": 1488403330, + "AWATER10": 7232748, + "GEOID10": "58601", + "ZCTA5CE10": "58601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 302 + ], + [ + 436, + 300 + ], + [ + 434, + 300 + ], + [ + 434, + 302 + ], + [ + 436, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58620", + "ALAND10": 608003433, + "AWATER10": 1842371, + "GEOID10": "58620", + "ZCTA5CE10": "58620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 300 + ], + [ + 440, + 298 + ], + [ + 438, + 298 + ], + [ + 438, + 300 + ], + [ + 440, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58649", + "ALAND10": 667070668, + "AWATER10": 757386, + "GEOID10": "58649", + "ZCTA5CE10": "58649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 295 + ], + [ + 436, + 294 + ], + [ + 436, + 290 + ], + [ + 433, + 290 + ], + [ + 432, + 291 + ], + [ + 432, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57720", + "ALAND10": 3354972539, + "AWATER10": 10565195, + "GEOID10": "57720", + "ZCTA5CE10": "57720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 290 + ], + [ + 437, + 288 + ], + [ + 435, + 288 + ], + [ + 435, + 290 + ], + [ + 437, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57776", + "ALAND10": 322088664, + "AWATER10": 961695, + "GEOID10": "57776", + "ZCTA5CE10": "57776", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 299 + ], + [ + 438, + 295 + ], + [ + 436, + 295 + ], + [ + 436, + 297 + ], + [ + 437, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58653", + "ALAND10": 1056508147, + "AWATER10": 7094256, + "GEOID10": "58653", + "ZCTA5CE10": "58653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 301 + ], + [ + 437, + 298 + ], + [ + 436, + 295 + ], + [ + 434, + 295 + ], + [ + 435, + 298 + ], + [ + 435, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58623", + "ALAND10": 1508531996, + "AWATER10": 7145283, + "GEOID10": "58623", + "ZCTA5CE10": "58623", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 294 + ], + [ + 439, + 290 + ], + [ + 438, + 290 + ], + [ + 438, + 293 + ], + [ + 436, + 294 + ], + [ + 439, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57649", + "ALAND10": 1243026890, + "AWATER10": 7429458, + "GEOID10": "57649", + "ZCTA5CE10": "57649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 293 + ], + [ + 438, + 290 + ], + [ + 436, + 291 + ], + [ + 436, + 293 + ], + [ + 438, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57651", + "ALAND10": 802072123, + "AWATER10": 1331354, + "GEOID10": "57651", + "ZCTA5CE10": "57651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 293 + ], + [ + 441, + 292 + ], + [ + 441, + 289 + ], + [ + 439, + 289 + ], + [ + 440, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57620", + "ALAND10": 953477321, + "AWATER10": 5791766, + "GEOID10": "57620", + "ZCTA5CE10": "57620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 288 + ], + [ + 442, + 287 + ], + [ + 442, + 286 + ], + [ + 438, + 286 + ], + [ + 438, + 288 + ] + ] + ], + [ + [ + [ + 438, + 288 + ], + [ + 438, + 290 + ], + [ + 439, + 290 + ], + [ + 438, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57758", + "ALAND10": 1348259863, + "AWATER10": 4227302, + "GEOID10": "57758", + "ZCTA5CE10": "57758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 303 + ], + [ + 441, + 301 + ], + [ + 439, + 301 + ], + [ + 439, + 303 + ], + [ + 441, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58630", + "ALAND10": 523222130, + "AWATER10": 1277482, + "GEOID10": "58630", + "ZCTA5CE10": "58630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 303 + ], + [ + 442, + 301 + ], + [ + 440, + 301 + ], + [ + 440, + 303 + ], + [ + 442, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58641", + "ALAND10": 182674696, + "AWATER10": 101034, + "GEOID10": "58641", + "ZCTA5CE10": "58641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 302 + ], + [ + 440, + 299 + ], + [ + 436, + 299 + ], + [ + 436, + 301 + ], + [ + 439, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58647", + "ALAND10": 1339651227, + "AWATER10": 863923, + "GEOID10": "58647", + "ZCTA5CE10": "58647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 301 + ], + [ + 440, + 298 + ], + [ + 438, + 298 + ], + [ + 440, + 301 + ], + [ + 441, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58650", + "ALAND10": 810901444, + "AWATER10": 830700, + "GEOID10": "58650", + "ZCTA5CE10": "58650", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 298 + ], + [ + 441, + 297 + ], + [ + 441, + 295 + ], + [ + 438, + 295 + ], + [ + 439, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58639", + "ALAND10": 1152448891, + "AWATER10": 1537009, + "GEOID10": "58639", + "ZCTA5CE10": "58639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 301 + ], + [ + 444, + 297 + ], + [ + 443, + 297 + ], + [ + 443, + 301 + ], + [ + 444, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58562", + "ALAND10": 755581484, + "AWATER10": 9573918, + "GEOID10": "58562", + "ZCTA5CE10": "58562", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 301 + ], + [ + 443, + 297 + ], + [ + 440, + 298 + ], + [ + 440, + 301 + ], + [ + 443, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58646", + "ALAND10": 1450427631, + "AWATER10": 2427123, + "GEOID10": "58646", + "ZCTA5CE10": "58646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 305 + ], + [ + 445, + 301 + ], + [ + 443, + 301 + ], + [ + 445, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58631", + "ALAND10": 959308630, + "AWATER10": 5679123, + "GEOID10": "58631", + "ZCTA5CE10": "58631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 301 + ], + [ + 445, + 299 + ], + [ + 445, + 297 + ], + [ + 444, + 298 + ], + [ + 444, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58533", + "ALAND10": 819059346, + "AWATER10": 3967888, + "GEOID10": "58533", + "ZCTA5CE10": "58533", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 301 + ], + [ + 447, + 297 + ], + [ + 446, + 296 + ], + [ + 445, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58529", + "ALAND10": 1148882590, + "AWATER10": 675518, + "GEOID10": "58529", + "ZCTA5CE10": "58529", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 301 + ], + [ + 449, + 299 + ], + [ + 447, + 299 + ], + [ + 446, + 300 + ], + [ + 449, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58535", + "ALAND10": 860420734, + "AWATER10": 522193, + "GEOID10": "58535", + "ZCTA5CE10": "58535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 297 + ], + [ + 448, + 295 + ], + [ + 446, + 295 + ], + [ + 446, + 297 + ], + [ + 448, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58564", + "ALAND10": 305983788, + "AWATER10": 82501, + "GEOID10": "58564", + "ZCTA5CE10": "58564", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 295 + ], + [ + 441, + 293 + ], + [ + 439, + 292 + ], + [ + 438, + 295 + ], + [ + 440, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57640", + "ALAND10": 1032583186, + "AWATER10": 1954479, + "GEOID10": "57640", + "ZCTA5CE10": "57640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 297 + ], + [ + 443, + 293 + ], + [ + 441, + 292 + ], + [ + 440, + 295 + ], + [ + 444, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57638", + "ALAND10": 2530081840, + "AWATER10": 26718793, + "GEOID10": "57638", + "ZCTA5CE10": "57638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 293 + ], + [ + 445, + 290 + ], + [ + 441, + 289 + ], + [ + 441, + 293 + ], + [ + 445, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57644", + "ALAND10": 2076577159, + "AWATER10": 9656136, + "GEOID10": "57644", + "ZCTA5CE10": "57644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 294 + ], + [ + 447, + 292 + ], + [ + 445, + 292 + ], + [ + 445, + 294 + ], + [ + 447, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57660", + "ALAND10": 731514738, + "AWATER10": 1180573, + "GEOID10": "57660", + "ZCTA5CE10": "57660", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 298 + ], + [ + 446, + 296 + ], + [ + 444, + 296 + ], + [ + 444, + 298 + ], + [ + 446, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57645", + "ALAND10": 646870660, + "AWATER10": 1651265, + "GEOID10": "57645", + "ZCTA5CE10": "57645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 296 + ], + [ + 448, + 295 + ], + [ + 448, + 293 + ], + [ + 446, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57641", + "ALAND10": 849555293, + "AWATER10": 3089109, + "GEOID10": "57641", + "ZCTA5CE10": "57641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 294 + ], + [ + 448, + 289 + ], + [ + 444, + 290 + ], + [ + 445, + 293 + ], + [ + 448, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57633", + "ALAND10": 1949881193, + "AWATER10": 7445654, + "GEOID10": "57633", + "ZCTA5CE10": "57633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 290 + ], + [ + 450, + 288 + ], + [ + 453, + 288 + ], + [ + 452, + 286 + ], + [ + 446, + 285 + ], + [ + 447, + 287 + ], + [ + 446, + 289 + ], + [ + 449, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57625", + "ALAND10": 3182352370, + "AWATER10": 233436960, + "GEOID10": "57625", + "ZCTA5CE10": "57625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 289 + ], + [ + 418, + 288 + ], + [ + 418, + 286 + ], + [ + 417, + 287 + ], + [ + 415, + 285 + ], + [ + 414, + 285 + ], + [ + 415, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82801", + "ALAND10": 1693117598, + "AWATER10": 1259796, + "GEOID10": "82801", + "ZCTA5CE10": "82801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 288 + ], + [ + 418, + 286 + ], + [ + 416, + 286 + ], + [ + 416, + 288 + ], + [ + 418, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82845", + "ALAND10": 154158805, + "AWATER10": 128806, + "GEOID10": "82845", + "ZCTA5CE10": "82845", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 286 + ], + [ + 419, + 284 + ], + [ + 417, + 284 + ], + [ + 418, + 287 + ], + [ + 418, + 288 + ], + [ + 420, + 288 + ], + [ + 419, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82835", + "ALAND10": 1311191234, + "AWATER10": 1493719, + "GEOID10": "82835", + "ZCTA5CE10": "82835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 288 + ], + [ + 422, + 286 + ], + [ + 420, + 285 + ], + [ + 420, + 282 + ], + [ + 419, + 282 + ], + [ + 419, + 287 + ], + [ + 421, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82831", + "ALAND10": 1632255383, + "AWATER10": 9234615, + "GEOID10": "82831", + "ZCTA5CE10": "82831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 286 + ], + [ + 423, + 284 + ], + [ + 421, + 284 + ], + [ + 421, + 286 + ], + [ + 423, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82725", + "ALAND10": 735710208, + "AWATER10": 894194, + "GEOID10": "82725", + "ZCTA5CE10": "82725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 290 + ], + [ + 423, + 288 + ], + [ + 421, + 288 + ], + [ + 421, + 290 + ], + [ + 423, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US59314", + "ALAND10": 729391783, + "AWATER10": 294829, + "GEOID10": "59314", + "ZCTA5CE10": "59314", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 288 + ], + [ + 426, + 285 + ], + [ + 424, + 285 + ], + [ + 423, + 288 + ], + [ + 426, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82731", + "ALAND10": 1370504260, + "AWATER10": 2105163, + "GEOID10": "82731", + "ZCTA5CE10": "82731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 286 + ], + [ + 424, + 282 + ], + [ + 421, + 281 + ], + [ + 420, + 285 + ], + [ + 423, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82716", + "ALAND10": 2810748253, + "AWATER10": 2601471, + "GEOID10": "82716", + "ZCTA5CE10": "82716", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 277 + ], + [ + 420, + 276 + ], + [ + 420, + 282 + ], + [ + 424, + 282 + ], + [ + 425, + 279 + ], + [ + 424, + 277 + ] + ] + ], + [ + [ + [ + 424, + 277 + ], + [ + 426, + 278 + ], + [ + 426, + 277 + ], + [ + 424, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82718", + "ALAND10": 4875020752, + "AWATER10": 2764820, + "GEOID10": "82718", + "ZCTA5CE10": "82718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 284 + ], + [ + 420, + 280 + ], + [ + 416, + 279 + ], + [ + 415, + 280 + ], + [ + 414, + 278 + ], + [ + 413, + 284 + ], + [ + 419, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82834", + "ALAND10": 5611923777, + "AWATER10": 33274439, + "GEOID10": "82834", + "ZCTA5CE10": "82834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 280 + ], + [ + 420, + 277 + ], + [ + 418, + 277 + ], + [ + 419, + 276 + ], + [ + 416, + 275 + ], + [ + 414, + 276 + ], + [ + 414, + 280 + ], + [ + 420, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82639", + "ALAND10": 4360006633, + "AWATER10": 11361437, + "GEOID10": "82639", + "ZCTA5CE10": "82639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 275 + ], + [ + 420, + 274 + ], + [ + 419, + 273 + ], + [ + 419, + 270 + ], + [ + 418, + 270 + ], + [ + 416, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82601", + "ALAND10": 1476793487, + "AWATER10": 5327009, + "GEOID10": "82601", + "ZCTA5CE10": "82601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 288 + ], + [ + 430, + 286 + ], + [ + 428, + 286 + ], + [ + 428, + 288 + ], + [ + 430, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82711", + "ALAND10": 302382118, + "AWATER10": 0, + "GEOID10": "82711", + "ZCTA5CE10": "82711", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 286 + ], + [ + 428, + 281 + ], + [ + 426, + 281 + ], + [ + 426, + 286 + ] + ] + ], + [ + [ + [ + 426, + 286 + ], + [ + 426, + 288 + ], + [ + 427, + 288 + ], + [ + 426, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82721", + "ALAND10": 2034313756, + "AWATER10": 24422598, + "GEOID10": "82721", + "ZCTA5CE10": "82721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 288 + ], + [ + 429, + 284 + ], + [ + 427, + 284 + ], + [ + 426, + 287 + ], + [ + 430, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82720", + "ALAND10": 1695844641, + "AWATER10": 1489697, + "GEOID10": "82720", + "ZCTA5CE10": "82720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 288 + ], + [ + 431, + 286 + ], + [ + 429, + 286 + ], + [ + 429, + 288 + ], + [ + 431, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82710", + "ALAND10": 711046936, + "AWATER10": 246910, + "GEOID10": "82710", + "ZCTA5CE10": "82710", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 284 + ], + [ + 432, + 281 + ], + [ + 428, + 281 + ], + [ + 428, + 284 + ], + [ + 431, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82729", + "ALAND10": 1607530940, + "AWATER10": 317987, + "GEOID10": "82729", + "ZCTA5CE10": "82729", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 285 + ], + [ + 426, + 279 + ], + [ + 424, + 282 + ], + [ + 424, + 285 + ], + [ + 426, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82727", + "ALAND10": 1233868389, + "AWATER10": 1551239, + "GEOID10": "82727", + "ZCTA5CE10": "82727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 274 + ], + [ + 428, + 272 + ], + [ + 426, + 272 + ], + [ + 426, + 274 + ], + [ + 428, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82229", + "ALAND10": 625181611, + "AWATER10": 128958, + "GEOID10": "82229", + "ZCTA5CE10": "82229", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 283 + ], + [ + 430, + 280 + ], + [ + 427, + 278 + ], + [ + 426, + 281 + ], + [ + 428, + 281 + ], + [ + 428, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82730", + "ALAND10": 1631430125, + "AWATER10": 1777137, + "GEOID10": "82730", + "ZCTA5CE10": "82730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 275 + ], + [ + 429, + 271 + ], + [ + 427, + 271 + ], + [ + 427, + 275 + ], + [ + 429, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82222", + "ALAND10": 1055010487, + "AWATER10": 836484, + "GEOID10": "82222", + "ZCTA5CE10": "82222", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 273 + ], + [ + 420, + 271 + ], + [ + 418, + 271 + ], + [ + 418, + 273 + ], + [ + 420, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82636", + "ALAND10": 238717794, + "AWATER10": 1927419, + "GEOID10": "82636", + "ZCTA5CE10": "82636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 268 + ], + [ + 418, + 266 + ], + [ + 417, + 263 + ], + [ + 415, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82327", + "ALAND10": 1223623719, + "AWATER10": 41107338, + "GEOID10": "82327", + "ZCTA5CE10": "82327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 274 + ], + [ + 415, + 275 + ], + [ + 418, + 274 + ], + [ + 418, + 269 + ], + [ + 418, + 268 + ], + [ + 415, + 270 + ], + [ + 417, + 272 + ], + [ + 415, + 274 + ] + ] + ], + [ + [ + [ + 413, + 272 + ], + [ + 413, + 268 + ], + [ + 412, + 268 + ], + [ + 412, + 271 + ], + [ + 413, + 272 + ] + ] + ], + [ + [ + [ + 413, + 272 + ], + [ + 414, + 273 + ], + [ + 415, + 272 + ], + [ + 413, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82604", + "ALAND10": 4782182915, + "AWATER10": 18149813, + "GEOID10": "82604", + "ZCTA5CE10": "82604", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 274 + ], + [ + 422, + 268 + ], + [ + 420, + 268 + ], + [ + 420, + 273 + ], + [ + 422, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82637", + "ALAND10": 2490469231, + "AWATER10": 5695033, + "GEOID10": "82637", + "ZCTA5CE10": "82637", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 268 + ], + [ + 424, + 266 + ], + [ + 422, + 266 + ], + [ + 422, + 268 + ], + [ + 424, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82058", + "ALAND10": 802228988, + "AWATER10": 27300642, + "GEOID10": "82058", + "ZCTA5CE10": "82058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 268 + ], + [ + 428, + 266 + ], + [ + 428, + 263 + ], + [ + 425, + 263 + ], + [ + 425, + 261 + ], + [ + 422, + 262 + ], + [ + 424, + 264 + ], + [ + 423, + 265 + ], + [ + 424, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82201", + "ALAND10": 4452044671, + "AWATER10": 15351994, + "GEOID10": "82201", + "ZCTA5CE10": "82201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 263 + ], + [ + 420, + 261 + ], + [ + 418, + 261 + ], + [ + 418, + 263 + ], + [ + 420, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82324", + "ALAND10": 629794019, + "AWATER10": 825958, + "GEOID10": "82324", + "ZCTA5CE10": "82324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 264 + ], + [ + 422, + 263 + ], + [ + 420, + 260 + ], + [ + 419, + 260 + ], + [ + 420, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82083", + "ALAND10": 1278617357, + "AWATER10": 4951440, + "GEOID10": "82083", + "ZCTA5CE10": "82083", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 266 + ], + [ + 423, + 267 + ], + [ + 421, + 264 + ], + [ + 420, + 264 + ], + [ + 419, + 262 + ], + [ + 418, + 265 + ], + [ + 419, + 265 + ], + [ + 420, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82329", + "ALAND10": 1891723968, + "AWATER10": 2302347, + "GEOID10": "82329", + "ZCTA5CE10": "82329", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 262 + ], + [ + 425, + 261 + ], + [ + 423, + 260 + ], + [ + 421, + 260 + ], + [ + 422, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82051", + "ALAND10": 894613817, + "AWATER10": 5834280, + "GEOID10": "82051", + "ZCTA5CE10": "82051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 260 + ], + [ + 421, + 258 + ], + [ + 419, + 258 + ], + [ + 419, + 260 + ], + [ + 421, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82055", + "ALAND10": 302186954, + "AWATER10": 1946404, + "GEOID10": "82055", + "ZCTA5CE10": "82055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 276 + ], + [ + 426, + 269 + ], + [ + 423, + 267 + ], + [ + 422, + 271 + ], + [ + 423, + 274 + ], + [ + 420, + 273 + ], + [ + 420, + 276 + ], + [ + 427, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82633", + "ALAND10": 8164215860, + "AWATER10": 20491568, + "GEOID10": "82633", + "ZCTA5CE10": "82633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 269 + ], + [ + 428, + 268 + ], + [ + 425, + 267 + ], + [ + 425, + 269 + ], + [ + 428, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82213", + "ALAND10": 1245896983, + "AWATER10": 48609951, + "GEOID10": "82213", + "ZCTA5CE10": "82213", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 274 + ], + [ + 428, + 272 + ], + [ + 426, + 272 + ], + [ + 426, + 274 + ], + [ + 428, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82224", + "ALAND10": 348135138, + "AWATER10": 17069, + "GEOID10": "82224", + "ZCTA5CE10": "82224", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 272 + ], + [ + 429, + 271 + ], + [ + 429, + 269 + ], + [ + 427, + 269 + ], + [ + 427, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82227", + "ALAND10": 976302601, + "AWATER10": 366263, + "GEOID10": "82227", + "ZCTA5CE10": "82227", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 276 + ], + [ + 432, + 275 + ], + [ + 431, + 269 + ], + [ + 430, + 268 + ], + [ + 428, + 272 + ], + [ + 429, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82225", + "ALAND10": 3554463012, + "AWATER10": 2985153, + "GEOID10": "82225", + "ZCTA5CE10": "82225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 269 + ], + [ + 432, + 263 + ], + [ + 430, + 264 + ], + [ + 431, + 269 + ], + [ + 432, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82240", + "ALAND10": 1716307150, + "AWATER10": 3755466, + "GEOID10": "82240", + "ZCTA5CE10": "82240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 268 + ], + [ + 431, + 266 + ], + [ + 429, + 266 + ], + [ + 429, + 268 + ], + [ + 431, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82219", + "ALAND10": 291789635, + "AWATER10": 0, + "GEOID10": "82219", + "ZCTA5CE10": "82219", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 268 + ], + [ + 430, + 267 + ], + [ + 429, + 265 + ], + [ + 428, + 265 + ], + [ + 428, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82212", + "ALAND10": 872560173, + "AWATER10": 2473582, + "GEOID10": "82212", + "ZCTA5CE10": "82212", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 263 + ], + [ + 428, + 262 + ], + [ + 425, + 262 + ], + [ + 426, + 263 + ], + [ + 429, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82210", + "ALAND10": 1006314962, + "AWATER10": 177961, + "GEOID10": "82210", + "ZCTA5CE10": "82210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 263 + ], + [ + 427, + 261 + ], + [ + 425, + 261 + ], + [ + 425, + 263 + ], + [ + 427, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82061", + "ALAND10": 544663261, + "AWATER10": 97486, + "GEOID10": "82061", + "ZCTA5CE10": "82061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 261 + ], + [ + 425, + 258 + ], + [ + 425, + 257 + ], + [ + 419, + 257 + ], + [ + 420, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82070", + "ALAND10": 2827628426, + "AWATER10": 32918788, + "GEOID10": "82070", + "ZCTA5CE10": "82070", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 258 + ], + [ + 427, + 256 + ], + [ + 425, + 256 + ], + [ + 425, + 258 + ], + [ + 427, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82001", + "ALAND10": 152183383, + "AWATER10": 300132, + "GEOID10": "82001", + "ZCTA5CE10": "82001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 264 + ], + [ + 433, + 262 + ], + [ + 431, + 262 + ], + [ + 431, + 264 + ], + [ + 433, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82217", + "ALAND10": 233513380, + "AWATER10": 174271, + "GEOID10": "82217", + "ZCTA5CE10": "82217", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 265 + ], + [ + 431, + 264 + ], + [ + 431, + 263 + ], + [ + 429, + 262 + ], + [ + 428, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82244", + "ALAND10": 858193882, + "AWATER10": 5818824, + "GEOID10": "82244", + "ZCTA5CE10": "82244", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 263 + ], + [ + 433, + 261 + ], + [ + 431, + 261 + ], + [ + 431, + 263 + ], + [ + 433, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82221", + "ALAND10": 806371961, + "AWATER10": 3657616, + "GEOID10": "82221", + "ZCTA5CE10": "82221", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 262 + ], + [ + 430, + 261 + ], + [ + 429, + 258 + ], + [ + 425, + 258 + ], + [ + 426, + 260 + ], + [ + 426, + 262 + ] + ] + ], + [ + [ + [ + 425, + 262 + ], + [ + 426, + 262 + ], + [ + 425, + 260 + ], + [ + 425, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82009", + "ALAND10": 3211722266, + "AWATER10": 1840638, + "GEOID10": "82009", + "ZCTA5CE10": "82009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 258 + ], + [ + 429, + 256 + ], + [ + 427, + 256 + ], + [ + 427, + 258 + ], + [ + 429, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82054", + "ALAND10": 466140737, + "AWATER10": 61830, + "GEOID10": "82054", + "ZCTA5CE10": "82054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 259 + ], + [ + 431, + 257 + ], + [ + 429, + 257 + ], + [ + 429, + 259 + ], + [ + 431, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82053", + "ALAND10": 586712003, + "AWATER10": 125476, + "GEOID10": "82053", + "ZCTA5CE10": "82053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 285 + ], + [ + 436, + 283 + ], + [ + 434, + 283 + ], + [ + 434, + 285 + ], + [ + 436, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57788", + "ALAND10": 554526695, + "AWATER10": 1326362, + "GEOID10": "57788", + "ZCTA5CE10": "57788", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 291 + ], + [ + 435, + 289 + ], + [ + 434, + 285 + ], + [ + 433, + 284 + ], + [ + 430, + 287 + ], + [ + 432, + 288 + ], + [ + 432, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57717", + "ALAND10": 3214412119, + "AWATER10": 32640853, + "GEOID10": "57717", + "ZCTA5CE10": "57717", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 286 + ], + [ + 434, + 284 + ], + [ + 432, + 284 + ], + [ + 432, + 286 + ], + [ + 434, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57783", + "ALAND10": 608383840, + "AWATER10": 416853, + "GEOID10": "57783", + "ZCTA5CE10": "57783", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 284 + ], + [ + 434, + 282 + ], + [ + 432, + 282 + ], + [ + 432, + 284 + ], + [ + 434, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57754", + "ALAND10": 610441997, + "AWATER10": 4706, + "GEOID10": "57754", + "ZCTA5CE10": "57754", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 282 + ], + [ + 437, + 280 + ], + [ + 435, + 280 + ], + [ + 435, + 282 + ], + [ + 437, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57718", + "ALAND10": 58622280, + "AWATER10": 3775, + "GEOID10": "57718", + "ZCTA5CE10": "57718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 290 + ], + [ + 438, + 286 + ], + [ + 435, + 285 + ], + [ + 434, + 289 + ], + [ + 438, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57760", + "ALAND10": 3079928033, + "AWATER10": 10969694, + "GEOID10": "57760", + "ZCTA5CE10": "57760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 281 + ], + [ + 437, + 279 + ], + [ + 435, + 279 + ], + [ + 435, + 281 + ], + [ + 437, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57701", + "ALAND10": 183431156, + "AWATER10": 268537, + "GEOID10": "57701", + "ZCTA5CE10": "57701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 284 + ], + [ + 440, + 282 + ], + [ + 438, + 282 + ], + [ + 438, + 284 + ], + [ + 440, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57719", + "ALAND10": 428221560, + "AWATER10": 3560418, + "GEOID10": "57719", + "ZCTA5CE10": "57719", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 285 + ], + [ + 439, + 283 + ], + [ + 437, + 282 + ], + [ + 433, + 283 + ], + [ + 436, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57785", + "ALAND10": 1544617460, + "AWATER10": 5239729, + "GEOID10": "57785", + "ZCTA5CE10": "57785", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 281 + ], + [ + 433, + 279 + ], + [ + 432, + 275 + ], + [ + 426, + 276 + ], + [ + 426, + 278 + ], + [ + 430, + 279 + ], + [ + 432, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82701", + "ALAND10": 5114889675, + "AWATER10": 4000957, + "GEOID10": "82701", + "ZCTA5CE10": "82701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 278 + ], + [ + 434, + 272 + ], + [ + 432, + 272 + ], + [ + 432, + 278 + ], + [ + 433, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57735", + "ALAND10": 2376777030, + "AWATER10": 1727398, + "GEOID10": "57735", + "ZCTA5CE10": "57735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 281 + ], + [ + 435, + 279 + ], + [ + 432, + 280 + ], + [ + 432, + 281 + ], + [ + 434, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57745", + "ALAND10": 951107978, + "AWATER10": 1448501, + "GEOID10": "57745", + "ZCTA5CE10": "57745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 279 + ], + [ + 435, + 276 + ], + [ + 433, + 276 + ], + [ + 432, + 279 + ], + [ + 434, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57730", + "ALAND10": 1382944668, + "AWATER10": 1465361, + "GEOID10": "57730", + "ZCTA5CE10": "57730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 277 + ], + [ + 436, + 276 + ], + [ + 435, + 273 + ], + [ + 434, + 274 + ], + [ + 433, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57747", + "ALAND10": 1144782804, + "AWATER10": 20520283, + "GEOID10": "57747", + "ZCTA5CE10": "57747", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 278 + ], + [ + 436, + 277 + ], + [ + 435, + 279 + ], + [ + 439, + 279 + ], + [ + 438, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57744", + "ALAND10": 1303266994, + "AWATER10": 2741368, + "GEOID10": "57744", + "ZCTA5CE10": "57744", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 281 + ], + [ + 439, + 279 + ], + [ + 437, + 279 + ], + [ + 437, + 281 + ], + [ + 439, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57725", + "ALAND10": 299394648, + "AWATER10": 62740, + "GEOID10": "57725", + "ZCTA5CE10": "57725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 276 + ], + [ + 436, + 274 + ], + [ + 434, + 274 + ], + [ + 434, + 276 + ], + [ + 436, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57766", + "ALAND10": 331360965, + "AWATER10": 507876, + "GEOID10": "57766", + "ZCTA5CE10": "57766", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 274 + ], + [ + 438, + 272 + ], + [ + 434, + 272 + ], + [ + 435, + 274 + ], + [ + 438, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57763", + "ALAND10": 1069859819, + "AWATER10": 1323286, + "GEOID10": "57763", + "ZCTA5CE10": "57763", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 277 + ], + [ + 440, + 276 + ], + [ + 440, + 274 + ], + [ + 436, + 275 + ], + [ + 435, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57722", + "ALAND10": 1238053880, + "AWATER10": 1449062, + "GEOID10": "57722", + "ZCTA5CE10": "57722", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 290 + ], + [ + 445, + 286 + ], + [ + 442, + 285 + ], + [ + 442, + 287 + ], + [ + 440, + 287 + ], + [ + 438, + 289 + ], + [ + 443, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57626", + "ALAND10": 3128803441, + "AWATER10": 6733464, + "GEOID10": "57626", + "ZCTA5CE10": "57626", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 286 + ], + [ + 439, + 283 + ], + [ + 438, + 284 + ], + [ + 438, + 286 + ], + [ + 442, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57787", + "ALAND10": 1521447231, + "AWATER10": 2376859, + "GEOID10": "57787", + "ZCTA5CE10": "57787", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 284 + ], + [ + 441, + 282 + ], + [ + 439, + 282 + ], + [ + 439, + 284 + ], + [ + 441, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57792", + "ALAND10": 633682511, + "AWATER10": 802462, + "GEOID10": "57792", + "ZCTA5CE10": "57792", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 286 + ], + [ + 445, + 285 + ], + [ + 441, + 283 + ], + [ + 442, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57748", + "ALAND10": 1012661044, + "AWATER10": 6824111, + "GEOID10": "57748", + "ZCTA5CE10": "57748", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 284 + ], + [ + 442, + 282 + ], + [ + 440, + 282 + ], + [ + 440, + 284 + ], + [ + 442, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57791", + "ALAND10": 531097471, + "AWATER10": 3560732, + "GEOID10": "57791", + "ZCTA5CE10": "57791", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 283 + ], + [ + 444, + 280 + ], + [ + 443, + 279 + ], + [ + 442, + 281 + ], + [ + 444, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57775", + "ALAND10": 825510445, + "AWATER10": 4184471, + "GEOID10": "57775", + "ZCTA5CE10": "57775", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 290 + ], + [ + 446, + 288 + ], + [ + 447, + 288 + ], + [ + 445, + 285 + ], + [ + 443, + 290 + ], + [ + 446, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57623", + "ALAND10": 2040954592, + "AWATER10": 5649108, + "GEOID10": "57623", + "ZCTA5CE10": "57623", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 289 + ], + [ + 448, + 287 + ], + [ + 446, + 287 + ], + [ + 446, + 289 + ], + [ + 448, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57636", + "ALAND10": 52832347, + "AWATER10": 298750, + "GEOID10": "57636", + "ZCTA5CE10": "57636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 284 + ], + [ + 447, + 283 + ], + [ + 445, + 277 + ], + [ + 443, + 278 + ], + [ + 444, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57567", + "ALAND10": 2528639611, + "AWATER10": 17007479, + "GEOID10": "57567", + "ZCTA5CE10": "57567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 284 + ], + [ + 440, + 279 + ], + [ + 438, + 281 + ], + [ + 439, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57761", + "ALAND10": 1387302575, + "AWATER10": 3214695, + "GEOID10": "57761", + "ZCTA5CE10": "57761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 284 + ], + [ + 442, + 281 + ], + [ + 443, + 278 + ], + [ + 442, + 278 + ], + [ + 440, + 280 + ], + [ + 441, + 283 + ], + [ + 443, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57790", + "ALAND10": 1922527366, + "AWATER10": 8122547, + "GEOID10": "57790", + "ZCTA5CE10": "57790", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 280 + ], + [ + 443, + 278 + ], + [ + 443, + 277 + ], + [ + 439, + 277 + ], + [ + 440, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57780", + "ALAND10": 847181848, + "AWATER10": 1995349, + "GEOID10": "57780", + "ZCTA5CE10": "57780", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 274 + ], + [ + 440, + 272 + ], + [ + 438, + 272 + ], + [ + 438, + 274 + ], + [ + 440, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57770", + "ALAND10": 516974795, + "AWATER10": 624322, + "GEOID10": "57770", + "ZCTA5CE10": "57770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 275 + ], + [ + 439, + 272 + ], + [ + 438, + 272 + ], + [ + 438, + 275 + ], + [ + 440, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57764", + "ALAND10": 911032882, + "AWATER10": 2544099, + "GEOID10": "57764", + "ZCTA5CE10": "57764", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 274 + ], + [ + 443, + 272 + ], + [ + 441, + 272 + ], + [ + 441, + 274 + ], + [ + 443, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57794", + "ALAND10": 130657611, + "AWATER10": 0, + "GEOID10": "57794", + "ZCTA5CE10": "57794", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 277 + ], + [ + 442, + 273 + ], + [ + 438, + 277 + ], + [ + 441, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57772", + "ALAND10": 1273134321, + "AWATER10": 658705, + "GEOID10": "57772", + "ZCTA5CE10": "57772", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 279 + ], + [ + 445, + 277 + ], + [ + 443, + 277 + ], + [ + 443, + 279 + ], + [ + 445, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57750", + "ALAND10": 712736755, + "AWATER10": 1518727, + "GEOID10": "57750", + "ZCTA5CE10": "57750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 280 + ], + [ + 449, + 279 + ], + [ + 449, + 277 + ], + [ + 446, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57521", + "ALAND10": 1000268291, + "AWATER10": 5952942, + "GEOID10": "57521", + "ZCTA5CE10": "57521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 280 + ], + [ + 448, + 277 + ], + [ + 445, + 277 + ], + [ + 445, + 279 + ], + [ + 446, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57543", + "ALAND10": 1196447250, + "AWATER10": 7626172, + "GEOID10": "57543", + "ZCTA5CE10": "57543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 277 + ], + [ + 444, + 276 + ], + [ + 443, + 274 + ], + [ + 441, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57752", + "ALAND10": 1087519263, + "AWATER10": 569771, + "GEOID10": "57752", + "ZCTA5CE10": "57752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 277 + ], + [ + 445, + 275 + ], + [ + 443, + 275 + ], + [ + 443, + 277 + ], + [ + 445, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57577", + "ALAND10": 612428141, + "AWATER10": 556481, + "GEOID10": "57577", + "ZCTA5CE10": "57577", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 276 + ], + [ + 446, + 274 + ], + [ + 444, + 274 + ], + [ + 444, + 276 + ], + [ + 446, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57547", + "ALAND10": 655550287, + "AWATER10": 785988, + "GEOID10": "57547", + "ZCTA5CE10": "57547", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 275 + ], + [ + 446, + 272 + ], + [ + 443, + 272 + ], + [ + 443, + 274 + ], + [ + 447, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57551", + "ALAND10": 1880503483, + "AWATER10": 11907269, + "GEOID10": "57551", + "ZCTA5CE10": "57551", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 278 + ], + [ + 449, + 276 + ], + [ + 447, + 276 + ], + [ + 447, + 278 + ], + [ + 449, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57560", + "ALAND10": 424875657, + "AWATER10": 519269, + "GEOID10": "57560", + "ZCTA5CE10": "57560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 272 + ], + [ + 434, + 268 + ], + [ + 432, + 266 + ], + [ + 432, + 272 + ], + [ + 435, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69346", + "ALAND10": 2978989356, + "AWATER10": 1576073, + "GEOID10": "69346", + "ZCTA5CE10": "69346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 272 + ], + [ + 438, + 269 + ], + [ + 436, + 269 + ], + [ + 437, + 271 + ], + [ + 435, + 272 + ], + [ + 439, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69337", + "ALAND10": 1797676380, + "AWATER10": 1311859, + "GEOID10": "69337", + "ZCTA5CE10": "69337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 268 + ], + [ + 434, + 266 + ], + [ + 432, + 266 + ], + [ + 432, + 268 + ], + [ + 434, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69354", + "ALAND10": 544300169, + "AWATER10": 6143616, + "GEOID10": "69354", + "ZCTA5CE10": "69354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 269 + ], + [ + 438, + 267 + ], + [ + 435, + 265 + ], + [ + 435, + 264 + ], + [ + 433, + 265 + ], + [ + 433, + 267 + ], + [ + 438, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69348", + "ALAND10": 2391114949, + "AWATER10": 33801, + "GEOID10": "69348", + "ZCTA5CE10": "69348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 271 + ], + [ + 437, + 269 + ], + [ + 434, + 268 + ], + [ + 434, + 269 + ], + [ + 435, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69339", + "ALAND10": 1002880076, + "AWATER10": 347895, + "GEOID10": "69339", + "ZCTA5CE10": "69339", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 264 + ], + [ + 433, + 262 + ], + [ + 431, + 262 + ], + [ + 431, + 264 + ], + [ + 433, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69358", + "ALAND10": 485716334, + "AWATER10": 600849, + "GEOID10": "69358", + "ZCTA5CE10": "69358", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 264 + ], + [ + 434, + 262 + ], + [ + 432, + 262 + ], + [ + 432, + 264 + ], + [ + 434, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69357", + "ALAND10": 813364044, + "AWATER10": 483625, + "GEOID10": "69357", + "ZCTA5CE10": "69357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 258 + ], + [ + 432, + 256 + ], + [ + 430, + 256 + ], + [ + 430, + 258 + ], + [ + 432, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82082", + "ALAND10": 573370849, + "AWATER10": 60338, + "GEOID10": "82082", + "ZCTA5CE10": "82082", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 262 + ], + [ + 436, + 260 + ], + [ + 434, + 260 + ], + [ + 434, + 262 + ], + [ + 436, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69341", + "ALAND10": 570007829, + "AWATER10": 780883, + "GEOID10": "69341", + "ZCTA5CE10": "69341", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 262 + ], + [ + 435, + 261 + ], + [ + 432, + 260 + ], + [ + 432, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69345", + "ALAND10": 1135516171, + "AWATER10": 359656, + "GEOID10": "69345", + "ZCTA5CE10": "69345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 263 + ], + [ + 436, + 261 + ], + [ + 434, + 261 + ], + [ + 434, + 263 + ], + [ + 436, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69334", + "ALAND10": 805019273, + "AWATER10": 849055, + "GEOID10": "69334", + "ZCTA5CE10": "69334", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 260 + ], + [ + 434, + 257 + ], + [ + 432, + 257 + ], + [ + 432, + 260 + ], + [ + 433, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69128", + "ALAND10": 1115425753, + "AWATER10": 841581, + "GEOID10": "69128", + "ZCTA5CE10": "69128", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 258 + ], + [ + 437, + 256 + ], + [ + 435, + 256 + ], + [ + 435, + 258 + ], + [ + 437, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69156", + "ALAND10": 842102435, + "AWATER10": 0, + "GEOID10": "69156", + "ZCTA5CE10": "69156", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 260 + ], + [ + 434, + 257 + ], + [ + 433, + 257 + ], + [ + 433, + 260 + ], + [ + 435, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69145", + "ALAND10": 1074299115, + "AWATER10": 606865, + "GEOID10": "69145", + "ZCTA5CE10": "69145", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 258 + ], + [ + 435, + 256 + ], + [ + 433, + 256 + ], + [ + 433, + 258 + ], + [ + 435, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69133", + "ALAND10": 592427364, + "AWATER10": 0, + "GEOID10": "69133", + "ZCTA5CE10": "69133", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 263 + ], + [ + 438, + 260 + ], + [ + 435, + 260 + ], + [ + 435, + 262 + ], + [ + 438, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69336", + "ALAND10": 1187475514, + "AWATER10": 1760109, + "GEOID10": "69336", + "ZCTA5CE10": "69336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 264 + ], + [ + 440, + 262 + ], + [ + 438, + 262 + ], + [ + 438, + 264 + ], + [ + 440, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69125", + "ALAND10": 618467259, + "AWATER10": 2444751, + "GEOID10": "69125", + "ZCTA5CE10": "69125", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 261 + ], + [ + 440, + 259 + ], + [ + 438, + 259 + ], + [ + 438, + 261 + ], + [ + 440, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69131", + "ALAND10": 492817966, + "AWATER10": 0, + "GEOID10": "69131", + "ZCTA5CE10": "69131", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 259 + ], + [ + 439, + 257 + ], + [ + 435, + 257 + ], + [ + 436, + 259 + ], + [ + 439, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69162", + "ALAND10": 1125255155, + "AWATER10": 100501, + "GEOID10": "69162", + "ZCTA5CE10": "69162", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 272 + ], + [ + 441, + 270 + ], + [ + 441, + 267 + ], + [ + 439, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69360", + "ALAND10": 1088162351, + "AWATER10": 1296456, + "GEOID10": "69360", + "ZCTA5CE10": "69360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 271 + ], + [ + 441, + 267 + ], + [ + 438, + 268 + ], + [ + 439, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69347", + "ALAND10": 1130457659, + "AWATER10": 667130, + "GEOID10": "69347", + "ZCTA5CE10": "69347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 275 + ], + [ + 443, + 273 + ], + [ + 441, + 273 + ], + [ + 441, + 275 + ], + [ + 443, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57716", + "ALAND10": 468160337, + "AWATER10": 2091035, + "GEOID10": "57716", + "ZCTA5CE10": "57716", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 268 + ], + [ + 441, + 267 + ], + [ + 439, + 262 + ], + [ + 438, + 264 + ], + [ + 435, + 264 + ], + [ + 438, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69301", + "ALAND10": 2659295393, + "AWATER10": 28121729, + "GEOID10": "69301", + "ZCTA5CE10": "69301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 268 + ], + [ + 442, + 267 + ], + [ + 441, + 265 + ], + [ + 443, + 264 + ], + [ + 442, + 262 + ], + [ + 439, + 262 + ], + [ + 440, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69351", + "ALAND10": 2056501368, + "AWATER10": 74878445, + "GEOID10": "69351", + "ZCTA5CE10": "69351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 265 + ], + [ + 442, + 263 + ], + [ + 440, + 263 + ], + [ + 440, + 265 + ], + [ + 442, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69340", + "ALAND10": 760624018, + "AWATER10": 17758220, + "GEOID10": "69340", + "ZCTA5CE10": "69340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 272 + ], + [ + 449, + 270 + ], + [ + 446, + 269 + ], + [ + 446, + 272 + ], + [ + 448, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69211", + "ALAND10": 1267478213, + "AWATER10": 6898693, + "GEOID10": "69211", + "ZCTA5CE10": "69211", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 272 + ], + [ + 446, + 269 + ], + [ + 444, + 269 + ], + [ + 444, + 272 + ], + [ + 446, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69218", + "ALAND10": 1338761338, + "AWATER10": 4738645, + "GEOID10": "69218", + "ZCTA5CE10": "69218", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 269 + ], + [ + 448, + 267 + ], + [ + 446, + 267 + ], + [ + 446, + 269 + ], + [ + 448, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69219", + "ALAND10": 753440458, + "AWATER10": 2832623, + "GEOID10": "69219", + "ZCTA5CE10": "69219", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 268 + ], + [ + 444, + 262 + ], + [ + 443, + 262 + ], + [ + 443, + 268 + ], + [ + 444, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69333", + "ALAND10": 1504340235, + "AWATER10": 16981621, + "GEOID10": "69333", + "ZCTA5CE10": "69333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 272 + ], + [ + 444, + 269 + ], + [ + 447, + 269 + ], + [ + 442, + 267 + ], + [ + 441, + 272 + ], + [ + 444, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69343", + "ALAND10": 3279530912, + "AWATER10": 18002027, + "GEOID10": "69343", + "ZCTA5CE10": "69343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 268 + ], + [ + 450, + 267 + ], + [ + 450, + 262 + ], + [ + 446, + 262 + ], + [ + 447, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69152", + "ALAND10": 3870318778, + "AWATER10": 6473575, + "GEOID10": "69152", + "ZCTA5CE10": "69152", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 263 + ], + [ + 440, + 259 + ], + [ + 439, + 261 + ], + [ + 440, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69148", + "ALAND10": 955038194, + "AWATER10": 9424779, + "GEOID10": "69148", + "ZCTA5CE10": "69148", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 262 + ], + [ + 442, + 258 + ], + [ + 440, + 259 + ], + [ + 441, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69154", + "ALAND10": 1157929621, + "AWATER10": 9557194, + "GEOID10": "69154", + "ZCTA5CE10": "69154", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 261 + ], + [ + 441, + 259 + ], + [ + 439, + 259 + ], + [ + 439, + 261 + ], + [ + 441, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69149", + "ALAND10": 781332079, + "AWATER10": 203656, + "GEOID10": "69149", + "ZCTA5CE10": "69149", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 258 + ], + [ + 443, + 256 + ], + [ + 441, + 256 + ], + [ + 441, + 258 + ], + [ + 443, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69129", + "ALAND10": 797518265, + "AWATER10": 207987, + "GEOID10": "69129", + "ZCTA5CE10": "69129", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 260 + ], + [ + 444, + 258 + ], + [ + 442, + 258 + ], + [ + 442, + 260 + ], + [ + 444, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69127", + "ALAND10": 446577928, + "AWATER10": 11748608, + "GEOID10": "69127", + "ZCTA5CE10": "69127", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 260 + ], + [ + 444, + 258 + ], + [ + 442, + 258 + ], + [ + 442, + 260 + ], + [ + 444, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69122", + "ALAND10": 491320294, + "AWATER10": 2022969, + "GEOID10": "69122", + "ZCTA5CE10": "69122", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 267 + ], + [ + 446, + 262 + ], + [ + 444, + 264 + ], + [ + 444, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69350", + "ALAND10": 1177467157, + "AWATER10": 13931552, + "GEOID10": "69350", + "ZCTA5CE10": "69350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 268 + ], + [ + 447, + 262 + ], + [ + 445, + 263 + ], + [ + 446, + 265 + ], + [ + 444, + 268 + ], + [ + 447, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69366", + "ALAND10": 1798067107, + "AWATER10": 19830195, + "GEOID10": "69366", + "ZCTA5CE10": "69366", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 262 + ], + [ + 447, + 260 + ], + [ + 444, + 260 + ], + [ + 443, + 262 + ], + [ + 447, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69121", + "ALAND10": 1630258820, + "AWATER10": 5148542, + "GEOID10": "69121", + "ZCTA5CE10": "69121", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 263 + ], + [ + 443, + 262 + ], + [ + 443, + 258 + ], + [ + 442, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69147", + "ALAND10": 1167071857, + "AWATER10": 3320563, + "GEOID10": "69147", + "ZCTA5CE10": "69147", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 259 + ], + [ + 446, + 257 + ], + [ + 444, + 257 + ], + [ + 444, + 259 + ], + [ + 446, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69144", + "ALAND10": 313218712, + "AWATER10": 1628249, + "GEOID10": "69144", + "ZCTA5CE10": "69144", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 260 + ], + [ + 448, + 257 + ], + [ + 446, + 257 + ], + [ + 446, + 260 + ], + [ + 447, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69155", + "ALAND10": 912461300, + "AWATER10": 1434575, + "GEOID10": "69155", + "ZCTA5CE10": "69155", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 322 + ], + [ + 450, + 320 + ], + [ + 448, + 320 + ], + [ + 448, + 322 + ], + [ + 450, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58793", + "ALAND10": 422747286, + "AWATER10": 8884869, + "GEOID10": "58793", + "ZCTA5CE10": "58793", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 319 + ], + [ + 455, + 317 + ], + [ + 453, + 317 + ], + [ + 453, + 319 + ], + [ + 455, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58329", + "ALAND10": 596205247, + "AWATER10": 38050767, + "GEOID10": "58329", + "ZCTA5CE10": "58329", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 322 + ], + [ + 463, + 320 + ], + [ + 461, + 320 + ], + [ + 461, + 322 + ], + [ + 463, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58281", + "ALAND10": 323975696, + "AWATER10": 6687840, + "GEOID10": "58281", + "ZCTA5CE10": "58281", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 321 + ], + [ + 473, + 319 + ], + [ + 471, + 319 + ], + [ + 471, + 321 + ], + [ + 473, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56731", + "ALAND10": 97706782, + "AWATER10": 10958, + "GEOID10": "56731", + "ZCTA5CE10": "56731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 321 + ], + [ + 452, + 320 + ], + [ + 450, + 319 + ], + [ + 449, + 321 + ], + [ + 451, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58783", + "ALAND10": 681580429, + "AWATER10": 6426881, + "GEOID10": "58783", + "ZCTA5CE10": "58783", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 319 + ], + [ + 451, + 317 + ], + [ + 449, + 317 + ], + [ + 449, + 319 + ], + [ + 451, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58789", + "ALAND10": 364515113, + "AWATER10": 16648344, + "GEOID10": "58789", + "ZCTA5CE10": "58789", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 316 + ], + [ + 451, + 314 + ], + [ + 449, + 314 + ], + [ + 449, + 316 + ], + [ + 451, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58731", + "ALAND10": 307219339, + "AWATER10": 503932, + "GEOID10": "58731", + "ZCTA5CE10": "58731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 318 + ], + [ + 447, + 316 + ], + [ + 445, + 316 + ], + [ + 445, + 318 + ], + [ + 447, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58740", + "ALAND10": 432429882, + "AWATER10": 583146, + "GEOID10": "58740", + "ZCTA5CE10": "58740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 314 + ], + [ + 447, + 312 + ], + [ + 445, + 312 + ], + [ + 445, + 314 + ], + [ + 447, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58701", + "ALAND10": 571794588, + "AWATER10": 8162904, + "GEOID10": "58701", + "ZCTA5CE10": "58701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 317 + ], + [ + 453, + 314 + ], + [ + 451, + 314 + ], + [ + 450, + 317 + ], + [ + 453, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58788", + "ALAND10": 1384599371, + "AWATER10": 26204716, + "GEOID10": "58788", + "ZCTA5CE10": "58788", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 317 + ], + [ + 451, + 315 + ], + [ + 449, + 315 + ], + [ + 449, + 317 + ], + [ + 451, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58741", + "ALAND10": 420153053, + "AWATER10": 6105048, + "GEOID10": "58741", + "ZCTA5CE10": "58741", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 315 + ], + [ + 449, + 313 + ], + [ + 447, + 313 + ], + [ + 447, + 315 + ], + [ + 449, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58790", + "ALAND10": 475846673, + "AWATER10": 1525871, + "GEOID10": "58790", + "ZCTA5CE10": "58790", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 315 + ], + [ + 453, + 313 + ], + [ + 451, + 313 + ], + [ + 451, + 315 + ], + [ + 453, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58712", + "ALAND10": 308392900, + "AWATER10": 8206834, + "GEOID10": "58712", + "ZCTA5CE10": "58712", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 321 + ], + [ + 453, + 319 + ], + [ + 451, + 319 + ], + [ + 451, + 321 + ], + [ + 454, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58318", + "ALAND10": 740630550, + "AWATER10": 31658765, + "GEOID10": "58318", + "ZCTA5CE10": "58318", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 319 + ], + [ + 455, + 317 + ], + [ + 454, + 316 + ], + [ + 451, + 318 + ], + [ + 454, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58384", + "ALAND10": 1014879027, + "AWATER10": 15121404, + "GEOID10": "58384", + "ZCTA5CE10": "58384", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 318 + ], + [ + 455, + 316 + ], + [ + 453, + 316 + ], + [ + 453, + 318 + ], + [ + 455, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58366", + "ALAND10": 639266199, + "AWATER10": 24233988, + "GEOID10": "58366", + "ZCTA5CE10": "58366", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 314 + ], + [ + 453, + 317 + ], + [ + 456, + 317 + ], + [ + 455, + 313 + ], + [ + 453, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58368", + "ALAND10": 1678445934, + "AWATER10": 107301866, + "GEOID10": "58368", + "ZCTA5CE10": "58368", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 310 + ], + [ + 454, + 310 + ], + [ + 454, + 313 + ], + [ + 458, + 311 + ], + [ + 456, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58341", + "ALAND10": 1186986091, + "AWATER10": 18381950, + "GEOID10": "58341", + "ZCTA5CE10": "58341", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 313 + ], + [ + 450, + 311 + ], + [ + 448, + 311 + ], + [ + 448, + 313 + ], + [ + 450, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58781", + "ALAND10": 277745944, + "AWATER10": 720493, + "GEOID10": "58781", + "ZCTA5CE10": "58781", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 311 + ], + [ + 450, + 309 + ], + [ + 448, + 309 + ], + [ + 448, + 311 + ], + [ + 450, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58575", + "ALAND10": 610612041, + "AWATER10": 20173359, + "GEOID10": "58575", + "ZCTA5CE10": "58575", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 308 + ], + [ + 451, + 306 + ], + [ + 449, + 306 + ], + [ + 449, + 308 + ], + [ + 451, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58559", + "ALAND10": 412435963, + "AWATER10": 17325800, + "GEOID10": "58559", + "ZCTA5CE10": "58559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 311 + ], + [ + 454, + 309 + ], + [ + 452, + 309 + ], + [ + 452, + 311 + ], + [ + 454, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58723", + "ALAND10": 533246977, + "AWATER10": 18987366, + "GEOID10": "58723", + "ZCTA5CE10": "58723", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 310 + ], + [ + 453, + 307 + ], + [ + 451, + 307 + ], + [ + 451, + 310 + ], + [ + 453, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58463", + "ALAND10": 1010578140, + "AWATER10": 17730831, + "GEOID10": "58463", + "ZCTA5CE10": "58463", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 307 + ], + [ + 451, + 305 + ], + [ + 449, + 305 + ], + [ + 449, + 307 + ], + [ + 451, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58577", + "ALAND10": 487053260, + "AWATER10": 12745065, + "GEOID10": "58577", + "ZCTA5CE10": "58577", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 308 + ], + [ + 451, + 306 + ], + [ + 449, + 306 + ], + [ + 449, + 308 + ], + [ + 451, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58579", + "ALAND10": 671692706, + "AWATER10": 5498169, + "GEOID10": "58579", + "ZCTA5CE10": "58579", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 311 + ], + [ + 454, + 309 + ], + [ + 452, + 309 + ], + [ + 452, + 311 + ], + [ + 454, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58736", + "ALAND10": 416389076, + "AWATER10": 21998422, + "GEOID10": "58736", + "ZCTA5CE10": "58736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 311 + ], + [ + 454, + 309 + ], + [ + 452, + 309 + ], + [ + 452, + 311 + ], + [ + 454, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58444", + "ALAND10": 479276501, + "AWATER10": 22010580, + "GEOID10": "58444", + "ZCTA5CE10": "58444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 310 + ], + [ + 455, + 308 + ], + [ + 453, + 308 + ], + [ + 453, + 310 + ], + [ + 455, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58758", + "ALAND10": 286864900, + "AWATER10": 9791286, + "GEOID10": "58758", + "ZCTA5CE10": "58758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 321 + ], + [ + 458, + 319 + ], + [ + 456, + 319 + ], + [ + 456, + 321 + ], + [ + 458, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58369", + "ALAND10": 176859273, + "AWATER10": 17225301, + "GEOID10": "58369", + "ZCTA5CE10": "58369", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 320 + ], + [ + 458, + 318 + ], + [ + 456, + 318 + ], + [ + 456, + 320 + ], + [ + 458, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58367", + "ALAND10": 328959994, + "AWATER10": 2348628, + "GEOID10": "58367", + "ZCTA5CE10": "58367", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 317 + ], + [ + 457, + 315 + ], + [ + 455, + 315 + ], + [ + 455, + 317 + ], + [ + 457, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58385", + "ALAND10": 318664015, + "AWATER10": 14511189, + "GEOID10": "58385", + "ZCTA5CE10": "58385", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 319 + ], + [ + 460, + 317 + ], + [ + 458, + 317 + ], + [ + 458, + 319 + ], + [ + 460, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58331", + "ALAND10": 264916777, + "AWATER10": 6792478, + "GEOID10": "58331", + "ZCTA5CE10": "58331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 315 + ], + [ + 457, + 313 + ], + [ + 455, + 313 + ], + [ + 455, + 315 + ], + [ + 457, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58332", + "ALAND10": 546538052, + "AWATER10": 20162907, + "GEOID10": "58332", + "ZCTA5CE10": "58332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 315 + ], + [ + 459, + 313 + ], + [ + 457, + 313 + ], + [ + 457, + 315 + ], + [ + 459, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58346", + "ALAND10": 534158353, + "AWATER10": 20178135, + "GEOID10": "58346", + "ZCTA5CE10": "58346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 314 + ], + [ + 461, + 312 + ], + [ + 459, + 312 + ], + [ + 459, + 314 + ], + [ + 461, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58351", + "ALAND10": 453114328, + "AWATER10": 7703683, + "GEOID10": "58351", + "ZCTA5CE10": "58351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 312 + ], + [ + 459, + 310 + ], + [ + 457, + 310 + ], + [ + 457, + 312 + ], + [ + 459, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58348", + "ALAND10": 665143606, + "AWATER10": 7178648, + "GEOID10": "58348", + "ZCTA5CE10": "58348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 321 + ], + [ + 460, + 318 + ], + [ + 457, + 321 + ], + [ + 460, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58365", + "ALAND10": 767706860, + "AWATER10": 13270099, + "GEOID10": "58365", + "ZCTA5CE10": "58365", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 321 + ], + [ + 463, + 319 + ], + [ + 461, + 319 + ], + [ + 461, + 321 + ], + [ + 463, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58352", + "ALAND10": 566063461, + "AWATER10": 19501904, + "GEOID10": "58352", + "ZCTA5CE10": "58352", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 318 + ], + [ + 461, + 316 + ], + [ + 459, + 316 + ], + [ + 459, + 318 + ], + [ + 461, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58324", + "ALAND10": 632252970, + "AWATER10": 11986622, + "GEOID10": "58324", + "ZCTA5CE10": "58324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 321 + ], + [ + 462, + 319 + ], + [ + 460, + 319 + ], + [ + 460, + 321 + ], + [ + 462, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58239", + "ALAND10": 235012693, + "AWATER10": 5446300, + "GEOID10": "58239", + "ZCTA5CE10": "58239", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 319 + ], + [ + 463, + 317 + ], + [ + 461, + 317 + ], + [ + 461, + 319 + ], + [ + 463, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58377", + "ALAND10": 604152794, + "AWATER10": 12867314, + "GEOID10": "58377", + "ZCTA5CE10": "58377", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 315 + ], + [ + 460, + 313 + ], + [ + 458, + 313 + ], + [ + 458, + 315 + ], + [ + 460, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58325", + "ALAND10": 277867110, + "AWATER10": 36314357, + "GEOID10": "58325", + "ZCTA5CE10": "58325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 317 + ], + [ + 463, + 315 + ], + [ + 461, + 315 + ], + [ + 461, + 317 + ], + [ + 463, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58330", + "ALAND10": 435279462, + "AWATER10": 4037120, + "GEOID10": "58330", + "ZCTA5CE10": "58330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 317 + ], + [ + 464, + 315 + ], + [ + 462, + 315 + ], + [ + 462, + 317 + ], + [ + 464, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58345", + "ALAND10": 355353895, + "AWATER10": 11330477, + "GEOID10": "58345", + "ZCTA5CE10": "58345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 313 + ], + [ + 464, + 311 + ], + [ + 462, + 311 + ], + [ + 462, + 313 + ], + [ + 464, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58327", + "ALAND10": 410453136, + "AWATER10": 39190530, + "GEOID10": "58327", + "ZCTA5CE10": "58327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 310 + ], + [ + 456, + 308 + ], + [ + 454, + 308 + ], + [ + 454, + 310 + ], + [ + 456, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58451", + "ALAND10": 339680954, + "AWATER10": 11644048, + "GEOID10": "58451", + "ZCTA5CE10": "58451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 307 + ], + [ + 458, + 305 + ], + [ + 456, + 305 + ], + [ + 456, + 307 + ], + [ + 458, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58418", + "ALAND10": 555946684, + "AWATER10": 11122335, + "GEOID10": "58418", + "ZCTA5CE10": "58418", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 306 + ], + [ + 458, + 304 + ], + [ + 456, + 304 + ], + [ + 456, + 306 + ], + [ + 458, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58428", + "ALAND10": 375025129, + "AWATER10": 45621457, + "GEOID10": "58428", + "ZCTA5CE10": "58428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 312 + ], + [ + 459, + 310 + ], + [ + 457, + 310 + ], + [ + 457, + 312 + ], + [ + 459, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58422", + "ALAND10": 382782592, + "AWATER10": 2887986, + "GEOID10": "58422", + "ZCTA5CE10": "58422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 305 + ], + [ + 458, + 303 + ], + [ + 456, + 303 + ], + [ + 456, + 305 + ], + [ + 458, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58475", + "ALAND10": 366419261, + "AWATER10": 29594888, + "GEOID10": "58475", + "ZCTA5CE10": "58475", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 307 + ], + [ + 460, + 305 + ], + [ + 458, + 305 + ], + [ + 458, + 307 + ], + [ + 460, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58496", + "ALAND10": 554141334, + "AWATER10": 39557683, + "GEOID10": "58496", + "ZCTA5CE10": "58496", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 311 + ], + [ + 462, + 309 + ], + [ + 460, + 309 + ], + [ + 460, + 311 + ], + [ + 462, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58381", + "ALAND10": 392743369, + "AWATER10": 28329050, + "GEOID10": "58381", + "ZCTA5CE10": "58381", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 313 + ], + [ + 462, + 311 + ], + [ + 460, + 311 + ], + [ + 460, + 313 + ], + [ + 462, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58374", + "ALAND10": 674153830, + "AWATER10": 6866343, + "GEOID10": "58374", + "ZCTA5CE10": "58374", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 311 + ], + [ + 462, + 310 + ], + [ + 459, + 309 + ], + [ + 458, + 311 + ], + [ + 462, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58356", + "ALAND10": 752249562, + "AWATER10": 3709738, + "GEOID10": "58356", + "ZCTA5CE10": "58356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 315 + ], + [ + 463, + 312 + ], + [ + 459, + 313 + ], + [ + 460, + 315 + ], + [ + 462, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58301", + "ALAND10": 629447619, + "AWATER10": 187469408, + "GEOID10": "58301", + "ZCTA5CE10": "58301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 311 + ], + [ + 463, + 309 + ], + [ + 461, + 309 + ], + [ + 461, + 311 + ], + [ + 463, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58464", + "ALAND10": 473724016, + "AWATER10": 15400104, + "GEOID10": "58464", + "ZCTA5CE10": "58464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 309 + ], + [ + 461, + 307 + ], + [ + 459, + 307 + ], + [ + 459, + 309 + ], + [ + 461, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58421", + "ALAND10": 1003331178, + "AWATER10": 18926821, + "GEOID10": "58421", + "ZCTA5CE10": "58421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 306 + ], + [ + 463, + 304 + ], + [ + 461, + 304 + ], + [ + 461, + 306 + ], + [ + 463, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58476", + "ALAND10": 624910459, + "AWATER10": 21702470, + "GEOID10": "58476", + "ZCTA5CE10": "58476", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 309 + ], + [ + 462, + 307 + ], + [ + 460, + 307 + ], + [ + 460, + 309 + ], + [ + 462, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58445", + "ALAND10": 142732728, + "AWATER10": 4064648, + "GEOID10": "58445", + "ZCTA5CE10": "58445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 306 + ], + [ + 464, + 304 + ], + [ + 462, + 304 + ], + [ + 462, + 306 + ], + [ + 464, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58420", + "ALAND10": 420085145, + "AWATER10": 17852776, + "GEOID10": "58420", + "ZCTA5CE10": "58420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 306 + ], + [ + 464, + 304 + ], + [ + 462, + 304 + ], + [ + 462, + 306 + ], + [ + 464, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58426", + "ALAND10": 356094780, + "AWATER10": 4130753, + "GEOID10": "58426", + "ZCTA5CE10": "58426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 306 + ], + [ + 450, + 304 + ], + [ + 447, + 304 + ], + [ + 447, + 306 + ], + [ + 449, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58530", + "ALAND10": 871285199, + "AWATER10": 19143788, + "GEOID10": "58530", + "ZCTA5CE10": "58530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 306 + ], + [ + 450, + 304 + ], + [ + 448, + 304 + ], + [ + 448, + 306 + ], + [ + 450, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58521", + "ALAND10": 392775386, + "AWATER10": 2904553, + "GEOID10": "58521", + "ZCTA5CE10": "58521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 304 + ], + [ + 451, + 302 + ], + [ + 449, + 302 + ], + [ + 449, + 304 + ], + [ + 451, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58504", + "ALAND10": 267812931, + "AWATER10": 21531197, + "GEOID10": "58504", + "ZCTA5CE10": "58504", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 301 + ], + [ + 448, + 301 + ], + [ + 448, + 305 + ], + [ + 449, + 304 + ], + [ + 450, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58554", + "ALAND10": 1591497021, + "AWATER10": 42969741, + "GEOID10": "58554", + "ZCTA5CE10": "58554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 299 + ], + [ + 452, + 297 + ], + [ + 450, + 297 + ], + [ + 450, + 299 + ], + [ + 452, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58570", + "ALAND10": 728890243, + "AWATER10": 229343, + "GEOID10": "58570", + "ZCTA5CE10": "58570", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 298 + ], + [ + 448, + 296 + ], + [ + 446, + 296 + ], + [ + 446, + 298 + ], + [ + 448, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58569", + "ALAND10": 361477882, + "AWATER10": 104544, + "GEOID10": "58569", + "ZCTA5CE10": "58569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 298 + ], + [ + 450, + 297 + ], + [ + 450, + 295 + ], + [ + 447, + 295 + ], + [ + 447, + 297 + ], + [ + 448, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58568", + "ALAND10": 1202833842, + "AWATER10": 767558, + "GEOID10": "58568", + "ZCTA5CE10": "58568", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 296 + ], + [ + 452, + 294 + ], + [ + 450, + 294 + ], + [ + 450, + 296 + ], + [ + 452, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58538", + "ALAND10": 456106121, + "AWATER10": 68078578, + "GEOID10": "58538", + "ZCTA5CE10": "58538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 307 + ], + [ + 454, + 304 + ], + [ + 452, + 304 + ], + [ + 452, + 307 + ], + [ + 454, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58494", + "ALAND10": 880511750, + "AWATER10": 27780050, + "GEOID10": "58494", + "ZCTA5CE10": "58494", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 302 + ], + [ + 453, + 300 + ], + [ + 451, + 300 + ], + [ + 451, + 302 + ], + [ + 453, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58558", + "ALAND10": 412940739, + "AWATER10": 475785, + "GEOID10": "58558", + "ZCTA5CE10": "58558", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 305 + ], + [ + 455, + 303 + ], + [ + 453, + 303 + ], + [ + 453, + 305 + ], + [ + 455, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58488", + "ALAND10": 596876783, + "AWATER10": 25660718, + "GEOID10": "58488", + "ZCTA5CE10": "58488", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 303 + ], + [ + 453, + 301 + ], + [ + 451, + 301 + ], + [ + 451, + 303 + ], + [ + 453, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58560", + "ALAND10": 245887948, + "AWATER10": 21178045, + "GEOID10": "58560", + "ZCTA5CE10": "58560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 301 + ], + [ + 454, + 300 + ], + [ + 451, + 299 + ], + [ + 451, + 301 + ], + [ + 453, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58544", + "ALAND10": 867632043, + "AWATER10": 26923517, + "GEOID10": "58544", + "ZCTA5CE10": "58544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 299 + ], + [ + 455, + 297 + ], + [ + 453, + 297 + ], + [ + 453, + 299 + ], + [ + 455, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58573", + "ALAND10": 529139144, + "AWATER10": 5922794, + "GEOID10": "58573", + "ZCTA5CE10": "58573", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 299 + ], + [ + 456, + 297 + ], + [ + 454, + 297 + ], + [ + 454, + 299 + ], + [ + 456, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58549", + "ALAND10": 497048952, + "AWATER10": 6874540, + "GEOID10": "58549", + "ZCTA5CE10": "58549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 297 + ], + [ + 452, + 299 + ], + [ + 455, + 298 + ], + [ + 452, + 297 + ] + ] + ], + [ + [ + [ + 452, + 297 + ], + [ + 453, + 295 + ], + [ + 451, + 296 + ], + [ + 452, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58552", + "ALAND10": 1416188552, + "AWATER10": 34889757, + "GEOID10": "58552", + "ZCTA5CE10": "58552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 296 + ], + [ + 453, + 294 + ], + [ + 451, + 294 + ], + [ + 450, + 292 + ], + [ + 448, + 294 + ], + [ + 451, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57642", + "ALAND10": 1510349789, + "AWATER10": 50611089, + "GEOID10": "57642", + "ZCTA5CE10": "57642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 294 + ], + [ + 448, + 292 + ], + [ + 450, + 290 + ], + [ + 447, + 289 + ], + [ + 447, + 292 + ], + [ + 448, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57656", + "ALAND10": 1144342100, + "AWATER10": 4555999, + "GEOID10": "57656", + "ZCTA5CE10": "57656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 293 + ], + [ + 449, + 291 + ], + [ + 447, + 291 + ], + [ + 447, + 293 + ], + [ + 449, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57657", + "ALAND10": 707650138, + "AWATER10": 7623601, + "GEOID10": "57657", + "ZCTA5CE10": "57657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 290 + ], + [ + 453, + 289 + ], + [ + 450, + 288 + ], + [ + 450, + 290 + ], + [ + 453, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57652", + "ALAND10": 1146341602, + "AWATER10": 101777938, + "GEOID10": "57652", + "ZCTA5CE10": "57652", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 298 + ], + [ + 452, + 296 + ], + [ + 450, + 296 + ], + [ + 450, + 298 + ], + [ + 452, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57648", + "ALAND10": 346114598, + "AWATER10": 94285592, + "GEOID10": "57648", + "ZCTA5CE10": "57648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 295 + ], + [ + 454, + 293 + ], + [ + 452, + 293 + ], + [ + 452, + 295 + ], + [ + 454, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57646", + "ALAND10": 356428323, + "AWATER10": 2591319, + "GEOID10": "57646", + "ZCTA5CE10": "57646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 297 + ], + [ + 454, + 295 + ], + [ + 452, + 295 + ], + [ + 452, + 297 + ], + [ + 454, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58542", + "ALAND10": 507273519, + "AWATER10": 5000090, + "GEOID10": "58542", + "ZCTA5CE10": "58542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 293 + ], + [ + 452, + 291 + ], + [ + 450, + 291 + ], + [ + 450, + 293 + ], + [ + 452, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57658", + "ALAND10": 354706437, + "AWATER10": 61636985, + "GEOID10": "57658", + "ZCTA5CE10": "57658", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 291 + ], + [ + 454, + 289 + ], + [ + 452, + 289 + ], + [ + 452, + 291 + ], + [ + 454, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57420", + "ALAND10": 119695217, + "AWATER10": 53314, + "GEOID10": "57420", + "ZCTA5CE10": "57420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 291 + ], + [ + 454, + 289 + ], + [ + 452, + 289 + ], + [ + 452, + 291 + ], + [ + 454, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57472", + "ALAND10": 706995566, + "AWATER10": 3106599, + "GEOID10": "57472", + "ZCTA5CE10": "57472", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 306 + ], + [ + 457, + 304 + ], + [ + 455, + 304 + ], + [ + 455, + 306 + ], + [ + 457, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58482", + "ALAND10": 603512191, + "AWATER10": 29423654, + "GEOID10": "58482", + "ZCTA5CE10": "58482", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 305 + ], + [ + 458, + 303 + ], + [ + 456, + 303 + ], + [ + 456, + 305 + ], + [ + 458, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58487", + "ALAND10": 639201361, + "AWATER10": 25886908, + "GEOID10": "58487", + "ZCTA5CE10": "58487", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 301 + ], + [ + 459, + 299 + ], + [ + 457, + 299 + ], + [ + 457, + 301 + ], + [ + 459, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58483", + "ALAND10": 413876816, + "AWATER10": 24033116, + "GEOID10": "58483", + "ZCTA5CE10": "58483", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 303 + ], + [ + 459, + 301 + ], + [ + 457, + 301 + ], + [ + 457, + 303 + ], + [ + 459, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58467", + "ALAND10": 583070026, + "AWATER10": 39183510, + "GEOID10": "58467", + "ZCTA5CE10": "58467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 301 + ], + [ + 458, + 300 + ], + [ + 455, + 298 + ], + [ + 455, + 301 + ], + [ + 458, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58561", + "ALAND10": 856724467, + "AWATER10": 9001145, + "GEOID10": "58561", + "ZCTA5CE10": "58561", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 300 + ], + [ + 458, + 297 + ], + [ + 455, + 297 + ], + [ + 455, + 298 + ], + [ + 458, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58495", + "ALAND10": 925498616, + "AWATER10": 15052942, + "GEOID10": "58495", + "ZCTA5CE10": "58495", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 297 + ], + [ + 461, + 295 + ], + [ + 456, + 295 + ], + [ + 456, + 297 + ], + [ + 461, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58413", + "ALAND10": 1174000751, + "AWATER10": 43473500, + "GEOID10": "58413", + "ZCTA5CE10": "58413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 298 + ], + [ + 460, + 296 + ], + [ + 458, + 296 + ], + [ + 458, + 298 + ], + [ + 460, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58460", + "ALAND10": 463986448, + "AWATER10": 17106636, + "GEOID10": "58460", + "ZCTA5CE10": "58460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 298 + ], + [ + 461, + 296 + ], + [ + 459, + 296 + ], + [ + 459, + 298 + ], + [ + 461, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58440", + "ALAND10": 598484010, + "AWATER10": 8325673, + "GEOID10": "58440", + "ZCTA5CE10": "58440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 306 + ], + [ + 460, + 304 + ], + [ + 458, + 304 + ], + [ + 458, + 306 + ], + [ + 460, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58424", + "ALAND10": 468248202, + "AWATER10": 28258773, + "GEOID10": "58424", + "ZCTA5CE10": "58424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 305 + ], + [ + 463, + 303 + ], + [ + 460, + 302 + ], + [ + 460, + 304 + ], + [ + 463, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58401", + "ALAND10": 1093458997, + "AWATER10": 20900549, + "GEOID10": "58401", + "ZCTA5CE10": "58401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 303 + ], + [ + 463, + 301 + ], + [ + 461, + 301 + ], + [ + 461, + 303 + ], + [ + 463, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58497", + "ALAND10": 287635613, + "AWATER10": 13490, + "GEOID10": "58497", + "ZCTA5CE10": "58497", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 298 + ], + [ + 462, + 296 + ], + [ + 460, + 296 + ], + [ + 460, + 298 + ], + [ + 462, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58456", + "ALAND10": 581850054, + "AWATER10": 7155467, + "GEOID10": "58456", + "ZCTA5CE10": "58456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 300 + ], + [ + 463, + 298 + ], + [ + 461, + 297 + ], + [ + 461, + 300 + ], + [ + 462, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58433", + "ALAND10": 797871670, + "AWATER10": 1086312, + "GEOID10": "58433", + "ZCTA5CE10": "58433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 301 + ], + [ + 465, + 299 + ], + [ + 463, + 299 + ], + [ + 463, + 301 + ], + [ + 465, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58415", + "ALAND10": 153548611, + "AWATER10": 53520, + "GEOID10": "58415", + "ZCTA5CE10": "58415", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 298 + ], + [ + 464, + 296 + ], + [ + 462, + 295 + ], + [ + 461, + 297 + ], + [ + 463, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58436", + "ALAND10": 822040567, + "AWATER10": 1492913, + "GEOID10": "58436", + "ZCTA5CE10": "58436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 298 + ], + [ + 457, + 296 + ], + [ + 455, + 296 + ], + [ + 455, + 298 + ], + [ + 457, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58581", + "ALAND10": 353575340, + "AWATER10": 406433, + "GEOID10": "58581", + "ZCTA5CE10": "58581", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 295 + ], + [ + 459, + 294 + ], + [ + 456, + 293 + ], + [ + 455, + 295 + ], + [ + 459, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57437", + "ALAND10": 1482084349, + "AWATER10": 16376107, + "GEOID10": "57437", + "ZCTA5CE10": "57437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 295 + ], + [ + 460, + 293 + ], + [ + 458, + 293 + ], + [ + 458, + 295 + ], + [ + 460, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57448", + "ALAND10": 459705121, + "AWATER10": 6585571, + "GEOID10": "57448", + "ZCTA5CE10": "57448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 292 + ], + [ + 457, + 290 + ], + [ + 455, + 290 + ], + [ + 455, + 292 + ], + [ + 457, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57428", + "ALAND10": 487307879, + "AWATER10": 10996111, + "GEOID10": "57428", + "ZCTA5CE10": "57428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 292 + ], + [ + 458, + 290 + ], + [ + 456, + 290 + ], + [ + 456, + 292 + ], + [ + 458, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57475", + "ALAND10": 301398574, + "AWATER10": 6622731, + "GEOID10": "57475", + "ZCTA5CE10": "57475", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 293 + ], + [ + 460, + 290 + ], + [ + 458, + 290 + ], + [ + 457, + 291 + ], + [ + 459, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57471", + "ALAND10": 883338310, + "AWATER10": 32450814, + "GEOID10": "57471", + "ZCTA5CE10": "57471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 290 + ], + [ + 461, + 287 + ], + [ + 458, + 287 + ], + [ + 458, + 289 + ], + [ + 460, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57438", + "ALAND10": 1213969523, + "AWATER10": 28841767, + "GEOID10": "57438", + "ZCTA5CE10": "57438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 298 + ], + [ + 463, + 296 + ], + [ + 461, + 296 + ], + [ + 461, + 298 + ], + [ + 463, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58439", + "ALAND10": 374338749, + "AWATER10": 2900849, + "GEOID10": "58439", + "ZCTA5CE10": "58439", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 295 + ], + [ + 466, + 293 + ], + [ + 464, + 293 + ], + [ + 464, + 295 + ], + [ + 466, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57441", + "ALAND10": 733761695, + "AWATER10": 5966815, + "GEOID10": "57441", + "ZCTA5CE10": "57441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 295 + ], + [ + 461, + 293 + ], + [ + 459, + 293 + ], + [ + 459, + 295 + ], + [ + 462, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57456", + "ALAND10": 1048618202, + "AWATER10": 9767393, + "GEOID10": "57456", + "ZCTA5CE10": "57456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 293 + ], + [ + 462, + 291 + ], + [ + 460, + 290 + ], + [ + 459, + 293 + ], + [ + 461, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57451", + "ALAND10": 1136631420, + "AWATER10": 7960503, + "GEOID10": "57451", + "ZCTA5CE10": "57451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 289 + ], + [ + 462, + 287 + ], + [ + 460, + 287 + ], + [ + 460, + 289 + ], + [ + 462, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57435", + "ALAND10": 360572824, + "AWATER10": 6256076, + "GEOID10": "57435", + "ZCTA5CE10": "57435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 289 + ], + [ + 465, + 287 + ], + [ + 463, + 287 + ], + [ + 463, + 289 + ], + [ + 465, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57461", + "ALAND10": 319629361, + "AWATER10": 0, + "GEOID10": "57461", + "ZCTA5CE10": "57461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 321 + ], + [ + 466, + 319 + ], + [ + 463, + 318 + ], + [ + 463, + 321 + ], + [ + 465, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58249", + "ALAND10": 1051478440, + "AWATER10": 9157836, + "GEOID10": "58249", + "ZCTA5CE10": "58249", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 320 + ], + [ + 468, + 318 + ], + [ + 466, + 318 + ], + [ + 466, + 320 + ], + [ + 468, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58241", + "ALAND10": 126692722, + "AWATER10": 0, + "GEOID10": "58241", + "ZCTA5CE10": "58241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 318 + ], + [ + 468, + 316 + ], + [ + 466, + 316 + ], + [ + 466, + 318 + ], + [ + 468, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58243", + "ALAND10": 225768411, + "AWATER10": 0, + "GEOID10": "58243", + "ZCTA5CE10": "58243", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 317 + ], + [ + 465, + 315 + ], + [ + 463, + 315 + ], + [ + 463, + 317 + ], + [ + 465, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58229", + "ALAND10": 212118282, + "AWATER10": 2446215, + "GEOID10": "58229", + "ZCTA5CE10": "58229", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 315 + ], + [ + 467, + 313 + ], + [ + 465, + 313 + ], + [ + 465, + 315 + ], + [ + 467, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58259", + "ALAND10": 431588196, + "AWATER10": 18468349, + "GEOID10": "58259", + "ZCTA5CE10": "58259", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 317 + ], + [ + 467, + 315 + ], + [ + 465, + 315 + ], + [ + 465, + 317 + ], + [ + 467, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58210", + "ALAND10": 394815161, + "AWATER10": 7872898, + "GEOID10": "58210", + "ZCTA5CE10": "58210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 315 + ], + [ + 469, + 313 + ], + [ + 467, + 313 + ], + [ + 467, + 315 + ], + [ + 469, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58266", + "ALAND10": 278664165, + "AWATER10": 1664183, + "GEOID10": "58266", + "ZCTA5CE10": "58266", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 322 + ], + [ + 469, + 320 + ], + [ + 467, + 320 + ], + [ + 467, + 322 + ], + [ + 469, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58282", + "ALAND10": 614695223, + "AWATER10": 812739, + "GEOID10": "58282", + "ZCTA5CE10": "58282", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 320 + ], + [ + 467, + 318 + ], + [ + 465, + 318 + ], + [ + 465, + 320 + ], + [ + 467, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58220", + "ALAND10": 447385691, + "AWATER10": 1430549, + "GEOID10": "58220", + "ZCTA5CE10": "58220", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 320 + ], + [ + 471, + 318 + ], + [ + 469, + 318 + ], + [ + 469, + 320 + ], + [ + 471, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58238", + "ALAND10": 239964780, + "AWATER10": 123290, + "GEOID10": "58238", + "ZCTA5CE10": "58238", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 319 + ], + [ + 471, + 317 + ], + [ + 469, + 317 + ], + [ + 469, + 319 + ], + [ + 471, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58276", + "ALAND10": 308737407, + "AWATER10": 80944, + "GEOID10": "58276", + "ZCTA5CE10": "58276", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 320 + ], + [ + 472, + 318 + ], + [ + 470, + 318 + ], + [ + 470, + 320 + ], + [ + 472, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56733", + "ALAND10": 379593170, + "AWATER10": 930108, + "GEOID10": "56733", + "ZCTA5CE10": "56733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 314 + ], + [ + 470, + 312 + ], + [ + 468, + 312 + ], + [ + 468, + 314 + ], + [ + 470, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58214", + "ALAND10": 178641207, + "AWATER10": 0, + "GEOID10": "58214", + "ZCTA5CE10": "58214", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 317 + ], + [ + 472, + 315 + ], + [ + 470, + 315 + ], + [ + 470, + 317 + ], + [ + 472, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58225", + "ALAND10": 611501538, + "AWATER10": 7512046, + "GEOID10": "58225", + "ZCTA5CE10": "58225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 317 + ], + [ + 472, + 315 + ], + [ + 470, + 315 + ], + [ + 470, + 317 + ], + [ + 472, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58237", + "ALAND10": 636338836, + "AWATER10": 1232568, + "GEOID10": "58237", + "ZCTA5CE10": "58237", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 317 + ], + [ + 472, + 315 + ], + [ + 470, + 315 + ], + [ + 470, + 317 + ], + [ + 472, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58261", + "ALAND10": 366604403, + "AWATER10": 3694282, + "GEOID10": "58261", + "ZCTA5CE10": "58261", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 311 + ], + [ + 464, + 309 + ], + [ + 462, + 309 + ], + [ + 462, + 311 + ], + [ + 464, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58361", + "ALAND10": 339923202, + "AWATER10": 4576578, + "GEOID10": "58361", + "ZCTA5CE10": "58361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 312 + ], + [ + 467, + 310 + ], + [ + 465, + 310 + ], + [ + 465, + 312 + ], + [ + 467, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58272", + "ALAND10": 314393843, + "AWATER10": 3667017, + "GEOID10": "58272", + "ZCTA5CE10": "58272", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 312 + ], + [ + 468, + 310 + ], + [ + 466, + 310 + ], + [ + 466, + 312 + ], + [ + 468, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58267", + "ALAND10": 609764896, + "AWATER10": 387425, + "GEOID10": "58267", + "ZCTA5CE10": "58267", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 310 + ], + [ + 466, + 308 + ], + [ + 464, + 308 + ], + [ + 464, + 310 + ], + [ + 466, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58425", + "ALAND10": 553984998, + "AWATER10": 1836364, + "GEOID10": "58425", + "ZCTA5CE10": "58425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 307 + ], + [ + 467, + 305 + ], + [ + 465, + 305 + ], + [ + 465, + 307 + ], + [ + 467, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58448", + "ALAND10": 378923105, + "AWATER10": 1654356, + "GEOID10": "58448", + "ZCTA5CE10": "58448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 311 + ], + [ + 466, + 309 + ], + [ + 464, + 309 + ], + [ + 464, + 311 + ], + [ + 466, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58416", + "ALAND10": 445804331, + "AWATER10": 9736111, + "GEOID10": "58416", + "ZCTA5CE10": "58416", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 308 + ], + [ + 467, + 306 + ], + [ + 465, + 306 + ], + [ + 465, + 308 + ], + [ + 467, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58056", + "ALAND10": 245243594, + "AWATER10": 6828726, + "GEOID10": "58056", + "ZCTA5CE10": "58056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 305 + ], + [ + 467, + 302 + ], + [ + 465, + 303 + ], + [ + 465, + 305 + ], + [ + 467, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58072", + "ALAND10": 819790067, + "AWATER10": 8635532, + "GEOID10": "58072", + "ZCTA5CE10": "58072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 314 + ], + [ + 470, + 312 + ], + [ + 468, + 312 + ], + [ + 468, + 314 + ], + [ + 470, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58251", + "ALAND10": 509266402, + "AWATER10": 980709, + "GEOID10": "58251", + "ZCTA5CE10": "58251", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 311 + ], + [ + 469, + 309 + ], + [ + 467, + 309 + ], + [ + 467, + 311 + ], + [ + 469, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58277", + "ALAND10": 225191451, + "AWATER10": 599132, + "GEOID10": "58277", + "ZCTA5CE10": "58277", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 313 + ], + [ + 471, + 311 + ], + [ + 469, + 311 + ], + [ + 469, + 313 + ], + [ + 471, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58258", + "ALAND10": 110403604, + "AWATER10": 653759, + "GEOID10": "58258", + "ZCTA5CE10": "58258", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 308 + ], + [ + 471, + 306 + ], + [ + 469, + 306 + ], + [ + 469, + 308 + ], + [ + 471, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58257", + "ALAND10": 313177362, + "AWATER10": 0, + "GEOID10": "58257", + "ZCTA5CE10": "58257", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 307 + ], + [ + 468, + 305 + ], + [ + 466, + 305 + ], + [ + 466, + 307 + ], + [ + 468, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58046", + "ALAND10": 592572400, + "AWATER10": 1116523, + "GEOID10": "58046", + "ZCTA5CE10": "58046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 307 + ], + [ + 468, + 305 + ], + [ + 466, + 305 + ], + [ + 466, + 307 + ], + [ + 468, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58064", + "ALAND10": 408519806, + "AWATER10": 331970, + "GEOID10": "58064", + "ZCTA5CE10": "58064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 308 + ], + [ + 471, + 306 + ], + [ + 469, + 306 + ], + [ + 469, + 308 + ], + [ + 471, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58009", + "ALAND10": 114821208, + "AWATER10": 0, + "GEOID10": "58009", + "ZCTA5CE10": "58009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 320 + ], + [ + 476, + 318 + ], + [ + 474, + 318 + ], + [ + 474, + 320 + ], + [ + 476, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56734", + "ALAND10": 472035375, + "AWATER10": 3070507, + "GEOID10": "56734", + "ZCTA5CE10": "56734", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 321 + ], + [ + 475, + 319 + ], + [ + 472, + 319 + ], + [ + 472, + 321 + ], + [ + 476, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56735", + "ALAND10": 878724435, + "AWATER10": 8880239, + "GEOID10": "56735", + "ZCTA5CE10": "56735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 318 + ], + [ + 477, + 316 + ], + [ + 475, + 316 + ], + [ + 475, + 318 + ], + [ + 477, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56732", + "ALAND10": 363811722, + "AWATER10": 2942818, + "GEOID10": "56732", + "ZCTA5CE10": "56732", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 321 + ], + [ + 477, + 317 + ], + [ + 475, + 317 + ], + [ + 475, + 321 + ], + [ + 477, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56726", + "ALAND10": 814159812, + "AWATER10": 840861, + "GEOID10": "56726", + "ZCTA5CE10": "56726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 317 + ], + [ + 472, + 315 + ], + [ + 470, + 315 + ], + [ + 470, + 317 + ], + [ + 472, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56757", + "ALAND10": 573588192, + "AWATER10": 1349146, + "GEOID10": "56757", + "ZCTA5CE10": "56757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 316 + ], + [ + 475, + 314 + ], + [ + 473, + 314 + ], + [ + 473, + 316 + ], + [ + 475, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56713", + "ALAND10": 495440865, + "AWATER10": 43524, + "GEOID10": "56713", + "ZCTA5CE10": "56713", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 316 + ], + [ + 475, + 314 + ], + [ + 473, + 314 + ], + [ + 473, + 316 + ], + [ + 475, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56760", + "ALAND10": 192521080, + "AWATER10": 0, + "GEOID10": "56760", + "ZCTA5CE10": "56760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 315 + ], + [ + 475, + 313 + ], + [ + 472, + 313 + ], + [ + 472, + 315 + ], + [ + 474, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56762", + "ALAND10": 880413963, + "AWATER10": 0, + "GEOID10": "56762", + "ZCTA5CE10": "56762", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 312 + ], + [ + 478, + 310 + ], + [ + 476, + 310 + ], + [ + 476, + 312 + ], + [ + 478, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56750", + "ALAND10": 599856895, + "AWATER10": 192474, + "GEOID10": "56750", + "ZCTA5CE10": "56750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 322 + ], + [ + 478, + 320 + ], + [ + 476, + 320 + ], + [ + 476, + 322 + ], + [ + 478, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56714", + "ALAND10": 537547450, + "AWATER10": 104547, + "GEOID10": "56714", + "ZCTA5CE10": "56714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 319 + ], + [ + 479, + 317 + ], + [ + 477, + 317 + ], + [ + 477, + 319 + ], + [ + 479, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56761", + "ALAND10": 276033526, + "AWATER10": 0, + "GEOID10": "56761", + "ZCTA5CE10": "56761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 315 + ], + [ + 478, + 313 + ], + [ + 475, + 313 + ], + [ + 475, + 314 + ], + [ + 477, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56701", + "ALAND10": 987887745, + "AWATER10": 3949785, + "GEOID10": "56701", + "ZCTA5CE10": "56701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 316 + ], + [ + 477, + 314 + ], + [ + 475, + 314 + ], + [ + 475, + 316 + ], + [ + 477, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56737", + "ALAND10": 495437597, + "AWATER10": 34606836, + "GEOID10": "56737", + "ZCTA5CE10": "56737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 315 + ], + [ + 480, + 313 + ], + [ + 477, + 313 + ], + [ + 477, + 315 + ], + [ + 479, + 315 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56725", + "ALAND10": 754529287, + "AWATER10": 125684, + "GEOID10": "56725", + "ZCTA5CE10": "56725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 314 + ], + [ + 480, + 312 + ], + [ + 478, + 312 + ], + [ + 478, + 314 + ], + [ + 480, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56742", + "ALAND10": 328766452, + "AWATER10": 57964, + "GEOID10": "56742", + "ZCTA5CE10": "56742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 312 + ], + [ + 473, + 310 + ], + [ + 471, + 310 + ], + [ + 471, + 312 + ], + [ + 473, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56721", + "ALAND10": 488475936, + "AWATER10": 1219553, + "GEOID10": "56721", + "ZCTA5CE10": "56721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 310 + ], + [ + 474, + 308 + ], + [ + 472, + 308 + ], + [ + 472, + 310 + ], + [ + 474, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58218", + "ALAND10": 318729056, + "AWATER10": 80710, + "GEOID10": "58218", + "ZCTA5CE10": "58218", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 311 + ], + [ + 474, + 309 + ], + [ + 472, + 309 + ], + [ + 472, + 311 + ], + [ + 474, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56723", + "ALAND10": 295178149, + "AWATER10": 0, + "GEOID10": "56723", + "ZCTA5CE10": "56723", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 312 + ], + [ + 476, + 310 + ], + [ + 473, + 309 + ], + [ + 474, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56716", + "ALAND10": 820703709, + "AWATER10": 98855, + "GEOID10": "56716", + "ZCTA5CE10": "56716", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 311 + ], + [ + 477, + 309 + ], + [ + 475, + 309 + ], + [ + 475, + 311 + ], + [ + 477, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56540", + "ALAND10": 490319627, + "AWATER10": 8003388, + "GEOID10": "56540", + "ZCTA5CE10": "56540", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 307 + ], + [ + 477, + 305 + ], + [ + 475, + 305 + ], + [ + 475, + 307 + ], + [ + 477, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56510", + "ALAND10": 611203285, + "AWATER10": 1719331, + "GEOID10": "56510", + "ZCTA5CE10": "56510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 308 + ], + [ + 474, + 306 + ], + [ + 472, + 306 + ], + [ + 472, + 308 + ], + [ + 474, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58045", + "ALAND10": 526775374, + "AWATER10": 1068276, + "GEOID10": "58045", + "ZCTA5CE10": "58045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 307 + ], + [ + 474, + 305 + ], + [ + 472, + 305 + ], + [ + 472, + 307 + ], + [ + 474, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58036", + "ALAND10": 192080544, + "AWATER10": 0, + "GEOID10": "58036", + "ZCTA5CE10": "58036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 311 + ], + [ + 476, + 309 + ], + [ + 474, + 309 + ], + [ + 474, + 311 + ], + [ + 476, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56517", + "ALAND10": 245626923, + "AWATER10": 0, + "GEOID10": "56517", + "ZCTA5CE10": "56517", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 306 + ], + [ + 476, + 304 + ], + [ + 474, + 304 + ], + [ + 474, + 306 + ], + [ + 476, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56536", + "ALAND10": 263855918, + "AWATER10": 243751, + "GEOID10": "56536", + "ZCTA5CE10": "56536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 311 + ], + [ + 478, + 309 + ], + [ + 476, + 309 + ], + [ + 476, + 311 + ], + [ + 478, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56736", + "ALAND10": 275722920, + "AWATER10": 10904565, + "GEOID10": "56736", + "ZCTA5CE10": "56736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 310 + ], + [ + 477, + 308 + ], + [ + 475, + 308 + ], + [ + 475, + 310 + ], + [ + 477, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56535", + "ALAND10": 217416005, + "AWATER10": 16044715, + "GEOID10": "56535", + "ZCTA5CE10": "56535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 309 + ], + [ + 478, + 307 + ], + [ + 476, + 307 + ], + [ + 476, + 309 + ], + [ + 478, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56516", + "ALAND10": 207706630, + "AWATER10": 1731040, + "GEOID10": "56516", + "ZCTA5CE10": "56516", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 305 + ], + [ + 481, + 303 + ], + [ + 479, + 303 + ], + [ + 479, + 305 + ], + [ + 481, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56569", + "ALAND10": 327176664, + "AWATER10": 22411536, + "GEOID10": "56569", + "ZCTA5CE10": "56569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 303 + ], + [ + 465, + 301 + ], + [ + 463, + 301 + ], + [ + 463, + 303 + ], + [ + 465, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58480", + "ALAND10": 331784021, + "AWATER10": 9445539, + "GEOID10": "58480", + "ZCTA5CE10": "58480", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 304 + ], + [ + 466, + 302 + ], + [ + 464, + 302 + ], + [ + 464, + 304 + ], + [ + 466, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58461", + "ALAND10": 525088682, + "AWATER10": 831577, + "GEOID10": "58461", + "ZCTA5CE10": "58461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 301 + ], + [ + 468, + 299 + ], + [ + 466, + 299 + ], + [ + 466, + 301 + ], + [ + 468, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58049", + "ALAND10": 342665022, + "AWATER10": 1757756, + "GEOID10": "58049", + "ZCTA5CE10": "58049", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 299 + ], + [ + 464, + 297 + ], + [ + 462, + 297 + ], + [ + 462, + 299 + ], + [ + 464, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58458", + "ALAND10": 493650328, + "AWATER10": 4703315, + "GEOID10": "58458", + "ZCTA5CE10": "58458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 300 + ], + [ + 467, + 298 + ], + [ + 467, + 300 + ], + [ + 469, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58054", + "ALAND10": 750798131, + "AWATER10": 969010, + "GEOID10": "58054", + "ZCTA5CE10": "58054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 299 + ], + [ + 468, + 297 + ], + [ + 466, + 297 + ], + [ + 466, + 299 + ], + [ + 468, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58490", + "ALAND10": 328695905, + "AWATER10": 2202184, + "GEOID10": "58490", + "ZCTA5CE10": "58490", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 303 + ], + [ + 470, + 301 + ], + [ + 468, + 301 + ], + [ + 468, + 303 + ], + [ + 470, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58031", + "ALAND10": 413443499, + "AWATER10": 1404863, + "GEOID10": "58031", + "ZCTA5CE10": "58031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 305 + ], + [ + 471, + 303 + ], + [ + 469, + 303 + ], + [ + 469, + 305 + ], + [ + 471, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58007", + "ALAND10": 126166967, + "AWATER10": 0, + "GEOID10": "58007", + "ZCTA5CE10": "58007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 305 + ], + [ + 472, + 303 + ], + [ + 470, + 303 + ], + [ + 470, + 305 + ], + [ + 472, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58012", + "ALAND10": 174245379, + "AWATER10": 335241, + "GEOID10": "58012", + "ZCTA5CE10": "58012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 303 + ], + [ + 470, + 301 + ], + [ + 468, + 301 + ], + [ + 468, + 303 + ], + [ + 470, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58052", + "ALAND10": 393144039, + "AWATER10": 161000, + "GEOID10": "58052", + "ZCTA5CE10": "58052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 301 + ], + [ + 471, + 299 + ], + [ + 469, + 299 + ], + [ + 469, + 301 + ], + [ + 471, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58068", + "ALAND10": 291426996, + "AWATER10": 1442545, + "GEOID10": "58068", + "ZCTA5CE10": "58068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 298 + ], + [ + 471, + 296 + ], + [ + 469, + 296 + ], + [ + 469, + 298 + ], + [ + 471, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58060", + "ALAND10": 623430024, + "AWATER10": 6587977, + "GEOID10": "58060", + "ZCTA5CE10": "58060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 296 + ], + [ + 470, + 294 + ], + [ + 468, + 294 + ], + [ + 468, + 296 + ], + [ + 470, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58013", + "ALAND10": 191887905, + "AWATER10": 5805789, + "GEOID10": "58013", + "ZCTA5CE10": "58013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 293 + ], + [ + 466, + 291 + ], + [ + 464, + 291 + ], + [ + 464, + 293 + ], + [ + 466, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57433", + "ALAND10": 327913154, + "AWATER10": 10795417, + "GEOID10": "57433", + "ZCTA5CE10": "57433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 296 + ], + [ + 466, + 294 + ], + [ + 464, + 294 + ], + [ + 464, + 296 + ], + [ + 466, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57449", + "ALAND10": 198587254, + "AWATER10": 17664269, + "GEOID10": "57449", + "ZCTA5CE10": "57449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 298 + ], + [ + 467, + 297 + ], + [ + 466, + 295 + ], + [ + 463, + 295 + ], + [ + 465, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58474", + "ALAND10": 982103630, + "AWATER10": 7103515, + "GEOID10": "58474", + "ZCTA5CE10": "58474", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 294 + ], + [ + 467, + 292 + ], + [ + 465, + 292 + ], + [ + 465, + 294 + ], + [ + 467, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57432", + "ALAND10": 265414483, + "AWATER10": 1756921, + "GEOID10": "57432", + "ZCTA5CE10": "57432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 293 + ], + [ + 464, + 290 + ], + [ + 462, + 291 + ], + [ + 462, + 293 + ], + [ + 464, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57401", + "ALAND10": 752610602, + "AWATER10": 3809588, + "GEOID10": "57401", + "ZCTA5CE10": "57401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 294 + ], + [ + 466, + 292 + ], + [ + 464, + 292 + ], + [ + 464, + 294 + ], + [ + 466, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57445", + "ALAND10": 662934226, + "AWATER10": 236357, + "GEOID10": "57445", + "ZCTA5CE10": "57445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 290 + ], + [ + 468, + 288 + ], + [ + 466, + 288 + ], + [ + 466, + 290 + ], + [ + 468, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57434", + "ALAND10": 746092459, + "AWATER10": 2099744, + "GEOID10": "57434", + "ZCTA5CE10": "57434", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 292 + ], + [ + 469, + 289 + ], + [ + 467, + 289 + ], + [ + 468, + 292 + ], + [ + 469, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57274", + "ALAND10": 1006503146, + "AWATER10": 62793118, + "GEOID10": "57274", + "ZCTA5CE10": "57274", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 296 + ], + [ + 470, + 294 + ], + [ + 468, + 294 + ], + [ + 468, + 296 + ], + [ + 470, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58043", + "ALAND10": 150682772, + "AWATER10": 1701000, + "GEOID10": "58043", + "ZCTA5CE10": "58043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 295 + ], + [ + 469, + 293 + ], + [ + 467, + 293 + ], + [ + 466, + 295 + ], + [ + 469, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57430", + "ALAND10": 941925791, + "AWATER10": 17094199, + "GEOID10": "57430", + "ZCTA5CE10": "57430", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 295 + ], + [ + 470, + 293 + ], + [ + 468, + 293 + ], + [ + 468, + 295 + ], + [ + 470, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57270", + "ALAND10": 433546464, + "AWATER10": 15598537, + "GEOID10": "57270", + "ZCTA5CE10": "57270", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 296 + ], + [ + 471, + 294 + ], + [ + 469, + 294 + ], + [ + 469, + 296 + ], + [ + 471, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58053", + "ALAND10": 577027134, + "AWATER10": 14946250, + "GEOID10": "58053", + "ZCTA5CE10": "58053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 295 + ], + [ + 469, + 293 + ], + [ + 467, + 293 + ], + [ + 467, + 295 + ], + [ + 469, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57247", + "ALAND10": 149152996, + "AWATER10": 28030063, + "GEOID10": "57247", + "ZCTA5CE10": "57247", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 294 + ], + [ + 470, + 292 + ], + [ + 470, + 294 + ], + [ + 473, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57262", + "ALAND10": 896790959, + "AWATER10": 28733508, + "GEOID10": "57262", + "ZCTA5CE10": "57262", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 292 + ], + [ + 471, + 290 + ], + [ + 469, + 290 + ], + [ + 469, + 292 + ], + [ + 471, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57239", + "ALAND10": 118195776, + "AWATER10": 6281493, + "GEOID10": "57239", + "ZCTA5CE10": "57239", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 293 + ], + [ + 472, + 291 + ], + [ + 470, + 291 + ], + [ + 470, + 293 + ], + [ + 472, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57273", + "ALAND10": 452659933, + "AWATER10": 57386849, + "GEOID10": "57273", + "ZCTA5CE10": "57273", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 290 + ], + [ + 472, + 288 + ], + [ + 470, + 288 + ], + [ + 470, + 290 + ], + [ + 472, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57235", + "ALAND10": 353028283, + "AWATER10": 19094564, + "GEOID10": "57235", + "ZCTA5CE10": "57235", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 302 + ], + [ + 474, + 300 + ], + [ + 472, + 300 + ], + [ + 472, + 302 + ], + [ + 474, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58047", + "ALAND10": 181106409, + "AWATER10": 180822, + "GEOID10": "58047", + "ZCTA5CE10": "58047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 302 + ], + [ + 473, + 300 + ], + [ + 471, + 300 + ], + [ + 471, + 302 + ], + [ + 473, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58051", + "ALAND10": 285035291, + "AWATER10": 9716, + "GEOID10": "58051", + "ZCTA5CE10": "58051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 305 + ], + [ + 474, + 303 + ], + [ + 472, + 303 + ], + [ + 472, + 305 + ], + [ + 474, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56547", + "ALAND10": 402035630, + "AWATER10": 335183, + "GEOID10": "56547", + "ZCTA5CE10": "56547", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 303 + ], + [ + 476, + 301 + ], + [ + 474, + 301 + ], + [ + 474, + 303 + ], + [ + 476, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56514", + "ALAND10": 554050484, + "AWATER10": 1242842, + "GEOID10": "56514", + "ZCTA5CE10": "56514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 301 + ], + [ + 474, + 299 + ], + [ + 472, + 299 + ], + [ + 472, + 301 + ], + [ + 474, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58077", + "ALAND10": 364118438, + "AWATER10": 0, + "GEOID10": "58077", + "ZCTA5CE10": "58077", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 299 + ], + [ + 473, + 297 + ], + [ + 471, + 297 + ], + [ + 471, + 299 + ], + [ + 473, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58041", + "ALAND10": 521054901, + "AWATER10": 10660465, + "GEOID10": "58041", + "ZCTA5CE10": "58041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 301 + ], + [ + 474, + 299 + ], + [ + 472, + 299 + ], + [ + 472, + 301 + ], + [ + 474, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56553", + "ALAND10": 162628147, + "AWATER10": 0, + "GEOID10": "56553", + "ZCTA5CE10": "56553", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 301 + ], + [ + 474, + 299 + ], + [ + 472, + 299 + ], + [ + 472, + 301 + ], + [ + 474, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58075", + "ALAND10": 645020304, + "AWATER10": 374699, + "GEOID10": "58075", + "ZCTA5CE10": "58075", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 305 + ], + [ + 476, + 303 + ], + [ + 474, + 303 + ], + [ + 474, + 305 + ], + [ + 476, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56549", + "ALAND10": 540230568, + "AWATER10": 11073359, + "GEOID10": "56549", + "ZCTA5CE10": "56549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 303 + ], + [ + 478, + 301 + ], + [ + 476, + 301 + ], + [ + 476, + 303 + ], + [ + 478, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56554", + "ALAND10": 305035344, + "AWATER10": 42670929, + "GEOID10": "56554", + "ZCTA5CE10": "56554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 305 + ], + [ + 480, + 303 + ], + [ + 478, + 303 + ], + [ + 478, + 305 + ], + [ + 480, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56501", + "ALAND10": 484247850, + "AWATER10": 95063776, + "GEOID10": "56501", + "ZCTA5CE10": "56501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 302 + ], + [ + 479, + 300 + ], + [ + 477, + 300 + ], + [ + 477, + 302 + ], + [ + 479, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56572", + "ALAND10": 424273573, + "AWATER10": 88495392, + "GEOID10": "56572", + "ZCTA5CE10": "56572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 300 + ], + [ + 479, + 298 + ], + [ + 477, + 298 + ], + [ + 477, + 300 + ], + [ + 479, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56528", + "ALAND10": 167730073, + "AWATER10": 58983375, + "GEOID10": "56528", + "ZCTA5CE10": "56528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 299 + ], + [ + 476, + 297 + ], + [ + 476, + 299 + ], + [ + 478, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56537", + "ALAND10": 738022054, + "AWATER10": 56146287, + "GEOID10": "56537", + "ZCTA5CE10": "56537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 299 + ], + [ + 475, + 297 + ], + [ + 473, + 297 + ], + [ + 473, + 299 + ], + [ + 475, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56522", + "ALAND10": 379157720, + "AWATER10": 109910, + "GEOID10": "56522", + "ZCTA5CE10": "56522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 300 + ], + [ + 480, + 298 + ], + [ + 478, + 298 + ], + [ + 478, + 300 + ], + [ + 480, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56515", + "ALAND10": 257492119, + "AWATER10": 90650102, + "GEOID10": "56515", + "ZCTA5CE10": "56515", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 297 + ], + [ + 479, + 295 + ], + [ + 477, + 295 + ], + [ + 477, + 297 + ], + [ + 479, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56309", + "ALAND10": 141862550, + "AWATER10": 27539265, + "GEOID10": "56309", + "ZCTA5CE10": "56309", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 298 + ], + [ + 475, + 296 + ], + [ + 473, + 296 + ], + [ + 473, + 298 + ], + [ + 475, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US58030", + "ALAND10": 330451863, + "AWATER10": 0, + "GEOID10": "58030", + "ZCTA5CE10": "58030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 297 + ], + [ + 475, + 295 + ], + [ + 473, + 295 + ], + [ + 473, + 297 + ], + [ + 475, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56296", + "ALAND10": 646568868, + "AWATER10": 11110093, + "GEOID10": "56296", + "ZCTA5CE10": "56296", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 298 + ], + [ + 475, + 296 + ], + [ + 473, + 296 + ], + [ + 473, + 298 + ], + [ + 475, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56583", + "ALAND10": 207560185, + "AWATER10": 0, + "GEOID10": "56583", + "ZCTA5CE10": "56583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 292 + ], + [ + 475, + 290 + ], + [ + 473, + 290 + ], + [ + 473, + 292 + ], + [ + 475, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57227", + "ALAND10": 112519757, + "AWATER10": 3389943, + "GEOID10": "57227", + "ZCTA5CE10": "57227", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 294 + ], + [ + 477, + 292 + ], + [ + 475, + 292 + ], + [ + 475, + 294 + ], + [ + 477, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56240", + "ALAND10": 387004530, + "AWATER10": 10233215, + "GEOID10": "56240", + "ZCTA5CE10": "56240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 290 + ], + [ + 475, + 288 + ], + [ + 473, + 288 + ], + [ + 473, + 290 + ], + [ + 475, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57246", + "ALAND10": 79347439, + "AWATER10": 59351, + "GEOID10": "57246", + "ZCTA5CE10": "57246", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 290 + ], + [ + 476, + 288 + ], + [ + 474, + 288 + ], + [ + 474, + 290 + ], + [ + 476, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56212", + "ALAND10": 213209904, + "AWATER10": 613928, + "GEOID10": "56212", + "ZCTA5CE10": "56212", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 296 + ], + [ + 478, + 294 + ], + [ + 476, + 294 + ], + [ + 476, + 296 + ], + [ + 478, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56311", + "ALAND10": 182963406, + "AWATER10": 10697521, + "GEOID10": "56311", + "ZCTA5CE10": "56311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 295 + ], + [ + 479, + 293 + ], + [ + 477, + 293 + ], + [ + 477, + 295 + ], + [ + 479, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56267", + "ALAND10": 524609848, + "AWATER10": 13215578, + "GEOID10": "56267", + "ZCTA5CE10": "56267", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 296 + ], + [ + 480, + 294 + ], + [ + 478, + 294 + ], + [ + 478, + 296 + ], + [ + 480, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56531", + "ALAND10": 413495110, + "AWATER10": 16944771, + "GEOID10": "56531", + "ZCTA5CE10": "56531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 295 + ], + [ + 479, + 293 + ], + [ + 477, + 293 + ], + [ + 477, + 295 + ], + [ + 479, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56235", + "ALAND10": 231382160, + "AWATER10": 7446431, + "GEOID10": "56235", + "ZCTA5CE10": "56235", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 291 + ], + [ + 477, + 289 + ], + [ + 475, + 289 + ], + [ + 475, + 291 + ], + [ + 477, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56256", + "ALAND10": 598446305, + "AWATER10": 7946903, + "GEOID10": "56256", + "ZCTA5CE10": "56256", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 292 + ], + [ + 479, + 290 + ], + [ + 477, + 290 + ], + [ + 477, + 292 + ], + [ + 479, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56249", + "ALAND10": 171508073, + "AWATER10": 283466, + "GEOID10": "56249", + "ZCTA5CE10": "56249", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 289 + ], + [ + 478, + 287 + ], + [ + 476, + 287 + ], + [ + 476, + 289 + ], + [ + 478, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56208", + "ALAND10": 488419609, + "AWATER10": 20130613, + "GEOID10": "56208", + "ZCTA5CE10": "56208", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 286 + ], + [ + 451, + 283 + ], + [ + 455, + 282 + ], + [ + 454, + 281 + ], + [ + 450, + 282 + ], + [ + 449, + 282 + ], + [ + 449, + 286 + ], + [ + 451, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57532", + "ALAND10": 3033317524, + "AWATER10": 170269759, + "GEOID10": "57532", + "ZCTA5CE10": "57532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 287 + ], + [ + 450, + 285 + ], + [ + 448, + 285 + ], + [ + 448, + 287 + ], + [ + 450, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57537", + "ALAND10": 535297884, + "AWATER10": 17549966, + "GEOID10": "57537", + "ZCTA5CE10": "57537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 287 + ], + [ + 453, + 285 + ], + [ + 451, + 285 + ], + [ + 451, + 287 + ], + [ + 453, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57520", + "ALAND10": 381371299, + "AWATER10": 654248, + "GEOID10": "57520", + "ZCTA5CE10": "57520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 287 + ], + [ + 456, + 285 + ], + [ + 453, + 284 + ], + [ + 453, + 286 + ], + [ + 457, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57564", + "ALAND10": 1353779265, + "AWATER10": 9384395, + "GEOID10": "57564", + "ZCTA5CE10": "57564", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 286 + ], + [ + 457, + 281 + ], + [ + 455, + 281 + ], + [ + 456, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57536", + "ALAND10": 958436555, + "AWATER10": 55537258, + "GEOID10": "57536", + "ZCTA5CE10": "57536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 279 + ], + [ + 452, + 278 + ], + [ + 451, + 275 + ], + [ + 449, + 275 + ], + [ + 449, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57579", + "ALAND10": 1689546173, + "AWATER10": 3638128, + "GEOID10": "57579", + "ZCTA5CE10": "57579", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 286 + ], + [ + 449, + 282 + ], + [ + 450, + 281 + ], + [ + 448, + 279 + ], + [ + 446, + 280 + ], + [ + 446, + 284 + ], + [ + 448, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57552", + "ALAND10": 2643868847, + "AWATER10": 19625721, + "GEOID10": "57552", + "ZCTA5CE10": "57552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 281 + ], + [ + 453, + 278 + ], + [ + 451, + 281 + ], + [ + 453, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57531", + "ALAND10": 869543870, + "AWATER10": 1694155, + "GEOID10": "57531", + "ZCTA5CE10": "57531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 274 + ], + [ + 449, + 272 + ], + [ + 447, + 272 + ], + [ + 447, + 274 + ], + [ + 449, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69216", + "ALAND10": 618554203, + "AWATER10": 249232, + "GEOID10": "69216", + "ZCTA5CE10": "69216", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 276 + ], + [ + 450, + 274 + ], + [ + 448, + 274 + ], + [ + 448, + 276 + ], + [ + 450, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57566", + "ALAND10": 452209370, + "AWATER10": 1152946, + "GEOID10": "57566", + "ZCTA5CE10": "57566", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 278 + ], + [ + 453, + 275 + ], + [ + 451, + 275 + ], + [ + 452, + 278 + ], + [ + 453, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57585", + "ALAND10": 857530116, + "AWATER10": 2624911, + "GEOID10": "57585", + "ZCTA5CE10": "57585", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 275 + ], + [ + 453, + 273 + ], + [ + 450, + 272 + ], + [ + 449, + 275 + ], + [ + 452, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57555", + "ALAND10": 1085897216, + "AWATER10": 2936654, + "GEOID10": "57555", + "ZCTA5CE10": "57555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 274 + ], + [ + 449, + 272 + ], + [ + 447, + 272 + ], + [ + 447, + 274 + ], + [ + 449, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57572", + "ALAND10": 434559976, + "AWATER10": 22054, + "GEOID10": "57572", + "ZCTA5CE10": "57572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 281 + ], + [ + 452, + 278 + ], + [ + 450, + 277 + ], + [ + 449, + 280 + ], + [ + 451, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57559", + "ALAND10": 984040769, + "AWATER10": 711436, + "GEOID10": "57559", + "ZCTA5CE10": "57559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 281 + ], + [ + 455, + 277 + ], + [ + 453, + 277 + ], + [ + 454, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57568", + "ALAND10": 952515702, + "AWATER10": 3747885, + "GEOID10": "57568", + "ZCTA5CE10": "57568", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 278 + ], + [ + 456, + 276 + ], + [ + 454, + 276 + ], + [ + 454, + 278 + ], + [ + 456, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57541", + "ALAND10": 307033289, + "AWATER10": 2450776, + "GEOID10": "57541", + "ZCTA5CE10": "57541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 281 + ], + [ + 456, + 280 + ], + [ + 455, + 277 + ], + [ + 454, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57544", + "ALAND10": 839948996, + "AWATER10": 2911070, + "GEOID10": "57544", + "ZCTA5CE10": "57544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 289 + ], + [ + 456, + 287 + ], + [ + 452, + 287 + ], + [ + 452, + 289 + ], + [ + 455, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57442", + "ALAND10": 1579259028, + "AWATER10": 122805020, + "GEOID10": "57442", + "ZCTA5CE10": "57442", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 288 + ], + [ + 458, + 286 + ], + [ + 456, + 286 + ], + [ + 456, + 288 + ], + [ + 458, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57473", + "ALAND10": 428694506, + "AWATER10": 7921845, + "GEOID10": "57473", + "ZCTA5CE10": "57473", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 287 + ], + [ + 453, + 284 + ], + [ + 455, + 283 + ], + [ + 456, + 283 + ], + [ + 456, + 282 + ], + [ + 451, + 283 + ], + [ + 451, + 286 + ], + [ + 453, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57501", + "ALAND10": 1514548795, + "AWATER10": 251890273, + "GEOID10": "57501", + "ZCTA5CE10": "57501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 282 + ], + [ + 456, + 280 + ], + [ + 454, + 280 + ], + [ + 454, + 282 + ], + [ + 456, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57548", + "ALAND10": 302942680, + "AWATER10": 91756393, + "GEOID10": "57548", + "ZCTA5CE10": "57548", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 287 + ], + [ + 458, + 281 + ], + [ + 457, + 282 + ], + [ + 457, + 287 + ], + [ + 459, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57345", + "ALAND10": 1701027894, + "AWATER10": 7651370, + "GEOID10": "57345", + "ZCTA5CE10": "57345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 282 + ], + [ + 460, + 280 + ], + [ + 458, + 280 + ], + [ + 458, + 282 + ], + [ + 460, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57371", + "ALAND10": 512590029, + "AWATER10": 818398, + "GEOID10": "57371", + "ZCTA5CE10": "57371", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 286 + ], + [ + 461, + 281 + ], + [ + 459, + 281 + ], + [ + 459, + 286 + ], + [ + 461, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57362", + "ALAND10": 1296874624, + "AWATER10": 3763784, + "GEOID10": "57362", + "ZCTA5CE10": "57362", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 289 + ], + [ + 461, + 287 + ], + [ + 459, + 287 + ], + [ + 459, + 289 + ], + [ + 461, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57467", + "ALAND10": 486320044, + "AWATER10": 1447644, + "GEOID10": "57467", + "ZCTA5CE10": "57467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 287 + ], + [ + 465, + 285 + ], + [ + 463, + 285 + ], + [ + 463, + 287 + ], + [ + 465, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57476", + "ALAND10": 425949141, + "AWATER10": 4796641, + "GEOID10": "57476", + "ZCTA5CE10": "57476", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 289 + ], + [ + 464, + 287 + ], + [ + 462, + 287 + ], + [ + 462, + 289 + ], + [ + 464, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57465", + "ALAND10": 399376818, + "AWATER10": 2878833, + "GEOID10": "57465", + "ZCTA5CE10": "57465", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 288 + ], + [ + 465, + 286 + ], + [ + 463, + 286 + ], + [ + 463, + 288 + ], + [ + 465, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57469", + "ALAND10": 754181617, + "AWATER10": 8811633, + "GEOID10": "57469", + "ZCTA5CE10": "57469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 285 + ], + [ + 463, + 282 + ], + [ + 461, + 281 + ], + [ + 462, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57381", + "ALAND10": 790725362, + "AWATER10": 3200609, + "GEOID10": "57381", + "ZCTA5CE10": "57381", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 287 + ], + [ + 461, + 285 + ], + [ + 459, + 285 + ], + [ + 459, + 287 + ], + [ + 461, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57373", + "ALAND10": 528427453, + "AWATER10": 225337, + "GEOID10": "57373", + "ZCTA5CE10": "57373", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 284 + ], + [ + 465, + 282 + ], + [ + 463, + 282 + ], + [ + 463, + 284 + ], + [ + 465, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57384", + "ALAND10": 549018096, + "AWATER10": 224321, + "GEOID10": "57384", + "ZCTA5CE10": "57384", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 279 + ], + [ + 457, + 277 + ], + [ + 455, + 277 + ], + [ + 455, + 279 + ], + [ + 457, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57534", + "ALAND10": 479089244, + "AWATER10": 1703161, + "GEOID10": "57534", + "ZCTA5CE10": "57534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 280 + ], + [ + 458, + 277 + ], + [ + 457, + 277 + ], + [ + 456, + 280 + ], + [ + 458, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57569", + "ALAND10": 931276336, + "AWATER10": 24941020, + "GEOID10": "57569", + "ZCTA5CE10": "57569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 281 + ], + [ + 460, + 279 + ], + [ + 458, + 279 + ], + [ + 458, + 281 + ], + [ + 460, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57370", + "ALAND10": 550349536, + "AWATER10": 14993703, + "GEOID10": "57370", + "ZCTA5CE10": "57370", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 273 + ], + [ + 456, + 271 + ], + [ + 454, + 271 + ], + [ + 454, + 273 + ], + [ + 456, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57528", + "ALAND10": 517772826, + "AWATER10": 425560, + "GEOID10": "57528", + "ZCTA5CE10": "57528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 277 + ], + [ + 459, + 275 + ], + [ + 457, + 275 + ], + [ + 457, + 277 + ], + [ + 459, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57529", + "ALAND10": 645461638, + "AWATER10": 1524458, + "GEOID10": "57529", + "ZCTA5CE10": "57529", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 281 + ], + [ + 459, + 279 + ], + [ + 457, + 279 + ], + [ + 457, + 281 + ], + [ + 459, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57325", + "ALAND10": 566597506, + "AWATER10": 68250866, + "GEOID10": "57325", + "ZCTA5CE10": "57325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 277 + ], + [ + 457, + 272 + ], + [ + 457, + 277 + ], + [ + 458, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57533", + "ALAND10": 1054533051, + "AWATER10": 22532423, + "GEOID10": "57533", + "ZCTA5CE10": "57533", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 280 + ], + [ + 461, + 276 + ], + [ + 460, + 277 + ], + [ + 460, + 280 + ], + [ + 461, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57355", + "ALAND10": 1012575635, + "AWATER10": 6055000, + "GEOID10": "57355", + "ZCTA5CE10": "57355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 277 + ], + [ + 462, + 276 + ], + [ + 461, + 273 + ], + [ + 459, + 276 + ], + [ + 459, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57369", + "ALAND10": 1148518234, + "AWATER10": 66167325, + "GEOID10": "57369", + "ZCTA5CE10": "57369", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 280 + ], + [ + 464, + 278 + ], + [ + 462, + 278 + ], + [ + 462, + 280 + ], + [ + 464, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57368", + "ALAND10": 608401220, + "AWATER10": 1696971, + "GEOID10": "57368", + "ZCTA5CE10": "57368", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 276 + ], + [ + 463, + 274 + ], + [ + 461, + 274 + ], + [ + 461, + 276 + ], + [ + 463, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57342", + "ALAND10": 414412849, + "AWATER10": 21922714, + "GEOID10": "57342", + "ZCTA5CE10": "57342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 274 + ], + [ + 462, + 272 + ], + [ + 460, + 272 + ], + [ + 460, + 274 + ], + [ + 462, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57335", + "ALAND10": 266014259, + "AWATER10": 36396481, + "GEOID10": "57335", + "ZCTA5CE10": "57335", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 276 + ], + [ + 463, + 274 + ], + [ + 461, + 274 + ], + [ + 461, + 276 + ], + [ + 463, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57344", + "ALAND10": 89307411, + "AWATER10": 905614, + "GEOID10": "57344", + "ZCTA5CE10": "57344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 271 + ], + [ + 450, + 269 + ], + [ + 448, + 269 + ], + [ + 448, + 271 + ], + [ + 450, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69212", + "ALAND10": 477030448, + "AWATER10": 411698, + "GEOID10": "69212", + "ZCTA5CE10": "69212", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 271 + ], + [ + 453, + 267 + ], + [ + 452, + 267 + ], + [ + 452, + 271 + ], + [ + 453, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69221", + "ALAND10": 1186905124, + "AWATER10": 2470145, + "GEOID10": "69221", + "ZCTA5CE10": "69221", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 274 + ], + [ + 452, + 272 + ], + [ + 454, + 272 + ], + [ + 452, + 271 + ], + [ + 452, + 267 + ], + [ + 448, + 268 + ], + [ + 452, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69201", + "ALAND10": 3196340265, + "AWATER10": 56707495, + "GEOID10": "69201", + "ZCTA5CE10": "69201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 272 + ], + [ + 454, + 270 + ], + [ + 452, + 270 + ], + [ + 452, + 272 + ], + [ + 454, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69214", + "ALAND10": 753871010, + "AWATER10": 2902374, + "GEOID10": "69214", + "ZCTA5CE10": "69214", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 269 + ], + [ + 454, + 267 + ], + [ + 452, + 267 + ], + [ + 452, + 269 + ], + [ + 454, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69135", + "ALAND10": 411469215, + "AWATER10": 238973, + "GEOID10": "69135", + "ZCTA5CE10": "69135", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 270 + ], + [ + 457, + 265 + ], + [ + 454, + 265 + ], + [ + 455, + 270 + ], + [ + 456, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69210", + "ALAND10": 2037077968, + "AWATER10": 6896047, + "GEOID10": "69210", + "ZCTA5CE10": "69210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 268 + ], + [ + 453, + 266 + ], + [ + 453, + 262 + ], + [ + 450, + 263 + ], + [ + 451, + 265 + ], + [ + 450, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69166", + "ALAND10": 2090737584, + "AWATER10": 6588432, + "GEOID10": "69166", + "ZCTA5CE10": "69166", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 262 + ], + [ + 448, + 261 + ], + [ + 449, + 256 + ], + [ + 448, + 256 + ], + [ + 447, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69165", + "ALAND10": 1086516814, + "AWATER10": 11437911, + "GEOID10": "69165", + "ZCTA5CE10": "69165", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 258 + ], + [ + 450, + 256 + ], + [ + 448, + 256 + ], + [ + 448, + 258 + ], + [ + 450, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69143", + "ALAND10": 618244414, + "AWATER10": 1242683, + "GEOID10": "69143", + "ZCTA5CE10": "69143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 261 + ], + [ + 451, + 259 + ], + [ + 451, + 256 + ], + [ + 449, + 255 + ], + [ + 449, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69101", + "ALAND10": 1531982674, + "AWATER10": 11860965, + "GEOID10": "69101", + "ZCTA5CE10": "69101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 262 + ], + [ + 451, + 260 + ], + [ + 449, + 261 + ], + [ + 448, + 260 + ], + [ + 447, + 262 + ], + [ + 451, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69167", + "ALAND10": 1659710107, + "AWATER10": 1213707, + "GEOID10": "69167", + "ZCTA5CE10": "69167", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 263 + ], + [ + 453, + 261 + ], + [ + 451, + 259 + ], + [ + 450, + 263 + ], + [ + 451, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69163", + "ALAND10": 1678973590, + "AWATER10": 1203586, + "GEOID10": "69163", + "ZCTA5CE10": "69163", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 262 + ], + [ + 453, + 265 + ], + [ + 456, + 262 + ], + [ + 453, + 261 + ], + [ + 453, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68833", + "ALAND10": 1190589170, + "AWATER10": 5198903, + "GEOID10": "68833", + "ZCTA5CE10": "68833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 261 + ], + [ + 453, + 258 + ], + [ + 452, + 259 + ], + [ + 454, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69120", + "ALAND10": 867838263, + "AWATER10": 124346, + "GEOID10": "69120", + "ZCTA5CE10": "69120", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 256 + ], + [ + 452, + 254 + ], + [ + 450, + 254 + ], + [ + 450, + 256 + ], + [ + 452, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69151", + "ALAND10": 826505274, + "AWATER10": 782491, + "GEOID10": "69151", + "ZCTA5CE10": "69151", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 261 + ], + [ + 456, + 259 + ], + [ + 454, + 259 + ], + [ + 454, + 261 + ], + [ + 456, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68825", + "ALAND10": 815454835, + "AWATER10": 37872, + "GEOID10": "68825", + "ZCTA5CE10": "68825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 276 + ], + [ + 457, + 275 + ], + [ + 455, + 274 + ], + [ + 457, + 272 + ], + [ + 452, + 272 + ], + [ + 453, + 278 + ], + [ + 455, + 277 + ], + [ + 455, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57580", + "ALAND10": 2799922824, + "AWATER10": 7947934, + "GEOID10": "57580", + "ZCTA5CE10": "57580", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 272 + ], + [ + 458, + 270 + ], + [ + 454, + 271 + ], + [ + 457, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68778", + "ALAND10": 1228901410, + "AWATER10": 1410231, + "GEOID10": "68778", + "ZCTA5CE10": "68778", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 270 + ], + [ + 459, + 266 + ], + [ + 457, + 265 + ], + [ + 456, + 270 + ], + [ + 458, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68714", + "ALAND10": 1877564211, + "AWATER10": 8099982, + "GEOID10": "68714", + "ZCTA5CE10": "68714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 273 + ], + [ + 459, + 271 + ], + [ + 457, + 271 + ], + [ + 457, + 273 + ], + [ + 459, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68759", + "ALAND10": 635794151, + "AWATER10": 778508, + "GEOID10": "68759", + "ZCTA5CE10": "68759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 275 + ], + [ + 461, + 273 + ], + [ + 459, + 273 + ], + [ + 459, + 275 + ], + [ + 461, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57538", + "ALAND10": 343623067, + "AWATER10": 534341, + "GEOID10": "57538", + "ZCTA5CE10": "57538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 270 + ], + [ + 457, + 268 + ], + [ + 455, + 268 + ], + [ + 455, + 270 + ], + [ + 457, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69217", + "ALAND10": 459519389, + "AWATER10": 15978, + "GEOID10": "69217", + "ZCTA5CE10": "69217", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 266 + ], + [ + 462, + 265 + ], + [ + 462, + 262 + ], + [ + 458, + 262 + ], + [ + 458, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68823", + "ALAND10": 2394280796, + "AWATER10": 25238317, + "GEOID10": "68823", + "ZCTA5CE10": "68823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 272 + ], + [ + 461, + 270 + ], + [ + 459, + 270 + ], + [ + 459, + 272 + ], + [ + 461, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68780", + "ALAND10": 802148506, + "AWATER10": 671658, + "GEOID10": "68780", + "ZCTA5CE10": "68780", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 271 + ], + [ + 462, + 269 + ], + [ + 460, + 266 + ], + [ + 459, + 268 + ], + [ + 460, + 268 + ], + [ + 461, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68713", + "ALAND10": 1478455684, + "AWATER10": 3972301, + "GEOID10": "68713", + "ZCTA5CE10": "68713", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 271 + ], + [ + 463, + 269 + ], + [ + 461, + 269 + ], + [ + 461, + 271 + ], + [ + 463, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68777", + "ALAND10": 459244295, + "AWATER10": 2799739, + "GEOID10": "68777", + "ZCTA5CE10": "68777", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 273 + ], + [ + 464, + 271 + ], + [ + 462, + 271 + ], + [ + 462, + 273 + ], + [ + 464, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68746", + "ALAND10": 604415864, + "AWATER10": 11937879, + "GEOID10": "68746", + "ZCTA5CE10": "68746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 268 + ], + [ + 462, + 266 + ], + [ + 460, + 266 + ], + [ + 460, + 268 + ], + [ + 462, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68725", + "ALAND10": 435422944, + "AWATER10": 67683, + "GEOID10": "68725", + "ZCTA5CE10": "68725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 270 + ], + [ + 464, + 268 + ], + [ + 462, + 266 + ], + [ + 461, + 267 + ], + [ + 461, + 270 + ], + [ + 463, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68763", + "ALAND10": 1403106648, + "AWATER10": 828845, + "GEOID10": "68763", + "ZCTA5CE10": "68763", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 267 + ], + [ + 464, + 264 + ], + [ + 462, + 264 + ], + [ + 463, + 267 + ], + [ + 464, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68735", + "ALAND10": 963446156, + "AWATER10": 1876281, + "GEOID10": "68735", + "ZCTA5CE10": "68735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 269 + ], + [ + 464, + 267 + ], + [ + 462, + 267 + ], + [ + 462, + 269 + ], + [ + 464, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68742", + "ALAND10": 100904115, + "AWATER10": 28316, + "GEOID10": "68742", + "ZCTA5CE10": "68742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 262 + ], + [ + 457, + 260 + ], + [ + 455, + 260 + ], + [ + 455, + 262 + ], + [ + 457, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68856", + "ALAND10": 284284009, + "AWATER10": 32290, + "GEOID10": "68856", + "ZCTA5CE10": "68856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 264 + ], + [ + 456, + 261 + ], + [ + 453, + 261 + ], + [ + 453, + 262 + ], + [ + 456, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68813", + "ALAND10": 1457318667, + "AWATER10": 1464786, + "GEOID10": "68813", + "ZCTA5CE10": "68813", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 262 + ], + [ + 458, + 260 + ], + [ + 458, + 257 + ], + [ + 455, + 259 + ], + [ + 456, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68822", + "ALAND10": 1029124078, + "AWATER10": 296669, + "GEOID10": "68822", + "ZCTA5CE10": "68822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 265 + ], + [ + 458, + 262 + ], + [ + 456, + 262 + ], + [ + 456, + 265 + ], + [ + 458, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68879", + "ALAND10": 888696590, + "AWATER10": 725744, + "GEOID10": "68879", + "ZCTA5CE10": "68879", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 259 + ], + [ + 458, + 257 + ], + [ + 456, + 257 + ], + [ + 456, + 259 + ], + [ + 458, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68878", + "ALAND10": 345076614, + "AWATER10": 91099, + "GEOID10": "68878", + "ZCTA5CE10": "68878", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 258 + ], + [ + 459, + 256 + ], + [ + 457, + 256 + ], + [ + 457, + 258 + ], + [ + 459, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68855", + "ALAND10": 488951364, + "AWATER10": 42202, + "GEOID10": "68855", + "ZCTA5CE10": "68855", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 262 + ], + [ + 459, + 260 + ], + [ + 457, + 260 + ], + [ + 457, + 262 + ], + [ + 459, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68828", + "ALAND10": 255033921, + "AWATER10": 25305, + "GEOID10": "68828", + "ZCTA5CE10": "68828", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 261 + ], + [ + 461, + 259 + ], + [ + 459, + 259 + ], + [ + 459, + 261 + ], + [ + 461, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68862", + "ALAND10": 731923755, + "AWATER10": 2845860, + "GEOID10": "68862", + "ZCTA5CE10": "68862", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 263 + ], + [ + 464, + 261 + ], + [ + 462, + 261 + ], + [ + 462, + 263 + ], + [ + 464, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68637", + "ALAND10": 250792011, + "AWATER10": 880989, + "GEOID10": "68637", + "ZCTA5CE10": "68637", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 261 + ], + [ + 462, + 259 + ], + [ + 460, + 259 + ], + [ + 460, + 261 + ], + [ + 462, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68815", + "ALAND10": 387442032, + "AWATER10": 40545, + "GEOID10": "68815", + "ZCTA5CE10": "68815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 260 + ], + [ + 460, + 258 + ], + [ + 458, + 258 + ], + [ + 458, + 260 + ], + [ + 460, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68853", + "ALAND10": 506791614, + "AWATER10": 12278675, + "GEOID10": "68853", + "ZCTA5CE10": "68853", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 261 + ], + [ + 464, + 259 + ], + [ + 462, + 259 + ], + [ + 462, + 261 + ], + [ + 464, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68873", + "ALAND10": 457268885, + "AWATER10": 7537385, + "GEOID10": "68873", + "ZCTA5CE10": "68873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 259 + ], + [ + 462, + 257 + ], + [ + 460, + 257 + ], + [ + 460, + 259 + ], + [ + 462, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68817", + "ALAND10": 244025282, + "AWATER10": 146022, + "GEOID10": "68817", + "ZCTA5CE10": "68817", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 289 + ], + [ + 465, + 287 + ], + [ + 463, + 287 + ], + [ + 463, + 289 + ], + [ + 465, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57440", + "ALAND10": 369096534, + "AWATER10": 1752714, + "GEOID10": "57440", + "ZCTA5CE10": "57440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 286 + ], + [ + 466, + 284 + ], + [ + 464, + 284 + ], + [ + 464, + 286 + ], + [ + 466, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57348", + "ALAND10": 654057674, + "AWATER10": 995097, + "GEOID10": "57348", + "ZCTA5CE10": "57348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 289 + ], + [ + 466, + 287 + ], + [ + 464, + 287 + ], + [ + 464, + 289 + ], + [ + 466, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57436", + "ALAND10": 551573528, + "AWATER10": 347378, + "GEOID10": "57436", + "ZCTA5CE10": "57436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 287 + ], + [ + 467, + 285 + ], + [ + 465, + 285 + ], + [ + 465, + 287 + ], + [ + 467, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57258", + "ALAND10": 315046047, + "AWATER10": 563612, + "GEOID10": "57258", + "ZCTA5CE10": "57258", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 285 + ], + [ + 466, + 284 + ], + [ + 465, + 281 + ], + [ + 464, + 282 + ], + [ + 465, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57350", + "ALAND10": 796463799, + "AWATER10": 13599883, + "GEOID10": "57350", + "ZCTA5CE10": "57350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 284 + ], + [ + 467, + 282 + ], + [ + 465, + 282 + ], + [ + 465, + 284 + ], + [ + 467, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57386", + "ALAND10": 140167900, + "AWATER10": 572726, + "GEOID10": "57386", + "ZCTA5CE10": "57386", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 284 + ], + [ + 468, + 281 + ], + [ + 466, + 281 + ], + [ + 466, + 284 + ], + [ + 468, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57353", + "ALAND10": 804919249, + "AWATER10": 546304, + "GEOID10": "57353", + "ZCTA5CE10": "57353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 289 + ], + [ + 471, + 287 + ], + [ + 469, + 287 + ], + [ + 469, + 289 + ], + [ + 471, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57243", + "ALAND10": 309074792, + "AWATER10": 15666677, + "GEOID10": "57243", + "ZCTA5CE10": "57243", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 287 + ], + [ + 470, + 285 + ], + [ + 468, + 285 + ], + [ + 468, + 287 + ], + [ + 470, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57225", + "ALAND10": 723284883, + "AWATER10": 6424936, + "GEOID10": "57225", + "ZCTA5CE10": "57225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 286 + ], + [ + 471, + 284 + ], + [ + 469, + 284 + ], + [ + 469, + 286 + ], + [ + 471, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57271", + "ALAND10": 226108432, + "AWATER10": 18154, + "GEOID10": "57271", + "ZCTA5CE10": "57271", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 286 + ], + [ + 471, + 284 + ], + [ + 469, + 284 + ], + [ + 469, + 286 + ], + [ + 471, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57241", + "ALAND10": 261757639, + "AWATER10": 18214653, + "GEOID10": "57241", + "ZCTA5CE10": "57241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 282 + ], + [ + 469, + 280 + ], + [ + 467, + 280 + ], + [ + 467, + 282 + ], + [ + 469, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57231", + "ALAND10": 708058917, + "AWATER10": 31224487, + "GEOID10": "57231", + "ZCTA5CE10": "57231", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 280 + ], + [ + 471, + 278 + ], + [ + 469, + 278 + ], + [ + 469, + 280 + ], + [ + 471, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57076", + "ALAND10": 320609174, + "AWATER10": 198748, + "GEOID10": "57076", + "ZCTA5CE10": "57076", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 285 + ], + [ + 471, + 283 + ], + [ + 469, + 283 + ], + [ + 469, + 285 + ], + [ + 471, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57248", + "ALAND10": 177123328, + "AWATER10": 37495825, + "GEOID10": "57248", + "ZCTA5CE10": "57248", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 280 + ], + [ + 473, + 278 + ], + [ + 471, + 278 + ], + [ + 471, + 280 + ], + [ + 473, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57042", + "ALAND10": 531093970, + "AWATER10": 11468027, + "GEOID10": "57042", + "ZCTA5CE10": "57042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 281 + ], + [ + 463, + 279 + ], + [ + 461, + 279 + ], + [ + 461, + 281 + ], + [ + 463, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57382", + "ALAND10": 1141249828, + "AWATER10": 12819713, + "GEOID10": "57382", + "ZCTA5CE10": "57382", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 278 + ], + [ + 465, + 276 + ], + [ + 463, + 276 + ], + [ + 463, + 278 + ], + [ + 465, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57375", + "ALAND10": 377534285, + "AWATER10": 104262, + "GEOID10": "57375", + "ZCTA5CE10": "57375", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 280 + ], + [ + 467, + 278 + ], + [ + 465, + 278 + ], + [ + 465, + 280 + ], + [ + 467, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57301", + "ALAND10": 626870125, + "AWATER10": 3282932, + "GEOID10": "57301", + "ZCTA5CE10": "57301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 280 + ], + [ + 467, + 278 + ], + [ + 465, + 278 + ], + [ + 465, + 280 + ], + [ + 467, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57314", + "ALAND10": 725789339, + "AWATER10": 1616330, + "GEOID10": "57314", + "ZCTA5CE10": "57314", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 280 + ], + [ + 468, + 278 + ], + [ + 466, + 278 + ], + [ + 466, + 280 + ], + [ + 468, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57337", + "ALAND10": 207631013, + "AWATER10": 656370, + "GEOID10": "57337", + "ZCTA5CE10": "57337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 280 + ], + [ + 468, + 278 + ], + [ + 466, + 278 + ], + [ + 466, + 280 + ], + [ + 468, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57340", + "ALAND10": 206871334, + "AWATER10": 2056240, + "GEOID10": "57340", + "ZCTA5CE10": "57340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 276 + ], + [ + 466, + 274 + ], + [ + 464, + 274 + ], + [ + 464, + 276 + ], + [ + 466, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57328", + "ALAND10": 417562599, + "AWATER10": 2760081, + "GEOID10": "57328", + "ZCTA5CE10": "57328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 272 + ], + [ + 466, + 270 + ], + [ + 464, + 270 + ], + [ + 464, + 272 + ], + [ + 466, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57329", + "ALAND10": 165516686, + "AWATER10": 378893, + "GEOID10": "57329", + "ZCTA5CE10": "57329", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 277 + ], + [ + 468, + 275 + ], + [ + 466, + 275 + ], + [ + 466, + 277 + ], + [ + 468, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57311", + "ALAND10": 481136098, + "AWATER10": 592295, + "GEOID10": "57311", + "ZCTA5CE10": "57311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 276 + ], + [ + 468, + 274 + ], + [ + 466, + 274 + ], + [ + 466, + 276 + ], + [ + 468, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57376", + "ALAND10": 405548661, + "AWATER10": 140197, + "GEOID10": "57376", + "ZCTA5CE10": "57376", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 278 + ], + [ + 470, + 276 + ], + [ + 468, + 276 + ], + [ + 468, + 278 + ], + [ + 470, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57319", + "ALAND10": 380342146, + "AWATER10": 3224195, + "GEOID10": "57319", + "ZCTA5CE10": "57319", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 280 + ], + [ + 468, + 278 + ], + [ + 466, + 278 + ], + [ + 466, + 280 + ], + [ + 468, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57321", + "ALAND10": 300790963, + "AWATER10": 300146, + "GEOID10": "57321", + "ZCTA5CE10": "57321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 278 + ], + [ + 472, + 276 + ], + [ + 470, + 276 + ], + [ + 470, + 278 + ], + [ + 472, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57048", + "ALAND10": 330815377, + "AWATER10": 1062264, + "GEOID10": "57048", + "ZCTA5CE10": "57048", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 278 + ], + [ + 470, + 276 + ], + [ + 468, + 276 + ], + [ + 468, + 278 + ], + [ + 470, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57332", + "ALAND10": 266670022, + "AWATER10": 162007, + "GEOID10": "57332", + "ZCTA5CE10": "57332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 276 + ], + [ + 469, + 274 + ], + [ + 467, + 274 + ], + [ + 467, + 276 + ], + [ + 469, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57045", + "ALAND10": 315579322, + "AWATER10": 472221, + "GEOID10": "57045", + "ZCTA5CE10": "57045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 275 + ], + [ + 471, + 273 + ], + [ + 469, + 273 + ], + [ + 469, + 275 + ], + [ + 471, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57043", + "ALAND10": 282761404, + "AWATER10": 23080, + "GEOID10": "57043", + "ZCTA5CE10": "57043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 275 + ], + [ + 473, + 273 + ], + [ + 471, + 273 + ], + [ + 471, + 275 + ], + [ + 473, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57070", + "ALAND10": 245384140, + "AWATER10": 708335, + "GEOID10": "57070", + "ZCTA5CE10": "57070", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 289 + ], + [ + 473, + 287 + ], + [ + 471, + 287 + ], + [ + 471, + 289 + ], + [ + 473, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57265", + "ALAND10": 205990928, + "AWATER10": 9308496, + "GEOID10": "57265", + "ZCTA5CE10": "57265", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 288 + ], + [ + 472, + 286 + ], + [ + 470, + 286 + ], + [ + 470, + 288 + ], + [ + 472, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57201", + "ALAND10": 838034821, + "AWATER10": 37717508, + "GEOID10": "57201", + "ZCTA5CE10": "57201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 286 + ], + [ + 473, + 284 + ], + [ + 471, + 284 + ], + [ + 471, + 286 + ], + [ + 473, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57226", + "ALAND10": 491476135, + "AWATER10": 14356101, + "GEOID10": "57226", + "ZCTA5CE10": "57226", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 289 + ], + [ + 476, + 287 + ], + [ + 474, + 287 + ], + [ + 474, + 289 + ], + [ + 476, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57252", + "ALAND10": 422248688, + "AWATER10": 2714087, + "GEOID10": "57252", + "ZCTA5CE10": "57252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 290 + ], + [ + 475, + 288 + ], + [ + 473, + 288 + ], + [ + 473, + 290 + ], + [ + 475, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57259", + "ALAND10": 353733083, + "AWATER10": 688328, + "GEOID10": "57259", + "ZCTA5CE10": "57259", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 284 + ], + [ + 474, + 282 + ], + [ + 472, + 282 + ], + [ + 472, + 284 + ], + [ + 474, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57220", + "ALAND10": 285637986, + "AWATER10": 9775568, + "GEOID10": "57220", + "ZCTA5CE10": "57220", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 283 + ], + [ + 475, + 281 + ], + [ + 473, + 281 + ], + [ + 473, + 283 + ], + [ + 475, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57276", + "ALAND10": 323462499, + "AWATER10": 159697, + "GEOID10": "57276", + "ZCTA5CE10": "57276", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 282 + ], + [ + 474, + 280 + ], + [ + 472, + 280 + ], + [ + 472, + 282 + ], + [ + 474, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57006", + "ALAND10": 402787021, + "AWATER10": 4414464, + "GEOID10": "57006", + "ZCTA5CE10": "57006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 284 + ], + [ + 475, + 282 + ], + [ + 473, + 282 + ], + [ + 473, + 284 + ], + [ + 475, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57026", + "ALAND10": 408307688, + "AWATER10": 94742, + "GEOID10": "57026", + "ZCTA5CE10": "57026", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 285 + ], + [ + 477, + 283 + ], + [ + 475, + 283 + ], + [ + 475, + 285 + ], + [ + 477, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56220", + "ALAND10": 710526950, + "AWATER10": 672737, + "GEOID10": "56220", + "ZCTA5CE10": "56220", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 288 + ], + [ + 479, + 286 + ], + [ + 477, + 286 + ], + [ + 477, + 288 + ], + [ + 479, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56265", + "ALAND10": 689884841, + "AWATER10": 2909507, + "GEOID10": "56265", + "ZCTA5CE10": "56265", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 287 + ], + [ + 478, + 285 + ], + [ + 476, + 285 + ], + [ + 476, + 287 + ], + [ + 478, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56218", + "ALAND10": 253378291, + "AWATER10": 1403084, + "GEOID10": "56218", + "ZCTA5CE10": "56218", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 285 + ], + [ + 481, + 283 + ], + [ + 479, + 283 + ], + [ + 479, + 285 + ], + [ + 481, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56229", + "ALAND10": 252887154, + "AWATER10": 4776048, + "GEOID10": "56229", + "ZCTA5CE10": "56229", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 284 + ], + [ + 476, + 282 + ], + [ + 474, + 282 + ], + [ + 474, + 284 + ], + [ + 476, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56149", + "ALAND10": 287880824, + "AWATER10": 9662369, + "GEOID10": "56149", + "ZCTA5CE10": "56149", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 287 + ], + [ + 479, + 285 + ], + [ + 477, + 285 + ], + [ + 477, + 287 + ], + [ + 479, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56264", + "ALAND10": 327061415, + "AWATER10": 271731, + "GEOID10": "56264", + "ZCTA5CE10": "56264", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 285 + ], + [ + 481, + 283 + ], + [ + 479, + 283 + ], + [ + 479, + 285 + ], + [ + 481, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56258", + "ALAND10": 501182791, + "AWATER10": 1176928, + "GEOID10": "56258", + "ZCTA5CE10": "56258", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 280 + ], + [ + 473, + 278 + ], + [ + 471, + 278 + ], + [ + 471, + 280 + ], + [ + 473, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57075", + "ALAND10": 175989931, + "AWATER10": 10697164, + "GEOID10": "57075", + "ZCTA5CE10": "57075", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 279 + ], + [ + 473, + 277 + ], + [ + 471, + 277 + ], + [ + 471, + 279 + ], + [ + 473, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57033", + "ALAND10": 303715218, + "AWATER10": 3434011, + "GEOID10": "57033", + "ZCTA5CE10": "57033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 280 + ], + [ + 474, + 278 + ], + [ + 472, + 278 + ], + [ + 472, + 280 + ], + [ + 474, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57065", + "ALAND10": 78416393, + "AWATER10": 0, + "GEOID10": "57065", + "ZCTA5CE10": "57065", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 280 + ], + [ + 477, + 278 + ], + [ + 475, + 278 + ], + [ + 475, + 280 + ], + [ + 477, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56164", + "ALAND10": 678397773, + "AWATER10": 765545, + "GEOID10": "56164", + "ZCTA5CE10": "56164", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 278 + ], + [ + 474, + 276 + ], + [ + 472, + 276 + ], + [ + 472, + 278 + ], + [ + 474, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57030", + "ALAND10": 389009474, + "AWATER10": 1012323, + "GEOID10": "57030", + "ZCTA5CE10": "57030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 276 + ], + [ + 474, + 274 + ], + [ + 472, + 274 + ], + [ + 472, + 276 + ], + [ + 474, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57039", + "ALAND10": 228618285, + "AWATER10": 21464, + "GEOID10": "57039", + "ZCTA5CE10": "57039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 277 + ], + [ + 475, + 275 + ], + [ + 473, + 275 + ], + [ + 473, + 277 + ], + [ + 475, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57108", + "ALAND10": 79894883, + "AWATER10": 51990, + "GEOID10": "57108", + "ZCTA5CE10": "57108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 277 + ], + [ + 477, + 275 + ], + [ + 475, + 275 + ], + [ + 475, + 277 + ], + [ + 477, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56116", + "ALAND10": 110508809, + "AWATER10": 17475, + "GEOID10": "56116", + "ZCTA5CE10": "56116", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 272 + ], + [ + 475, + 270 + ], + [ + 473, + 270 + ], + [ + 473, + 272 + ], + [ + 475, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57001", + "ALAND10": 329443417, + "AWATER10": 283979, + "GEOID10": "57001", + "ZCTA5CE10": "57001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 280 + ], + [ + 476, + 278 + ], + [ + 474, + 278 + ], + [ + 474, + 280 + ], + [ + 476, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56144", + "ALAND10": 256529207, + "AWATER10": 629266, + "GEOID10": "56144", + "ZCTA5CE10": "56144", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 277 + ], + [ + 478, + 275 + ], + [ + 476, + 275 + ], + [ + 476, + 277 + ], + [ + 478, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56156", + "ALAND10": 433126667, + "AWATER10": 592422, + "GEOID10": "56156", + "ZCTA5CE10": "56156", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 282 + ], + [ + 480, + 280 + ], + [ + 478, + 280 + ], + [ + 478, + 282 + ], + [ + 480, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56172", + "ALAND10": 308342392, + "AWATER10": 6378169, + "GEOID10": "56172", + "ZCTA5CE10": "56172", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 279 + ], + [ + 478, + 277 + ], + [ + 476, + 277 + ], + [ + 476, + 279 + ], + [ + 478, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56110", + "ALAND10": 278885381, + "AWATER10": 597252, + "GEOID10": "56110", + "ZCTA5CE10": "56110", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 278 + ], + [ + 480, + 276 + ], + [ + 478, + 276 + ], + [ + 478, + 278 + ], + [ + 480, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56187", + "ALAND10": 439686232, + "AWATER10": 10255555, + "GEOID10": "56187", + "ZCTA5CE10": "56187", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 276 + ], + [ + 477, + 274 + ], + [ + 475, + 274 + ], + [ + 475, + 276 + ], + [ + 477, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51246", + "ALAND10": 424477828, + "AWATER10": 39922, + "GEOID10": "51246", + "ZCTA5CE10": "51246", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 275 + ], + [ + 476, + 273 + ], + [ + 474, + 273 + ], + [ + 474, + 275 + ], + [ + 476, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51247", + "ALAND10": 289434915, + "AWATER10": 215468, + "GEOID10": "51247", + "ZCTA5CE10": "51247", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 277 + ], + [ + 479, + 275 + ], + [ + 477, + 275 + ], + [ + 477, + 277 + ], + [ + 479, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51243", + "ALAND10": 139202026, + "AWATER10": 36358, + "GEOID10": "51243", + "ZCTA5CE10": "51243", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 276 + ], + [ + 481, + 274 + ], + [ + 479, + 274 + ], + [ + 479, + 276 + ], + [ + 481, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51350", + "ALAND10": 112104257, + "AWATER10": 0, + "GEOID10": "51350", + "ZCTA5CE10": "51350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 271 + ], + [ + 468, + 269 + ], + [ + 466, + 269 + ], + [ + 466, + 271 + ], + [ + 468, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68760", + "ALAND10": 542636139, + "AWATER10": 36954856, + "GEOID10": "68760", + "ZCTA5CE10": "68760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 272 + ], + [ + 466, + 270 + ], + [ + 464, + 270 + ], + [ + 464, + 272 + ], + [ + 466, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57315", + "ALAND10": 312659582, + "AWATER10": 1071837, + "GEOID10": "57315", + "ZCTA5CE10": "57315", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 272 + ], + [ + 466, + 270 + ], + [ + 464, + 270 + ], + [ + 464, + 272 + ], + [ + 466, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57062", + "ALAND10": 261965800, + "AWATER10": 16574283, + "GEOID10": "57062", + "ZCTA5CE10": "57062", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 266 + ], + [ + 467, + 264 + ], + [ + 465, + 264 + ], + [ + 465, + 266 + ], + [ + 467, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68756", + "ALAND10": 338854768, + "AWATER10": 497699, + "GEOID10": "68756", + "ZCTA5CE10": "68756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 268 + ], + [ + 466, + 266 + ], + [ + 464, + 266 + ], + [ + 464, + 268 + ], + [ + 466, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68720", + "ALAND10": 172851196, + "AWATER10": 51634, + "GEOID10": "68720", + "ZCTA5CE10": "68720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 266 + ], + [ + 468, + 264 + ], + [ + 466, + 264 + ], + [ + 466, + 266 + ], + [ + 468, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68769", + "ALAND10": 371865144, + "AWATER10": 77983, + "GEOID10": "68769", + "ZCTA5CE10": "68769", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 272 + ], + [ + 468, + 270 + ], + [ + 466, + 270 + ], + [ + 466, + 272 + ], + [ + 468, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68718", + "ALAND10": 580881090, + "AWATER10": 10250292, + "GEOID10": "68718", + "ZCTA5CE10": "68718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 270 + ], + [ + 473, + 268 + ], + [ + 471, + 268 + ], + [ + 471, + 270 + ], + [ + 473, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68739", + "ALAND10": 577485959, + "AWATER10": 46806, + "GEOID10": "68739", + "ZCTA5CE10": "68739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 272 + ], + [ + 471, + 270 + ], + [ + 469, + 270 + ], + [ + 469, + 272 + ], + [ + 471, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57078", + "ALAND10": 288995120, + "AWATER10": 12053496, + "GEOID10": "57078", + "ZCTA5CE10": "57078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 270 + ], + [ + 470, + 268 + ], + [ + 468, + 268 + ], + [ + 468, + 270 + ], + [ + 470, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68786", + "ALAND10": 313350355, + "AWATER10": 10926, + "GEOID10": "68786", + "ZCTA5CE10": "68786", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 267 + ], + [ + 468, + 265 + ], + [ + 466, + 265 + ], + [ + 466, + 267 + ], + [ + 468, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68767", + "ALAND10": 546293437, + "AWATER10": 3302028, + "GEOID10": "68767", + "ZCTA5CE10": "68767", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 267 + ], + [ + 471, + 265 + ], + [ + 469, + 265 + ], + [ + 469, + 267 + ], + [ + 471, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68771", + "ALAND10": 380253477, + "AWATER10": 190972, + "GEOID10": "68771", + "ZCTA5CE10": "68771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 268 + ], + [ + 472, + 266 + ], + [ + 470, + 266 + ], + [ + 470, + 268 + ], + [ + 472, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68787", + "ALAND10": 363909400, + "AWATER10": 184267, + "GEOID10": "68787", + "ZCTA5CE10": "68787", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 265 + ], + [ + 465, + 263 + ], + [ + 463, + 263 + ], + [ + 463, + 265 + ], + [ + 465, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68665", + "ALAND10": 726310149, + "AWATER10": 347083, + "GEOID10": "68665", + "ZCTA5CE10": "68665", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 262 + ], + [ + 468, + 260 + ], + [ + 466, + 260 + ], + [ + 466, + 262 + ], + [ + 468, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68620", + "ALAND10": 792916836, + "AWATER10": 325985, + "GEOID10": "68620", + "ZCTA5CE10": "68620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 262 + ], + [ + 467, + 260 + ], + [ + 465, + 260 + ], + [ + 465, + 262 + ], + [ + 467, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68627", + "ALAND10": 331434709, + "AWATER10": 364024, + "GEOID10": "68627", + "ZCTA5CE10": "68627", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 265 + ], + [ + 467, + 263 + ], + [ + 465, + 263 + ], + [ + 465, + 265 + ], + [ + 467, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68636", + "ALAND10": 583679250, + "AWATER10": 153022, + "GEOID10": "68636", + "ZCTA5CE10": "68636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 261 + ], + [ + 464, + 259 + ], + [ + 462, + 259 + ], + [ + 462, + 261 + ], + [ + 464, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68882", + "ALAND10": 303109411, + "AWATER10": 43563, + "GEOID10": "68882", + "ZCTA5CE10": "68882", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 260 + ], + [ + 466, + 258 + ], + [ + 464, + 258 + ], + [ + 464, + 260 + ], + [ + 466, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68638", + "ALAND10": 393732992, + "AWATER10": 9251605, + "GEOID10": "68638", + "ZCTA5CE10": "68638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 258 + ], + [ + 466, + 256 + ], + [ + 464, + 256 + ], + [ + 464, + 258 + ], + [ + 466, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68826", + "ALAND10": 375457465, + "AWATER10": 7202462, + "GEOID10": "68826", + "ZCTA5CE10": "68826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 259 + ], + [ + 468, + 257 + ], + [ + 466, + 257 + ], + [ + 466, + 259 + ], + [ + 468, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68628", + "ALAND10": 277333712, + "AWATER10": 8725676, + "GEOID10": "68628", + "ZCTA5CE10": "68628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 265 + ], + [ + 471, + 263 + ], + [ + 469, + 263 + ], + [ + 469, + 265 + ], + [ + 471, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68701", + "ALAND10": 490870211, + "AWATER10": 5510329, + "GEOID10": "68701", + "ZCTA5CE10": "68701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 262 + ], + [ + 469, + 260 + ], + [ + 467, + 260 + ], + [ + 467, + 262 + ], + [ + 469, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68644", + "ALAND10": 235521458, + "AWATER10": 102203, + "GEOID10": "68644", + "ZCTA5CE10": "68644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 264 + ], + [ + 471, + 262 + ], + [ + 469, + 262 + ], + [ + 469, + 264 + ], + [ + 471, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68779", + "ALAND10": 440347486, + "AWATER10": 4986901, + "GEOID10": "68779", + "ZCTA5CE10": "68779", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 262 + ], + [ + 471, + 260 + ], + [ + 469, + 260 + ], + [ + 469, + 262 + ], + [ + 471, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68629", + "ALAND10": 373593647, + "AWATER10": 443070, + "GEOID10": "68629", + "ZCTA5CE10": "68629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 259 + ], + [ + 468, + 257 + ], + [ + 466, + 257 + ], + [ + 466, + 259 + ], + [ + 468, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68651", + "ALAND10": 322577383, + "AWATER10": 321681, + "GEOID10": "68651", + "ZCTA5CE10": "68651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 261 + ], + [ + 472, + 259 + ], + [ + 470, + 259 + ], + [ + 470, + 261 + ], + [ + 472, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68601", + "ALAND10": 747537442, + "AWATER10": 27178167, + "GEOID10": "68601", + "ZCTA5CE10": "68601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 256 + ], + [ + 468, + 254 + ], + [ + 466, + 254 + ], + [ + 466, + 256 + ], + [ + 468, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68319", + "ALAND10": 180933299, + "AWATER10": 1468329, + "GEOID10": "68319", + "ZCTA5CE10": "68319", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 260 + ], + [ + 473, + 258 + ], + [ + 471, + 258 + ], + [ + 471, + 260 + ], + [ + 473, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68632", + "ALAND10": 401306485, + "AWATER10": 2390303, + "GEOID10": "68632", + "ZCTA5CE10": "68632", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 257 + ], + [ + 471, + 255 + ], + [ + 469, + 255 + ], + [ + 469, + 257 + ], + [ + 471, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68367", + "ALAND10": 175112093, + "AWATER10": 485152, + "GEOID10": "68367", + "ZCTA5CE10": "68367", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 273 + ], + [ + 473, + 271 + ], + [ + 471, + 271 + ], + [ + 471, + 273 + ], + [ + 473, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57014", + "ALAND10": 344361898, + "AWATER10": 46370, + "GEOID10": "57014", + "ZCTA5CE10": "57014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 271 + ], + [ + 472, + 269 + ], + [ + 470, + 269 + ], + [ + 470, + 271 + ], + [ + 472, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57069", + "ALAND10": 424476969, + "AWATER10": 9323907, + "GEOID10": "57069", + "ZCTA5CE10": "57069", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 270 + ], + [ + 475, + 268 + ], + [ + 473, + 268 + ], + [ + 473, + 270 + ], + [ + 475, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US57025", + "ALAND10": 343271061, + "AWATER10": 5785785, + "GEOID10": "57025", + "ZCTA5CE10": "57025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 271 + ], + [ + 476, + 269 + ], + [ + 474, + 269 + ], + [ + 474, + 271 + ], + [ + 476, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51031", + "ALAND10": 605066783, + "AWATER10": 60585, + "GEOID10": "51031", + "ZCTA5CE10": "51031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 271 + ], + [ + 477, + 269 + ], + [ + 475, + 269 + ], + [ + 475, + 271 + ], + [ + 477, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51038", + "ALAND10": 233763274, + "AWATER10": 44318, + "GEOID10": "51038", + "ZCTA5CE10": "51038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 270 + ], + [ + 476, + 268 + ], + [ + 474, + 268 + ], + [ + 474, + 270 + ], + [ + 476, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51108", + "ALAND10": 116060114, + "AWATER10": 297985, + "GEOID10": "51108", + "ZCTA5CE10": "51108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 268 + ], + [ + 474, + 266 + ], + [ + 472, + 266 + ], + [ + 472, + 268 + ], + [ + 474, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68710", + "ALAND10": 219558219, + "AWATER10": 298182, + "GEOID10": "68710", + "ZCTA5CE10": "68710", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 266 + ], + [ + 473, + 264 + ], + [ + 471, + 264 + ], + [ + 471, + 266 + ], + [ + 473, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68047", + "ALAND10": 326956226, + "AWATER10": 618895, + "GEOID10": "68047", + "ZCTA5CE10": "68047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 269 + ], + [ + 476, + 267 + ], + [ + 474, + 267 + ], + [ + 474, + 269 + ], + [ + 476, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51106", + "ALAND10": 80719437, + "AWATER10": 1006655, + "GEOID10": "51106", + "ZCTA5CE10": "51106", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 266 + ], + [ + 476, + 264 + ], + [ + 474, + 264 + ], + [ + 474, + 266 + ], + [ + 476, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68067", + "ALAND10": 146489359, + "AWATER10": 162816, + "GEOID10": "68067", + "ZCTA5CE10": "68067", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 273 + ], + [ + 477, + 271 + ], + [ + 475, + 271 + ], + [ + 475, + 273 + ], + [ + 477, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51036", + "ALAND10": 114214638, + "AWATER10": 14621, + "GEOID10": "51036", + "ZCTA5CE10": "51036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 272 + ], + [ + 478, + 270 + ], + [ + 476, + 270 + ], + [ + 476, + 272 + ], + [ + 478, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51050", + "ALAND10": 353266719, + "AWATER10": 0, + "GEOID10": "51050", + "ZCTA5CE10": "51050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 268 + ], + [ + 478, + 266 + ], + [ + 476, + 266 + ], + [ + 476, + 268 + ], + [ + 478, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51007", + "ALAND10": 87318015, + "AWATER10": 0, + "GEOID10": "51007", + "ZCTA5CE10": "51007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 266 + ], + [ + 477, + 264 + ], + [ + 475, + 264 + ], + [ + 475, + 266 + ], + [ + 477, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51063", + "ALAND10": 159921592, + "AWATER10": 2136842, + "GEOID10": "51063", + "ZCTA5CE10": "51063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 269 + ], + [ + 479, + 267 + ], + [ + 477, + 267 + ], + [ + 477, + 269 + ], + [ + 479, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51016", + "ALAND10": 262372030, + "AWATER10": 523403, + "GEOID10": "51016", + "ZCTA5CE10": "51016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 267 + ], + [ + 479, + 265 + ], + [ + 477, + 265 + ], + [ + 477, + 267 + ], + [ + 479, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51010", + "ALAND10": 175387788, + "AWATER10": 925304, + "GEOID10": "51010", + "ZCTA5CE10": "51010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 266 + ], + [ + 473, + 264 + ], + [ + 471, + 264 + ], + [ + 471, + 266 + ], + [ + 473, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68791", + "ALAND10": 344881310, + "AWATER10": 2667857, + "GEOID10": "68791", + "ZCTA5CE10": "68791", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 265 + ], + [ + 474, + 263 + ], + [ + 472, + 263 + ], + [ + 472, + 265 + ], + [ + 474, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68004", + "ALAND10": 203836595, + "AWATER10": 596057, + "GEOID10": "68004", + "ZCTA5CE10": "68004", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 262 + ], + [ + 475, + 260 + ], + [ + 473, + 260 + ], + [ + 473, + 262 + ], + [ + 475, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68649", + "ALAND10": 268445955, + "AWATER10": 10339281, + "GEOID10": "68649", + "ZCTA5CE10": "68649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 262 + ], + [ + 475, + 260 + ], + [ + 473, + 260 + ], + [ + 473, + 262 + ], + [ + 475, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68031", + "ALAND10": 315176137, + "AWATER10": 5055646, + "GEOID10": "68031", + "ZCTA5CE10": "68031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 261 + ], + [ + 474, + 259 + ], + [ + 472, + 259 + ], + [ + 472, + 261 + ], + [ + 474, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68648", + "ALAND10": 107138612, + "AWATER10": 1115828, + "GEOID10": "68648", + "ZCTA5CE10": "68648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 258 + ], + [ + 474, + 256 + ], + [ + 472, + 256 + ], + [ + 472, + 258 + ], + [ + 474, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68066", + "ALAND10": 237099719, + "AWATER10": 389914, + "GEOID10": "68066", + "ZCTA5CE10": "68066", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 260 + ], + [ + 476, + 258 + ], + [ + 474, + 258 + ], + [ + 474, + 260 + ], + [ + 476, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68025", + "ALAND10": 322090113, + "AWATER10": 14183752, + "GEOID10": "68025", + "ZCTA5CE10": "68025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 265 + ], + [ + 477, + 263 + ], + [ + 475, + 263 + ], + [ + 475, + 265 + ], + [ + 477, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68038", + "ALAND10": 254930464, + "AWATER10": 1677526, + "GEOID10": "68038", + "ZCTA5CE10": "68038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 263 + ], + [ + 478, + 261 + ], + [ + 476, + 261 + ], + [ + 476, + 263 + ], + [ + 478, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68061", + "ALAND10": 391629331, + "AWATER10": 5104084, + "GEOID10": "68061", + "ZCTA5CE10": "68061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 263 + ], + [ + 479, + 261 + ], + [ + 477, + 261 + ], + [ + 477, + 263 + ], + [ + 479, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51557", + "ALAND10": 180194336, + "AWATER10": 897565, + "GEOID10": "51557", + "ZCTA5CE10": "51557", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 263 + ], + [ + 481, + 261 + ], + [ + 479, + 261 + ], + [ + 479, + 263 + ], + [ + 481, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51579", + "ALAND10": 300427776, + "AWATER10": 993021, + "GEOID10": "51579", + "ZCTA5CE10": "51579", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 260 + ], + [ + 477, + 258 + ], + [ + 475, + 258 + ], + [ + 475, + 260 + ], + [ + 477, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68069", + "ALAND10": 75707059, + "AWATER10": 13244558, + "GEOID10": "68069", + "ZCTA5CE10": "68069", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 260 + ], + [ + 478, + 258 + ], + [ + 476, + 258 + ], + [ + 476, + 260 + ], + [ + 478, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68134", + "ALAND10": 22147638, + "AWATER10": 60335, + "GEOID10": "68134", + "ZCTA5CE10": "68134", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 259 + ], + [ + 478, + 257 + ], + [ + 476, + 257 + ], + [ + 476, + 259 + ], + [ + 478, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68059", + "ALAND10": 125671529, + "AWATER10": 4691336, + "GEOID10": "68059", + "ZCTA5CE10": "68059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 260 + ], + [ + 479, + 258 + ], + [ + 477, + 258 + ], + [ + 477, + 260 + ], + [ + 479, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51526", + "ALAND10": 108386600, + "AWATER10": 2946476, + "GEOID10": "51526", + "ZCTA5CE10": "51526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 260 + ], + [ + 480, + 258 + ], + [ + 478, + 258 + ], + [ + 478, + 260 + ], + [ + 480, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51503", + "ALAND10": 307521424, + "AWATER10": 3790161, + "GEOID10": "51503", + "ZCTA5CE10": "51503", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 259 + ], + [ + 481, + 257 + ], + [ + 479, + 257 + ], + [ + 479, + 259 + ], + [ + 481, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51551", + "ALAND10": 209838948, + "AWATER10": 957138, + "GEOID10": "51551", + "ZCTA5CE10": "51551", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 321 + ], + [ + 479, + 320 + ], + [ + 481, + 317 + ], + [ + 476, + 321 + ], + [ + 480, + 321 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56751", + "ALAND10": 1210828343, + "AWATER10": 6973721, + "GEOID10": "56751", + "ZCTA5CE10": "56751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 322 + ], + [ + 482, + 320 + ], + [ + 480, + 320 + ], + [ + 480, + 322 + ], + [ + 482, + 322 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56763", + "ALAND10": 629419281, + "AWATER10": 1784055, + "GEOID10": "56763", + "ZCTA5CE10": "56763", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 317 + ], + [ + 483, + 316 + ], + [ + 481, + 313 + ], + [ + 480, + 313 + ], + [ + 478, + 315 + ], + [ + 480, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56727", + "ALAND10": 2129933847, + "AWATER10": 1219699, + "GEOID10": "56727", + "ZCTA5CE10": "56727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 320 + ], + [ + 487, + 319 + ], + [ + 486, + 316 + ], + [ + 484, + 316 + ], + [ + 484, + 320 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56623", + "ALAND10": 1225519901, + "AWATER10": 36312635, + "GEOID10": "56623", + "ZCTA5CE10": "56623", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 319 + ], + [ + 485, + 317 + ], + [ + 483, + 317 + ], + [ + 483, + 319 + ], + [ + 485, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56686", + "ALAND10": 456607540, + "AWATER10": 8915370, + "GEOID10": "56686", + "ZCTA5CE10": "56686", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 317 + ], + [ + 491, + 315 + ], + [ + 491, + 313 + ], + [ + 486, + 313 + ], + [ + 486, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56627", + "ALAND10": 2180842954, + "AWATER10": 2595595, + "GEOID10": "56627", + "ZCTA5CE10": "56627", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 311 + ], + [ + 481, + 309 + ], + [ + 479, + 309 + ], + [ + 479, + 311 + ], + [ + 481, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56644", + "ALAND10": 267527091, + "AWATER10": 6221418, + "GEOID10": "56644", + "ZCTA5CE10": "56644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 308 + ], + [ + 480, + 306 + ], + [ + 478, + 306 + ], + [ + 478, + 308 + ], + [ + 480, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56542", + "ALAND10": 495386886, + "AWATER10": 27578847, + "GEOID10": "56542", + "ZCTA5CE10": "56542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 312 + ], + [ + 484, + 310 + ], + [ + 482, + 310 + ], + [ + 482, + 312 + ], + [ + 484, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56671", + "ALAND10": 571578949, + "AWATER10": 16404133, + "GEOID10": "56671", + "ZCTA5CE10": "56671", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 312 + ], + [ + 485, + 310 + ], + [ + 483, + 310 + ], + [ + 483, + 312 + ], + [ + 485, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56667", + "ALAND10": 237447879, + "AWATER10": 20341567, + "GEOID10": "56667", + "ZCTA5CE10": "56667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 307 + ], + [ + 482, + 305 + ], + [ + 480, + 305 + ], + [ + 480, + 307 + ], + [ + 482, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56557", + "ALAND10": 637298699, + "AWATER10": 18571417, + "GEOID10": "56557", + "ZCTA5CE10": "56557", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 306 + ], + [ + 482, + 304 + ], + [ + 480, + 304 + ], + [ + 480, + 306 + ], + [ + 482, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56589", + "ALAND10": 638844369, + "AWATER10": 55752725, + "GEOID10": "56589", + "ZCTA5CE10": "56589", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 309 + ], + [ + 481, + 305 + ], + [ + 480, + 309 + ], + [ + 482, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56621", + "ALAND10": 812054844, + "AWATER10": 23352316, + "GEOID10": "56621", + "ZCTA5CE10": "56621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 312 + ], + [ + 484, + 310 + ], + [ + 482, + 310 + ], + [ + 482, + 312 + ], + [ + 484, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56676", + "ALAND10": 528691513, + "AWATER10": 24028357, + "GEOID10": "56676", + "ZCTA5CE10": "56676", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 313 + ], + [ + 486, + 311 + ], + [ + 484, + 311 + ], + [ + 484, + 313 + ], + [ + 486, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56650", + "ALAND10": 464928851, + "AWATER10": 261497, + "GEOID10": "56650", + "ZCTA5CE10": "56650", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 312 + ], + [ + 486, + 310 + ], + [ + 484, + 310 + ], + [ + 484, + 312 + ], + [ + 486, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56647", + "ALAND10": 208462787, + "AWATER10": 17803543, + "GEOID10": "56647", + "ZCTA5CE10": "56647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 311 + ], + [ + 489, + 309 + ], + [ + 487, + 309 + ], + [ + 487, + 311 + ], + [ + 489, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56630", + "ALAND10": 708986346, + "AWATER10": 13182287, + "GEOID10": "56630", + "ZCTA5CE10": "56630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 310 + ], + [ + 486, + 308 + ], + [ + 483, + 307 + ], + [ + 482, + 309 + ], + [ + 484, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56601", + "ALAND10": 947585079, + "AWATER10": 132335610, + "GEOID10": "56601", + "ZCTA5CE10": "56601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 309 + ], + [ + 487, + 306 + ], + [ + 485, + 307 + ], + [ + 485, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56633", + "ALAND10": 570682037, + "AWATER10": 223868411, + "GEOID10": "56633", + "ZCTA5CE10": "56633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 306 + ], + [ + 485, + 307 + ], + [ + 485, + 305 + ], + [ + 483, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56461", + "ALAND10": 709730901, + "AWATER10": 33403422, + "GEOID10": "56461", + "ZCTA5CE10": "56461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 305 + ], + [ + 486, + 303 + ], + [ + 484, + 303 + ], + [ + 484, + 305 + ], + [ + 486, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56484", + "ALAND10": 234763064, + "AWATER10": 245721223, + "GEOID10": "56484", + "ZCTA5CE10": "56484", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 316 + ], + [ + 489, + 314 + ], + [ + 487, + 314 + ], + [ + 487, + 316 + ], + [ + 489, + 316 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56629", + "ALAND10": 644505168, + "AWATER10": 4395310, + "GEOID10": "56629", + "ZCTA5CE10": "56629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 319 + ], + [ + 491, + 317 + ], + [ + 489, + 317 + ], + [ + 489, + 319 + ], + [ + 491, + 319 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56654", + "ALAND10": 306275573, + "AWATER10": 1836591, + "GEOID10": "56654", + "ZCTA5CE10": "56654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 317 + ], + [ + 494, + 314 + ], + [ + 490, + 312 + ], + [ + 492, + 314 + ], + [ + 489, + 316 + ], + [ + 492, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56653", + "ALAND10": 1634905800, + "AWATER10": 3363926, + "GEOID10": "56653", + "ZCTA5CE10": "56653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 318 + ], + [ + 496, + 316 + ], + [ + 494, + 316 + ], + [ + 494, + 318 + ], + [ + 496, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56669", + "ALAND10": 568595630, + "AWATER10": 49664811, + "GEOID10": "56669", + "ZCTA5CE10": "56669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 313 + ], + [ + 490, + 311 + ], + [ + 488, + 311 + ], + [ + 488, + 313 + ], + [ + 490, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56660", + "ALAND10": 466800608, + "AWATER10": 1070577, + "GEOID10": "56660", + "ZCTA5CE10": "56660", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 313 + ], + [ + 489, + 310 + ], + [ + 486, + 311 + ], + [ + 486, + 313 + ], + [ + 488, + 312 + ], + [ + 490, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56661", + "ALAND10": 1017339876, + "AWATER10": 26386468, + "GEOID10": "56661", + "ZCTA5CE10": "56661", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 311 + ], + [ + 489, + 309 + ], + [ + 487, + 309 + ], + [ + 487, + 311 + ], + [ + 489, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56680", + "ALAND10": 74930205, + "AWATER10": 7898397, + "GEOID10": "56680", + "ZCTA5CE10": "56680", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 311 + ], + [ + 493, + 309 + ], + [ + 489, + 310 + ], + [ + 491, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56628", + "ALAND10": 646489539, + "AWATER10": 63524821, + "GEOID10": "56628", + "ZCTA5CE10": "56628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 307 + ], + [ + 490, + 304 + ], + [ + 488, + 303 + ], + [ + 487, + 307 + ], + [ + 489, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56672", + "ALAND10": 1120949676, + "AWATER10": 101247648, + "GEOID10": "56672", + "ZCTA5CE10": "56672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 308 + ], + [ + 489, + 310 + ], + [ + 491, + 308 + ], + [ + 489, + 305 + ], + [ + 489, + 307 + ], + [ + 488, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56636", + "ALAND10": 1165293936, + "AWATER10": 283932635, + "GEOID10": "56636", + "ZCTA5CE10": "56636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 308 + ], + [ + 493, + 304 + ], + [ + 490, + 305 + ], + [ + 491, + 308 + ], + [ + 492, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55744", + "ALAND10": 643419137, + "AWATER10": 92494054, + "GEOID10": "55744", + "ZCTA5CE10": "55744", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 308 + ], + [ + 492, + 306 + ], + [ + 490, + 306 + ], + [ + 490, + 308 + ], + [ + 492, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55721", + "ALAND10": 226933128, + "AWATER10": 34943417, + "GEOID10": "55721", + "ZCTA5CE10": "55721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 313 + ], + [ + 493, + 312 + ], + [ + 490, + 311 + ], + [ + 492, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56639", + "ALAND10": 781997142, + "AWATER10": 13294888, + "GEOID10": "56639", + "ZCTA5CE10": "56639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 310 + ], + [ + 496, + 308 + ], + [ + 494, + 308 + ], + [ + 494, + 310 + ], + [ + 496, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55781", + "ALAND10": 197562906, + "AWATER10": 13650028, + "GEOID10": "55781", + "ZCTA5CE10": "55781", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 311 + ], + [ + 494, + 309 + ], + [ + 492, + 309 + ], + [ + 492, + 311 + ], + [ + 494, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55709", + "ALAND10": 594203293, + "AWATER10": 57065095, + "GEOID10": "55709", + "ZCTA5CE10": "55709", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 308 + ], + [ + 494, + 306 + ], + [ + 492, + 306 + ], + [ + 492, + 308 + ], + [ + 494, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55742", + "ALAND10": 137451058, + "AWATER10": 4248683, + "GEOID10": "55742", + "ZCTA5CE10": "55742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 305 + ], + [ + 481, + 303 + ], + [ + 479, + 303 + ], + [ + 479, + 305 + ], + [ + 481, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56578", + "ALAND10": 177779970, + "AWATER10": 42158482, + "GEOID10": "56578", + "ZCTA5CE10": "56578", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 304 + ], + [ + 481, + 302 + ], + [ + 479, + 302 + ], + [ + 479, + 304 + ], + [ + 481, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56570", + "ALAND10": 252397161, + "AWATER10": 23171470, + "GEOID10": "56570", + "ZCTA5CE10": "56570", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 307 + ], + [ + 484, + 306 + ], + [ + 484, + 303 + ], + [ + 482, + 303 + ], + [ + 481, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56470", + "ALAND10": 1012900931, + "AWATER10": 94850582, + "GEOID10": "56470", + "ZCTA5CE10": "56470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 301 + ], + [ + 480, + 299 + ], + [ + 478, + 299 + ], + [ + 478, + 301 + ], + [ + 480, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56573", + "ALAND10": 357793856, + "AWATER10": 47142689, + "GEOID10": "56573", + "ZCTA5CE10": "56573", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 299 + ], + [ + 480, + 297 + ], + [ + 478, + 297 + ], + [ + 478, + 299 + ], + [ + 480, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56551", + "ALAND10": 279226638, + "AWATER10": 18130375, + "GEOID10": "56551", + "ZCTA5CE10": "56551", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 299 + ], + [ + 485, + 297 + ], + [ + 483, + 297 + ], + [ + 483, + 299 + ], + [ + 485, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56437", + "ALAND10": 172402489, + "AWATER10": 12966, + "GEOID10": "56437", + "ZCTA5CE10": "56437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 304 + ], + [ + 486, + 302 + ], + [ + 484, + 302 + ], + [ + 484, + 304 + ], + [ + 486, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56464", + "ALAND10": 657247854, + "AWATER10": 17153304, + "GEOID10": "56464", + "ZCTA5CE10": "56464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 304 + ], + [ + 486, + 302 + ], + [ + 484, + 302 + ], + [ + 484, + 304 + ], + [ + 486, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56467", + "ALAND10": 315398166, + "AWATER10": 42070915, + "GEOID10": "56467", + "ZCTA5CE10": "56467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 303 + ], + [ + 486, + 301 + ], + [ + 484, + 301 + ], + [ + 484, + 303 + ], + [ + 486, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56477", + "ALAND10": 615330540, + "AWATER10": 2304322, + "GEOID10": "56477", + "ZCTA5CE10": "56477", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 302 + ], + [ + 486, + 300 + ], + [ + 484, + 300 + ], + [ + 484, + 302 + ], + [ + 486, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56481", + "ALAND10": 383010666, + "AWATER10": 1063854, + "GEOID10": "56481", + "ZCTA5CE10": "56481", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 304 + ], + [ + 489, + 302 + ], + [ + 487, + 302 + ], + [ + 487, + 304 + ], + [ + 489, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56655", + "ALAND10": 272674318, + "AWATER10": 72977689, + "GEOID10": "56655", + "ZCTA5CE10": "56655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 304 + ], + [ + 489, + 302 + ], + [ + 487, + 302 + ], + [ + 487, + 304 + ], + [ + 489, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56474", + "ALAND10": 630117491, + "AWATER10": 46607755, + "GEOID10": "56474", + "ZCTA5CE10": "56474", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 299 + ], + [ + 486, + 297 + ], + [ + 484, + 297 + ], + [ + 484, + 299 + ], + [ + 486, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56466", + "ALAND10": 483876925, + "AWATER10": 14531172, + "GEOID10": "56466", + "ZCTA5CE10": "56466", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 303 + ], + [ + 489, + 301 + ], + [ + 487, + 301 + ], + [ + 487, + 303 + ], + [ + 489, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56472", + "ALAND10": 403447173, + "AWATER10": 56458287, + "GEOID10": "56472", + "ZCTA5CE10": "56472", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 299 + ], + [ + 487, + 297 + ], + [ + 485, + 297 + ], + [ + 485, + 299 + ], + [ + 487, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56443", + "ALAND10": 261400422, + "AWATER10": 26978776, + "GEOID10": "56443", + "ZCTA5CE10": "56443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 300 + ], + [ + 490, + 298 + ], + [ + 488, + 297 + ], + [ + 486, + 299 + ], + [ + 487, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56401", + "ALAND10": 842011008, + "AWATER10": 97874005, + "GEOID10": "56401", + "ZCTA5CE10": "56401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 296 + ], + [ + 480, + 294 + ], + [ + 478, + 294 + ], + [ + 478, + 296 + ], + [ + 480, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56315", + "ALAND10": 180178151, + "AWATER10": 23117611, + "GEOID10": "56315", + "ZCTA5CE10": "56315", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 295 + ], + [ + 481, + 293 + ], + [ + 479, + 293 + ], + [ + 479, + 295 + ], + [ + 481, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56308", + "ALAND10": 402905300, + "AWATER10": 97839914, + "GEOID10": "56308", + "ZCTA5CE10": "56308", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 296 + ], + [ + 481, + 294 + ], + [ + 479, + 294 + ], + [ + 479, + 296 + ], + [ + 481, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56327", + "ALAND10": 129269539, + "AWATER10": 19038572, + "GEOID10": "56327", + "ZCTA5CE10": "56327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 297 + ], + [ + 482, + 295 + ], + [ + 480, + 295 + ], + [ + 480, + 297 + ], + [ + 482, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56319", + "ALAND10": 104088793, + "AWATER10": 196577, + "GEOID10": "56319", + "ZCTA5CE10": "56319", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 295 + ], + [ + 482, + 293 + ], + [ + 480, + 293 + ], + [ + 480, + 295 + ], + [ + 482, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56334", + "ALAND10": 519618087, + "AWATER10": 48870339, + "GEOID10": "56334", + "ZCTA5CE10": "56334", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 292 + ], + [ + 482, + 290 + ], + [ + 480, + 290 + ], + [ + 480, + 292 + ], + [ + 482, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56271", + "ALAND10": 387733047, + "AWATER10": 4351593, + "GEOID10": "56271", + "ZCTA5CE10": "56271", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 292 + ], + [ + 483, + 290 + ], + [ + 481, + 290 + ], + [ + 481, + 292 + ], + [ + 483, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56312", + "ALAND10": 449964584, + "AWATER10": 6008977, + "GEOID10": "56312", + "ZCTA5CE10": "56312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 291 + ], + [ + 484, + 289 + ], + [ + 482, + 289 + ], + [ + 482, + 291 + ], + [ + 484, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56289", + "ALAND10": 126709027, + "AWATER10": 13004538, + "GEOID10": "56289", + "ZCTA5CE10": "56289", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 297 + ], + [ + 483, + 295 + ], + [ + 481, + 295 + ], + [ + 481, + 297 + ], + [ + 483, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56347", + "ALAND10": 485358201, + "AWATER10": 9717016, + "GEOID10": "56347", + "ZCTA5CE10": "56347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 296 + ], + [ + 485, + 294 + ], + [ + 483, + 294 + ], + [ + 483, + 296 + ], + [ + 485, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56378", + "ALAND10": 547473228, + "AWATER10": 19138327, + "GEOID10": "56378", + "ZCTA5CE10": "56378", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 296 + ], + [ + 487, + 294 + ], + [ + 485, + 294 + ], + [ + 485, + 296 + ], + [ + 487, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56345", + "ALAND10": 587981822, + "AWATER10": 10489325, + "GEOID10": "56345", + "ZCTA5CE10": "56345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 295 + ], + [ + 487, + 293 + ], + [ + 485, + 293 + ], + [ + 485, + 295 + ], + [ + 487, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56382", + "ALAND10": 188639300, + "AWATER10": 5101361, + "GEOID10": "56382", + "ZCTA5CE10": "56382", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 293 + ], + [ + 486, + 291 + ], + [ + 484, + 291 + ], + [ + 484, + 293 + ], + [ + 486, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56307", + "ALAND10": 277767860, + "AWATER10": 4699731, + "GEOID10": "56307", + "ZCTA5CE10": "56307", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 293 + ], + [ + 485, + 291 + ], + [ + 483, + 291 + ], + [ + 483, + 293 + ], + [ + 485, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56362", + "ALAND10": 380929993, + "AWATER10": 19547971, + "GEOID10": "56362", + "ZCTA5CE10": "56362", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 289 + ], + [ + 484, + 287 + ], + [ + 482, + 287 + ], + [ + 482, + 289 + ], + [ + 484, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56251", + "ALAND10": 87480851, + "AWATER10": 4344634, + "GEOID10": "56251", + "ZCTA5CE10": "56251", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 292 + ], + [ + 488, + 290 + ], + [ + 486, + 290 + ], + [ + 486, + 292 + ], + [ + 488, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56320", + "ALAND10": 138764289, + "AWATER10": 10270222, + "GEOID10": "56320", + "ZCTA5CE10": "56320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 290 + ], + [ + 488, + 288 + ], + [ + 486, + 288 + ], + [ + 486, + 290 + ], + [ + 488, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55382", + "ALAND10": 182897511, + "AWATER10": 16011619, + "GEOID10": "55382", + "ZCTA5CE10": "55382", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 301 + ], + [ + 489, + 299 + ], + [ + 487, + 299 + ], + [ + 487, + 301 + ], + [ + 489, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56441", + "ALAND10": 204992627, + "AWATER10": 21890857, + "GEOID10": "56441", + "ZCTA5CE10": "56441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 304 + ], + [ + 492, + 302 + ], + [ + 490, + 302 + ], + [ + 490, + 304 + ], + [ + 492, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55748", + "ALAND10": 312443707, + "AWATER10": 6269165, + "GEOID10": "55748", + "ZCTA5CE10": "55748", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 301 + ], + [ + 490, + 299 + ], + [ + 488, + 299 + ], + [ + 488, + 301 + ], + [ + 490, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56444", + "ALAND10": 144431866, + "AWATER10": 36300890, + "GEOID10": "56444", + "ZCTA5CE10": "56444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 302 + ], + [ + 492, + 301 + ], + [ + 492, + 299 + ], + [ + 490, + 298 + ], + [ + 489, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56431", + "ALAND10": 1170749944, + "AWATER10": 337945482, + "GEOID10": "56431", + "ZCTA5CE10": "56431", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 299 + ], + [ + 491, + 297 + ], + [ + 489, + 297 + ], + [ + 489, + 299 + ], + [ + 491, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56359", + "ALAND10": 502396900, + "AWATER10": 221877693, + "GEOID10": "56359", + "ZCTA5CE10": "56359", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 304 + ], + [ + 492, + 303 + ], + [ + 492, + 302 + ], + [ + 490, + 302 + ], + [ + 491, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56469", + "ALAND10": 708459381, + "AWATER10": 18859444, + "GEOID10": "56469", + "ZCTA5CE10": "56469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 304 + ], + [ + 493, + 302 + ], + [ + 491, + 302 + ], + [ + 491, + 304 + ], + [ + 493, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55752", + "ALAND10": 520085255, + "AWATER10": 8954180, + "GEOID10": "55752", + "ZCTA5CE10": "55752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 304 + ], + [ + 495, + 302 + ], + [ + 493, + 302 + ], + [ + 493, + 304 + ], + [ + 495, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55798", + "ALAND10": 249235864, + "AWATER10": 2364124, + "GEOID10": "55798", + "ZCTA5CE10": "55798", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 303 + ], + [ + 494, + 300 + ], + [ + 493, + 299 + ], + [ + 492, + 302 + ], + [ + 494, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55760", + "ALAND10": 959826789, + "AWATER10": 65977259, + "GEOID10": "55760", + "ZCTA5CE10": "55760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 298 + ], + [ + 494, + 296 + ], + [ + 492, + 296 + ], + [ + 492, + 298 + ], + [ + 494, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56342", + "ALAND10": 490256036, + "AWATER10": 56268061, + "GEOID10": "56342", + "ZCTA5CE10": "56342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 296 + ], + [ + 498, + 296 + ], + [ + 496, + 295 + ], + [ + 495, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55037", + "ALAND10": 791594040, + "AWATER10": 9123962, + "GEOID10": "55037", + "ZCTA5CE10": "55037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 298 + ], + [ + 494, + 296 + ], + [ + 492, + 296 + ], + [ + 492, + 298 + ], + [ + 494, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56350", + "ALAND10": 593320319, + "AWATER10": 1028568, + "GEOID10": "56350", + "ZCTA5CE10": "56350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 299 + ], + [ + 498, + 297 + ], + [ + 496, + 297 + ], + [ + 496, + 299 + ], + [ + 498, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55795", + "ALAND10": 220858893, + "AWATER10": 3165867, + "GEOID10": "55795", + "ZCTA5CE10": "55795", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 296 + ], + [ + 489, + 294 + ], + [ + 487, + 294 + ], + [ + 487, + 296 + ], + [ + 489, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56364", + "ALAND10": 617503459, + "AWATER10": 2568986, + "GEOID10": "56364", + "ZCTA5CE10": "56364", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 295 + ], + [ + 488, + 293 + ], + [ + 486, + 293 + ], + [ + 486, + 295 + ], + [ + 488, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56367", + "ALAND10": 262282142, + "AWATER10": 8965082, + "GEOID10": "56367", + "ZCTA5CE10": "56367", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 294 + ], + [ + 493, + 292 + ], + [ + 491, + 292 + ], + [ + 491, + 294 + ], + [ + 493, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56353", + "ALAND10": 480588401, + "AWATER10": 3130877, + "GEOID10": "56353", + "ZCTA5CE10": "56353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 292 + ], + [ + 489, + 290 + ], + [ + 487, + 290 + ], + [ + 487, + 292 + ], + [ + 489, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55319", + "ALAND10": 183965007, + "AWATER10": 13634444, + "GEOID10": "55319", + "ZCTA5CE10": "55319", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 290 + ], + [ + 491, + 288 + ], + [ + 489, + 288 + ], + [ + 489, + 290 + ], + [ + 491, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55313", + "ALAND10": 281281187, + "AWATER10": 28367984, + "GEOID10": "55313", + "ZCTA5CE10": "55313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 294 + ], + [ + 493, + 292 + ], + [ + 491, + 292 + ], + [ + 491, + 294 + ], + [ + 493, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55371", + "ALAND10": 477848191, + "AWATER10": 14420290, + "GEOID10": "55371", + "ZCTA5CE10": "55371", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 291 + ], + [ + 492, + 289 + ], + [ + 490, + 289 + ], + [ + 490, + 291 + ], + [ + 492, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55376", + "ALAND10": 78012142, + "AWATER10": 9706436, + "GEOID10": "55376", + "ZCTA5CE10": "55376", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 294 + ], + [ + 493, + 292 + ], + [ + 491, + 292 + ], + [ + 491, + 294 + ], + [ + 493, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55017", + "ALAND10": 78145049, + "AWATER10": 1259207, + "GEOID10": "55017", + "ZCTA5CE10": "55017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 295 + ], + [ + 495, + 293 + ], + [ + 493, + 293 + ], + [ + 493, + 295 + ], + [ + 495, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55006", + "ALAND10": 202584862, + "AWATER10": 4524911, + "GEOID10": "55006", + "ZCTA5CE10": "55006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 294 + ], + [ + 495, + 292 + ], + [ + 493, + 292 + ], + [ + 493, + 294 + ], + [ + 495, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55069", + "ALAND10": 191950346, + "AWATER10": 12405401, + "GEOID10": "55069", + "ZCTA5CE10": "55069", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 295 + ], + [ + 495, + 293 + ], + [ + 493, + 293 + ], + [ + 493, + 295 + ], + [ + 495, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55063", + "ALAND10": 432670304, + "AWATER10": 14742674, + "GEOID10": "55063", + "ZCTA5CE10": "55063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 292 + ], + [ + 493, + 290 + ], + [ + 491, + 290 + ], + [ + 491, + 292 + ], + [ + 493, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55070", + "ALAND10": 70674178, + "AWATER10": 751805, + "GEOID10": "55070", + "ZCTA5CE10": "55070", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 293 + ], + [ + 497, + 291 + ], + [ + 495, + 291 + ], + [ + 495, + 293 + ], + [ + 497, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55056", + "ALAND10": 262887264, + "AWATER10": 3918586, + "GEOID10": "55056", + "ZCTA5CE10": "55056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 291 + ], + [ + 496, + 289 + ], + [ + 494, + 289 + ], + [ + 494, + 291 + ], + [ + 496, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55045", + "ALAND10": 91805610, + "AWATER10": 16936452, + "GEOID10": "55045", + "ZCTA5CE10": "55045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 291 + ], + [ + 496, + 289 + ], + [ + 494, + 289 + ], + [ + 494, + 291 + ], + [ + 496, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55047", + "ALAND10": 77711910, + "AWATER10": 13567384, + "GEOID10": "55047", + "ZCTA5CE10": "55047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 318 + ], + [ + 497, + 317 + ], + [ + 490, + 317 + ], + [ + 493, + 318 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56649", + "ALAND10": 667277806, + "AWATER10": 237310231, + "GEOID10": "56649", + "ZCTA5CE10": "56649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 314 + ], + [ + 500, + 316 + ], + [ + 500, + 314 + ], + [ + 498, + 314 + ] + ] + ], + [ + [ + [ + 498, + 314 + ], + [ + 497, + 314 + ], + [ + 497, + 316 + ], + [ + 498, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55725", + "ALAND10": 702326545, + "AWATER10": 170341713, + "GEOID10": "55725", + "ZCTA5CE10": "55725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 317 + ], + [ + 497, + 316 + ], + [ + 497, + 313 + ], + [ + 495, + 312 + ], + [ + 492, + 312 + ], + [ + 495, + 317 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55771", + "ALAND10": 2706657506, + "AWATER10": 185197874, + "GEOID10": "55771", + "ZCTA5CE10": "55771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 312 + ], + [ + 500, + 315 + ], + [ + 501, + 313 + ], + [ + 506, + 314 + ], + [ + 506, + 312 + ], + [ + 502, + 312 + ], + [ + 501, + 310 + ], + [ + 500, + 312 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55731", + "ALAND10": 2179845960, + "AWATER10": 442248499, + "GEOID10": "55731", + "ZCTA5CE10": "55731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 313 + ], + [ + 498, + 312 + ], + [ + 497, + 310 + ], + [ + 496, + 311 + ], + [ + 493, + 310 + ], + [ + 491, + 310 + ], + [ + 497, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55723", + "ALAND10": 1360003789, + "AWATER10": 60557272, + "GEOID10": "55723", + "ZCTA5CE10": "55723", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 311 + ], + [ + 498, + 309 + ], + [ + 496, + 309 + ], + [ + 496, + 311 + ], + [ + 498, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55710", + "ALAND10": 259333952, + "AWATER10": 10253105, + "GEOID10": "55710", + "ZCTA5CE10": "55710", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 314 + ], + [ + 500, + 312 + ], + [ + 498, + 310 + ], + [ + 497, + 313 + ], + [ + 499, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55790", + "ALAND10": 861299467, + "AWATER10": 178984264, + "GEOID10": "55790", + "ZCTA5CE10": "55790", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 310 + ], + [ + 499, + 308 + ], + [ + 497, + 308 + ], + [ + 497, + 310 + ], + [ + 499, + 310 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55732", + "ALAND10": 464765640, + "AWATER10": 6811778, + "GEOID10": "55732", + "ZCTA5CE10": "55732", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 309 + ], + [ + 496, + 307 + ], + [ + 494, + 305 + ], + [ + 494, + 309 + ], + [ + 495, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55746", + "ALAND10": 861159891, + "AWATER10": 23874188, + "GEOID10": "55746", + "ZCTA5CE10": "55746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 308 + ], + [ + 498, + 306 + ], + [ + 496, + 306 + ], + [ + 496, + 308 + ], + [ + 498, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55738", + "ALAND10": 281435484, + "AWATER10": 4039857, + "GEOID10": "55738", + "ZCTA5CE10": "55738", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 308 + ], + [ + 499, + 306 + ], + [ + 497, + 306 + ], + [ + 497, + 308 + ], + [ + 499, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55763", + "ALAND10": 453548773, + "AWATER10": 24854999, + "GEOID10": "55763", + "ZCTA5CE10": "55763", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 307 + ], + [ + 501, + 305 + ], + [ + 499, + 305 + ], + [ + 499, + 307 + ], + [ + 501, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55724", + "ALAND10": 618658165, + "AWATER10": 14805615, + "GEOID10": "55724", + "ZCTA5CE10": "55724", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 309 + ], + [ + 500, + 307 + ], + [ + 498, + 307 + ], + [ + 498, + 309 + ], + [ + 500, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55750", + "ALAND10": 375203649, + "AWATER10": 15092699, + "GEOID10": "55750", + "ZCTA5CE10": "55750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 311 + ], + [ + 505, + 310 + ], + [ + 501, + 308 + ], + [ + 502, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55607", + "ALAND10": 1145580578, + "AWATER10": 32615144, + "GEOID10": "55607", + "ZCTA5CE10": "55607", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 307 + ], + [ + 501, + 305 + ], + [ + 499, + 305 + ], + [ + 499, + 307 + ], + [ + 501, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55602", + "ALAND10": 347572473, + "AWATER10": 13717328, + "GEOID10": "55602", + "ZCTA5CE10": "55602", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 306 + ], + [ + 500, + 303 + ], + [ + 498, + 304 + ], + [ + 501, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55803", + "ALAND10": 868234352, + "AWATER10": 77158419, + "GEOID10": "55803", + "ZCTA5CE10": "55803", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 311 + ], + [ + 506, + 308 + ], + [ + 504, + 307 + ], + [ + 503, + 308 + ], + [ + 506, + 311 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55603", + "ALAND10": 934655672, + "AWATER10": 33901315, + "GEOID10": "55603", + "ZCTA5CE10": "55603", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 313 + ], + [ + 508, + 311 + ], + [ + 506, + 311 + ], + [ + 506, + 313 + ], + [ + 508, + 313 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55612", + "ALAND10": 419984678, + "AWATER10": 30850099, + "GEOID10": "55612", + "ZCTA5CE10": "55612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 307 + ], + [ + 505, + 305 + ], + [ + 503, + 305 + ], + [ + 503, + 307 + ], + [ + 505, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55601", + "ALAND10": 40796102, + "AWATER10": 1676427, + "GEOID10": "55601", + "ZCTA5CE10": "55601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 308 + ], + [ + 504, + 306 + ], + [ + 501, + 304 + ], + [ + 502, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55616", + "ALAND10": 917920013, + "AWATER10": 43082064, + "GEOID10": "55616", + "ZCTA5CE10": "55616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 314 + ], + [ + 511, + 313 + ], + [ + 510, + 312 + ], + [ + 512, + 311 + ], + [ + 509, + 310 + ], + [ + 507, + 312 + ], + [ + 506, + 310 + ], + [ + 506, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55604", + "ALAND10": 2305529247, + "AWATER10": 340229697, + "GEOID10": "55604", + "ZCTA5CE10": "55604", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 314 + ], + [ + 512, + 312 + ], + [ + 510, + 312 + ], + [ + 510, + 314 + ], + [ + 512, + 314 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55606", + "ALAND10": 339878177, + "AWATER10": 8832587, + "GEOID10": "55606", + "ZCTA5CE10": "55606", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 306 + ], + [ + 496, + 304 + ], + [ + 496, + 302 + ], + [ + 494, + 302 + ], + [ + 494, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55736", + "ALAND10": 798139111, + "AWATER10": 7375475, + "GEOID10": "55736", + "ZCTA5CE10": "55736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 302 + ], + [ + 497, + 300 + ], + [ + 495, + 300 + ], + [ + 495, + 302 + ], + [ + 497, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55720", + "ALAND10": 416540354, + "AWATER10": 12322320, + "GEOID10": "55720", + "ZCTA5CE10": "55720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 302 + ], + [ + 499, + 300 + ], + [ + 497, + 300 + ], + [ + 497, + 302 + ], + [ + 499, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55718", + "ALAND10": 157744222, + "AWATER10": 5792464, + "GEOID10": "55718", + "ZCTA5CE10": "55718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 305 + ], + [ + 499, + 303 + ], + [ + 497, + 303 + ], + [ + 497, + 305 + ], + [ + 499, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55779", + "ALAND10": 344139742, + "AWATER10": 15169518, + "GEOID10": "55779", + "ZCTA5CE10": "55779", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 300 + ], + [ + 496, + 298 + ], + [ + 494, + 298 + ], + [ + 494, + 300 + ], + [ + 496, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55757", + "ALAND10": 282697966, + "AWATER10": 37157, + "GEOID10": "55757", + "ZCTA5CE10": "55757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 299 + ], + [ + 497, + 297 + ], + [ + 495, + 297 + ], + [ + 495, + 299 + ], + [ + 497, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55756", + "ALAND10": 126087904, + "AWATER10": 2654308, + "GEOID10": "55756", + "ZCTA5CE10": "55756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 301 + ], + [ + 498, + 299 + ], + [ + 496, + 299 + ], + [ + 496, + 301 + ], + [ + 498, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55797", + "ALAND10": 179193291, + "AWATER10": 37887, + "GEOID10": "55797", + "ZCTA5CE10": "55797", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 305 + ], + [ + 502, + 303 + ], + [ + 500, + 303 + ], + [ + 500, + 305 + ], + [ + 502, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55804", + "ALAND10": 236490233, + "AWATER10": 27629823, + "GEOID10": "55804", + "ZCTA5CE10": "55804", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 301 + ], + [ + 502, + 299 + ], + [ + 500, + 299 + ], + [ + 500, + 301 + ], + [ + 502, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54864", + "ALAND10": 131765687, + "AWATER10": 410804, + "GEOID10": "54864", + "ZCTA5CE10": "54864", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 302 + ], + [ + 500, + 300 + ], + [ + 498, + 300 + ], + [ + 498, + 302 + ], + [ + 500, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54836", + "ALAND10": 339276482, + "AWATER10": 1255838, + "GEOID10": "54836", + "ZCTA5CE10": "54836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 303 + ], + [ + 504, + 301 + ], + [ + 502, + 301 + ], + [ + 502, + 303 + ], + [ + 504, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54847", + "ALAND10": 426797915, + "AWATER10": 17857428, + "GEOID10": "54847", + "ZCTA5CE10": "54847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 298 + ], + [ + 500, + 296 + ], + [ + 498, + 296 + ], + [ + 498, + 298 + ], + [ + 500, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54838", + "ALAND10": 598017666, + "AWATER10": 30284802, + "GEOID10": "54838", + "ZCTA5CE10": "54838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 300 + ], + [ + 501, + 298 + ], + [ + 499, + 298 + ], + [ + 499, + 300 + ], + [ + 501, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54873", + "ALAND10": 696485370, + "AWATER10": 26599329, + "GEOID10": "54873", + "ZCTA5CE10": "54873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 299 + ], + [ + 500, + 296 + ], + [ + 497, + 295 + ], + [ + 498, + 299 + ], + [ + 500, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54830", + "ALAND10": 929901113, + "AWATER10": 47318010, + "GEOID10": "54830", + "ZCTA5CE10": "54830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 293 + ], + [ + 496, + 291 + ], + [ + 494, + 291 + ], + [ + 494, + 293 + ], + [ + 496, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54840", + "ALAND10": 659901896, + "AWATER10": 24930405, + "GEOID10": "54840", + "ZCTA5CE10": "54840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 298 + ], + [ + 498, + 296 + ], + [ + 493, + 297 + ], + [ + 497, + 297 + ], + [ + 498, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55072", + "ALAND10": 815050545, + "AWATER10": 10481247, + "GEOID10": "55072", + "ZCTA5CE10": "55072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 295 + ], + [ + 500, + 293 + ], + [ + 498, + 293 + ], + [ + 498, + 295 + ], + [ + 500, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54837", + "ALAND10": 454993912, + "AWATER10": 13405587, + "GEOID10": "54837", + "ZCTA5CE10": "54837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 294 + ], + [ + 497, + 292 + ], + [ + 495, + 292 + ], + [ + 495, + 294 + ], + [ + 497, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54024", + "ALAND10": 218346029, + "AWATER10": 7616758, + "GEOID10": "54024", + "ZCTA5CE10": "54024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 291 + ], + [ + 498, + 289 + ], + [ + 496, + 289 + ], + [ + 496, + 291 + ], + [ + 498, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54001", + "ALAND10": 299981349, + "AWATER10": 17279447, + "GEOID10": "54001", + "ZCTA5CE10": "54001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 291 + ], + [ + 498, + 289 + ], + [ + 496, + 289 + ], + [ + 496, + 291 + ], + [ + 498, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54020", + "ALAND10": 196054043, + "AWATER10": 7001537, + "GEOID10": "54020", + "ZCTA5CE10": "54020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 293 + ], + [ + 502, + 291 + ], + [ + 500, + 291 + ], + [ + 500, + 293 + ], + [ + 502, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54829", + "ALAND10": 345396154, + "AWATER10": 18096885, + "GEOID10": "54829", + "ZCTA5CE10": "54829", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 291 + ], + [ + 501, + 289 + ], + [ + 499, + 289 + ], + [ + 499, + 291 + ], + [ + 501, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54004", + "ALAND10": 217625331, + "AWATER10": 2169345, + "GEOID10": "54004", + "ZCTA5CE10": "54004", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 296 + ], + [ + 500, + 294 + ], + [ + 498, + 294 + ], + [ + 498, + 296 + ], + [ + 500, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54801", + "ALAND10": 488827126, + "AWATER10": 36981028, + "GEOID10": "54801", + "ZCTA5CE10": "54801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 298 + ], + [ + 501, + 296 + ], + [ + 499, + 296 + ], + [ + 499, + 298 + ], + [ + 501, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54859", + "ALAND10": 469072049, + "AWATER10": 34174605, + "GEOID10": "54859", + "ZCTA5CE10": "54859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 296 + ], + [ + 503, + 294 + ], + [ + 501, + 294 + ], + [ + 501, + 296 + ], + [ + 503, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54875", + "ALAND10": 286334878, + "AWATER10": 9751269, + "GEOID10": "54875", + "ZCTA5CE10": "54875", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 293 + ], + [ + 503, + 291 + ], + [ + 501, + 291 + ], + [ + 501, + 293 + ], + [ + 503, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54817", + "ALAND10": 418884054, + "AWATER10": 42548487, + "GEOID10": "54817", + "ZCTA5CE10": "54817", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 293 + ], + [ + 502, + 291 + ], + [ + 500, + 291 + ], + [ + 500, + 293 + ], + [ + 502, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54812", + "ALAND10": 238511459, + "AWATER10": 518288, + "GEOID10": "54812", + "ZCTA5CE10": "54812", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 292 + ], + [ + 502, + 290 + ], + [ + 500, + 290 + ], + [ + 500, + 292 + ], + [ + 502, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54733", + "ALAND10": 118893574, + "AWATER10": 117632, + "GEOID10": "54733", + "ZCTA5CE10": "54733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 294 + ], + [ + 502, + 292 + ], + [ + 500, + 292 + ], + [ + 500, + 294 + ], + [ + 502, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54868", + "ALAND10": 543291203, + "AWATER10": 14012933, + "GEOID10": "54868", + "ZCTA5CE10": "54868", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 304 + ], + [ + 506, + 302 + ], + [ + 504, + 302 + ], + [ + 504, + 304 + ], + [ + 506, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54844", + "ALAND10": 157253810, + "AWATER10": 14494406, + "GEOID10": "54844", + "ZCTA5CE10": "54844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 305 + ], + [ + 508, + 303 + ], + [ + 506, + 303 + ], + [ + 506, + 305 + ], + [ + 508, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54814", + "ALAND10": 380231662, + "AWATER10": 12002194, + "GEOID10": "54814", + "ZCTA5CE10": "54814", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 301 + ], + [ + 506, + 299 + ], + [ + 504, + 299 + ], + [ + 504, + 301 + ], + [ + 506, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54806", + "ALAND10": 686938779, + "AWATER10": 21605312, + "GEOID10": "54806", + "ZCTA5CE10": "54806", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 299 + ], + [ + 507, + 297 + ], + [ + 505, + 297 + ], + [ + 505, + 299 + ], + [ + 507, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54856", + "ALAND10": 598221366, + "AWATER10": 5337413, + "GEOID10": "54856", + "ZCTA5CE10": "54856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 298 + ], + [ + 508, + 296 + ], + [ + 506, + 296 + ], + [ + 506, + 298 + ], + [ + 508, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54546", + "ALAND10": 558148176, + "AWATER10": 6312554, + "GEOID10": "54546", + "ZCTA5CE10": "54546", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 299 + ], + [ + 507, + 297 + ], + [ + 505, + 297 + ], + [ + 505, + 299 + ], + [ + 507, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54821", + "ALAND10": 478620741, + "AWATER10": 32244256, + "GEOID10": "54821", + "ZCTA5CE10": "54821", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 297 + ], + [ + 507, + 295 + ], + [ + 505, + 295 + ], + [ + 505, + 297 + ], + [ + 507, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54527", + "ALAND10": 600203094, + "AWATER10": 3466194, + "GEOID10": "54527", + "ZCTA5CE10": "54527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 299 + ], + [ + 513, + 297 + ], + [ + 511, + 297 + ], + [ + 511, + 299 + ], + [ + 513, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49938", + "ALAND10": 616006654, + "AWATER10": 54795293, + "GEOID10": "49938", + "ZCTA5CE10": "49938", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 301 + ], + [ + 511, + 299 + ], + [ + 509, + 299 + ], + [ + 509, + 301 + ], + [ + 511, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54559", + "ALAND10": 354876442, + "AWATER10": 4131511, + "GEOID10": "54559", + "ZCTA5CE10": "54559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 298 + ], + [ + 511, + 296 + ], + [ + 509, + 296 + ], + [ + 509, + 298 + ], + [ + 511, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54514", + "ALAND10": 538714412, + "AWATER10": 10342708, + "GEOID10": "54514", + "ZCTA5CE10": "54514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 300 + ], + [ + 511, + 298 + ], + [ + 509, + 298 + ], + [ + 509, + 300 + ], + [ + 511, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54534", + "ALAND10": 338522173, + "AWATER10": 7596525, + "GEOID10": "54534", + "ZCTA5CE10": "54534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 298 + ], + [ + 511, + 296 + ], + [ + 509, + 296 + ], + [ + 509, + 298 + ], + [ + 511, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54547", + "ALAND10": 563554085, + "AWATER10": 49993916, + "GEOID10": "54547", + "ZCTA5CE10": "54547", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 296 + ], + [ + 508, + 293 + ], + [ + 506, + 293 + ], + [ + 505, + 296 + ], + [ + 508, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54896", + "ALAND10": 1121125935, + "AWATER10": 18789425, + "GEOID10": "54896", + "ZCTA5CE10": "54896", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 297 + ], + [ + 506, + 296 + ], + [ + 505, + 295 + ], + [ + 502, + 296 + ], + [ + 503, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54843", + "ALAND10": 1140607806, + "AWATER10": 156185810, + "GEOID10": "54843", + "ZCTA5CE10": "54843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 294 + ], + [ + 507, + 292 + ], + [ + 505, + 292 + ], + [ + 505, + 294 + ], + [ + 507, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54835", + "ALAND10": 369269423, + "AWATER10": 5460488, + "GEOID10": "54835", + "ZCTA5CE10": "54835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 291 + ], + [ + 504, + 289 + ], + [ + 502, + 289 + ], + [ + 502, + 291 + ], + [ + 504, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54895", + "ALAND10": 274657888, + "AWATER10": 5647217, + "GEOID10": "54895", + "ZCTA5CE10": "54895", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 291 + ], + [ + 505, + 289 + ], + [ + 503, + 289 + ], + [ + 503, + 291 + ], + [ + 505, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54757", + "ALAND10": 406760518, + "AWATER10": 20672083, + "GEOID10": "54757", + "ZCTA5CE10": "54757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 291 + ], + [ + 505, + 289 + ], + [ + 503, + 289 + ], + [ + 503, + 291 + ], + [ + 505, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54745", + "ALAND10": 340892609, + "AWATER10": 18609160, + "GEOID10": "54745", + "ZCTA5CE10": "54745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 292 + ], + [ + 506, + 290 + ], + [ + 504, + 290 + ], + [ + 504, + 292 + ], + [ + 506, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54848", + "ALAND10": 483949433, + "AWATER10": 12393956, + "GEOID10": "54848", + "ZCTA5CE10": "54848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 294 + ], + [ + 509, + 292 + ], + [ + 507, + 292 + ], + [ + 507, + 294 + ], + [ + 509, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54515", + "ALAND10": 214646765, + "AWATER10": 702142, + "GEOID10": "54515", + "ZCTA5CE10": "54515", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 295 + ], + [ + 511, + 293 + ], + [ + 508, + 293 + ], + [ + 508, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54555", + "ALAND10": 821383335, + "AWATER10": 22046535, + "GEOID10": "54555", + "ZCTA5CE10": "54555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 294 + ], + [ + 509, + 292 + ], + [ + 507, + 292 + ], + [ + 507, + 294 + ], + [ + 509, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54537", + "ALAND10": 251078665, + "AWATER10": 162494, + "GEOID10": "54537", + "ZCTA5CE10": "54537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 290 + ], + [ + 509, + 288 + ], + [ + 507, + 288 + ], + [ + 507, + 290 + ], + [ + 509, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54498", + "ALAND10": 314479313, + "AWATER10": 1852254, + "GEOID10": "54498", + "ZCTA5CE10": "54498", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 291 + ], + [ + 511, + 289 + ], + [ + 508, + 288 + ], + [ + 508, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54451", + "ALAND10": 899471043, + "AWATER10": 4709104, + "GEOID10": "54451", + "ZCTA5CE10": "54451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 293 + ], + [ + 512, + 291 + ], + [ + 510, + 291 + ], + [ + 510, + 293 + ], + [ + 512, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54459", + "ALAND10": 358698096, + "AWATER10": 3009941, + "GEOID10": "54459", + "ZCTA5CE10": "54459", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 289 + ], + [ + 481, + 287 + ], + [ + 479, + 287 + ], + [ + 479, + 289 + ], + [ + 481, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56222", + "ALAND10": 246829874, + "AWATER10": 32388, + "GEOID10": "56222", + "ZCTA5CE10": "56222", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 286 + ], + [ + 483, + 284 + ], + [ + 481, + 284 + ], + [ + 481, + 286 + ], + [ + 483, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56285", + "ALAND10": 253057475, + "AWATER10": 197653, + "GEOID10": "56285", + "ZCTA5CE10": "56285", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 289 + ], + [ + 485, + 287 + ], + [ + 483, + 287 + ], + [ + 483, + 289 + ], + [ + 485, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56201", + "ALAND10": 310288491, + "AWATER10": 29036251, + "GEOID10": "56201", + "ZCTA5CE10": "56201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 286 + ], + [ + 484, + 284 + ], + [ + 482, + 284 + ], + [ + 482, + 286 + ], + [ + 484, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56283", + "ALAND10": 458704904, + "AWATER10": 2653550, + "GEOID10": "56283", + "ZCTA5CE10": "56283", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 287 + ], + [ + 481, + 285 + ], + [ + 479, + 285 + ], + [ + 479, + 287 + ], + [ + 481, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56297", + "ALAND10": 170771538, + "AWATER10": 3871497, + "GEOID10": "56297", + "ZCTA5CE10": "56297", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 282 + ], + [ + 481, + 280 + ], + [ + 479, + 280 + ], + [ + 479, + 282 + ], + [ + 481, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56180", + "ALAND10": 298693049, + "AWATER10": 463319, + "GEOID10": "56180", + "ZCTA5CE10": "56180", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 280 + ], + [ + 481, + 278 + ], + [ + 479, + 278 + ], + [ + 479, + 280 + ], + [ + 481, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56183", + "ALAND10": 265425480, + "AWATER10": 4819199, + "GEOID10": "56183", + "ZCTA5CE10": "56183", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 281 + ], + [ + 483, + 279 + ], + [ + 481, + 279 + ], + [ + 481, + 281 + ], + [ + 483, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56152", + "ALAND10": 342619370, + "AWATER10": 1072907, + "GEOID10": "56152", + "ZCTA5CE10": "56152", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 281 + ], + [ + 483, + 279 + ], + [ + 481, + 279 + ], + [ + 481, + 281 + ], + [ + 483, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56083", + "ALAND10": 254655972, + "AWATER10": 923022, + "GEOID10": "56083", + "ZCTA5CE10": "56083", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 286 + ], + [ + 485, + 284 + ], + [ + 483, + 284 + ], + [ + 483, + 286 + ], + [ + 485, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55342", + "ALAND10": 418590978, + "AWATER10": 15835, + "GEOID10": "55342", + "ZCTA5CE10": "55342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 291 + ], + [ + 486, + 289 + ], + [ + 484, + 289 + ], + [ + 484, + 291 + ], + [ + 486, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55355", + "ALAND10": 447841598, + "AWATER10": 28255291, + "GEOID10": "55355", + "ZCTA5CE10": "55355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 286 + ], + [ + 489, + 284 + ], + [ + 487, + 284 + ], + [ + 487, + 286 + ], + [ + 489, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55336", + "ALAND10": 330657154, + "AWATER10": 8706200, + "GEOID10": "55336", + "ZCTA5CE10": "55336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 287 + ], + [ + 488, + 285 + ], + [ + 486, + 285 + ], + [ + 486, + 287 + ], + [ + 488, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55312", + "ALAND10": 184552981, + "AWATER10": 6690013, + "GEOID10": "55312", + "ZCTA5CE10": "55312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 284 + ], + [ + 486, + 282 + ], + [ + 484, + 282 + ], + [ + 484, + 284 + ], + [ + 486, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55332", + "ALAND10": 296664094, + "AWATER10": 1093236, + "GEOID10": "55332", + "ZCTA5CE10": "55332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 282 + ], + [ + 486, + 280 + ], + [ + 484, + 280 + ], + [ + 484, + 282 + ], + [ + 486, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56019", + "ALAND10": 268028090, + "AWATER10": 1067837, + "GEOID10": "56019", + "ZCTA5CE10": "56019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 284 + ], + [ + 487, + 282 + ], + [ + 485, + 282 + ], + [ + 485, + 284 + ], + [ + 487, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55396", + "ALAND10": 275773119, + "AWATER10": 2351414, + "GEOID10": "55396", + "ZCTA5CE10": "55396", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 282 + ], + [ + 489, + 280 + ], + [ + 487, + 280 + ], + [ + 487, + 282 + ], + [ + 489, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56074", + "ALAND10": 201968830, + "AWATER10": 17851238, + "GEOID10": "56074", + "ZCTA5CE10": "56074", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 281 + ], + [ + 481, + 279 + ], + [ + 479, + 279 + ], + [ + 479, + 281 + ], + [ + 481, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56114", + "ALAND10": 122481851, + "AWATER10": 1739760, + "GEOID10": "56114", + "ZCTA5CE10": "56114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 281 + ], + [ + 483, + 279 + ], + [ + 481, + 279 + ], + [ + 481, + 281 + ], + [ + 483, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56145", + "ALAND10": 138898538, + "AWATER10": 0, + "GEOID10": "56145", + "ZCTA5CE10": "56145", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 281 + ], + [ + 483, + 279 + ], + [ + 481, + 279 + ], + [ + 481, + 281 + ], + [ + 483, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56101", + "ALAND10": 450291305, + "AWATER10": 9259384, + "GEOID10": "56101", + "ZCTA5CE10": "56101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 277 + ], + [ + 481, + 275 + ], + [ + 479, + 275 + ], + [ + 479, + 277 + ], + [ + 481, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51345", + "ALAND10": 145805671, + "AWATER10": 498785, + "GEOID10": "51345", + "ZCTA5CE10": "51345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 276 + ], + [ + 482, + 274 + ], + [ + 480, + 274 + ], + [ + 480, + 276 + ], + [ + 482, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51351", + "ALAND10": 273431049, + "AWATER10": 5499333, + "GEOID10": "51351", + "ZCTA5CE10": "51351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 277 + ], + [ + 484, + 275 + ], + [ + 482, + 275 + ], + [ + 482, + 277 + ], + [ + 484, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51360", + "ALAND10": 288868423, + "AWATER10": 46230793, + "GEOID10": "51360", + "ZCTA5CE10": "51360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 282 + ], + [ + 486, + 280 + ], + [ + 484, + 280 + ], + [ + 484, + 282 + ], + [ + 486, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56081", + "ALAND10": 456518054, + "AWATER10": 4684407, + "GEOID10": "56081", + "ZCTA5CE10": "56081", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 281 + ], + [ + 484, + 279 + ], + [ + 482, + 279 + ], + [ + 482, + 281 + ], + [ + 484, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56159", + "ALAND10": 309861663, + "AWATER10": 1605038, + "GEOID10": "56159", + "ZCTA5CE10": "56159", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 279 + ], + [ + 487, + 277 + ], + [ + 485, + 277 + ], + [ + 485, + 279 + ], + [ + 487, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56181", + "ALAND10": 169678907, + "AWATER10": 1067968, + "GEOID10": "56181", + "ZCTA5CE10": "56181", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 279 + ], + [ + 488, + 277 + ], + [ + 486, + 277 + ], + [ + 486, + 279 + ], + [ + 488, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56088", + "ALAND10": 325119440, + "AWATER10": 1937948, + "GEOID10": "56088", + "ZCTA5CE10": "56088", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 279 + ], + [ + 488, + 277 + ], + [ + 486, + 277 + ], + [ + 486, + 279 + ], + [ + 488, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56039", + "ALAND10": 228343247, + "AWATER10": 1729038, + "GEOID10": "56039", + "ZCTA5CE10": "56039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 278 + ], + [ + 490, + 276 + ], + [ + 488, + 276 + ], + [ + 488, + 278 + ], + [ + 490, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56013", + "ALAND10": 438087291, + "AWATER10": 1781795, + "GEOID10": "56013", + "ZCTA5CE10": "56013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 276 + ], + [ + 484, + 274 + ], + [ + 482, + 274 + ], + [ + 482, + 276 + ], + [ + 484, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51334", + "ALAND10": 485344923, + "AWATER10": 6412990, + "GEOID10": "51334", + "ZCTA5CE10": "51334", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 275 + ], + [ + 485, + 273 + ], + [ + 483, + 273 + ], + [ + 483, + 275 + ], + [ + 485, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51342", + "ALAND10": 214227611, + "AWATER10": 182669, + "GEOID10": "51342", + "ZCTA5CE10": "51342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 276 + ], + [ + 486, + 274 + ], + [ + 484, + 274 + ], + [ + 484, + 276 + ], + [ + 486, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50514", + "ALAND10": 285570073, + "AWATER10": 2196162, + "GEOID10": "50514", + "ZCTA5CE10": "50514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 274 + ], + [ + 488, + 272 + ], + [ + 486, + 272 + ], + [ + 486, + 274 + ], + [ + 488, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50559", + "ALAND10": 102790940, + "AWATER10": 0, + "GEOID10": "50559", + "ZCTA5CE10": "50559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 289 + ], + [ + 490, + 287 + ], + [ + 488, + 287 + ], + [ + 488, + 289 + ], + [ + 490, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55388", + "ALAND10": 103913477, + "AWATER10": 4655358, + "GEOID10": "55388", + "ZCTA5CE10": "55388", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 290 + ], + [ + 491, + 288 + ], + [ + 489, + 288 + ], + [ + 489, + 290 + ], + [ + 491, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55328", + "ALAND10": 115060229, + "AWATER10": 3867217, + "GEOID10": "55328", + "ZCTA5CE10": "55328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 288 + ], + [ + 492, + 286 + ], + [ + 490, + 286 + ], + [ + 490, + 288 + ], + [ + 492, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55356", + "ALAND10": 32319013, + "AWATER10": 4154400, + "GEOID10": "55356", + "ZCTA5CE10": "55356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 286 + ], + [ + 489, + 284 + ], + [ + 487, + 284 + ], + [ + 487, + 286 + ], + [ + 489, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55307", + "ALAND10": 201266638, + "AWATER10": 2498825, + "GEOID10": "55307", + "ZCTA5CE10": "55307", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 283 + ], + [ + 490, + 281 + ], + [ + 488, + 281 + ], + [ + 488, + 283 + ], + [ + 490, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56003", + "ALAND10": 113217731, + "AWATER10": 1003252, + "GEOID10": "56003", + "ZCTA5CE10": "56003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 282 + ], + [ + 489, + 280 + ], + [ + 487, + 280 + ], + [ + 487, + 282 + ], + [ + 489, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56001", + "ALAND10": 296649935, + "AWATER10": 3959370, + "GEOID10": "56001", + "ZCTA5CE10": "56001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 283 + ], + [ + 492, + 281 + ], + [ + 490, + 281 + ], + [ + 490, + 283 + ], + [ + 492, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56052", + "ALAND10": 124152733, + "AWATER10": 5368276, + "GEOID10": "56052", + "ZCTA5CE10": "56052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 288 + ], + [ + 494, + 286 + ], + [ + 492, + 286 + ], + [ + 492, + 288 + ], + [ + 494, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55419", + "ALAND10": 10915107, + "AWATER10": 291556, + "GEOID10": "55419", + "ZCTA5CE10": "55419", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 290 + ], + [ + 496, + 288 + ], + [ + 494, + 288 + ], + [ + 494, + 290 + ], + [ + 496, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55110", + "ALAND10": 62694880, + "AWATER10": 15863280, + "GEOID10": "55110", + "ZCTA5CE10": "55110", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 287 + ], + [ + 495, + 285 + ], + [ + 493, + 285 + ], + [ + 493, + 287 + ], + [ + 495, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55016", + "ALAND10": 75572182, + "AWATER10": 9792402, + "GEOID10": "55016", + "ZCTA5CE10": "55016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 285 + ], + [ + 493, + 283 + ], + [ + 491, + 283 + ], + [ + 491, + 285 + ], + [ + 493, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56071", + "ALAND10": 215214151, + "AWATER10": 5902194, + "GEOID10": "56071", + "ZCTA5CE10": "56071", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 284 + ], + [ + 493, + 282 + ], + [ + 491, + 282 + ], + [ + 491, + 284 + ], + [ + 493, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55021", + "ALAND10": 468375192, + "AWATER10": 30763292, + "GEOID10": "55021", + "ZCTA5CE10": "55021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 282 + ], + [ + 493, + 280 + ], + [ + 491, + 280 + ], + [ + 491, + 282 + ], + [ + 493, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56093", + "ALAND10": 465078305, + "AWATER10": 8437407, + "GEOID10": "56093", + "ZCTA5CE10": "56093", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 286 + ], + [ + 495, + 284 + ], + [ + 493, + 284 + ], + [ + 493, + 286 + ], + [ + 495, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55031", + "ALAND10": 102560278, + "AWATER10": 57674, + "GEOID10": "55031", + "ZCTA5CE10": "55031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 284 + ], + [ + 496, + 282 + ], + [ + 494, + 282 + ], + [ + 494, + 284 + ], + [ + 496, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55946", + "ALAND10": 312187062, + "AWATER10": 57701, + "GEOID10": "55946", + "ZCTA5CE10": "55946", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 280 + ], + [ + 489, + 278 + ], + [ + 487, + 278 + ], + [ + 487, + 280 + ], + [ + 489, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56065", + "ALAND10": 301881666, + "AWATER10": 4234092, + "GEOID10": "56065", + "ZCTA5CE10": "56065", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 278 + ], + [ + 491, + 276 + ], + [ + 489, + 276 + ], + [ + 489, + 278 + ], + [ + 491, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56014", + "ALAND10": 190776471, + "AWATER10": 221277, + "GEOID10": "56014", + "ZCTA5CE10": "56014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 280 + ], + [ + 492, + 278 + ], + [ + 490, + 278 + ], + [ + 490, + 280 + ], + [ + 492, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56072", + "ALAND10": 315300069, + "AWATER10": 1931864, + "GEOID10": "56072", + "ZCTA5CE10": "56072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 277 + ], + [ + 491, + 275 + ], + [ + 489, + 275 + ], + [ + 489, + 277 + ], + [ + 491, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56051", + "ALAND10": 79199939, + "AWATER10": 80496, + "GEOID10": "56051", + "ZCTA5CE10": "56051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 274 + ], + [ + 489, + 272 + ], + [ + 487, + 272 + ], + [ + 487, + 274 + ], + [ + 489, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50522", + "ALAND10": 175965353, + "AWATER10": 260029, + "GEOID10": "50522", + "ZCTA5CE10": "50522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 275 + ], + [ + 490, + 273 + ], + [ + 488, + 273 + ], + [ + 488, + 275 + ], + [ + 490, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50424", + "ALAND10": 315854727, + "AWATER10": 0, + "GEOID10": "50424", + "ZCTA5CE10": "50424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 273 + ], + [ + 491, + 271 + ], + [ + 489, + 271 + ], + [ + 489, + 273 + ], + [ + 491, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50438", + "ALAND10": 343275189, + "AWATER10": 157787, + "GEOID10": "50438", + "ZCTA5CE10": "50438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 281 + ], + [ + 493, + 279 + ], + [ + 491, + 279 + ], + [ + 491, + 281 + ], + [ + 493, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56026", + "ALAND10": 272780625, + "AWATER10": 4628120, + "GEOID10": "56026", + "ZCTA5CE10": "56026", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 279 + ], + [ + 493, + 277 + ], + [ + 491, + 277 + ], + [ + 491, + 279 + ], + [ + 493, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56009", + "ALAND10": 249680915, + "AWATER10": 7837218, + "GEOID10": "56009", + "ZCTA5CE10": "56009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 280 + ], + [ + 498, + 278 + ], + [ + 496, + 278 + ], + [ + 496, + 280 + ], + [ + 498, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55940", + "ALAND10": 234614004, + "AWATER10": 88568, + "GEOID10": "55940", + "ZCTA5CE10": "55940", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 277 + ], + [ + 492, + 275 + ], + [ + 490, + 275 + ], + [ + 490, + 277 + ], + [ + 492, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US56007", + "ALAND10": 437971787, + "AWATER10": 17933046, + "GEOID10": "56007", + "ZCTA5CE10": "56007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 275 + ], + [ + 492, + 273 + ], + [ + 490, + 273 + ], + [ + 490, + 275 + ], + [ + 492, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50450", + "ALAND10": 209818230, + "AWATER10": 4268389, + "GEOID10": "50450", + "ZCTA5CE10": "50450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 278 + ], + [ + 494, + 276 + ], + [ + 492, + 276 + ], + [ + 492, + 278 + ], + [ + 494, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55912", + "ALAND10": 487186846, + "AWATER10": 962148, + "GEOID10": "55912", + "ZCTA5CE10": "55912", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 275 + ], + [ + 495, + 273 + ], + [ + 493, + 273 + ], + [ + 493, + 275 + ], + [ + 495, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50456", + "ALAND10": 120255239, + "AWATER10": 14091, + "GEOID10": "50456", + "ZCTA5CE10": "50456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 275 + ], + [ + 495, + 273 + ], + [ + 493, + 273 + ], + [ + 493, + 275 + ], + [ + 495, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50461", + "ALAND10": 446595678, + "AWATER10": 358141, + "GEOID10": "50461", + "ZCTA5CE10": "50461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 274 + ], + [ + 495, + 272 + ], + [ + 493, + 272 + ], + [ + 493, + 274 + ], + [ + 495, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50458", + "ALAND10": 190648976, + "AWATER10": 83430, + "GEOID10": "50458", + "ZCTA5CE10": "50458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 272 + ], + [ + 481, + 270 + ], + [ + 479, + 270 + ], + [ + 479, + 272 + ], + [ + 481, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51058", + "ALAND10": 214583768, + "AWATER10": 202307, + "GEOID10": "51058", + "ZCTA5CE10": "51058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 272 + ], + [ + 482, + 270 + ], + [ + 480, + 270 + ], + [ + 480, + 272 + ], + [ + 482, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51002", + "ALAND10": 297041184, + "AWATER10": 96991, + "GEOID10": "51002", + "ZCTA5CE10": "51002", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 270 + ], + [ + 481, + 268 + ], + [ + 479, + 268 + ], + [ + 479, + 270 + ], + [ + 481, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51012", + "ALAND10": 386650189, + "AWATER10": 155666, + "GEOID10": "51012", + "ZCTA5CE10": "51012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 273 + ], + [ + 483, + 271 + ], + [ + 481, + 271 + ], + [ + 481, + 273 + ], + [ + 483, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51301", + "ALAND10": 404708516, + "AWATER10": 2233814, + "GEOID10": "51301", + "ZCTA5CE10": "51301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 271 + ], + [ + 483, + 269 + ], + [ + 481, + 269 + ], + [ + 481, + 271 + ], + [ + 483, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50510", + "ALAND10": 219101379, + "AWATER10": 630738, + "GEOID10": "50510", + "ZCTA5CE10": "50510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 269 + ], + [ + 482, + 267 + ], + [ + 480, + 267 + ], + [ + 480, + 269 + ], + [ + 482, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51445", + "ALAND10": 327461270, + "AWATER10": 411753, + "GEOID10": "51445", + "ZCTA5CE10": "51445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 266 + ], + [ + 483, + 264 + ], + [ + 481, + 264 + ], + [ + 481, + 266 + ], + [ + 483, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51441", + "ALAND10": 40168900, + "AWATER10": 98018, + "GEOID10": "51441", + "ZCTA5CE10": "51441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 268 + ], + [ + 484, + 266 + ], + [ + 482, + 266 + ], + [ + 482, + 268 + ], + [ + 484, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50583", + "ALAND10": 305136581, + "AWATER10": 1223456, + "GEOID10": "50583", + "ZCTA5CE10": "50583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 266 + ], + [ + 484, + 264 + ], + [ + 482, + 264 + ], + [ + 482, + 266 + ], + [ + 484, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51436", + "ALAND10": 156771989, + "AWATER10": 18207, + "GEOID10": "51436", + "ZCTA5CE10": "51436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 273 + ], + [ + 486, + 271 + ], + [ + 484, + 271 + ], + [ + 484, + 273 + ], + [ + 486, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50528", + "ALAND10": 191697631, + "AWATER10": 0, + "GEOID10": "50528", + "ZCTA5CE10": "50528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 271 + ], + [ + 487, + 269 + ], + [ + 485, + 269 + ], + [ + 485, + 271 + ], + [ + 487, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50574", + "ALAND10": 288134467, + "AWATER10": 0, + "GEOID10": "50574", + "ZCTA5CE10": "50574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 273 + ], + [ + 488, + 271 + ], + [ + 486, + 271 + ], + [ + 486, + 273 + ], + [ + 488, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50560", + "ALAND10": 225266971, + "AWATER10": 0, + "GEOID10": "50560", + "ZCTA5CE10": "50560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 271 + ], + [ + 486, + 269 + ], + [ + 484, + 269 + ], + [ + 484, + 271 + ], + [ + 486, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50571", + "ALAND10": 115641240, + "AWATER10": 0, + "GEOID10": "50571", + "ZCTA5CE10": "50571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 268 + ], + [ + 485, + 266 + ], + [ + 483, + 266 + ], + [ + 483, + 268 + ], + [ + 485, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50561", + "ALAND10": 119453012, + "AWATER10": 94037, + "GEOID10": "50561", + "ZCTA5CE10": "50561", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 265 + ], + [ + 485, + 263 + ], + [ + 483, + 263 + ], + [ + 483, + 265 + ], + [ + 485, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51401", + "ALAND10": 453492511, + "AWATER10": 628504, + "GEOID10": "51401", + "ZCTA5CE10": "51401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 269 + ], + [ + 488, + 267 + ], + [ + 486, + 267 + ], + [ + 486, + 269 + ], + [ + 488, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50566", + "ALAND10": 89845527, + "AWATER10": 21164, + "GEOID10": "50566", + "ZCTA5CE10": "50566", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 266 + ], + [ + 488, + 264 + ], + [ + 486, + 264 + ], + [ + 486, + 266 + ], + [ + 488, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50050", + "ALAND10": 197586560, + "AWATER10": 28537, + "GEOID10": "50050", + "ZCTA5CE10": "50050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 266 + ], + [ + 488, + 264 + ], + [ + 486, + 264 + ], + [ + 486, + 266 + ], + [ + 488, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50129", + "ALAND10": 434199374, + "AWATER10": 1459252, + "GEOID10": "50129", + "ZCTA5CE10": "50129", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 267 + ], + [ + 482, + 265 + ], + [ + 480, + 265 + ], + [ + 480, + 267 + ], + [ + 482, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51442", + "ALAND10": 448285493, + "AWATER10": 392146, + "GEOID10": "51442", + "ZCTA5CE10": "51442", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 262 + ], + [ + 481, + 260 + ], + [ + 479, + 260 + ], + [ + 479, + 262 + ], + [ + 481, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51570", + "ALAND10": 166688981, + "AWATER10": 148413, + "GEOID10": "51570", + "ZCTA5CE10": "51570", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 262 + ], + [ + 483, + 260 + ], + [ + 481, + 260 + ], + [ + 481, + 262 + ], + [ + 483, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51537", + "ALAND10": 421573914, + "AWATER10": 759083, + "GEOID10": "51537", + "ZCTA5CE10": "51537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 262 + ], + [ + 484, + 260 + ], + [ + 482, + 260 + ], + [ + 482, + 262 + ], + [ + 484, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50025", + "ALAND10": 507431561, + "AWATER10": 0, + "GEOID10": "50025", + "ZCTA5CE10": "50025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 260 + ], + [ + 481, + 258 + ], + [ + 479, + 258 + ], + [ + 479, + 260 + ], + [ + 481, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51548", + "ALAND10": 64249240, + "AWATER10": 0, + "GEOID10": "51548", + "ZCTA5CE10": "51548", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 259 + ], + [ + 482, + 257 + ], + [ + 480, + 257 + ], + [ + 480, + 259 + ], + [ + 482, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51525", + "ALAND10": 156765098, + "AWATER10": 1522739, + "GEOID10": "51525", + "ZCTA5CE10": "51525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 259 + ], + [ + 484, + 257 + ], + [ + 482, + 257 + ], + [ + 482, + 259 + ], + [ + 484, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51535", + "ALAND10": 337093265, + "AWATER10": 20379, + "GEOID10": "51535", + "ZCTA5CE10": "51535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 259 + ], + [ + 483, + 257 + ], + [ + 481, + 257 + ], + [ + 481, + 259 + ], + [ + 483, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51532", + "ALAND10": 147652416, + "AWATER10": 157304, + "GEOID10": "51532", + "ZCTA5CE10": "51532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 262 + ], + [ + 484, + 260 + ], + [ + 482, + 260 + ], + [ + 482, + 262 + ], + [ + 484, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50076", + "ALAND10": 289965750, + "AWATER10": 685667, + "GEOID10": "50076", + "ZCTA5CE10": "50076", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 264 + ], + [ + 487, + 262 + ], + [ + 485, + 262 + ], + [ + 485, + 264 + ], + [ + 487, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50029", + "ALAND10": 104965078, + "AWATER10": 73324, + "GEOID10": "50029", + "ZCTA5CE10": "50029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 262 + ], + [ + 488, + 260 + ], + [ + 486, + 260 + ], + [ + 486, + 262 + ], + [ + 488, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50115", + "ALAND10": 440965640, + "AWATER10": 219586, + "GEOID10": "50115", + "ZCTA5CE10": "50115", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 259 + ], + [ + 485, + 257 + ], + [ + 483, + 257 + ], + [ + 483, + 259 + ], + [ + 485, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50837", + "ALAND10": 130570447, + "AWATER10": 225409, + "GEOID10": "50837", + "ZCTA5CE10": "50837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 259 + ], + [ + 486, + 257 + ], + [ + 484, + 257 + ], + [ + 484, + 259 + ], + [ + 486, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50846", + "ALAND10": 238791114, + "AWATER10": 149016, + "GEOID10": "50846", + "ZCTA5CE10": "50846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 258 + ], + [ + 487, + 256 + ], + [ + 485, + 256 + ], + [ + 485, + 258 + ], + [ + 487, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50801", + "ALAND10": 541138727, + "AWATER10": 3889978, + "GEOID10": "50801", + "ZCTA5CE10": "50801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 271 + ], + [ + 490, + 269 + ], + [ + 488, + 269 + ], + [ + 488, + 271 + ], + [ + 490, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50577", + "ALAND10": 107328837, + "AWATER10": 0, + "GEOID10": "50577", + "ZCTA5CE10": "50577", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 270 + ], + [ + 488, + 268 + ], + [ + 486, + 268 + ], + [ + 486, + 270 + ], + [ + 488, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50501", + "ALAND10": 404027426, + "AWATER10": 3187927, + "GEOID10": "50501", + "ZCTA5CE10": "50501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 272 + ], + [ + 490, + 270 + ], + [ + 488, + 270 + ], + [ + 488, + 272 + ], + [ + 490, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50525", + "ALAND10": 361364712, + "AWATER10": 2409067, + "GEOID10": "50525", + "ZCTA5CE10": "50525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 272 + ], + [ + 491, + 270 + ], + [ + 489, + 270 + ], + [ + 489, + 272 + ], + [ + 491, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50421", + "ALAND10": 232430205, + "AWATER10": 481114, + "GEOID10": "50421", + "ZCTA5CE10": "50421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 268 + ], + [ + 491, + 266 + ], + [ + 489, + 266 + ], + [ + 489, + 268 + ], + [ + 491, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50595", + "ALAND10": 399176137, + "AWATER10": 449045, + "GEOID10": "50595", + "ZCTA5CE10": "50595", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 265 + ], + [ + 490, + 263 + ], + [ + 488, + 263 + ], + [ + 488, + 265 + ], + [ + 490, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50036", + "ALAND10": 502485741, + "AWATER10": 2581085, + "GEOID10": "50036", + "ZCTA5CE10": "50036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 268 + ], + [ + 492, + 266 + ], + [ + 490, + 266 + ], + [ + 490, + 268 + ], + [ + 492, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50034", + "ALAND10": 161883964, + "AWATER10": 1602666, + "GEOID10": "50034", + "ZCTA5CE10": "50034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 266 + ], + [ + 492, + 264 + ], + [ + 490, + 264 + ], + [ + 490, + 266 + ], + [ + 492, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50010", + "ALAND10": 154733493, + "AWATER10": 540678, + "GEOID10": "50010", + "ZCTA5CE10": "50010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 272 + ], + [ + 493, + 270 + ], + [ + 491, + 270 + ], + [ + 491, + 272 + ], + [ + 493, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50420", + "ALAND10": 117339549, + "AWATER10": 0, + "GEOID10": "50420", + "ZCTA5CE10": "50420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 268 + ], + [ + 493, + 266 + ], + [ + 491, + 266 + ], + [ + 491, + 268 + ], + [ + 493, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50006", + "ALAND10": 317610484, + "AWATER10": 136481, + "GEOID10": "50006", + "ZCTA5CE10": "50006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 273 + ], + [ + 497, + 271 + ], + [ + 495, + 271 + ], + [ + 495, + 273 + ], + [ + 497, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50636", + "ALAND10": 312805227, + "AWATER10": 1327449, + "GEOID10": "50636", + "ZCTA5CE10": "50636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 269 + ], + [ + 495, + 267 + ], + [ + 493, + 267 + ], + [ + 493, + 269 + ], + [ + 495, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50601", + "ALAND10": 367822460, + "AWATER10": 182849, + "GEOID10": "50601", + "ZCTA5CE10": "50601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 271 + ], + [ + 496, + 269 + ], + [ + 494, + 269 + ], + [ + 494, + 271 + ], + [ + 496, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50604", + "ALAND10": 184408815, + "AWATER10": 92958, + "GEOID10": "50604", + "ZCTA5CE10": "50604", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 267 + ], + [ + 493, + 265 + ], + [ + 491, + 265 + ], + [ + 491, + 267 + ], + [ + 493, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50230", + "ALAND10": 223891628, + "AWATER10": 90499, + "GEOID10": "50230", + "ZCTA5CE10": "50230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 268 + ], + [ + 496, + 266 + ], + [ + 494, + 266 + ], + [ + 494, + 268 + ], + [ + 496, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50642", + "ALAND10": 83369897, + "AWATER10": 13774, + "GEOID10": "50642", + "ZCTA5CE10": "50642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 266 + ], + [ + 495, + 264 + ], + [ + 493, + 264 + ], + [ + 493, + 266 + ], + [ + 495, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50148", + "ALAND10": 51098073, + "AWATER10": 0, + "GEOID10": "50148", + "ZCTA5CE10": "50148", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 263 + ], + [ + 489, + 261 + ], + [ + 487, + 261 + ], + [ + 487, + 263 + ], + [ + 489, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50220", + "ALAND10": 266737860, + "AWATER10": 1474034, + "GEOID10": "50220", + "ZCTA5CE10": "50220", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 264 + ], + [ + 491, + 262 + ], + [ + 489, + 262 + ], + [ + 489, + 264 + ], + [ + 491, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50156", + "ALAND10": 232521797, + "AWATER10": 6490710, + "GEOID10": "50156", + "ZCTA5CE10": "50156", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 263 + ], + [ + 491, + 261 + ], + [ + 489, + 261 + ], + [ + 489, + 263 + ], + [ + 491, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50131", + "ALAND10": 55684483, + "AWATER10": 8952911, + "GEOID10": "50131", + "ZCTA5CE10": "50131", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 262 + ], + [ + 492, + 260 + ], + [ + 490, + 260 + ], + [ + 490, + 262 + ], + [ + 492, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50317", + "ALAND10": 57738800, + "AWATER10": 2319443, + "GEOID10": "50317", + "ZCTA5CE10": "50317", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 261 + ], + [ + 491, + 259 + ], + [ + 489, + 259 + ], + [ + 489, + 261 + ], + [ + 491, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50261", + "ALAND10": 171569638, + "AWATER10": 1660087, + "GEOID10": "50261", + "ZCTA5CE10": "50261", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 258 + ], + [ + 489, + 256 + ], + [ + 487, + 256 + ], + [ + 487, + 258 + ], + [ + 489, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50149", + "ALAND10": 213331164, + "AWATER10": 118531, + "GEOID10": "50149", + "ZCTA5CE10": "50149", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 259 + ], + [ + 492, + 257 + ], + [ + 490, + 257 + ], + [ + 490, + 259 + ], + [ + 492, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50166", + "ALAND10": 162197940, + "AWATER10": 329391, + "GEOID10": "50166", + "ZCTA5CE10": "50166", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 259 + ], + [ + 492, + 257 + ], + [ + 490, + 257 + ], + [ + 490, + 259 + ], + [ + 492, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50213", + "ALAND10": 542667138, + "AWATER10": 1308300, + "GEOID10": "50213", + "ZCTA5CE10": "50213", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 263 + ], + [ + 493, + 261 + ], + [ + 491, + 261 + ], + [ + 491, + 263 + ], + [ + 493, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50035", + "ALAND10": 116770928, + "AWATER10": 125744, + "GEOID10": "50035", + "ZCTA5CE10": "50035", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 263 + ], + [ + 494, + 261 + ], + [ + 492, + 261 + ], + [ + 492, + 263 + ], + [ + 494, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50168", + "ALAND10": 104710676, + "AWATER10": 95694, + "GEOID10": "50168", + "ZCTA5CE10": "50168", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 262 + ], + [ + 495, + 260 + ], + [ + 493, + 260 + ], + [ + 493, + 262 + ], + [ + 495, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50232", + "ALAND10": 86216305, + "AWATER10": 546135, + "GEOID10": "50232", + "ZCTA5CE10": "50232", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 262 + ], + [ + 497, + 260 + ], + [ + 495, + 260 + ], + [ + 495, + 262 + ], + [ + 497, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50112", + "ALAND10": 475173855, + "AWATER10": 434760, + "GEOID10": "50112", + "ZCTA5CE10": "50112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 259 + ], + [ + 492, + 257 + ], + [ + 490, + 257 + ], + [ + 490, + 259 + ], + [ + 492, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50125", + "ALAND10": 423849071, + "AWATER10": 2672902, + "GEOID10": "50125", + "ZCTA5CE10": "50125", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 257 + ], + [ + 493, + 255 + ], + [ + 491, + 255 + ], + [ + 491, + 257 + ], + [ + 493, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50049", + "ALAND10": 520862670, + "AWATER10": 2275544, + "GEOID10": "50049", + "ZCTA5CE10": "50049", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 260 + ], + [ + 496, + 258 + ], + [ + 494, + 258 + ], + [ + 494, + 260 + ], + [ + 496, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50138", + "ALAND10": 442340483, + "AWATER10": 19606882, + "GEOID10": "50138", + "ZCTA5CE10": "50138", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 259 + ], + [ + 495, + 257 + ], + [ + 493, + 257 + ], + [ + 493, + 259 + ], + [ + 495, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50044", + "ALAND10": 118457713, + "AWATER10": 15343, + "GEOID10": "50044", + "ZCTA5CE10": "50044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 287 + ], + [ + 497, + 285 + ], + [ + 495, + 285 + ], + [ + 495, + 287 + ], + [ + 497, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54022", + "ALAND10": 363538783, + "AWATER10": 4287394, + "GEOID10": "54022", + "ZCTA5CE10": "54022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 287 + ], + [ + 497, + 285 + ], + [ + 495, + 285 + ], + [ + 495, + 287 + ], + [ + 497, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54021", + "ALAND10": 115331719, + "AWATER10": 5304253, + "GEOID10": "54021", + "ZCTA5CE10": "54021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 286 + ], + [ + 499, + 284 + ], + [ + 497, + 284 + ], + [ + 497, + 286 + ], + [ + 499, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54011", + "ALAND10": 266477727, + "AWATER10": 545178, + "GEOID10": "54011", + "ZCTA5CE10": "54011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 287 + ], + [ + 499, + 285 + ], + [ + 497, + 285 + ], + [ + 497, + 287 + ], + [ + 499, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54767", + "ALAND10": 216898860, + "AWATER10": 2059952, + "GEOID10": "54767", + "ZCTA5CE10": "54767", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 284 + ], + [ + 497, + 282 + ], + [ + 495, + 282 + ], + [ + 495, + 284 + ], + [ + 497, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55027", + "ALAND10": 307008444, + "AWATER10": 188721, + "GEOID10": "55027", + "ZCTA5CE10": "55027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 282 + ], + [ + 498, + 280 + ], + [ + 496, + 280 + ], + [ + 496, + 282 + ], + [ + 498, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55960", + "ALAND10": 92239669, + "AWATER10": 1095266, + "GEOID10": "55960", + "ZCTA5CE10": "55960", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 285 + ], + [ + 500, + 283 + ], + [ + 498, + 283 + ], + [ + 498, + 285 + ], + [ + 500, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54761", + "ALAND10": 106059708, + "AWATER10": 579351, + "GEOID10": "54761", + "ZCTA5CE10": "54761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 282 + ], + [ + 499, + 280 + ], + [ + 497, + 280 + ], + [ + 497, + 282 + ], + [ + 499, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55932", + "ALAND10": 131701806, + "AWATER10": 45127, + "GEOID10": "55932", + "ZCTA5CE10": "55932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 287 + ], + [ + 503, + 285 + ], + [ + 501, + 285 + ], + [ + 501, + 287 + ], + [ + 503, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54751", + "ALAND10": 588910901, + "AWATER10": 13393291, + "GEOID10": "54751", + "ZCTA5CE10": "54751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 285 + ], + [ + 501, + 283 + ], + [ + 499, + 283 + ], + [ + 499, + 285 + ], + [ + 501, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54736", + "ALAND10": 327449268, + "AWATER10": 9717572, + "GEOID10": "54736", + "ZCTA5CE10": "54736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 289 + ], + [ + 502, + 287 + ], + [ + 500, + 287 + ], + [ + 500, + 289 + ], + [ + 502, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54730", + "ALAND10": 359960183, + "AWATER10": 8702928, + "GEOID10": "54730", + "ZCTA5CE10": "54730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 287 + ], + [ + 505, + 285 + ], + [ + 503, + 285 + ], + [ + 503, + 287 + ], + [ + 505, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54703", + "ALAND10": 205717035, + "AWATER10": 9378103, + "GEOID10": "54703", + "ZCTA5CE10": "54703", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 284 + ], + [ + 500, + 282 + ], + [ + 498, + 282 + ], + [ + 498, + 284 + ], + [ + 500, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55981", + "ALAND10": 131268867, + "AWATER10": 18386378, + "GEOID10": "55981", + "ZCTA5CE10": "55981", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 284 + ], + [ + 503, + 282 + ], + [ + 501, + 282 + ], + [ + 501, + 284 + ], + [ + 503, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54610", + "ALAND10": 331659977, + "AWATER10": 21620055, + "GEOID10": "54610", + "ZCTA5CE10": "54610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 284 + ], + [ + 503, + 282 + ], + [ + 501, + 282 + ], + [ + 501, + 284 + ], + [ + 503, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54755", + "ALAND10": 704690814, + "AWATER10": 5936280, + "GEOID10": "54755", + "ZCTA5CE10": "54755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 281 + ], + [ + 497, + 279 + ], + [ + 495, + 279 + ], + [ + 495, + 281 + ], + [ + 497, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55944", + "ALAND10": 150904299, + "AWATER10": 67762, + "GEOID10": "55944", + "ZCTA5CE10": "55944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 278 + ], + [ + 498, + 276 + ], + [ + 496, + 276 + ], + [ + 496, + 278 + ], + [ + 498, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55936", + "ALAND10": 211684558, + "AWATER10": 11114, + "GEOID10": "55936", + "ZCTA5CE10": "55936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 280 + ], + [ + 499, + 278 + ], + [ + 497, + 278 + ], + [ + 497, + 280 + ], + [ + 499, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55976", + "ALAND10": 229198912, + "AWATER10": 0, + "GEOID10": "55976", + "ZCTA5CE10": "55976", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 277 + ], + [ + 499, + 275 + ], + [ + 497, + 275 + ], + [ + 497, + 277 + ], + [ + 499, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55975", + "ALAND10": 397073652, + "AWATER10": 85610, + "GEOID10": "55975", + "ZCTA5CE10": "55975", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 279 + ], + [ + 501, + 277 + ], + [ + 499, + 277 + ], + [ + 499, + 279 + ], + [ + 501, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55965", + "ALAND10": 297400895, + "AWATER10": 72332, + "GEOID10": "55965", + "ZCTA5CE10": "55965", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 275 + ], + [ + 498, + 273 + ], + [ + 496, + 273 + ], + [ + 496, + 275 + ], + [ + 498, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50628", + "ALAND10": 289171692, + "AWATER10": 185024, + "GEOID10": "50628", + "ZCTA5CE10": "50628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 275 + ], + [ + 498, + 273 + ], + [ + 496, + 273 + ], + [ + 496, + 275 + ], + [ + 498, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50616", + "ALAND10": 447034889, + "AWATER10": 427210, + "GEOID10": "50616", + "ZCTA5CE10": "50616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 277 + ], + [ + 502, + 275 + ], + [ + 500, + 275 + ], + [ + 500, + 277 + ], + [ + 502, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52136", + "ALAND10": 552203724, + "AWATER10": 240784, + "GEOID10": "52136", + "ZCTA5CE10": "52136", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 281 + ], + [ + 501, + 279 + ], + [ + 499, + 279 + ], + [ + 499, + 281 + ], + [ + 501, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55910", + "ALAND10": 227414027, + "AWATER10": 1021966, + "GEOID10": "55910", + "ZCTA5CE10": "55910", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 280 + ], + [ + 503, + 278 + ], + [ + 501, + 278 + ], + [ + 501, + 280 + ], + [ + 503, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55971", + "ALAND10": 208837520, + "AWATER10": 366744, + "GEOID10": "55971", + "ZCTA5CE10": "55971", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 280 + ], + [ + 501, + 278 + ], + [ + 499, + 278 + ], + [ + 499, + 280 + ], + [ + 501, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55962", + "ALAND10": 163803055, + "AWATER10": 723121, + "GEOID10": "55962", + "ZCTA5CE10": "55962", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 278 + ], + [ + 502, + 276 + ], + [ + 500, + 276 + ], + [ + 500, + 278 + ], + [ + 502, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55974", + "ALAND10": 217060419, + "AWATER10": 382310, + "GEOID10": "55974", + "ZCTA5CE10": "55974", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 274 + ], + [ + 502, + 272 + ], + [ + 500, + 272 + ], + [ + 500, + 274 + ], + [ + 502, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52144", + "ALAND10": 194122271, + "AWATER10": 0, + "GEOID10": "52144", + "ZCTA5CE10": "52144", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 277 + ], + [ + 505, + 275 + ], + [ + 503, + 275 + ], + [ + 503, + 277 + ], + [ + 505, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55921", + "ALAND10": 469208184, + "AWATER10": 2382095, + "GEOID10": "55921", + "ZCTA5CE10": "55921", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 275 + ], + [ + 503, + 273 + ], + [ + 501, + 273 + ], + [ + 501, + 275 + ], + [ + 503, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52101", + "ALAND10": 804297450, + "AWATER10": 324441, + "GEOID10": "52101", + "ZCTA5CE10": "52101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 276 + ], + [ + 504, + 274 + ], + [ + 502, + 274 + ], + [ + 502, + 276 + ], + [ + 504, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52151", + "ALAND10": 311794388, + "AWATER10": 12875475, + "GEOID10": "52151", + "ZCTA5CE10": "52151", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 286 + ], + [ + 504, + 284 + ], + [ + 502, + 284 + ], + [ + 502, + 286 + ], + [ + 504, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54742", + "ALAND10": 270385171, + "AWATER10": 1438481, + "GEOID10": "54742", + "ZCTA5CE10": "54742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 287 + ], + [ + 507, + 285 + ], + [ + 505, + 285 + ], + [ + 505, + 287 + ], + [ + 507, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54722", + "ALAND10": 373168958, + "AWATER10": 5012146, + "GEOID10": "54722", + "ZCTA5CE10": "54722", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 287 + ], + [ + 508, + 285 + ], + [ + 506, + 285 + ], + [ + 506, + 287 + ], + [ + 508, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54771", + "ALAND10": 401809768, + "AWATER10": 1626141, + "GEOID10": "54771", + "ZCTA5CE10": "54771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 287 + ], + [ + 507, + 285 + ], + [ + 505, + 285 + ], + [ + 505, + 287 + ], + [ + 507, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54741", + "ALAND10": 248518086, + "AWATER10": 223481, + "GEOID10": "54741", + "ZCTA5CE10": "54741", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 287 + ], + [ + 508, + 285 + ], + [ + 506, + 285 + ], + [ + 506, + 287 + ], + [ + 508, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54493", + "ALAND10": 281502348, + "AWATER10": 3337508, + "GEOID10": "54493", + "ZCTA5CE10": "54493", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 283 + ], + [ + 505, + 281 + ], + [ + 503, + 281 + ], + [ + 503, + 283 + ], + [ + 505, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54612", + "ALAND10": 401287758, + "AWATER10": 785179, + "GEOID10": "54612", + "ZCTA5CE10": "54612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 285 + ], + [ + 507, + 283 + ], + [ + 505, + 283 + ], + [ + 505, + 285 + ], + [ + 507, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54611", + "ALAND10": 140220007, + "AWATER10": 0, + "GEOID10": "54611", + "ZCTA5CE10": "54611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 283 + ], + [ + 508, + 282 + ], + [ + 508, + 281 + ], + [ + 506, + 281 + ], + [ + 506, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54615", + "ALAND10": 777170937, + "AWATER10": 9216032, + "GEOID10": "54615", + "ZCTA5CE10": "54615", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 287 + ], + [ + 509, + 285 + ], + [ + 507, + 285 + ], + [ + 507, + 287 + ], + [ + 509, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54460", + "ALAND10": 220661509, + "AWATER10": 2596831, + "GEOID10": "54460", + "ZCTA5CE10": "54460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 286 + ], + [ + 510, + 284 + ], + [ + 508, + 284 + ], + [ + 508, + 286 + ], + [ + 510, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54479", + "ALAND10": 206612346, + "AWATER10": 742772, + "GEOID10": "54479", + "ZCTA5CE10": "54479", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 287 + ], + [ + 512, + 285 + ], + [ + 510, + 285 + ], + [ + 510, + 287 + ], + [ + 512, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54449", + "ALAND10": 441510592, + "AWATER10": 806006, + "GEOID10": "54449", + "ZCTA5CE10": "54449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 285 + ], + [ + 507, + 283 + ], + [ + 505, + 283 + ], + [ + 505, + 285 + ], + [ + 507, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54754", + "ALAND10": 221023543, + "AWATER10": 3692196, + "GEOID10": "54754", + "ZCTA5CE10": "54754", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 280 + ], + [ + 509, + 278 + ], + [ + 507, + 278 + ], + [ + 507, + 280 + ], + [ + 509, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54656", + "ALAND10": 647256659, + "AWATER10": 1365713, + "GEOID10": "54656", + "ZCTA5CE10": "54656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 281 + ], + [ + 511, + 279 + ], + [ + 509, + 279 + ], + [ + 509, + 281 + ], + [ + 511, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54666", + "ALAND10": 590834911, + "AWATER10": 27283574, + "GEOID10": "54666", + "ZCTA5CE10": "54666", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 284 + ], + [ + 511, + 283 + ], + [ + 510, + 282 + ], + [ + 508, + 283 + ], + [ + 511, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54466", + "ALAND10": 785744498, + "AWATER10": 15461135, + "GEOID10": "54466", + "ZCTA5CE10": "54466", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 282 + ], + [ + 512, + 280 + ], + [ + 510, + 280 + ], + [ + 510, + 282 + ], + [ + 512, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54457", + "ALAND10": 350954710, + "AWATER10": 41519675, + "GEOID10": "54457", + "ZCTA5CE10": "54457", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 281 + ], + [ + 506, + 279 + ], + [ + 504, + 279 + ], + [ + 504, + 281 + ], + [ + 506, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54642", + "ALAND10": 244922721, + "AWATER10": 1498098, + "GEOID10": "54642", + "ZCTA5CE10": "54642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 279 + ], + [ + 505, + 277 + ], + [ + 503, + 277 + ], + [ + 503, + 279 + ], + [ + 505, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US55919", + "ALAND10": 112176216, + "AWATER10": 22925655, + "GEOID10": "55919", + "ZCTA5CE10": "55919", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 278 + ], + [ + 507, + 276 + ], + [ + 505, + 276 + ], + [ + 505, + 278 + ], + [ + 507, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54667", + "ALAND10": 225890309, + "AWATER10": 517048, + "GEOID10": "54667", + "ZCTA5CE10": "54667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 276 + ], + [ + 507, + 274 + ], + [ + 505, + 274 + ], + [ + 505, + 276 + ], + [ + 507, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54628", + "ALAND10": 193639365, + "AWATER10": 103267, + "GEOID10": "54628", + "ZCTA5CE10": "54628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 277 + ], + [ + 508, + 275 + ], + [ + 506, + 275 + ], + [ + 506, + 277 + ], + [ + 508, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54665", + "ALAND10": 456546488, + "AWATER10": 463076, + "GEOID10": "54665", + "ZCTA5CE10": "54665", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 274 + ], + [ + 508, + 272 + ], + [ + 506, + 272 + ], + [ + 506, + 274 + ], + [ + 508, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54657", + "ALAND10": 70560768, + "AWATER10": 64818, + "GEOID10": "54657", + "ZCTA5CE10": "54657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 280 + ], + [ + 510, + 278 + ], + [ + 508, + 278 + ], + [ + 508, + 280 + ], + [ + 510, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54660", + "ALAND10": 395611702, + "AWATER10": 6260346, + "GEOID10": "54660", + "ZCTA5CE10": "54660", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 278 + ], + [ + 508, + 276 + ], + [ + 506, + 276 + ], + [ + 506, + 278 + ], + [ + 508, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54639", + "ALAND10": 249665904, + "AWATER10": 645494, + "GEOID10": "54639", + "ZCTA5CE10": "54639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 279 + ], + [ + 511, + 277 + ], + [ + 509, + 277 + ], + [ + 509, + 279 + ], + [ + 511, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54618", + "ALAND10": 257989912, + "AWATER10": 3969130, + "GEOID10": "54618", + "ZCTA5CE10": "54618", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 280 + ], + [ + 513, + 278 + ], + [ + 511, + 278 + ], + [ + 511, + 280 + ], + [ + 513, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54646", + "ALAND10": 434972122, + "AWATER10": 41939063, + "GEOID10": "54646", + "ZCTA5CE10": "54646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 278 + ], + [ + 511, + 276 + ], + [ + 509, + 276 + ], + [ + 509, + 278 + ], + [ + 511, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54634", + "ALAND10": 385854276, + "AWATER10": 294841, + "GEOID10": "54634", + "ZCTA5CE10": "54634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 273 + ], + [ + 510, + 271 + ], + [ + 508, + 271 + ], + [ + 508, + 273 + ], + [ + 510, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53573", + "ALAND10": 281982263, + "AWATER10": 1849845, + "GEOID10": "53573", + "ZCTA5CE10": "53573", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 276 + ], + [ + 511, + 274 + ], + [ + 509, + 274 + ], + [ + 509, + 276 + ], + [ + 511, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53581", + "ALAND10": 616574275, + "AWATER10": 278455, + "GEOID10": "53581", + "ZCTA5CE10": "53581", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 273 + ], + [ + 511, + 271 + ], + [ + 509, + 271 + ], + [ + 509, + 273 + ], + [ + 511, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53543", + "ALAND10": 205943091, + "AWATER10": 860645, + "GEOID10": "53543", + "ZCTA5CE10": "53543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 275 + ], + [ + 513, + 273 + ], + [ + 511, + 273 + ], + [ + 511, + 275 + ], + [ + 513, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53588", + "ALAND10": 355060569, + "AWATER10": 10317566, + "GEOID10": "53588", + "ZCTA5CE10": "53588", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 270 + ], + [ + 498, + 268 + ], + [ + 496, + 268 + ], + [ + 496, + 270 + ], + [ + 498, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50660", + "ALAND10": 100153440, + "AWATER10": 29447, + "GEOID10": "50660", + "ZCTA5CE10": "50660", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 274 + ], + [ + 498, + 272 + ], + [ + 496, + 272 + ], + [ + 496, + 274 + ], + [ + 498, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50645", + "ALAND10": 213812886, + "AWATER10": 473556, + "GEOID10": "50645", + "ZCTA5CE10": "50645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 272 + ], + [ + 499, + 270 + ], + [ + 497, + 270 + ], + [ + 497, + 272 + ], + [ + 499, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50630", + "ALAND10": 214518988, + "AWATER10": 232646, + "GEOID10": "50630", + "ZCTA5CE10": "50630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 272 + ], + [ + 499, + 270 + ], + [ + 497, + 270 + ], + [ + 497, + 272 + ], + [ + 499, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50674", + "ALAND10": 405275147, + "AWATER10": 3407913, + "GEOID10": "50674", + "ZCTA5CE10": "50674", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 268 + ], + [ + 497, + 266 + ], + [ + 495, + 266 + ], + [ + 495, + 268 + ], + [ + 497, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50638", + "ALAND10": 245829636, + "AWATER10": 0, + "GEOID10": "50638", + "ZCTA5CE10": "50638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 266 + ], + [ + 497, + 264 + ], + [ + 495, + 264 + ], + [ + 495, + 266 + ], + [ + 497, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50635", + "ALAND10": 217592816, + "AWATER10": 0, + "GEOID10": "50635", + "ZCTA5CE10": "50635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 265 + ], + [ + 499, + 263 + ], + [ + 497, + 263 + ], + [ + 497, + 265 + ], + [ + 499, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52342", + "ALAND10": 232382341, + "AWATER10": 297337, + "GEOID10": "52342", + "ZCTA5CE10": "52342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 268 + ], + [ + 499, + 266 + ], + [ + 497, + 266 + ], + [ + 497, + 268 + ], + [ + 499, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50651", + "ALAND10": 290079392, + "AWATER10": 4584618, + "GEOID10": "50651", + "ZCTA5CE10": "50651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 266 + ], + [ + 500, + 264 + ], + [ + 498, + 264 + ], + [ + 498, + 266 + ], + [ + 500, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52229", + "ALAND10": 127345835, + "AWATER10": 46070, + "GEOID10": "52229", + "ZCTA5CE10": "52229", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 273 + ], + [ + 501, + 271 + ], + [ + 499, + 271 + ], + [ + 499, + 273 + ], + [ + 501, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52171", + "ALAND10": 205831084, + "AWATER10": 66100, + "GEOID10": "52171", + "ZCTA5CE10": "52171", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 269 + ], + [ + 501, + 267 + ], + [ + 499, + 267 + ], + [ + 499, + 269 + ], + [ + 501, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50629", + "ALAND10": 204516580, + "AWATER10": 696084, + "GEOID10": "50629", + "ZCTA5CE10": "50629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 272 + ], + [ + 504, + 270 + ], + [ + 502, + 270 + ], + [ + 502, + 272 + ], + [ + 504, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52141", + "ALAND10": 216863050, + "AWATER10": 74045, + "GEOID10": "52141", + "ZCTA5CE10": "52141", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 273 + ], + [ + 504, + 271 + ], + [ + 502, + 271 + ], + [ + 502, + 273 + ], + [ + 504, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52047", + "ALAND10": 88304463, + "AWATER10": 23661, + "GEOID10": "52047", + "ZCTA5CE10": "52047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 268 + ], + [ + 502, + 266 + ], + [ + 500, + 266 + ], + [ + 500, + 268 + ], + [ + 502, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50644", + "ALAND10": 369500477, + "AWATER10": 3094740, + "GEOID10": "50644", + "ZCTA5CE10": "50644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 267 + ], + [ + 502, + 265 + ], + [ + 500, + 265 + ], + [ + 500, + 267 + ], + [ + 502, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52349", + "ALAND10": 379530802, + "AWATER10": 3144393, + "GEOID10": "52349", + "ZCTA5CE10": "52349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 267 + ], + [ + 503, + 265 + ], + [ + 501, + 265 + ], + [ + 501, + 267 + ], + [ + 503, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52352", + "ALAND10": 203389327, + "AWATER10": 1633583, + "GEOID10": "52352", + "ZCTA5CE10": "52352", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 266 + ], + [ + 503, + 264 + ], + [ + 501, + 264 + ], + [ + 501, + 266 + ], + [ + 503, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52302", + "ALAND10": 192169812, + "AWATER10": 106045, + "GEOID10": "52302", + "ZCTA5CE10": "52302", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 264 + ], + [ + 498, + 262 + ], + [ + 496, + 262 + ], + [ + 496, + 264 + ], + [ + 498, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52211", + "ALAND10": 236011969, + "AWATER10": 560213, + "GEOID10": "52211", + "ZCTA5CE10": "52211", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 265 + ], + [ + 499, + 263 + ], + [ + 497, + 263 + ], + [ + 497, + 265 + ], + [ + 499, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52225", + "ALAND10": 91276238, + "AWATER10": 0, + "GEOID10": "52225", + "ZCTA5CE10": "52225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 262 + ], + [ + 500, + 260 + ], + [ + 498, + 260 + ], + [ + 498, + 262 + ], + [ + 500, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52222", + "ALAND10": 208919389, + "AWATER10": 237236, + "GEOID10": "52222", + "ZCTA5CE10": "52222", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 261 + ], + [ + 499, + 259 + ], + [ + 497, + 259 + ], + [ + 497, + 261 + ], + [ + 499, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50207", + "ALAND10": 366313658, + "AWATER10": 258736, + "GEOID10": "50207", + "ZCTA5CE10": "50207", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 261 + ], + [ + 498, + 259 + ], + [ + 496, + 259 + ], + [ + 496, + 261 + ], + [ + 498, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50268", + "ALAND10": 123395225, + "AWATER10": 129414, + "GEOID10": "50268", + "ZCTA5CE10": "50268", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 258 + ], + [ + 500, + 256 + ], + [ + 498, + 256 + ], + [ + 498, + 258 + ], + [ + 500, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52501", + "ALAND10": 584481041, + "AWATER10": 6909480, + "GEOID10": "52501", + "ZCTA5CE10": "52501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 260 + ], + [ + 499, + 258 + ], + [ + 497, + 258 + ], + [ + 497, + 260 + ], + [ + 499, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52563", + "ALAND10": 299042501, + "AWATER10": 108928, + "GEOID10": "52563", + "ZCTA5CE10": "52563", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 266 + ], + [ + 502, + 264 + ], + [ + 500, + 264 + ], + [ + 500, + 266 + ], + [ + 502, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52206", + "ALAND10": 73245913, + "AWATER10": 0, + "GEOID10": "52206", + "ZCTA5CE10": "52206", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 262 + ], + [ + 502, + 260 + ], + [ + 500, + 260 + ], + [ + 500, + 262 + ], + [ + 502, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52356", + "ALAND10": 232403016, + "AWATER10": 0, + "GEOID10": "52356", + "ZCTA5CE10": "52356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 264 + ], + [ + 503, + 262 + ], + [ + 501, + 262 + ], + [ + 501, + 264 + ], + [ + 503, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52322", + "ALAND10": 230659907, + "AWATER10": 560176, + "GEOID10": "52322", + "ZCTA5CE10": "52322", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 262 + ], + [ + 504, + 260 + ], + [ + 502, + 260 + ], + [ + 502, + 262 + ], + [ + 504, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52327", + "ALAND10": 216559540, + "AWATER10": 1069676, + "GEOID10": "52327", + "ZCTA5CE10": "52327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 259 + ], + [ + 501, + 257 + ], + [ + 499, + 257 + ], + [ + 499, + 259 + ], + [ + 501, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52248", + "ALAND10": 294505084, + "AWATER10": 727185, + "GEOID10": "52248", + "ZCTA5CE10": "52248", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 258 + ], + [ + 501, + 256 + ], + [ + 499, + 256 + ], + [ + 499, + 258 + ], + [ + 501, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52580", + "ALAND10": 98696225, + "AWATER10": 69238, + "GEOID10": "52580", + "ZCTA5CE10": "52580", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 257 + ], + [ + 502, + 255 + ], + [ + 500, + 255 + ], + [ + 500, + 257 + ], + [ + 502, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52556", + "ALAND10": 457201550, + "AWATER10": 1265594, + "GEOID10": "52556", + "ZCTA5CE10": "52556", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 273 + ], + [ + 504, + 271 + ], + [ + 502, + 271 + ], + [ + 502, + 273 + ], + [ + 504, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52072", + "ALAND10": 87106167, + "AWATER10": 0, + "GEOID10": "52072", + "ZCTA5CE10": "52072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 271 + ], + [ + 505, + 269 + ], + [ + 503, + 269 + ], + [ + 503, + 271 + ], + [ + 505, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52042", + "ALAND10": 161442780, + "AWATER10": 20364, + "GEOID10": "52042", + "ZCTA5CE10": "52042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 273 + ], + [ + 506, + 271 + ], + [ + 504, + 271 + ], + [ + 504, + 273 + ], + [ + 506, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53801", + "ALAND10": 153267040, + "AWATER10": 16965797, + "GEOID10": "53801", + "ZCTA5CE10": "53801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 271 + ], + [ + 507, + 269 + ], + [ + 505, + 269 + ], + [ + 505, + 271 + ], + [ + 507, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53810", + "ALAND10": 95432990, + "AWATER10": 3306890, + "GEOID10": "53810", + "ZCTA5CE10": "53810", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 268 + ], + [ + 505, + 266 + ], + [ + 503, + 266 + ], + [ + 503, + 268 + ], + [ + 505, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52057", + "ALAND10": 361760087, + "AWATER10": 590023, + "GEOID10": "52057", + "ZCTA5CE10": "52057", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 268 + ], + [ + 506, + 266 + ], + [ + 504, + 266 + ], + [ + 504, + 268 + ], + [ + 506, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52078", + "ALAND10": 106240583, + "AWATER10": 45700, + "GEOID10": "52078", + "ZCTA5CE10": "52078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 266 + ], + [ + 507, + 264 + ], + [ + 505, + 264 + ], + [ + 505, + 266 + ], + [ + 507, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52310", + "ALAND10": 385075199, + "AWATER10": 219778, + "GEOID10": "52310", + "ZCTA5CE10": "52310", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 269 + ], + [ + 508, + 267 + ], + [ + 506, + 267 + ], + [ + 506, + 269 + ], + [ + 508, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52002", + "ALAND10": 74688324, + "AWATER10": 0, + "GEOID10": "52002", + "ZCTA5CE10": "52002", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 267 + ], + [ + 507, + 265 + ], + [ + 505, + 265 + ], + [ + 505, + 267 + ], + [ + 507, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52309", + "ALAND10": 74161803, + "AWATER10": 130451, + "GEOID10": "52309", + "ZCTA5CE10": "52309", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 270 + ], + [ + 509, + 268 + ], + [ + 507, + 268 + ], + [ + 507, + 270 + ], + [ + 509, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53818", + "ALAND10": 397468318, + "AWATER10": 49176, + "GEOID10": "53818", + "ZCTA5CE10": "53818", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 269 + ], + [ + 509, + 267 + ], + [ + 507, + 267 + ], + [ + 507, + 269 + ], + [ + 509, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52001", + "ALAND10": 67783006, + "AWATER10": 6975009, + "GEOID10": "52001", + "ZCTA5CE10": "52001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 274 + ], + [ + 511, + 272 + ], + [ + 509, + 272 + ], + [ + 509, + 274 + ], + [ + 511, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53533", + "ALAND10": 372589520, + "AWATER10": 941039, + "GEOID10": "53533", + "ZCTA5CE10": "53533", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 271 + ], + [ + 513, + 269 + ], + [ + 511, + 269 + ], + [ + 511, + 271 + ], + [ + 513, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53530", + "ALAND10": 345708864, + "AWATER10": 0, + "GEOID10": "53530", + "ZCTA5CE10": "53530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 268 + ], + [ + 511, + 266 + ], + [ + 509, + 266 + ], + [ + 509, + 268 + ], + [ + 511, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61036", + "ALAND10": 275422971, + "AWATER10": 10854086, + "GEOID10": "61036", + "ZCTA5CE10": "61036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 267 + ], + [ + 509, + 265 + ], + [ + 507, + 265 + ], + [ + 507, + 267 + ], + [ + 509, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52060", + "ALAND10": 408283851, + "AWATER10": 1453024, + "GEOID10": "52060", + "ZCTA5CE10": "52060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 268 + ], + [ + 511, + 266 + ], + [ + 509, + 266 + ], + [ + 509, + 268 + ], + [ + 511, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61028", + "ALAND10": 276928149, + "AWATER10": 14050, + "GEOID10": "61028", + "ZCTA5CE10": "61028", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 269 + ], + [ + 512, + 267 + ], + [ + 510, + 267 + ], + [ + 510, + 269 + ], + [ + 512, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61085", + "ALAND10": 334796789, + "AWATER10": 0, + "GEOID10": "61085", + "ZCTA5CE10": "61085", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 267 + ], + [ + 512, + 265 + ], + [ + 510, + 265 + ], + [ + 510, + 267 + ], + [ + 512, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61053", + "ALAND10": 286083086, + "AWATER10": 37192, + "GEOID10": "61053", + "ZCTA5CE10": "61053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 265 + ], + [ + 505, + 263 + ], + [ + 503, + 263 + ], + [ + 503, + 265 + ], + [ + 505, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52306", + "ALAND10": 193533425, + "AWATER10": 712142, + "GEOID10": "52306", + "ZCTA5CE10": "52306", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 266 + ], + [ + 508, + 264 + ], + [ + 506, + 264 + ], + [ + 506, + 266 + ], + [ + 508, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52323", + "ALAND10": 132025682, + "AWATER10": 327922, + "GEOID10": "52323", + "ZCTA5CE10": "52323", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 264 + ], + [ + 505, + 262 + ], + [ + 503, + 262 + ], + [ + 503, + 264 + ], + [ + 505, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52772", + "ALAND10": 339607213, + "AWATER10": 2731765, + "GEOID10": "52772", + "ZCTA5CE10": "52772", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 260 + ], + [ + 506, + 258 + ], + [ + 504, + 258 + ], + [ + 504, + 260 + ], + [ + 506, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52754", + "ALAND10": 184743948, + "AWATER10": 1261735, + "GEOID10": "52754", + "ZCTA5CE10": "52754", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 259 + ], + [ + 507, + 257 + ], + [ + 505, + 257 + ], + [ + 505, + 259 + ], + [ + 507, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61272", + "ALAND10": 233421470, + "AWATER10": 13993700, + "GEOID10": "61272", + "ZCTA5CE10": "61272", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 259 + ], + [ + 506, + 257 + ], + [ + 504, + 257 + ], + [ + 504, + 259 + ], + [ + 506, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52738", + "ALAND10": 318125181, + "AWATER10": 5065676, + "GEOID10": "52738", + "ZCTA5CE10": "52738", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 260 + ], + [ + 509, + 258 + ], + [ + 507, + 258 + ], + [ + 507, + 260 + ], + [ + 509, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61231", + "ALAND10": 387926824, + "AWATER10": 230931, + "GEOID10": "61231", + "ZCTA5CE10": "61231", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 260 + ], + [ + 508, + 258 + ], + [ + 506, + 258 + ], + [ + 506, + 260 + ], + [ + 508, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61260", + "ALAND10": 151702069, + "AWATER10": 36224, + "GEOID10": "61260", + "ZCTA5CE10": "61260", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 265 + ], + [ + 511, + 263 + ], + [ + 509, + 263 + ], + [ + 509, + 265 + ], + [ + 511, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52750", + "ALAND10": 77963307, + "AWATER10": 472441, + "GEOID10": "52750", + "ZCTA5CE10": "52750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 263 + ], + [ + 510, + 261 + ], + [ + 508, + 261 + ], + [ + 508, + 263 + ], + [ + 510, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52756", + "ALAND10": 110782726, + "AWATER10": 329875, + "GEOID10": "52756", + "ZCTA5CE10": "52756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 265 + ], + [ + 513, + 263 + ], + [ + 511, + 263 + ], + [ + 511, + 265 + ], + [ + 513, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61270", + "ALAND10": 392873961, + "AWATER10": 582693, + "GEOID10": "61270", + "ZCTA5CE10": "61270", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 263 + ], + [ + 513, + 261 + ], + [ + 511, + 261 + ], + [ + 511, + 263 + ], + [ + 513, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61277", + "ALAND10": 327824077, + "AWATER10": 2439763, + "GEOID10": "61277", + "ZCTA5CE10": "61277", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 261 + ], + [ + 509, + 259 + ], + [ + 507, + 259 + ], + [ + 507, + 261 + ], + [ + 509, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61240", + "ALAND10": 95372849, + "AWATER10": 971923, + "GEOID10": "61240", + "ZCTA5CE10": "61240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 260 + ], + [ + 510, + 258 + ], + [ + 508, + 258 + ], + [ + 508, + 260 + ], + [ + 510, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61465", + "ALAND10": 108235320, + "AWATER10": 38567, + "GEOID10": "61465", + "ZCTA5CE10": "61465", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 258 + ], + [ + 511, + 256 + ], + [ + 509, + 256 + ], + [ + 509, + 258 + ], + [ + 511, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61467", + "ALAND10": 127968694, + "AWATER10": 496006, + "GEOID10": "61467", + "ZCTA5CE10": "61467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 258 + ], + [ + 513, + 256 + ], + [ + 511, + 256 + ], + [ + 511, + 258 + ], + [ + 513, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61449", + "ALAND10": 97444247, + "AWATER10": 120259, + "GEOID10": "61449", + "ZCTA5CE10": "61449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 318, + 255 + ], + [ + 318, + 253 + ], + [ + 316, + 253 + ], + [ + 316, + 255 + ], + [ + 318, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95551", + "ALAND10": 110251493, + "AWATER10": 26751072, + "GEOID10": "95551", + "ZCTA5CE10": "95551", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 254 + ], + [ + 320, + 252 + ], + [ + 318, + 252 + ], + [ + 318, + 254 + ], + [ + 320, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95549", + "ALAND10": 290942302, + "AWATER10": 182614, + "GEOID10": "95549", + "ZCTA5CE10": "95549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 253 + ], + [ + 321, + 251 + ], + [ + 319, + 251 + ], + [ + 319, + 253 + ], + [ + 321, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95569", + "ALAND10": 160205742, + "AWATER10": 1795599, + "GEOID10": "95569", + "ZCTA5CE10": "95569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 251 + ], + [ + 320, + 249 + ], + [ + 318, + 249 + ], + [ + 318, + 251 + ], + [ + 320, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95542", + "ALAND10": 511775604, + "AWATER10": 649861, + "GEOID10": "95542", + "ZCTA5CE10": "95542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 256 + ], + [ + 321, + 254 + ], + [ + 319, + 254 + ], + [ + 319, + 256 + ], + [ + 321, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95573", + "ALAND10": 311240039, + "AWATER10": 963667, + "GEOID10": "95573", + "ZCTA5CE10": "95573", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 256 + ], + [ + 322, + 254 + ], + [ + 320, + 254 + ], + [ + 320, + 256 + ], + [ + 322, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95563", + "ALAND10": 155965057, + "AWATER10": 168595, + "GEOID10": "95563", + "ZCTA5CE10": "95563", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 258 + ], + [ + 323, + 257 + ], + [ + 323, + 254 + ], + [ + 321, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96010", + "ALAND10": 1041435904, + "AWATER10": 8361, + "GEOID10": "96010", + "ZCTA5CE10": "96010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 323, + 254 + ], + [ + 323, + 252 + ], + [ + 321, + 252 + ], + [ + 321, + 254 + ], + [ + 323, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96046", + "ALAND10": 464561210, + "AWATER10": 40933, + "GEOID10": "96046", + "ZCTA5CE10": "96046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 252 + ], + [ + 324, + 250 + ], + [ + 322, + 250 + ], + [ + 322, + 252 + ], + [ + 324, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96041", + "ALAND10": 852321189, + "AWATER10": 58222, + "GEOID10": "96041", + "ZCTA5CE10": "96041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 252 + ], + [ + 320, + 250 + ], + [ + 318, + 250 + ], + [ + 318, + 252 + ], + [ + 320, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95559", + "ALAND10": 46757720, + "AWATER10": 93394, + "GEOID10": "95559", + "ZCTA5CE10": "95559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 254 + ], + [ + 324, + 251 + ], + [ + 324, + 249 + ], + [ + 322, + 249 + ], + [ + 321, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95552", + "ALAND10": 1397846988, + "AWATER10": 4405471, + "GEOID10": "95552", + "ZCTA5CE10": "95552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 249 + ], + [ + 325, + 247 + ], + [ + 323, + 247 + ], + [ + 323, + 249 + ], + [ + 325, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95428", + "ALAND10": 583265813, + "AWATER10": 1726171, + "GEOID10": "95428", + "ZCTA5CE10": "95428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 255 + ], + [ + 326, + 253 + ], + [ + 324, + 253 + ], + [ + 324, + 255 + ], + [ + 326, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96024", + "ALAND10": 462465533, + "AWATER10": 32384, + "GEOID10": "96024", + "ZCTA5CE10": "96024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 253 + ], + [ + 325, + 251 + ], + [ + 323, + 251 + ], + [ + 323, + 253 + ], + [ + 325, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96047", + "ALAND10": 533254350, + "AWATER10": 780541, + "GEOID10": "96047", + "ZCTA5CE10": "96047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 259 + ], + [ + 326, + 257 + ], + [ + 324, + 255 + ], + [ + 324, + 258 + ], + [ + 326, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96091", + "ALAND10": 1171256226, + "AWATER10": 3141902, + "GEOID10": "96091", + "ZCTA5CE10": "96091", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 255 + ], + [ + 328, + 253 + ], + [ + 326, + 253 + ], + [ + 326, + 255 + ], + [ + 328, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96087", + "ALAND10": 202710293, + "AWATER10": 12904368, + "GEOID10": "96087", + "ZCTA5CE10": "96087", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 252 + ], + [ + 326, + 250 + ], + [ + 324, + 250 + ], + [ + 324, + 252 + ], + [ + 326, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96076", + "ALAND10": 536260958, + "AWATER10": 61129, + "GEOID10": "96076", + "ZCTA5CE10": "96076", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 252 + ], + [ + 328, + 249 + ], + [ + 325, + 249 + ], + [ + 326, + 251 + ], + [ + 330, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96080", + "ALAND10": 1585345523, + "AWATER10": 8208455, + "GEOID10": "96080", + "ZCTA5CE10": "96080", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 320, + 247 + ], + [ + 320, + 245 + ], + [ + 318, + 245 + ], + [ + 318, + 247 + ], + [ + 320, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95488", + "ALAND10": 229779501, + "AWATER10": 9382297, + "GEOID10": "95488", + "ZCTA5CE10": "95488", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 247 + ], + [ + 322, + 245 + ], + [ + 320, + 245 + ], + [ + 320, + 247 + ], + [ + 322, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95454", + "ALAND10": 691590838, + "AWATER10": 961579, + "GEOID10": "95454", + "ZCTA5CE10": "95454", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 323, + 247 + ], + [ + 322, + 244 + ], + [ + 321, + 244 + ], + [ + 320, + 246 + ], + [ + 323, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95490", + "ALAND10": 1015731151, + "AWATER10": 2249412, + "GEOID10": "95490", + "ZCTA5CE10": "95490", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 244 + ], + [ + 322, + 242 + ], + [ + 320, + 242 + ], + [ + 320, + 244 + ], + [ + 322, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95427", + "ALAND10": 180426066, + "AWATER10": 0, + "GEOID10": "95427", + "ZCTA5CE10": "95427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 324, + 243 + ], + [ + 324, + 241 + ], + [ + 322, + 241 + ], + [ + 322, + 243 + ], + [ + 324, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95482", + "ALAND10": 805168061, + "AWATER10": 8305462, + "GEOID10": "95482", + "ZCTA5CE10": "95482", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 322, + 243 + ], + [ + 322, + 241 + ], + [ + 320, + 241 + ], + [ + 320, + 243 + ], + [ + 322, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95494", + "ALAND10": 266620289, + "AWATER10": 0, + "GEOID10": "95494", + "ZCTA5CE10": "95494", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 323, + 243 + ], + [ + 323, + 241 + ], + [ + 321, + 241 + ], + [ + 321, + 243 + ], + [ + 323, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95449", + "ALAND10": 338228739, + "AWATER10": 954789, + "GEOID10": "95449", + "ZCTA5CE10": "95449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 250 + ], + [ + 328, + 248 + ], + [ + 326, + 248 + ], + [ + 326, + 250 + ], + [ + 328, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96021", + "ALAND10": 617858982, + "AWATER10": 7243028, + "GEOID10": "96021", + "ZCTA5CE10": "96021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 248 + ], + [ + 328, + 246 + ], + [ + 326, + 246 + ], + [ + 326, + 248 + ], + [ + 328, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95988", + "ALAND10": 804297497, + "AWATER10": 2045493, + "GEOID10": "95988", + "ZCTA5CE10": "95988", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 248 + ], + [ + 328, + 246 + ], + [ + 326, + 246 + ], + [ + 326, + 248 + ], + [ + 328, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95939", + "ALAND10": 792184945, + "AWATER10": 8000853, + "GEOID10": "95939", + "ZCTA5CE10": "95939", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 244 + ], + [ + 325, + 242 + ], + [ + 323, + 242 + ], + [ + 323, + 244 + ], + [ + 325, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95453", + "ALAND10": 216844513, + "AWATER10": 1027772, + "GEOID10": "95453", + "ZCTA5CE10": "95453", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 246 + ], + [ + 326, + 244 + ], + [ + 324, + 244 + ], + [ + 324, + 246 + ], + [ + 326, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95979", + "ALAND10": 736634883, + "AWATER10": 7239188, + "GEOID10": "95979", + "ZCTA5CE10": "95979", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 259 + ], + [ + 328, + 257 + ], + [ + 326, + 257 + ], + [ + 326, + 259 + ], + [ + 328, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96051", + "ALAND10": 801678685, + "AWATER10": 50761122, + "GEOID10": "96051", + "ZCTA5CE10": "96051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 257 + ], + [ + 330, + 255 + ], + [ + 328, + 255 + ], + [ + 328, + 257 + ], + [ + 330, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96003", + "ALAND10": 615250581, + "AWATER10": 58048207, + "GEOID10": "96003", + "ZCTA5CE10": "96003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 254 + ], + [ + 329, + 252 + ], + [ + 327, + 252 + ], + [ + 327, + 254 + ], + [ + 329, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96073", + "ALAND10": 115302069, + "AWATER10": 881063, + "GEOID10": "96073", + "ZCTA5CE10": "96073", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 256 + ], + [ + 332, + 254 + ], + [ + 330, + 254 + ], + [ + 330, + 256 + ], + [ + 332, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96065", + "ALAND10": 219507202, + "AWATER10": 1088350, + "GEOID10": "96065", + "ZCTA5CE10": "96065", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 256 + ], + [ + 332, + 254 + ], + [ + 330, + 254 + ], + [ + 330, + 256 + ], + [ + 332, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96096", + "ALAND10": 294944133, + "AWATER10": 357380, + "GEOID10": "96096", + "ZCTA5CE10": "96096", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 250 + ], + [ + 330, + 248 + ], + [ + 328, + 248 + ], + [ + 328, + 250 + ], + [ + 330, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96055", + "ALAND10": 162695639, + "AWATER10": 2768002, + "GEOID10": "96055", + "ZCTA5CE10": "96055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 257 + ], + [ + 333, + 255 + ], + [ + 331, + 255 + ], + [ + 331, + 257 + ], + [ + 333, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96040", + "ALAND10": 319038469, + "AWATER10": 813442, + "GEOID10": "96040", + "ZCTA5CE10": "96040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 259 + ], + [ + 335, + 255 + ], + [ + 332, + 258 + ], + [ + 333, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96056", + "ALAND10": 873687168, + "AWATER10": 12194939, + "GEOID10": "96056", + "ZCTA5CE10": "96056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 250 + ], + [ + 336, + 248 + ], + [ + 334, + 248 + ], + [ + 334, + 250 + ], + [ + 336, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95915", + "ALAND10": 58437116, + "AWATER10": 52058, + "GEOID10": "95915", + "ZCTA5CE10": "95915", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 248 + ], + [ + 327, + 246 + ], + [ + 325, + 246 + ], + [ + 325, + 248 + ], + [ + 327, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95963", + "ALAND10": 791775311, + "AWATER10": 14849940, + "GEOID10": "95963", + "ZCTA5CE10": "95963", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 251 + ], + [ + 333, + 249 + ], + [ + 331, + 249 + ], + [ + 331, + 251 + ], + [ + 333, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95973", + "ALAND10": 861894927, + "AWATER10": 4838547, + "GEOID10": "95973", + "ZCTA5CE10": "95973", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 249 + ], + [ + 332, + 247 + ], + [ + 330, + 247 + ], + [ + 330, + 249 + ], + [ + 332, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95928", + "ALAND10": 355990097, + "AWATER10": 6215473, + "GEOID10": "95928", + "ZCTA5CE10": "95928", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 246 + ], + [ + 333, + 244 + ], + [ + 331, + 244 + ], + [ + 331, + 246 + ], + [ + 333, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95917", + "ALAND10": 178476117, + "AWATER10": 1084314, + "GEOID10": "95917", + "ZCTA5CE10": "95917", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 241 + ], + [ + 329, + 237 + ], + [ + 327, + 236 + ], + [ + 328, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94558", + "ALAND10": 922257827, + "AWATER10": 78871783, + "GEOID10": "94558", + "ZCTA5CE10": "94558", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 243 + ], + [ + 328, + 241 + ], + [ + 326, + 241 + ], + [ + 326, + 243 + ], + [ + 328, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95987", + "ALAND10": 866931256, + "AWATER10": 195376, + "GEOID10": "95987", + "ZCTA5CE10": "95987", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 244 + ], + [ + 331, + 242 + ], + [ + 329, + 242 + ], + [ + 329, + 244 + ], + [ + 331, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95932", + "ALAND10": 321610756, + "AWATER10": 5121529, + "GEOID10": "95932", + "ZCTA5CE10": "95932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 241 + ], + [ + 333, + 239 + ], + [ + 331, + 239 + ], + [ + 331, + 241 + ], + [ + 333, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95645", + "ALAND10": 331651822, + "AWATER10": 5600098, + "GEOID10": "95645", + "ZCTA5CE10": "95645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 249 + ], + [ + 334, + 247 + ], + [ + 332, + 247 + ], + [ + 332, + 249 + ], + [ + 334, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95965", + "ALAND10": 829457636, + "AWATER10": 42465416, + "GEOID10": "95965", + "ZCTA5CE10": "95965", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 249 + ], + [ + 334, + 247 + ], + [ + 332, + 247 + ], + [ + 332, + 249 + ], + [ + 334, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95916", + "ALAND10": 250762139, + "AWATER10": 20002978, + "GEOID10": "95916", + "ZCTA5CE10": "95916", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 246 + ], + [ + 334, + 244 + ], + [ + 332, + 244 + ], + [ + 332, + 246 + ], + [ + 334, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95901", + "ALAND10": 509077850, + "AWATER10": 4205077, + "GEOID10": "95901", + "ZCTA5CE10": "95901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 244 + ], + [ + 332, + 242 + ], + [ + 330, + 242 + ], + [ + 330, + 244 + ], + [ + 332, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95993", + "ALAND10": 221544747, + "AWATER10": 140136, + "GEOID10": "95993", + "ZCTA5CE10": "95993", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 243 + ], + [ + 335, + 241 + ], + [ + 333, + 241 + ], + [ + 333, + 243 + ], + [ + 335, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95648", + "ALAND10": 367039666, + "AWATER10": 2458342, + "GEOID10": "95648", + "ZCTA5CE10": "95648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 244 + ], + [ + 336, + 242 + ], + [ + 334, + 242 + ], + [ + 334, + 244 + ], + [ + 336, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95949", + "ALAND10": 361463983, + "AWATER10": 502811, + "GEOID10": "95949", + "ZCTA5CE10": "95949", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 321, + 242 + ], + [ + 321, + 240 + ], + [ + 319, + 240 + ], + [ + 319, + 242 + ], + [ + 321, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95445", + "ALAND10": 221559099, + "AWATER10": 7363179, + "GEOID10": "95445", + "ZCTA5CE10": "95445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 323, + 241 + ], + [ + 323, + 239 + ], + [ + 321, + 239 + ], + [ + 321, + 241 + ], + [ + 323, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95421", + "ALAND10": 561075417, + "AWATER10": 810418, + "GEOID10": "95421", + "ZCTA5CE10": "95421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 240 + ], + [ + 327, + 238 + ], + [ + 325, + 238 + ], + [ + 325, + 240 + ], + [ + 327, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95448", + "ALAND10": 488230042, + "AWATER10": 1413840, + "GEOID10": "95448", + "ZCTA5CE10": "95448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 326, + 239 + ], + [ + 326, + 237 + ], + [ + 324, + 237 + ], + [ + 324, + 239 + ], + [ + 326, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95401", + "ALAND10": 53419793, + "AWATER10": 39627, + "GEOID10": "95401", + "ZCTA5CE10": "95401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 240 + ], + [ + 328, + 238 + ], + [ + 326, + 238 + ], + [ + 326, + 240 + ], + [ + 328, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94508", + "ALAND10": 45184693, + "AWATER10": 413187, + "GEOID10": "94508", + "ZCTA5CE10": "94508", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 236 + ], + [ + 328, + 234 + ], + [ + 326, + 234 + ], + [ + 326, + 236 + ], + [ + 328, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95476", + "ALAND10": 290048681, + "AWATER10": 2122708, + "GEOID10": "95476", + "ZCTA5CE10": "95476", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 325, + 238 + ], + [ + 325, + 236 + ], + [ + 323, + 236 + ], + [ + 323, + 238 + ], + [ + 325, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94952", + "ALAND10": 466821663, + "AWATER10": 2998248, + "GEOID10": "94952", + "ZCTA5CE10": "94952", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 328, + 234 + ], + [ + 328, + 232 + ], + [ + 326, + 232 + ], + [ + 326, + 234 + ], + [ + 328, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94965", + "ALAND10": 35000215, + "AWATER10": 11129558, + "GEOID10": "94965", + "ZCTA5CE10": "94965", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 327, + 240 + ], + [ + 327, + 238 + ], + [ + 325, + 238 + ], + [ + 325, + 240 + ], + [ + 327, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94567", + "ALAND10": 340358570, + "AWATER10": 6256691, + "GEOID10": "94567", + "ZCTA5CE10": "94567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 240 + ], + [ + 330, + 238 + ], + [ + 328, + 238 + ], + [ + 328, + 240 + ], + [ + 330, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95694", + "ALAND10": 386412219, + "AWATER10": 960983, + "GEOID10": "95694", + "ZCTA5CE10": "95694", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 241 + ], + [ + 332, + 239 + ], + [ + 330, + 239 + ], + [ + 330, + 241 + ], + [ + 332, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95776", + "ALAND10": 239419639, + "AWATER10": 2949138, + "GEOID10": "95776", + "ZCTA5CE10": "95776", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 238 + ], + [ + 333, + 236 + ], + [ + 331, + 236 + ], + [ + 331, + 238 + ], + [ + 333, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94571", + "ALAND10": 304637112, + "AWATER10": 53685945, + "GEOID10": "94571", + "ZCTA5CE10": "94571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 235 + ], + [ + 329, + 233 + ], + [ + 327, + 233 + ], + [ + 327, + 235 + ], + [ + 329, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94709", + "ALAND10": 1522494, + "AWATER10": 0, + "GEOID10": "94709", + "ZCTA5CE10": "94709", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 332, + 237 + ], + [ + 332, + 235 + ], + [ + 330, + 235 + ], + [ + 330, + 237 + ], + [ + 332, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95620", + "ALAND10": 623586871, + "AWATER10": 7502268, + "GEOID10": "95620", + "ZCTA5CE10": "95620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 233 + ], + [ + 331, + 231 + ], + [ + 329, + 231 + ], + [ + 329, + 233 + ], + [ + 331, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94568", + "ALAND10": 39597838, + "AWATER10": 0, + "GEOID10": "94568", + "ZCTA5CE10": "94568", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 242 + ], + [ + 334, + 240 + ], + [ + 332, + 240 + ], + [ + 332, + 242 + ], + [ + 334, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95668", + "ALAND10": 157255817, + "AWATER10": 362631, + "GEOID10": "95668", + "ZCTA5CE10": "95668", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 239 + ], + [ + 335, + 237 + ], + [ + 333, + 237 + ], + [ + 333, + 239 + ], + [ + 335, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95624", + "ALAND10": 113923534, + "AWATER10": 112446, + "GEOID10": "95624", + "ZCTA5CE10": "95624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 241 + ], + [ + 335, + 239 + ], + [ + 333, + 239 + ], + [ + 333, + 241 + ], + [ + 335, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95630", + "ALAND10": 71688513, + "AWATER10": 5759082, + "GEOID10": "95630", + "ZCTA5CE10": "95630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 237 + ], + [ + 333, + 235 + ], + [ + 331, + 235 + ], + [ + 331, + 237 + ], + [ + 333, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95615", + "ALAND10": 60133051, + "AWATER10": 2145021, + "GEOID10": "95615", + "ZCTA5CE10": "95615", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 236 + ], + [ + 334, + 234 + ], + [ + 332, + 234 + ], + [ + 332, + 236 + ], + [ + 334, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95209", + "ALAND10": 21707691, + "AWATER10": 487800, + "GEOID10": "95209", + "ZCTA5CE10": "95209", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 238 + ], + [ + 335, + 236 + ], + [ + 333, + 236 + ], + [ + 333, + 238 + ], + [ + 335, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95638", + "ALAND10": 203798661, + "AWATER10": 1521362, + "GEOID10": "95638", + "ZCTA5CE10": "95638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 235 + ], + [ + 335, + 233 + ], + [ + 333, + 233 + ], + [ + 333, + 235 + ], + [ + 335, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95336", + "ALAND10": 99172484, + "AWATER10": 93657, + "GEOID10": "95336", + "ZCTA5CE10": "95336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 233 + ], + [ + 331, + 231 + ], + [ + 329, + 231 + ], + [ + 329, + 233 + ], + [ + 331, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94587", + "ALAND10": 51077003, + "AWATER10": 0, + "GEOID10": "94587", + "ZCTA5CE10": "94587", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 330, + 231 + ], + [ + 330, + 229 + ], + [ + 328, + 229 + ], + [ + 328, + 231 + ], + [ + 330, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US94087", + "ALAND10": 17049421, + "AWATER10": 0, + "GEOID10": "94087", + "ZCTA5CE10": "94087", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 230 + ], + [ + 331, + 228 + ], + [ + 329, + 228 + ], + [ + 329, + 230 + ], + [ + 331, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95125", + "ALAND10": 20691734, + "AWATER10": 0, + "GEOID10": "95125", + "ZCTA5CE10": "95125", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 329, + 228 + ], + [ + 329, + 226 + ], + [ + 327, + 226 + ], + [ + 327, + 228 + ], + [ + 329, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95017", + "ALAND10": 129510503, + "AWATER10": 6947886, + "GEOID10": "95017", + "ZCTA5CE10": "95017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 229 + ], + [ + 331, + 227 + ], + [ + 329, + 227 + ], + [ + 329, + 229 + ], + [ + 331, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95076", + "ALAND10": 353617946, + "AWATER10": 6747919, + "GEOID10": "95076", + "ZCTA5CE10": "95076", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 233 + ], + [ + 334, + 231 + ], + [ + 332, + 231 + ], + [ + 332, + 233 + ], + [ + 334, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95377", + "ALAND10": 279819631, + "AWATER10": 68096, + "GEOID10": "95377", + "ZCTA5CE10": "95377", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 230 + ], + [ + 334, + 228 + ], + [ + 332, + 228 + ], + [ + 332, + 230 + ], + [ + 334, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95360", + "ALAND10": 866786732, + "AWATER10": 4604708, + "GEOID10": "95360", + "ZCTA5CE10": "95360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 232 + ], + [ + 335, + 230 + ], + [ + 333, + 230 + ], + [ + 333, + 232 + ], + [ + 335, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95387", + "ALAND10": 300524470, + "AWATER10": 59689, + "GEOID10": "95387", + "ZCTA5CE10": "95387", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 232 + ], + [ + 338, + 230 + ], + [ + 336, + 230 + ], + [ + 336, + 232 + ], + [ + 338, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95380", + "ALAND10": 194421153, + "AWATER10": 85506, + "GEOID10": "95380", + "ZCTA5CE10": "95380", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 229 + ], + [ + 331, + 227 + ], + [ + 329, + 227 + ], + [ + 329, + 229 + ], + [ + 331, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95037", + "ALAND10": 630376756, + "AWATER10": 6218646, + "GEOID10": "95037", + "ZCTA5CE10": "95037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 229 + ], + [ + 334, + 226 + ], + [ + 333, + 225 + ], + [ + 332, + 227 + ], + [ + 334, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95023", + "ALAND10": 1067524186, + "AWATER10": 1951189, + "GEOID10": "95023", + "ZCTA5CE10": "95023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 225 + ], + [ + 333, + 223 + ], + [ + 331, + 223 + ], + [ + 331, + 225 + ], + [ + 333, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93908", + "ALAND10": 555790974, + "AWATER10": 6598694, + "GEOID10": "93908", + "ZCTA5CE10": "93908", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 227 + ], + [ + 334, + 225 + ], + [ + 332, + 225 + ], + [ + 332, + 227 + ], + [ + 334, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95075", + "ALAND10": 240884405, + "AWATER10": 392928, + "GEOID10": "95075", + "ZCTA5CE10": "95075", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 255 + ], + [ + 338, + 252 + ], + [ + 337, + 251 + ], + [ + 336, + 255 + ], + [ + 338, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96130", + "ALAND10": 1242928052, + "AWATER10": 123682619, + "GEOID10": "96130", + "ZCTA5CE10": "96130", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 257 + ], + [ + 341, + 255 + ], + [ + 337, + 255 + ], + [ + 337, + 257 + ], + [ + 340, + 256 + ], + [ + 341, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96132", + "ALAND10": 1005924228, + "AWATER10": 5959932, + "GEOID10": "96132", + "ZCTA5CE10": "96132", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 253 + ], + [ + 339, + 251 + ], + [ + 337, + 251 + ], + [ + 337, + 253 + ], + [ + 339, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96117", + "ALAND10": 846100681, + "AWATER10": 4042361, + "GEOID10": "96117", + "ZCTA5CE10": "96117", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 252 + ], + [ + 338, + 250 + ], + [ + 336, + 250 + ], + [ + 336, + 252 + ], + [ + 338, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96114", + "ALAND10": 176017786, + "AWATER10": 5457317, + "GEOID10": "96114", + "ZCTA5CE10": "96114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 250 + ], + [ + 341, + 248 + ], + [ + 339, + 248 + ], + [ + 339, + 250 + ], + [ + 341, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96105", + "ALAND10": 655914984, + "AWATER10": 294707, + "GEOID10": "96105", + "ZCTA5CE10": "96105", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 248 + ], + [ + 344, + 246 + ], + [ + 341, + 249 + ], + [ + 342, + 252 + ], + [ + 345, + 250 + ], + [ + 344, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89510", + "ALAND10": 2678675157, + "AWATER10": 479114757, + "GEOID10": "89510", + "ZCTA5CE10": "89510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 246 + ], + [ + 338, + 244 + ], + [ + 336, + 244 + ], + [ + 336, + 246 + ], + [ + 338, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95936", + "ALAND10": 271773226, + "AWATER10": 171344, + "GEOID10": "95936", + "ZCTA5CE10": "95936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 247 + ], + [ + 339, + 245 + ], + [ + 337, + 245 + ], + [ + 337, + 247 + ], + [ + 339, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96124", + "ALAND10": 149405797, + "AWATER10": 66886, + "GEOID10": "96124", + "ZCTA5CE10": "96124", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 247 + ], + [ + 341, + 245 + ], + [ + 339, + 245 + ], + [ + 339, + 247 + ], + [ + 341, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96118", + "ALAND10": 525224313, + "AWATER10": 811848, + "GEOID10": "96118", + "ZCTA5CE10": "96118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 245 + ], + [ + 335, + 243 + ], + [ + 333, + 243 + ], + [ + 333, + 245 + ], + [ + 335, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95959", + "ALAND10": 642097343, + "AWATER10": 3739856, + "GEOID10": "95959", + "ZCTA5CE10": "95959", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 242 + ], + [ + 338, + 240 + ], + [ + 336, + 240 + ], + [ + 336, + 242 + ], + [ + 338, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95634", + "ALAND10": 210117590, + "AWATER10": 196487, + "GEOID10": "95634", + "ZCTA5CE10": "95634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 244 + ], + [ + 339, + 242 + ], + [ + 337, + 242 + ], + [ + 337, + 244 + ], + [ + 339, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96161", + "ALAND10": 470961613, + "AWATER10": 3950247, + "GEOID10": "96161", + "ZCTA5CE10": "96161", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 250 + ], + [ + 343, + 248 + ], + [ + 341, + 248 + ], + [ + 341, + 250 + ], + [ + 343, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89508", + "ALAND10": 413325836, + "AWATER10": 4878621, + "GEOID10": "89508", + "ZCTA5CE10": "89508", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 247 + ], + [ + 343, + 245 + ], + [ + 341, + 245 + ], + [ + 341, + 247 + ], + [ + 343, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89434", + "ALAND10": 77438646, + "AWATER10": 689995, + "GEOID10": "89434", + "ZCTA5CE10": "89434", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 245 + ], + [ + 344, + 243 + ], + [ + 342, + 243 + ], + [ + 342, + 245 + ], + [ + 344, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89704", + "ALAND10": 198227670, + "AWATER10": 23146667, + "GEOID10": "89704", + "ZCTA5CE10": "89704", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 244 + ], + [ + 344, + 242 + ], + [ + 342, + 242 + ], + [ + 342, + 244 + ], + [ + 344, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89706", + "ALAND10": 82113184, + "AWATER10": 120571, + "GEOID10": "89706", + "ZCTA5CE10": "89706", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 242 + ], + [ + 343, + 240 + ], + [ + 341, + 240 + ], + [ + 341, + 242 + ], + [ + 343, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89423", + "ALAND10": 179364657, + "AWATER10": 669600, + "GEOID10": "89423", + "ZCTA5CE10": "89423", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 255 + ], + [ + 345, + 250 + ], + [ + 343, + 252 + ], + [ + 345, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89405", + "ALAND10": 1146262381, + "AWATER10": 0, + "GEOID10": "89405", + "ZCTA5CE10": "89405", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 254 + ], + [ + 349, + 249 + ], + [ + 351, + 254 + ], + [ + 352, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89419", + "ALAND10": 1194581674, + "AWATER10": 180343, + "GEOID10": "89419", + "ZCTA5CE10": "89419", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 248 + ], + [ + 346, + 246 + ], + [ + 344, + 246 + ], + [ + 344, + 248 + ], + [ + 346, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89424", + "ALAND10": 613209133, + "AWATER10": 36419600, + "GEOID10": "89424", + "ZCTA5CE10": "89424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 246 + ], + [ + 347, + 244 + ], + [ + 345, + 244 + ], + [ + 345, + 246 + ], + [ + 347, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89429", + "ALAND10": 436359897, + "AWATER10": 15099610, + "GEOID10": "89429", + "ZCTA5CE10": "89429", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 243 + ], + [ + 348, + 241 + ], + [ + 346, + 241 + ], + [ + 346, + 243 + ], + [ + 348, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89427", + "ALAND10": 632698050, + "AWATER10": 3168193, + "GEOID10": "89427", + "ZCTA5CE10": "89427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 248 + ], + [ + 355, + 247 + ], + [ + 354, + 244 + ], + [ + 350, + 245 + ], + [ + 354, + 248 + ] + ] + ], + [ + [ + [ + 347, + 247 + ], + [ + 349, + 246 + ], + [ + 348, + 244 + ], + [ + 345, + 245 + ], + [ + 347, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89406", + "ALAND10": 4035716389, + "AWATER10": 53285669, + "GEOID10": "89406", + "ZCTA5CE10": "89406", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 241 + ], + [ + 338, + 239 + ], + [ + 336, + 239 + ], + [ + 336, + 241 + ], + [ + 338, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95709", + "ALAND10": 57820109, + "AWATER10": 78753, + "GEOID10": "95709", + "ZCTA5CE10": "95709", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 239 + ], + [ + 337, + 237 + ], + [ + 335, + 237 + ], + [ + 335, + 239 + ], + [ + 337, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95629", + "ALAND10": 120435564, + "AWATER10": 0, + "GEOID10": "95629", + "ZCTA5CE10": "95629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 239 + ], + [ + 338, + 237 + ], + [ + 336, + 237 + ], + [ + 336, + 239 + ], + [ + 338, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95689", + "ALAND10": 71870397, + "AWATER10": 0, + "GEOID10": "95689", + "ZCTA5CE10": "95689", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 239 + ], + [ + 340, + 237 + ], + [ + 338, + 237 + ], + [ + 338, + 239 + ], + [ + 340, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95684", + "ALAND10": 376581961, + "AWATER10": 153187, + "GEOID10": "95684", + "ZCTA5CE10": "95684", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 235 + ], + [ + 336, + 233 + ], + [ + 334, + 233 + ], + [ + 334, + 235 + ], + [ + 336, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95230", + "ALAND10": 307502644, + "AWATER10": 4315318, + "GEOID10": "95230", + "ZCTA5CE10": "95230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 237 + ], + [ + 340, + 235 + ], + [ + 338, + 235 + ], + [ + 338, + 237 + ], + [ + 340, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95247", + "ALAND10": 107963425, + "AWATER10": 81774, + "GEOID10": "95247", + "ZCTA5CE10": "95247", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 235 + ], + [ + 341, + 233 + ], + [ + 339, + 233 + ], + [ + 339, + 235 + ], + [ + 341, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95379", + "ALAND10": 139516262, + "AWATER10": 334497, + "GEOID10": "95379", + "ZCTA5CE10": "95379", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 242 + ], + [ + 342, + 240 + ], + [ + 340, + 240 + ], + [ + 340, + 242 + ], + [ + 342, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US96155", + "ALAND10": 95941529, + "AWATER10": 76028, + "GEOID10": "96155", + "ZCTA5CE10": "96155", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 242 + ], + [ + 340, + 240 + ], + [ + 338, + 240 + ], + [ + 338, + 242 + ], + [ + 340, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95720", + "ALAND10": 313595725, + "AWATER10": 1498182, + "GEOID10": "95720", + "ZCTA5CE10": "95720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 238 + ], + [ + 340, + 236 + ], + [ + 338, + 236 + ], + [ + 338, + 238 + ], + [ + 340, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95223", + "ALAND10": 744387722, + "AWATER10": 3970897, + "GEOID10": "95223", + "ZCTA5CE10": "95223", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 235 + ], + [ + 342, + 233 + ], + [ + 340, + 233 + ], + [ + 340, + 235 + ], + [ + 342, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95364", + "ALAND10": 704404684, + "AWATER10": 11429142, + "GEOID10": "95364", + "ZCTA5CE10": "95364", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 235 + ], + [ + 345, + 233 + ], + [ + 343, + 233 + ], + [ + 343, + 235 + ], + [ + 345, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95389", + "ALAND10": 611352586, + "AWATER10": 3525021, + "GEOID10": "95389", + "ZCTA5CE10": "95389", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 234 + ], + [ + 336, + 232 + ], + [ + 334, + 232 + ], + [ + 334, + 234 + ], + [ + 336, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95361", + "ALAND10": 599935841, + "AWATER10": 9603647, + "GEOID10": "95361", + "ZCTA5CE10": "95361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 233 + ], + [ + 340, + 231 + ], + [ + 338, + 231 + ], + [ + 338, + 233 + ], + [ + 340, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95369", + "ALAND10": 412609624, + "AWATER10": 8079013, + "GEOID10": "95369", + "ZCTA5CE10": "95369", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 231 + ], + [ + 337, + 229 + ], + [ + 335, + 229 + ], + [ + 335, + 231 + ], + [ + 337, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93635", + "ALAND10": 672454359, + "AWATER10": 20963538, + "GEOID10": "93635", + "ZCTA5CE10": "93635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 232 + ], + [ + 344, + 230 + ], + [ + 342, + 230 + ], + [ + 342, + 232 + ], + [ + 344, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95338", + "ALAND10": 881449215, + "AWATER10": 13521413, + "GEOID10": "95338", + "ZCTA5CE10": "95338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 231 + ], + [ + 340, + 229 + ], + [ + 338, + 229 + ], + [ + 338, + 231 + ], + [ + 340, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95340", + "ALAND10": 102899941, + "AWATER10": 1933331, + "GEOID10": "95340", + "ZCTA5CE10": "95340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 337, + 230 + ], + [ + 337, + 228 + ], + [ + 335, + 228 + ], + [ + 335, + 230 + ], + [ + 337, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93620", + "ALAND10": 452403352, + "AWATER10": 826765, + "GEOID10": "93620", + "ZCTA5CE10": "93620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 230 + ], + [ + 342, + 228 + ], + [ + 340, + 228 + ], + [ + 340, + 230 + ], + [ + 342, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93610", + "ALAND10": 705009860, + "AWATER10": 2491852, + "GEOID10": "93610", + "ZCTA5CE10": "93610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 227 + ], + [ + 340, + 225 + ], + [ + 338, + 225 + ], + [ + 338, + 227 + ], + [ + 340, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93622", + "ALAND10": 918202049, + "AWATER10": 5458455, + "GEOID10": "93622", + "ZCTA5CE10": "93622", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 233 + ], + [ + 343, + 231 + ], + [ + 341, + 231 + ], + [ + 341, + 233 + ], + [ + 343, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95311", + "ALAND10": 620508240, + "AWATER10": 7752326, + "GEOID10": "95311", + "ZCTA5CE10": "95311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 234 + ], + [ + 343, + 232 + ], + [ + 341, + 232 + ], + [ + 341, + 234 + ], + [ + 343, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95318", + "ALAND10": 102479541, + "AWATER10": 347694, + "GEOID10": "95318", + "ZCTA5CE10": "95318", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 230 + ], + [ + 344, + 228 + ], + [ + 342, + 228 + ], + [ + 342, + 230 + ], + [ + 344, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93669", + "ALAND10": 17625483, + "AWATER10": 2016015, + "GEOID10": "93669", + "ZCTA5CE10": "93669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 227 + ], + [ + 342, + 225 + ], + [ + 340, + 225 + ], + [ + 340, + 227 + ], + [ + 342, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93637", + "ALAND10": 700619019, + "AWATER10": 148171, + "GEOID10": "93637", + "ZCTA5CE10": "93637", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 230 + ], + [ + 344, + 228 + ], + [ + 342, + 228 + ], + [ + 342, + 230 + ], + [ + 344, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93614", + "ALAND10": 297469105, + "AWATER10": 699570, + "GEOID10": "93614", + "ZCTA5CE10": "93614", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 343, + 228 + ], + [ + 343, + 226 + ], + [ + 341, + 226 + ], + [ + 341, + 228 + ], + [ + 343, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93626", + "ALAND10": 257886648, + "AWATER10": 15739370, + "GEOID10": "93626", + "ZCTA5CE10": "93626", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 229 + ], + [ + 344, + 227 + ], + [ + 342, + 227 + ], + [ + 342, + 229 + ], + [ + 344, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93619", + "ALAND10": 462069394, + "AWATER10": 3471483, + "GEOID10": "93619", + "ZCTA5CE10": "93619", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 243 + ], + [ + 345, + 241 + ], + [ + 343, + 241 + ], + [ + 343, + 243 + ], + [ + 345, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89444", + "ALAND10": 766282196, + "AWATER10": 9139998, + "GEOID10": "89444", + "ZCTA5CE10": "89444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 243 + ], + [ + 346, + 238 + ], + [ + 344, + 242 + ], + [ + 346, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89447", + "ALAND10": 1975522479, + "AWATER10": 1996169, + "GEOID10": "89447", + "ZCTA5CE10": "89447", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 238 + ], + [ + 352, + 236 + ], + [ + 350, + 236 + ], + [ + 350, + 238 + ], + [ + 352, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89415", + "ALAND10": 785003234, + "AWATER10": 44910798, + "GEOID10": "89415", + "ZCTA5CE10": "89415", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 234 + ], + [ + 346, + 232 + ], + [ + 344, + 232 + ], + [ + 344, + 234 + ], + [ + 346, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93541", + "ALAND10": 693496283, + "AWATER10": 162203782, + "GEOID10": "93541", + "ZCTA5CE10": "93541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 238 + ], + [ + 347, + 236 + ], + [ + 345, + 235 + ], + [ + 343, + 236 + ], + [ + 345, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93517", + "ALAND10": 1536346809, + "AWATER10": 16407172, + "GEOID10": "93517", + "ZCTA5CE10": "93517", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 238 + ], + [ + 354, + 236 + ], + [ + 352, + 236 + ], + [ + 352, + 238 + ], + [ + 354, + 238 + ] + ] + ], + [ + [ + [ + 350, + 238 + ], + [ + 350, + 236 + ], + [ + 348, + 236 + ], + [ + 348, + 238 + ], + [ + 350, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89422", + "ALAND10": 1140423747, + "AWATER10": 1537535, + "GEOID10": "89422", + "ZCTA5CE10": "89422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 228 + ], + [ + 347, + 226 + ], + [ + 345, + 226 + ], + [ + 345, + 228 + ], + [ + 347, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93664", + "ALAND10": 496531917, + "AWATER10": 8850043, + "GEOID10": "93664", + "ZCTA5CE10": "93664", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 228 + ], + [ + 347, + 226 + ], + [ + 345, + 226 + ], + [ + 345, + 228 + ], + [ + 347, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93602", + "ALAND10": 371953280, + "AWATER10": 1491232, + "GEOID10": "93602", + "ZCTA5CE10": "93602", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 228 + ], + [ + 346, + 226 + ], + [ + 344, + 226 + ], + [ + 344, + 228 + ], + [ + 346, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93657", + "ALAND10": 553160556, + "AWATER10": 11004794, + "GEOID10": "93657", + "ZCTA5CE10": "93657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 232 + ], + [ + 349, + 228 + ], + [ + 347, + 226 + ], + [ + 346, + 226 + ], + [ + 347, + 228 + ], + [ + 345, + 230 + ], + [ + 346, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93634", + "ALAND10": 3068399897, + "AWATER10": 58853830, + "GEOID10": "93634", + "ZCTA5CE10": "93634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 226 + ], + [ + 347, + 224 + ], + [ + 345, + 224 + ], + [ + 345, + 226 + ], + [ + 347, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93641", + "ALAND10": 82701732, + "AWATER10": 377389, + "GEOID10": "93641", + "ZCTA5CE10": "93641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 230 + ], + [ + 350, + 231 + ], + [ + 350, + 234 + ], + [ + 353, + 231 + ], + [ + 349, + 230 + ] + ] + ], + [ + [ + [ + 349, + 230 + ], + [ + 350, + 229 + ], + [ + 349, + 228 + ], + [ + 348, + 230 + ], + [ + 349, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93514", + "ALAND10": 2889809709, + "AWATER10": 12107091, + "GEOID10": "93514", + "ZCTA5CE10": "93514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 228 + ], + [ + 353, + 227 + ], + [ + 352, + 226 + ], + [ + 351, + 227 + ], + [ + 349, + 228 + ], + [ + 351, + 228 + ] + ] + ], + [ + [ + [ + 353, + 229 + ], + [ + 352, + 229 + ], + [ + 353, + 231 + ], + [ + 353, + 229 + ] + ] + ], + [ + [ + [ + 351, + 228 + ], + [ + 351, + 229 + ], + [ + 352, + 229 + ], + [ + 351, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93513", + "ALAND10": 1666569734, + "AWATER10": 7433812, + "GEOID10": "93513", + "ZCTA5CE10": "93513", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 223 + ], + [ + 333, + 221 + ], + [ + 331, + 221 + ], + [ + 331, + 223 + ], + [ + 333, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93924", + "ALAND10": 491763216, + "AWATER10": 1100383, + "GEOID10": "93924", + "ZCTA5CE10": "93924", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 331, + 224 + ], + [ + 331, + 222 + ], + [ + 329, + 222 + ], + [ + 329, + 224 + ], + [ + 331, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93920", + "ALAND10": 955396898, + "AWATER10": 20975609, + "GEOID10": "93920", + "ZCTA5CE10": "93920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 225 + ], + [ + 333, + 223 + ], + [ + 331, + 223 + ], + [ + 331, + 225 + ], + [ + 333, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93960", + "ALAND10": 528427594, + "AWATER10": 13212990, + "GEOID10": "93960", + "ZCTA5CE10": "93960", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 333, + 224 + ], + [ + 333, + 222 + ], + [ + 331, + 222 + ], + [ + 331, + 224 + ], + [ + 333, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93927", + "ALAND10": 683430009, + "AWATER10": 2825595, + "GEOID10": "93927", + "ZCTA5CE10": "93927", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 334, + 226 + ], + [ + 337, + 224 + ], + [ + 337, + 222 + ], + [ + 333, + 224 + ], + [ + 334, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US95043", + "ALAND10": 2223657491, + "AWATER10": 2786342, + "GEOID10": "95043", + "ZCTA5CE10": "95043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 224 + ], + [ + 336, + 222 + ], + [ + 334, + 222 + ], + [ + 334, + 224 + ], + [ + 336, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93930", + "ALAND10": 935228374, + "AWATER10": 9286069, + "GEOID10": "93930", + "ZCTA5CE10": "93930", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 335, + 220 + ], + [ + 335, + 218 + ], + [ + 333, + 218 + ], + [ + 333, + 220 + ], + [ + 335, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93426", + "ALAND10": 549741026, + "AWATER10": 33872763, + "GEOID10": "93426", + "ZCTA5CE10": "93426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 221 + ], + [ + 339, + 219 + ], + [ + 338, + 218 + ], + [ + 336, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93451", + "ALAND10": 1321366138, + "AWATER10": 3992359, + "GEOID10": "93451", + "ZCTA5CE10": "93451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 336, + 222 + ], + [ + 336, + 220 + ], + [ + 334, + 220 + ], + [ + 334, + 222 + ], + [ + 336, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93450", + "ALAND10": 439637998, + "AWATER10": 8937176, + "GEOID10": "93450", + "ZCTA5CE10": "93450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 217 + ], + [ + 339, + 215 + ], + [ + 337, + 215 + ], + [ + 337, + 217 + ], + [ + 339, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93422", + "ALAND10": 156771609, + "AWATER10": 114779, + "GEOID10": "93422", + "ZCTA5CE10": "93422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 339, + 219 + ], + [ + 338, + 217 + ], + [ + 336, + 218 + ], + [ + 339, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93446", + "ALAND10": 1083253970, + "AWATER10": 15776737, + "GEOID10": "93446", + "ZCTA5CE10": "93446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 224 + ], + [ + 342, + 222 + ], + [ + 340, + 222 + ], + [ + 340, + 224 + ], + [ + 342, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93627", + "ALAND10": 92352753, + "AWATER10": 0, + "GEOID10": "93627", + "ZCTA5CE10": "93627", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 342, + 224 + ], + [ + 342, + 222 + ], + [ + 340, + 222 + ], + [ + 340, + 224 + ], + [ + 342, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93624", + "ALAND10": 290173920, + "AWATER10": 366569, + "GEOID10": "93624", + "ZCTA5CE10": "93624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 223 + ], + [ + 340, + 221 + ], + [ + 339, + 220 + ], + [ + 336, + 223 + ], + [ + 340, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93210", + "ALAND10": 1998457385, + "AWATER10": 768876, + "GEOID10": "93210", + "ZCTA5CE10": "93210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 224 + ], + [ + 344, + 222 + ], + [ + 342, + 222 + ], + [ + 342, + 224 + ], + [ + 344, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93230", + "ALAND10": 680346154, + "AWATER10": 189281, + "GEOID10": "93230", + "ZCTA5CE10": "93230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 217 + ], + [ + 344, + 215 + ], + [ + 342, + 215 + ], + [ + 342, + 217 + ], + [ + 344, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93249", + "ALAND10": 578037168, + "AWATER10": 1373341, + "GEOID10": "93249", + "ZCTA5CE10": "93249", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 218 + ], + [ + 346, + 216 + ], + [ + 344, + 216 + ], + [ + 344, + 218 + ], + [ + 346, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93280", + "ALAND10": 834129146, + "AWATER10": 98499, + "GEOID10": "93280", + "ZCTA5CE10": "93280", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 338, + 217 + ], + [ + 338, + 215 + ], + [ + 336, + 215 + ], + [ + 336, + 217 + ], + [ + 338, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93401", + "ALAND10": 181064731, + "AWATER10": 50406, + "GEOID10": "93401", + "ZCTA5CE10": "93401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 215 + ], + [ + 340, + 213 + ], + [ + 338, + 213 + ], + [ + 338, + 215 + ], + [ + 340, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93420", + "ALAND10": 485257836, + "AWATER10": 2955512, + "GEOID10": "93420", + "ZCTA5CE10": "93420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 213 + ], + [ + 340, + 211 + ], + [ + 338, + 211 + ], + [ + 338, + 213 + ], + [ + 340, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93436", + "ALAND10": 567300742, + "AWATER10": 2070094, + "GEOID10": "93436", + "ZCTA5CE10": "93436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 216 + ], + [ + 337, + 216 + ], + [ + 340, + 217 + ], + [ + 340, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93453", + "ALAND10": 1613175198, + "AWATER10": 3932877, + "GEOID10": "93453", + "ZCTA5CE10": "93453", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 340, + 214 + ], + [ + 340, + 211 + ], + [ + 338, + 213 + ], + [ + 338, + 214 + ], + [ + 340, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93454", + "ALAND10": 1105924800, + "AWATER10": 9840047, + "GEOID10": "93454", + "ZCTA5CE10": "93454", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 341, + 212 + ], + [ + 341, + 210 + ], + [ + 339, + 210 + ], + [ + 339, + 212 + ], + [ + 341, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93441", + "ALAND10": 142142553, + "AWATER10": 143131, + "GEOID10": "93441", + "ZCTA5CE10": "93441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 213 + ], + [ + 344, + 211 + ], + [ + 342, + 211 + ], + [ + 342, + 213 + ], + [ + 344, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93254", + "ALAND10": 353708974, + "AWATER10": 2475878, + "GEOID10": "93254", + "ZCTA5CE10": "93254", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 225 + ], + [ + 346, + 223 + ], + [ + 344, + 223 + ], + [ + 344, + 225 + ], + [ + 346, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93646", + "ALAND10": 110347822, + "AWATER10": 0, + "GEOID10": "93646", + "ZCTA5CE10": "93646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 225 + ], + [ + 346, + 223 + ], + [ + 344, + 223 + ], + [ + 344, + 225 + ], + [ + 346, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93292", + "ALAND10": 281509099, + "AWATER10": 0, + "GEOID10": "93292", + "ZCTA5CE10": "93292", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 226 + ], + [ + 347, + 224 + ], + [ + 345, + 224 + ], + [ + 345, + 226 + ], + [ + 347, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93647", + "ALAND10": 276777783, + "AWATER10": 28115, + "GEOID10": "93647", + "ZCTA5CE10": "93647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 225 + ], + [ + 349, + 224 + ], + [ + 349, + 223 + ], + [ + 347, + 223 + ], + [ + 347, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93271", + "ALAND10": 983232400, + "AWATER10": 8666683, + "GEOID10": "93271", + "ZCTA5CE10": "93271", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 345, + 220 + ], + [ + 345, + 218 + ], + [ + 343, + 218 + ], + [ + 343, + 220 + ], + [ + 345, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93201", + "ALAND10": 200498835, + "AWATER10": 28350, + "GEOID10": "93201", + "ZCTA5CE10": "93201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 219 + ], + [ + 347, + 217 + ], + [ + 345, + 217 + ], + [ + 345, + 219 + ], + [ + 347, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93215", + "ALAND10": 367487414, + "AWATER10": 1779052, + "GEOID10": "93215", + "ZCTA5CE10": "93215", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 221 + ], + [ + 349, + 220 + ], + [ + 347, + 219 + ], + [ + 345, + 221 + ], + [ + 347, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93257", + "ALAND10": 1152645722, + "AWATER10": 10729835, + "GEOID10": "93257", + "ZCTA5CE10": "93257", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 221 + ], + [ + 350, + 219 + ], + [ + 348, + 219 + ], + [ + 348, + 221 + ], + [ + 350, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93265", + "ALAND10": 968782652, + "AWATER10": 470059, + "GEOID10": "93265", + "ZCTA5CE10": "93265", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 222 + ], + [ + 349, + 220 + ], + [ + 347, + 220 + ], + [ + 347, + 222 + ], + [ + 349, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93208", + "ALAND10": 152694938, + "AWATER10": 0, + "GEOID10": "93208", + "ZCTA5CE10": "93208", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 223 + ], + [ + 352, + 219 + ], + [ + 349, + 223 + ], + [ + 351, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93527", + "ALAND10": 1412358091, + "AWATER10": 475024, + "GEOID10": "93527", + "ZCTA5CE10": "93527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 351, + 217 + ], + [ + 351, + 215 + ], + [ + 349, + 215 + ], + [ + 349, + 217 + ], + [ + 351, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93283", + "ALAND10": 529129588, + "AWATER10": 1498800, + "GEOID10": "93283", + "ZCTA5CE10": "93283", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 219 + ], + [ + 350, + 217 + ], + [ + 348, + 217 + ], + [ + 348, + 219 + ], + [ + 350, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93240", + "ALAND10": 193725753, + "AWATER10": 15958500, + "GEOID10": "93240", + "ZCTA5CE10": "93240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 346, + 215 + ], + [ + 346, + 213 + ], + [ + 344, + 213 + ], + [ + 344, + 215 + ], + [ + 346, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93311", + "ALAND10": 438965062, + "AWATER10": 1658005, + "GEOID10": "93311", + "ZCTA5CE10": "93311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 217 + ], + [ + 348, + 215 + ], + [ + 346, + 215 + ], + [ + 346, + 217 + ], + [ + 348, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93307", + "ALAND10": 359736507, + "AWATER10": 749094, + "GEOID10": "93307", + "ZCTA5CE10": "93307", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 344, + 213 + ], + [ + 348, + 210 + ], + [ + 347, + 209 + ], + [ + 344, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93252", + "ALAND10": 1759715272, + "AWATER10": 16319420, + "GEOID10": "93252", + "ZCTA5CE10": "93252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 348, + 210 + ], + [ + 348, + 208 + ], + [ + 346, + 208 + ], + [ + 346, + 210 + ], + [ + 348, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93023", + "ALAND10": 698110118, + "AWATER10": 2706340, + "GEOID10": "93023", + "ZCTA5CE10": "93023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 212 + ], + [ + 347, + 210 + ], + [ + 345, + 210 + ], + [ + 345, + 212 + ], + [ + 347, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93225", + "ALAND10": 459047343, + "AWATER10": 119193, + "GEOID10": "93225", + "ZCTA5CE10": "93225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 219 + ], + [ + 350, + 217 + ], + [ + 348, + 217 + ], + [ + 348, + 219 + ], + [ + 350, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93308", + "ALAND10": 818436705, + "AWATER10": 1790905, + "GEOID10": "93308", + "ZCTA5CE10": "93308", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 218 + ], + [ + 350, + 216 + ], + [ + 348, + 216 + ], + [ + 348, + 218 + ], + [ + 350, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93518", + "ALAND10": 772164838, + "AWATER10": 215873, + "GEOID10": "93518", + "ZCTA5CE10": "93518", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 215 + ], + [ + 349, + 213 + ], + [ + 347, + 213 + ], + [ + 347, + 215 + ], + [ + 349, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93561", + "ALAND10": 684006857, + "AWATER10": 742951, + "GEOID10": "93561", + "ZCTA5CE10": "93561", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 213 + ], + [ + 352, + 211 + ], + [ + 350, + 211 + ], + [ + 350, + 213 + ], + [ + 352, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93560", + "ALAND10": 413257612, + "AWATER10": 659854, + "GEOID10": "93560", + "ZCTA5CE10": "93560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 210 + ], + [ + 350, + 208 + ], + [ + 348, + 208 + ], + [ + 348, + 210 + ], + [ + 350, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US91384", + "ALAND10": 281274995, + "AWATER10": 9253400, + "GEOID10": "91384", + "ZCTA5CE10": "91384", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 349, + 212 + ], + [ + 349, + 210 + ], + [ + 347, + 210 + ], + [ + 347, + 212 + ], + [ + 349, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93532", + "ALAND10": 294415598, + "AWATER10": 1045304, + "GEOID10": "93532", + "ZCTA5CE10": "93532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 347, + 210 + ], + [ + 347, + 208 + ], + [ + 345, + 208 + ], + [ + 345, + 210 + ], + [ + 347, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93001", + "ALAND10": 531334847, + "AWATER10": 162773374, + "GEOID10": "93001", + "ZCTA5CE10": "93001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 208 + ], + [ + 350, + 206 + ], + [ + 348, + 206 + ], + [ + 348, + 208 + ], + [ + 350, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US90265", + "ALAND10": 279139912, + "AWATER10": 18912546, + "GEOID10": "90265", + "ZCTA5CE10": "90265", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 350, + 209 + ], + [ + 350, + 207 + ], + [ + 348, + 207 + ], + [ + 348, + 209 + ], + [ + 350, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US91306", + "ALAND10": 10718166, + "AWATER10": 63096, + "GEOID10": "91306", + "ZCTA5CE10": "91306", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 210 + ], + [ + 352, + 208 + ], + [ + 350, + 208 + ], + [ + 350, + 210 + ], + [ + 352, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US91042", + "ALAND10": 129204644, + "AWATER10": 154753, + "GEOID10": "91042", + "ZCTA5CE10": "91042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 207 + ], + [ + 352, + 205 + ], + [ + 350, + 205 + ], + [ + 350, + 207 + ], + [ + 352, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US90262", + "ALAND10": 12517561, + "AWATER10": 186078, + "GEOID10": "90262", + "ZCTA5CE10": "90262", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 252 + ], + [ + 353, + 250 + ], + [ + 351, + 250 + ], + [ + 351, + 252 + ], + [ + 353, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89418", + "ALAND10": 703568333, + "AWATER10": 0, + "GEOID10": "89418", + "ZCTA5CE10": "89418", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 255 + ], + [ + 356, + 253 + ], + [ + 354, + 253 + ], + [ + 354, + 255 + ], + [ + 356, + 255 + ] + ] + ], + [ + [ + [ + 347, + 262 + ], + [ + 347, + 264 + ], + [ + 351, + 260 + ], + [ + 353, + 259 + ], + [ + 353, + 261 + ], + [ + 355, + 259 + ], + [ + 354, + 255 + ], + [ + 353, + 253 + ], + [ + 352, + 256 + ], + [ + 347, + 256 + ], + [ + 348, + 261 + ], + [ + 347, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89445", + "ALAND10": 10130667912, + "AWATER10": 4392421, + "GEOID10": "89445", + "ZCTA5CE10": "89445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 257 + ], + [ + 359, + 249 + ], + [ + 355, + 248 + ], + [ + 358, + 257 + ], + [ + 360, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89820", + "ALAND10": 5611334311, + "AWATER10": 3231118, + "GEOID10": "89820", + "ZCTA5CE10": "89820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 242 + ], + [ + 353, + 238 + ], + [ + 350, + 240 + ], + [ + 352, + 242 + ], + [ + 353, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89409", + "ALAND10": 1139077599, + "AWATER10": 1894606, + "GEOID10": "89409", + "ZCTA5CE10": "89409", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 249 + ], + [ + 360, + 243 + ], + [ + 357, + 243 + ], + [ + 354, + 239 + ], + [ + 355, + 242 + ], + [ + 353, + 242 + ], + [ + 355, + 243 + ], + [ + 353, + 243 + ], + [ + 355, + 248 + ], + [ + 357, + 247 + ], + [ + 360, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89310", + "ALAND10": 7686575389, + "AWATER10": 58221298, + "GEOID10": "89310", + "ZCTA5CE10": "89310", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 362, + 257 + ], + [ + 364, + 255 + ], + [ + 363, + 254 + ], + [ + 363, + 250 + ], + [ + 361, + 254 + ], + [ + 362, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89822", + "ALAND10": 1495399334, + "AWATER10": 0, + "GEOID10": "89822", + "ZCTA5CE10": "89822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 254 + ], + [ + 362, + 253 + ], + [ + 360, + 251 + ], + [ + 360, + 254 + ], + [ + 361, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89821", + "ALAND10": 949853576, + "AWATER10": 6549799, + "GEOID10": "89821", + "ZCTA5CE10": "89821", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 256 + ], + [ + 367, + 254 + ], + [ + 366, + 251 + ], + [ + 365, + 255 + ], + [ + 367, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89815", + "ALAND10": 1630409134, + "AWATER10": 4481196, + "GEOID10": "89815", + "ZCTA5CE10": "89815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 262 + ], + [ + 367, + 257 + ], + [ + 364, + 254 + ], + [ + 363, + 258 + ], + [ + 364, + 260 + ], + [ + 363, + 261 + ], + [ + 366, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89801", + "ALAND10": 4513949329, + "AWATER10": 11481798, + "GEOID10": "89801", + "ZCTA5CE10": "89801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 244 + ], + [ + 364, + 242 + ], + [ + 362, + 242 + ], + [ + 362, + 244 + ], + [ + 364, + 244 + ] + ] + ], + [ + [ + [ + 360, + 247 + ], + [ + 360, + 249 + ], + [ + 362, + 250 + ], + [ + 363, + 249 + ], + [ + 364, + 250 + ], + [ + 364, + 246 + ], + [ + 363, + 246 + ], + [ + 363, + 248 + ], + [ + 362, + 247 + ], + [ + 362, + 245 + ], + [ + 360, + 245 + ], + [ + 360, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89316", + "ALAND10": 3994910127, + "AWATER10": 3067722, + "GEOID10": "89316", + "ZCTA5CE10": "89316", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 234 + ], + [ + 353, + 231 + ], + [ + 350, + 234 + ], + [ + 352, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89010", + "ALAND10": 1046957966, + "AWATER10": 2189078, + "GEOID10": "89010", + "ZCTA5CE10": "89010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 232 + ], + [ + 357, + 231 + ], + [ + 357, + 227 + ], + [ + 353, + 231 + ], + [ + 354, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89013", + "ALAND10": 2244913780, + "AWATER10": 155127, + "GEOID10": "89013", + "ZCTA5CE10": "89013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 243 + ], + [ + 360, + 239 + ], + [ + 358, + 240 + ], + [ + 356, + 238 + ], + [ + 356, + 242 + ], + [ + 360, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89045", + "ALAND10": 3095899410, + "AWATER10": 6775830, + "GEOID10": "89045", + "ZCTA5CE10": "89045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 235 + ], + [ + 363, + 233 + ], + [ + 361, + 233 + ], + [ + 361, + 235 + ], + [ + 363, + 235 + ] + ] + ], + [ + [ + [ + 363, + 237 + ], + [ + 364, + 239 + ], + [ + 366, + 238 + ], + [ + 365, + 235 + ], + [ + 363, + 237 + ] + ] + ], + [ + [ + [ + 368, + 241 + ], + [ + 368, + 239 + ], + [ + 366, + 239 + ], + [ + 366, + 241 + ], + [ + 368, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89049", + "ALAND10": 4519444855, + "AWATER10": 1357803, + "GEOID10": "89049", + "ZCTA5CE10": "89049", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 240 + ], + [ + 366, + 238 + ], + [ + 364, + 238 + ], + [ + 364, + 240 + ], + [ + 366, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89314", + "ALAND10": 429023609, + "AWATER10": 57666, + "GEOID10": "89314", + "ZCTA5CE10": "89314", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 227 + ], + [ + 361, + 225 + ], + [ + 359, + 225 + ], + [ + 359, + 227 + ], + [ + 361, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89003", + "ALAND10": 809262055, + "AWATER10": 79534, + "GEOID10": "89003", + "ZCTA5CE10": "89003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 227 + ], + [ + 361, + 225 + ], + [ + 359, + 225 + ], + [ + 359, + 227 + ], + [ + 361, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89020", + "ALAND10": 894671426, + "AWATER10": 141825, + "GEOID10": "89020", + "ZCTA5CE10": "89020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 231 + ], + [ + 368, + 230 + ], + [ + 369, + 231 + ], + [ + 370, + 226 + ], + [ + 364, + 226 + ], + [ + 367, + 229 + ], + [ + 365, + 230 + ], + [ + 367, + 230 + ], + [ + 367, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89001", + "ALAND10": 5368076847, + "AWATER10": 5001719, + "GEOID10": "89001", + "ZCTA5CE10": "89001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 257 + ], + [ + 368, + 255 + ], + [ + 366, + 255 + ], + [ + 366, + 257 + ], + [ + 368, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89828", + "ALAND10": 337529415, + "AWATER10": 93638, + "GEOID10": "89828", + "ZCTA5CE10": "89828", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 258 + ], + [ + 369, + 257 + ], + [ + 367, + 255 + ], + [ + 367, + 257 + ], + [ + 368, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89823", + "ALAND10": 983655657, + "AWATER10": 1204105, + "GEOID10": "89823", + "ZCTA5CE10": "89823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 253 + ], + [ + 368, + 253 + ], + [ + 368, + 250 + ], + [ + 366, + 250 + ], + [ + 366, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89833", + "ALAND10": 1298129093, + "AWATER10": 8257402, + "GEOID10": "89833", + "ZCTA5CE10": "89833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 253 + ], + [ + 372, + 251 + ], + [ + 370, + 251 + ], + [ + 370, + 253 + ], + [ + 372, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89883", + "ALAND10": 775506203, + "AWATER10": 978951, + "GEOID10": "89883", + "ZCTA5CE10": "89883", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 251 + ], + [ + 377, + 249 + ], + [ + 375, + 247 + ], + [ + 374, + 249 + ], + [ + 376, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84034", + "ALAND10": 1539775170, + "AWATER10": 36710, + "GEOID10": "84034", + "ZCTA5CE10": "84034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 250 + ], + [ + 372, + 249 + ], + [ + 371, + 246 + ], + [ + 374, + 244 + ], + [ + 373, + 242 + ], + [ + 370, + 244 + ], + [ + 368, + 245 + ], + [ + 369, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89301", + "ALAND10": 5036377546, + "AWATER10": 32721156, + "GEOID10": "89301", + "ZCTA5CE10": "89301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 242 + ], + [ + 369, + 240 + ], + [ + 367, + 240 + ], + [ + 367, + 242 + ], + [ + 369, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89317", + "ALAND10": 242935789, + "AWATER10": 3312532, + "GEOID10": "89317", + "ZCTA5CE10": "89317", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 251 + ], + [ + 383, + 249 + ], + [ + 381, + 249 + ], + [ + 381, + 251 + ], + [ + 383, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84022", + "ALAND10": 834388077, + "AWATER10": 10559812, + "GEOID10": "84022", + "ZCTA5CE10": "84022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 246 + ], + [ + 377, + 244 + ], + [ + 375, + 244 + ], + [ + 375, + 246 + ], + [ + 377, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84728", + "ALAND10": 871078122, + "AWATER10": 1202554, + "GEOID10": "84728", + "ZCTA5CE10": "84728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 245 + ], + [ + 382, + 243 + ], + [ + 380, + 243 + ], + [ + 380, + 245 + ], + [ + 382, + 245 + ] + ] + ], + [ + [ + [ + 379, + 245 + ], + [ + 379, + 243 + ], + [ + 377, + 243 + ], + [ + 377, + 245 + ], + [ + 379, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84624", + "ALAND10": 1267995859, + "AWATER10": 2461967, + "GEOID10": "84624", + "ZCTA5CE10": "84624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 234 + ], + [ + 368, + 232 + ], + [ + 366, + 232 + ], + [ + 366, + 234 + ], + [ + 368, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89017", + "ALAND10": 1100420653, + "AWATER10": 854118, + "GEOID10": "89017", + "ZCTA5CE10": "89017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 233 + ], + [ + 375, + 230 + ], + [ + 373, + 226 + ], + [ + 370, + 226 + ], + [ + 369, + 229 + ], + [ + 371, + 229 + ], + [ + 371, + 232 + ], + [ + 373, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89008", + "ALAND10": 5628978727, + "AWATER10": 933925, + "GEOID10": "89008", + "ZCTA5CE10": "89008", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 239 + ], + [ + 374, + 238 + ], + [ + 374, + 237 + ], + [ + 374, + 233 + ], + [ + 372, + 234 + ], + [ + 372, + 236 + ], + [ + 369, + 236 + ], + [ + 370, + 237 + ], + [ + 372, + 237 + ], + [ + 372, + 239 + ], + [ + 374, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89043", + "ALAND10": 4501218123, + "AWATER10": 1065054, + "GEOID10": "89043", + "ZCTA5CE10": "89043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 371, + 226 + ], + [ + 372, + 225 + ], + [ + 368, + 223 + ], + [ + 370, + 226 + ], + [ + 371, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89025", + "ALAND10": 1687106125, + "AWATER10": 2416, + "GEOID10": "89025", + "ZCTA5CE10": "89025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 232 + ], + [ + 378, + 230 + ], + [ + 376, + 230 + ], + [ + 376, + 232 + ], + [ + 378, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84725", + "ALAND10": 435101449, + "AWATER10": 1810911, + "GEOID10": "84725", + "ZCTA5CE10": "84725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 241 + ], + [ + 382, + 239 + ], + [ + 380, + 239 + ], + [ + 380, + 241 + ], + [ + 382, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84751", + "ALAND10": 774037853, + "AWATER10": 211509, + "GEOID10": "84751", + "ZCTA5CE10": "84751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 233 + ], + [ + 378, + 231 + ], + [ + 376, + 231 + ], + [ + 376, + 233 + ], + [ + 378, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84714", + "ALAND10": 1029313002, + "AWATER10": 181211, + "GEOID10": "84714", + "ZCTA5CE10": "84714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 236 + ], + [ + 378, + 234 + ], + [ + 376, + 234 + ], + [ + 376, + 236 + ], + [ + 378, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84753", + "ALAND10": 911797739, + "AWATER10": 158344, + "GEOID10": "84753", + "ZCTA5CE10": "84753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 234 + ], + [ + 380, + 232 + ], + [ + 378, + 232 + ], + [ + 378, + 234 + ], + [ + 380, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84721", + "ALAND10": 656420533, + "AWATER10": 3171218, + "GEOID10": "84721", + "ZCTA5CE10": "84721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 239 + ], + [ + 384, + 237 + ], + [ + 382, + 237 + ], + [ + 382, + 239 + ], + [ + 384, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84713", + "ALAND10": 263552137, + "AWATER10": 38903, + "GEOID10": "84713", + "ZCTA5CE10": "84713", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 231 + ], + [ + 378, + 229 + ], + [ + 376, + 229 + ], + [ + 376, + 231 + ], + [ + 378, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84756", + "ALAND10": 377061553, + "AWATER10": 440813, + "GEOID10": "84756", + "ZCTA5CE10": "84756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 230 + ], + [ + 379, + 228 + ], + [ + 377, + 228 + ], + [ + 377, + 230 + ], + [ + 379, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84737", + "ALAND10": 510812638, + "AWATER10": 2418551, + "GEOID10": "84737", + "ZCTA5CE10": "84737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 232 + ], + [ + 382, + 230 + ], + [ + 380, + 230 + ], + [ + 380, + 232 + ], + [ + 382, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84720", + "ALAND10": 805067698, + "AWATER10": 4727494, + "GEOID10": "84720", + "ZCTA5CE10": "84720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 229 + ], + [ + 380, + 227 + ], + [ + 378, + 227 + ], + [ + 378, + 229 + ], + [ + 380, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84779", + "ALAND10": 534387868, + "AWATER10": 1127163, + "GEOID10": "84779", + "ZCTA5CE10": "84779", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 230 + ], + [ + 384, + 228 + ], + [ + 382, + 228 + ], + [ + 382, + 230 + ], + [ + 384, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84755", + "ALAND10": 207581924, + "AWATER10": 4127, + "GEOID10": "84755", + "ZCTA5CE10": "84755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 231 + ], + [ + 385, + 230 + ], + [ + 389, + 228 + ], + [ + 381, + 227 + ], + [ + 381, + 229 + ], + [ + 383, + 229 + ], + [ + 384, + 231 + ], + [ + 386, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84741", + "ALAND10": 3506696023, + "AWATER10": 1467240, + "GEOID10": "84741", + "ZCTA5CE10": "84741", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 232 + ], + [ + 382, + 230 + ], + [ + 380, + 230 + ], + [ + 380, + 232 + ], + [ + 382, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84767", + "ALAND10": 677741748, + "AWATER10": 0, + "GEOID10": "84767", + "ZCTA5CE10": "84767", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 227 + ], + [ + 381, + 225 + ], + [ + 380, + 227 + ], + [ + 384, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86022", + "ALAND10": 1452168026, + "AWATER10": 207557, + "GEOID10": "86022", + "ZCTA5CE10": "86022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 221 + ], + [ + 353, + 219 + ], + [ + 351, + 219 + ], + [ + 351, + 221 + ], + [ + 353, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93549", + "ALAND10": 868895188, + "AWATER10": 9772066, + "GEOID10": "93549", + "ZCTA5CE10": "93549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 218 + ], + [ + 355, + 216 + ], + [ + 353, + 216 + ], + [ + 353, + 218 + ], + [ + 355, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93555", + "ALAND10": 211253064, + "AWATER10": 1201186, + "GEOID10": "93555", + "ZCTA5CE10": "93555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 215 + ], + [ + 354, + 213 + ], + [ + 352, + 213 + ], + [ + 352, + 215 + ], + [ + 354, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93505", + "ALAND10": 202610962, + "AWATER10": 164135, + "GEOID10": "93505", + "ZCTA5CE10": "93505", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 352, + 212 + ], + [ + 352, + 210 + ], + [ + 350, + 210 + ], + [ + 350, + 212 + ], + [ + 352, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93535", + "ALAND10": 668095795, + "AWATER10": 236523, + "GEOID10": "93535", + "ZCTA5CE10": "93535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 211 + ], + [ + 354, + 209 + ], + [ + 352, + 209 + ], + [ + 352, + 211 + ], + [ + 354, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US93544", + "ALAND10": 283743548, + "AWATER10": 548515, + "GEOID10": "93544", + "ZCTA5CE10": "93544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 355, + 213 + ], + [ + 355, + 211 + ], + [ + 353, + 211 + ], + [ + 353, + 213 + ], + [ + 355, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92301", + "ALAND10": 441691803, + "AWATER10": 0, + "GEOID10": "92301", + "ZCTA5CE10": "92301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 215 + ], + [ + 358, + 213 + ], + [ + 356, + 213 + ], + [ + 356, + 215 + ], + [ + 358, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92347", + "ALAND10": 379685441, + "AWATER10": 947857, + "GEOID10": "92347", + "ZCTA5CE10": "92347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 214 + ], + [ + 360, + 212 + ], + [ + 358, + 212 + ], + [ + 358, + 214 + ], + [ + 360, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92398", + "ALAND10": 72596991, + "AWATER10": 417731, + "GEOID10": "92398", + "ZCTA5CE10": "92398", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 210 + ], + [ + 359, + 208 + ], + [ + 357, + 208 + ], + [ + 357, + 210 + ], + [ + 359, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92308", + "ALAND10": 241628550, + "AWATER10": 811814, + "GEOID10": "92308", + "ZCTA5CE10": "92308", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 210 + ], + [ + 361, + 208 + ], + [ + 359, + 208 + ], + [ + 359, + 210 + ], + [ + 361, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92356", + "ALAND10": 1019848851, + "AWATER10": 0, + "GEOID10": "92356", + "ZCTA5CE10": "92356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 226 + ], + [ + 361, + 223 + ], + [ + 358, + 222 + ], + [ + 356, + 224 + ], + [ + 359, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92328", + "ALAND10": 1815796141, + "AWATER10": 13085592, + "GEOID10": "92328", + "ZCTA5CE10": "92328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 224 + ], + [ + 364, + 222 + ], + [ + 363, + 221 + ], + [ + 362, + 224 + ], + [ + 364, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89060", + "ALAND10": 1197996754, + "AWATER10": 83993, + "GEOID10": "89060", + "ZCTA5CE10": "89060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 220 + ], + [ + 363, + 218 + ], + [ + 361, + 218 + ], + [ + 361, + 220 + ], + [ + 363, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92389", + "ALAND10": 356690343, + "AWATER10": 177237, + "GEOID10": "92389", + "ZCTA5CE10": "92389", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 222 + ], + [ + 366, + 220 + ], + [ + 364, + 221 + ], + [ + 364, + 224 + ], + [ + 366, + 222 + ] + ] + ], + [ + [ + [ + 370, + 226 + ], + [ + 368, + 223 + ], + [ + 367, + 223 + ], + [ + 367, + 225 + ], + [ + 370, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89124", + "ALAND10": 3527540257, + "AWATER10": 1139469, + "GEOID10": "89124", + "ZCTA5CE10": "89124", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 222 + ], + [ + 369, + 220 + ], + [ + 367, + 220 + ], + [ + 367, + 222 + ], + [ + 369, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89148", + "ALAND10": 31912935, + "AWATER10": 0, + "GEOID10": "89148", + "ZCTA5CE10": "89148", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 221 + ], + [ + 368, + 219 + ], + [ + 366, + 219 + ], + [ + 366, + 221 + ], + [ + 368, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89019", + "ALAND10": 1237297804, + "AWATER10": 0, + "GEOID10": "89019", + "ZCTA5CE10": "89019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 217 + ], + [ + 365, + 215 + ], + [ + 363, + 215 + ], + [ + 363, + 217 + ], + [ + 365, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92309", + "ALAND10": 414972667, + "AWATER10": 0, + "GEOID10": "92309", + "ZCTA5CE10": "92309", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 209 + ], + [ + 363, + 207 + ], + [ + 361, + 207 + ], + [ + 361, + 209 + ], + [ + 363, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92285", + "ALAND10": 442938528, + "AWATER10": 0, + "GEOID10": "92285", + "ZCTA5CE10": "92285", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 217 + ], + [ + 368, + 214 + ], + [ + 365, + 215 + ], + [ + 367, + 217 + ], + [ + 368, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92364", + "ALAND10": 1332097197, + "AWATER10": 0, + "GEOID10": "92364", + "ZCTA5CE10": "92364", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 214 + ], + [ + 369, + 213 + ], + [ + 368, + 212 + ], + [ + 366, + 213 + ], + [ + 367, + 214 + ], + [ + 367, + 215 + ], + [ + 367, + 216 + ], + [ + 369, + 216 + ], + [ + 369, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92332", + "ALAND10": 2317358988, + "AWATER10": 0, + "GEOID10": "92332", + "ZCTA5CE10": "92332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 208 + ], + [ + 353, + 206 + ], + [ + 351, + 206 + ], + [ + 351, + 208 + ], + [ + 353, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US91733", + "ALAND10": 17297453, + "AWATER10": 799259, + "GEOID10": "91733", + "ZCTA5CE10": "91733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 353, + 206 + ], + [ + 353, + 204 + ], + [ + 351, + 204 + ], + [ + 351, + 206 + ], + [ + 353, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US90808", + "ALAND10": 17796361, + "AWATER10": 254840, + "GEOID10": "90808", + "ZCTA5CE10": "90808", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 208 + ], + [ + 354, + 206 + ], + [ + 352, + 206 + ], + [ + 352, + 208 + ], + [ + 354, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US91750", + "ALAND10": 65382645, + "AWATER10": 483724, + "GEOID10": "91750", + "ZCTA5CE10": "91750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 205 + ], + [ + 356, + 203 + ], + [ + 354, + 203 + ], + [ + 354, + 205 + ], + [ + 356, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92676", + "ALAND10": 171890083, + "AWATER10": 1885725, + "GEOID10": "92676", + "ZCTA5CE10": "92676", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 354, + 205 + ], + [ + 354, + 203 + ], + [ + 352, + 203 + ], + [ + 352, + 205 + ], + [ + 354, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92603", + "ALAND10": 34312767, + "AWATER10": 52645, + "GEOID10": "92603", + "ZCTA5CE10": "92603", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 356, + 208 + ], + [ + 356, + 206 + ], + [ + 354, + 206 + ], + [ + 354, + 208 + ], + [ + 356, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92316", + "ALAND10": 28495068, + "AWATER10": 0, + "GEOID10": "92316", + "ZCTA5CE10": "92316", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 207 + ], + [ + 358, + 205 + ], + [ + 356, + 205 + ], + [ + 356, + 207 + ], + [ + 358, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92555", + "ALAND10": 208971557, + "AWATER10": 8065305, + "GEOID10": "92555", + "ZCTA5CE10": "92555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 208 + ], + [ + 359, + 206 + ], + [ + 357, + 206 + ], + [ + 357, + 208 + ], + [ + 359, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92305", + "ALAND10": 258932711, + "AWATER10": 38845, + "GEOID10": "92305", + "ZCTA5CE10": "92305", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 360, + 206 + ], + [ + 360, + 204 + ], + [ + 358, + 204 + ], + [ + 358, + 206 + ], + [ + 360, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92583", + "ALAND10": 73762491, + "AWATER10": 1505569, + "GEOID10": "92583", + "ZCTA5CE10": "92583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 357, + 204 + ], + [ + 357, + 202 + ], + [ + 355, + 202 + ], + [ + 355, + 204 + ], + [ + 357, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92590", + "ALAND10": 138370314, + "AWATER10": 75677, + "GEOID10": "92590", + "ZCTA5CE10": "92590", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 202 + ], + [ + 358, + 200 + ], + [ + 356, + 200 + ], + [ + 356, + 202 + ], + [ + 358, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92084", + "ALAND10": 67771358, + "AWATER10": 49689, + "GEOID10": "92084", + "ZCTA5CE10": "92084", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 203 + ], + [ + 359, + 201 + ], + [ + 357, + 201 + ], + [ + 357, + 203 + ], + [ + 359, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92059", + "ALAND10": 72118666, + "AWATER10": 0, + "GEOID10": "92059", + "ZCTA5CE10": "92059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 358, + 199 + ], + [ + 358, + 197 + ], + [ + 356, + 197 + ], + [ + 356, + 199 + ], + [ + 358, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92109", + "ALAND10": 19687517, + "AWATER10": 11104479, + "GEOID10": "92109", + "ZCTA5CE10": "92109", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 200 + ], + [ + 359, + 198 + ], + [ + 357, + 198 + ], + [ + 357, + 200 + ], + [ + 359, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92065", + "ALAND10": 427797090, + "AWATER10": 1175054, + "GEOID10": "92065", + "ZCTA5CE10": "92065", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 361, + 199 + ], + [ + 361, + 197 + ], + [ + 359, + 197 + ], + [ + 359, + 199 + ], + [ + 361, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US91901", + "ALAND10": 231433475, + "AWATER10": 2014390, + "GEOID10": "91901", + "ZCTA5CE10": "91901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 208 + ], + [ + 363, + 206 + ], + [ + 361, + 206 + ], + [ + 361, + 208 + ], + [ + 363, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92284", + "ALAND10": 285068641, + "AWATER10": 0, + "GEOID10": "92284", + "ZCTA5CE10": "92284", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 365, + 210 + ], + [ + 369, + 208 + ], + [ + 367, + 207 + ], + [ + 362, + 207 + ], + [ + 364, + 208 + ], + [ + 365, + 208 + ], + [ + 365, + 210 + ] + ] + ], + [ + [ + [ + 364, + 210 + ], + [ + 364, + 208 + ], + [ + 362, + 208 + ], + [ + 362, + 210 + ], + [ + 364, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92277", + "ALAND10": 3613108949, + "AWATER10": 53327, + "GEOID10": "92277", + "ZCTA5CE10": "92277", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 359, + 204 + ], + [ + 359, + 202 + ], + [ + 357, + 202 + ], + [ + 357, + 204 + ], + [ + 359, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92536", + "ALAND10": 323124118, + "AWATER10": 1276651, + "GEOID10": "92536", + "ZCTA5CE10": "92536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 206 + ], + [ + 363, + 204 + ], + [ + 361, + 204 + ], + [ + 361, + 206 + ], + [ + 363, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92201", + "ALAND10": 58669996, + "AWATER10": 0, + "GEOID10": "92201", + "ZCTA5CE10": "92201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 363, + 200 + ], + [ + 361, + 201 + ], + [ + 361, + 202 + ], + [ + 363, + 200 + ] + ] + ], + [ + [ + [ + 363, + 200 + ], + [ + 365, + 199 + ], + [ + 363, + 199 + ], + [ + 363, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92004", + "ALAND10": 1796105015, + "AWATER10": 1535421, + "GEOID10": "92004", + "ZCTA5CE10": "92004", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 364, + 202 + ], + [ + 364, + 200 + ], + [ + 362, + 200 + ], + [ + 362, + 202 + ], + [ + 364, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92275", + "ALAND10": 161781930, + "AWATER10": 261602343, + "GEOID10": "92275", + "ZCTA5CE10": "92275", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 362, + 198 + ], + [ + 362, + 196 + ], + [ + 360, + 196 + ], + [ + 360, + 198 + ], + [ + 362, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US91963", + "ALAND10": 87130688, + "AWATER10": 0, + "GEOID10": "91963", + "ZCTA5CE10": "91963", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 368, + 201 + ], + [ + 368, + 199 + ], + [ + 366, + 199 + ], + [ + 366, + 201 + ], + [ + 368, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92233", + "ALAND10": 390193491, + "AWATER10": 189963599, + "GEOID10": "92233", + "ZCTA5CE10": "92233", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 199 + ], + [ + 366, + 197 + ], + [ + 364, + 197 + ], + [ + 364, + 199 + ], + [ + 366, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92243", + "ALAND10": 285536423, + "AWATER10": 177538, + "GEOID10": "92243", + "ZCTA5CE10": "92243", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 199 + ], + [ + 367, + 197 + ], + [ + 365, + 197 + ], + [ + 365, + 199 + ], + [ + 367, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92249", + "ALAND10": 55533708, + "AWATER10": 0, + "GEOID10": "92249", + "ZCTA5CE10": "92249", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 220 + ], + [ + 372, + 218 + ], + [ + 370, + 218 + ], + [ + 370, + 220 + ], + [ + 372, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89005", + "ALAND10": 318007530, + "AWATER10": 41996304, + "GEOID10": "89005", + "ZCTA5CE10": "89005", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 221 + ], + [ + 374, + 220 + ], + [ + 372, + 219 + ], + [ + 371, + 221 + ], + [ + 373, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86443", + "ALAND10": 1208568123, + "AWATER10": 144068973, + "GEOID10": "86443", + "ZCTA5CE10": "86443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 371, + 225 + ], + [ + 373, + 224 + ], + [ + 373, + 221 + ], + [ + 370, + 221 + ], + [ + 371, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89040", + "ALAND10": 1351280600, + "AWATER10": 251749841, + "GEOID10": "89040", + "ZCTA5CE10": "89040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 226 + ], + [ + 374, + 224 + ], + [ + 372, + 224 + ], + [ + 372, + 226 + ], + [ + 374, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89007", + "ALAND10": 857523120, + "AWATER10": 4520550, + "GEOID10": "89007", + "ZCTA5CE10": "89007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 222 + ], + [ + 375, + 218 + ], + [ + 373, + 219 + ], + [ + 375, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86444", + "ALAND10": 1309783178, + "AWATER10": 27360024, + "GEOID10": "86444", + "ZCTA5CE10": "86444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 221 + ], + [ + 372, + 219 + ], + [ + 370, + 219 + ], + [ + 370, + 221 + ], + [ + 372, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86445", + "ALAND10": 758064334, + "AWATER10": 7319064, + "GEOID10": "86445", + "ZCTA5CE10": "86445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 218 + ], + [ + 375, + 217 + ], + [ + 372, + 216 + ], + [ + 371, + 218 + ], + [ + 374, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86441", + "ALAND10": 1322159854, + "AWATER10": 9647859, + "GEOID10": "86441", + "ZCTA5CE10": "86441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 371, + 217 + ], + [ + 372, + 215 + ], + [ + 368, + 217 + ], + [ + 369, + 219 + ], + [ + 370, + 217 + ], + [ + 371, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89046", + "ALAND10": 2236025431, + "AWATER10": 55729278, + "GEOID10": "89046", + "ZCTA5CE10": "89046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 214 + ], + [ + 372, + 212 + ], + [ + 370, + 212 + ], + [ + 370, + 214 + ], + [ + 372, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US89029", + "ALAND10": 243874189, + "AWATER10": 3931522, + "GEOID10": "89029", + "ZCTA5CE10": "89029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 215 + ], + [ + 374, + 215 + ], + [ + 374, + 212 + ], + [ + 372, + 213 + ], + [ + 373, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86413", + "ALAND10": 1825910036, + "AWATER10": 33567106, + "GEOID10": "86413", + "ZCTA5CE10": "86413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 216 + ], + [ + 376, + 214 + ], + [ + 374, + 214 + ], + [ + 374, + 216 + ], + [ + 376, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86409", + "ALAND10": 866168105, + "AWATER10": 53901915, + "GEOID10": "86409", + "ZCTA5CE10": "86409", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 213 + ], + [ + 376, + 210 + ], + [ + 379, + 210 + ], + [ + 379, + 208 + ], + [ + 375, + 208 + ], + [ + 373, + 211 + ], + [ + 374, + 213 + ], + [ + 376, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86438", + "ALAND10": 3435590241, + "AWATER10": 9085587, + "GEOID10": "86438", + "ZCTA5CE10": "86438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 213 + ], + [ + 373, + 211 + ], + [ + 371, + 211 + ], + [ + 371, + 213 + ], + [ + 373, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86440", + "ALAND10": 295852757, + "AWATER10": 1867689, + "GEOID10": "86440", + "ZCTA5CE10": "86440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 212 + ], + [ + 373, + 210 + ], + [ + 371, + 210 + ], + [ + 371, + 212 + ], + [ + 373, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92363", + "ALAND10": 512535297, + "AWATER10": 27971089, + "GEOID10": "92363", + "ZCTA5CE10": "92363", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 213 + ], + [ + 373, + 211 + ], + [ + 371, + 211 + ], + [ + 371, + 213 + ], + [ + 373, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86436", + "ALAND10": 288711377, + "AWATER10": 20709389, + "GEOID10": "86436", + "ZCTA5CE10": "86436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 222 + ], + [ + 378, + 219 + ], + [ + 375, + 222 + ], + [ + 375, + 227 + ], + [ + 381, + 227 + ], + [ + 377, + 225 + ], + [ + 379, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86432", + "ALAND10": 8345838169, + "AWATER10": 24953245, + "GEOID10": "86432", + "ZCTA5CE10": "86432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 221 + ], + [ + 379, + 219 + ], + [ + 380, + 217 + ], + [ + 377, + 216 + ], + [ + 376, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86434", + "ALAND10": 2024321627, + "AWATER10": 4477513, + "GEOID10": "86434", + "ZCTA5CE10": "86434", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 223 + ], + [ + 384, + 220 + ], + [ + 380, + 220 + ], + [ + 380, + 218 + ], + [ + 379, + 217 + ], + [ + 379, + 221 + ], + [ + 384, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86435", + "ALAND10": 3222821912, + "AWATER10": 8439979, + "GEOID10": "86435", + "ZCTA5CE10": "86435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 218 + ], + [ + 377, + 216 + ], + [ + 379, + 217 + ], + [ + 377, + 214 + ], + [ + 376, + 215 + ], + [ + 376, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86411", + "ALAND10": 1078669440, + "AWATER10": 88888, + "GEOID10": "86411", + "ZCTA5CE10": "86411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 213 + ], + [ + 377, + 212 + ], + [ + 379, + 212 + ], + [ + 379, + 210 + ], + [ + 376, + 210 + ], + [ + 376, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85360", + "ALAND10": 1904298246, + "AWATER10": 1002891, + "GEOID10": "85360", + "ZCTA5CE10": "85360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 375, + 217 + ], + [ + 377, + 214 + ], + [ + 379, + 216 + ], + [ + 379, + 212 + ], + [ + 374, + 213 + ], + [ + 375, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86401", + "ALAND10": 2876951392, + "AWATER10": 50299, + "GEOID10": "86401", + "ZCTA5CE10": "86401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 219 + ], + [ + 381, + 217 + ], + [ + 382, + 213 + ], + [ + 380, + 213 + ], + [ + 379, + 217 + ], + [ + 382, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86337", + "ALAND10": 3147077355, + "AWATER10": 199507, + "GEOID10": "86337", + "ZCTA5CE10": "86337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 381, + 210 + ], + [ + 384, + 209 + ], + [ + 384, + 207 + ], + [ + 382, + 208 + ], + [ + 381, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86332", + "ALAND10": 1265225279, + "AWATER10": 0, + "GEOID10": "86332", + "ZCTA5CE10": "86332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 380, + 209 + ], + [ + 383, + 208 + ], + [ + 383, + 207 + ], + [ + 380, + 206 + ], + [ + 380, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85332", + "ALAND10": 1075159800, + "AWATER10": 134194, + "GEOID10": "85332", + "ZCTA5CE10": "85332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 210 + ], + [ + 382, + 208 + ], + [ + 380, + 208 + ], + [ + 380, + 210 + ], + [ + 382, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86321", + "ALAND10": 762116646, + "AWATER10": 0, + "GEOID10": "86321", + "ZCTA5CE10": "86321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 212 + ], + [ + 382, + 210 + ], + [ + 380, + 210 + ], + [ + 380, + 212 + ], + [ + 382, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86338", + "ALAND10": 719699140, + "AWATER10": 0, + "GEOID10": "86338", + "ZCTA5CE10": "86338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 214 + ], + [ + 383, + 213 + ], + [ + 384, + 210 + ], + [ + 381, + 211 + ], + [ + 381, + 210 + ], + [ + 379, + 210 + ], + [ + 379, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86305", + "ALAND10": 3242557891, + "AWATER10": 544586, + "GEOID10": "86305", + "ZCTA5CE10": "86305", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 371, + 204 + ], + [ + 372, + 207 + ], + [ + 372, + 203 + ], + [ + 371, + 203 + ], + [ + 371, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92225", + "ALAND10": 1551490075, + "AWATER10": 9927444, + "GEOID10": "92225", + "ZCTA5CE10": "92225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 367, + 201 + ], + [ + 368, + 200 + ], + [ + 368, + 199 + ], + [ + 366, + 199 + ], + [ + 364, + 200 + ], + [ + 367, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92227", + "ALAND10": 1401355445, + "AWATER10": 36452226, + "GEOID10": "92227", + "ZCTA5CE10": "92227", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 202 + ], + [ + 372, + 200 + ], + [ + 370, + 200 + ], + [ + 370, + 202 + ], + [ + 372, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92266", + "ALAND10": 843740911, + "AWATER10": 1765101, + "GEOID10": "92266", + "ZCTA5CE10": "92266", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 366, + 202 + ], + [ + 368, + 202 + ], + [ + 370, + 200 + ], + [ + 366, + 202 + ] + ] + ], + [ + [ + [ + 366, + 202 + ], + [ + 365, + 201 + ], + [ + 364, + 202 + ], + [ + 366, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92257", + "ALAND10": 1926592486, + "AWATER10": 197563352, + "GEOID10": "92257", + "ZCTA5CE10": "92257", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 208 + ], + [ + 374, + 206 + ], + [ + 372, + 206 + ], + [ + 372, + 208 + ], + [ + 374, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85371", + "ALAND10": 459120265, + "AWATER10": 0, + "GEOID10": "85371", + "ZCTA5CE10": "85371", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 206 + ], + [ + 373, + 207 + ], + [ + 376, + 208 + ], + [ + 373, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85344", + "ALAND10": 1109356492, + "AWATER10": 13080417, + "GEOID10": "85344", + "ZCTA5CE10": "85344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 374, + 207 + ], + [ + 374, + 204 + ], + [ + 376, + 203 + ], + [ + 372, + 203 + ], + [ + 374, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85346", + "ALAND10": 1612509038, + "AWATER10": 0, + "GEOID10": "85346", + "ZCTA5CE10": "85346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 369, + 201 + ], + [ + 369, + 199 + ], + [ + 367, + 199 + ], + [ + 367, + 201 + ], + [ + 369, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92250", + "ALAND10": 1074759161, + "AWATER10": 11902, + "GEOID10": "92250", + "ZCTA5CE10": "92250", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 372, + 198 + ], + [ + 372, + 196 + ], + [ + 370, + 196 + ], + [ + 370, + 198 + ], + [ + 372, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85350", + "ALAND10": 255120476, + "AWATER10": 445747, + "GEOID10": "85350", + "ZCTA5CE10": "85350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 371, + 201 + ], + [ + 372, + 199 + ], + [ + 369, + 198 + ], + [ + 369, + 200 + ], + [ + 371, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US92283", + "ALAND10": 1925959744, + "AWATER10": 17943964, + "GEOID10": "92283", + "ZCTA5CE10": "92283", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 373, + 199 + ], + [ + 373, + 200 + ], + [ + 373, + 203 + ], + [ + 376, + 202 + ], + [ + 376, + 200 + ], + [ + 373, + 199 + ] + ] + ], + [ + [ + [ + 373, + 199 + ], + [ + 373, + 198 + ], + [ + 371, + 197 + ], + [ + 373, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85365", + "ALAND10": 3544878170, + "AWATER10": 9921258, + "GEOID10": "85365", + "ZCTA5CE10": "85365", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 376, + 199 + ], + [ + 376, + 197 + ], + [ + 374, + 197 + ], + [ + 374, + 199 + ], + [ + 376, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85356", + "ALAND10": 428002463, + "AWATER10": 0, + "GEOID10": "85356", + "ZCTA5CE10": "85356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 208 + ], + [ + 376, + 205 + ], + [ + 374, + 205 + ], + [ + 374, + 207 + ], + [ + 378, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85325", + "ALAND10": 2150687957, + "AWATER10": 1193509, + "GEOID10": "85325", + "ZCTA5CE10": "85325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 378, + 209 + ], + [ + 379, + 205 + ], + [ + 376, + 205 + ], + [ + 378, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85357", + "ALAND10": 1512400812, + "AWATER10": 6959906, + "GEOID10": "85357", + "ZCTA5CE10": "85357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 377, + 205 + ], + [ + 379, + 204 + ], + [ + 374, + 204 + ], + [ + 377, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85348", + "ALAND10": 1146215817, + "AWATER10": 37430, + "GEOID10": "85348", + "ZCTA5CE10": "85348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 208 + ], + [ + 381, + 206 + ], + [ + 380, + 204 + ], + [ + 379, + 204 + ], + [ + 379, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85320", + "ALAND10": 1409355663, + "AWATER10": 154359, + "GEOID10": "85320", + "ZCTA5CE10": "85320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 207 + ], + [ + 382, + 205 + ], + [ + 380, + 204 + ], + [ + 380, + 206 + ], + [ + 383, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85390", + "ALAND10": 1529510171, + "AWATER10": 140260, + "GEOID10": "85390", + "ZCTA5CE10": "85390", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 201 + ], + [ + 383, + 199 + ], + [ + 381, + 199 + ], + [ + 381, + 201 + ], + [ + 383, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85322", + "ALAND10": 886812925, + "AWATER10": 53344, + "GEOID10": "85322", + "ZCTA5CE10": "85322", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 382, + 204 + ], + [ + 382, + 202 + ], + [ + 379, + 201 + ], + [ + 379, + 203 + ], + [ + 382, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85354", + "ALAND10": 1548108668, + "AWATER10": 4785, + "GEOID10": "85354", + "ZCTA5CE10": "85354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 204 + ], + [ + 383, + 202 + ], + [ + 381, + 202 + ], + [ + 381, + 204 + ], + [ + 383, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85326", + "ALAND10": 954897650, + "AWATER10": 159967, + "GEOID10": "85326", + "ZCTA5CE10": "85326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 379, + 200 + ], + [ + 381, + 199 + ], + [ + 377, + 198 + ], + [ + 379, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85333", + "ALAND10": 1875774596, + "AWATER10": 210596, + "GEOID10": "85333", + "ZCTA5CE10": "85333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 201 + ], + [ + 383, + 199 + ], + [ + 385, + 198 + ], + [ + 382, + 198 + ], + [ + 379, + 200 + ], + [ + 381, + 201 + ], + [ + 382, + 200 + ], + [ + 383, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85337", + "ALAND10": 1476284931, + "AWATER10": 27588, + "GEOID10": "85337", + "ZCTA5CE10": "85337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 197 + ], + [ + 384, + 194 + ], + [ + 382, + 194 + ], + [ + 384, + 191 + ], + [ + 380, + 193 + ], + [ + 381, + 196 + ], + [ + 385, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85321", + "ALAND10": 3988377462, + "AWATER10": 733073, + "GEOID10": "85321", + "ZCTA5CE10": "85321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 257 + ], + [ + 383, + 255 + ], + [ + 381, + 255 + ], + [ + 381, + 257 + ], + [ + 383, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84029", + "ALAND10": 880556796, + "AWATER10": 282443, + "GEOID10": "84029", + "ZCTA5CE10": "84029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 253 + ], + [ + 386, + 251 + ], + [ + 384, + 251 + ], + [ + 384, + 253 + ], + [ + 386, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84074", + "ALAND10": 282824058, + "AWATER10": 555581, + "GEOID10": "84074", + "ZCTA5CE10": "84074", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 255 + ], + [ + 387, + 253 + ], + [ + 385, + 253 + ], + [ + 385, + 255 + ], + [ + 387, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84118", + "ALAND10": 44389562, + "AWATER10": 0, + "GEOID10": "84118", + "ZCTA5CE10": "84118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 253 + ], + [ + 387, + 251 + ], + [ + 385, + 251 + ], + [ + 385, + 253 + ], + [ + 387, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84005", + "ALAND10": 79866874, + "AWATER10": 0, + "GEOID10": "84005", + "ZCTA5CE10": "84005", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 256 + ], + [ + 391, + 254 + ], + [ + 389, + 254 + ], + [ + 389, + 256 + ], + [ + 391, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84098", + "ALAND10": 212695643, + "AWATER10": 35652, + "GEOID10": "84098", + "ZCTA5CE10": "84098", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 255 + ], + [ + 390, + 253 + ], + [ + 388, + 253 + ], + [ + 388, + 255 + ], + [ + 390, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84049", + "ALAND10": 215986422, + "AWATER10": 10468874, + "GEOID10": "84049", + "ZCTA5CE10": "84049", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 258 + ], + [ + 391, + 256 + ], + [ + 393, + 256 + ], + [ + 392, + 255 + ], + [ + 389, + 255 + ], + [ + 391, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84017", + "ALAND10": 1225339267, + "AWATER10": 11003523, + "GEOID10": "84017", + "ZCTA5CE10": "84017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 253 + ], + [ + 389, + 251 + ], + [ + 387, + 251 + ], + [ + 387, + 253 + ], + [ + 389, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84604", + "ALAND10": 324375271, + "AWATER10": 18975, + "GEOID10": "84604", + "ZCTA5CE10": "84604", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 251 + ], + [ + 390, + 249 + ], + [ + 388, + 249 + ], + [ + 388, + 251 + ], + [ + 390, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84664", + "ALAND10": 44243531, + "AWATER10": 0, + "GEOID10": "84664", + "ZCTA5CE10": "84664", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 246 + ], + [ + 386, + 244 + ], + [ + 384, + 244 + ], + [ + 384, + 246 + ], + [ + 386, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84649", + "ALAND10": 588495567, + "AWATER10": 4734149, + "GEOID10": "84649", + "ZCTA5CE10": "84649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 246 + ], + [ + 387, + 244 + ], + [ + 385, + 244 + ], + [ + 385, + 246 + ], + [ + 387, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84639", + "ALAND10": 547832590, + "AWATER10": 2147200, + "GEOID10": "84639", + "ZCTA5CE10": "84639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 243 + ], + [ + 386, + 241 + ], + [ + 384, + 241 + ], + [ + 384, + 243 + ], + [ + 386, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84636", + "ALAND10": 169721567, + "AWATER10": 0, + "GEOID10": "84636", + "ZCTA5CE10": "84636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 251 + ], + [ + 388, + 249 + ], + [ + 386, + 249 + ], + [ + 386, + 251 + ], + [ + 388, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84651", + "ALAND10": 282130238, + "AWATER10": 187634, + "GEOID10": "84651", + "ZCTA5CE10": "84651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 246 + ], + [ + 389, + 244 + ], + [ + 387, + 244 + ], + [ + 387, + 246 + ], + [ + 389, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84667", + "ALAND10": 42265108, + "AWATER10": 1316721, + "GEOID10": "84667", + "ZCTA5CE10": "84667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 246 + ], + [ + 389, + 244 + ], + [ + 387, + 244 + ], + [ + 387, + 246 + ], + [ + 389, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84630", + "ALAND10": 257358432, + "AWATER10": 17963, + "GEOID10": "84630", + "ZCTA5CE10": "84630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 241 + ], + [ + 391, + 239 + ], + [ + 389, + 239 + ], + [ + 389, + 241 + ], + [ + 391, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84654", + "ALAND10": 636662033, + "AWATER10": 516609, + "GEOID10": "84654", + "ZCTA5CE10": "84654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 253 + ], + [ + 395, + 251 + ], + [ + 393, + 251 + ], + [ + 393, + 253 + ], + [ + 395, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84031", + "ALAND10": 794069666, + "AWATER10": 4940132, + "GEOID10": "84031", + "ZCTA5CE10": "84031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 255 + ], + [ + 391, + 253 + ], + [ + 389, + 253 + ], + [ + 389, + 255 + ], + [ + 391, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84036", + "ALAND10": 823565597, + "AWATER10": 4584893, + "GEOID10": "84036", + "ZCTA5CE10": "84036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 251 + ], + [ + 394, + 249 + ], + [ + 392, + 249 + ], + [ + 392, + 251 + ], + [ + 394, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84032", + "ALAND10": 812052454, + "AWATER10": 12393870, + "GEOID10": "84032", + "ZCTA5CE10": "84032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 253 + ], + [ + 394, + 251 + ], + [ + 392, + 251 + ], + [ + 392, + 253 + ], + [ + 394, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84027", + "ALAND10": 527403159, + "AWATER10": 401718, + "GEOID10": "84027", + "ZCTA5CE10": "84027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 252 + ], + [ + 397, + 251 + ], + [ + 393, + 248 + ], + [ + 394, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84021", + "ALAND10": 1722466134, + "AWATER10": 13289975, + "GEOID10": "84021", + "ZCTA5CE10": "84021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 259 + ], + [ + 394, + 259 + ], + [ + 394, + 257 + ], + [ + 398, + 257 + ], + [ + 398, + 255 + ], + [ + 393, + 255 + ], + [ + 392, + 259 + ] + ] + ], + [ + [ + [ + 392, + 261 + ], + [ + 394, + 260 + ], + [ + 392, + 259 + ], + [ + 392, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82930", + "ALAND10": 2961271786, + "AWATER10": 19714634, + "GEOID10": "82930", + "ZCTA5CE10": "82930", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 252 + ], + [ + 398, + 250 + ], + [ + 396, + 250 + ], + [ + 396, + 252 + ], + [ + 398, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84007", + "ALAND10": 118140290, + "AWATER10": 1724499, + "GEOID10": "84007", + "ZCTA5CE10": "84007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 252 + ], + [ + 400, + 250 + ], + [ + 398, + 250 + ], + [ + 398, + 252 + ], + [ + 400, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84026", + "ALAND10": 109441525, + "AWATER10": 1807957, + "GEOID10": "84026", + "ZCTA5CE10": "84026", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 248 + ], + [ + 395, + 246 + ], + [ + 393, + 246 + ], + [ + 393, + 248 + ], + [ + 395, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84526", + "ALAND10": 833863278, + "AWATER10": 10987530, + "GEOID10": "84526", + "ZCTA5CE10": "84526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 247 + ], + [ + 393, + 245 + ], + [ + 391, + 245 + ], + [ + 391, + 247 + ], + [ + 393, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84501", + "ALAND10": 373343470, + "AWATER10": 56983, + "GEOID10": "84501", + "ZCTA5CE10": "84501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 244 + ], + [ + 394, + 242 + ], + [ + 392, + 242 + ], + [ + 392, + 244 + ], + [ + 394, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84528", + "ALAND10": 454350817, + "AWATER10": 1322048, + "GEOID10": "84528", + "ZCTA5CE10": "84528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 242 + ], + [ + 397, + 241 + ], + [ + 397, + 240 + ], + [ + 395, + 240 + ], + [ + 395, + 242 + ], + [ + 397, + 242 + ] + ] + ], + [ + [ + [ + 397, + 242 + ], + [ + 396, + 244 + ], + [ + 399, + 243 + ], + [ + 397, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84525", + "ALAND10": 2814283404, + "AWATER10": 12323637, + "GEOID10": "84525", + "ZCTA5CE10": "84525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 240 + ], + [ + 384, + 238 + ], + [ + 382, + 238 + ], + [ + 382, + 240 + ], + [ + 384, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84637", + "ALAND10": 346473019, + "AWATER10": 3365, + "GEOID10": "84637", + "ZCTA5CE10": "84637", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 241 + ], + [ + 389, + 239 + ], + [ + 387, + 239 + ], + [ + 387, + 241 + ], + [ + 389, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84701", + "ALAND10": 693974313, + "AWATER10": 4518026, + "GEOID10": "84701", + "ZCTA5CE10": "84701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 238 + ], + [ + 385, + 236 + ], + [ + 383, + 236 + ], + [ + 383, + 238 + ], + [ + 385, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84740", + "ALAND10": 124571978, + "AWATER10": 4260048, + "GEOID10": "84740", + "ZCTA5CE10": "84740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 239 + ], + [ + 390, + 237 + ], + [ + 388, + 237 + ], + [ + 388, + 239 + ], + [ + 390, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84749", + "ALAND10": 102389717, + "AWATER10": 24857, + "GEOID10": "84749", + "ZCTA5CE10": "84749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 234 + ], + [ + 391, + 232 + ], + [ + 389, + 232 + ], + [ + 389, + 234 + ], + [ + 391, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84716", + "ALAND10": 660065654, + "AWATER10": 839477, + "GEOID10": "84716", + "ZCTA5CE10": "84716", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 236 + ], + [ + 385, + 233 + ], + [ + 383, + 232 + ], + [ + 384, + 236 + ], + [ + 386, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84759", + "ALAND10": 1286618465, + "AWATER10": 4300168, + "GEOID10": "84759", + "ZCTA5CE10": "84759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 233 + ], + [ + 390, + 231 + ], + [ + 387, + 232 + ], + [ + 388, + 234 + ], + [ + 389, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84726", + "ALAND10": 971878068, + "AWATER10": 529362, + "GEOID10": "84726", + "ZCTA5CE10": "84726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 227 + ], + [ + 391, + 225 + ], + [ + 389, + 223 + ], + [ + 388, + 225 + ], + [ + 390, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86040", + "ALAND10": 1950390786, + "AWATER10": 32065980, + "GEOID10": "86040", + "ZCTA5CE10": "86040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 234 + ], + [ + 394, + 232 + ], + [ + 392, + 232 + ], + [ + 392, + 234 + ], + [ + 394, + 234 + ] + ] + ], + [ + [ + [ + 394, + 238 + ], + [ + 394, + 236 + ], + [ + 392, + 236 + ], + [ + 392, + 238 + ], + [ + 394, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84775", + "ALAND10": 1302262928, + "AWATER10": 538684, + "GEOID10": "84775", + "ZCTA5CE10": "84775", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 234 + ], + [ + 398, + 231 + ], + [ + 393, + 228 + ], + [ + 397, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84533", + "ALAND10": 3575365129, + "AWATER10": 177995424, + "GEOID10": "84533", + "ZCTA5CE10": "84533", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 238 + ], + [ + 397, + 236 + ], + [ + 392, + 236 + ], + [ + 392, + 238 + ], + [ + 395, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84734", + "ALAND10": 2235656522, + "AWATER10": 7624433, + "GEOID10": "84734", + "ZCTA5CE10": "84734", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 237 + ], + [ + 399, + 238 + ], + [ + 399, + 234 + ], + [ + 397, + 239 + ], + [ + 403, + 240 + ], + [ + 403, + 238 + ], + [ + 401, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84532", + "ALAND10": 3800418504, + "AWATER10": 29560914, + "GEOID10": "84532", + "ZCTA5CE10": "84532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 229 + ], + [ + 397, + 227 + ], + [ + 394, + 227 + ], + [ + 394, + 229 + ], + [ + 397, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84536", + "ALAND10": 1547009432, + "AWATER10": 209429, + "GEOID10": "84536", + "ZCTA5CE10": "84536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 227 + ], + [ + 393, + 226 + ], + [ + 393, + 224 + ], + [ + 390, + 223 + ], + [ + 391, + 225 + ], + [ + 390, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86053", + "ALAND10": 1885678961, + "AWATER10": 9536996, + "GEOID10": "86053", + "ZCTA5CE10": "86053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 227 + ], + [ + 398, + 223 + ], + [ + 395, + 222 + ], + [ + 395, + 227 + ], + [ + 398, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86033", + "ALAND10": 3056708747, + "AWATER10": 2603601, + "GEOID10": "86033", + "ZCTA5CE10": "86033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 230 + ], + [ + 400, + 229 + ], + [ + 398, + 226 + ], + [ + 396, + 230 + ], + [ + 398, + 229 + ], + [ + 398, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84531", + "ALAND10": 1475014832, + "AWATER10": 5764278, + "GEOID10": "84531", + "ZCTA5CE10": "84531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 228 + ], + [ + 400, + 226 + ], + [ + 398, + 226 + ], + [ + 398, + 228 + ], + [ + 400, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86535", + "ALAND10": 704008831, + "AWATER10": 124424, + "GEOID10": "86535", + "ZCTA5CE10": "86535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 249 + ], + [ + 404, + 247 + ], + [ + 402, + 247 + ], + [ + 402, + 249 + ], + [ + 404, + 249 + ] + ] + ], + [ + [ + [ + 402, + 252 + ], + [ + 402, + 250 + ], + [ + 400, + 250 + ], + [ + 400, + 252 + ], + [ + 402, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84035", + "ALAND10": 1483953512, + "AWATER10": 9727253, + "GEOID10": "84035", + "ZCTA5CE10": "84035", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 256 + ], + [ + 403, + 253 + ], + [ + 400, + 251 + ], + [ + 398, + 255 + ], + [ + 402, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84078", + "ALAND10": 2402405881, + "AWATER10": 10530689, + "GEOID10": "84078", + "ZCTA5CE10": "84078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 250 + ], + [ + 400, + 248 + ], + [ + 398, + 248 + ], + [ + 398, + 250 + ], + [ + 400, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84063", + "ALAND10": 839906253, + "AWATER10": 14838852, + "GEOID10": "84063", + "ZCTA5CE10": "84063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 253 + ], + [ + 407, + 251 + ], + [ + 405, + 251 + ], + [ + 405, + 253 + ], + [ + 407, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81610", + "ALAND10": 804607160, + "AWATER10": 222970, + "GEOID10": "81610", + "ZCTA5CE10": "81610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 257 + ], + [ + 408, + 254 + ], + [ + 410, + 254 + ], + [ + 409, + 253 + ], + [ + 409, + 251 + ], + [ + 407, + 251 + ], + [ + 407, + 253 + ], + [ + 404, + 252 + ], + [ + 403, + 257 + ], + [ + 408, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81640", + "ALAND10": 6160477431, + "AWATER10": 11658548, + "GEOID10": "81640", + "ZCTA5CE10": "81640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 251 + ], + [ + 406, + 249 + ], + [ + 406, + 247 + ], + [ + 403, + 247 + ], + [ + 403, + 251 + ], + [ + 408, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81648", + "ALAND10": 3186195179, + "AWATER10": 34258, + "GEOID10": "81648", + "ZCTA5CE10": "81648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 245 + ], + [ + 403, + 243 + ], + [ + 399, + 241 + ], + [ + 400, + 245 + ], + [ + 403, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84540", + "ALAND10": 2635821226, + "AWATER10": 0, + "GEOID10": "84540", + "ZCTA5CE10": "84540", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 241 + ], + [ + 404, + 239 + ], + [ + 402, + 239 + ], + [ + 402, + 241 + ], + [ + 404, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84515", + "ALAND10": 824395875, + "AWATER10": 7551840, + "GEOID10": "84515", + "ZCTA5CE10": "84515", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 244 + ], + [ + 405, + 242 + ], + [ + 403, + 242 + ], + [ + 403, + 244 + ], + [ + 405, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81525", + "ALAND10": 308544778, + "AWATER10": 55833, + "GEOID10": "81525", + "ZCTA5CE10": "81525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 242 + ], + [ + 407, + 240 + ], + [ + 405, + 240 + ], + [ + 405, + 242 + ], + [ + 407, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81507", + "ALAND10": 285322633, + "AWATER10": 2285659, + "GEOID10": "81507", + "ZCTA5CE10": "81507", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 243 + ], + [ + 406, + 241 + ], + [ + 404, + 241 + ], + [ + 404, + 243 + ], + [ + 406, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81523", + "ALAND10": 855307930, + "AWATER10": 571953, + "GEOID10": "81523", + "ZCTA5CE10": "81523", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 249 + ], + [ + 409, + 253 + ], + [ + 411, + 251 + ], + [ + 415, + 251 + ], + [ + 412, + 248 + ], + [ + 409, + 247 + ], + [ + 408, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81641", + "ALAND10": 4400251900, + "AWATER10": 4960358, + "GEOID10": "81641", + "ZCTA5CE10": "81641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 257 + ], + [ + 412, + 252 + ], + [ + 409, + 252 + ], + [ + 409, + 253 + ], + [ + 410, + 254 + ], + [ + 408, + 254 + ], + [ + 408, + 257 + ], + [ + 413, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81625", + "ALAND10": 3983058162, + "AWATER10": 7788067, + "GEOID10": "81625", + "ZCTA5CE10": "81625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 253 + ], + [ + 411, + 251 + ], + [ + 409, + 251 + ], + [ + 409, + 253 + ], + [ + 411, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81638", + "ALAND10": 434983875, + "AWATER10": 57588, + "GEOID10": "81638", + "ZCTA5CE10": "81638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 256 + ], + [ + 414, + 251 + ], + [ + 412, + 251 + ], + [ + 413, + 256 + ], + [ + 414, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81639", + "ALAND10": 1554243693, + "AWATER10": 1816426, + "GEOID10": "81639", + "ZCTA5CE10": "81639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 255 + ], + [ + 416, + 253 + ], + [ + 414, + 253 + ], + [ + 414, + 255 + ], + [ + 416, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80428", + "ALAND10": 798467856, + "AWATER10": 5055472, + "GEOID10": "80428", + "ZCTA5CE10": "80428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 253 + ], + [ + 415, + 251 + ], + [ + 413, + 251 + ], + [ + 413, + 253 + ], + [ + 415, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80467", + "ALAND10": 595430625, + "AWATER10": 3237313, + "GEOID10": "80467", + "ZCTA5CE10": "80467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 248 + ], + [ + 409, + 246 + ], + [ + 407, + 246 + ], + [ + 407, + 248 + ], + [ + 409, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81635", + "ALAND10": 753536058, + "AWATER10": 3283642, + "GEOID10": "81635", + "ZCTA5CE10": "81635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 247 + ], + [ + 408, + 243 + ], + [ + 403, + 244 + ], + [ + 403, + 247 + ], + [ + 408, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81630", + "ALAND10": 3300160113, + "AWATER10": 3299743, + "GEOID10": "81630", + "ZCTA5CE10": "81630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 247 + ], + [ + 406, + 247 + ], + [ + 406, + 249 + ], + [ + 410, + 247 + ] + ] + ], + [ + [ + [ + 410, + 247 + ], + [ + 411, + 247 + ], + [ + 411, + 245 + ], + [ + 410, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81650", + "ALAND10": 2407295196, + "AWATER10": 3860400, + "GEOID10": "81650", + "ZCTA5CE10": "81650", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 243 + ], + [ + 408, + 241 + ], + [ + 406, + 241 + ], + [ + 406, + 243 + ], + [ + 408, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81526", + "ALAND10": 134200596, + "AWATER10": 1896635, + "GEOID10": "81526", + "ZCTA5CE10": "81526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 244 + ], + [ + 410, + 242 + ], + [ + 408, + 244 + ], + [ + 413, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81624", + "ALAND10": 1445020870, + "AWATER10": 4350288, + "GEOID10": "81624", + "ZCTA5CE10": "81624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 243 + ], + [ + 411, + 241 + ], + [ + 409, + 241 + ], + [ + 409, + 243 + ], + [ + 411, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81413", + "ALAND10": 545102788, + "AWATER10": 6620635, + "GEOID10": "81413", + "ZCTA5CE10": "81413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 248 + ], + [ + 414, + 246 + ], + [ + 412, + 246 + ], + [ + 412, + 248 + ], + [ + 414, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81601", + "ALAND10": 894389282, + "AWATER10": 3624110, + "GEOID10": "81601", + "ZCTA5CE10": "81601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 248 + ], + [ + 412, + 244 + ], + [ + 411, + 245 + ], + [ + 410, + 248 + ], + [ + 412, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81647", + "ALAND10": 947695369, + "AWATER10": 1561865, + "GEOID10": "81647", + "ZCTA5CE10": "81647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 250 + ], + [ + 414, + 248 + ], + [ + 416, + 248 + ], + [ + 417, + 245 + ], + [ + 414, + 245 + ], + [ + 412, + 248 + ], + [ + 413, + 250 + ], + [ + 415, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81637", + "ALAND10": 1966680112, + "AWATER10": 11147784, + "GEOID10": "81637", + "ZCTA5CE10": "81637", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 246 + ], + [ + 415, + 242 + ], + [ + 414, + 242 + ], + [ + 412, + 244 + ], + [ + 415, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81623", + "ALAND10": 1152423449, + "AWATER10": 1588291, + "GEOID10": "81623", + "ZCTA5CE10": "81623", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 245 + ], + [ + 415, + 243 + ], + [ + 413, + 243 + ], + [ + 413, + 245 + ], + [ + 415, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81621", + "ALAND10": 576006629, + "AWATER10": 3053656, + "GEOID10": "81621", + "ZCTA5CE10": "81621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 244 + ], + [ + 414, + 241 + ], + [ + 412, + 239 + ], + [ + 411, + 243 + ], + [ + 413, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81434", + "ALAND10": 1550159389, + "AWATER10": 2076037, + "GEOID10": "81434", + "ZCTA5CE10": "81434", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 245 + ], + [ + 416, + 243 + ], + [ + 414, + 243 + ], + [ + 414, + 245 + ], + [ + 416, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81654", + "ALAND10": 228543055, + "AWATER10": 892553, + "GEOID10": "81654", + "ZCTA5CE10": "81654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 234 + ], + [ + 399, + 232 + ], + [ + 397, + 234 + ], + [ + 399, + 236 + ], + [ + 399, + 238 + ], + [ + 403, + 235 + ], + [ + 402, + 232 + ], + [ + 400, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84535", + "ALAND10": 4871920527, + "AWATER10": 4194586, + "GEOID10": "84535", + "ZCTA5CE10": "84535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 234 + ], + [ + 402, + 230 + ], + [ + 401, + 229 + ], + [ + 400, + 229 + ], + [ + 400, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84511", + "ALAND10": 1115488384, + "AWATER10": 3361043, + "GEOID10": "84511", + "ZCTA5CE10": "84511", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 236 + ], + [ + 404, + 234 + ], + [ + 402, + 234 + ], + [ + 402, + 236 + ], + [ + 404, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84530", + "ALAND10": 719404617, + "AWATER10": 403229, + "GEOID10": "84530", + "ZCTA5CE10": "84530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 242 + ], + [ + 406, + 240 + ], + [ + 404, + 240 + ], + [ + 404, + 242 + ], + [ + 406, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81522", + "ALAND10": 776817642, + "AWATER10": 34004, + "GEOID10": "81522", + "ZCTA5CE10": "81522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 242 + ], + [ + 407, + 238 + ], + [ + 404, + 238 + ], + [ + 404, + 240 + ], + [ + 408, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81527", + "ALAND10": 2013828710, + "AWATER10": 3761019, + "GEOID10": "81527", + "ZCTA5CE10": "81527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 237 + ], + [ + 408, + 235 + ], + [ + 406, + 235 + ], + [ + 406, + 237 + ], + [ + 408, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81422", + "ALAND10": 694391172, + "AWATER10": 0, + "GEOID10": "81422", + "ZCTA5CE10": "81422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 238 + ], + [ + 406, + 236 + ], + [ + 404, + 236 + ], + [ + 404, + 238 + ], + [ + 406, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81424", + "ALAND10": 795372568, + "AWATER10": 77910, + "GEOID10": "81424", + "ZCTA5CE10": "81424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 239 + ], + [ + 408, + 237 + ], + [ + 406, + 238 + ], + [ + 407, + 239 + ], + [ + 410, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81425", + "ALAND10": 993029255, + "AWATER10": 450242, + "GEOID10": "81425", + "ZCTA5CE10": "81425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 235 + ], + [ + 405, + 233 + ], + [ + 403, + 233 + ], + [ + 403, + 235 + ], + [ + 405, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81320", + "ALAND10": 486262420, + "AWATER10": 49255, + "GEOID10": "81320", + "ZCTA5CE10": "81320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 234 + ], + [ + 404, + 232 + ], + [ + 402, + 230 + ], + [ + 403, + 234 + ], + [ + 404, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81324", + "ALAND10": 1057862023, + "AWATER10": 10768, + "GEOID10": "81324", + "ZCTA5CE10": "81324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 236 + ], + [ + 407, + 234 + ], + [ + 407, + 232 + ], + [ + 403, + 234 + ], + [ + 403, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81325", + "ALAND10": 1476500119, + "AWATER10": 136716, + "GEOID10": "81325", + "ZCTA5CE10": "81325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 231 + ], + [ + 401, + 229 + ], + [ + 399, + 229 + ], + [ + 399, + 231 + ], + [ + 401, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84512", + "ALAND10": 725609711, + "AWATER10": 1511921, + "GEOID10": "84512", + "ZCTA5CE10": "84512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 231 + ], + [ + 403, + 228 + ], + [ + 401, + 228 + ], + [ + 401, + 230 + ], + [ + 403, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US84534", + "ALAND10": 1129468524, + "AWATER10": 5162772, + "GEOID10": "84534", + "ZCTA5CE10": "84534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 231 + ], + [ + 404, + 229 + ], + [ + 402, + 229 + ], + [ + 402, + 231 + ], + [ + 404, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81331", + "ALAND10": 631624024, + "AWATER10": 11318, + "GEOID10": "81331", + "ZCTA5CE10": "81331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 225 + ], + [ + 401, + 223 + ], + [ + 399, + 223 + ], + [ + 399, + 225 + ], + [ + 401, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86545", + "ALAND10": 846477701, + "AWATER10": 117643, + "GEOID10": "86545", + "ZCTA5CE10": "86545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 229 + ], + [ + 403, + 226 + ], + [ + 401, + 224 + ], + [ + 399, + 227 + ], + [ + 403, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86514", + "ALAND10": 2115125853, + "AWATER10": 4048878, + "GEOID10": "86514", + "ZCTA5CE10": "86514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 231 + ], + [ + 407, + 230 + ], + [ + 404, + 228 + ], + [ + 403, + 229 + ], + [ + 405, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81321", + "ALAND10": 1090631440, + "AWATER10": 1139614, + "GEOID10": "81321", + "ZCTA5CE10": "81321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 228 + ], + [ + 406, + 226 + ], + [ + 404, + 226 + ], + [ + 404, + 228 + ], + [ + 406, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81334", + "ALAND10": 920382748, + "AWATER10": 15568, + "GEOID10": "81334", + "ZCTA5CE10": "81334", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 234 + ], + [ + 410, + 233 + ], + [ + 409, + 231 + ], + [ + 405, + 230 + ], + [ + 407, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81323", + "ALAND10": 1853115665, + "AWATER10": 22506933, + "GEOID10": "81323", + "ZCTA5CE10": "81323", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 241 + ], + [ + 411, + 239 + ], + [ + 409, + 239 + ], + [ + 409, + 241 + ], + [ + 411, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81416", + "ALAND10": 872337895, + "AWATER10": 4987544, + "GEOID10": "81416", + "ZCTA5CE10": "81416", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 238 + ], + [ + 413, + 236 + ], + [ + 411, + 236 + ], + [ + 411, + 238 + ], + [ + 413, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81401", + "ALAND10": 604891418, + "AWATER10": 440629, + "GEOID10": "81401", + "ZCTA5CE10": "81401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 241 + ], + [ + 411, + 239 + ], + [ + 409, + 239 + ], + [ + 409, + 241 + ], + [ + 411, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81415", + "ALAND10": 722175291, + "AWATER10": 3900442, + "GEOID10": "81415", + "ZCTA5CE10": "81415", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 238 + ], + [ + 411, + 237 + ], + [ + 408, + 236 + ], + [ + 409, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81403", + "ALAND10": 1430902213, + "AWATER10": 183212, + "GEOID10": "81403", + "ZCTA5CE10": "81403", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 236 + ], + [ + 408, + 233 + ], + [ + 405, + 234 + ], + [ + 407, + 236 + ], + [ + 409, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81423", + "ALAND10": 1277060987, + "AWATER10": 3831553, + "GEOID10": "81423", + "ZCTA5CE10": "81423", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 234 + ], + [ + 410, + 232 + ], + [ + 408, + 232 + ], + [ + 408, + 234 + ], + [ + 410, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81430", + "ALAND10": 658958058, + "AWATER10": 273574, + "GEOID10": "81430", + "ZCTA5CE10": "81430", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 238 + ], + [ + 413, + 236 + ], + [ + 411, + 236 + ], + [ + 411, + 238 + ], + [ + 413, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81243", + "ALAND10": 866023201, + "AWATER10": 548211, + "GEOID10": "81243", + "ZCTA5CE10": "81243", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 241 + ], + [ + 416, + 238 + ], + [ + 418, + 239 + ], + [ + 416, + 234 + ], + [ + 415, + 234 + ], + [ + 415, + 238 + ], + [ + 412, + 238 + ], + [ + 412, + 240 + ], + [ + 415, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81230", + "ALAND10": 4624883184, + "AWATER10": 39579516, + "GEOID10": "81230", + "ZCTA5CE10": "81230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 238 + ], + [ + 412, + 236 + ], + [ + 410, + 236 + ], + [ + 410, + 238 + ], + [ + 412, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81432", + "ALAND10": 707172273, + "AWATER10": 1463494, + "GEOID10": "81432", + "ZCTA5CE10": "81432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 239 + ], + [ + 412, + 237 + ], + [ + 410, + 237 + ], + [ + 410, + 239 + ], + [ + 412, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81220", + "ALAND10": 621488666, + "AWATER10": 2302106, + "GEOID10": "81220", + "ZCTA5CE10": "81220", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 236 + ], + [ + 414, + 233 + ], + [ + 412, + 233 + ], + [ + 412, + 236 + ], + [ + 415, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81235", + "ALAND10": 1398023749, + "AWATER10": 2319184, + "GEOID10": "81235", + "ZCTA5CE10": "81235", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 235 + ], + [ + 412, + 233 + ], + [ + 410, + 233 + ], + [ + 410, + 235 + ], + [ + 412, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81433", + "ALAND10": 793261353, + "AWATER10": 1933464, + "GEOID10": "81433", + "ZCTA5CE10": "81433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 231 + ], + [ + 407, + 229 + ], + [ + 405, + 229 + ], + [ + 405, + 231 + ], + [ + 407, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81328", + "ALAND10": 945935236, + "AWATER10": 3840145, + "GEOID10": "81328", + "ZCTA5CE10": "81328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 233 + ], + [ + 412, + 231 + ], + [ + 410, + 229 + ], + [ + 409, + 230 + ], + [ + 410, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81301", + "ALAND10": 1932392327, + "AWATER10": 7347929, + "GEOID10": "81301", + "ZCTA5CE10": "81301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 232 + ], + [ + 410, + 230 + ], + [ + 408, + 230 + ], + [ + 408, + 232 + ], + [ + 410, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81326", + "ALAND10": 646266567, + "AWATER10": 529945, + "GEOID10": "81326", + "ZCTA5CE10": "81326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 227 + ], + [ + 409, + 225 + ], + [ + 407, + 225 + ], + [ + 407, + 227 + ], + [ + 409, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87410", + "ALAND10": 696068700, + "AWATER10": 3034197, + "GEOID10": "87410", + "ZCTA5CE10": "87410", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 225 + ], + [ + 411, + 223 + ], + [ + 410, + 221 + ], + [ + 408, + 223 + ], + [ + 409, + 225 + ] + ] + ], + [ + [ + [ + 409, + 225 + ], + [ + 409, + 226 + ], + [ + 411, + 225 + ], + [ + 409, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87413", + "ALAND10": 1667788987, + "AWATER10": 1601261, + "GEOID10": "87413", + "ZCTA5CE10": "87413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 230 + ], + [ + 412, + 228 + ], + [ + 410, + 228 + ], + [ + 410, + 230 + ], + [ + 412, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81303", + "ALAND10": 557452347, + "AWATER10": 6234430, + "GEOID10": "81303", + "ZCTA5CE10": "81303", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 232 + ], + [ + 414, + 230 + ], + [ + 413, + 228 + ], + [ + 411, + 229 + ], + [ + 411, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81122", + "ALAND10": 1314273670, + "AWATER10": 11200513, + "GEOID10": "81122", + "ZCTA5CE10": "81122", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 230 + ], + [ + 416, + 231 + ], + [ + 417, + 229 + ], + [ + 412, + 227 + ], + [ + 414, + 230 + ] + ] + ], + [ + [ + [ + 414, + 230 + ], + [ + 412, + 230 + ], + [ + 412, + 232 + ], + [ + 414, + 233 + ], + [ + 414, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81147", + "ALAND10": 3494636312, + "AWATER10": 17124501, + "GEOID10": "81147", + "ZCTA5CE10": "81147", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 233 + ], + [ + 417, + 234 + ], + [ + 416, + 231 + ], + [ + 414, + 230 + ], + [ + 414, + 233 + ] + ] + ], + [ + [ + [ + 414, + 233 + ], + [ + 412, + 232 + ], + [ + 412, + 233 + ], + [ + 414, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81130", + "ALAND10": 2450513775, + "AWATER10": 14236377, + "GEOID10": "81130", + "ZCTA5CE10": "81130", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 230 + ], + [ + 412, + 228 + ], + [ + 410, + 228 + ], + [ + 410, + 230 + ], + [ + 412, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81137", + "ALAND10": 658537880, + "AWATER10": 16815734, + "GEOID10": "81137", + "ZCTA5CE10": "81137", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 226 + ], + [ + 413, + 224 + ], + [ + 410, + 224 + ], + [ + 410, + 226 + ], + [ + 414, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87412", + "ALAND10": 1302055238, + "AWATER10": 3570508, + "GEOID10": "87412", + "ZCTA5CE10": "87412", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 223 + ], + [ + 387, + 221 + ], + [ + 384, + 222 + ], + [ + 383, + 224 + ], + [ + 386, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86052", + "ALAND10": 2613913492, + "AWATER10": 3778502, + "GEOID10": "86052", + "ZCTA5CE10": "86052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 222 + ], + [ + 385, + 220 + ], + [ + 383, + 220 + ], + [ + 383, + 222 + ], + [ + 385, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86023", + "ALAND10": 702610950, + "AWATER10": 3047627, + "GEOID10": "86023", + "ZCTA5CE10": "86023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 220 + ], + [ + 386, + 217 + ], + [ + 387, + 213 + ], + [ + 384, + 213 + ], + [ + 384, + 219 + ], + [ + 388, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86046", + "ALAND10": 3783515570, + "AWATER10": 1510099, + "GEOID10": "86046", + "ZCTA5CE10": "86046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 227 + ], + [ + 388, + 222 + ], + [ + 386, + 227 + ], + [ + 389, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86036", + "ALAND10": 2575611699, + "AWATER10": 9085097, + "GEOID10": "86036", + "ZCTA5CE10": "86036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 391, + 218 + ], + [ + 392, + 215 + ], + [ + 390, + 213 + ], + [ + 388, + 215 + ], + [ + 388, + 217 + ], + [ + 390, + 217 + ], + [ + 391, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86004", + "ALAND10": 1975330770, + "AWATER10": 494885, + "GEOID10": "86004", + "ZCTA5CE10": "86004", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 223 + ], + [ + 392, + 217 + ], + [ + 391, + 217 + ], + [ + 390, + 221 + ], + [ + 388, + 221 + ], + [ + 390, + 223 + ], + [ + 392, + 222 + ], + [ + 393, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86045", + "ALAND10": 3561472200, + "AWATER10": 114258, + "GEOID10": "86045", + "ZCTA5CE10": "86045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 219 + ], + [ + 388, + 221 + ], + [ + 390, + 221 + ], + [ + 391, + 218 + ], + [ + 390, + 217 + ], + [ + 388, + 218 + ], + [ + 388, + 219 + ] + ] + ], + [ + [ + [ + 388, + 224 + ], + [ + 390, + 223 + ], + [ + 388, + 221 + ], + [ + 388, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86020", + "ALAND10": 2992133060, + "AWATER10": 2171179, + "GEOID10": "86020", + "ZCTA5CE10": "86020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 218 + ], + [ + 384, + 213 + ], + [ + 382, + 214 + ], + [ + 381, + 218 + ], + [ + 383, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86320", + "ALAND10": 2412926758, + "AWATER10": 63617, + "GEOID10": "86320", + "ZCTA5CE10": "86320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 217 + ], + [ + 387, + 215 + ], + [ + 385, + 215 + ], + [ + 385, + 217 + ], + [ + 387, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86018", + "ALAND10": 259589674, + "AWATER10": 63244, + "GEOID10": "86018", + "ZCTA5CE10": "86018", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 213 + ], + [ + 386, + 211 + ], + [ + 384, + 211 + ], + [ + 384, + 213 + ], + [ + 386, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86323", + "ALAND10": 366934881, + "AWATER10": 99966, + "GEOID10": "86323", + "ZCTA5CE10": "86323", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 385, + 211 + ], + [ + 385, + 209 + ], + [ + 383, + 209 + ], + [ + 383, + 211 + ], + [ + 385, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86327", + "ALAND10": 518276224, + "AWATER10": 0, + "GEOID10": "86327", + "ZCTA5CE10": "86327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 210 + ], + [ + 388, + 209 + ], + [ + 385, + 207 + ], + [ + 384, + 209 + ], + [ + 386, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86333", + "ALAND10": 1277544436, + "AWATER10": 24815, + "GEOID10": "86333", + "ZCTA5CE10": "86333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 214 + ], + [ + 387, + 212 + ], + [ + 385, + 212 + ], + [ + 385, + 214 + ], + [ + 387, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86324", + "ALAND10": 433005648, + "AWATER10": 380983, + "GEOID10": "86324", + "ZCTA5CE10": "86324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 213 + ], + [ + 390, + 211 + ], + [ + 392, + 211 + ], + [ + 391, + 210 + ], + [ + 389, + 210 + ], + [ + 389, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86024", + "ALAND10": 1367460818, + "AWATER10": 2043918, + "GEOID10": "86024", + "ZCTA5CE10": "86024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 215 + ], + [ + 393, + 214 + ], + [ + 391, + 214 + ], + [ + 392, + 215 + ] + ] + ], + [ + [ + [ + 392, + 216 + ], + [ + 391, + 217 + ], + [ + 393, + 217 + ], + [ + 393, + 216 + ], + [ + 392, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86035", + "ALAND10": 1881973978, + "AWATER10": 2131804, + "GEOID10": "86035", + "ZCTA5CE10": "86035", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 218 + ], + [ + 389, + 214 + ], + [ + 391, + 213 + ], + [ + 388, + 213 + ], + [ + 387, + 218 + ], + [ + 388, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86001", + "ALAND10": 2289734091, + "AWATER10": 10837742, + "GEOID10": "86001", + "ZCTA5CE10": "86001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 212 + ], + [ + 388, + 210 + ], + [ + 386, + 210 + ], + [ + 386, + 212 + ], + [ + 388, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86335", + "ALAND10": 480038031, + "AWATER10": 36349, + "GEOID10": "86335", + "ZCTA5CE10": "86335", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 212 + ], + [ + 390, + 210 + ], + [ + 388, + 210 + ], + [ + 388, + 212 + ], + [ + 390, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86322", + "ALAND10": 1000882639, + "AWATER10": 41828, + "GEOID10": "86322", + "ZCTA5CE10": "86322", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 227 + ], + [ + 395, + 224 + ], + [ + 393, + 223 + ], + [ + 394, + 227 + ], + [ + 395, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86054", + "ALAND10": 1080990777, + "AWATER10": 260121, + "GEOID10": "86054", + "ZCTA5CE10": "86054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 224 + ], + [ + 395, + 225 + ], + [ + 395, + 223 + ], + [ + 393, + 223 + ], + [ + 392, + 222 + ], + [ + 391, + 223 + ], + [ + 393, + 224 + ] + ] + ], + [ + [ + [ + 393, + 226 + ], + [ + 392, + 228 + ], + [ + 394, + 229 + ], + [ + 393, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86044", + "ALAND10": 2606389123, + "AWATER10": 17669388, + "GEOID10": "86044", + "ZCTA5CE10": "86044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 222 + ], + [ + 395, + 220 + ], + [ + 393, + 220 + ], + [ + 393, + 222 + ], + [ + 395, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86030", + "ALAND10": 610455337, + "AWATER10": 52576, + "GEOID10": "86030", + "ZCTA5CE10": "86030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 223 + ], + [ + 396, + 221 + ], + [ + 394, + 221 + ], + [ + 394, + 223 + ], + [ + 396, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86039", + "ALAND10": 761743801, + "AWATER10": 219048, + "GEOID10": "86039", + "ZCTA5CE10": "86039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 224 + ], + [ + 398, + 222 + ], + [ + 397, + 220 + ], + [ + 395, + 222 + ], + [ + 393, + 222 + ], + [ + 397, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86510", + "ALAND10": 1918794354, + "AWATER10": 298155, + "GEOID10": "86510", + "ZCTA5CE10": "86510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 224 + ], + [ + 400, + 222 + ], + [ + 398, + 222 + ], + [ + 398, + 224 + ], + [ + 400, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86520", + "ALAND10": 645144762, + "AWATER10": 152728, + "GEOID10": "86520", + "ZCTA5CE10": "86520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 220 + ], + [ + 398, + 218 + ], + [ + 396, + 217 + ], + [ + 396, + 220 + ], + [ + 399, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86034", + "ALAND10": 1284241122, + "AWATER10": 674035, + "GEOID10": "86034", + "ZCTA5CE10": "86034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 217 + ], + [ + 397, + 215 + ], + [ + 394, + 214 + ], + [ + 395, + 212 + ], + [ + 394, + 211 + ], + [ + 392, + 211 + ], + [ + 393, + 213 + ], + [ + 391, + 214 + ], + [ + 393, + 214 + ], + [ + 392, + 216 + ], + [ + 397, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86047", + "ALAND10": 4448463599, + "AWATER10": 1771252, + "GEOID10": "86047", + "ZCTA5CE10": "86047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 210 + ], + [ + 397, + 208 + ], + [ + 395, + 208 + ], + [ + 395, + 210 + ], + [ + 397, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85933", + "ALAND10": 238459915, + "AWATER10": 3196, + "GEOID10": "85933", + "ZCTA5CE10": "85933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 218 + ], + [ + 399, + 214 + ], + [ + 396, + 215 + ], + [ + 397, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86031", + "ALAND10": 1159307261, + "AWATER10": 754185, + "GEOID10": "86031", + "ZCTA5CE10": "86031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 213 + ], + [ + 401, + 211 + ], + [ + 399, + 211 + ], + [ + 399, + 213 + ], + [ + 401, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86028", + "ALAND10": 453947111, + "AWATER10": 308639, + "GEOID10": "86028", + "ZCTA5CE10": "86028", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 212 + ], + [ + 397, + 213 + ], + [ + 396, + 215 + ], + [ + 398, + 215 + ], + [ + 399, + 211 + ], + [ + 397, + 212 + ] + ] + ], + [ + [ + [ + 397, + 212 + ], + [ + 396, + 210 + ], + [ + 395, + 211 + ], + [ + 397, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86025", + "ALAND10": 1858487520, + "AWATER10": 8278923, + "GEOID10": "86025", + "ZCTA5CE10": "86025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 212 + ], + [ + 400, + 210 + ], + [ + 398, + 210 + ], + [ + 398, + 212 + ], + [ + 400, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85937", + "ALAND10": 795763508, + "AWATER10": 415823, + "GEOID10": "85937", + "ZCTA5CE10": "85937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 384, + 207 + ], + [ + 385, + 206 + ], + [ + 385, + 205 + ], + [ + 382, + 206 + ], + [ + 384, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85342", + "ALAND10": 1210997257, + "AWATER10": 5156001, + "GEOID10": "85342", + "ZCTA5CE10": "85342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 383, + 206 + ], + [ + 383, + 204 + ], + [ + 381, + 204 + ], + [ + 381, + 206 + ], + [ + 383, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85361", + "ALAND10": 307247589, + "AWATER10": 115726, + "GEOID10": "85361", + "ZCTA5CE10": "85361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 208 + ], + [ + 386, + 206 + ], + [ + 384, + 206 + ], + [ + 384, + 208 + ], + [ + 386, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85324", + "ALAND10": 759233876, + "AWATER10": 0, + "GEOID10": "85324", + "ZCTA5CE10": "85324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 205 + ], + [ + 389, + 203 + ], + [ + 387, + 203 + ], + [ + 387, + 205 + ], + [ + 389, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85262", + "ALAND10": 327757135, + "AWATER10": 165569, + "GEOID10": "85262", + "ZCTA5CE10": "85262", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 204 + ], + [ + 386, + 202 + ], + [ + 384, + 202 + ], + [ + 384, + 204 + ], + [ + 386, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85302", + "ALAND10": 15804150, + "AWATER10": 6900, + "GEOID10": "85302", + "ZCTA5CE10": "85302", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 205 + ], + [ + 387, + 203 + ], + [ + 385, + 203 + ], + [ + 385, + 205 + ], + [ + 387, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85023", + "ALAND10": 18916615, + "AWATER10": 18972, + "GEOID10": "85023", + "ZCTA5CE10": "85023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 202 + ], + [ + 388, + 200 + ], + [ + 386, + 200 + ], + [ + 386, + 202 + ], + [ + 388, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85226", + "ALAND10": 207611001, + "AWATER10": 730189, + "GEOID10": "85226", + "ZCTA5CE10": "85226", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 209 + ], + [ + 393, + 208 + ], + [ + 390, + 206 + ], + [ + 388, + 207 + ], + [ + 390, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85541", + "ALAND10": 2027881540, + "AWATER10": 953498, + "GEOID10": "85541", + "ZCTA5CE10": "85541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 389, + 207 + ], + [ + 389, + 205 + ], + [ + 387, + 205 + ], + [ + 387, + 207 + ], + [ + 389, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85263", + "ALAND10": 874999885, + "AWATER10": 10343255, + "GEOID10": "85263", + "ZCTA5CE10": "85263", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 209 + ], + [ + 392, + 204 + ], + [ + 391, + 207 + ], + [ + 393, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85554", + "ALAND10": 1968537607, + "AWATER10": 203007, + "GEOID10": "85554", + "ZCTA5CE10": "85554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 207 + ], + [ + 392, + 205 + ], + [ + 390, + 205 + ], + [ + 390, + 207 + ], + [ + 392, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85553", + "ALAND10": 786547847, + "AWATER10": 21425931, + "GEOID10": "85553", + "ZCTA5CE10": "85553", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 205 + ], + [ + 392, + 203 + ], + [ + 390, + 203 + ], + [ + 390, + 205 + ], + [ + 392, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85264", + "ALAND10": 552313940, + "AWATER10": 8052856, + "GEOID10": "85264", + "ZCTA5CE10": "85264", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 201 + ], + [ + 390, + 199 + ], + [ + 388, + 199 + ], + [ + 388, + 201 + ], + [ + 390, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85143", + "ALAND10": 93143793, + "AWATER10": 0, + "GEOID10": "85143", + "ZCTA5CE10": "85143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 386, + 201 + ], + [ + 386, + 199 + ], + [ + 384, + 199 + ], + [ + 384, + 201 + ], + [ + 386, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85139", + "ALAND10": 500891112, + "AWATER10": 80002, + "GEOID10": "85139", + "ZCTA5CE10": "85139", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 388, + 198 + ], + [ + 388, + 196 + ], + [ + 386, + 196 + ], + [ + 386, + 198 + ], + [ + 388, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85193", + "ALAND10": 670981068, + "AWATER10": 63848, + "GEOID10": "85193", + "ZCTA5CE10": "85193", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 387, + 195 + ], + [ + 391, + 194 + ], + [ + 389, + 193 + ], + [ + 388, + 190 + ], + [ + 382, + 193 + ], + [ + 386, + 197 + ], + [ + 388, + 196 + ], + [ + 387, + 195 + ] + ], + [ + [ + 387, + 195 + ], + [ + 386, + 195 + ], + [ + 387, + 193 + ], + [ + 387, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85634", + "ALAND10": 7443253107, + "AWATER10": 98313, + "GEOID10": "85634", + "ZCTA5CE10": "85634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 200 + ], + [ + 390, + 198 + ], + [ + 388, + 198 + ], + [ + 388, + 200 + ], + [ + 390, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85194", + "ALAND10": 196568723, + "AWATER10": 88044, + "GEOID10": "85194", + "ZCTA5CE10": "85194", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 200 + ], + [ + 392, + 198 + ], + [ + 390, + 198 + ], + [ + 389, + 200 + ], + [ + 392, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85132", + "ALAND10": 1564317474, + "AWATER10": 1177589, + "GEOID10": "85132", + "ZCTA5CE10": "85132", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 197 + ], + [ + 394, + 195 + ], + [ + 392, + 195 + ], + [ + 392, + 197 + ], + [ + 394, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85739", + "ALAND10": 482932549, + "AWATER10": 695, + "GEOID10": "85739", + "ZCTA5CE10": "85739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 392, + 197 + ], + [ + 392, + 195 + ], + [ + 390, + 195 + ], + [ + 390, + 197 + ], + [ + 392, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85653", + "ALAND10": 904568952, + "AWATER10": 1709285, + "GEOID10": "85653", + "ZCTA5CE10": "85653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 390, + 193 + ], + [ + 390, + 191 + ], + [ + 388, + 191 + ], + [ + 388, + 193 + ], + [ + 390, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85735", + "ALAND10": 493709862, + "AWATER10": 26497, + "GEOID10": "85735", + "ZCTA5CE10": "85735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 196 + ], + [ + 393, + 194 + ], + [ + 391, + 194 + ], + [ + 391, + 196 + ], + [ + 393, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85743", + "ALAND10": 249689836, + "AWATER10": 294613, + "GEOID10": "85743", + "ZCTA5CE10": "85743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 209 + ], + [ + 394, + 207 + ], + [ + 392, + 207 + ], + [ + 392, + 209 + ], + [ + 394, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85931", + "ALAND10": 776994976, + "AWATER10": 1674176, + "GEOID10": "85931", + "ZCTA5CE10": "85931", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 208 + ], + [ + 398, + 207 + ], + [ + 395, + 206 + ], + [ + 394, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85911", + "ALAND10": 1648688183, + "AWATER10": 78346, + "GEOID10": "85911", + "ZCTA5CE10": "85911", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 203 + ], + [ + 394, + 201 + ], + [ + 392, + 201 + ], + [ + 392, + 203 + ], + [ + 394, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85545", + "ALAND10": 1010498898, + "AWATER10": 47320435, + "GEOID10": "85545", + "ZCTA5CE10": "85545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 205 + ], + [ + 394, + 200 + ], + [ + 392, + 204 + ], + [ + 395, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85501", + "ALAND10": 1454584071, + "AWATER10": 4146768, + "GEOID10": "85501", + "ZCTA5CE10": "85501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 205 + ], + [ + 396, + 204 + ], + [ + 397, + 203 + ], + [ + 394, + 201 + ], + [ + 395, + 205 + ], + [ + 396, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85550", + "ALAND10": 1467413146, + "AWATER10": 1456054, + "GEOID10": "85550", + "ZCTA5CE10": "85550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 202 + ], + [ + 396, + 200 + ], + [ + 394, + 200 + ], + [ + 394, + 202 + ], + [ + 396, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85542", + "ALAND10": 567837713, + "AWATER10": 21401523, + "GEOID10": "85542", + "ZCTA5CE10": "85542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 209 + ], + [ + 400, + 207 + ], + [ + 398, + 207 + ], + [ + 398, + 209 + ], + [ + 400, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85901", + "ALAND10": 674043572, + "AWATER10": 1817518, + "GEOID10": "85901", + "ZCTA5CE10": "85901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 206 + ], + [ + 399, + 204 + ], + [ + 398, + 205 + ], + [ + 395, + 205 + ], + [ + 399, + 207 + ], + [ + 400, + 207 + ], + [ + 400, + 205 + ], + [ + 399, + 206 + ] + ] + ], + [ + [ + [ + 400, + 205 + ], + [ + 401, + 204 + ], + [ + 399, + 203 + ], + [ + 399, + 204 + ], + [ + 400, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85941", + "ALAND10": 2153723032, + "AWATER10": 10222334, + "GEOID10": "85941", + "ZCTA5CE10": "85941", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 200 + ], + [ + 394, + 198 + ], + [ + 392, + 198 + ], + [ + 392, + 200 + ], + [ + 394, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85137", + "ALAND10": 535529992, + "AWATER10": 3288779, + "GEOID10": "85137", + "ZCTA5CE10": "85137", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 199 + ], + [ + 396, + 197 + ], + [ + 394, + 197 + ], + [ + 394, + 199 + ], + [ + 396, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85192", + "ALAND10": 941710111, + "AWATER10": 701945, + "GEOID10": "85192", + "ZCTA5CE10": "85192", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 199 + ], + [ + 393, + 197 + ], + [ + 391, + 197 + ], + [ + 391, + 199 + ], + [ + 393, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85623", + "ALAND10": 897881078, + "AWATER10": 0, + "GEOID10": "85623", + "ZCTA5CE10": "85623", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 202 + ], + [ + 397, + 199 + ], + [ + 395, + 199 + ], + [ + 395, + 201 + ], + [ + 397, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85530", + "ALAND10": 1082136499, + "AWATER10": 26234739, + "GEOID10": "85530", + "ZCTA5CE10": "85530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 199 + ], + [ + 398, + 198 + ], + [ + 402, + 192 + ], + [ + 397, + 194 + ], + [ + 395, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85643", + "ALAND10": 5303735532, + "AWATER10": 85237531, + "GEOID10": "85643", + "ZCTA5CE10": "85643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 196 + ], + [ + 393, + 194 + ], + [ + 391, + 194 + ], + [ + 391, + 196 + ], + [ + 393, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85704", + "ALAND10": 46295111, + "AWATER10": 126004, + "GEOID10": "85704", + "ZCTA5CE10": "85704", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 196 + ], + [ + 396, + 194 + ], + [ + 394, + 194 + ], + [ + 394, + 196 + ], + [ + 396, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85619", + "ALAND10": 526474118, + "AWATER10": 0, + "GEOID10": "85619", + "ZCTA5CE10": "85619", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 196 + ], + [ + 397, + 194 + ], + [ + 396, + 191 + ], + [ + 394, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85602", + "ALAND10": 1938269693, + "AWATER10": 752972, + "GEOID10": "85602", + "ZCTA5CE10": "85602", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 199 + ], + [ + 398, + 198 + ], + [ + 395, + 199 + ], + [ + 398, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85543", + "ALAND10": 1545922012, + "AWATER10": 3022155, + "GEOID10": "85543", + "ZCTA5CE10": "85543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 199 + ], + [ + 402, + 197 + ], + [ + 400, + 198 + ], + [ + 399, + 196 + ], + [ + 399, + 199 + ], + [ + 401, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85546", + "ALAND10": 1747282855, + "AWATER10": 9390253, + "GEOID10": "85546", + "ZCTA5CE10": "85546", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 193 + ], + [ + 399, + 191 + ], + [ + 397, + 191 + ], + [ + 397, + 193 + ], + [ + 399, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85606", + "ALAND10": 331970855, + "AWATER10": 39820716, + "GEOID10": "85606", + "ZCTA5CE10": "85606", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 223 + ], + [ + 402, + 221 + ], + [ + 400, + 221 + ], + [ + 400, + 223 + ], + [ + 402, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86538", + "ALAND10": 522785771, + "AWATER10": 6614077, + "GEOID10": "86538", + "ZCTA5CE10": "86538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 398, + 224 + ], + [ + 402, + 222 + ], + [ + 401, + 221 + ], + [ + 402, + 220 + ], + [ + 399, + 220 + ], + [ + 398, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86503", + "ALAND10": 2155630421, + "AWATER10": 852807, + "GEOID10": "86503", + "ZCTA5CE10": "86503", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 225 + ], + [ + 403, + 223 + ], + [ + 401, + 223 + ], + [ + 401, + 225 + ], + [ + 403, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86544", + "ALAND10": 638491732, + "AWATER10": 379871, + "GEOID10": "86544", + "ZCTA5CE10": "86544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 223 + ], + [ + 404, + 221 + ], + [ + 402, + 221 + ], + [ + 402, + 223 + ], + [ + 404, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86507", + "ALAND10": 574727945, + "AWATER10": 1050614, + "GEOID10": "86507", + "ZCTA5CE10": "86507", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 220 + ], + [ + 403, + 216 + ], + [ + 401, + 217 + ], + [ + 401, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86511", + "ALAND10": 954603325, + "AWATER10": 400610, + "GEOID10": "86511", + "ZCTA5CE10": "86511", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 222 + ], + [ + 402, + 220 + ], + [ + 400, + 220 + ], + [ + 400, + 222 + ], + [ + 402, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86504", + "ALAND10": 835973311, + "AWATER10": 311108, + "GEOID10": "86504", + "ZCTA5CE10": "86504", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 226 + ], + [ + 404, + 227 + ], + [ + 406, + 226 + ], + [ + 405, + 223 + ], + [ + 404, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87420", + "ALAND10": 1392772268, + "AWATER10": 3521663, + "GEOID10": "87420", + "ZCTA5CE10": "87420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 222 + ], + [ + 407, + 220 + ], + [ + 404, + 219 + ], + [ + 404, + 221 + ], + [ + 407, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87325", + "ALAND10": 1462971895, + "AWATER10": 903730, + "GEOID10": "87325", + "ZCTA5CE10": "87325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 222 + ], + [ + 404, + 220 + ], + [ + 402, + 220 + ], + [ + 402, + 222 + ], + [ + 404, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87328", + "ALAND10": 488630590, + "AWATER10": 3807968, + "GEOID10": "87328", + "ZCTA5CE10": "87328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 222 + ], + [ + 405, + 220 + ], + [ + 403, + 220 + ], + [ + 403, + 222 + ], + [ + 405, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87461", + "ALAND10": 787116662, + "AWATER10": 1192856, + "GEOID10": "87461", + "ZCTA5CE10": "87461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 226 + ], + [ + 409, + 224 + ], + [ + 407, + 224 + ], + [ + 407, + 226 + ], + [ + 409, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87499", + "ALAND10": 643087799, + "AWATER10": 103324, + "GEOID10": "87499", + "ZCTA5CE10": "87499", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 223 + ], + [ + 405, + 221 + ], + [ + 403, + 221 + ], + [ + 403, + 223 + ], + [ + 405, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87455", + "ALAND10": 899127939, + "AWATER10": 151405, + "GEOID10": "87455", + "ZCTA5CE10": "87455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 216 + ], + [ + 405, + 214 + ], + [ + 403, + 214 + ], + [ + 403, + 216 + ], + [ + 405, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87319", + "ALAND10": 437836800, + "AWATER10": 22331, + "GEOID10": "87319", + "ZCTA5CE10": "87319", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 218 + ], + [ + 406, + 216 + ], + [ + 404, + 216 + ], + [ + 404, + 218 + ], + [ + 406, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87311", + "ALAND10": 501612353, + "AWATER10": 187058, + "GEOID10": "87311", + "ZCTA5CE10": "87311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 218 + ], + [ + 408, + 216 + ], + [ + 406, + 216 + ], + [ + 406, + 218 + ], + [ + 408, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87312", + "ALAND10": 129387599, + "AWATER10": 0, + "GEOID10": "87312", + "ZCTA5CE10": "87312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 217 + ], + [ + 401, + 213 + ], + [ + 399, + 213 + ], + [ + 399, + 215 + ], + [ + 401, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86502", + "ALAND10": 1821508161, + "AWATER10": 1142457, + "GEOID10": "86502", + "ZCTA5CE10": "86502", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 220 + ], + [ + 401, + 217 + ], + [ + 399, + 215 + ], + [ + 398, + 220 + ], + [ + 401, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86505", + "ALAND10": 2676889030, + "AWATER10": 3028025, + "GEOID10": "86505", + "ZCTA5CE10": "86505", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 216 + ], + [ + 403, + 215 + ], + [ + 403, + 213 + ], + [ + 400, + 213 + ], + [ + 401, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US86512", + "ALAND10": 1492486100, + "AWATER10": 875912, + "GEOID10": "86512", + "ZCTA5CE10": "86512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 213 + ], + [ + 403, + 209 + ], + [ + 401, + 208 + ], + [ + 400, + 213 + ], + [ + 403, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85936", + "ALAND10": 2574237591, + "AWATER10": 7499768, + "GEOID10": "85936", + "ZCTA5CE10": "85936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 213 + ], + [ + 401, + 211 + ], + [ + 400, + 208 + ], + [ + 399, + 208 + ], + [ + 399, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85924", + "ALAND10": 2027667782, + "AWATER10": 2720953, + "GEOID10": "85924", + "ZCTA5CE10": "85924", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 217 + ], + [ + 404, + 215 + ], + [ + 402, + 215 + ], + [ + 402, + 217 + ], + [ + 404, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87326", + "ALAND10": 444052272, + "AWATER10": 250204, + "GEOID10": "87326", + "ZCTA5CE10": "87326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 213 + ], + [ + 404, + 214 + ], + [ + 406, + 215 + ], + [ + 406, + 213 + ], + [ + 405, + 213 + ] + ] + ], + [ + [ + [ + 405, + 213 + ], + [ + 404, + 212 + ], + [ + 403, + 210 + ], + [ + 403, + 213 + ], + [ + 405, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87327", + "ALAND10": 1491172494, + "AWATER10": 1997725, + "GEOID10": "87327", + "ZCTA5CE10": "87327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 213 + ], + [ + 407, + 210 + ], + [ + 404, + 210 + ], + [ + 404, + 212 + ], + [ + 406, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87315", + "ALAND10": 1537438100, + "AWATER10": 108659, + "GEOID10": "87315", + "ZCTA5CE10": "87315", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 215 + ], + [ + 408, + 214 + ], + [ + 408, + 211 + ], + [ + 406, + 212 + ], + [ + 406, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87321", + "ALAND10": 1581982622, + "AWATER10": 838526, + "GEOID10": "87321", + "ZCTA5CE10": "87321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 222 + ], + [ + 410, + 220 + ], + [ + 408, + 220 + ], + [ + 408, + 222 + ], + [ + 410, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87037", + "ALAND10": 720883131, + "AWATER10": 122812, + "GEOID10": "87037", + "ZCTA5CE10": "87037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 220 + ], + [ + 411, + 220 + ], + [ + 411, + 218 + ], + [ + 410, + 218 + ], + [ + 410, + 217 + ], + [ + 406, + 218 + ], + [ + 407, + 222 + ], + [ + 409, + 221 + ], + [ + 409, + 220 + ] + ], + [ + [ + 409, + 220 + ], + [ + 408, + 219 + ], + [ + 409, + 219 + ], + [ + 409, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87313", + "ALAND10": 2474214430, + "AWATER10": 273419, + "GEOID10": "87313", + "ZCTA5CE10": "87313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 221 + ], + [ + 412, + 222 + ], + [ + 416, + 221 + ], + [ + 413, + 219 + ], + [ + 413, + 218 + ], + [ + 410, + 215 + ], + [ + 410, + 220 + ], + [ + 412, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87013", + "ALAND10": 4815626665, + "AWATER10": 801157, + "GEOID10": "87013", + "ZCTA5CE10": "87013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 227 + ], + [ + 417, + 226 + ], + [ + 414, + 223 + ], + [ + 415, + 222 + ], + [ + 413, + 222 + ], + [ + 414, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87528", + "ALAND10": 1986030785, + "AWATER10": 6086753, + "GEOID10": "87528", + "ZCTA5CE10": "87528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 225 + ], + [ + 417, + 223 + ], + [ + 415, + 223 + ], + [ + 415, + 225 + ], + [ + 417, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87029", + "ALAND10": 832517444, + "AWATER10": 667628, + "GEOID10": "87029", + "ZCTA5CE10": "87029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 217 + ], + [ + 415, + 215 + ], + [ + 413, + 215 + ], + [ + 413, + 217 + ], + [ + 415, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87053", + "ALAND10": 745606084, + "AWATER10": 200122, + "GEOID10": "87053", + "ZCTA5CE10": "87053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 216 + ], + [ + 412, + 214 + ], + [ + 410, + 214 + ], + [ + 411, + 210 + ], + [ + 408, + 210 + ], + [ + 408, + 214 + ], + [ + 411, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87020", + "ALAND10": 2671197848, + "AWATER10": 460496, + "GEOID10": "87020", + "ZCTA5CE10": "87020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 214 + ], + [ + 414, + 212 + ], + [ + 414, + 210 + ], + [ + 410, + 211 + ], + [ + 411, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87034", + "ALAND10": 2243615648, + "AWATER10": 110204, + "GEOID10": "87034", + "ZCTA5CE10": "87034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 210 + ], + [ + 409, + 208 + ], + [ + 408, + 207 + ], + [ + 407, + 210 + ], + [ + 410, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87827", + "ALAND10": 1538057811, + "AWATER10": 766386, + "GEOID10": "87827", + "ZCTA5CE10": "87827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 412, + 215 + ], + [ + 412, + 213 + ], + [ + 410, + 213 + ], + [ + 410, + 215 + ], + [ + 412, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87014", + "ALAND10": 572804465, + "AWATER10": 757031, + "GEOID10": "87014", + "ZCTA5CE10": "87014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 215 + ], + [ + 415, + 214 + ], + [ + 415, + 212 + ], + [ + 412, + 212 + ], + [ + 414, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87026", + "ALAND10": 1308516452, + "AWATER10": 1071139, + "GEOID10": "87026", + "ZCTA5CE10": "87026", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 216 + ], + [ + 417, + 214 + ], + [ + 415, + 214 + ], + [ + 415, + 216 + ], + [ + 417, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87121", + "ALAND10": 663554639, + "AWATER10": 1535214, + "GEOID10": "87121", + "ZCTA5CE10": "87121", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 402, + 207 + ], + [ + 402, + 205 + ], + [ + 400, + 205 + ], + [ + 400, + 207 + ], + [ + 402, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85927", + "ALAND10": 330909990, + "AWATER10": 7940738, + "GEOID10": "85927", + "ZCTA5CE10": "85927", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 208 + ], + [ + 404, + 206 + ], + [ + 402, + 206 + ], + [ + 402, + 208 + ], + [ + 404, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85938", + "ALAND10": 956083047, + "AWATER10": 2550108, + "GEOID10": "85938", + "ZCTA5CE10": "85938", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 211 + ], + [ + 407, + 209 + ], + [ + 408, + 208 + ], + [ + 403, + 206 + ], + [ + 403, + 210 + ], + [ + 409, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87829", + "ALAND10": 4539483153, + "AWATER10": 6495356, + "GEOID10": "87829", + "ZCTA5CE10": "87829", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 202 + ], + [ + 404, + 200 + ], + [ + 402, + 200 + ], + [ + 402, + 202 + ], + [ + 404, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85922", + "ALAND10": 1011071896, + "AWATER10": 788321, + "GEOID10": "85922", + "ZCTA5CE10": "85922", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 206 + ], + [ + 407, + 204 + ], + [ + 405, + 204 + ], + [ + 405, + 206 + ], + [ + 407, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87820", + "ALAND10": 407745618, + "AWATER10": 1279484, + "GEOID10": "87820", + "ZCTA5CE10": "87820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 204 + ], + [ + 405, + 203 + ], + [ + 408, + 201 + ], + [ + 403, + 201 + ], + [ + 403, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88039", + "ALAND10": 2090521067, + "AWATER10": 1303304, + "GEOID10": "88039", + "ZCTA5CE10": "88039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 404, + 207 + ], + [ + 406, + 205 + ], + [ + 406, + 202 + ], + [ + 403, + 204 + ], + [ + 404, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87830", + "ALAND10": 2142407812, + "AWATER10": 984175, + "GEOID10": "87830", + "ZCTA5CE10": "87830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 205 + ], + [ + 403, + 201 + ], + [ + 402, + 199 + ], + [ + 400, + 200 + ], + [ + 401, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85533", + "ALAND10": 2999398219, + "AWATER10": 3067873, + "GEOID10": "85533", + "ZCTA5CE10": "85533", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 199 + ], + [ + 401, + 197 + ], + [ + 399, + 197 + ], + [ + 399, + 199 + ], + [ + 401, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85551", + "ALAND10": 138832916, + "AWATER10": 116735, + "GEOID10": "85551", + "ZCTA5CE10": "85551", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 200 + ], + [ + 403, + 196 + ], + [ + 401, + 199 + ], + [ + 403, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85534", + "ALAND10": 1144843843, + "AWATER10": 2940558, + "GEOID10": "85534", + "ZCTA5CE10": "85534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 400, + 196 + ], + [ + 400, + 194 + ], + [ + 398, + 194 + ], + [ + 398, + 196 + ], + [ + 400, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85605", + "ALAND10": 847160088, + "AWATER10": 398197, + "GEOID10": "85605", + "ZCTA5CE10": "85605", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 199 + ], + [ + 405, + 197 + ], + [ + 403, + 197 + ], + [ + 403, + 199 + ], + [ + 405, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88051", + "ALAND10": 837196179, + "AWATER10": 12636, + "GEOID10": "88051", + "ZCTA5CE10": "88051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 409, + 200 + ], + [ + 409, + 198 + ], + [ + 407, + 198 + ], + [ + 407, + 200 + ], + [ + 409, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88038", + "ALAND10": 995678775, + "AWATER10": 4697060, + "GEOID10": "88038", + "ZCTA5CE10": "88038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 406, + 195 + ], + [ + 406, + 193 + ], + [ + 404, + 193 + ], + [ + 404, + 195 + ], + [ + 406, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88009", + "ALAND10": 644747189, + "AWATER10": 2716121, + "GEOID10": "88009", + "ZCTA5CE10": "88009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 198 + ], + [ + 406, + 196 + ], + [ + 407, + 193 + ], + [ + 404, + 194 + ], + [ + 403, + 193 + ], + [ + 403, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88045", + "ALAND10": 2898716387, + "AWATER10": 829965, + "GEOID10": "88045", + "ZCTA5CE10": "88045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 407, + 193 + ], + [ + 408, + 188 + ], + [ + 404, + 188 + ], + [ + 407, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88040", + "ALAND10": 2901872488, + "AWATER10": 10304437, + "GEOID10": "88040", + "ZCTA5CE10": "88040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 210 + ], + [ + 411, + 205 + ], + [ + 408, + 203 + ], + [ + 406, + 204 + ], + [ + 406, + 207 + ], + [ + 408, + 207 + ], + [ + 411, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87821", + "ALAND10": 4656473329, + "AWATER10": 1901972, + "GEOID10": "87821", + "ZCTA5CE10": "87821", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 205 + ], + [ + 411, + 209 + ], + [ + 413, + 210 + ], + [ + 415, + 208 + ], + [ + 414, + 204 + ], + [ + 412, + 203 + ], + [ + 413, + 205 + ], + [ + 412, + 205 + ], + [ + 411, + 205 + ] + ] + ], + [ + [ + [ + 411, + 205 + ], + [ + 408, + 201 + ], + [ + 406, + 204 + ], + [ + 408, + 203 + ], + [ + 411, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87825", + "ALAND10": 6896717371, + "AWATER10": 2328901, + "GEOID10": "87825", + "ZCTA5CE10": "87825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 205 + ], + [ + 411, + 203 + ], + [ + 412, + 200 + ], + [ + 408, + 201 + ], + [ + 409, + 203 + ], + [ + 413, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87943", + "ALAND10": 2863533068, + "AWATER10": 122606, + "GEOID10": "87943", + "ZCTA5CE10": "87943", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 202 + ], + [ + 413, + 200 + ], + [ + 411, + 200 + ], + [ + 411, + 202 + ], + [ + 413, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87942", + "ALAND10": 382998989, + "AWATER10": 471346, + "GEOID10": "87942", + "ZCTA5CE10": "87942", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 415, + 203 + ], + [ + 415, + 199 + ], + [ + 413, + 199 + ], + [ + 411, + 202 + ], + [ + 415, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87901", + "ALAND10": 2090471113, + "AWATER10": 124628396, + "GEOID10": "87901", + "ZCTA5CE10": "87901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 199 + ], + [ + 410, + 197 + ], + [ + 408, + 197 + ], + [ + 408, + 199 + ], + [ + 410, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88049", + "ALAND10": 482487759, + "AWATER10": 267124, + "GEOID10": "88049", + "ZCTA5CE10": "88049", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 408, + 199 + ], + [ + 408, + 198 + ], + [ + 409, + 196 + ], + [ + 408, + 196 + ], + [ + 407, + 193 + ], + [ + 405, + 197 + ], + [ + 406, + 199 + ], + [ + 408, + 199 + ] + ] + ], + [ + [ + [ + 408, + 199 + ], + [ + 407, + 201 + ], + [ + 409, + 201 + ], + [ + 408, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88061", + "ALAND10": 3701441159, + "AWATER10": 5710152, + "GEOID10": "88061", + "ZCTA5CE10": "88061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 200 + ], + [ + 411, + 197 + ], + [ + 409, + 197 + ], + [ + 408, + 198 + ], + [ + 410, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88041", + "ALAND10": 1158719955, + "AWATER10": 1689139, + "GEOID10": "88041", + "ZCTA5CE10": "88041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 410, + 200 + ], + [ + 412, + 199 + ], + [ + 412, + 198 + ], + [ + 413, + 197 + ], + [ + 411, + 197 + ], + [ + 410, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88042", + "ALAND10": 1403995238, + "AWATER10": 231519, + "GEOID10": "88042", + "ZCTA5CE10": "88042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 197 + ], + [ + 413, + 191 + ], + [ + 408, + 191 + ], + [ + 408, + 195 + ], + [ + 410, + 195 + ], + [ + 410, + 197 + ], + [ + 413, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88030", + "ALAND10": 6670877978, + "AWATER10": 419446, + "GEOID10": "88030", + "ZCTA5CE10": "88030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 413, + 200 + ], + [ + 413, + 198 + ], + [ + 411, + 198 + ], + [ + 411, + 200 + ], + [ + 413, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87930", + "ALAND10": 378572953, + "AWATER10": 920367, + "GEOID10": "87930", + "ZCTA5CE10": "87930", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 414, + 194 + ], + [ + 413, + 194 + ], + [ + 414, + 197 + ], + [ + 416, + 195 + ], + [ + 414, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88007", + "ALAND10": 962906573, + "AWATER10": 1848853, + "GEOID10": "88007", + "ZCTA5CE10": "88007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 252 + ], + [ + 417, + 252 + ], + [ + 416, + 257 + ], + [ + 419, + 257 + ], + [ + 421, + 252 + ], + [ + 420, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80480", + "ALAND10": 3939433588, + "AWATER10": 18154072, + "GEOID10": "80480", + "ZCTA5CE10": "80480", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 256 + ], + [ + 417, + 251 + ], + [ + 414, + 253 + ], + [ + 416, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80487", + "ALAND10": 1893461543, + "AWATER10": 4403921, + "GEOID10": "80487", + "ZCTA5CE10": "80487", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 251 + ], + [ + 418, + 249 + ], + [ + 416, + 249 + ], + [ + 416, + 251 + ], + [ + 418, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80479", + "ALAND10": 292100334, + "AWATER10": 346102, + "GEOID10": "80479", + "ZCTA5CE10": "80479", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 252 + ], + [ + 419, + 249 + ], + [ + 417, + 250 + ], + [ + 417, + 252 + ], + [ + 420, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80459", + "ALAND10": 1502859430, + "AWATER10": 13507091, + "GEOID10": "80459", + "ZCTA5CE10": "80459", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 258 + ], + [ + 421, + 253 + ], + [ + 419, + 257 + ], + [ + 421, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US82063", + "ALAND10": 996714305, + "AWATER10": 2205063, + "GEOID10": "82063", + "ZCTA5CE10": "82063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 257 + ], + [ + 425, + 255 + ], + [ + 423, + 254 + ], + [ + 422, + 256 + ], + [ + 425, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80536", + "ALAND10": 952074000, + "AWATER10": 1788832, + "GEOID10": "80536", + "ZCTA5CE10": "80536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 256 + ], + [ + 425, + 254 + ], + [ + 423, + 254 + ], + [ + 423, + 256 + ], + [ + 425, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80545", + "ALAND10": 732627361, + "AWATER10": 2636138, + "GEOID10": "80545", + "ZCTA5CE10": "80545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 250 + ], + [ + 423, + 248 + ], + [ + 421, + 248 + ], + [ + 421, + 250 + ], + [ + 423, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80446", + "ALAND10": 774453605, + "AWATER10": 16607941, + "GEOID10": "80446", + "ZCTA5CE10": "80446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 254 + ], + [ + 422, + 252 + ], + [ + 420, + 252 + ], + [ + 420, + 254 + ], + [ + 422, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80447", + "ALAND10": 608269214, + "AWATER10": 22568579, + "GEOID10": "80447", + "ZCTA5CE10": "80447", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 250 + ], + [ + 423, + 248 + ], + [ + 421, + 248 + ], + [ + 421, + 250 + ], + [ + 423, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80482", + "ALAND10": 336138316, + "AWATER10": 73649, + "GEOID10": "80482", + "ZCTA5CE10": "80482", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 249 + ], + [ + 417, + 247 + ], + [ + 415, + 247 + ], + [ + 415, + 249 + ], + [ + 417, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81631", + "ALAND10": 634267491, + "AWATER10": 1516840, + "GEOID10": "81631", + "ZCTA5CE10": "81631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 249 + ], + [ + 418, + 247 + ], + [ + 416, + 247 + ], + [ + 416, + 249 + ], + [ + 418, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81632", + "ALAND10": 316309941, + "AWATER10": 1418332, + "GEOID10": "81632", + "ZCTA5CE10": "81632", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 248 + ], + [ + 419, + 246 + ], + [ + 417, + 246 + ], + [ + 417, + 248 + ], + [ + 419, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81657", + "ALAND10": 288012119, + "AWATER10": 582259, + "GEOID10": "81657", + "ZCTA5CE10": "81657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 247 + ], + [ + 418, + 245 + ], + [ + 416, + 245 + ], + [ + 416, + 247 + ], + [ + 418, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81645", + "ALAND10": 438646953, + "AWATER10": 3578940, + "GEOID10": "81645", + "ZCTA5CE10": "81645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 242 + ], + [ + 419, + 241 + ], + [ + 418, + 240 + ], + [ + 415, + 239 + ], + [ + 416, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81210", + "ALAND10": 1334462147, + "AWATER10": 9308748, + "GEOID10": "81210", + "ZCTA5CE10": "81210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 244 + ], + [ + 417, + 242 + ], + [ + 415, + 242 + ], + [ + 415, + 244 + ], + [ + 418, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81611", + "ALAND10": 1109648392, + "AWATER10": 1033978, + "GEOID10": "81611", + "ZCTA5CE10": "81611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 250 + ], + [ + 422, + 248 + ], + [ + 420, + 248 + ], + [ + 420, + 250 + ], + [ + 422, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80442", + "ALAND10": 182366780, + "AWATER10": 57207, + "GEOID10": "80442", + "ZCTA5CE10": "80442", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 251 + ], + [ + 421, + 247 + ], + [ + 419, + 249 + ], + [ + 420, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80468", + "ALAND10": 994175378, + "AWATER10": 6657257, + "GEOID10": "80468", + "ZCTA5CE10": "80468", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 247 + ], + [ + 421, + 245 + ], + [ + 419, + 245 + ], + [ + 419, + 247 + ], + [ + 421, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80498", + "ALAND10": 677131699, + "AWATER10": 10454895, + "GEOID10": "80498", + "ZCTA5CE10": "80498", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 243 + ], + [ + 425, + 241 + ], + [ + 423, + 241 + ], + [ + 423, + 243 + ], + [ + 425, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80456", + "ALAND10": 599168330, + "AWATER10": 1539323, + "GEOID10": "80456", + "ZCTA5CE10": "80456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 247 + ], + [ + 422, + 245 + ], + [ + 420, + 245 + ], + [ + 420, + 247 + ], + [ + 422, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80448", + "ALAND10": 580698324, + "AWATER10": 289223, + "GEOID10": "80448", + "ZCTA5CE10": "80448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 246 + ], + [ + 419, + 244 + ], + [ + 417, + 244 + ], + [ + 417, + 246 + ], + [ + 419, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80461", + "ALAND10": 749122512, + "AWATER10": 8719758, + "GEOID10": "80461", + "ZCTA5CE10": "80461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 243 + ], + [ + 423, + 241 + ], + [ + 421, + 241 + ], + [ + 421, + 243 + ], + [ + 423, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80440", + "ALAND10": 686878184, + "AWATER10": 1448439, + "GEOID10": "80440", + "ZCTA5CE10": "80440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 242 + ], + [ + 423, + 241 + ], + [ + 421, + 240 + ], + [ + 419, + 243 + ], + [ + 422, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80449", + "ALAND10": 1536727481, + "AWATER10": 22372751, + "GEOID10": "80449", + "ZCTA5CE10": "80449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 242 + ], + [ + 421, + 240 + ], + [ + 418, + 240 + ], + [ + 417, + 242 + ], + [ + 419, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81211", + "ALAND10": 1194846477, + "AWATER10": 2618707, + "GEOID10": "81211", + "ZCTA5CE10": "81211", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 254 + ], + [ + 425, + 252 + ], + [ + 423, + 252 + ], + [ + 423, + 254 + ], + [ + 425, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80538", + "ALAND10": 279773806, + "AWATER10": 12767475, + "GEOID10": "80538", + "ZCTA5CE10": "80538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 255 + ], + [ + 425, + 254 + ], + [ + 425, + 253 + ], + [ + 421, + 253 + ], + [ + 421, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80512", + "ALAND10": 1270422771, + "AWATER10": 10157271, + "GEOID10": "80512", + "ZCTA5CE10": "80512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 255 + ], + [ + 427, + 253 + ], + [ + 425, + 253 + ], + [ + 425, + 255 + ], + [ + 427, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80549", + "ALAND10": 528890627, + "AWATER10": 9562211, + "GEOID10": "80549", + "ZCTA5CE10": "80549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 255 + ], + [ + 429, + 253 + ], + [ + 427, + 253 + ], + [ + 427, + 255 + ], + [ + 429, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80650", + "ALAND10": 131364187, + "AWATER10": 338246, + "GEOID10": "80650", + "ZCTA5CE10": "80650", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 252 + ], + [ + 425, + 250 + ], + [ + 423, + 250 + ], + [ + 423, + 252 + ], + [ + 425, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80517", + "ALAND10": 767258583, + "AWATER10": 3659452, + "GEOID10": "80517", + "ZCTA5CE10": "80517", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 252 + ], + [ + 426, + 250 + ], + [ + 424, + 250 + ], + [ + 424, + 252 + ], + [ + 426, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80540", + "ALAND10": 409960562, + "AWATER10": 1172619, + "GEOID10": "80540", + "ZCTA5CE10": "80540", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 252 + ], + [ + 426, + 250 + ], + [ + 424, + 250 + ], + [ + 424, + 252 + ], + [ + 426, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80503", + "ALAND10": 235842620, + "AWATER10": 7944157, + "GEOID10": "80503", + "ZCTA5CE10": "80503", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 252 + ], + [ + 426, + 250 + ], + [ + 424, + 250 + ], + [ + 424, + 252 + ], + [ + 426, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80504", + "ALAND10": 256449098, + "AWATER10": 10268443, + "GEOID10": "80504", + "ZCTA5CE10": "80504", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 250 + ], + [ + 427, + 248 + ], + [ + 425, + 248 + ], + [ + 425, + 250 + ], + [ + 427, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80516", + "ALAND10": 103449147, + "AWATER10": 523114, + "GEOID10": "80516", + "ZCTA5CE10": "80516", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 256 + ], + [ + 428, + 254 + ], + [ + 426, + 254 + ], + [ + 426, + 256 + ], + [ + 428, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80612", + "ALAND10": 421178219, + "AWATER10": 228493, + "GEOID10": "80612", + "ZCTA5CE10": "80612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 255 + ], + [ + 432, + 253 + ], + [ + 430, + 253 + ], + [ + 429, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80611", + "ALAND10": 996215713, + "AWATER10": 524716, + "GEOID10": "80611", + "ZCTA5CE10": "80611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 250 + ], + [ + 430, + 248 + ], + [ + 428, + 248 + ], + [ + 428, + 250 + ], + [ + 430, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80643", + "ALAND10": 541606683, + "AWATER10": 3277215, + "GEOID10": "80643", + "ZCTA5CE10": "80643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 252 + ], + [ + 430, + 250 + ], + [ + 428, + 250 + ], + [ + 428, + 252 + ], + [ + 430, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80644", + "ALAND10": 412677445, + "AWATER10": 4131900, + "GEOID10": "80644", + "ZCTA5CE10": "80644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 252 + ], + [ + 431, + 250 + ], + [ + 429, + 250 + ], + [ + 429, + 252 + ], + [ + 431, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80652", + "ALAND10": 485346535, + "AWATER10": 297224, + "GEOID10": "80652", + "ZCTA5CE10": "80652", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 254 + ], + [ + 433, + 252 + ], + [ + 431, + 252 + ], + [ + 431, + 254 + ], + [ + 433, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80649", + "ALAND10": 472905917, + "AWATER10": 26195791, + "GEOID10": "80649", + "ZCTA5CE10": "80649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 248 + ], + [ + 425, + 246 + ], + [ + 423, + 246 + ], + [ + 423, + 248 + ], + [ + 425, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80452", + "ALAND10": 336208607, + "AWATER10": 1310664, + "GEOID10": "80452", + "ZCTA5CE10": "80452", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 244 + ], + [ + 425, + 242 + ], + [ + 423, + 242 + ], + [ + 423, + 244 + ], + [ + 425, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80470", + "ALAND10": 345257228, + "AWATER10": 1169103, + "GEOID10": "80470", + "ZCTA5CE10": "80470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 246 + ], + [ + 426, + 244 + ], + [ + 424, + 244 + ], + [ + 424, + 246 + ], + [ + 426, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80127", + "ALAND10": 134071965, + "AWATER10": 1040569, + "GEOID10": "80127", + "ZCTA5CE10": "80127", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 250 + ], + [ + 429, + 248 + ], + [ + 427, + 248 + ], + [ + 427, + 250 + ], + [ + 429, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80022", + "ALAND10": 119099285, + "AWATER10": 883716, + "GEOID10": "80022", + "ZCTA5CE10": "80022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 246 + ], + [ + 428, + 244 + ], + [ + 426, + 244 + ], + [ + 426, + 246 + ], + [ + 428, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80108", + "ALAND10": 92110727, + "AWATER10": 0, + "GEOID10": "80108", + "ZCTA5CE10": "80108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 246 + ], + [ + 428, + 244 + ], + [ + 426, + 244 + ], + [ + 426, + 246 + ], + [ + 428, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80135", + "ALAND10": 852777260, + "AWATER10": 4219605, + "GEOID10": "80135", + "ZCTA5CE10": "80135", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 243 + ], + [ + 425, + 241 + ], + [ + 423, + 241 + ], + [ + 423, + 243 + ], + [ + 425, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80816", + "ALAND10": 479752436, + "AWATER10": 2669895, + "GEOID10": "80816", + "ZCTA5CE10": "80816", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 243 + ], + [ + 426, + 241 + ], + [ + 424, + 241 + ], + [ + 424, + 243 + ], + [ + 426, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80814", + "ALAND10": 255696756, + "AWATER10": 162899, + "GEOID10": "80814", + "ZCTA5CE10": "80814", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 242 + ], + [ + 428, + 240 + ], + [ + 426, + 240 + ], + [ + 426, + 242 + ], + [ + 428, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80921", + "ALAND10": 225235341, + "AWATER10": 1933822, + "GEOID10": "80921", + "ZCTA5CE10": "80921", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 247 + ], + [ + 429, + 245 + ], + [ + 427, + 245 + ], + [ + 427, + 247 + ], + [ + 429, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80137", + "ALAND10": 270839230, + "AWATER10": 1455154, + "GEOID10": "80137", + "ZCTA5CE10": "80137", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 247 + ], + [ + 431, + 245 + ], + [ + 429, + 245 + ], + [ + 429, + 247 + ], + [ + 431, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80136", + "ALAND10": 523926811, + "AWATER10": 1391139, + "GEOID10": "80136", + "ZCTA5CE10": "80136", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 247 + ], + [ + 431, + 245 + ], + [ + 429, + 245 + ], + [ + 429, + 247 + ], + [ + 431, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80103", + "ALAND10": 727997250, + "AWATER10": 16611904, + "GEOID10": "80103", + "ZCTA5CE10": "80103", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 245 + ], + [ + 432, + 243 + ], + [ + 430, + 243 + ], + [ + 430, + 245 + ], + [ + 432, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80117", + "ALAND10": 631057172, + "AWATER10": 74664, + "GEOID10": "80117", + "ZCTA5CE10": "80117", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 246 + ], + [ + 431, + 244 + ], + [ + 429, + 244 + ], + [ + 429, + 246 + ], + [ + 431, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80101", + "ALAND10": 608207507, + "AWATER10": 11434, + "GEOID10": "80101", + "ZCTA5CE10": "80101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 242 + ], + [ + 429, + 240 + ], + [ + 427, + 240 + ], + [ + 427, + 242 + ], + [ + 429, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80924", + "ALAND10": 14123893, + "AWATER10": 15049, + "GEOID10": "80924", + "ZCTA5CE10": "80924", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 242 + ], + [ + 429, + 240 + ], + [ + 427, + 240 + ], + [ + 427, + 242 + ], + [ + 429, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80831", + "ALAND10": 491919897, + "AWATER10": 32024, + "GEOID10": "80831", + "ZCTA5CE10": "80831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 245 + ], + [ + 431, + 243 + ], + [ + 429, + 243 + ], + [ + 429, + 245 + ], + [ + 431, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80808", + "ALAND10": 917777537, + "AWATER10": 491289, + "GEOID10": "80808", + "ZCTA5CE10": "80808", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 240 + ], + [ + 418, + 238 + ], + [ + 416, + 238 + ], + [ + 416, + 240 + ], + [ + 418, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81237", + "ALAND10": 90228249, + "AWATER10": 0, + "GEOID10": "81237", + "ZCTA5CE10": "81237", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 235 + ], + [ + 420, + 233 + ], + [ + 418, + 233 + ], + [ + 418, + 235 + ], + [ + 420, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81125", + "ALAND10": 697614505, + "AWATER10": 1824659, + "GEOID10": "81125", + "ZCTA5CE10": "81125", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 241 + ], + [ + 419, + 239 + ], + [ + 417, + 239 + ], + [ + 417, + 241 + ], + [ + 419, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81236", + "ALAND10": 499469312, + "AWATER10": 826800, + "GEOID10": "81236", + "ZCTA5CE10": "81236", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 240 + ], + [ + 422, + 239 + ], + [ + 421, + 237 + ], + [ + 418, + 238 + ], + [ + 421, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81201", + "ALAND10": 1154544761, + "AWATER10": 554468, + "GEOID10": "81201", + "ZCTA5CE10": "81201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 239 + ], + [ + 424, + 238 + ], + [ + 424, + 236 + ], + [ + 421, + 237 + ], + [ + 422, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81223", + "ALAND10": 1032977959, + "AWATER10": 25758, + "GEOID10": "81223", + "ZCTA5CE10": "81223", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 237 + ], + [ + 421, + 236 + ], + [ + 421, + 234 + ], + [ + 416, + 234 + ], + [ + 418, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81149", + "ALAND10": 2162574061, + "AWATER10": 496036, + "GEOID10": "81149", + "ZCTA5CE10": "81149", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 238 + ], + [ + 420, + 236 + ], + [ + 418, + 236 + ], + [ + 418, + 238 + ], + [ + 420, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81155", + "ALAND10": 820384514, + "AWATER10": 28248, + "GEOID10": "81155", + "ZCTA5CE10": "81155", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 234 + ], + [ + 422, + 232 + ], + [ + 420, + 232 + ], + [ + 420, + 234 + ], + [ + 422, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81143", + "ALAND10": 853395939, + "AWATER10": 351197, + "GEOID10": "81143", + "ZCTA5CE10": "81143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 236 + ], + [ + 423, + 234 + ], + [ + 421, + 234 + ], + [ + 421, + 236 + ], + [ + 423, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81131", + "ALAND10": 812405972, + "AWATER10": 616122, + "GEOID10": "81131", + "ZCTA5CE10": "81131", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 234 + ], + [ + 417, + 232 + ], + [ + 415, + 232 + ], + [ + 415, + 234 + ], + [ + 417, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81154", + "ALAND10": 691579423, + "AWATER10": 339724, + "GEOID10": "81154", + "ZCTA5CE10": "81154", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 235 + ], + [ + 419, + 230 + ], + [ + 417, + 230 + ], + [ + 417, + 233 + ], + [ + 419, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81132", + "ALAND10": 1751688297, + "AWATER10": 209443, + "GEOID10": "81132", + "ZCTA5CE10": "81132", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 231 + ], + [ + 419, + 229 + ], + [ + 417, + 229 + ], + [ + 417, + 231 + ], + [ + 419, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81140", + "ALAND10": 570844822, + "AWATER10": 80882, + "GEOID10": "81140", + "ZCTA5CE10": "81140", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 228 + ], + [ + 416, + 226 + ], + [ + 414, + 226 + ], + [ + 414, + 228 + ], + [ + 416, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81128", + "ALAND10": 473332543, + "AWATER10": 299318, + "GEOID10": "81128", + "ZCTA5CE10": "81128", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 227 + ], + [ + 420, + 225 + ], + [ + 416, + 224 + ], + [ + 419, + 226 + ], + [ + 418, + 227 + ], + [ + 420, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87575", + "ALAND10": 1521451593, + "AWATER10": 12317894, + "GEOID10": "87575", + "ZCTA5CE10": "87575", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 230 + ], + [ + 422, + 227 + ], + [ + 418, + 227 + ], + [ + 417, + 230 + ], + [ + 419, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81120", + "ALAND10": 2258818015, + "AWATER10": 8459368, + "GEOID10": "81120", + "ZCTA5CE10": "81120", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 232 + ], + [ + 423, + 231 + ], + [ + 422, + 230 + ], + [ + 420, + 230 + ], + [ + 420, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81101", + "ALAND10": 1060175891, + "AWATER10": 1655034, + "GEOID10": "81101", + "ZCTA5CE10": "81101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 230 + ], + [ + 422, + 228 + ], + [ + 420, + 228 + ], + [ + 420, + 230 + ], + [ + 422, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81151", + "ALAND10": 580587348, + "AWATER10": 599955, + "GEOID10": "81151", + "ZCTA5CE10": "81151", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 227 + ], + [ + 421, + 226 + ], + [ + 422, + 224 + ], + [ + 419, + 225 + ], + [ + 420, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87577", + "ALAND10": 1004739880, + "AWATER10": 323172, + "GEOID10": "87577", + "ZCTA5CE10": "87577", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 226 + ], + [ + 424, + 224 + ], + [ + 422, + 224 + ], + [ + 422, + 226 + ], + [ + 424, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87519", + "ALAND10": 59164348, + "AWATER10": 0, + "GEOID10": "87519", + "ZCTA5CE10": "87519", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 241 + ], + [ + 428, + 239 + ], + [ + 426, + 239 + ], + [ + 426, + 241 + ], + [ + 428, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80860", + "ALAND10": 194678617, + "AWATER10": 1149709, + "GEOID10": "80860", + "ZCTA5CE10": "80860", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 240 + ], + [ + 426, + 239 + ], + [ + 425, + 236 + ], + [ + 421, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81212", + "ALAND10": 1599219756, + "AWATER10": 331295, + "GEOID10": "81212", + "ZCTA5CE10": "81212", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 240 + ], + [ + 427, + 238 + ], + [ + 425, + 238 + ], + [ + 425, + 240 + ], + [ + 427, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80926", + "ALAND10": 167420625, + "AWATER10": 6609, + "GEOID10": "80926", + "ZCTA5CE10": "80926", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 236 + ], + [ + 425, + 235 + ], + [ + 423, + 234 + ], + [ + 422, + 236 + ], + [ + 425, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81252", + "ALAND10": 1594798895, + "AWATER10": 3108398, + "GEOID10": "81252", + "ZCTA5CE10": "81252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 236 + ], + [ + 428, + 234 + ], + [ + 426, + 234 + ], + [ + 426, + 236 + ], + [ + 428, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81023", + "ALAND10": 326406896, + "AWATER10": 274906, + "GEOID10": "81023", + "ZCTA5CE10": "81023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 235 + ], + [ + 428, + 233 + ], + [ + 426, + 233 + ], + [ + 426, + 235 + ], + [ + 428, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81004", + "ALAND10": 421927055, + "AWATER10": 3769255, + "GEOID10": "81004", + "ZCTA5CE10": "81004", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 235 + ], + [ + 428, + 233 + ], + [ + 426, + 233 + ], + [ + 426, + 235 + ], + [ + 428, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81019", + "ALAND10": 25710821, + "AWATER10": 270749, + "GEOID10": "81019", + "ZCTA5CE10": "81019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 242 + ], + [ + 429, + 240 + ], + [ + 427, + 240 + ], + [ + 427, + 242 + ], + [ + 429, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80928", + "ALAND10": 851544779, + "AWATER10": 134015, + "GEOID10": "80928", + "ZCTA5CE10": "80928", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 238 + ], + [ + 432, + 236 + ], + [ + 430, + 235 + ], + [ + 429, + 238 + ], + [ + 432, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81025", + "ALAND10": 1420683982, + "AWATER10": 3926025, + "GEOID10": "81025", + "ZCTA5CE10": "81025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 238 + ], + [ + 429, + 236 + ], + [ + 427, + 236 + ], + [ + 427, + 238 + ], + [ + 429, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81007", + "ALAND10": 383150428, + "AWATER10": 5121230, + "GEOID10": "81007", + "ZCTA5CE10": "81007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 237 + ], + [ + 430, + 233 + ], + [ + 428, + 235 + ], + [ + 430, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81022", + "ALAND10": 1103480288, + "AWATER10": 3184406, + "GEOID10": "81022", + "ZCTA5CE10": "81022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 234 + ], + [ + 425, + 232 + ], + [ + 423, + 232 + ], + [ + 423, + 234 + ], + [ + 425, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81146", + "ALAND10": 585065651, + "AWATER10": 73293, + "GEOID10": "81146", + "ZCTA5CE10": "81146", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 235 + ], + [ + 427, + 232 + ], + [ + 423, + 231 + ], + [ + 423, + 234 + ], + [ + 425, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81040", + "ALAND10": 1342866228, + "AWATER10": 426600, + "GEOID10": "81040", + "ZCTA5CE10": "81040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 232 + ], + [ + 425, + 229 + ], + [ + 423, + 229 + ], + [ + 424, + 232 + ], + [ + 425, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81133", + "ALAND10": 965832570, + "AWATER10": 753553, + "GEOID10": "81133", + "ZCTA5CE10": "81133", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 233 + ], + [ + 427, + 231 + ], + [ + 425, + 231 + ], + [ + 425, + 233 + ], + [ + 427, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81055", + "ALAND10": 666206675, + "AWATER10": 573120, + "GEOID10": "81055", + "ZCTA5CE10": "81055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 229 + ], + [ + 425, + 227 + ], + [ + 422, + 228 + ], + [ + 425, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81152", + "ALAND10": 1142333058, + "AWATER10": 4450638, + "GEOID10": "81152", + "ZCTA5CE10": "81152", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 233 + ], + [ + 428, + 230 + ], + [ + 427, + 230 + ], + [ + 426, + 232 + ], + [ + 430, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81089", + "ALAND10": 1792207980, + "AWATER10": 4670090, + "GEOID10": "81089", + "ZCTA5CE10": "81089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 227 + ], + [ + 424, + 225 + ], + [ + 422, + 225 + ], + [ + 422, + 227 + ], + [ + 424, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87512", + "ALAND10": 534376483, + "AWATER10": 1454076, + "GEOID10": "87512", + "ZCTA5CE10": "87512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 225 + ], + [ + 426, + 223 + ], + [ + 424, + 223 + ], + [ + 424, + 225 + ], + [ + 426, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87718", + "ALAND10": 245772506, + "AWATER10": 2229974, + "GEOID10": "87718", + "ZCTA5CE10": "87718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 229 + ], + [ + 427, + 227 + ], + [ + 425, + 227 + ], + [ + 425, + 229 + ], + [ + 428, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81091", + "ALAND10": 1118990194, + "AWATER10": 753790, + "GEOID10": "81091", + "ZCTA5CE10": "81091", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 230 + ], + [ + 431, + 229 + ], + [ + 429, + 227 + ], + [ + 427, + 227 + ], + [ + 428, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81082", + "ALAND10": 1547722520, + "AWATER10": 5759972, + "GEOID10": "81082", + "ZCTA5CE10": "81082", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 233 + ], + [ + 429, + 230 + ], + [ + 426, + 230 + ], + [ + 431, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81020", + "ALAND10": 1502007528, + "AWATER10": 156966, + "GEOID10": "81020", + "ZCTA5CE10": "81020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 227 + ], + [ + 430, + 227 + ], + [ + 432, + 226 + ], + [ + 432, + 223 + ], + [ + 429, + 224 + ], + [ + 429, + 225 + ], + [ + 429, + 226 + ], + [ + 427, + 227 + ] + ] + ], + [ + [ + [ + 427, + 227 + ], + [ + 427, + 226 + ], + [ + 425, + 227 + ], + [ + 427, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87740", + "ALAND10": 3125947754, + "AWATER10": 2234284, + "GEOID10": "87740", + "ZCTA5CE10": "87740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 226 + ], + [ + 430, + 224 + ], + [ + 428, + 224 + ], + [ + 428, + 226 + ], + [ + 430, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87728", + "ALAND10": 348682797, + "AWATER10": 7143997, + "GEOID10": "87728", + "ZCTA5CE10": "87728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 231 + ], + [ + 433, + 228 + ], + [ + 435, + 227 + ], + [ + 432, + 227 + ], + [ + 432, + 229 + ], + [ + 434, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81027", + "ALAND10": 1604236716, + "AWATER10": 0, + "GEOID10": "81027", + "ZCTA5CE10": "81027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 227 + ], + [ + 438, + 227 + ], + [ + 438, + 226 + ], + [ + 436, + 225 + ], + [ + 435, + 227 + ] + ] + ], + [ + [ + [ + 435, + 227 + ], + [ + 432, + 226 + ], + [ + 430, + 227 + ], + [ + 435, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88419", + "ALAND10": 2381203138, + "AWATER10": 3495910, + "GEOID10": "88419", + "ZCTA5CE10": "88419", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 257 + ], + [ + 433, + 255 + ], + [ + 431, + 254 + ], + [ + 427, + 256 + ], + [ + 432, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80729", + "ALAND10": 1869864493, + "AWATER10": 630674, + "GEOID10": "80729", + "ZCTA5CE10": "80729", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 257 + ], + [ + 434, + 256 + ], + [ + 433, + 256 + ], + [ + 434, + 254 + ], + [ + 432, + 253 + ], + [ + 432, + 257 + ], + [ + 434, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80742", + "ALAND10": 1154882943, + "AWATER10": 25230, + "GEOID10": "80742", + "ZCTA5CE10": "80742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 253 + ], + [ + 436, + 251 + ], + [ + 434, + 251 + ], + [ + 434, + 253 + ], + [ + 436, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80741", + "ALAND10": 589419750, + "AWATER10": 3071613, + "GEOID10": "80741", + "ZCTA5CE10": "80741", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 253 + ], + [ + 435, + 251 + ], + [ + 433, + 251 + ], + [ + 433, + 253 + ], + [ + 435, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80723", + "ALAND10": 751888927, + "AWATER10": 445176, + "GEOID10": "80723", + "ZCTA5CE10": "80723", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 252 + ], + [ + 435, + 250 + ], + [ + 433, + 250 + ], + [ + 433, + 252 + ], + [ + 435, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80750", + "ALAND10": 340238878, + "AWATER10": 2440033, + "GEOID10": "80750", + "ZCTA5CE10": "80750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 253 + ], + [ + 433, + 248 + ], + [ + 432, + 248 + ], + [ + 432, + 253 + ], + [ + 434, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80701", + "ALAND10": 1573680256, + "AWATER10": 6185792, + "GEOID10": "80701", + "ZCTA5CE10": "80701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 256 + ], + [ + 438, + 254 + ], + [ + 436, + 254 + ], + [ + 436, + 256 + ], + [ + 438, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80736", + "ALAND10": 294694747, + "AWATER10": 170071, + "GEOID10": "80736", + "ZCTA5CE10": "80736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 255 + ], + [ + 438, + 252 + ], + [ + 435, + 254 + ], + [ + 435, + 255 + ], + [ + 437, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80751", + "ALAND10": 1216870232, + "AWATER10": 10908644, + "GEOID10": "80751", + "ZCTA5CE10": "80751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 255 + ], + [ + 441, + 252 + ], + [ + 439, + 252 + ], + [ + 439, + 255 + ], + [ + 441, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80731", + "ALAND10": 974540162, + "AWATER10": 135926, + "GEOID10": "80731", + "ZCTA5CE10": "80731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 256 + ], + [ + 439, + 253 + ], + [ + 438, + 252 + ], + [ + 437, + 254 + ], + [ + 440, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80728", + "ALAND10": 939233403, + "AWATER10": 0, + "GEOID10": "80728", + "ZCTA5CE10": "80728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 252 + ], + [ + 439, + 249 + ], + [ + 437, + 249 + ], + [ + 437, + 252 + ], + [ + 438, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80743", + "ALAND10": 1202700877, + "AWATER10": 55257, + "GEOID10": "80743", + "ZCTA5CE10": "80743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 248 + ], + [ + 434, + 246 + ], + [ + 430, + 245 + ], + [ + 432, + 248 + ], + [ + 434, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80105", + "ALAND10": 1291547404, + "AWATER10": 5198362, + "GEOID10": "80105", + "ZCTA5CE10": "80105", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 249 + ], + [ + 435, + 246 + ], + [ + 434, + 246 + ], + [ + 434, + 249 + ], + [ + 435, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80757", + "ALAND10": 981446243, + "AWATER10": 1586399, + "GEOID10": "80757", + "ZCTA5CE10": "80757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 252 + ], + [ + 437, + 250 + ], + [ + 439, + 248 + ], + [ + 435, + 248 + ], + [ + 436, + 252 + ], + [ + 438, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80720", + "ALAND10": 2411750543, + "AWATER10": 443111, + "GEOID10": "80720", + "ZCTA5CE10": "80720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 247 + ], + [ + 436, + 245 + ], + [ + 434, + 245 + ], + [ + 434, + 247 + ], + [ + 436, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80804", + "ALAND10": 867607791, + "AWATER10": 3668958, + "GEOID10": "80804", + "ZCTA5CE10": "80804", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 245 + ], + [ + 433, + 243 + ], + [ + 431, + 243 + ], + [ + 431, + 245 + ], + [ + 433, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80830", + "ALAND10": 578422327, + "AWATER10": 12560, + "GEOID10": "80830", + "ZCTA5CE10": "80830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 245 + ], + [ + 432, + 243 + ], + [ + 430, + 243 + ], + [ + 430, + 245 + ], + [ + 432, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80832", + "ALAND10": 619506371, + "AWATER10": 97771, + "GEOID10": "80832", + "ZCTA5CE10": "80832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 244 + ], + [ + 436, + 242 + ], + [ + 434, + 242 + ], + [ + 434, + 244 + ], + [ + 436, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80818", + "ALAND10": 748811723, + "AWATER10": 3247511, + "GEOID10": "80818", + "ZCTA5CE10": "80818", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 246 + ], + [ + 433, + 242 + ], + [ + 432, + 246 + ], + [ + 434, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80828", + "ALAND10": 1400669039, + "AWATER10": 2402179, + "GEOID10": "80828", + "ZCTA5CE10": "80828", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 249 + ], + [ + 437, + 247 + ], + [ + 435, + 247 + ], + [ + 435, + 249 + ], + [ + 437, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80801", + "ALAND10": 401656597, + "AWATER10": 135200, + "GEOID10": "80801", + "ZCTA5CE10": "80801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 247 + ], + [ + 438, + 246 + ], + [ + 438, + 242 + ], + [ + 437, + 242 + ], + [ + 436, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80815", + "ALAND10": 1361287271, + "AWATER10": 3226643, + "GEOID10": "80815", + "ZCTA5CE10": "80815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 247 + ], + [ + 440, + 245 + ], + [ + 438, + 245 + ], + [ + 438, + 247 + ], + [ + 440, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80834", + "ALAND10": 743832672, + "AWATER10": 23665, + "GEOID10": "80834", + "ZCTA5CE10": "80834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 243 + ], + [ + 440, + 241 + ], + [ + 438, + 241 + ], + [ + 438, + 243 + ], + [ + 440, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80861", + "ALAND10": 649830152, + "AWATER10": 38890, + "GEOID10": "80861", + "ZCTA5CE10": "80861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 246 + ], + [ + 440, + 242 + ], + [ + 439, + 242 + ], + [ + 439, + 245 + ], + [ + 441, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80836", + "ALAND10": 983097831, + "AWATER10": 226321, + "GEOID10": "80836", + "ZCTA5CE10": "80836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 242 + ], + [ + 440, + 239 + ], + [ + 437, + 239 + ], + [ + 438, + 242 + ], + [ + 440, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80825", + "ALAND10": 1707533153, + "AWATER10": 6206372, + "GEOID10": "80825", + "ZCTA5CE10": "80825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 258 + ], + [ + 442, + 256 + ], + [ + 440, + 256 + ], + [ + 440, + 258 + ], + [ + 442, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80749", + "ALAND10": 430930147, + "AWATER10": 3362660, + "GEOID10": "80749", + "ZCTA5CE10": "80749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 255 + ], + [ + 443, + 252 + ], + [ + 441, + 251 + ], + [ + 441, + 254 + ], + [ + 442, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80734", + "ALAND10": 1262374633, + "AWATER10": 313398, + "GEOID10": "80734", + "ZCTA5CE10": "80734", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 252 + ], + [ + 439, + 247 + ], + [ + 438, + 248 + ], + [ + 438, + 252 + ], + [ + 441, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80759", + "ALAND10": 1671505720, + "AWATER10": 717728, + "GEOID10": "80759", + "ZCTA5CE10": "80759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 253 + ], + [ + 441, + 251 + ], + [ + 439, + 251 + ], + [ + 439, + 253 + ], + [ + 441, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80727", + "ALAND10": 531673066, + "AWATER10": 101106, + "GEOID10": "80727", + "ZCTA5CE10": "80727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 252 + ], + [ + 443, + 250 + ], + [ + 443, + 247 + ], + [ + 441, + 249 + ], + [ + 442, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80758", + "ALAND10": 1798088199, + "AWATER10": 1534727, + "GEOID10": "80758", + "ZCTA5CE10": "80758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 257 + ], + [ + 446, + 254 + ], + [ + 444, + 254 + ], + [ + 443, + 257 + ], + [ + 445, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69140", + "ALAND10": 918228980, + "AWATER10": 1684794, + "GEOID10": "69140", + "ZCTA5CE10": "69140", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 253 + ], + [ + 446, + 251 + ], + [ + 444, + 251 + ], + [ + 444, + 253 + ], + [ + 446, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69023", + "ALAND10": 582074255, + "AWATER10": 1085588, + "GEOID10": "69023", + "ZCTA5CE10": "69023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 254 + ], + [ + 448, + 253 + ], + [ + 447, + 251 + ], + [ + 446, + 251 + ], + [ + 446, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69045", + "ALAND10": 968668171, + "AWATER10": 414241, + "GEOID10": "69045", + "ZCTA5CE10": "69045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 250 + ], + [ + 445, + 248 + ], + [ + 443, + 248 + ], + [ + 443, + 250 + ], + [ + 445, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69030", + "ALAND10": 856436422, + "AWATER10": 723509, + "GEOID10": "69030", + "ZCTA5CE10": "69030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 250 + ], + [ + 445, + 248 + ], + [ + 443, + 248 + ], + [ + 443, + 250 + ], + [ + 445, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69041", + "ALAND10": 419210409, + "AWATER10": 244566, + "GEOID10": "69041", + "ZCTA5CE10": "69041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 254 + ], + [ + 446, + 252 + ], + [ + 444, + 253 + ], + [ + 444, + 254 + ], + [ + 446, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69033", + "ALAND10": 952653701, + "AWATER10": 381650, + "GEOID10": "69033", + "ZCTA5CE10": "69033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 250 + ], + [ + 448, + 248 + ], + [ + 446, + 248 + ], + [ + 446, + 250 + ], + [ + 448, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67745", + "ALAND10": 683199072, + "AWATER10": 95401, + "GEOID10": "67745", + "ZCTA5CE10": "67745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 250 + ], + [ + 448, + 248 + ], + [ + 446, + 248 + ], + [ + 446, + 250 + ], + [ + 448, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69021", + "ALAND10": 783396269, + "AWATER10": 1795004, + "GEOID10": "69021", + "ZCTA5CE10": "69021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 249 + ], + [ + 442, + 247 + ], + [ + 440, + 247 + ], + [ + 440, + 249 + ], + [ + 442, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80822", + "ALAND10": 548121286, + "AWATER10": 288726, + "GEOID10": "80822", + "ZCTA5CE10": "80822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 247 + ], + [ + 444, + 245 + ], + [ + 442, + 245 + ], + [ + 442, + 247 + ], + [ + 444, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80735", + "ALAND10": 758543157, + "AWATER10": 7681056, + "GEOID10": "80735", + "ZCTA5CE10": "80735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 247 + ], + [ + 443, + 242 + ], + [ + 441, + 242 + ], + [ + 441, + 246 + ], + [ + 443, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80807", + "ALAND10": 1887116833, + "AWATER10": 962287, + "GEOID10": "80807", + "ZCTA5CE10": "80807", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 243 + ], + [ + 441, + 241 + ], + [ + 439, + 241 + ], + [ + 439, + 243 + ], + [ + 441, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80805", + "ALAND10": 434261367, + "AWATER10": 51803, + "GEOID10": "80805", + "ZCTA5CE10": "80805", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 249 + ], + [ + 445, + 246 + ], + [ + 443, + 246 + ], + [ + 443, + 249 + ], + [ + 446, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67756", + "ALAND10": 1676131428, + "AWATER10": 1932780, + "GEOID10": "67756", + "ZCTA5CE10": "67756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 250 + ], + [ + 447, + 248 + ], + [ + 445, + 248 + ], + [ + 445, + 250 + ], + [ + 447, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67731", + "ALAND10": 800562933, + "AWATER10": 751187, + "GEOID10": "67731", + "ZCTA5CE10": "67731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 246 + ], + [ + 446, + 243 + ], + [ + 443, + 243 + ], + [ + 444, + 246 + ], + [ + 446, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67735", + "ALAND10": 1584625173, + "AWATER10": 459741, + "GEOID10": "67735", + "ZCTA5CE10": "67735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 241 + ], + [ + 445, + 239 + ], + [ + 443, + 239 + ], + [ + 443, + 241 + ], + [ + 445, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67762", + "ALAND10": 566984565, + "AWATER10": 49291, + "GEOID10": "67762", + "ZCTA5CE10": "67762", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 248 + ], + [ + 448, + 246 + ], + [ + 446, + 246 + ], + [ + 446, + 248 + ], + [ + 448, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67732", + "ALAND10": 799658435, + "AWATER10": 24166, + "GEOID10": "67732", + "ZCTA5CE10": "67732", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 243 + ], + [ + 446, + 240 + ], + [ + 445, + 243 + ], + [ + 447, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67761", + "ALAND10": 1051812199, + "AWATER10": 115831, + "GEOID10": "67761", + "ZCTA5CE10": "67761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 242 + ], + [ + 434, + 240 + ], + [ + 432, + 238 + ], + [ + 431, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80833", + "ALAND10": 1226432583, + "AWATER10": 1825222, + "GEOID10": "80833", + "ZCTA5CE10": "80833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 244 + ], + [ + 438, + 242 + ], + [ + 437, + 240 + ], + [ + 434, + 240 + ], + [ + 435, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80821", + "ALAND10": 2195750634, + "AWATER10": 8085259, + "GEOID10": "80821", + "ZCTA5CE10": "80821", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 241 + ], + [ + 437, + 238 + ], + [ + 434, + 239 + ], + [ + 435, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80823", + "ALAND10": 1055770025, + "AWATER10": 3778069, + "GEOID10": "80823", + "ZCTA5CE10": "80823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 239 + ], + [ + 433, + 235 + ], + [ + 432, + 238 + ], + [ + 434, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81063", + "ALAND10": 1066786808, + "AWATER10": 13238742, + "GEOID10": "81063", + "ZCTA5CE10": "81063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 236 + ], + [ + 433, + 235 + ], + [ + 433, + 233 + ], + [ + 430, + 233 + ], + [ + 431, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81039", + "ALAND10": 1528433323, + "AWATER10": 2996390, + "GEOID10": "81039", + "ZCTA5CE10": "81039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 236 + ], + [ + 433, + 234 + ], + [ + 431, + 234 + ], + [ + 431, + 236 + ], + [ + 433, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81058", + "ALAND10": 134907241, + "AWATER10": 2334978, + "GEOID10": "81058", + "ZCTA5CE10": "81058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 236 + ], + [ + 435, + 232 + ], + [ + 433, + 233 + ], + [ + 435, + 236 + ], + [ + 436, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81050", + "ALAND10": 1391238118, + "AWATER10": 14353298, + "GEOID10": "81050", + "ZCTA5CE10": "81050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 238 + ], + [ + 437, + 236 + ], + [ + 435, + 236 + ], + [ + 435, + 238 + ], + [ + 437, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81045", + "ALAND10": 591324438, + "AWATER10": 2881137, + "GEOID10": "81045", + "ZCTA5CE10": "81045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 239 + ], + [ + 438, + 237 + ], + [ + 436, + 237 + ], + [ + 436, + 239 + ], + [ + 438, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81021", + "ALAND10": 565815021, + "AWATER10": 10034469, + "GEOID10": "81021", + "ZCTA5CE10": "81021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 236 + ], + [ + 437, + 234 + ], + [ + 438, + 231 + ], + [ + 435, + 232 + ], + [ + 436, + 236 + ], + [ + 438, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81054", + "ALAND10": 2471769745, + "AWATER10": 49865097, + "GEOID10": "81054", + "ZCTA5CE10": "81054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 236 + ], + [ + 439, + 234 + ], + [ + 437, + 234 + ], + [ + 437, + 236 + ], + [ + 439, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81044", + "ALAND10": 844749529, + "AWATER10": 15141568, + "GEOID10": "81044", + "ZCTA5CE10": "81044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 237 + ], + [ + 435, + 235 + ], + [ + 433, + 235 + ], + [ + 433, + 237 + ], + [ + 435, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81067", + "ALAND10": 756583566, + "AWATER10": 7496063, + "GEOID10": "81067", + "ZCTA5CE10": "81067", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 233 + ], + [ + 431, + 229 + ], + [ + 429, + 230 + ], + [ + 431, + 233 + ], + [ + 434, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81059", + "ALAND10": 2848368720, + "AWATER10": 424390, + "GEOID10": "81059", + "ZCTA5CE10": "81059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 226 + ], + [ + 432, + 224 + ], + [ + 432, + 226 + ], + [ + 436, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88418", + "ALAND10": 1315570070, + "AWATER10": 1456709, + "GEOID10": "88418", + "ZCTA5CE10": "88418", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 232 + ], + [ + 437, + 227 + ], + [ + 433, + 228 + ], + [ + 434, + 232 + ], + [ + 437, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81049", + "ALAND10": 3330117283, + "AWATER10": 3052, + "GEOID10": "81049", + "ZCTA5CE10": "81049", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 231 + ], + [ + 439, + 229 + ], + [ + 437, + 227 + ], + [ + 436, + 230 + ], + [ + 438, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81064", + "ALAND10": 1251413202, + "AWATER10": 36068, + "GEOID10": "81064", + "ZCTA5CE10": "81064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 232 + ], + [ + 440, + 229 + ], + [ + 438, + 228 + ], + [ + 437, + 231 + ], + [ + 440, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81073", + "ALAND10": 1657761490, + "AWATER10": 244558, + "GEOID10": "81073", + "ZCTA5CE10": "81073", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 242 + ], + [ + 441, + 239 + ], + [ + 440, + 239 + ], + [ + 440, + 242 + ], + [ + 441, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80810", + "ALAND10": 1381708298, + "AWATER10": 283488, + "GEOID10": "80810", + "ZCTA5CE10": "80810", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 239 + ], + [ + 441, + 236 + ], + [ + 436, + 236 + ], + [ + 437, + 239 + ], + [ + 440, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81036", + "ALAND10": 1947541202, + "AWATER10": 30576121, + "GEOID10": "81036", + "ZCTA5CE10": "81036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 239 + ], + [ + 443, + 236 + ], + [ + 441, + 236 + ], + [ + 440, + 239 + ], + [ + 443, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81071", + "ALAND10": 1473609337, + "AWATER10": 3541191, + "GEOID10": "81071", + "ZCTA5CE10": "81071", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 242 + ], + [ + 443, + 239 + ], + [ + 441, + 239 + ], + [ + 441, + 242 + ], + [ + 443, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US80802", + "ALAND10": 1037427745, + "AWATER10": 66850, + "GEOID10": "80802", + "ZCTA5CE10": "80802", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 240 + ], + [ + 446, + 236 + ], + [ + 443, + 236 + ], + [ + 443, + 240 + ], + [ + 446, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67879", + "ALAND10": 2016371485, + "AWATER10": 0, + "GEOID10": "67879", + "ZCTA5CE10": "67879", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 236 + ], + [ + 443, + 232 + ], + [ + 442, + 232 + ], + [ + 442, + 235 + ], + [ + 441, + 236 + ], + [ + 443, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81047", + "ALAND10": 1547092325, + "AWATER10": 6097991, + "GEOID10": "81047", + "ZCTA5CE10": "81047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 236 + ], + [ + 441, + 232 + ], + [ + 438, + 232 + ], + [ + 438, + 235 + ], + [ + 441, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81052", + "ALAND10": 1719081446, + "AWATER10": 8007478, + "GEOID10": "81052", + "ZCTA5CE10": "81052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 235 + ], + [ + 442, + 232 + ], + [ + 440, + 232 + ], + [ + 440, + 235 + ], + [ + 442, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81041", + "ALAND10": 1187727482, + "AWATER10": 2848774, + "GEOID10": "81041", + "ZCTA5CE10": "81041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 243 + ], + [ + 446, + 240 + ], + [ + 444, + 240 + ], + [ + 444, + 243 + ], + [ + 445, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67758", + "ALAND10": 1120417418, + "AWATER10": 49512, + "GEOID10": "67758", + "ZCTA5CE10": "67758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 240 + ], + [ + 448, + 236 + ], + [ + 446, + 236 + ], + [ + 446, + 240 + ], + [ + 447, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67861", + "ALAND10": 1530545005, + "AWATER10": 61987, + "GEOID10": "67861", + "ZCTA5CE10": "67861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 238 + ], + [ + 449, + 236 + ], + [ + 447, + 236 + ], + [ + 447, + 238 + ], + [ + 449, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67863", + "ALAND10": 440983354, + "AWATER10": 0, + "GEOID10": "67863", + "ZCTA5CE10": "67863", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 233 + ], + [ + 446, + 230 + ], + [ + 444, + 230 + ], + [ + 444, + 233 + ], + [ + 446, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67855", + "ALAND10": 1162179727, + "AWATER10": 195273, + "GEOID10": "67855", + "ZCTA5CE10": "67855", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 236 + ], + [ + 445, + 233 + ], + [ + 443, + 232 + ], + [ + 443, + 236 + ], + [ + 446, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67878", + "ALAND10": 1930569397, + "AWATER10": 1769815, + "GEOID10": "67878", + "ZCTA5CE10": "67878", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 234 + ], + [ + 448, + 233 + ], + [ + 448, + 230 + ], + [ + 446, + 230 + ], + [ + 446, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67880", + "ALAND10": 1649972070, + "AWATER10": 890022, + "GEOID10": "67880", + "ZCTA5CE10": "67880", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 234 + ], + [ + 446, + 232 + ], + [ + 444, + 232 + ], + [ + 444, + 234 + ], + [ + 446, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67857", + "ALAND10": 828114130, + "AWATER10": 143170, + "GEOID10": "67857", + "ZCTA5CE10": "67857", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 232 + ], + [ + 443, + 228 + ], + [ + 441, + 228 + ], + [ + 440, + 229 + ], + [ + 443, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81090", + "ALAND10": 1651535899, + "AWATER10": 498132, + "GEOID10": "81090", + "ZCTA5CE10": "81090", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 230 + ], + [ + 446, + 228 + ], + [ + 444, + 228 + ], + [ + 444, + 230 + ], + [ + 446, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67953", + "ALAND10": 670130487, + "AWATER10": 450071, + "GEOID10": "67953", + "ZCTA5CE10": "67953", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 228 + ], + [ + 443, + 226 + ], + [ + 441, + 226 + ], + [ + 441, + 228 + ], + [ + 443, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73947", + "ALAND10": 855299427, + "AWATER10": 549458, + "GEOID10": "73947", + "ZCTA5CE10": "73947", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 229 + ], + [ + 443, + 227 + ], + [ + 438, + 227 + ], + [ + 438, + 228 + ], + [ + 441, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US81029", + "ALAND10": 1420920594, + "AWATER10": 209324, + "GEOID10": "81029", + "ZCTA5CE10": "81029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 227 + ], + [ + 441, + 226 + ], + [ + 442, + 224 + ], + [ + 438, + 225 + ], + [ + 438, + 227 + ], + [ + 442, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73933", + "ALAND10": 2694597542, + "AWATER10": 5467797, + "GEOID10": "73933", + "ZCTA5CE10": "73933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 234 + ], + [ + 445, + 232 + ], + [ + 443, + 232 + ], + [ + 443, + 234 + ], + [ + 445, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67862", + "ALAND10": 655870162, + "AWATER10": 19085, + "GEOID10": "67862", + "ZCTA5CE10": "67862", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 225 + ], + [ + 447, + 223 + ], + [ + 445, + 223 + ], + [ + 445, + 225 + ], + [ + 447, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73939", + "ALAND10": 861393848, + "AWATER10": 4022094, + "GEOID10": "73939", + "ZCTA5CE10": "73939", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 228 + ], + [ + 444, + 226 + ], + [ + 442, + 226 + ], + [ + 442, + 228 + ], + [ + 444, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67950", + "ALAND10": 560492581, + "AWATER10": 227203, + "GEOID10": "67950", + "ZCTA5CE10": "67950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 224 + ], + [ + 419, + 223 + ], + [ + 419, + 221 + ], + [ + 418, + 221 + ], + [ + 416, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87510", + "ALAND10": 1109700646, + "AWATER10": 2359543, + "GEOID10": "87510", + "ZCTA5CE10": "87510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 226 + ], + [ + 419, + 224 + ], + [ + 417, + 224 + ], + [ + 417, + 226 + ], + [ + 419, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87518", + "ALAND10": 232080093, + "AWATER10": 480433, + "GEOID10": "87518", + "ZCTA5CE10": "87518", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 224 + ], + [ + 419, + 222 + ], + [ + 417, + 222 + ], + [ + 417, + 224 + ], + [ + 419, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87515", + "ALAND10": 344398150, + "AWATER10": 459125, + "GEOID10": "87515", + "ZCTA5CE10": "87515", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 219 + ], + [ + 419, + 217 + ], + [ + 417, + 217 + ], + [ + 417, + 219 + ], + [ + 419, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87025", + "ALAND10": 897011224, + "AWATER10": 210684, + "GEOID10": "87025", + "ZCTA5CE10": "87025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 219 + ], + [ + 420, + 217 + ], + [ + 418, + 217 + ], + [ + 418, + 219 + ], + [ + 420, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87072", + "ALAND10": 57069239, + "AWATER10": 219864, + "GEOID10": "87072", + "ZCTA5CE10": "87072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 225 + ], + [ + 420, + 223 + ], + [ + 418, + 223 + ], + [ + 418, + 225 + ], + [ + 420, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87530", + "ALAND10": 365586995, + "AWATER10": 200617, + "GEOID10": "87530", + "ZCTA5CE10": "87530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 224 + ], + [ + 422, + 222 + ], + [ + 420, + 222 + ], + [ + 420, + 224 + ], + [ + 422, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87549", + "ALAND10": 244118153, + "AWATER10": 494927, + "GEOID10": "87549", + "ZCTA5CE10": "87549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 224 + ], + [ + 424, + 222 + ], + [ + 422, + 222 + ], + [ + 422, + 224 + ], + [ + 424, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87557", + "ALAND10": 261916934, + "AWATER10": 18582, + "GEOID10": "87557", + "ZCTA5CE10": "87557", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 220 + ], + [ + 423, + 218 + ], + [ + 421, + 218 + ], + [ + 421, + 220 + ], + [ + 423, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87506", + "ALAND10": 511731385, + "AWATER10": 887352, + "GEOID10": "87506", + "ZCTA5CE10": "87506", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 219 + ], + [ + 422, + 217 + ], + [ + 420, + 217 + ], + [ + 420, + 219 + ], + [ + 422, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87507", + "ALAND10": 214884881, + "AWATER10": 1167741, + "GEOID10": "87507", + "ZCTA5CE10": "87507", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 221 + ], + [ + 424, + 219 + ], + [ + 422, + 219 + ], + [ + 422, + 221 + ], + [ + 424, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87521", + "ALAND10": 255224042, + "AWATER10": 94696, + "GEOID10": "87521", + "ZCTA5CE10": "87521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 218 + ], + [ + 423, + 216 + ], + [ + 421, + 216 + ], + [ + 421, + 218 + ], + [ + 423, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87552", + "ALAND10": 383267102, + "AWATER10": 0, + "GEOID10": "87552", + "ZCTA5CE10": "87552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 218 + ], + [ + 423, + 216 + ], + [ + 421, + 216 + ], + [ + 421, + 218 + ], + [ + 423, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87538", + "ALAND10": 201655031, + "AWATER10": 0, + "GEOID10": "87538", + "ZCTA5CE10": "87538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 215 + ], + [ + 418, + 213 + ], + [ + 416, + 213 + ], + [ + 416, + 215 + ], + [ + 418, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87117", + "ALAND10": 50395029, + "AWATER10": 188966, + "GEOID10": "87117", + "ZCTA5CE10": "87117", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 216 + ], + [ + 420, + 214 + ], + [ + 418, + 214 + ], + [ + 418, + 216 + ], + [ + 420, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87015", + "ALAND10": 389166975, + "AWATER10": 139358, + "GEOID10": "87015", + "ZCTA5CE10": "87015", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 215 + ], + [ + 419, + 213 + ], + [ + 417, + 213 + ], + [ + 417, + 215 + ], + [ + 419, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87059", + "ALAND10": 368844638, + "AWATER10": 69258, + "GEOID10": "87059", + "ZCTA5CE10": "87059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 213 + ], + [ + 416, + 211 + ], + [ + 414, + 211 + ], + [ + 414, + 213 + ], + [ + 416, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87002", + "ALAND10": 893641698, + "AWATER10": 493296, + "GEOID10": "87002", + "ZCTA5CE10": "87002", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 212 + ], + [ + 414, + 210 + ], + [ + 415, + 212 + ], + [ + 418, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87031", + "ALAND10": 1315266951, + "AWATER10": 1336586, + "GEOID10": "87031", + "ZCTA5CE10": "87031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 210 + ], + [ + 417, + 208 + ], + [ + 415, + 208 + ], + [ + 415, + 210 + ], + [ + 417, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87801", + "ALAND10": 370260949, + "AWATER10": 25853, + "GEOID10": "87801", + "ZCTA5CE10": "87801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 213 + ], + [ + 423, + 211 + ], + [ + 421, + 210 + ], + [ + 418, + 212 + ], + [ + 422, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87016", + "ALAND10": 1973630111, + "AWATER10": 1612957, + "GEOID10": "87016", + "ZCTA5CE10": "87016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 215 + ], + [ + 423, + 214 + ], + [ + 420, + 214 + ], + [ + 419, + 215 + ], + [ + 421, + 216 + ], + [ + 422, + 216 + ], + [ + 422, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87056", + "ALAND10": 1264576568, + "AWATER10": 67052, + "GEOID10": "87056", + "ZCTA5CE10": "87056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 215 + ], + [ + 423, + 213 + ], + [ + 421, + 213 + ], + [ + 421, + 215 + ], + [ + 423, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87035", + "ALAND10": 567918542, + "AWATER10": 10559, + "GEOID10": "87035", + "ZCTA5CE10": "87035", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 214 + ], + [ + 426, + 213 + ], + [ + 424, + 210 + ], + [ + 422, + 209 + ], + [ + 422, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88321", + "ALAND10": 2218976239, + "AWATER10": 76954, + "GEOID10": "88321", + "ZCTA5CE10": "88321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 209 + ], + [ + 422, + 207 + ], + [ + 420, + 207 + ], + [ + 420, + 209 + ], + [ + 422, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87063", + "ALAND10": 844654710, + "AWATER10": 20246, + "GEOID10": "87063", + "ZCTA5CE10": "87063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 225 + ], + [ + 423, + 223 + ], + [ + 421, + 223 + ], + [ + 421, + 225 + ], + [ + 423, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87571", + "ALAND10": 393577302, + "AWATER10": 40784, + "GEOID10": "87571", + "ZCTA5CE10": "87571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 226 + ], + [ + 427, + 222 + ], + [ + 425, + 224 + ], + [ + 425, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87714", + "ALAND10": 1073194704, + "AWATER10": 1580942, + "GEOID10": "87714", + "ZCTA5CE10": "87714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 224 + ], + [ + 429, + 222 + ], + [ + 427, + 222 + ], + [ + 427, + 224 + ], + [ + 429, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87729", + "ALAND10": 249875223, + "AWATER10": 879808, + "GEOID10": "87729", + "ZCTA5CE10": "87729", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 222 + ], + [ + 426, + 220 + ], + [ + 424, + 220 + ], + [ + 424, + 222 + ], + [ + 426, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87736", + "ALAND10": 66796084, + "AWATER10": 166079, + "GEOID10": "87736", + "ZCTA5CE10": "87736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 225 + ], + [ + 434, + 223 + ], + [ + 432, + 223 + ], + [ + 432, + 225 + ], + [ + 434, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88422", + "ALAND10": 624860865, + "AWATER10": 691092, + "GEOID10": "88422", + "ZCTA5CE10": "88422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 222 + ], + [ + 430, + 219 + ], + [ + 427, + 219 + ], + [ + 428, + 220 + ], + [ + 426, + 222 + ], + [ + 429, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87752", + "ALAND10": 2259873895, + "AWATER10": 2441948, + "GEOID10": "87752", + "ZCTA5CE10": "87752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 224 + ], + [ + 432, + 223 + ], + [ + 431, + 222 + ], + [ + 427, + 222 + ], + [ + 428, + 223 + ], + [ + 427, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87747", + "ALAND10": 1884138029, + "AWATER10": 5023042, + "GEOID10": "87747", + "ZCTA5CE10": "87747", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 221 + ], + [ + 426, + 219 + ], + [ + 424, + 219 + ], + [ + 424, + 221 + ], + [ + 426, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87753", + "ALAND10": 439237219, + "AWATER10": 1067370, + "GEOID10": "87753", + "ZCTA5CE10": "87753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 216 + ], + [ + 425, + 214 + ], + [ + 422, + 214 + ], + [ + 422, + 216 + ], + [ + 424, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87560", + "ALAND10": 1221921817, + "AWATER10": 16868, + "GEOID10": "87560", + "ZCTA5CE10": "87560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 217 + ], + [ + 428, + 215 + ], + [ + 426, + 215 + ], + [ + 426, + 217 + ], + [ + 428, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87711", + "ALAND10": 636310562, + "AWATER10": 71449, + "GEOID10": "87711", + "ZCTA5CE10": "87711", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 219 + ], + [ + 428, + 215 + ], + [ + 425, + 215 + ], + [ + 423, + 217 + ], + [ + 424, + 219 + ], + [ + 430, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87701", + "ALAND10": 4182419223, + "AWATER10": 7894774, + "GEOID10": "87701", + "ZCTA5CE10": "87701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 215 + ], + [ + 429, + 213 + ], + [ + 431, + 214 + ], + [ + 431, + 212 + ], + [ + 427, + 210 + ], + [ + 425, + 214 + ], + [ + 429, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88435", + "ALAND10": 4730531127, + "AWATER10": 2756841, + "GEOID10": "88435", + "ZCTA5CE10": "88435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 212 + ], + [ + 427, + 209 + ], + [ + 424, + 209 + ], + [ + 425, + 212 + ], + [ + 426, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88353", + "ALAND10": 1797563367, + "AWATER10": 0, + "GEOID10": "88353", + "ZCTA5CE10": "88353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 218 + ], + [ + 431, + 220 + ], + [ + 432, + 217 + ], + [ + 430, + 218 + ] + ] + ], + [ + [ + [ + 430, + 218 + ], + [ + 430, + 216 + ], + [ + 429, + 216 + ], + [ + 430, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87746", + "ALAND10": 1192781567, + "AWATER10": 18999, + "GEOID10": "87746", + "ZCTA5CE10": "87746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 214 + ], + [ + 430, + 212 + ], + [ + 428, + 212 + ], + [ + 428, + 214 + ], + [ + 430, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88417", + "ALAND10": 333448399, + "AWATER10": 51063, + "GEOID10": "88417", + "ZCTA5CE10": "88417", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 210 + ], + [ + 430, + 208 + ], + [ + 428, + 208 + ], + [ + 428, + 210 + ], + [ + 430, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88136", + "ALAND10": 865106355, + "AWATER10": 499385, + "GEOID10": "88136", + "ZCTA5CE10": "88136", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 211 + ], + [ + 421, + 208 + ], + [ + 418, + 207 + ], + [ + 417, + 208 + ], + [ + 418, + 211 + ], + [ + 419, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87036", + "ALAND10": 2566487141, + "AWATER10": 576209, + "GEOID10": "87036", + "ZCTA5CE10": "87036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 416, + 206 + ], + [ + 416, + 203 + ], + [ + 414, + 203 + ], + [ + 414, + 206 + ], + [ + 416, + 206 + ] + ] + ], + [ + [ + [ + 417, + 206 + ], + [ + 418, + 208 + ], + [ + 420, + 205 + ], + [ + 417, + 206 + ] + ] + ], + [ + [ + [ + 417, + 206 + ], + [ + 416, + 206 + ], + [ + 416, + 208 + ], + [ + 417, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87832", + "ALAND10": 3255773391, + "AWATER10": 1619839, + "GEOID10": "87832", + "ZCTA5CE10": "87832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 208 + ], + [ + 422, + 207 + ], + [ + 421, + 205 + ], + [ + 419, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87011", + "ALAND10": 1183467253, + "AWATER10": 111780, + "GEOID10": "87011", + "ZCTA5CE10": "87011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 202 + ], + [ + 424, + 200 + ], + [ + 421, + 200 + ], + [ + 421, + 202 + ], + [ + 424, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88340", + "ALAND10": 1861944495, + "AWATER10": 1468858, + "GEOID10": "88340", + "ZCTA5CE10": "88340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 206 + ], + [ + 422, + 203 + ], + [ + 420, + 202 + ], + [ + 420, + 205 + ], + [ + 423, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88301", + "ALAND10": 2276870715, + "AWATER10": 54954, + "GEOID10": "88301", + "ZCTA5CE10": "88301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 204 + ], + [ + 426, + 202 + ], + [ + 424, + 202 + ], + [ + 424, + 204 + ], + [ + 426, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88338", + "ALAND10": 261103121, + "AWATER10": 614, + "GEOID10": "88338", + "ZCTA5CE10": "88338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 200 + ], + [ + 417, + 198 + ], + [ + 415, + 198 + ], + [ + 415, + 200 + ], + [ + 417, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88012", + "ALAND10": 943235387, + "AWATER10": 0, + "GEOID10": "88012", + "ZCTA5CE10": "88012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 202 + ], + [ + 421, + 200 + ], + [ + 418, + 197 + ], + [ + 420, + 202 + ], + [ + 421, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88352", + "ALAND10": 1274741323, + "AWATER10": 1565805, + "GEOID10": "88352", + "ZCTA5CE10": "88352", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 418, + 197 + ], + [ + 418, + 195 + ], + [ + 416, + 195 + ], + [ + 416, + 197 + ], + [ + 418, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88011", + "ALAND10": 379183745, + "AWATER10": 199310, + "GEOID10": "88011", + "ZCTA5CE10": "88011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 417, + 194 + ], + [ + 417, + 191 + ], + [ + 413, + 191 + ], + [ + 413, + 194 + ], + [ + 416, + 193 + ], + [ + 417, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88021", + "ALAND10": 2067024712, + "AWATER10": 744185, + "GEOID10": "88021", + "ZCTA5CE10": "88021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 419, + 193 + ], + [ + 419, + 191 + ], + [ + 417, + 191 + ], + [ + 417, + 193 + ], + [ + 419, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79934", + "ALAND10": 153424151, + "AWATER10": 178564, + "GEOID10": "79934", + "ZCTA5CE10": "79934", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 199 + ], + [ + 422, + 197 + ], + [ + 420, + 197 + ], + [ + 420, + 199 + ], + [ + 422, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88350", + "ALAND10": 368105221, + "AWATER10": 132600, + "GEOID10": "88350", + "ZCTA5CE10": "88350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 198 + ], + [ + 420, + 196 + ], + [ + 419, + 198 + ], + [ + 421, + 200 + ], + [ + 421, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88310", + "ALAND10": 1106460507, + "AWATER10": 1271716, + "GEOID10": "88310", + "ZCTA5CE10": "88310", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 426, + 198 + ], + [ + 425, + 195 + ], + [ + 423, + 196 + ], + [ + 424, + 198 + ], + [ + 426, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88344", + "ALAND10": 1719785663, + "AWATER10": 3625218, + "GEOID10": "88344", + "ZCTA5CE10": "88344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 421, + 196 + ], + [ + 421, + 194 + ], + [ + 419, + 194 + ], + [ + 419, + 196 + ], + [ + 421, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88081", + "ALAND10": 1024433037, + "AWATER10": 17594, + "GEOID10": "88081", + "ZCTA5CE10": "88081", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 423, + 210 + ], + [ + 424, + 208 + ], + [ + 427, + 209 + ], + [ + 426, + 206 + ], + [ + 421, + 207 + ], + [ + 423, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88318", + "ALAND10": 3365714647, + "AWATER10": 3803, + "GEOID10": "88318", + "ZCTA5CE10": "88318", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 206 + ], + [ + 427, + 202 + ], + [ + 425, + 202 + ], + [ + 423, + 204 + ], + [ + 426, + 204 + ], + [ + 427, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88351", + "ALAND10": 1714195668, + "AWATER10": 0, + "GEOID10": "88351", + "ZCTA5CE10": "88351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 207 + ], + [ + 426, + 204 + ], + [ + 422, + 203 + ], + [ + 423, + 206 + ], + [ + 427, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88316", + "ALAND10": 2769996790, + "AWATER10": 114094, + "GEOID10": "88316", + "ZCTA5CE10": "88316", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 203 + ], + [ + 424, + 201 + ], + [ + 422, + 201 + ], + [ + 422, + 203 + ], + [ + 424, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88346", + "ALAND10": 155110369, + "AWATER10": 0, + "GEOID10": "88346", + "ZCTA5CE10": "88346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 203 + ], + [ + 428, + 201 + ], + [ + 426, + 201 + ], + [ + 426, + 203 + ], + [ + 428, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88343", + "ALAND10": 682022723, + "AWATER10": 0, + "GEOID10": "88343", + "ZCTA5CE10": "88343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 212 + ], + [ + 432, + 207 + ], + [ + 427, + 206 + ], + [ + 427, + 208 + ], + [ + 431, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88119", + "ALAND10": 4467955522, + "AWATER10": 28385911, + "GEOID10": "88119", + "ZCTA5CE10": "88119", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 207 + ], + [ + 430, + 205 + ], + [ + 433, + 205 + ], + [ + 435, + 203 + ], + [ + 427, + 202 + ], + [ + 427, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88201", + "ALAND10": 5929225055, + "AWATER10": 12804777, + "GEOID10": "88201", + "ZCTA5CE10": "88201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 430, + 205 + ], + [ + 430, + 206 + ], + [ + 434, + 208 + ], + [ + 435, + 203 + ], + [ + 433, + 205 + ], + [ + 430, + 205 + ] + ] + ], + [ + [ + [ + 430, + 205 + ], + [ + 429, + 205 + ], + [ + 429, + 206 + ], + [ + 430, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88116", + "ALAND10": 3657352859, + "AWATER10": 4302037, + "GEOID10": "88116", + "ZCTA5CE10": "88116", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 200 + ], + [ + 424, + 198 + ], + [ + 422, + 199 + ], + [ + 425, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88339", + "ALAND10": 1163131203, + "AWATER10": 813656, + "GEOID10": "88339", + "ZCTA5CE10": "88339", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 203 + ], + [ + 433, + 199 + ], + [ + 430, + 200 + ], + [ + 429, + 201 + ], + [ + 428, + 199 + ], + [ + 425, + 200 + ], + [ + 427, + 202 + ], + [ + 429, + 202 + ], + [ + 430, + 202 + ], + [ + 433, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88203", + "ALAND10": 3827035555, + "AWATER10": 2352330, + "GEOID10": "88203", + "ZCTA5CE10": "88203", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 424, + 199 + ], + [ + 429, + 197 + ], + [ + 426, + 196 + ], + [ + 424, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88250", + "ALAND10": 1782114350, + "AWATER10": 2342424, + "GEOID10": "88250", + "ZCTA5CE10": "88250", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 196 + ], + [ + 427, + 193 + ], + [ + 421, + 193 + ], + [ + 423, + 196 + ], + [ + 425, + 195 + ], + [ + 425, + 196 + ], + [ + 427, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79837", + "ALAND10": 4275679671, + "AWATER10": 16347005, + "GEOID10": "79837", + "ZCTA5CE10": "79837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 200 + ], + [ + 432, + 198 + ], + [ + 430, + 198 + ], + [ + 430, + 200 + ], + [ + 432, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88253", + "ALAND10": 491551811, + "AWATER10": 996842, + "GEOID10": "88253", + "ZCTA5CE10": "88253", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 199 + ], + [ + 433, + 196 + ], + [ + 428, + 197 + ], + [ + 427, + 199 + ], + [ + 433, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88210", + "ALAND10": 3307997157, + "AWATER10": 27173397, + "GEOID10": "88210", + "ZCTA5CE10": "88210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 197 + ], + [ + 433, + 196 + ], + [ + 431, + 195 + ], + [ + 431, + 194 + ], + [ + 430, + 192 + ], + [ + 427, + 193 + ], + [ + 427, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88220", + "ALAND10": 5306769635, + "AWATER10": 9138313, + "GEOID10": "88220", + "ZCTA5CE10": "88220", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 226 + ], + [ + 435, + 222 + ], + [ + 433, + 221 + ], + [ + 432, + 223 + ], + [ + 435, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88424", + "ALAND10": 2216379706, + "AWATER10": 2320387, + "GEOID10": "88424", + "ZCTA5CE10": "88424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 226 + ], + [ + 437, + 222 + ], + [ + 434, + 219 + ], + [ + 435, + 224 + ], + [ + 438, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88415", + "ALAND10": 3119429059, + "AWATER10": 6944773, + "GEOID10": "88415", + "ZCTA5CE10": "88415", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 222 + ], + [ + 434, + 220 + ], + [ + 430, + 219 + ], + [ + 430, + 221 + ], + [ + 433, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87743", + "ALAND10": 1440115585, + "AWATER10": 110077, + "GEOID10": "87743", + "ZCTA5CE10": "87743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 220 + ], + [ + 434, + 219 + ], + [ + 433, + 217 + ], + [ + 432, + 219 + ], + [ + 432, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US87733", + "ALAND10": 1061004254, + "AWATER10": 132521, + "GEOID10": "87733", + "ZCTA5CE10": "87733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 225 + ], + [ + 438, + 223 + ], + [ + 436, + 223 + ], + [ + 436, + 225 + ], + [ + 438, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79087", + "ALAND10": 625984671, + "AWATER10": 3100022, + "GEOID10": "79087", + "ZCTA5CE10": "79087", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 221 + ], + [ + 437, + 218 + ], + [ + 435, + 218 + ], + [ + 434, + 219 + ], + [ + 437, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88410", + "ALAND10": 1411443871, + "AWATER10": 1488962, + "GEOID10": "88410", + "ZCTA5CE10": "88410", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 226 + ], + [ + 439, + 224 + ], + [ + 437, + 224 + ], + [ + 437, + 226 + ], + [ + 439, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73937", + "ALAND10": 453782012, + "AWATER10": 2055274, + "GEOID10": "73937", + "ZCTA5CE10": "73937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 217 + ], + [ + 438, + 215 + ], + [ + 436, + 215 + ], + [ + 436, + 217 + ], + [ + 438, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88430", + "ALAND10": 951796455, + "AWATER10": 590, + "GEOID10": "88430", + "ZCTA5CE10": "88430", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 216 + ], + [ + 434, + 213 + ], + [ + 431, + 211 + ], + [ + 431, + 216 + ], + [ + 435, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88401", + "ALAND10": 2782052400, + "AWATER10": 7733035, + "GEOID10": "88401", + "ZCTA5CE10": "88401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 213 + ], + [ + 435, + 209 + ], + [ + 432, + 208 + ], + [ + 432, + 211 + ], + [ + 435, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88124", + "ALAND10": 2192330032, + "AWATER10": 1545165, + "GEOID10": "88124", + "ZCTA5CE10": "88124", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 214 + ], + [ + 432, + 212 + ], + [ + 430, + 212 + ], + [ + 430, + 214 + ], + [ + 432, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88121", + "ALAND10": 642051353, + "AWATER10": 0, + "GEOID10": "88121", + "ZCTA5CE10": "88121", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 212 + ], + [ + 433, + 210 + ], + [ + 431, + 210 + ], + [ + 431, + 212 + ], + [ + 433, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88427", + "ALAND10": 532996576, + "AWATER10": 0, + "GEOID10": "88427", + "ZCTA5CE10": "88427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 219 + ], + [ + 437, + 216 + ], + [ + 435, + 215 + ], + [ + 433, + 217 + ], + [ + 435, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88426", + "ALAND10": 1823155706, + "AWATER10": 11254831, + "GEOID10": "88426", + "ZCTA5CE10": "88426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 216 + ], + [ + 437, + 214 + ], + [ + 435, + 214 + ], + [ + 435, + 216 + ], + [ + 437, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88411", + "ALAND10": 710428059, + "AWATER10": 73275, + "GEOID10": "88411", + "ZCTA5CE10": "88411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 213 + ], + [ + 438, + 211 + ], + [ + 436, + 211 + ], + [ + 436, + 213 + ], + [ + 438, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88112", + "ALAND10": 436256560, + "AWATER10": 458283, + "GEOID10": "88112", + "ZCTA5CE10": "88112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 211 + ], + [ + 437, + 208 + ], + [ + 435, + 208 + ], + [ + 436, + 211 + ], + [ + 437, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88101", + "ALAND10": 1378069140, + "AWATER10": 4520583, + "GEOID10": "88101", + "ZCTA5CE10": "88101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 215 + ], + [ + 442, + 214 + ], + [ + 442, + 211 + ], + [ + 440, + 210 + ], + [ + 440, + 212 + ], + [ + 437, + 213 + ], + [ + 437, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79045", + "ALAND10": 3161812423, + "AWATER10": 5038920, + "GEOID10": "79045", + "ZCTA5CE10": "79045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 213 + ], + [ + 440, + 212 + ], + [ + 440, + 209 + ], + [ + 437, + 211 + ], + [ + 437, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79035", + "ALAND10": 1734166940, + "AWATER10": 5979668, + "GEOID10": "79035", + "ZCTA5CE10": "79035", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 210 + ], + [ + 440, + 208 + ], + [ + 438, + 208 + ], + [ + 438, + 210 + ], + [ + 440, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79009", + "ALAND10": 300087255, + "AWATER10": 1374640, + "GEOID10": "79009", + "ZCTA5CE10": "79009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 219 + ], + [ + 437, + 218 + ], + [ + 437, + 221 + ], + [ + 439, + 222 + ], + [ + 437, + 224 + ], + [ + 442, + 223 + ], + [ + 442, + 219 + ], + [ + 441, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79022", + "ALAND10": 4968912834, + "AWATER10": 4458591, + "GEOID10": "79022", + "ZCTA5CE10": "79022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 218 + ], + [ + 440, + 217 + ], + [ + 439, + 218 + ], + [ + 443, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79018", + "ALAND10": 953560115, + "AWATER10": 449981, + "GEOID10": "79018", + "ZCTA5CE10": "79018", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 219 + ], + [ + 445, + 217 + ], + [ + 443, + 217 + ], + [ + 443, + 219 + ], + [ + 445, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79029", + "ALAND10": 779226017, + "AWATER10": 1779150, + "GEOID10": "79029", + "ZCTA5CE10": "79029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 226 + ], + [ + 445, + 223 + ], + [ + 442, + 225 + ], + [ + 444, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73949", + "ALAND10": 1360369990, + "AWATER10": 5991904, + "GEOID10": "73949", + "ZCTA5CE10": "73949", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 224 + ], + [ + 444, + 221 + ], + [ + 442, + 221 + ], + [ + 442, + 224 + ], + [ + 444, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79084", + "ALAND10": 1385903300, + "AWATER10": 318369, + "GEOID10": "79084", + "ZCTA5CE10": "79084", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 227 + ], + [ + 447, + 224 + ], + [ + 446, + 224 + ], + [ + 445, + 227 + ], + [ + 447, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73942", + "ALAND10": 1614595888, + "AWATER10": 6556450, + "GEOID10": "73942", + "ZCTA5CE10": "73942", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 226 + ], + [ + 450, + 224 + ], + [ + 448, + 224 + ], + [ + 448, + 226 + ], + [ + 450, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73944", + "ALAND10": 578727997, + "AWATER10": 340765, + "GEOID10": "73944", + "ZCTA5CE10": "73944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 224 + ], + [ + 449, + 221 + ], + [ + 447, + 220 + ], + [ + 446, + 224 + ], + [ + 448, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79081", + "ALAND10": 1669557721, + "AWATER10": 1036865, + "GEOID10": "79081", + "ZCTA5CE10": "79081", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 224 + ], + [ + 447, + 222 + ], + [ + 446, + 221 + ], + [ + 444, + 222 + ], + [ + 445, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79040", + "ALAND10": 1402240675, + "AWATER10": 465160, + "GEOID10": "79040", + "ZCTA5CE10": "79040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 219 + ], + [ + 446, + 217 + ], + [ + 444, + 217 + ], + [ + 444, + 219 + ], + [ + 446, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79036", + "ALAND10": 165960648, + "AWATER10": 9822143, + "GEOID10": "79036", + "ZCTA5CE10": "79036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 220 + ], + [ + 448, + 218 + ], + [ + 446, + 218 + ], + [ + 446, + 220 + ], + [ + 448, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79007", + "ALAND10": 115292890, + "AWATER10": 168880, + "GEOID10": "79007", + "ZCTA5CE10": "79007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 217 + ], + [ + 440, + 213 + ], + [ + 438, + 216 + ], + [ + 439, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79001", + "ALAND10": 1067837908, + "AWATER10": 397835, + "GEOID10": "79001", + "ZCTA5CE10": "79001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 218 + ], + [ + 443, + 216 + ], + [ + 441, + 216 + ], + [ + 441, + 218 + ], + [ + 443, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79010", + "ALAND10": 451609384, + "AWATER10": 488678, + "GEOID10": "79010", + "ZCTA5CE10": "79010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 217 + ], + [ + 443, + 215 + ], + [ + 441, + 215 + ], + [ + 441, + 217 + ], + [ + 443, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79098", + "ALAND10": 549275539, + "AWATER10": 532505, + "GEOID10": "79098", + "ZCTA5CE10": "79098", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 214 + ], + [ + 446, + 212 + ], + [ + 444, + 212 + ], + [ + 444, + 214 + ], + [ + 446, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79015", + "ALAND10": 993652586, + "AWATER10": 4576055, + "GEOID10": "79015", + "ZCTA5CE10": "79015", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 213 + ], + [ + 445, + 213 + ], + [ + 445, + 210 + ], + [ + 444, + 210 + ], + [ + 444, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79042", + "ALAND10": 1111261097, + "AWATER10": 6435775, + "GEOID10": "79042", + "ZCTA5CE10": "79042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 212 + ], + [ + 443, + 210 + ], + [ + 441, + 210 + ], + [ + 441, + 212 + ], + [ + 443, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79063", + "ALAND10": 246709026, + "AWATER10": 1421650, + "GEOID10": "79063", + "ZCTA5CE10": "79063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 219 + ], + [ + 444, + 217 + ], + [ + 442, + 217 + ], + [ + 442, + 219 + ], + [ + 444, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79108", + "ALAND10": 428538741, + "AWATER10": 5597748, + "GEOID10": "79108", + "ZCTA5CE10": "79108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 218 + ], + [ + 448, + 215 + ], + [ + 446, + 215 + ], + [ + 445, + 217 + ], + [ + 447, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79068", + "ALAND10": 1020059400, + "AWATER10": 5446132, + "GEOID10": "79068", + "ZCTA5CE10": "79068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 215 + ], + [ + 447, + 212 + ], + [ + 445, + 215 + ], + [ + 448, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79019", + "ALAND10": 1387951898, + "AWATER10": 7492162, + "GEOID10": "79019", + "ZCTA5CE10": "79019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 214 + ], + [ + 446, + 212 + ], + [ + 444, + 212 + ], + [ + 444, + 214 + ], + [ + 446, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79094", + "ALAND10": 258112394, + "AWATER10": 1262695, + "GEOID10": "79094", + "ZCTA5CE10": "79094", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 211 + ], + [ + 446, + 209 + ], + [ + 443, + 209 + ], + [ + 443, + 211 + ], + [ + 447, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79088", + "ALAND10": 1491845545, + "AWATER10": 15785513, + "GEOID10": "79088", + "ZCTA5CE10": "79088", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 434, + 210 + ], + [ + 434, + 208 + ], + [ + 432, + 208 + ], + [ + 432, + 210 + ], + [ + 434, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88118", + "ALAND10": 465265699, + "AWATER10": 596611, + "GEOID10": "88118", + "ZCTA5CE10": "88118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 206 + ], + [ + 436, + 204 + ], + [ + 434, + 204 + ], + [ + 434, + 206 + ], + [ + 436, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88125", + "ALAND10": 836029883, + "AWATER10": 113330, + "GEOID10": "88125", + "ZCTA5CE10": "88125", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 203 + ], + [ + 437, + 201 + ], + [ + 433, + 201 + ], + [ + 433, + 203 + ], + [ + 437, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88267", + "ALAND10": 2484536132, + "AWATER10": 3081012, + "GEOID10": "88267", + "ZCTA5CE10": "88267", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 208 + ], + [ + 437, + 206 + ], + [ + 435, + 205 + ], + [ + 434, + 208 + ], + [ + 437, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88130", + "ALAND10": 1619257173, + "AWATER10": 13828438, + "GEOID10": "88130", + "ZCTA5CE10": "88130", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 206 + ], + [ + 437, + 204 + ], + [ + 435, + 204 + ], + [ + 435, + 206 + ], + [ + 437, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88126", + "ALAND10": 131607990, + "AWATER10": 241605, + "GEOID10": "88126", + "ZCTA5CE10": "88126", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 209 + ], + [ + 440, + 206 + ], + [ + 438, + 206 + ], + [ + 437, + 208 + ], + [ + 440, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79347", + "ALAND10": 1830423050, + "AWATER10": 2846660, + "GEOID10": "79347", + "ZCTA5CE10": "79347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 203 + ], + [ + 439, + 201 + ], + [ + 437, + 201 + ], + [ + 437, + 203 + ], + [ + 439, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79346", + "ALAND10": 1000187370, + "AWATER10": 0, + "GEOID10": "79346", + "ZCTA5CE10": "79346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 201 + ], + [ + 440, + 199 + ], + [ + 438, + 199 + ], + [ + 438, + 201 + ], + [ + 440, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79355", + "ALAND10": 1121621181, + "AWATER10": 0, + "GEOID10": "79355", + "ZCTA5CE10": "79355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 199 + ], + [ + 435, + 197 + ], + [ + 433, + 197 + ], + [ + 433, + 199 + ], + [ + 435, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88264", + "ALAND10": 304842473, + "AWATER10": 266638, + "GEOID10": "88264", + "ZCTA5CE10": "88264", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 201 + ], + [ + 435, + 198 + ], + [ + 433, + 199 + ], + [ + 433, + 201 + ], + [ + 437, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88260", + "ALAND10": 1957982588, + "AWATER10": 3395623, + "GEOID10": "88260", + "ZCTA5CE10": "88260", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 196 + ], + [ + 433, + 193 + ], + [ + 432, + 193 + ], + [ + 432, + 195 + ], + [ + 433, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88256", + "ALAND10": 1264613681, + "AWATER10": 15458516, + "GEOID10": "88256", + "ZCTA5CE10": "88256", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 200 + ], + [ + 438, + 198 + ], + [ + 436, + 198 + ], + [ + 436, + 200 + ], + [ + 438, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79323", + "ALAND10": 596712526, + "AWATER10": 34329, + "GEOID10": "79323", + "ZCTA5CE10": "79323", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 198 + ], + [ + 433, + 196 + ], + [ + 433, + 198 + ], + [ + 436, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88240", + "ALAND10": 1619119926, + "AWATER10": 1135722, + "GEOID10": "88240", + "ZCTA5CE10": "88240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 196 + ], + [ + 437, + 195 + ], + [ + 437, + 193 + ], + [ + 433, + 193 + ], + [ + 435, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88252", + "ALAND10": 2291655611, + "AWATER10": 71942, + "GEOID10": "88252", + "ZCTA5CE10": "88252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 196 + ], + [ + 438, + 194 + ], + [ + 436, + 194 + ], + [ + 436, + 196 + ], + [ + 438, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88231", + "ALAND10": 950733674, + "AWATER10": 36412, + "GEOID10": "88231", + "ZCTA5CE10": "88231", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 208 + ], + [ + 439, + 206 + ], + [ + 437, + 206 + ], + [ + 437, + 208 + ], + [ + 439, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79371", + "ALAND10": 728153727, + "AWATER10": 139271, + "GEOID10": "79371", + "ZCTA5CE10": "79371", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 208 + ], + [ + 443, + 206 + ], + [ + 441, + 206 + ], + [ + 441, + 208 + ], + [ + 443, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79312", + "ALAND10": 227640216, + "AWATER10": 64975, + "GEOID10": "79312", + "ZCTA5CE10": "79312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 209 + ], + [ + 444, + 207 + ], + [ + 442, + 207 + ], + [ + 442, + 209 + ], + [ + 444, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79072", + "ALAND10": 991047336, + "AWATER10": 274328, + "GEOID10": "79072", + "ZCTA5CE10": "79072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 207 + ], + [ + 443, + 205 + ], + [ + 441, + 205 + ], + [ + 441, + 207 + ], + [ + 443, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79313", + "ALAND10": 340308289, + "AWATER10": 0, + "GEOID10": "79313", + "ZCTA5CE10": "79313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 203 + ], + [ + 440, + 201 + ], + [ + 438, + 201 + ], + [ + 438, + 203 + ], + [ + 440, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79379", + "ALAND10": 186325442, + "AWATER10": 0, + "GEOID10": "79379", + "ZCTA5CE10": "79379", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 205 + ], + [ + 442, + 203 + ], + [ + 440, + 202 + ], + [ + 440, + 205 + ], + [ + 442, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79336", + "ALAND10": 1119146534, + "AWATER10": 14789, + "GEOID10": "79336", + "ZCTA5CE10": "79336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 202 + ], + [ + 443, + 199 + ], + [ + 441, + 199 + ], + [ + 440, + 201 + ], + [ + 443, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79316", + "ALAND10": 1210217811, + "AWATER10": 2127172, + "GEOID10": "79316", + "ZCTA5CE10": "79316", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 204 + ], + [ + 445, + 202 + ], + [ + 443, + 202 + ], + [ + 443, + 204 + ], + [ + 445, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79424", + "ALAND10": 108113379, + "AWATER10": 811882, + "GEOID10": "79424", + "ZCTA5CE10": "79424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 207 + ], + [ + 444, + 205 + ], + [ + 442, + 205 + ], + [ + 442, + 207 + ], + [ + 444, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79311", + "ALAND10": 449247070, + "AWATER10": 562563, + "GEOID10": "79311", + "ZCTA5CE10": "79311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 208 + ], + [ + 449, + 207 + ], + [ + 449, + 204 + ], + [ + 446, + 206 + ], + [ + 447, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79235", + "ALAND10": 1492076219, + "AWATER10": 352764, + "GEOID10": "79235", + "ZCTA5CE10": "79235", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 203 + ], + [ + 448, + 201 + ], + [ + 446, + 201 + ], + [ + 446, + 203 + ], + [ + 448, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79357", + "ALAND10": 565166487, + "AWATER10": 6652, + "GEOID10": "79357", + "ZCTA5CE10": "79357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 204 + ], + [ + 446, + 202 + ], + [ + 444, + 202 + ], + [ + 444, + 204 + ], + [ + 446, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79403", + "ALAND10": 341939525, + "AWATER10": 1854473, + "GEOID10": "79403", + "ZCTA5CE10": "79403", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 204 + ], + [ + 448, + 202 + ], + [ + 446, + 202 + ], + [ + 446, + 204 + ], + [ + 448, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79322", + "ALAND10": 783577158, + "AWATER10": 25466, + "GEOID10": "79322", + "ZCTA5CE10": "79322", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 204 + ], + [ + 445, + 202 + ], + [ + 443, + 202 + ], + [ + 443, + 204 + ], + [ + 445, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79364", + "ALAND10": 510668715, + "AWATER10": 791201, + "GEOID10": "79364", + "ZCTA5CE10": "79364", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 200 + ], + [ + 443, + 198 + ], + [ + 441, + 198 + ], + [ + 441, + 200 + ], + [ + 443, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79342", + "ALAND10": 247766675, + "AWATER10": 0, + "GEOID10": "79342", + "ZCTA5CE10": "79342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 447, + 199 + ], + [ + 447, + 197 + ], + [ + 445, + 197 + ], + [ + 445, + 199 + ], + [ + 447, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79351", + "ALAND10": 841039408, + "AWATER10": 1493956, + "GEOID10": "79351", + "ZCTA5CE10": "79351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 198 + ], + [ + 445, + 197 + ], + [ + 443, + 196 + ], + [ + 443, + 197 + ], + [ + 442, + 197 + ], + [ + 441, + 198 + ], + [ + 443, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79331", + "ALAND10": 1936172434, + "AWATER10": 2951680, + "GEOID10": "79331", + "ZCTA5CE10": "79331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 195 + ], + [ + 439, + 196 + ], + [ + 442, + 196 + ], + [ + 442, + 193 + ], + [ + 440, + 195 + ], + [ + 439, + 195 + ] + ] + ], + [ + [ + [ + 439, + 195 + ], + [ + 437, + 193 + ], + [ + 437, + 196 + ], + [ + 439, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79714", + "ALAND10": 1990006624, + "AWATER10": 101667, + "GEOID10": "79714", + "ZCTA5CE10": "79714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 199 + ], + [ + 442, + 196 + ], + [ + 438, + 196 + ], + [ + 437, + 199 + ], + [ + 440, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79360", + "ALAND10": 2200318116, + "AWATER10": 64447, + "GEOID10": "79360", + "ZCTA5CE10": "79360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 196 + ], + [ + 445, + 195 + ], + [ + 445, + 192 + ], + [ + 442, + 194 + ], + [ + 442, + 195 + ], + [ + 444, + 194 + ], + [ + 444, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79782", + "ALAND10": 1194886225, + "AWATER10": 913307, + "GEOID10": "79782", + "ZCTA5CE10": "79782", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 193 + ], + [ + 445, + 190 + ], + [ + 442, + 191 + ], + [ + 442, + 193 + ], + [ + 445, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79706", + "ALAND10": 1926728690, + "AWATER10": 3602239, + "GEOID10": "79706", + "ZCTA5CE10": "79706", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 201 + ], + [ + 446, + 201 + ], + [ + 446, + 199 + ], + [ + 444, + 201 + ] + ] + ], + [ + [ + [ + 444, + 201 + ], + [ + 443, + 200 + ], + [ + 443, + 202 + ], + [ + 444, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79373", + "ALAND10": 1123403933, + "AWATER10": 2961109, + "GEOID10": "79373", + "ZCTA5CE10": "79373", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 198 + ], + [ + 446, + 196 + ], + [ + 444, + 196 + ], + [ + 444, + 198 + ], + [ + 446, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79713", + "ALAND10": 425261953, + "AWATER10": 48877, + "GEOID10": "79713", + "ZCTA5CE10": "79713", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 201 + ], + [ + 450, + 199 + ], + [ + 448, + 199 + ], + [ + 448, + 201 + ], + [ + 450, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79330", + "ALAND10": 470333924, + "AWATER10": 3558428, + "GEOID10": "79330", + "ZCTA5CE10": "79330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 195 + ], + [ + 445, + 193 + ], + [ + 443, + 193 + ], + [ + 443, + 195 + ], + [ + 445, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79749", + "ALAND10": 169422493, + "AWATER10": 0, + "GEOID10": "79749", + "ZCTA5CE10": "79749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 192 + ], + [ + 393, + 190 + ], + [ + 391, + 190 + ], + [ + 391, + 192 + ], + [ + 393, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85645", + "ALAND10": 525684326, + "AWATER10": 127609, + "GEOID10": "85645", + "ZCTA5CE10": "85645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 394, + 189 + ], + [ + 394, + 187 + ], + [ + 392, + 187 + ], + [ + 392, + 189 + ], + [ + 394, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85621", + "ALAND10": 731040290, + "AWATER10": 1351350, + "GEOID10": "85621", + "ZCTA5CE10": "85621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 193 + ], + [ + 393, + 191 + ], + [ + 391, + 191 + ], + [ + 391, + 193 + ], + [ + 393, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85614", + "ALAND10": 351484925, + "AWATER10": 60281, + "GEOID10": "85614", + "ZCTA5CE10": "85614", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 395, + 195 + ], + [ + 395, + 193 + ], + [ + 394, + 191 + ], + [ + 393, + 193 + ], + [ + 395, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85641", + "ALAND10": 1199708995, + "AWATER10": 0, + "GEOID10": "85641", + "ZCTA5CE10": "85641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 393, + 192 + ], + [ + 393, + 190 + ], + [ + 391, + 190 + ], + [ + 391, + 192 + ], + [ + 393, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85624", + "ALAND10": 1013831239, + "AWATER10": 488800, + "GEOID10": "85624", + "ZCTA5CE10": "85624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 189 + ], + [ + 396, + 187 + ], + [ + 394, + 187 + ], + [ + 394, + 189 + ], + [ + 396, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85611", + "ALAND10": 797778112, + "AWATER10": 673591, + "GEOID10": "85611", + "ZCTA5CE10": "85611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 396, + 190 + ], + [ + 396, + 188 + ], + [ + 394, + 188 + ], + [ + 394, + 190 + ], + [ + 396, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85615", + "ALAND10": 540009734, + "AWATER10": 157065, + "GEOID10": "85615", + "ZCTA5CE10": "85615", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 397, + 193 + ], + [ + 397, + 191 + ], + [ + 395, + 191 + ], + [ + 395, + 193 + ], + [ + 397, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85638", + "ALAND10": 838893524, + "AWATER10": 216342, + "GEOID10": "85638", + "ZCTA5CE10": "85638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 190 + ], + [ + 399, + 188 + ], + [ + 397, + 188 + ], + [ + 397, + 190 + ], + [ + 399, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85617", + "ALAND10": 571345468, + "AWATER10": 955462, + "GEOID10": "85617", + "ZCTA5CE10": "85617", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 193 + ], + [ + 399, + 191 + ], + [ + 397, + 191 + ], + [ + 397, + 193 + ], + [ + 399, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85625", + "ALAND10": 655183042, + "AWATER10": 409613, + "GEOID10": "85625", + "ZCTA5CE10": "85625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 401, + 192 + ], + [ + 403, + 191 + ], + [ + 403, + 188 + ], + [ + 399, + 188 + ], + [ + 401, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85607", + "ALAND10": 2162134652, + "AWATER10": 3024517, + "GEOID10": "85607", + "ZCTA5CE10": "85607", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 399, + 192 + ], + [ + 401, + 191 + ], + [ + 400, + 190 + ], + [ + 398, + 191 + ], + [ + 399, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85610", + "ALAND10": 1153282848, + "AWATER10": 385429, + "GEOID10": "85610", + "ZCTA5CE10": "85610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 403, + 196 + ], + [ + 403, + 190 + ], + [ + 402, + 190 + ], + [ + 402, + 196 + ], + [ + 403, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US85632", + "ALAND10": 2158401106, + "AWATER10": 1328137, + "GEOID10": "85632", + "ZCTA5CE10": "85632", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 405, + 195 + ], + [ + 406, + 191 + ], + [ + 403, + 188 + ], + [ + 404, + 192 + ], + [ + 403, + 193 + ], + [ + 405, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88020", + "ALAND10": 3020811253, + "AWATER10": 10126341, + "GEOID10": "88020", + "ZCTA5CE10": "88020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 411, + 193 + ], + [ + 411, + 191 + ], + [ + 409, + 191 + ], + [ + 409, + 193 + ], + [ + 411, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US88029", + "ALAND10": 464820210, + "AWATER10": 14214, + "GEOID10": "88029", + "ZCTA5CE10": "88029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 191 + ], + [ + 420, + 189 + ], + [ + 418, + 189 + ], + [ + 418, + 191 + ], + [ + 420, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79838", + "ALAND10": 76173024, + "AWATER10": 320535, + "GEOID10": "79838", + "ZCTA5CE10": "79838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 422, + 190 + ], + [ + 423, + 189 + ], + [ + 421, + 188 + ], + [ + 420, + 189 + ], + [ + 422, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79839", + "ALAND10": 1252372633, + "AWATER10": 772232, + "GEOID10": "79839", + "ZCTA5CE10": "79839", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 420, + 193 + ], + [ + 420, + 191 + ], + [ + 418, + 191 + ], + [ + 418, + 193 + ], + [ + 420, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79938", + "ALAND10": 943746896, + "AWATER10": 171229, + "GEOID10": "79938", + "ZCTA5CE10": "79938", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 193 + ], + [ + 429, + 191 + ], + [ + 428, + 190 + ], + [ + 424, + 191 + ], + [ + 423, + 193 + ], + [ + 428, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79847", + "ALAND10": 2154766419, + "AWATER10": 1684, + "GEOID10": "79847", + "ZCTA5CE10": "79847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 425, + 187 + ], + [ + 424, + 187 + ], + [ + 422, + 187 + ], + [ + 422, + 189 + ], + [ + 424, + 188 + ], + [ + 425, + 188 + ], + [ + 425, + 187 + ] + ] + ], + [ + [ + [ + 425, + 187 + ], + [ + 426, + 187 + ], + [ + 425, + 185 + ], + [ + 425, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79851", + "ALAND10": 1743861922, + "AWATER10": 180316, + "GEOID10": "79851", + "ZCTA5CE10": "79851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 427, + 191 + ], + [ + 427, + 187 + ], + [ + 431, + 189 + ], + [ + 431, + 187 + ], + [ + 428, + 186 + ], + [ + 427, + 184 + ], + [ + 425, + 185 + ], + [ + 427, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79855", + "ALAND10": 4717568594, + "AWATER10": 315558, + "GEOID10": "79855", + "ZCTA5CE10": "79855", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 431, + 187 + ], + [ + 435, + 184 + ], + [ + 433, + 182 + ], + [ + 430, + 183 + ], + [ + 431, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79734", + "ALAND10": 3351107246, + "AWATER10": 119570, + "GEOID10": "79734", + "ZCTA5CE10": "79734", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 185 + ], + [ + 430, + 184 + ], + [ + 428, + 183 + ], + [ + 428, + 181 + ], + [ + 426, + 184 + ], + [ + 429, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79854", + "ALAND10": 1836403851, + "AWATER10": 28790, + "GEOID10": "79854", + "ZCTA5CE10": "79854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 429, + 183 + ], + [ + 433, + 182 + ], + [ + 431, + 177 + ], + [ + 428, + 180 + ], + [ + 429, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79843", + "ALAND10": 3816584182, + "AWATER10": 1564820, + "GEOID10": "79843", + "ZCTA5CE10": "79843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 428, + 182 + ], + [ + 431, + 176 + ], + [ + 428, + 179 + ], + [ + 428, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79845", + "ALAND10": 1213332919, + "AWATER10": 0, + "GEOID10": "79845", + "ZCTA5CE10": "79845", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 190 + ], + [ + 434, + 191 + ], + [ + 435, + 189 + ], + [ + 437, + 189 + ], + [ + 434, + 187 + ], + [ + 433, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79772", + "ALAND10": 2994840852, + "AWATER10": 1984299, + "GEOID10": "79772", + "ZCTA5CE10": "79772", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 433, + 188 + ], + [ + 433, + 186 + ], + [ + 431, + 186 + ], + [ + 431, + 188 + ], + [ + 433, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79718", + "ALAND10": 792346388, + "AWATER10": 2397965, + "GEOID10": "79718", + "ZCTA5CE10": "79718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 194 + ], + [ + 437, + 192 + ], + [ + 435, + 192 + ], + [ + 435, + 194 + ], + [ + 437, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79745", + "ALAND10": 1014645879, + "AWATER10": 19838, + "GEOID10": "79745", + "ZCTA5CE10": "79745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 440, + 194 + ], + [ + 440, + 192 + ], + [ + 438, + 192 + ], + [ + 438, + 194 + ], + [ + 440, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79759", + "ALAND10": 505654238, + "AWATER10": 661292, + "GEOID10": "79759", + "ZCTA5CE10": "79759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 438, + 189 + ], + [ + 438, + 187 + ], + [ + 436, + 187 + ], + [ + 436, + 189 + ], + [ + 438, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79730", + "ALAND10": 333664591, + "AWATER10": 0, + "GEOID10": "79730", + "ZCTA5CE10": "79730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 441, + 185 + ], + [ + 441, + 184 + ], + [ + 440, + 181 + ], + [ + 440, + 184 + ], + [ + 438, + 185 + ], + [ + 439, + 182 + ], + [ + 438, + 182 + ], + [ + 435, + 185 + ], + [ + 437, + 185 + ], + [ + 435, + 186 + ], + [ + 438, + 186 + ], + [ + 437, + 187 + ], + [ + 439, + 187 + ], + [ + 440, + 185 + ], + [ + 441, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79735", + "ALAND10": 4487983941, + "AWATER10": 92161, + "GEOID10": "79735", + "ZCTA5CE10": "79735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 432, + 178 + ], + [ + 432, + 176 + ], + [ + 430, + 176 + ], + [ + 430, + 178 + ], + [ + 432, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79846", + "ALAND10": 1138831687, + "AWATER10": 70078, + "GEOID10": "79846", + "ZCTA5CE10": "79846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 177 + ], + [ + 435, + 174 + ], + [ + 433, + 174 + ], + [ + 433, + 177 + ], + [ + 434, + 176 + ], + [ + 436, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79852", + "ALAND10": 1377760995, + "AWATER10": 1794747, + "GEOID10": "79852", + "ZCTA5CE10": "79852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 184 + ], + [ + 435, + 182 + ], + [ + 433, + 182 + ], + [ + 433, + 184 + ], + [ + 435, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79831", + "ALAND10": 901758622, + "AWATER10": 575325, + "GEOID10": "79831", + "ZCTA5CE10": "79831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 436, + 180 + ], + [ + 438, + 181 + ], + [ + 439, + 180 + ], + [ + 436, + 178 + ], + [ + 436, + 180 + ] + ] + ], + [ + [ + [ + 436, + 180 + ], + [ + 435, + 181 + ], + [ + 437, + 182 + ], + [ + 436, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79842", + "ALAND10": 1606753038, + "AWATER10": 1609702, + "GEOID10": "79842", + "ZCTA5CE10": "79842", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 191 + ], + [ + 443, + 189 + ], + [ + 441, + 189 + ], + [ + 441, + 191 + ], + [ + 443, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79766", + "ALAND10": 616167895, + "AWATER10": 3802013, + "GEOID10": "79766", + "ZCTA5CE10": "79766", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 439, + 189 + ], + [ + 439, + 187 + ], + [ + 437, + 187 + ], + [ + 437, + 189 + ], + [ + 439, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79743", + "ALAND10": 639946948, + "AWATER10": 2310658, + "GEOID10": "79743", + "ZCTA5CE10": "79743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 190 + ], + [ + 444, + 188 + ], + [ + 442, + 188 + ], + [ + 442, + 190 + ], + [ + 444, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79752", + "ALAND10": 568201522, + "AWATER10": 65, + "GEOID10": "79752", + "ZCTA5CE10": "79752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 445, + 189 + ], + [ + 445, + 187 + ], + [ + 443, + 187 + ], + [ + 443, + 189 + ], + [ + 445, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79755", + "ALAND10": 813061818, + "AWATER10": 417117, + "GEOID10": "79755", + "ZCTA5CE10": "79755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 193 + ], + [ + 447, + 190 + ], + [ + 445, + 190 + ], + [ + 445, + 192 + ], + [ + 446, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79739", + "ALAND10": 1371056762, + "AWATER10": 1099823, + "GEOID10": "79739", + "ZCTA5CE10": "79739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 188 + ], + [ + 447, + 187 + ], + [ + 445, + 185 + ], + [ + 445, + 188 + ], + [ + 446, + 188 + ] + ] + ], + [ + [ + [ + 446, + 188 + ], + [ + 445, + 189 + ], + [ + 445, + 190 + ], + [ + 446, + 190 + ], + [ + 446, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76932", + "ALAND10": 2511553924, + "AWATER10": 10136, + "GEOID10": "76932", + "ZCTA5CE10": "76932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 187 + ], + [ + 445, + 184 + ], + [ + 442, + 185 + ], + [ + 442, + 187 + ], + [ + 444, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79744", + "ALAND10": 1387186124, + "AWATER10": 0, + "GEOID10": "79744", + "ZCTA5CE10": "79744", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 443, + 183 + ], + [ + 443, + 181 + ], + [ + 442, + 179 + ], + [ + 439, + 181 + ], + [ + 441, + 181 + ], + [ + 442, + 183 + ], + [ + 443, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79848", + "ALAND10": 2091300714, + "AWATER10": 62, + "GEOID10": "79848", + "ZCTA5CE10": "79848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 442, + 185 + ], + [ + 447, + 184 + ], + [ + 444, + 182 + ], + [ + 442, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79781", + "ALAND10": 1735030838, + "AWATER10": 64199, + "GEOID10": "79781", + "ZCTA5CE10": "79781", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 444, + 179 + ], + [ + 444, + 177 + ], + [ + 442, + 177 + ], + [ + 442, + 179 + ], + [ + 444, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78851", + "ALAND10": 1154405368, + "AWATER10": 40865, + "GEOID10": "78851", + "ZCTA5CE10": "78851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 180 + ], + [ + 450, + 178 + ], + [ + 447, + 177 + ], + [ + 446, + 180 + ], + [ + 449, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78837", + "ALAND10": 2148763443, + "AWATER10": 36329472, + "GEOID10": "78837", + "ZCTA5CE10": "78837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 179 + ], + [ + 448, + 177 + ], + [ + 446, + 177 + ], + [ + 446, + 179 + ], + [ + 448, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78871", + "ALAND10": 1120874150, + "AWATER10": 5530597, + "GEOID10": "78871", + "ZCTA5CE10": "78871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 437, + 177 + ], + [ + 438, + 174 + ], + [ + 435, + 173 + ], + [ + 435, + 175 + ], + [ + 437, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79834", + "ALAND10": 2120263369, + "AWATER10": 2620278, + "GEOID10": "79834", + "ZCTA5CE10": "79834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 435, + 179 + ], + [ + 437, + 178 + ], + [ + 441, + 179 + ], + [ + 438, + 174 + ], + [ + 437, + 177 + ], + [ + 435, + 176 + ], + [ + 434, + 177 + ], + [ + 435, + 179 + ] + ] + ], + [ + [ + [ + 435, + 179 + ], + [ + 433, + 181 + ], + [ + 433, + 183 + ], + [ + 435, + 182 + ], + [ + 435, + 179 + ] + ] + ], + [ + [ + [ + 434, + 177 + ], + [ + 433, + 177 + ], + [ + 433, + 179 + ], + [ + 434, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79830", + "ALAND10": 5205405084, + "AWATER10": 9555388, + "GEOID10": "79830", + "ZCTA5CE10": "79830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 255 + ], + [ + 448, + 253 + ], + [ + 446, + 253 + ], + [ + 446, + 255 + ], + [ + 448, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69134", + "ALAND10": 570108892, + "AWATER10": 519001, + "GEOID10": "69134", + "ZCTA5CE10": "69134", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 255 + ], + [ + 449, + 253 + ], + [ + 447, + 253 + ], + [ + 447, + 255 + ], + [ + 449, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69169", + "ALAND10": 657234092, + "AWATER10": 645351, + "GEOID10": "69169", + "ZCTA5CE10": "69169", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 254 + ], + [ + 452, + 252 + ], + [ + 450, + 252 + ], + [ + 450, + 254 + ], + [ + 452, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69038", + "ALAND10": 452475856, + "AWATER10": 198127, + "GEOID10": "69038", + "ZCTA5CE10": "69038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 253 + ], + [ + 452, + 249 + ], + [ + 450, + 249 + ], + [ + 451, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69001", + "ALAND10": 1151731383, + "AWATER10": 6705085, + "GEOID10": "69001", + "ZCTA5CE10": "69001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 253 + ], + [ + 453, + 251 + ], + [ + 451, + 251 + ], + [ + 451, + 253 + ], + [ + 453, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69025", + "ALAND10": 612497406, + "AWATER10": 110439, + "GEOID10": "69025", + "ZCTA5CE10": "69025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 253 + ], + [ + 451, + 251 + ], + [ + 449, + 251 + ], + [ + 449, + 253 + ], + [ + 451, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69032", + "ALAND10": 867673176, + "AWATER10": 304251, + "GEOID10": "69032", + "ZCTA5CE10": "69032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 250 + ], + [ + 449, + 248 + ], + [ + 447, + 248 + ], + [ + 447, + 250 + ], + [ + 449, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69043", + "ALAND10": 494608763, + "AWATER10": 8546636, + "GEOID10": "69043", + "ZCTA5CE10": "69043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 253 + ], + [ + 450, + 251 + ], + [ + 448, + 251 + ], + [ + 448, + 253 + ], + [ + 450, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69024", + "ALAND10": 747722312, + "AWATER10": 11602, + "GEOID10": "69024", + "ZCTA5CE10": "69024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 249 + ], + [ + 452, + 247 + ], + [ + 450, + 247 + ], + [ + 450, + 249 + ], + [ + 453, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67749", + "ALAND10": 1188804866, + "AWATER10": 1018312, + "GEOID10": "67749", + "ZCTA5CE10": "67749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 256 + ], + [ + 454, + 254 + ], + [ + 452, + 254 + ], + [ + 452, + 256 + ], + [ + 454, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69123", + "ALAND10": 523238530, + "AWATER10": 3370443, + "GEOID10": "69123", + "ZCTA5CE10": "69123", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 254 + ], + [ + 454, + 252 + ], + [ + 452, + 252 + ], + [ + 452, + 254 + ], + [ + 454, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69039", + "ALAND10": 265758384, + "AWATER10": 327899, + "GEOID10": "69039", + "ZCTA5CE10": "69039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 259 + ], + [ + 454, + 256 + ], + [ + 453, + 255 + ], + [ + 454, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69138", + "ALAND10": 872603858, + "AWATER10": 689342, + "GEOID10": "69138", + "ZCTA5CE10": "69138", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 256 + ], + [ + 455, + 254 + ], + [ + 453, + 254 + ], + [ + 453, + 256 + ], + [ + 455, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69028", + "ALAND10": 459900810, + "AWATER10": 1495762, + "GEOID10": "69028", + "ZCTA5CE10": "69028", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 255 + ], + [ + 458, + 253 + ], + [ + 456, + 253 + ], + [ + 456, + 255 + ], + [ + 458, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68850", + "ALAND10": 675774509, + "AWATER10": 3469636, + "GEOID10": "68850", + "ZCTA5CE10": "68850", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 251 + ], + [ + 454, + 249 + ], + [ + 452, + 249 + ], + [ + 452, + 251 + ], + [ + 454, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69026", + "ALAND10": 130348894, + "AWATER10": 0, + "GEOID10": "69026", + "ZCTA5CE10": "69026", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 253 + ], + [ + 454, + 250 + ], + [ + 452, + 253 + ], + [ + 455, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US69022", + "ALAND10": 918699024, + "AWATER10": 9673940, + "GEOID10": "69022", + "ZCTA5CE10": "69022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 251 + ], + [ + 456, + 249 + ], + [ + 454, + 249 + ], + [ + 454, + 251 + ], + [ + 456, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68948", + "ALAND10": 234751344, + "AWATER10": 120050, + "GEOID10": "68948", + "ZCTA5CE10": "68948", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 249 + ], + [ + 449, + 246 + ], + [ + 448, + 247 + ], + [ + 447, + 249 + ], + [ + 449, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67730", + "ALAND10": 991491401, + "AWATER10": 259313, + "GEOID10": "67730", + "ZCTA5CE10": "67730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 245 + ], + [ + 448, + 243 + ], + [ + 446, + 243 + ], + [ + 446, + 245 + ], + [ + 448, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67743", + "ALAND10": 273018125, + "AWATER10": 0, + "GEOID10": "67743", + "ZCTA5CE10": "67743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 250 + ], + [ + 451, + 248 + ], + [ + 449, + 248 + ], + [ + 449, + 250 + ], + [ + 451, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67739", + "ALAND10": 352641540, + "AWATER10": 27288, + "GEOID10": "67739", + "ZCTA5CE10": "67739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 246 + ], + [ + 450, + 244 + ], + [ + 448, + 243 + ], + [ + 448, + 246 + ], + [ + 449, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67701", + "ALAND10": 1255335660, + "AWATER10": 55182, + "GEOID10": "67701", + "ZCTA5CE10": "67701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 246 + ], + [ + 452, + 244 + ], + [ + 450, + 244 + ], + [ + 450, + 246 + ], + [ + 452, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67757", + "ALAND10": 531801951, + "AWATER10": 191988, + "GEOID10": "67757", + "ZCTA5CE10": "67757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 244 + ], + [ + 449, + 240 + ], + [ + 447, + 240 + ], + [ + 447, + 242 + ], + [ + 448, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67764", + "ALAND10": 1327698659, + "AWATER10": 163771, + "GEOID10": "67764", + "ZCTA5CE10": "67764", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 244 + ], + [ + 451, + 241 + ], + [ + 449, + 240 + ], + [ + 449, + 243 + ], + [ + 450, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67748", + "ALAND10": 1202204922, + "AWATER10": 247574, + "GEOID10": "67748", + "ZCTA5CE10": "67748", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 246 + ], + [ + 454, + 243 + ], + [ + 451, + 243 + ], + [ + 451, + 245 + ], + [ + 454, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67740", + "ALAND10": 1130948859, + "AWATER10": 327313, + "GEOID10": "67740", + "ZCTA5CE10": "67740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 243 + ], + [ + 453, + 241 + ], + [ + 451, + 241 + ], + [ + 451, + 243 + ], + [ + 453, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67737", + "ALAND10": 367235465, + "AWATER10": 17252, + "GEOID10": "67737", + "ZCTA5CE10": "67737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 248 + ], + [ + 452, + 246 + ], + [ + 450, + 246 + ], + [ + 450, + 248 + ], + [ + 452, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67635", + "ALAND10": 274713420, + "AWATER10": 5302, + "GEOID10": "67635", + "ZCTA5CE10": "67635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 249 + ], + [ + 454, + 247 + ], + [ + 452, + 247 + ], + [ + 452, + 249 + ], + [ + 454, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67643", + "ALAND10": 343790134, + "AWATER10": 367480, + "GEOID10": "67643", + "ZCTA5CE10": "67643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 249 + ], + [ + 456, + 247 + ], + [ + 454, + 246 + ], + [ + 454, + 249 + ], + [ + 456, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67654", + "ALAND10": 897774592, + "AWATER10": 7910842, + "GEOID10": "67654", + "ZCTA5CE10": "67654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 247 + ], + [ + 455, + 245 + ], + [ + 453, + 245 + ], + [ + 453, + 247 + ], + [ + 455, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67645", + "ALAND10": 828836851, + "AWATER10": 214484, + "GEOID10": "67645", + "ZCTA5CE10": "67645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 243 + ], + [ + 453, + 241 + ], + [ + 451, + 241 + ], + [ + 451, + 243 + ], + [ + 453, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67751", + "ALAND10": 231659255, + "AWATER10": 22493, + "GEOID10": "67751", + "ZCTA5CE10": "67751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 244 + ], + [ + 455, + 242 + ], + [ + 453, + 242 + ], + [ + 453, + 244 + ], + [ + 455, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67631", + "ALAND10": 429759658, + "AWATER10": 78314, + "GEOID10": "67631", + "ZCTA5CE10": "67631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 241 + ], + [ + 456, + 239 + ], + [ + 454, + 239 + ], + [ + 454, + 241 + ], + [ + 456, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67672", + "ALAND10": 815959731, + "AWATER10": 210503, + "GEOID10": "67672", + "ZCTA5CE10": "67672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 256 + ], + [ + 457, + 254 + ], + [ + 455, + 254 + ], + [ + 455, + 256 + ], + [ + 457, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68937", + "ALAND10": 410858308, + "AWATER10": 14456561, + "GEOID10": "68937", + "ZCTA5CE10": "68937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 255 + ], + [ + 458, + 253 + ], + [ + 456, + 253 + ], + [ + 456, + 255 + ], + [ + 458, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68927", + "ALAND10": 398136516, + "AWATER10": 573360, + "GEOID10": "68927", + "ZCTA5CE10": "68927", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 255 + ], + [ + 458, + 253 + ], + [ + 456, + 253 + ], + [ + 456, + 255 + ], + [ + 458, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68863", + "ALAND10": 316230056, + "AWATER10": 5657228, + "GEOID10": "68863", + "ZCTA5CE10": "68863", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 250 + ], + [ + 458, + 248 + ], + [ + 456, + 248 + ], + [ + 456, + 250 + ], + [ + 458, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68966", + "ALAND10": 318842728, + "AWATER10": 277548, + "GEOID10": "68966", + "ZCTA5CE10": "68966", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 252 + ], + [ + 459, + 250 + ], + [ + 457, + 250 + ], + [ + 457, + 252 + ], + [ + 459, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68949", + "ALAND10": 552970859, + "AWATER10": 36417, + "GEOID10": "68949", + "ZCTA5CE10": "68949", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 250 + ], + [ + 459, + 248 + ], + [ + 457, + 248 + ], + [ + 457, + 250 + ], + [ + 459, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68920", + "ALAND10": 329668224, + "AWATER10": 27169194, + "GEOID10": "68920", + "ZCTA5CE10": "68920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 258 + ], + [ + 460, + 256 + ], + [ + 458, + 256 + ], + [ + 458, + 258 + ], + [ + 460, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68866", + "ALAND10": 306697165, + "AWATER10": 80443, + "GEOID10": "68866", + "ZCTA5CE10": "68866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 259 + ], + [ + 462, + 257 + ], + [ + 460, + 257 + ], + [ + 460, + 259 + ], + [ + 462, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68869", + "ALAND10": 536758873, + "AWATER10": 2031928, + "GEOID10": "68869", + "ZCTA5CE10": "68869", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 255 + ], + [ + 461, + 253 + ], + [ + 459, + 253 + ], + [ + 459, + 255 + ], + [ + 461, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68959", + "ALAND10": 791445594, + "AWATER10": 211662, + "GEOID10": "68959", + "ZCTA5CE10": "68959", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 255 + ], + [ + 461, + 253 + ], + [ + 459, + 253 + ], + [ + 459, + 255 + ], + [ + 461, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68840", + "ALAND10": 377888049, + "AWATER10": 3920836, + "GEOID10": "68840", + "ZCTA5CE10": "68840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 255 + ], + [ + 464, + 253 + ], + [ + 462, + 253 + ], + [ + 462, + 255 + ], + [ + 464, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68883", + "ALAND10": 441430179, + "AWATER10": 5488810, + "GEOID10": "68883", + "ZCTA5CE10": "68883", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 254 + ], + [ + 464, + 252 + ], + [ + 462, + 252 + ], + [ + 462, + 254 + ], + [ + 464, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68973", + "ALAND10": 130364919, + "AWATER10": 90218, + "GEOID10": "68973", + "ZCTA5CE10": "68973", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 252 + ], + [ + 461, + 250 + ], + [ + 459, + 250 + ], + [ + 459, + 252 + ], + [ + 461, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68947", + "ALAND10": 179220417, + "AWATER10": 0, + "GEOID10": "68947", + "ZCTA5CE10": "68947", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 251 + ], + [ + 462, + 249 + ], + [ + 460, + 249 + ], + [ + 460, + 251 + ], + [ + 462, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68939", + "ALAND10": 318041836, + "AWATER10": 0, + "GEOID10": "68939", + "ZCTA5CE10": "68939", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 251 + ], + [ + 464, + 249 + ], + [ + 462, + 249 + ], + [ + 462, + 251 + ], + [ + 464, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68930", + "ALAND10": 363719739, + "AWATER10": 71634, + "GEOID10": "68930", + "ZCTA5CE10": "68930", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 250 + ], + [ + 463, + 248 + ], + [ + 461, + 248 + ], + [ + 461, + 250 + ], + [ + 463, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66952", + "ALAND10": 625240820, + "AWATER10": 1434143, + "GEOID10": "66952", + "ZCTA5CE10": "66952", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 248 + ], + [ + 459, + 246 + ], + [ + 457, + 246 + ], + [ + 457, + 248 + ], + [ + 459, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67664", + "ALAND10": 261858781, + "AWATER10": 100613, + "GEOID10": "67664", + "ZCTA5CE10": "67664", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 249 + ], + [ + 458, + 246 + ], + [ + 458, + 249 + ], + [ + 460, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67661", + "ALAND10": 1011360872, + "AWATER10": 866434, + "GEOID10": "67661", + "ZCTA5CE10": "67661", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 248 + ], + [ + 460, + 246 + ], + [ + 458, + 246 + ], + [ + 458, + 248 + ], + [ + 460, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67644", + "ALAND10": 205029525, + "AWATER10": 19857373, + "GEOID10": "67644", + "ZCTA5CE10": "67644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 245 + ], + [ + 460, + 243 + ], + [ + 458, + 243 + ], + [ + 458, + 245 + ], + [ + 460, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67669", + "ALAND10": 852835010, + "AWATER10": 8972134, + "GEOID10": "67669", + "ZCTA5CE10": "67669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 244 + ], + [ + 457, + 242 + ], + [ + 455, + 242 + ], + [ + 455, + 244 + ], + [ + 457, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67657", + "ALAND10": 349253699, + "AWATER10": 143892, + "GEOID10": "67657", + "ZCTA5CE10": "67657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 241 + ], + [ + 457, + 239 + ], + [ + 455, + 239 + ], + [ + 455, + 241 + ], + [ + 457, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67637", + "ALAND10": 870152931, + "AWATER10": 14360134, + "GEOID10": "67637", + "ZCTA5CE10": "67637", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 243 + ], + [ + 460, + 241 + ], + [ + 458, + 241 + ], + [ + 458, + 243 + ], + [ + 460, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67663", + "ALAND10": 798323419, + "AWATER10": 1463817, + "GEOID10": "67663", + "ZCTA5CE10": "67663", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 243 + ], + [ + 459, + 242 + ], + [ + 459, + 240 + ], + [ + 457, + 240 + ], + [ + 458, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67601", + "ALAND10": 998435175, + "AWATER10": 349587, + "GEOID10": "67601", + "ZCTA5CE10": "67601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 248 + ], + [ + 462, + 246 + ], + [ + 460, + 246 + ], + [ + 460, + 248 + ], + [ + 462, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67628", + "ALAND10": 134720875, + "AWATER10": 392928, + "GEOID10": "67628", + "ZCTA5CE10": "67628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 247 + ], + [ + 463, + 245 + ], + [ + 461, + 245 + ], + [ + 461, + 247 + ], + [ + 463, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66967", + "ALAND10": 651643118, + "AWATER10": 784303, + "GEOID10": "66967", + "ZCTA5CE10": "66967", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 245 + ], + [ + 465, + 243 + ], + [ + 463, + 243 + ], + [ + 463, + 245 + ], + [ + 465, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67430", + "ALAND10": 343848995, + "AWATER10": 24210886, + "GEOID10": "67430", + "ZCTA5CE10": "67430", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 245 + ], + [ + 461, + 243 + ], + [ + 459, + 243 + ], + [ + 459, + 245 + ], + [ + 461, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67473", + "ALAND10": 686545734, + "AWATER10": 1280325, + "GEOID10": "67473", + "ZCTA5CE10": "67473", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 243 + ], + [ + 461, + 241 + ], + [ + 459, + 241 + ], + [ + 459, + 243 + ], + [ + 461, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67651", + "ALAND10": 593730876, + "AWATER10": 1264883, + "GEOID10": "67651", + "ZCTA5CE10": "67651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 243 + ], + [ + 462, + 241 + ], + [ + 460, + 241 + ], + [ + 460, + 243 + ], + [ + 462, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67665", + "ALAND10": 836174190, + "AWATER10": 471402, + "GEOID10": "67665", + "ZCTA5CE10": "67665", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 242 + ], + [ + 464, + 240 + ], + [ + 462, + 240 + ], + [ + 462, + 242 + ], + [ + 464, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67648", + "ALAND10": 435726335, + "AWATER10": 15167955, + "GEOID10": "67648", + "ZCTA5CE10": "67648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 242 + ], + [ + 465, + 240 + ], + [ + 463, + 240 + ], + [ + 463, + 242 + ], + [ + 465, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67490", + "ALAND10": 387677638, + "AWATER10": 181519, + "GEOID10": "67490", + "ZCTA5CE10": "67490", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 240 + ], + [ + 451, + 236 + ], + [ + 448, + 236 + ], + [ + 448, + 240 + ], + [ + 451, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67871", + "ALAND10": 2206093496, + "AWATER10": 417054, + "GEOID10": "67871", + "ZCTA5CE10": "67871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 241 + ], + [ + 452, + 239 + ], + [ + 450, + 239 + ], + [ + 450, + 241 + ], + [ + 452, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67738", + "ALAND10": 769711159, + "AWATER10": 169176, + "GEOID10": "67738", + "ZCTA5CE10": "67738", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 237 + ], + [ + 452, + 235 + ], + [ + 450, + 233 + ], + [ + 448, + 233 + ], + [ + 451, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67846", + "ALAND10": 2061964674, + "AWATER10": 1028262, + "GEOID10": "67846", + "ZCTA5CE10": "67846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 234 + ], + [ + 450, + 232 + ], + [ + 448, + 232 + ], + [ + 448, + 234 + ], + [ + 450, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67851", + "ALAND10": 553454192, + "AWATER10": 274627, + "GEOID10": "67851", + "ZCTA5CE10": "67851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 236 + ], + [ + 448, + 233 + ], + [ + 446, + 233 + ], + [ + 446, + 236 + ], + [ + 448, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67860", + "ALAND10": 1522088557, + "AWATER10": 936848, + "GEOID10": "67860", + "ZCTA5CE10": "67860", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 233 + ], + [ + 452, + 231 + ], + [ + 450, + 231 + ], + [ + 450, + 233 + ], + [ + 452, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67853", + "ALAND10": 785890292, + "AWATER10": 198111, + "GEOID10": "67853", + "ZCTA5CE10": "67853", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 241 + ], + [ + 454, + 239 + ], + [ + 452, + 239 + ], + [ + 452, + 241 + ], + [ + 454, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67752", + "ALAND10": 746256130, + "AWATER10": 60610, + "GEOID10": "67752", + "ZCTA5CE10": "67752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 240 + ], + [ + 453, + 236 + ], + [ + 451, + 236 + ], + [ + 452, + 240 + ], + [ + 453, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67839", + "ALAND10": 1466560656, + "AWATER10": 551220, + "GEOID10": "67839", + "ZCTA5CE10": "67839", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 240 + ], + [ + 457, + 238 + ], + [ + 455, + 238 + ], + [ + 455, + 240 + ], + [ + 457, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67560", + "ALAND10": 860159770, + "AWATER10": 233803, + "GEOID10": "67560", + "ZCTA5CE10": "67560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 240 + ], + [ + 454, + 238 + ], + [ + 452, + 238 + ], + [ + 452, + 240 + ], + [ + 454, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67518", + "ALAND10": 376212805, + "AWATER10": 0, + "GEOID10": "67518", + "ZCTA5CE10": "67518", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 236 + ], + [ + 453, + 232 + ], + [ + 452, + 236 + ], + [ + 453, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67835", + "ALAND10": 1131704745, + "AWATER10": 430983, + "GEOID10": "67835", + "ZCTA5CE10": "67835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 231 + ], + [ + 451, + 229 + ], + [ + 449, + 229 + ], + [ + 449, + 231 + ], + [ + 451, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67870", + "ALAND10": 661349709, + "AWATER10": 148305, + "GEOID10": "67870", + "ZCTA5CE10": "67870", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 230 + ], + [ + 450, + 228 + ], + [ + 448, + 228 + ], + [ + 448, + 230 + ], + [ + 450, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67952", + "ALAND10": 465397972, + "AWATER10": 463610, + "GEOID10": "67952", + "ZCTA5CE10": "67952", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 234 + ], + [ + 451, + 232 + ], + [ + 449, + 232 + ], + [ + 449, + 234 + ], + [ + 451, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67877", + "ALAND10": 648881518, + "AWATER10": 506814, + "GEOID10": "67877", + "ZCTA5CE10": "67877", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 230 + ], + [ + 448, + 229 + ], + [ + 448, + 227 + ], + [ + 446, + 227 + ], + [ + 446, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67951", + "ALAND10": 1322811460, + "AWATER10": 1326, + "GEOID10": "67951", + "ZCTA5CE10": "67951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 229 + ], + [ + 452, + 227 + ], + [ + 450, + 227 + ], + [ + 450, + 229 + ], + [ + 452, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67901", + "ALAND10": 897631497, + "AWATER10": 1229263, + "GEOID10": "67901", + "ZCTA5CE10": "67901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 228 + ], + [ + 449, + 226 + ], + [ + 447, + 226 + ], + [ + 447, + 228 + ], + [ + 449, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73951", + "ALAND10": 248222125, + "AWATER10": 802925, + "GEOID10": "73951", + "ZCTA5CE10": "73951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 227 + ], + [ + 449, + 225 + ], + [ + 446, + 226 + ], + [ + 446, + 227 + ], + [ + 448, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73945", + "ALAND10": 999530327, + "AWATER10": 2954404, + "GEOID10": "73945", + "ZCTA5CE10": "73945", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 226 + ], + [ + 450, + 224 + ], + [ + 448, + 224 + ], + [ + 448, + 226 + ], + [ + 450, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73931", + "ALAND10": 665120417, + "AWATER10": 352540, + "GEOID10": "73931", + "ZCTA5CE10": "73931", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 232 + ], + [ + 454, + 230 + ], + [ + 452, + 230 + ], + [ + 452, + 232 + ], + [ + 454, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67844", + "ALAND10": 636918795, + "AWATER10": 38654, + "GEOID10": "67844", + "ZCTA5CE10": "67844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 234 + ], + [ + 455, + 231 + ], + [ + 453, + 232 + ], + [ + 453, + 234 + ], + [ + 455, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67801", + "ALAND10": 980660203, + "AWATER10": 1425609, + "GEOID10": "67801", + "ZCTA5CE10": "67801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 230 + ], + [ + 456, + 228 + ], + [ + 454, + 228 + ], + [ + 454, + 230 + ], + [ + 456, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67865", + "ALAND10": 711112724, + "AWATER10": 208282, + "GEOID10": "67865", + "ZCTA5CE10": "67865", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 231 + ], + [ + 454, + 227 + ], + [ + 452, + 227 + ], + [ + 452, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67864", + "ALAND10": 1218667967, + "AWATER10": 1139400, + "GEOID10": "67864", + "ZCTA5CE10": "67864", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 228 + ], + [ + 453, + 226 + ], + [ + 451, + 226 + ], + [ + 451, + 228 + ], + [ + 453, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67869", + "ALAND10": 811882643, + "AWATER10": 2238317, + "GEOID10": "67869", + "ZCTA5CE10": "67869", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 227 + ], + [ + 454, + 226 + ], + [ + 452, + 224 + ], + [ + 450, + 226 + ], + [ + 452, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73932", + "ALAND10": 1439626559, + "AWATER10": 609883, + "GEOID10": "73932", + "ZCTA5CE10": "73932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 227 + ], + [ + 454, + 225 + ], + [ + 452, + 225 + ], + [ + 452, + 227 + ], + [ + 454, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73938", + "ALAND10": 513219701, + "AWATER10": 141843, + "GEOID10": "73938", + "ZCTA5CE10": "73938", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 226 + ], + [ + 457, + 225 + ], + [ + 452, + 224 + ], + [ + 455, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73848", + "ALAND10": 1576377576, + "AWATER10": 610429, + "GEOID10": "73848", + "ZCTA5CE10": "73848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 227 + ], + [ + 457, + 225 + ], + [ + 455, + 225 + ], + [ + 455, + 227 + ], + [ + 457, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73855", + "ALAND10": 350038593, + "AWATER10": 2600538, + "GEOID10": "73855", + "ZCTA5CE10": "73855", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 241 + ], + [ + 457, + 239 + ], + [ + 455, + 239 + ], + [ + 455, + 241 + ], + [ + 457, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67521", + "ALAND10": 429753002, + "AWATER10": 109897, + "GEOID10": "67521", + "ZCTA5CE10": "67521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 239 + ], + [ + 458, + 237 + ], + [ + 456, + 237 + ], + [ + 456, + 239 + ], + [ + 458, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67513", + "ALAND10": 147318659, + "AWATER10": 19862, + "GEOID10": "67513", + "ZCTA5CE10": "67513", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 241 + ], + [ + 460, + 239 + ], + [ + 458, + 239 + ], + [ + 458, + 241 + ], + [ + 460, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67548", + "ALAND10": 292031746, + "AWATER10": 65331, + "GEOID10": "67548", + "ZCTA5CE10": "67548", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 237 + ], + [ + 457, + 235 + ], + [ + 455, + 235 + ], + [ + 455, + 237 + ], + [ + 457, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67849", + "ALAND10": 322377591, + "AWATER10": 83434, + "GEOID10": "67849", + "ZCTA5CE10": "67849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 236 + ], + [ + 456, + 235 + ], + [ + 453, + 234 + ], + [ + 453, + 236 + ], + [ + 456, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67854", + "ALAND10": 1452028939, + "AWATER10": 541533, + "GEOID10": "67854", + "ZCTA5CE10": "67854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 237 + ], + [ + 461, + 235 + ], + [ + 459, + 235 + ], + [ + 459, + 237 + ], + [ + 461, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67529", + "ALAND10": 282559136, + "AWATER10": 26137, + "GEOID10": "67529", + "ZCTA5CE10": "67529", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 236 + ], + [ + 461, + 234 + ], + [ + 459, + 234 + ], + [ + 459, + 236 + ], + [ + 461, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67519", + "ALAND10": 184396790, + "AWATER10": 0, + "GEOID10": "67519", + "ZCTA5CE10": "67519", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 239 + ], + [ + 459, + 237 + ], + [ + 457, + 237 + ], + [ + 457, + 239 + ], + [ + 459, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67575", + "ALAND10": 419427356, + "AWATER10": 65419, + "GEOID10": "67575", + "ZCTA5CE10": "67575", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 239 + ], + [ + 463, + 237 + ], + [ + 461, + 237 + ], + [ + 461, + 239 + ], + [ + 463, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67525", + "ALAND10": 357539423, + "AWATER10": 1591717, + "GEOID10": "67525", + "ZCTA5CE10": "67525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 238 + ], + [ + 464, + 236 + ], + [ + 462, + 236 + ], + [ + 462, + 238 + ], + [ + 464, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67530", + "ALAND10": 635713740, + "AWATER10": 2729537, + "GEOID10": "67530", + "ZCTA5CE10": "67530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 237 + ], + [ + 462, + 235 + ], + [ + 460, + 235 + ], + [ + 460, + 237 + ], + [ + 462, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67550", + "ALAND10": 818253076, + "AWATER10": 425795, + "GEOID10": "67550", + "ZCTA5CE10": "67550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 234 + ], + [ + 461, + 232 + ], + [ + 459, + 232 + ], + [ + 459, + 234 + ], + [ + 461, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67557", + "ALAND10": 354403438, + "AWATER10": 74976, + "GEOID10": "67557", + "ZCTA5CE10": "67557", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 234 + ], + [ + 463, + 232 + ], + [ + 461, + 232 + ], + [ + 461, + 234 + ], + [ + 463, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67576", + "ALAND10": 828126030, + "AWATER10": 234196, + "GEOID10": "67576", + "ZCTA5CE10": "67576", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 237 + ], + [ + 464, + 235 + ], + [ + 462, + 235 + ], + [ + 462, + 237 + ], + [ + 464, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67578", + "ALAND10": 576434356, + "AWATER10": 5040625, + "GEOID10": "67578", + "ZCTA5CE10": "67578", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 234 + ], + [ + 466, + 232 + ], + [ + 464, + 232 + ], + [ + 464, + 234 + ], + [ + 466, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67583", + "ALAND10": 587328216, + "AWATER10": 558320, + "GEOID10": "67583", + "ZCTA5CE10": "67583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 231 + ], + [ + 457, + 229 + ], + [ + 455, + 229 + ], + [ + 455, + 231 + ], + [ + 457, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67842", + "ALAND10": 391341220, + "AWATER10": 1430050, + "GEOID10": "67842", + "ZCTA5CE10": "67842", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 230 + ], + [ + 456, + 227 + ], + [ + 454, + 228 + ], + [ + 454, + 229 + ], + [ + 457, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67831", + "ALAND10": 1034814543, + "AWATER10": 1545538, + "GEOID10": "67831", + "ZCTA5CE10": "67831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 231 + ], + [ + 459, + 229 + ], + [ + 457, + 229 + ], + [ + 457, + 231 + ], + [ + 459, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67109", + "ALAND10": 505491880, + "AWATER10": 47600, + "GEOID10": "67109", + "ZCTA5CE10": "67109", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 231 + ], + [ + 458, + 229 + ], + [ + 456, + 229 + ], + [ + 456, + 231 + ], + [ + 458, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67127", + "ALAND10": 511570835, + "AWATER10": 1325852, + "GEOID10": "67127", + "ZCTA5CE10": "67127", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 231 + ], + [ + 460, + 227 + ], + [ + 458, + 227 + ], + [ + 457, + 230 + ], + [ + 459, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67029", + "ALAND10": 1018640844, + "AWATER10": 1886396, + "GEOID10": "67029", + "ZCTA5CE10": "67029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 231 + ], + [ + 460, + 229 + ], + [ + 458, + 229 + ], + [ + 458, + 231 + ], + [ + 460, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67059", + "ALAND10": 730961011, + "AWATER10": 181446, + "GEOID10": "67059", + "ZCTA5CE10": "67059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 229 + ], + [ + 461, + 227 + ], + [ + 459, + 227 + ], + [ + 459, + 229 + ], + [ + 461, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67155", + "ALAND10": 694748851, + "AWATER10": 627873, + "GEOID10": "67155", + "ZCTA5CE10": "67155", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 227 + ], + [ + 459, + 226 + ], + [ + 456, + 225 + ], + [ + 456, + 227 + ], + [ + 458, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73834", + "ALAND10": 1056635063, + "AWATER10": 2240574, + "GEOID10": "73834", + "ZCTA5CE10": "73834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 233 + ], + [ + 464, + 231 + ], + [ + 462, + 231 + ], + [ + 462, + 233 + ], + [ + 464, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67124", + "ALAND10": 711699768, + "AWATER10": 1352580, + "GEOID10": "67124", + "ZCTA5CE10": "67124", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 231 + ], + [ + 464, + 229 + ], + [ + 462, + 229 + ], + [ + 462, + 231 + ], + [ + 464, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67104", + "ALAND10": 768359604, + "AWATER10": 2005569, + "GEOID10": "67104", + "ZCTA5CE10": "67104", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 230 + ], + [ + 464, + 228 + ], + [ + 462, + 228 + ], + [ + 462, + 230 + ], + [ + 464, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67138", + "ALAND10": 259652055, + "AWATER10": 171099, + "GEOID10": "67138", + "ZCTA5CE10": "67138", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 227 + ], + [ + 460, + 225 + ], + [ + 458, + 225 + ], + [ + 458, + 227 + ], + [ + 460, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73842", + "ALAND10": 1129809213, + "AWATER10": 6644705, + "GEOID10": "73842", + "ZCTA5CE10": "73842", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 224 + ], + [ + 464, + 222 + ], + [ + 462, + 222 + ], + [ + 462, + 224 + ], + [ + 464, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73860", + "ALAND10": 875080158, + "AWATER10": 2267477, + "GEOID10": "73860", + "ZCTA5CE10": "73860", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 227 + ], + [ + 463, + 225 + ], + [ + 462, + 224 + ], + [ + 459, + 227 + ], + [ + 463, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73717", + "ALAND10": 1702092258, + "AWATER10": 2606753, + "GEOID10": "73717", + "ZCTA5CE10": "73717", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 228 + ], + [ + 465, + 226 + ], + [ + 463, + 226 + ], + [ + 463, + 228 + ], + [ + 465, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73728", + "ALAND10": 590981654, + "AWATER10": 620667, + "GEOID10": "73728", + "ZCTA5CE10": "73728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 256 + ], + [ + 467, + 254 + ], + [ + 465, + 254 + ], + [ + 465, + 256 + ], + [ + 467, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68841", + "ALAND10": 168920029, + "AWATER10": 373279, + "GEOID10": "68841", + "ZCTA5CE10": "68841", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 257 + ], + [ + 466, + 255 + ], + [ + 464, + 255 + ], + [ + 464, + 257 + ], + [ + 466, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68818", + "ALAND10": 470190827, + "AWATER10": 1290419, + "GEOID10": "68818", + "ZCTA5CE10": "68818", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 254 + ], + [ + 467, + 252 + ], + [ + 465, + 252 + ], + [ + 465, + 254 + ], + [ + 467, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68933", + "ALAND10": 155550665, + "AWATER10": 103875, + "GEOID10": "68933", + "ZCTA5CE10": "68933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 254 + ], + [ + 469, + 252 + ], + [ + 467, + 252 + ], + [ + 467, + 254 + ], + [ + 469, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68436", + "ALAND10": 239507273, + "AWATER10": 290408, + "GEOID10": "68436", + "ZCTA5CE10": "68436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 250 + ], + [ + 465, + 248 + ], + [ + 463, + 248 + ], + [ + 463, + 250 + ], + [ + 465, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68970", + "ALAND10": 396061131, + "AWATER10": 7469, + "GEOID10": "68970", + "ZCTA5CE10": "68970", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 252 + ], + [ + 467, + 250 + ], + [ + 465, + 250 + ], + [ + 465, + 252 + ], + [ + 467, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68961", + "ALAND10": 327742449, + "AWATER10": 582720, + "GEOID10": "68961", + "ZCTA5CE10": "68961", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 250 + ], + [ + 467, + 248 + ], + [ + 465, + 248 + ], + [ + 465, + 250 + ], + [ + 467, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68978", + "ALAND10": 370244501, + "AWATER10": 462204, + "GEOID10": "68978", + "ZCTA5CE10": "68978", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 251 + ], + [ + 468, + 249 + ], + [ + 466, + 249 + ], + [ + 466, + 251 + ], + [ + 468, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68325", + "ALAND10": 130472069, + "AWATER10": 169882, + "GEOID10": "68325", + "ZCTA5CE10": "68325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 256 + ], + [ + 469, + 254 + ], + [ + 467, + 254 + ], + [ + 467, + 256 + ], + [ + 469, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68467", + "ALAND10": 466708566, + "AWATER10": 1730030, + "GEOID10": "68467", + "ZCTA5CE10": "68467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 256 + ], + [ + 472, + 254 + ], + [ + 470, + 254 + ], + [ + 470, + 256 + ], + [ + 472, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68313", + "ALAND10": 194386913, + "AWATER10": 1384791, + "GEOID10": "68313", + "ZCTA5CE10": "68313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 254 + ], + [ + 471, + 252 + ], + [ + 469, + 252 + ], + [ + 469, + 254 + ], + [ + 471, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68359", + "ALAND10": 319442380, + "AWATER10": 484482, + "GEOID10": "68359", + "ZCTA5CE10": "68359", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 252 + ], + [ + 469, + 250 + ], + [ + 467, + 250 + ], + [ + 467, + 252 + ], + [ + 469, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68326", + "ALAND10": 117482638, + "AWATER10": 115673, + "GEOID10": "68326", + "ZCTA5CE10": "68326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 252 + ], + [ + 469, + 250 + ], + [ + 467, + 250 + ], + [ + 467, + 252 + ], + [ + 469, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68315", + "ALAND10": 100280699, + "AWATER10": 35360, + "GEOID10": "68315", + "ZCTA5CE10": "68315", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 252 + ], + [ + 472, + 250 + ], + [ + 470, + 250 + ], + [ + 470, + 252 + ], + [ + 472, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68352", + "ALAND10": 752447018, + "AWATER10": 6476233, + "GEOID10": "68352", + "ZCTA5CE10": "68352", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 250 + ], + [ + 472, + 248 + ], + [ + 470, + 248 + ], + [ + 470, + 250 + ], + [ + 472, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66944", + "ALAND10": 227540194, + "AWATER10": 520388, + "GEOID10": "66944", + "ZCTA5CE10": "66944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 250 + ], + [ + 466, + 248 + ], + [ + 464, + 248 + ], + [ + 464, + 250 + ], + [ + 466, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66956", + "ALAND10": 514863153, + "AWATER10": 3921109, + "GEOID10": "66956", + "ZCTA5CE10": "66956", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 247 + ], + [ + 465, + 245 + ], + [ + 463, + 245 + ], + [ + 463, + 247 + ], + [ + 465, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67446", + "ALAND10": 298813675, + "AWATER10": 19701645, + "GEOID10": "67446", + "ZCTA5CE10": "67446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 246 + ], + [ + 466, + 243 + ], + [ + 464, + 244 + ], + [ + 465, + 246 + ], + [ + 466, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67420", + "ALAND10": 1085595279, + "AWATER10": 1008805, + "GEOID10": "67420", + "ZCTA5CE10": "67420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 246 + ], + [ + 464, + 244 + ], + [ + 462, + 244 + ], + [ + 462, + 246 + ], + [ + 464, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67485", + "ALAND10": 201546957, + "AWATER10": 362919, + "GEOID10": "67485", + "ZCTA5CE10": "67485", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 244 + ], + [ + 466, + 242 + ], + [ + 464, + 242 + ], + [ + 464, + 244 + ], + [ + 466, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67455", + "ALAND10": 759147814, + "AWATER10": 934097, + "GEOID10": "67455", + "ZCTA5CE10": "67455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 242 + ], + [ + 464, + 240 + ], + [ + 462, + 240 + ], + [ + 462, + 242 + ], + [ + 464, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67481", + "ALAND10": 482860492, + "AWATER10": 1221407, + "GEOID10": "67481", + "ZCTA5CE10": "67481", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 244 + ], + [ + 467, + 242 + ], + [ + 465, + 242 + ], + [ + 465, + 244 + ], + [ + 467, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67484", + "ALAND10": 361451821, + "AWATER10": 366944, + "GEOID10": "67484", + "ZCTA5CE10": "67484", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 248 + ], + [ + 469, + 246 + ], + [ + 467, + 246 + ], + [ + 467, + 248 + ], + [ + 469, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66935", + "ALAND10": 381048242, + "AWATER10": 877110, + "GEOID10": "66935", + "ZCTA5CE10": "66935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 248 + ], + [ + 469, + 246 + ], + [ + 467, + 246 + ], + [ + 467, + 248 + ], + [ + 469, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66901", + "ALAND10": 637900000, + "AWATER10": 3643401, + "GEOID10": "66901", + "ZCTA5CE10": "66901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 247 + ], + [ + 470, + 245 + ], + [ + 468, + 245 + ], + [ + 468, + 247 + ], + [ + 470, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67417", + "ALAND10": 177991538, + "AWATER10": 21866, + "GEOID10": "67417", + "ZCTA5CE10": "67417", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 247 + ], + [ + 472, + 245 + ], + [ + 470, + 245 + ], + [ + 470, + 247 + ], + [ + 472, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66943", + "ALAND10": 239644656, + "AWATER10": 619810, + "GEOID10": "66943", + "ZCTA5CE10": "66943", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 246 + ], + [ + 472, + 243 + ], + [ + 470, + 243 + ], + [ + 469, + 244 + ], + [ + 471, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67432", + "ALAND10": 962657756, + "AWATER10": 3781998, + "GEOID10": "67432", + "ZCTA5CE10": "67432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 245 + ], + [ + 469, + 243 + ], + [ + 467, + 243 + ], + [ + 467, + 245 + ], + [ + 469, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67436", + "ALAND10": 318460982, + "AWATER10": 256986, + "GEOID10": "67436", + "ZCTA5CE10": "67436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 244 + ], + [ + 470, + 242 + ], + [ + 468, + 242 + ], + [ + 468, + 244 + ], + [ + 470, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67467", + "ALAND10": 693870588, + "AWATER10": 881359, + "GEOID10": "67467", + "ZCTA5CE10": "67467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 242 + ], + [ + 470, + 240 + ], + [ + 468, + 240 + ], + [ + 468, + 242 + ], + [ + 470, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67401", + "ALAND10": 621679383, + "AWATER10": 1357455, + "GEOID10": "67401", + "ZCTA5CE10": "67401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 244 + ], + [ + 470, + 242 + ], + [ + 468, + 242 + ], + [ + 468, + 244 + ], + [ + 470, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67480", + "ALAND10": 422731540, + "AWATER10": 1069037, + "GEOID10": "67480", + "ZCTA5CE10": "67480", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 242 + ], + [ + 472, + 240 + ], + [ + 470, + 240 + ], + [ + 470, + 242 + ], + [ + 472, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67441", + "ALAND10": 100629600, + "AWATER10": 1022522, + "GEOID10": "67441", + "ZCTA5CE10": "67441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 255 + ], + [ + 474, + 253 + ], + [ + 472, + 253 + ], + [ + 472, + 255 + ], + [ + 474, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68333", + "ALAND10": 300082835, + "AWATER10": 2847489, + "GEOID10": "68333", + "ZCTA5CE10": "68333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 256 + ], + [ + 475, + 254 + ], + [ + 473, + 254 + ], + [ + 473, + 256 + ], + [ + 475, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68520", + "ALAND10": 28715200, + "AWATER10": 26827, + "GEOID10": "68520", + "ZCTA5CE10": "68520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 253 + ], + [ + 475, + 251 + ], + [ + 473, + 251 + ], + [ + 473, + 253 + ], + [ + 475, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68331", + "ALAND10": 130268008, + "AWATER10": 925733, + "GEOID10": "68331", + "ZCTA5CE10": "68331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 253 + ], + [ + 474, + 251 + ], + [ + 472, + 251 + ], + [ + 472, + 253 + ], + [ + 474, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68328", + "ALAND10": 87060635, + "AWATER10": 873502, + "GEOID10": "68328", + "ZCTA5CE10": "68328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 250 + ], + [ + 473, + 248 + ], + [ + 471, + 248 + ], + [ + 471, + 250 + ], + [ + 473, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66946", + "ALAND10": 133852146, + "AWATER10": 812950, + "GEOID10": "66946", + "ZCTA5CE10": "66946", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 252 + ], + [ + 476, + 250 + ], + [ + 474, + 250 + ], + [ + 474, + 252 + ], + [ + 476, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68310", + "ALAND10": 539607176, + "AWATER10": 5953613, + "GEOID10": "68310", + "ZCTA5CE10": "68310", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 253 + ], + [ + 474, + 251 + ], + [ + 472, + 251 + ], + [ + 472, + 253 + ], + [ + 474, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68422", + "ALAND10": 121127400, + "AWATER10": 923947, + "GEOID10": "68422", + "ZCTA5CE10": "68422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 250 + ], + [ + 476, + 248 + ], + [ + 474, + 248 + ], + [ + 474, + 250 + ], + [ + 476, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68381", + "ALAND10": 160753579, + "AWATER10": 1473745, + "GEOID10": "68381", + "ZCTA5CE10": "68381", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 257 + ], + [ + 477, + 255 + ], + [ + 475, + 255 + ], + [ + 475, + 257 + ], + [ + 477, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68349", + "ALAND10": 130254634, + "AWATER10": 466573, + "GEOID10": "68349", + "ZCTA5CE10": "68349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 254 + ], + [ + 478, + 252 + ], + [ + 476, + 252 + ], + [ + 476, + 254 + ], + [ + 478, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68329", + "ALAND10": 188197009, + "AWATER10": 410324, + "GEOID10": "68329", + "ZCTA5CE10": "68329", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 256 + ], + [ + 478, + 254 + ], + [ + 476, + 254 + ], + [ + 476, + 256 + ], + [ + 478, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68346", + "ALAND10": 140674598, + "AWATER10": 1199823, + "GEOID10": "68346", + "ZCTA5CE10": "68346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 257 + ], + [ + 480, + 255 + ], + [ + 478, + 255 + ], + [ + 478, + 257 + ], + [ + 480, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51653", + "ALAND10": 89310861, + "AWATER10": 201674, + "GEOID10": "51653", + "ZCTA5CE10": "51653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 253 + ], + [ + 478, + 251 + ], + [ + 476, + 251 + ], + [ + 476, + 253 + ], + [ + 478, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68450", + "ALAND10": 323967066, + "AWATER10": 430816, + "GEOID10": "68450", + "ZCTA5CE10": "68450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 250 + ], + [ + 478, + 248 + ], + [ + 476, + 248 + ], + [ + 476, + 250 + ], + [ + 478, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66538", + "ALAND10": 377631973, + "AWATER10": 49211, + "GEOID10": "66538", + "ZCTA5CE10": "66538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 254 + ], + [ + 480, + 252 + ], + [ + 478, + 252 + ], + [ + 478, + 254 + ], + [ + 480, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68305", + "ALAND10": 367377218, + "AWATER10": 187492, + "GEOID10": "68305", + "ZCTA5CE10": "68305", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 251 + ], + [ + 480, + 249 + ], + [ + 478, + 249 + ], + [ + 478, + 251 + ], + [ + 480, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68457", + "ALAND10": 102473208, + "AWATER10": 93758, + "GEOID10": "68457", + "ZCTA5CE10": "68457", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 248 + ], + [ + 471, + 246 + ], + [ + 469, + 246 + ], + [ + 469, + 248 + ], + [ + 471, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66953", + "ALAND10": 198796508, + "AWATER10": 551240, + "GEOID10": "66953", + "ZCTA5CE10": "66953", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 249 + ], + [ + 476, + 247 + ], + [ + 474, + 247 + ], + [ + 474, + 249 + ], + [ + 476, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66403", + "ALAND10": 244340775, + "AWATER10": 505692, + "GEOID10": "66403", + "ZCTA5CE10": "66403", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 246 + ], + [ + 475, + 244 + ], + [ + 473, + 244 + ], + [ + 473, + 246 + ], + [ + 475, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66427", + "ALAND10": 544049163, + "AWATER10": 2633583, + "GEOID10": "66427", + "ZCTA5CE10": "66427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 245 + ], + [ + 473, + 243 + ], + [ + 471, + 243 + ], + [ + 471, + 245 + ], + [ + 473, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66531", + "ALAND10": 98547095, + "AWATER10": 74444, + "GEOID10": "66531", + "ZCTA5CE10": "66531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 241 + ], + [ + 473, + 239 + ], + [ + 471, + 239 + ], + [ + 471, + 241 + ], + [ + 473, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67431", + "ALAND10": 312459729, + "AWATER10": 1737806, + "GEOID10": "67431", + "ZCTA5CE10": "67431", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 243 + ], + [ + 475, + 241 + ], + [ + 473, + 241 + ], + [ + 473, + 243 + ], + [ + 475, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66502", + "ALAND10": 593950632, + "AWATER10": 14876544, + "GEOID10": "66502", + "ZCTA5CE10": "66502", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 249 + ], + [ + 479, + 247 + ], + [ + 477, + 247 + ], + [ + 477, + 249 + ], + [ + 479, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66428", + "ALAND10": 243163079, + "AWATER10": 675648, + "GEOID10": "66428", + "ZCTA5CE10": "66428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 246 + ], + [ + 478, + 244 + ], + [ + 476, + 244 + ], + [ + 476, + 246 + ], + [ + 478, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66432", + "ALAND10": 156632287, + "AWATER10": 702738, + "GEOID10": "66432", + "ZCTA5CE10": "66432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 249 + ], + [ + 480, + 247 + ], + [ + 478, + 247 + ], + [ + 478, + 249 + ], + [ + 480, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66527", + "ALAND10": 105259125, + "AWATER10": 54766, + "GEOID10": "66527", + "ZCTA5CE10": "66527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 248 + ], + [ + 479, + 246 + ], + [ + 477, + 246 + ], + [ + 477, + 248 + ], + [ + 479, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66550", + "ALAND10": 160586364, + "AWATER10": 488754, + "GEOID10": "66550", + "ZCTA5CE10": "66550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 245 + ], + [ + 478, + 243 + ], + [ + 476, + 243 + ], + [ + 476, + 245 + ], + [ + 478, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66422", + "ALAND10": 159287509, + "AWATER10": 747409, + "GEOID10": "66422", + "ZCTA5CE10": "66422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 242 + ], + [ + 478, + 240 + ], + [ + 476, + 240 + ], + [ + 476, + 242 + ], + [ + 478, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66401", + "ALAND10": 612440787, + "AWATER10": 2736388, + "GEOID10": "66401", + "ZCTA5CE10": "66401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 243 + ], + [ + 480, + 241 + ], + [ + 478, + 241 + ], + [ + 478, + 243 + ], + [ + 480, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66539", + "ALAND10": 106683847, + "AWATER10": 1313431, + "GEOID10": "66539", + "ZCTA5CE10": "66539", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 243 + ], + [ + 480, + 241 + ], + [ + 478, + 241 + ], + [ + 478, + 243 + ], + [ + 480, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66610", + "ALAND10": 99287785, + "AWATER10": 2360184, + "GEOID10": "66610", + "ZCTA5CE10": "66610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 240 + ], + [ + 466, + 238 + ], + [ + 464, + 238 + ], + [ + 464, + 240 + ], + [ + 466, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67439", + "ALAND10": 552310103, + "AWATER10": 1407209, + "GEOID10": "67439", + "ZCTA5CE10": "67439", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 240 + ], + [ + 467, + 238 + ], + [ + 465, + 238 + ], + [ + 465, + 240 + ], + [ + 467, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67444", + "ALAND10": 425264221, + "AWATER10": 7779291, + "GEOID10": "67444", + "ZCTA5CE10": "67444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 239 + ], + [ + 468, + 237 + ], + [ + 466, + 237 + ], + [ + 466, + 239 + ], + [ + 468, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67464", + "ALAND10": 297326218, + "AWATER10": 8985310, + "GEOID10": "67464", + "ZCTA5CE10": "67464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 237 + ], + [ + 467, + 235 + ], + [ + 465, + 235 + ], + [ + 465, + 237 + ], + [ + 467, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67579", + "ALAND10": 580904223, + "AWATER10": 1740146, + "GEOID10": "67579", + "ZCTA5CE10": "67579", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 236 + ], + [ + 465, + 234 + ], + [ + 463, + 234 + ], + [ + 463, + 236 + ], + [ + 465, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67568", + "ALAND10": 166297520, + "AWATER10": 94311, + "GEOID10": "67568", + "ZCTA5CE10": "67568", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 235 + ], + [ + 466, + 233 + ], + [ + 464, + 233 + ], + [ + 464, + 235 + ], + [ + 466, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67510", + "ALAND10": 140125842, + "AWATER10": 44434, + "GEOID10": "67510", + "ZCTA5CE10": "67510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 237 + ], + [ + 469, + 235 + ], + [ + 467, + 235 + ], + [ + 467, + 237 + ], + [ + 469, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67522", + "ALAND10": 160160473, + "AWATER10": 415665, + "GEOID10": "67522", + "ZCTA5CE10": "67522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 237 + ], + [ + 469, + 235 + ], + [ + 467, + 235 + ], + [ + 467, + 237 + ], + [ + 469, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67460", + "ALAND10": 595610368, + "AWATER10": 1896983, + "GEOID10": "67460", + "ZCTA5CE10": "67460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 241 + ], + [ + 471, + 239 + ], + [ + 469, + 239 + ], + [ + 469, + 241 + ], + [ + 471, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67448", + "ALAND10": 578078109, + "AWATER10": 1101725, + "GEOID10": "67448", + "ZCTA5CE10": "67448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 239 + ], + [ + 472, + 237 + ], + [ + 470, + 237 + ], + [ + 470, + 239 + ], + [ + 472, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67438", + "ALAND10": 195149067, + "AWATER10": 575998, + "GEOID10": "67438", + "ZCTA5CE10": "67438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 237 + ], + [ + 472, + 235 + ], + [ + 470, + 235 + ], + [ + 470, + 237 + ], + [ + 472, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66861", + "ALAND10": 537311014, + "AWATER10": 16509406, + "GEOID10": "66861", + "ZCTA5CE10": "66861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 235 + ], + [ + 467, + 233 + ], + [ + 465, + 233 + ], + [ + 465, + 235 + ], + [ + 467, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67501", + "ALAND10": 476506769, + "AWATER10": 3270221, + "GEOID10": "67501", + "ZCTA5CE10": "67501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 235 + ], + [ + 469, + 233 + ], + [ + 467, + 233 + ], + [ + 467, + 235 + ], + [ + 469, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67056", + "ALAND10": 209937142, + "AWATER10": 0, + "GEOID10": "67056", + "ZCTA5CE10": "67056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 236 + ], + [ + 473, + 234 + ], + [ + 471, + 234 + ], + [ + 471, + 236 + ], + [ + 473, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66866", + "ALAND10": 362840335, + "AWATER10": 694165, + "GEOID10": "66866", + "ZCTA5CE10": "66866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 234 + ], + [ + 471, + 232 + ], + [ + 469, + 232 + ], + [ + 469, + 234 + ], + [ + 471, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67204", + "ALAND10": 41727286, + "AWATER10": 1333031, + "GEOID10": "67204", + "ZCTA5CE10": "67204", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 232 + ], + [ + 465, + 230 + ], + [ + 463, + 230 + ], + [ + 463, + 232 + ], + [ + 465, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67142", + "ALAND10": 318239812, + "AWATER10": 223881, + "GEOID10": "67142", + "ZCTA5CE10": "67142", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 232 + ], + [ + 467, + 230 + ], + [ + 465, + 230 + ], + [ + 465, + 232 + ], + [ + 467, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67068", + "ALAND10": 742216077, + "AWATER10": 2706870, + "GEOID10": "67068", + "ZCTA5CE10": "67068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 233 + ], + [ + 468, + 231 + ], + [ + 466, + 231 + ], + [ + 466, + 233 + ], + [ + 468, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67118", + "ALAND10": 205615578, + "AWATER10": 694003, + "GEOID10": "67118", + "ZCTA5CE10": "67118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 228 + ], + [ + 466, + 226 + ], + [ + 464, + 226 + ], + [ + 464, + 228 + ], + [ + 466, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73719", + "ALAND10": 113725796, + "AWATER10": 0, + "GEOID10": "73719", + "ZCTA5CE10": "73719", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 230 + ], + [ + 468, + 228 + ], + [ + 466, + 228 + ], + [ + 466, + 230 + ], + [ + 468, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67003", + "ALAND10": 641726635, + "AWATER10": 2566251, + "GEOID10": "67003", + "ZCTA5CE10": "67003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 227 + ], + [ + 466, + 225 + ], + [ + 464, + 225 + ], + [ + 464, + 227 + ], + [ + 466, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73771", + "ALAND10": 349756514, + "AWATER10": 193318, + "GEOID10": "73771", + "ZCTA5CE10": "73771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 227 + ], + [ + 467, + 225 + ], + [ + 465, + 225 + ], + [ + 465, + 227 + ], + [ + 467, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73761", + "ALAND10": 262265480, + "AWATER10": 768952, + "GEOID10": "73761", + "ZCTA5CE10": "73761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 231 + ], + [ + 470, + 229 + ], + [ + 468, + 229 + ], + [ + 468, + 231 + ], + [ + 470, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67026", + "ALAND10": 253886928, + "AWATER10": 917651, + "GEOID10": "67026", + "ZCTA5CE10": "67026", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 229 + ], + [ + 470, + 227 + ], + [ + 468, + 227 + ], + [ + 468, + 229 + ], + [ + 470, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67022", + "ALAND10": 493526216, + "AWATER10": 44955, + "GEOID10": "67022", + "ZCTA5CE10": "67022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 231 + ], + [ + 470, + 229 + ], + [ + 468, + 229 + ], + [ + 468, + 231 + ], + [ + 470, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67152", + "ALAND10": 595251685, + "AWATER10": 2501978, + "GEOID10": "67152", + "ZCTA5CE10": "67152", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 231 + ], + [ + 470, + 229 + ], + [ + 468, + 229 + ], + [ + 468, + 231 + ], + [ + 470, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67120", + "ALAND10": 105197610, + "AWATER10": 836311, + "GEOID10": "67120", + "ZCTA5CE10": "67120", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 230 + ], + [ + 474, + 228 + ], + [ + 472, + 228 + ], + [ + 472, + 230 + ], + [ + 474, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67156", + "ALAND10": 650873403, + "AWATER10": 4584055, + "GEOID10": "67156", + "ZCTA5CE10": "67156", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 227 + ], + [ + 468, + 225 + ], + [ + 466, + 225 + ], + [ + 467, + 227 + ], + [ + 469, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73759", + "ALAND10": 984261710, + "AWATER10": 1150963, + "GEOID10": "73759", + "ZCTA5CE10": "73759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 227 + ], + [ + 469, + 225 + ], + [ + 467, + 225 + ], + [ + 467, + 227 + ], + [ + 469, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74643", + "ALAND10": 282686893, + "AWATER10": 1567827, + "GEOID10": "74643", + "ZCTA5CE10": "74643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 225 + ], + [ + 472, + 223 + ], + [ + 470, + 223 + ], + [ + 470, + 225 + ], + [ + 472, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74653", + "ALAND10": 305524340, + "AWATER10": 3032795, + "GEOID10": "74653", + "ZCTA5CE10": "74653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 242 + ], + [ + 472, + 240 + ], + [ + 470, + 240 + ], + [ + 470, + 242 + ], + [ + 472, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67451", + "ALAND10": 378063140, + "AWATER10": 1759000, + "GEOID10": "67451", + "ZCTA5CE10": "67451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 241 + ], + [ + 475, + 239 + ], + [ + 473, + 239 + ], + [ + 473, + 241 + ], + [ + 475, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66872", + "ALAND10": 379225237, + "AWATER10": 1332149, + "GEOID10": "66872", + "ZCTA5CE10": "66872", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 238 + ], + [ + 474, + 236 + ], + [ + 472, + 236 + ], + [ + 472, + 238 + ], + [ + 474, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66843", + "ALAND10": 349835598, + "AWATER10": 2001460, + "GEOID10": "66843", + "ZCTA5CE10": "66843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 239 + ], + [ + 474, + 237 + ], + [ + 472, + 237 + ], + [ + 472, + 239 + ], + [ + 474, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66873", + "ALAND10": 220933237, + "AWATER10": 671566, + "GEOID10": "66873", + "ZCTA5CE10": "66873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 238 + ], + [ + 476, + 236 + ], + [ + 474, + 236 + ], + [ + 474, + 238 + ], + [ + 476, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66801", + "ALAND10": 759975978, + "AWATER10": 8482213, + "GEOID10": "66801", + "ZCTA5CE10": "66801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 237 + ], + [ + 475, + 235 + ], + [ + 473, + 235 + ], + [ + 473, + 237 + ], + [ + 475, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66845", + "ALAND10": 392600301, + "AWATER10": 2861920, + "GEOID10": "66845", + "ZCTA5CE10": "66845", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 236 + ], + [ + 473, + 234 + ], + [ + 471, + 234 + ], + [ + 471, + 236 + ], + [ + 473, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67154", + "ALAND10": 204672129, + "AWATER10": 87230, + "GEOID10": "67154", + "ZCTA5CE10": "67154", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 235 + ], + [ + 473, + 233 + ], + [ + 471, + 233 + ], + [ + 471, + 235 + ], + [ + 473, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67144", + "ALAND10": 116656416, + "AWATER10": 43820, + "GEOID10": "67144", + "ZCTA5CE10": "67144", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 237 + ], + [ + 475, + 235 + ], + [ + 473, + 235 + ], + [ + 473, + 237 + ], + [ + 475, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66862", + "ALAND10": 245925036, + "AWATER10": 1054787, + "GEOID10": "66862", + "ZCTA5CE10": "66862", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 238 + ], + [ + 479, + 236 + ], + [ + 477, + 236 + ], + [ + 477, + 238 + ], + [ + 479, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66868", + "ALAND10": 332329040, + "AWATER10": 4796352, + "GEOID10": "66868", + "ZCTA5CE10": "66868", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 241 + ], + [ + 480, + 239 + ], + [ + 478, + 239 + ], + [ + 478, + 241 + ], + [ + 480, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66413", + "ALAND10": 260361057, + "AWATER10": 712209, + "GEOID10": "66413", + "ZCTA5CE10": "66413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 239 + ], + [ + 480, + 237 + ], + [ + 478, + 237 + ], + [ + 478, + 239 + ], + [ + 480, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66523", + "ALAND10": 389649458, + "AWATER10": 17105975, + "GEOID10": "66523", + "ZCTA5CE10": "66523", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 237 + ], + [ + 481, + 235 + ], + [ + 479, + 235 + ], + [ + 479, + 237 + ], + [ + 481, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66839", + "ALAND10": 365809852, + "AWATER10": 44981943, + "GEOID10": "66839", + "ZCTA5CE10": "66839", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 237 + ], + [ + 479, + 235 + ], + [ + 477, + 235 + ], + [ + 477, + 237 + ], + [ + 479, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66852", + "ALAND10": 373609949, + "AWATER10": 2924526, + "GEOID10": "66852", + "ZCTA5CE10": "66852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 235 + ], + [ + 477, + 234 + ], + [ + 477, + 233 + ], + [ + 475, + 232 + ], + [ + 474, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67045", + "ALAND10": 1144459570, + "AWATER10": 6665437, + "GEOID10": "67045", + "ZCTA5CE10": "67045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 233 + ], + [ + 479, + 231 + ], + [ + 477, + 231 + ], + [ + 477, + 233 + ], + [ + 479, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66777", + "ALAND10": 366161073, + "AWATER10": 11780313, + "GEOID10": "66777", + "ZCTA5CE10": "66777", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 234 + ], + [ + 481, + 232 + ], + [ + 479, + 232 + ], + [ + 479, + 234 + ], + [ + 481, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66783", + "ALAND10": 776327744, + "AWATER10": 6132553, + "GEOID10": "66783", + "ZCTA5CE10": "66783", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 232 + ], + [ + 473, + 230 + ], + [ + 471, + 230 + ], + [ + 471, + 232 + ], + [ + 473, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67146", + "ALAND10": 205410485, + "AWATER10": 1179667, + "GEOID10": "67146", + "ZCTA5CE10": "67146", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 230 + ], + [ + 473, + 228 + ], + [ + 471, + 228 + ], + [ + 471, + 230 + ], + [ + 473, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67038", + "ALAND10": 464866551, + "AWATER10": 620466, + "GEOID10": "67038", + "ZCTA5CE10": "67038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 233 + ], + [ + 473, + 231 + ], + [ + 471, + 231 + ], + [ + 471, + 233 + ], + [ + 473, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67074", + "ALAND10": 463509506, + "AWATER10": 1306708, + "GEOID10": "67074", + "ZCTA5CE10": "67074", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 230 + ], + [ + 475, + 228 + ], + [ + 473, + 228 + ], + [ + 473, + 230 + ], + [ + 475, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67024", + "ALAND10": 567565852, + "AWATER10": 4678353, + "GEOID10": "67024", + "ZCTA5CE10": "67024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 226 + ], + [ + 475, + 224 + ], + [ + 473, + 224 + ], + [ + 473, + 226 + ], + [ + 475, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74633", + "ALAND10": 243935956, + "AWATER10": 17536915, + "GEOID10": "74633", + "ZCTA5CE10": "74633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 227 + ], + [ + 474, + 225 + ], + [ + 472, + 225 + ], + [ + 472, + 227 + ], + [ + 474, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74647", + "ALAND10": 791657090, + "AWATER10": 12752520, + "GEOID10": "74647", + "ZCTA5CE10": "74647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 227 + ], + [ + 474, + 225 + ], + [ + 472, + 225 + ], + [ + 472, + 227 + ], + [ + 474, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74652", + "ALAND10": 621691480, + "AWATER10": 10112967, + "GEOID10": "74652", + "ZCTA5CE10": "74652", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 232 + ], + [ + 477, + 230 + ], + [ + 475, + 230 + ], + [ + 475, + 232 + ], + [ + 477, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67122", + "ALAND10": 317333838, + "AWATER10": 2104745, + "GEOID10": "67122", + "ZCTA5CE10": "67122", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 234 + ], + [ + 477, + 232 + ], + [ + 475, + 232 + ], + [ + 475, + 234 + ], + [ + 477, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67047", + "ALAND10": 415026167, + "AWATER10": 11392952, + "GEOID10": "67047", + "ZCTA5CE10": "67047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 231 + ], + [ + 477, + 229 + ], + [ + 475, + 229 + ], + [ + 475, + 231 + ], + [ + 477, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67361", + "ALAND10": 620842927, + "AWATER10": 5503477, + "GEOID10": "67361", + "ZCTA5CE10": "67361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 234 + ], + [ + 480, + 232 + ], + [ + 478, + 232 + ], + [ + 478, + 234 + ], + [ + 480, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66736", + "ALAND10": 665042438, + "AWATER10": 6099937, + "GEOID10": "66736", + "ZCTA5CE10": "66736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 232 + ], + [ + 479, + 230 + ], + [ + 477, + 230 + ], + [ + 477, + 232 + ], + [ + 479, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66757", + "ALAND10": 294908828, + "AWATER10": 2220410, + "GEOID10": "66757", + "ZCTA5CE10": "66757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 230 + ], + [ + 478, + 228 + ], + [ + 476, + 228 + ], + [ + 476, + 230 + ], + [ + 478, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67347", + "ALAND10": 150196587, + "AWATER10": 1722588, + "GEOID10": "67347", + "ZCTA5CE10": "67347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 227 + ], + [ + 476, + 225 + ], + [ + 474, + 224 + ], + [ + 474, + 227 + ], + [ + 477, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74056", + "ALAND10": 1692283358, + "AWATER10": 18092225, + "GEOID10": "74056", + "ZCTA5CE10": "74056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 228 + ], + [ + 479, + 226 + ], + [ + 477, + 226 + ], + [ + 477, + 228 + ], + [ + 479, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67333", + "ALAND10": 132628870, + "AWATER10": 929929, + "GEOID10": "67333", + "ZCTA5CE10": "67333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 227 + ], + [ + 478, + 225 + ], + [ + 476, + 225 + ], + [ + 476, + 227 + ], + [ + 478, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74029", + "ALAND10": 134116594, + "AWATER10": 277085, + "GEOID10": "74029", + "ZCTA5CE10": "74029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 224 + ], + [ + 452, + 221 + ], + [ + 449, + 221 + ], + [ + 448, + 224 + ], + [ + 451, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79070", + "ALAND10": 1977541702, + "AWATER10": 1288580, + "GEOID10": "79070", + "ZCTA5CE10": "79070", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 219 + ], + [ + 448, + 217 + ], + [ + 446, + 217 + ], + [ + 446, + 219 + ], + [ + 448, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79080", + "ALAND10": 445040767, + "AWATER10": 165945, + "GEOID10": "79080", + "ZCTA5CE10": "79080", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 220 + ], + [ + 451, + 219 + ], + [ + 451, + 217 + ], + [ + 448, + 221 + ], + [ + 450, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79059", + "ALAND10": 1254750254, + "AWATER10": 153591, + "GEOID10": "79059", + "ZCTA5CE10": "79059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 223 + ], + [ + 453, + 221 + ], + [ + 451, + 221 + ], + [ + 451, + 223 + ], + [ + 453, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79034", + "ALAND10": 761809101, + "AWATER10": 46274, + "GEOID10": "79034", + "ZCTA5CE10": "79034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 225 + ], + [ + 456, + 223 + ], + [ + 454, + 223 + ], + [ + 454, + 225 + ], + [ + 456, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73851", + "ALAND10": 127302605, + "AWATER10": 0, + "GEOID10": "73851", + "ZCTA5CE10": "73851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 223 + ], + [ + 454, + 221 + ], + [ + 452, + 221 + ], + [ + 452, + 223 + ], + [ + 454, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79046", + "ALAND10": 414873086, + "AWATER10": 121168, + "GEOID10": "79046", + "ZCTA5CE10": "79046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 220 + ], + [ + 456, + 218 + ], + [ + 454, + 218 + ], + [ + 454, + 220 + ], + [ + 456, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73858", + "ALAND10": 643340393, + "AWATER10": 626809, + "GEOID10": "73858", + "ZCTA5CE10": "73858", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 222 + ], + [ + 455, + 221 + ], + [ + 455, + 218 + ], + [ + 452, + 218 + ], + [ + 452, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79014", + "ALAND10": 2443244023, + "AWATER10": 11458415, + "GEOID10": "79014", + "ZCTA5CE10": "79014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 219 + ], + [ + 459, + 217 + ], + [ + 457, + 217 + ], + [ + 457, + 219 + ], + [ + 459, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73628", + "ALAND10": 961887237, + "AWATER10": 6963853, + "GEOID10": "73628", + "ZCTA5CE10": "73628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 219 + ], + [ + 457, + 217 + ], + [ + 455, + 217 + ], + [ + 455, + 219 + ], + [ + 457, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73642", + "ALAND10": 251985909, + "AWATER10": 1442088, + "GEOID10": "73642", + "ZCTA5CE10": "73642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 217 + ], + [ + 450, + 215 + ], + [ + 448, + 215 + ], + [ + 448, + 217 + ], + [ + 450, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79039", + "ALAND10": 579903096, + "AWATER10": 1622993, + "GEOID10": "79039", + "ZCTA5CE10": "79039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 220 + ], + [ + 452, + 217 + ], + [ + 450, + 217 + ], + [ + 449, + 215 + ], + [ + 448, + 216 + ], + [ + 449, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79065", + "ALAND10": 1268614672, + "AWATER10": 3626469, + "GEOID10": "79065", + "ZCTA5CE10": "79065", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 215 + ], + [ + 452, + 213 + ], + [ + 450, + 213 + ], + [ + 450, + 215 + ], + [ + 452, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79057", + "ALAND10": 996762236, + "AWATER10": 2470627, + "GEOID10": "79057", + "ZCTA5CE10": "79057", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 212 + ], + [ + 447, + 212 + ], + [ + 447, + 213 + ], + [ + 450, + 215 + ], + [ + 451, + 212 + ], + [ + 450, + 212 + ] + ] + ], + [ + [ + [ + 450, + 212 + ], + [ + 449, + 210 + ], + [ + 448, + 211 + ], + [ + 450, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79226", + "ALAND10": 2210403246, + "AWATER10": 14057828, + "GEOID10": "79226", + "ZCTA5CE10": "79226", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 211 + ], + [ + 448, + 209 + ], + [ + 446, + 209 + ], + [ + 447, + 211 + ], + [ + 449, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79257", + "ALAND10": 1050979932, + "AWATER10": 1225907, + "GEOID10": "79257", + "ZCTA5CE10": "79257", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 211 + ], + [ + 453, + 209 + ], + [ + 451, + 209 + ], + [ + 451, + 211 + ], + [ + 453, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79245", + "ALAND10": 674020031, + "AWATER10": 5298495, + "GEOID10": "79245", + "ZCTA5CE10": "79245", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 211 + ], + [ + 452, + 209 + ], + [ + 450, + 209 + ], + [ + 450, + 211 + ], + [ + 452, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79239", + "ALAND10": 515215757, + "AWATER10": 21720878, + "GEOID10": "79239", + "ZCTA5CE10": "79239", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 217 + ], + [ + 453, + 215 + ], + [ + 451, + 215 + ], + [ + 451, + 217 + ], + [ + 453, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79096", + "ALAND10": 628036550, + "AWATER10": 467701, + "GEOID10": "79096", + "ZCTA5CE10": "79096", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 216 + ], + [ + 454, + 213 + ], + [ + 452, + 213 + ], + [ + 452, + 216 + ], + [ + 455, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79079", + "ALAND10": 1387938532, + "AWATER10": 437532, + "GEOID10": "79079", + "ZCTA5CE10": "79079", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 215 + ], + [ + 456, + 213 + ], + [ + 454, + 213 + ], + [ + 454, + 215 + ], + [ + 456, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79095", + "ALAND10": 963349290, + "AWATER10": 1209731, + "GEOID10": "79095", + "ZCTA5CE10": "79095", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 212 + ], + [ + 455, + 210 + ], + [ + 453, + 210 + ], + [ + 453, + 212 + ], + [ + 455, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79230", + "ALAND10": 165498367, + "AWATER10": 275228, + "GEOID10": "79230", + "ZCTA5CE10": "79230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 225 + ], + [ + 457, + 223 + ], + [ + 455, + 223 + ], + [ + 455, + 225 + ], + [ + 457, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73840", + "ALAND10": 448738722, + "AWATER10": 82976, + "GEOID10": "73840", + "ZCTA5CE10": "73840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 226 + ], + [ + 459, + 223 + ], + [ + 458, + 221 + ], + [ + 457, + 225 + ], + [ + 458, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73801", + "ALAND10": 1242089263, + "AWATER10": 7272852, + "GEOID10": "73801", + "ZCTA5CE10": "73801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 225 + ], + [ + 460, + 222 + ], + [ + 458, + 224 + ], + [ + 460, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73852", + "ALAND10": 1052636244, + "AWATER10": 307370, + "GEOID10": "73852", + "ZCTA5CE10": "73852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 221 + ], + [ + 457, + 219 + ], + [ + 455, + 220 + ], + [ + 455, + 221 + ], + [ + 458, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73832", + "ALAND10": 1186448821, + "AWATER10": 181014, + "GEOID10": "73832", + "ZCTA5CE10": "73832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 221 + ], + [ + 458, + 219 + ], + [ + 456, + 219 + ], + [ + 456, + 221 + ], + [ + 458, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73859", + "ALAND10": 488611628, + "AWATER10": 214026, + "GEOID10": "73859", + "ZCTA5CE10": "73859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 220 + ], + [ + 461, + 218 + ], + [ + 459, + 218 + ], + [ + 459, + 220 + ], + [ + 461, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73654", + "ALAND10": 882146571, + "AWATER10": 8068958, + "GEOID10": "73654", + "ZCTA5CE10": "73654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 218 + ], + [ + 458, + 216 + ], + [ + 456, + 216 + ], + [ + 456, + 218 + ], + [ + 458, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73644", + "ALAND10": 493967468, + "AWATER10": 2144555, + "GEOID10": "73644", + "ZCTA5CE10": "73644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 220 + ], + [ + 460, + 218 + ], + [ + 458, + 218 + ], + [ + 458, + 220 + ], + [ + 460, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73625", + "ALAND10": 346353346, + "AWATER10": 19965816, + "GEOID10": "73625", + "ZCTA5CE10": "73625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 222 + ], + [ + 463, + 220 + ], + [ + 461, + 220 + ], + [ + 461, + 222 + ], + [ + 463, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73663", + "ALAND10": 350969987, + "AWATER10": 956288, + "GEOID10": "73663", + "ZCTA5CE10": "73663", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 223 + ], + [ + 461, + 221 + ], + [ + 459, + 221 + ], + [ + 459, + 223 + ], + [ + 461, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73838", + "ALAND10": 372709435, + "AWATER10": 309569, + "GEOID10": "73838", + "ZCTA5CE10": "73838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 221 + ], + [ + 462, + 219 + ], + [ + 460, + 219 + ], + [ + 460, + 221 + ], + [ + 462, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73667", + "ALAND10": 394826875, + "AWATER10": 1929633, + "GEOID10": "73667", + "ZCTA5CE10": "73667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 219 + ], + [ + 462, + 217 + ], + [ + 460, + 217 + ], + [ + 460, + 219 + ], + [ + 462, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73639", + "ALAND10": 382961162, + "AWATER10": 996732, + "GEOID10": "73639", + "ZCTA5CE10": "73639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 218 + ], + [ + 460, + 216 + ], + [ + 458, + 216 + ], + [ + 458, + 218 + ], + [ + 460, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73620", + "ALAND10": 320394149, + "AWATER10": 699051, + "GEOID10": "73620", + "ZCTA5CE10": "73620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 219 + ], + [ + 463, + 217 + ], + [ + 461, + 217 + ], + [ + 461, + 219 + ], + [ + 463, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73040", + "ALAND10": 606446649, + "AWATER10": 1405812, + "GEOID10": "73040", + "ZCTA5CE10": "73040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 217 + ], + [ + 456, + 215 + ], + [ + 454, + 215 + ], + [ + 454, + 217 + ], + [ + 456, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73645", + "ALAND10": 742478617, + "AWATER10": 419121, + "GEOID10": "73645", + "ZCTA5CE10": "73645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 215 + ], + [ + 456, + 213 + ], + [ + 454, + 213 + ], + [ + 454, + 215 + ], + [ + 456, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73662", + "ALAND10": 1006755622, + "AWATER10": 1608060, + "GEOID10": "73662", + "ZCTA5CE10": "73662", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 216 + ], + [ + 459, + 214 + ], + [ + 457, + 214 + ], + [ + 457, + 216 + ], + [ + 459, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73664", + "ALAND10": 338250128, + "AWATER10": 1183688, + "GEOID10": "73664", + "ZCTA5CE10": "73664", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 213 + ], + [ + 459, + 211 + ], + [ + 457, + 211 + ], + [ + 457, + 213 + ], + [ + 459, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73547", + "ALAND10": 316400976, + "AWATER10": 9817245, + "GEOID10": "73547", + "ZCTA5CE10": "73547", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 211 + ], + [ + 459, + 209 + ], + [ + 457, + 209 + ], + [ + 457, + 211 + ], + [ + 459, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73537", + "ALAND10": 459304025, + "AWATER10": 411868, + "GEOID10": "73537", + "ZCTA5CE10": "73537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 214 + ], + [ + 458, + 212 + ], + [ + 457, + 211 + ], + [ + 455, + 214 + ], + [ + 456, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73554", + "ALAND10": 1051417484, + "AWATER10": 1237521, + "GEOID10": "73554", + "ZCTA5CE10": "73554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 213 + ], + [ + 460, + 211 + ], + [ + 458, + 211 + ], + [ + 458, + 213 + ], + [ + 460, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73655", + "ALAND10": 408780198, + "AWATER10": 10020482, + "GEOID10": "73655", + "ZCTA5CE10": "73655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 213 + ], + [ + 460, + 211 + ], + [ + 458, + 211 + ], + [ + 458, + 213 + ], + [ + 460, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73526", + "ALAND10": 212567688, + "AWATER10": 114663, + "GEOID10": "73526", + "ZCTA5CE10": "73526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 210 + ], + [ + 459, + 208 + ], + [ + 457, + 208 + ], + [ + 457, + 210 + ], + [ + 459, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73560", + "ALAND10": 346745116, + "AWATER10": 405416, + "GEOID10": "73560", + "ZCTA5CE10": "73560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 217 + ], + [ + 461, + 215 + ], + [ + 459, + 215 + ], + [ + 459, + 217 + ], + [ + 461, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73622", + "ALAND10": 139779329, + "AWATER10": 703319, + "GEOID10": "73622", + "ZCTA5CE10": "73622", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 216 + ], + [ + 462, + 214 + ], + [ + 460, + 214 + ], + [ + 460, + 216 + ], + [ + 462, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73062", + "ALAND10": 650867720, + "AWATER10": 3214670, + "GEOID10": "73062", + "ZCTA5CE10": "73062", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 217 + ], + [ + 463, + 215 + ], + [ + 461, + 215 + ], + [ + 461, + 217 + ], + [ + 463, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73015", + "ALAND10": 567549994, + "AWATER10": 2946966, + "GEOID10": "73015", + "ZCTA5CE10": "73015", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 211 + ], + [ + 461, + 209 + ], + [ + 459, + 209 + ], + [ + 459, + 211 + ], + [ + 461, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73555", + "ALAND10": 51360470, + "AWATER10": 171745, + "GEOID10": "73555", + "ZCTA5CE10": "73555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 212 + ], + [ + 463, + 210 + ], + [ + 461, + 210 + ], + [ + 461, + 212 + ], + [ + 463, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73552", + "ALAND10": 295332519, + "AWATER10": 1045098, + "GEOID10": "73552", + "ZCTA5CE10": "73552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 210 + ], + [ + 464, + 208 + ], + [ + 462, + 208 + ], + [ + 462, + 210 + ], + [ + 464, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73540", + "ALAND10": 143614614, + "AWATER10": 398012, + "GEOID10": "73540", + "ZCTA5CE10": "73540", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 209 + ], + [ + 450, + 207 + ], + [ + 448, + 207 + ], + [ + 448, + 209 + ], + [ + 450, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79241", + "ALAND10": 883902304, + "AWATER10": 601284, + "GEOID10": "79241", + "ZCTA5CE10": "79241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 212 + ], + [ + 454, + 211 + ], + [ + 454, + 208 + ], + [ + 451, + 207 + ], + [ + 450, + 208 + ], + [ + 452, + 209 + ], + [ + 452, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79201", + "ALAND10": 2228769011, + "AWATER10": 44016213, + "GEOID10": "79201", + "ZCTA5CE10": "79201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 208 + ], + [ + 452, + 206 + ], + [ + 450, + 206 + ], + [ + 450, + 208 + ], + [ + 452, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79244", + "ALAND10": 519628502, + "AWATER10": 342156, + "GEOID10": "79244", + "ZCTA5CE10": "79244", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 207 + ], + [ + 453, + 205 + ], + [ + 451, + 205 + ], + [ + 451, + 207 + ], + [ + 453, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79256", + "ALAND10": 451540017, + "AWATER10": 49299, + "GEOID10": "79256", + "ZCTA5CE10": "79256", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 449, + 204 + ], + [ + 451, + 203 + ], + [ + 451, + 202 + ], + [ + 448, + 202 + ], + [ + 449, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79370", + "ALAND10": 1058877871, + "AWATER10": 9919773, + "GEOID10": "79370", + "ZCTA5CE10": "79370", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 203 + ], + [ + 453, + 201 + ], + [ + 451, + 201 + ], + [ + 451, + 203 + ], + [ + 453, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79518", + "ALAND10": 351515969, + "AWATER10": 68466, + "GEOID10": "79518", + "ZCTA5CE10": "79518", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 208 + ], + [ + 454, + 205 + ], + [ + 452, + 206 + ], + [ + 452, + 208 + ], + [ + 454, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79248", + "ALAND10": 1546590032, + "AWATER10": 2481920, + "GEOID10": "79248", + "ZCTA5CE10": "79248", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 210 + ], + [ + 457, + 209 + ], + [ + 457, + 207 + ], + [ + 453, + 208 + ], + [ + 455, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79252", + "ALAND10": 1408429045, + "AWATER10": 1820017, + "GEOID10": "79252", + "ZCTA5CE10": "79252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 202 + ], + [ + 453, + 200 + ], + [ + 451, + 200 + ], + [ + 451, + 202 + ], + [ + 453, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79528", + "ALAND10": 912113099, + "AWATER10": 435684, + "GEOID10": "79528", + "ZCTA5CE10": "79528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 204 + ], + [ + 453, + 202 + ], + [ + 451, + 202 + ], + [ + 451, + 204 + ], + [ + 453, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79236", + "ALAND10": 993152146, + "AWATER10": 3674954, + "GEOID10": "79236", + "ZCTA5CE10": "79236", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 202 + ], + [ + 455, + 200 + ], + [ + 452, + 199 + ], + [ + 452, + 202 + ], + [ + 455, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79502", + "ALAND10": 1690403648, + "AWATER10": 8616599, + "GEOID10": "79502", + "ZCTA5CE10": "79502", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 201 + ], + [ + 459, + 199 + ], + [ + 457, + 199 + ], + [ + 457, + 201 + ], + [ + 459, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79521", + "ALAND10": 807750721, + "AWATER10": 18049655, + "GEOID10": "79521", + "ZCTA5CE10": "79521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 203 + ], + [ + 449, + 201 + ], + [ + 446, + 199 + ], + [ + 445, + 201 + ], + [ + 448, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79356", + "ALAND10": 1924902283, + "AWATER10": 3347940, + "GEOID10": "79356", + "ZCTA5CE10": "79356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 199 + ], + [ + 450, + 197 + ], + [ + 448, + 197 + ], + [ + 448, + 199 + ], + [ + 450, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79517", + "ALAND10": 573643885, + "AWATER10": 1525594, + "GEOID10": "79517", + "ZCTA5CE10": "79517", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 201 + ], + [ + 452, + 199 + ], + [ + 449, + 196 + ], + [ + 448, + 198 + ], + [ + 449, + 200 + ], + [ + 452, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79549", + "ALAND10": 2476746870, + "AWATER10": 3000974, + "GEOID10": "79549", + "ZCTA5CE10": "79549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 446, + 193 + ], + [ + 445, + 197 + ], + [ + 447, + 197 + ], + [ + 448, + 194 + ], + [ + 446, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79720", + "ALAND10": 2359428336, + "AWATER10": 8057055, + "GEOID10": "79720", + "ZCTA5CE10": "79720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 197 + ], + [ + 450, + 196 + ], + [ + 451, + 194 + ], + [ + 448, + 194 + ], + [ + 449, + 195 + ], + [ + 448, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79512", + "ALAND10": 1488505440, + "AWATER10": 12565205, + "GEOID10": "79512", + "ZCTA5CE10": "79512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 199 + ], + [ + 453, + 197 + ], + [ + 451, + 197 + ], + [ + 451, + 199 + ], + [ + 453, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79526", + "ALAND10": 567915936, + "AWATER10": 750865, + "GEOID10": "79526", + "ZCTA5CE10": "79526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 195 + ], + [ + 452, + 193 + ], + [ + 450, + 193 + ], + [ + 450, + 195 + ], + [ + 452, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79545", + "ALAND10": 589990301, + "AWATER10": 301583, + "GEOID10": "79545", + "ZCTA5CE10": "79545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 193 + ], + [ + 452, + 191 + ], + [ + 450, + 191 + ], + [ + 450, + 193 + ], + [ + 452, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76945", + "ALAND10": 1544730707, + "AWATER10": 30552654, + "GEOID10": "76945", + "ZCTA5CE10": "76945", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 200 + ], + [ + 454, + 198 + ], + [ + 452, + 198 + ], + [ + 452, + 200 + ], + [ + 454, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79543", + "ALAND10": 425346699, + "AWATER10": 1228347, + "GEOID10": "79543", + "ZCTA5CE10": "79543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 198 + ], + [ + 453, + 196 + ], + [ + 451, + 196 + ], + [ + 451, + 198 + ], + [ + 453, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79556", + "ALAND10": 787990710, + "AWATER10": 4805868, + "GEOID10": "79556", + "ZCTA5CE10": "79556", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 199 + ], + [ + 455, + 197 + ], + [ + 453, + 197 + ], + [ + 453, + 199 + ], + [ + 455, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79520", + "ALAND10": 504420077, + "AWATER10": 3557480, + "GEOID10": "79520", + "ZCTA5CE10": "79520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 198 + ], + [ + 456, + 196 + ], + [ + 454, + 196 + ], + [ + 454, + 198 + ], + [ + 456, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79525", + "ALAND10": 242805319, + "AWATER10": 466859, + "GEOID10": "79525", + "ZCTA5CE10": "79525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 195 + ], + [ + 454, + 193 + ], + [ + 452, + 193 + ], + [ + 452, + 195 + ], + [ + 454, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79537", + "ALAND10": 201808280, + "AWATER10": 0, + "GEOID10": "79537", + "ZCTA5CE10": "79537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 193 + ], + [ + 455, + 191 + ], + [ + 453, + 191 + ], + [ + 453, + 193 + ], + [ + 455, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79567", + "ALAND10": 817605588, + "AWATER10": 3585465, + "GEOID10": "79567", + "ZCTA5CE10": "79567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 195 + ], + [ + 455, + 193 + ], + [ + 453, + 193 + ], + [ + 453, + 195 + ], + [ + 455, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79541", + "ALAND10": 408522075, + "AWATER10": 809710, + "GEOID10": "79541", + "ZCTA5CE10": "79541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 205 + ], + [ + 459, + 203 + ], + [ + 457, + 203 + ], + [ + 457, + 205 + ], + [ + 459, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76371", + "ALAND10": 271211089, + "AWATER10": 101904, + "GEOID10": "76371", + "ZCTA5CE10": "76371", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 205 + ], + [ + 461, + 202 + ], + [ + 458, + 202 + ], + [ + 457, + 204 + ], + [ + 461, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76380", + "ALAND10": 2464434280, + "AWATER10": 87058477, + "GEOID10": "76380", + "ZCTA5CE10": "76380", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 208 + ], + [ + 457, + 207 + ], + [ + 456, + 205 + ], + [ + 458, + 204 + ], + [ + 455, + 204 + ], + [ + 455, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79227", + "ALAND10": 2220513418, + "AWATER10": 16738653, + "GEOID10": "79227", + "ZCTA5CE10": "79227", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 210 + ], + [ + 460, + 208 + ], + [ + 458, + 206 + ], + [ + 458, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76384", + "ALAND10": 1233650348, + "AWATER10": 5204006, + "GEOID10": "76384", + "ZCTA5CE10": "76384", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 210 + ], + [ + 460, + 208 + ], + [ + 458, + 208 + ], + [ + 458, + 210 + ], + [ + 460, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73542", + "ALAND10": 860070308, + "AWATER10": 8219246, + "GEOID10": "73542", + "ZCTA5CE10": "73542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 209 + ], + [ + 461, + 207 + ], + [ + 459, + 207 + ], + [ + 459, + 209 + ], + [ + 461, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76364", + "ALAND10": 177180266, + "AWATER10": 419459, + "GEOID10": "76364", + "ZCTA5CE10": "76364", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 208 + ], + [ + 463, + 206 + ], + [ + 461, + 206 + ], + [ + 461, + 208 + ], + [ + 463, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76354", + "ALAND10": 203285148, + "AWATER10": 250436, + "GEOID10": "76354", + "ZCTA5CE10": "76354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 207 + ], + [ + 464, + 205 + ], + [ + 462, + 205 + ], + [ + 462, + 207 + ], + [ + 464, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76305", + "ALAND10": 567732843, + "AWATER10": 2113591, + "GEOID10": "76305", + "ZCTA5CE10": "76305", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 207 + ], + [ + 464, + 205 + ], + [ + 462, + 205 + ], + [ + 462, + 207 + ], + [ + 464, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76367", + "ALAND10": 513899667, + "AWATER10": 8237565, + "GEOID10": "76367", + "ZCTA5CE10": "76367", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 205 + ], + [ + 462, + 203 + ], + [ + 460, + 203 + ], + [ + 460, + 205 + ], + [ + 462, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76370", + "ALAND10": 277233576, + "AWATER10": 11093806, + "GEOID10": "76370", + "ZCTA5CE10": "76370", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 203 + ], + [ + 464, + 201 + ], + [ + 462, + 201 + ], + [ + 462, + 203 + ], + [ + 464, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76374", + "ALAND10": 730993680, + "AWATER10": 7731494, + "GEOID10": "76374", + "ZCTA5CE10": "76374", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 200 + ], + [ + 457, + 198 + ], + [ + 455, + 198 + ], + [ + 455, + 200 + ], + [ + 457, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79553", + "ALAND10": 430595188, + "AWATER10": 1090292, + "GEOID10": "79553", + "ZCTA5CE10": "79553", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 197 + ], + [ + 458, + 195 + ], + [ + 456, + 195 + ], + [ + 456, + 197 + ], + [ + 458, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79601", + "ALAND10": 644893221, + "AWATER10": 14491336, + "GEOID10": "79601", + "ZCTA5CE10": "79601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 202 + ], + [ + 460, + 200 + ], + [ + 458, + 200 + ], + [ + 458, + 202 + ], + [ + 459, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76483", + "ALAND10": 1646654011, + "AWATER10": 5417172, + "GEOID10": "76483", + "ZCTA5CE10": "76483", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 199 + ], + [ + 458, + 197 + ], + [ + 456, + 197 + ], + [ + 456, + 199 + ], + [ + 458, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76430", + "ALAND10": 931330531, + "AWATER10": 2590440, + "GEOID10": "76430", + "ZCTA5CE10": "76430", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 196 + ], + [ + 457, + 194 + ], + [ + 455, + 194 + ], + [ + 455, + 196 + ], + [ + 457, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79606", + "ALAND10": 161799280, + "AWATER10": 449181, + "GEOID10": "79606", + "ZCTA5CE10": "79606", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 194 + ], + [ + 460, + 192 + ], + [ + 458, + 192 + ], + [ + 458, + 194 + ], + [ + 460, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US79504", + "ALAND10": 971432910, + "AWATER10": 1601274, + "GEOID10": "79504", + "ZCTA5CE10": "79504", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 195 + ], + [ + 460, + 193 + ], + [ + 458, + 193 + ], + [ + 458, + 195 + ], + [ + 460, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76443", + "ALAND10": 366382569, + "AWATER10": 1041552, + "GEOID10": "76443", + "ZCTA5CE10": "76443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 197 + ], + [ + 460, + 195 + ], + [ + 458, + 195 + ], + [ + 458, + 197 + ], + [ + 460, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76464", + "ALAND10": 481321100, + "AWATER10": 447538, + "GEOID10": "76464", + "ZCTA5CE10": "76464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 200 + ], + [ + 462, + 199 + ], + [ + 462, + 197 + ], + [ + 460, + 197 + ], + [ + 461, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76424", + "ALAND10": 1333963989, + "AWATER10": 60793990, + "GEOID10": "76424", + "ZCTA5CE10": "76424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 198 + ], + [ + 462, + 196 + ], + [ + 460, + 196 + ], + [ + 460, + 198 + ], + [ + 462, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76437", + "ALAND10": 1048818637, + "AWATER10": 2910161, + "GEOID10": "76437", + "ZCTA5CE10": "76437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 201 + ], + [ + 463, + 198 + ], + [ + 461, + 200 + ], + [ + 464, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76450", + "ALAND10": 1195490304, + "AWATER10": 39395304, + "GEOID10": "76450", + "ZCTA5CE10": "76450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 195 + ], + [ + 462, + 193 + ], + [ + 460, + 193 + ], + [ + 460, + 195 + ], + [ + 462, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76435", + "ALAND10": 188279688, + "AWATER10": 463052, + "GEOID10": "76435", + "ZCTA5CE10": "76435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 196 + ], + [ + 463, + 194 + ], + [ + 461, + 194 + ], + [ + 461, + 196 + ], + [ + 463, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76448", + "ALAND10": 326834965, + "AWATER10": 8287547, + "GEOID10": "76448", + "ZCTA5CE10": "76448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 193 + ], + [ + 465, + 191 + ], + [ + 463, + 191 + ], + [ + 463, + 193 + ], + [ + 465, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76446", + "ALAND10": 1086271866, + "AWATER10": 10295405, + "GEOID10": "76446", + "ZCTA5CE10": "76446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 226 + ], + [ + 465, + 224 + ], + [ + 463, + 224 + ], + [ + 463, + 226 + ], + [ + 465, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73741", + "ALAND10": 274664265, + "AWATER10": 518202, + "GEOID10": "73741", + "ZCTA5CE10": "73741", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 223 + ], + [ + 466, + 221 + ], + [ + 464, + 221 + ], + [ + 464, + 223 + ], + [ + 466, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73760", + "ALAND10": 154137309, + "AWATER10": 855359, + "GEOID10": "73760", + "ZCTA5CE10": "73760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 224 + ], + [ + 467, + 222 + ], + [ + 465, + 222 + ], + [ + 465, + 224 + ], + [ + 467, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73754", + "ALAND10": 94581956, + "AWATER10": 116480, + "GEOID10": "73754", + "ZCTA5CE10": "73754", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 224 + ], + [ + 467, + 222 + ], + [ + 465, + 222 + ], + [ + 465, + 224 + ], + [ + 467, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73703", + "ALAND10": 293785573, + "AWATER10": 242745, + "GEOID10": "73703", + "ZCTA5CE10": "73703", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 221 + ], + [ + 464, + 219 + ], + [ + 462, + 219 + ], + [ + 462, + 221 + ], + [ + 464, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73744", + "ALAND10": 235623644, + "AWATER10": 69587, + "GEOID10": "73744", + "ZCTA5CE10": "73744", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 221 + ], + [ + 469, + 219 + ], + [ + 467, + 219 + ], + [ + 467, + 221 + ], + [ + 469, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73750", + "ALAND10": 688239398, + "AWATER10": 5332206, + "GEOID10": "73750", + "ZCTA5CE10": "73750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 221 + ], + [ + 467, + 219 + ], + [ + 465, + 219 + ], + [ + 465, + 221 + ], + [ + 467, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73756", + "ALAND10": 213195775, + "AWATER10": 1228003, + "GEOID10": "73756", + "ZCTA5CE10": "73756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 219 + ], + [ + 466, + 217 + ], + [ + 464, + 217 + ], + [ + 464, + 219 + ], + [ + 466, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73762", + "ALAND10": 486823881, + "AWATER10": 5293273, + "GEOID10": "73762", + "ZCTA5CE10": "73762", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 224 + ], + [ + 470, + 222 + ], + [ + 468, + 222 + ], + [ + 468, + 224 + ], + [ + 470, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73730", + "ALAND10": 148491149, + "AWATER10": 181426, + "GEOID10": "73730", + "ZCTA5CE10": "73730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 221 + ], + [ + 469, + 219 + ], + [ + 467, + 219 + ], + [ + 467, + 221 + ], + [ + 469, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73742", + "ALAND10": 603556543, + "AWATER10": 3915996, + "GEOID10": "73742", + "ZCTA5CE10": "73742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 222 + ], + [ + 469, + 220 + ], + [ + 467, + 220 + ], + [ + 467, + 222 + ], + [ + 469, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73056", + "ALAND10": 293315051, + "AWATER10": 713904, + "GEOID10": "73056", + "ZCTA5CE10": "73056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 225 + ], + [ + 473, + 223 + ], + [ + 471, + 223 + ], + [ + 471, + 225 + ], + [ + 473, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73061", + "ALAND10": 291090468, + "AWATER10": 12708938, + "GEOID10": "73061", + "ZCTA5CE10": "73061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 220 + ], + [ + 469, + 218 + ], + [ + 467, + 218 + ], + [ + 467, + 220 + ], + [ + 469, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73016", + "ALAND10": 164381790, + "AWATER10": 2126660, + "GEOID10": "73016", + "ZCTA5CE10": "73016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 221 + ], + [ + 470, + 219 + ], + [ + 468, + 219 + ], + [ + 468, + 221 + ], + [ + 470, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73044", + "ALAND10": 681550331, + "AWATER10": 6492892, + "GEOID10": "73044", + "ZCTA5CE10": "73044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 221 + ], + [ + 473, + 219 + ], + [ + 471, + 219 + ], + [ + 471, + 221 + ], + [ + 473, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74059", + "ALAND10": 299085700, + "AWATER10": 3026663, + "GEOID10": "74059", + "ZCTA5CE10": "74059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 218 + ], + [ + 472, + 216 + ], + [ + 470, + 216 + ], + [ + 470, + 218 + ], + [ + 472, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73054", + "ALAND10": 236732366, + "AWATER10": 430051, + "GEOID10": "73054", + "ZCTA5CE10": "73054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 217 + ], + [ + 466, + 215 + ], + [ + 464, + 215 + ], + [ + 464, + 217 + ], + [ + 466, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73036", + "ALAND10": 474828894, + "AWATER10": 3050874, + "GEOID10": "73036", + "ZCTA5CE10": "73036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 215 + ], + [ + 465, + 213 + ], + [ + 463, + 213 + ], + [ + 463, + 215 + ], + [ + 465, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73005", + "ALAND10": 399764842, + "AWATER10": 1602212, + "GEOID10": "73005", + "ZCTA5CE10": "73005", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 216 + ], + [ + 468, + 214 + ], + [ + 466, + 214 + ], + [ + 466, + 216 + ], + [ + 468, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73079", + "ALAND10": 194280611, + "AWATER10": 293126, + "GEOID10": "73079", + "ZCTA5CE10": "73079", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 213 + ], + [ + 464, + 211 + ], + [ + 462, + 211 + ], + [ + 462, + 213 + ], + [ + 464, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73006", + "ALAND10": 453941061, + "AWATER10": 2555081, + "GEOID10": "73006", + "ZCTA5CE10": "73006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 214 + ], + [ + 468, + 212 + ], + [ + 466, + 212 + ], + [ + 466, + 214 + ], + [ + 468, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73067", + "ALAND10": 323675094, + "AWATER10": 1773975, + "GEOID10": "73067", + "ZCTA5CE10": "73067", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 217 + ], + [ + 469, + 215 + ], + [ + 467, + 215 + ], + [ + 467, + 217 + ], + [ + 469, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73089", + "ALAND10": 272610762, + "AWATER10": 288541, + "GEOID10": "73089", + "ZCTA5CE10": "73089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 214 + ], + [ + 468, + 212 + ], + [ + 466, + 212 + ], + [ + 466, + 214 + ], + [ + 468, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73010", + "ALAND10": 468600821, + "AWATER10": 2882135, + "GEOID10": "73010", + "ZCTA5CE10": "73010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 217 + ], + [ + 471, + 215 + ], + [ + 469, + 215 + ], + [ + 469, + 217 + ], + [ + 471, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73150", + "ALAND10": 49049944, + "AWATER10": 254231, + "GEOID10": "73150", + "ZCTA5CE10": "73150", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 214 + ], + [ + 470, + 212 + ], + [ + 468, + 212 + ], + [ + 468, + 214 + ], + [ + 470, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73095", + "ALAND10": 180803468, + "AWATER10": 3478088, + "GEOID10": "73095", + "ZCTA5CE10": "73095", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 212 + ], + [ + 471, + 210 + ], + [ + 469, + 210 + ], + [ + 469, + 212 + ], + [ + 471, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73057", + "ALAND10": 227321859, + "AWATER10": 4478104, + "GEOID10": "73057", + "ZCTA5CE10": "73057", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 212 + ], + [ + 469, + 210 + ], + [ + 467, + 210 + ], + [ + 467, + 212 + ], + [ + 469, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73055", + "ALAND10": 655508004, + "AWATER10": 16495403, + "GEOID10": "73055", + "ZCTA5CE10": "73055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 211 + ], + [ + 469, + 209 + ], + [ + 467, + 209 + ], + [ + 467, + 211 + ], + [ + 469, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73533", + "ALAND10": 859627238, + "AWATER10": 12349070, + "GEOID10": "73533", + "ZCTA5CE10": "73533", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 210 + ], + [ + 470, + 208 + ], + [ + 468, + 208 + ], + [ + 468, + 210 + ], + [ + 470, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73438", + "ALAND10": 224620323, + "AWATER10": 901642, + "GEOID10": "73438", + "ZCTA5CE10": "73438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 212 + ], + [ + 470, + 210 + ], + [ + 468, + 210 + ], + [ + 468, + 212 + ], + [ + 470, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73075", + "ALAND10": 355966601, + "AWATER10": 7844043, + "GEOID10": "73075", + "ZCTA5CE10": "73075", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 212 + ], + [ + 472, + 210 + ], + [ + 470, + 210 + ], + [ + 470, + 212 + ], + [ + 472, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73030", + "ALAND10": 493693620, + "AWATER10": 5721271, + "GEOID10": "73030", + "ZCTA5CE10": "73030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 224 + ], + [ + 475, + 222 + ], + [ + 473, + 222 + ], + [ + 473, + 224 + ], + [ + 475, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74058", + "ALAND10": 667149909, + "AWATER10": 8562253, + "GEOID10": "74058", + "ZCTA5CE10": "74058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 223 + ], + [ + 472, + 221 + ], + [ + 470, + 221 + ], + [ + 470, + 223 + ], + [ + 472, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74032", + "ALAND10": 267245031, + "AWATER10": 2930535, + "GEOID10": "74032", + "ZCTA5CE10": "74032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 223 + ], + [ + 477, + 221 + ], + [ + 475, + 221 + ], + [ + 475, + 223 + ], + [ + 477, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74035", + "ALAND10": 624459493, + "AWATER10": 19481748, + "GEOID10": "74035", + "ZCTA5CE10": "74035", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 222 + ], + [ + 475, + 220 + ], + [ + 473, + 220 + ], + [ + 473, + 222 + ], + [ + 475, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74030", + "ALAND10": 178587058, + "AWATER10": 892711, + "GEOID10": "74030", + "ZCTA5CE10": "74030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 221 + ], + [ + 472, + 219 + ], + [ + 470, + 219 + ], + [ + 470, + 221 + ], + [ + 472, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74875", + "ALAND10": 126071765, + "AWATER10": 351731, + "GEOID10": "74875", + "ZCTA5CE10": "74875", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 219 + ], + [ + 474, + 217 + ], + [ + 472, + 217 + ], + [ + 472, + 219 + ], + [ + 474, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74834", + "ALAND10": 495677766, + "AWATER10": 9364225, + "GEOID10": "74834", + "ZCTA5CE10": "74834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 217 + ], + [ + 474, + 215 + ], + [ + 472, + 215 + ], + [ + 472, + 217 + ], + [ + 474, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74804", + "ALAND10": 242257869, + "AWATER10": 491527, + "GEOID10": "74804", + "ZCTA5CE10": "74804", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 225 + ], + [ + 477, + 223 + ], + [ + 475, + 223 + ], + [ + 475, + 225 + ], + [ + 477, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74084", + "ALAND10": 157442725, + "AWATER10": 116113, + "GEOID10": "74084", + "ZCTA5CE10": "74084", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 223 + ], + [ + 477, + 221 + ], + [ + 475, + 221 + ], + [ + 475, + 223 + ], + [ + 477, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74054", + "ALAND10": 73708967, + "AWATER10": 15276025, + "GEOID10": "74054", + "ZCTA5CE10": "74054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 226 + ], + [ + 479, + 224 + ], + [ + 477, + 224 + ], + [ + 477, + 226 + ], + [ + 479, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74061", + "ALAND10": 237705058, + "AWATER10": 1432478, + "GEOID10": "74061", + "ZCTA5CE10": "74061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 223 + ], + [ + 479, + 221 + ], + [ + 477, + 221 + ], + [ + 477, + 223 + ], + [ + 479, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74115", + "ALAND10": 40560914, + "AWATER10": 1972161, + "GEOID10": "74115", + "ZCTA5CE10": "74115", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 221 + ], + [ + 476, + 219 + ], + [ + 474, + 219 + ], + [ + 474, + 221 + ], + [ + 476, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74010", + "ALAND10": 851267522, + "AWATER10": 10900223, + "GEOID10": "74010", + "ZCTA5CE10": "74010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 219 + ], + [ + 479, + 217 + ], + [ + 477, + 217 + ], + [ + 477, + 219 + ], + [ + 479, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74421", + "ALAND10": 342678646, + "AWATER10": 419759, + "GEOID10": "74421", + "ZCTA5CE10": "74421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 221 + ], + [ + 480, + 219 + ], + [ + 478, + 219 + ], + [ + 478, + 221 + ], + [ + 480, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74011", + "ALAND10": 61284052, + "AWATER10": 5117665, + "GEOID10": "74011", + "ZCTA5CE10": "74011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 218 + ], + [ + 479, + 216 + ], + [ + 477, + 216 + ], + [ + 477, + 218 + ], + [ + 479, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74445", + "ALAND10": 212264470, + "AWATER10": 573896, + "GEOID10": "74445", + "ZCTA5CE10": "74445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 217 + ], + [ + 474, + 215 + ], + [ + 472, + 215 + ], + [ + 472, + 217 + ], + [ + 474, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74801", + "ALAND10": 197067034, + "AWATER10": 4337016, + "GEOID10": "74801", + "ZCTA5CE10": "74801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 217 + ], + [ + 475, + 215 + ], + [ + 473, + 215 + ], + [ + 473, + 217 + ], + [ + 475, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74859", + "ALAND10": 776794497, + "AWATER10": 13786139, + "GEOID10": "74859", + "ZCTA5CE10": "74859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 217 + ], + [ + 475, + 215 + ], + [ + 473, + 215 + ], + [ + 473, + 217 + ], + [ + 475, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74868", + "ALAND10": 551032902, + "AWATER10": 2162507, + "GEOID10": "74868", + "ZCTA5CE10": "74868", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 214 + ], + [ + 475, + 212 + ], + [ + 473, + 212 + ], + [ + 473, + 214 + ], + [ + 475, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74854", + "ALAND10": 198800943, + "AWATER10": 1658927, + "GEOID10": "74854", + "ZCTA5CE10": "74854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 214 + ], + [ + 477, + 212 + ], + [ + 475, + 212 + ], + [ + 475, + 214 + ], + [ + 477, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74827", + "ALAND10": 96135369, + "AWATER10": 982492, + "GEOID10": "74827", + "ZCTA5CE10": "74827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 208 + ], + [ + 471, + 206 + ], + [ + 469, + 206 + ], + [ + 469, + 208 + ], + [ + 471, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73401", + "ALAND10": 851761982, + "AWATER10": 33382320, + "GEOID10": "73401", + "ZCTA5CE10": "73401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 213 + ], + [ + 476, + 211 + ], + [ + 474, + 211 + ], + [ + 474, + 213 + ], + [ + 476, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74820", + "ALAND10": 796058984, + "AWATER10": 6645825, + "GEOID10": "74820", + "ZCTA5CE10": "74820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 210 + ], + [ + 475, + 208 + ], + [ + 473, + 208 + ], + [ + 473, + 210 + ], + [ + 475, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74871", + "ALAND10": 440095453, + "AWATER10": 3316712, + "GEOID10": "74871", + "ZCTA5CE10": "74871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 208 + ], + [ + 475, + 206 + ], + [ + 473, + 206 + ], + [ + 473, + 208 + ], + [ + 475, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73460", + "ALAND10": 415531018, + "AWATER10": 28515357, + "GEOID10": "73460", + "ZCTA5CE10": "73460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 217 + ], + [ + 476, + 215 + ], + [ + 474, + 215 + ], + [ + 474, + 217 + ], + [ + 476, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74883", + "ALAND10": 457346972, + "AWATER10": 8992089, + "GEOID10": "74883", + "ZCTA5CE10": "74883", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 218 + ], + [ + 480, + 216 + ], + [ + 478, + 216 + ], + [ + 478, + 218 + ], + [ + 480, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74437", + "ALAND10": 540375392, + "AWATER10": 28090205, + "GEOID10": "74437", + "ZCTA5CE10": "74437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 215 + ], + [ + 481, + 213 + ], + [ + 479, + 213 + ], + [ + 479, + 215 + ], + [ + 481, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74432", + "ALAND10": 557038938, + "AWATER10": 99648201, + "GEOID10": "74432", + "ZCTA5CE10": "74432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 214 + ], + [ + 479, + 212 + ], + [ + 477, + 212 + ], + [ + 477, + 214 + ], + [ + 480, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74501", + "ALAND10": 1432811104, + "AWATER10": 94478016, + "GEOID10": "74501", + "ZCTA5CE10": "74501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 212 + ], + [ + 479, + 210 + ], + [ + 477, + 210 + ], + [ + 477, + 212 + ], + [ + 479, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74576", + "ALAND10": 122426220, + "AWATER10": 753091, + "GEOID10": "74576", + "ZCTA5CE10": "74576", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 210 + ], + [ + 476, + 208 + ], + [ + 474, + 208 + ], + [ + 474, + 210 + ], + [ + 476, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74538", + "ALAND10": 932228208, + "AWATER10": 9095410, + "GEOID10": "74538", + "ZCTA5CE10": "74538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 210 + ], + [ + 476, + 208 + ], + [ + 474, + 208 + ], + [ + 474, + 210 + ], + [ + 476, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74525", + "ALAND10": 1081201892, + "AWATER10": 27683755, + "GEOID10": "74525", + "ZCTA5CE10": "74525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 213 + ], + [ + 481, + 211 + ], + [ + 479, + 211 + ], + [ + 479, + 213 + ], + [ + 481, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74560", + "ALAND10": 560961780, + "AWATER10": 2387075, + "GEOID10": "74560", + "ZCTA5CE10": "74560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 209 + ], + [ + 464, + 207 + ], + [ + 462, + 207 + ], + [ + 462, + 209 + ], + [ + 464, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73572", + "ALAND10": 716005224, + "AWATER10": 5461718, + "GEOID10": "73572", + "ZCTA5CE10": "73572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 208 + ], + [ + 469, + 206 + ], + [ + 467, + 206 + ], + [ + 467, + 208 + ], + [ + 469, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73565", + "ALAND10": 510483686, + "AWATER10": 4470614, + "GEOID10": "73565", + "ZCTA5CE10": "73565", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 209 + ], + [ + 466, + 207 + ], + [ + 464, + 207 + ], + [ + 464, + 209 + ], + [ + 466, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73573", + "ALAND10": 553951959, + "AWATER10": 25132780, + "GEOID10": "73573", + "ZCTA5CE10": "73573", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 206 + ], + [ + 465, + 203 + ], + [ + 464, + 203 + ], + [ + 464, + 206 + ], + [ + 466, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76365", + "ALAND10": 1380257267, + "AWATER10": 40204777, + "GEOID10": "76365", + "ZCTA5CE10": "76365", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 207 + ], + [ + 467, + 205 + ], + [ + 465, + 205 + ], + [ + 465, + 207 + ], + [ + 467, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73569", + "ALAND10": 191978191, + "AWATER10": 6107492, + "GEOID10": "73569", + "ZCTA5CE10": "73569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 204 + ], + [ + 466, + 202 + ], + [ + 464, + 202 + ], + [ + 464, + 204 + ], + [ + 466, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76228", + "ALAND10": 479037855, + "AWATER10": 3856221, + "GEOID10": "76228", + "ZCTA5CE10": "76228", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 203 + ], + [ + 466, + 202 + ], + [ + 466, + 200 + ], + [ + 464, + 200 + ], + [ + 464, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76458", + "ALAND10": 1461590556, + "AWATER10": 14971286, + "GEOID10": "76458", + "ZCTA5CE10": "76458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 203 + ], + [ + 467, + 201 + ], + [ + 465, + 201 + ], + [ + 465, + 203 + ], + [ + 467, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76431", + "ALAND10": 307533436, + "AWATER10": 3316862, + "GEOID10": "76431", + "ZCTA5CE10": "76431", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 207 + ], + [ + 470, + 205 + ], + [ + 468, + 205 + ], + [ + 468, + 207 + ], + [ + 470, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73456", + "ALAND10": 661130430, + "AWATER10": 3717678, + "GEOID10": "73456", + "ZCTA5CE10": "73456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 205 + ], + [ + 468, + 203 + ], + [ + 466, + 203 + ], + [ + 466, + 205 + ], + [ + 468, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76255", + "ALAND10": 679024307, + "AWATER10": 6091718, + "GEOID10": "76255", + "ZCTA5CE10": "76255", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 206 + ], + [ + 472, + 204 + ], + [ + 470, + 204 + ], + [ + 470, + 206 + ], + [ + 472, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73448", + "ALAND10": 555129761, + "AWATER10": 20014455, + "GEOID10": "73448", + "ZCTA5CE10": "73448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 204 + ], + [ + 472, + 202 + ], + [ + 470, + 202 + ], + [ + 470, + 204 + ], + [ + 472, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76240", + "ALAND10": 956977768, + "AWATER10": 8142977, + "GEOID10": "76240", + "ZCTA5CE10": "76240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 206 + ], + [ + 468, + 204 + ], + [ + 466, + 204 + ], + [ + 466, + 206 + ], + [ + 468, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76230", + "ALAND10": 980981851, + "AWATER10": 12016770, + "GEOID10": "76230", + "ZCTA5CE10": "76230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 203 + ], + [ + 468, + 201 + ], + [ + 466, + 201 + ], + [ + 466, + 203 + ], + [ + 468, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76270", + "ALAND10": 261831513, + "AWATER10": 780438, + "GEOID10": "76270", + "ZCTA5CE10": "76270", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 201 + ], + [ + 469, + 199 + ], + [ + 467, + 199 + ], + [ + 467, + 201 + ], + [ + 469, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76234", + "ALAND10": 804775706, + "AWATER10": 2290427, + "GEOID10": "76234", + "ZCTA5CE10": "76234", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 207 + ], + [ + 471, + 205 + ], + [ + 469, + 205 + ], + [ + 469, + 207 + ], + [ + 471, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76252", + "ALAND10": 479189521, + "AWATER10": 1229851, + "GEOID10": "76252", + "ZCTA5CE10": "76252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 198 + ], + [ + 466, + 196 + ], + [ + 464, + 196 + ], + [ + 464, + 198 + ], + [ + 466, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76484", + "ALAND10": 275454135, + "AWATER10": 3981681, + "GEOID10": "76484", + "ZCTA5CE10": "76484", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 200 + ], + [ + 464, + 198 + ], + [ + 462, + 198 + ], + [ + 462, + 200 + ], + [ + 464, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76449", + "ALAND10": 536509960, + "AWATER10": 41281425, + "GEOID10": "76449", + "ZCTA5CE10": "76449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 197 + ], + [ + 466, + 195 + ], + [ + 464, + 195 + ], + [ + 464, + 197 + ], + [ + 466, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76472", + "ALAND10": 261323423, + "AWATER10": 2674256, + "GEOID10": "76472", + "ZCTA5CE10": "76472", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 201 + ], + [ + 467, + 199 + ], + [ + 465, + 199 + ], + [ + 465, + 201 + ], + [ + 467, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76487", + "ALAND10": 232161639, + "AWATER10": 685413, + "GEOID10": "76487", + "ZCTA5CE10": "76487", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 199 + ], + [ + 467, + 197 + ], + [ + 465, + 197 + ], + [ + 465, + 199 + ], + [ + 467, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76066", + "ALAND10": 222921726, + "AWATER10": 3637688, + "GEOID10": "76066", + "ZCTA5CE10": "76066", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 196 + ], + [ + 465, + 194 + ], + [ + 463, + 194 + ], + [ + 463, + 196 + ], + [ + 465, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76401", + "ALAND10": 1067935483, + "AWATER10": 7293936, + "GEOID10": "76401", + "ZCTA5CE10": "76401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 195 + ], + [ + 467, + 193 + ], + [ + 465, + 193 + ], + [ + 465, + 195 + ], + [ + 467, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76433", + "ALAND10": 311307620, + "AWATER10": 1045431, + "GEOID10": "76433", + "ZCTA5CE10": "76433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 200 + ], + [ + 469, + 198 + ], + [ + 467, + 198 + ], + [ + 467, + 200 + ], + [ + 469, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76082", + "ALAND10": 260353665, + "AWATER10": 407054, + "GEOID10": "76082", + "ZCTA5CE10": "76082", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 199 + ], + [ + 469, + 197 + ], + [ + 467, + 197 + ], + [ + 467, + 199 + ], + [ + 469, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76087", + "ALAND10": 482856476, + "AWATER10": 10027970, + "GEOID10": "76087", + "ZCTA5CE10": "76087", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 201 + ], + [ + 471, + 199 + ], + [ + 469, + 199 + ], + [ + 469, + 201 + ], + [ + 471, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76247", + "ALAND10": 186099327, + "AWATER10": 764668, + "GEOID10": "76247", + "ZCTA5CE10": "76247", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 199 + ], + [ + 470, + 197 + ], + [ + 468, + 197 + ], + [ + 468, + 199 + ], + [ + 470, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76107", + "ALAND10": 27836200, + "AWATER10": 337292, + "GEOID10": "76107", + "ZCTA5CE10": "76107", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 198 + ], + [ + 472, + 196 + ], + [ + 470, + 196 + ], + [ + 470, + 198 + ], + [ + 472, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76063", + "ALAND10": 134187007, + "AWATER10": 529915, + "GEOID10": "76063", + "ZCTA5CE10": "76063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 197 + ], + [ + 471, + 195 + ], + [ + 469, + 195 + ], + [ + 469, + 197 + ], + [ + 471, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76058", + "ALAND10": 141042276, + "AWATER10": 1085022, + "GEOID10": "76058", + "ZCTA5CE10": "76058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 193 + ], + [ + 468, + 191 + ], + [ + 466, + 191 + ], + [ + 466, + 193 + ], + [ + 468, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76665", + "ALAND10": 411999772, + "AWATER10": 3980928, + "GEOID10": "76665", + "ZCTA5CE10": "76665", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 196 + ], + [ + 471, + 194 + ], + [ + 469, + 194 + ], + [ + 469, + 196 + ], + [ + 471, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76009", + "ALAND10": 254576879, + "AWATER10": 4341023, + "GEOID10": "76009", + "ZCTA5CE10": "76009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 194 + ], + [ + 471, + 192 + ], + [ + 469, + 192 + ], + [ + 469, + 194 + ], + [ + 471, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76645", + "ALAND10": 433723186, + "AWATER10": 10077291, + "GEOID10": "76645", + "ZCTA5CE10": "76645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 209 + ], + [ + 474, + 207 + ], + [ + 472, + 207 + ], + [ + 472, + 209 + ], + [ + 474, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74856", + "ALAND10": 323197239, + "AWATER10": 1746250, + "GEOID10": "74856", + "ZCTA5CE10": "74856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 208 + ], + [ + 475, + 206 + ], + [ + 473, + 206 + ], + [ + 473, + 208 + ], + [ + 475, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US73446", + "ALAND10": 597912226, + "AWATER10": 28871461, + "GEOID10": "73446", + "ZCTA5CE10": "73446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 208 + ], + [ + 476, + 206 + ], + [ + 474, + 206 + ], + [ + 474, + 208 + ], + [ + 476, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74729", + "ALAND10": 401515860, + "AWATER10": 2617393, + "GEOID10": "74729", + "ZCTA5CE10": "74729", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 206 + ], + [ + 477, + 204 + ], + [ + 475, + 204 + ], + [ + 475, + 206 + ], + [ + 477, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74701", + "ALAND10": 456497526, + "AWATER10": 9314175, + "GEOID10": "74701", + "ZCTA5CE10": "74701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 207 + ], + [ + 473, + 205 + ], + [ + 471, + 205 + ], + [ + 471, + 207 + ], + [ + 473, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76273", + "ALAND10": 527907385, + "AWATER10": 21603754, + "GEOID10": "76273", + "ZCTA5CE10": "76273", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 204 + ], + [ + 475, + 202 + ], + [ + 473, + 202 + ], + [ + 473, + 204 + ], + [ + 475, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75459", + "ALAND10": 206175551, + "AWATER10": 808733, + "GEOID10": "75459", + "ZCTA5CE10": "75459", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 202 + ], + [ + 473, + 200 + ], + [ + 471, + 200 + ], + [ + 471, + 202 + ], + [ + 473, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75078", + "ALAND10": 84757989, + "AWATER10": 695893, + "GEOID10": "75078", + "ZCTA5CE10": "75078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 202 + ], + [ + 476, + 200 + ], + [ + 474, + 200 + ], + [ + 474, + 202 + ], + [ + 476, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75071", + "ALAND10": 204175646, + "AWATER10": 2249559, + "GEOID10": "75071", + "ZCTA5CE10": "75071", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 208 + ], + [ + 478, + 206 + ], + [ + 476, + 206 + ], + [ + 476, + 208 + ], + [ + 478, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74723", + "ALAND10": 518552090, + "AWATER10": 7713995, + "GEOID10": "74723", + "ZCTA5CE10": "74723", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 206 + ], + [ + 477, + 204 + ], + [ + 475, + 204 + ], + [ + 475, + 206 + ], + [ + 477, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74726", + "ALAND10": 392419683, + "AWATER10": 3417673, + "GEOID10": "74726", + "ZCTA5CE10": "74726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 209 + ], + [ + 479, + 207 + ], + [ + 477, + 207 + ], + [ + 477, + 209 + ], + [ + 479, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74727", + "ALAND10": 513769746, + "AWATER10": 5919058, + "GEOID10": "74727", + "ZCTA5CE10": "74727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 205 + ], + [ + 478, + 203 + ], + [ + 476, + 203 + ], + [ + 476, + 205 + ], + [ + 478, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75418", + "ALAND10": 362008868, + "AWATER10": 5203238, + "GEOID10": "75418", + "ZCTA5CE10": "75418", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 204 + ], + [ + 478, + 202 + ], + [ + 476, + 202 + ], + [ + 476, + 204 + ], + [ + 478, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75496", + "ALAND10": 320237397, + "AWATER10": 629875, + "GEOID10": "75496", + "ZCTA5CE10": "75496", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 204 + ], + [ + 479, + 202 + ], + [ + 477, + 202 + ], + [ + 477, + 204 + ], + [ + 479, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75446", + "ALAND10": 456593524, + "AWATER10": 3344383, + "GEOID10": "75446", + "ZCTA5CE10": "75446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 202 + ], + [ + 480, + 200 + ], + [ + 478, + 200 + ], + [ + 478, + 202 + ], + [ + 480, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75433", + "ALAND10": 269613424, + "AWATER10": 2907813, + "GEOID10": "75433", + "ZCTA5CE10": "75433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 201 + ], + [ + 473, + 199 + ], + [ + 471, + 199 + ], + [ + 471, + 201 + ], + [ + 473, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75034", + "ALAND10": 129804316, + "AWATER10": 9976487, + "GEOID10": "75034", + "ZCTA5CE10": "75034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 198 + ], + [ + 473, + 196 + ], + [ + 471, + 196 + ], + [ + 471, + 198 + ], + [ + 473, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75116", + "ALAND10": 13264641, + "AWATER10": 15027, + "GEOID10": "75116", + "ZCTA5CE10": "75116", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 200 + ], + [ + 475, + 198 + ], + [ + 473, + 198 + ], + [ + 473, + 200 + ], + [ + 475, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75089", + "ALAND10": 29044021, + "AWATER10": 971110, + "GEOID10": "75089", + "ZCTA5CE10": "75089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 200 + ], + [ + 475, + 198 + ], + [ + 473, + 198 + ], + [ + 473, + 200 + ], + [ + 475, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75043", + "ALAND10": 37699895, + "AWATER10": 13439809, + "GEOID10": "75043", + "ZCTA5CE10": "75043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 195 + ], + [ + 473, + 193 + ], + [ + 471, + 193 + ], + [ + 471, + 195 + ], + [ + 473, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75167", + "ALAND10": 253149602, + "AWATER10": 1481970, + "GEOID10": "75167", + "ZCTA5CE10": "75167", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 195 + ], + [ + 472, + 193 + ], + [ + 470, + 193 + ], + [ + 470, + 195 + ], + [ + 472, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76670", + "ALAND10": 181140292, + "AWATER10": 1844111, + "GEOID10": "76670", + "ZCTA5CE10": "76670", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 197 + ], + [ + 475, + 195 + ], + [ + 473, + 195 + ], + [ + 473, + 197 + ], + [ + 475, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75119", + "ALAND10": 686059140, + "AWATER10": 23744610, + "GEOID10": "75119", + "ZCTA5CE10": "75119", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 198 + ], + [ + 478, + 196 + ], + [ + 476, + 196 + ], + [ + 476, + 198 + ], + [ + 478, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75142", + "ALAND10": 449186947, + "AWATER10": 5723329, + "GEOID10": "75142", + "ZCTA5CE10": "75142", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 200 + ], + [ + 478, + 198 + ], + [ + 476, + 198 + ], + [ + 476, + 200 + ], + [ + 478, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75402", + "ALAND10": 233885247, + "AWATER10": 3185465, + "GEOID10": "75402", + "ZCTA5CE10": "75402", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 198 + ], + [ + 477, + 196 + ], + [ + 475, + 196 + ], + [ + 475, + 198 + ], + [ + 477, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75161", + "ALAND10": 295275533, + "AWATER10": 6785434, + "GEOID10": "75161", + "ZCTA5CE10": "75161", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 199 + ], + [ + 479, + 197 + ], + [ + 477, + 197 + ], + [ + 477, + 199 + ], + [ + 479, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75440", + "ALAND10": 297759855, + "AWATER10": 28402576, + "GEOID10": "75440", + "ZCTA5CE10": "75440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 197 + ], + [ + 480, + 195 + ], + [ + 478, + 195 + ], + [ + 478, + 197 + ], + [ + 480, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75103", + "ALAND10": 516408849, + "AWATER10": 8411316, + "GEOID10": "75103", + "ZCTA5CE10": "75103", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 195 + ], + [ + 476, + 193 + ], + [ + 474, + 193 + ], + [ + 474, + 195 + ], + [ + 476, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75144", + "ALAND10": 444890012, + "AWATER10": 43643883, + "GEOID10": "75144", + "ZCTA5CE10": "75144", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 196 + ], + [ + 476, + 194 + ], + [ + 474, + 194 + ], + [ + 474, + 196 + ], + [ + 476, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75143", + "ALAND10": 460509223, + "AWATER10": 63792641, + "GEOID10": "75143", + "ZCTA5CE10": "75143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 193 + ], + [ + 479, + 191 + ], + [ + 477, + 191 + ], + [ + 477, + 193 + ], + [ + 479, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75751", + "ALAND10": 417032249, + "AWATER10": 10241569, + "GEOID10": "75751", + "ZCTA5CE10": "75751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 195 + ], + [ + 481, + 193 + ], + [ + 479, + 193 + ], + [ + 479, + 195 + ], + [ + 481, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75770", + "ALAND10": 312774768, + "AWATER10": 8493508, + "GEOID10": "75770", + "ZCTA5CE10": "75770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 256 + ], + [ + 483, + 254 + ], + [ + 481, + 254 + ], + [ + 481, + 256 + ], + [ + 483, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51601", + "ALAND10": 275868272, + "AWATER10": 292769, + "GEOID10": "51601", + "ZCTA5CE10": "51601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 256 + ], + [ + 483, + 254 + ], + [ + 481, + 254 + ], + [ + 481, + 256 + ], + [ + 483, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51638", + "ALAND10": 220309221, + "AWATER10": 457447, + "GEOID10": "51638", + "ZCTA5CE10": "51638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 255 + ], + [ + 485, + 253 + ], + [ + 483, + 253 + ], + [ + 483, + 255 + ], + [ + 485, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US51632", + "ALAND10": 540328741, + "AWATER10": 377776, + "GEOID10": "51632", + "ZCTA5CE10": "51632", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 254 + ], + [ + 484, + 252 + ], + [ + 482, + 252 + ], + [ + 482, + 254 + ], + [ + 484, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64431", + "ALAND10": 126615506, + "AWATER10": 213028, + "GEOID10": "64431", + "ZCTA5CE10": "64431", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 252 + ], + [ + 481, + 250 + ], + [ + 479, + 250 + ], + [ + 479, + 252 + ], + [ + 481, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US68437", + "ALAND10": 77989777, + "AWATER10": 69655, + "GEOID10": "68437", + "ZCTA5CE10": "68437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 250 + ], + [ + 483, + 248 + ], + [ + 481, + 248 + ], + [ + 481, + 250 + ], + [ + 483, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64437", + "ALAND10": 402048170, + "AWATER10": 10527214, + "GEOID10": "64437", + "ZCTA5CE10": "64437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 252 + ], + [ + 484, + 250 + ], + [ + 482, + 250 + ], + [ + 482, + 252 + ], + [ + 484, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64487", + "ALAND10": 349404489, + "AWATER10": 180197, + "GEOID10": "64487", + "ZCTA5CE10": "64487", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 251 + ], + [ + 484, + 249 + ], + [ + 482, + 249 + ], + [ + 482, + 251 + ], + [ + 484, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64449", + "ALAND10": 102783603, + "AWATER10": 233190, + "GEOID10": "64449", + "ZCTA5CE10": "64449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 256 + ], + [ + 486, + 254 + ], + [ + 484, + 254 + ], + [ + 484, + 256 + ], + [ + 486, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50848", + "ALAND10": 117220675, + "AWATER10": 499439, + "GEOID10": "50848", + "ZCTA5CE10": "50848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 256 + ], + [ + 486, + 254 + ], + [ + 484, + 254 + ], + [ + 484, + 256 + ], + [ + 486, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50841", + "ALAND10": 606072453, + "AWATER10": 4763865, + "GEOID10": "50841", + "ZCTA5CE10": "50841", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 254 + ], + [ + 484, + 252 + ], + [ + 482, + 252 + ], + [ + 482, + 254 + ], + [ + 484, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64461", + "ALAND10": 199854553, + "AWATER10": 182460, + "GEOID10": "64461", + "ZCTA5CE10": "64461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 257 + ], + [ + 488, + 255 + ], + [ + 486, + 255 + ], + [ + 486, + 257 + ], + [ + 488, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50854", + "ALAND10": 348732860, + "AWATER10": 2208376, + "GEOID10": "50854", + "ZCTA5CE10": "50854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 256 + ], + [ + 487, + 254 + ], + [ + 485, + 254 + ], + [ + 485, + 256 + ], + [ + 487, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50836", + "ALAND10": 231152092, + "AWATER10": 1676661, + "GEOID10": "50836", + "ZCTA5CE10": "50836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 252 + ], + [ + 486, + 250 + ], + [ + 484, + 250 + ], + [ + 484, + 252 + ], + [ + 486, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64433", + "ALAND10": 1941542, + "AWATER10": 26931, + "GEOID10": "64433", + "ZCTA5CE10": "64433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 249 + ], + [ + 486, + 247 + ], + [ + 484, + 247 + ], + [ + 484, + 249 + ], + [ + 486, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64485", + "ALAND10": 267317029, + "AWATER10": 2167630, + "GEOID10": "64485", + "ZCTA5CE10": "64485", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 250 + ], + [ + 486, + 248 + ], + [ + 484, + 248 + ], + [ + 484, + 250 + ], + [ + 486, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64422", + "ALAND10": 84361413, + "AWATER10": 501156, + "GEOID10": "64422", + "ZCTA5CE10": "64422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 250 + ], + [ + 488, + 248 + ], + [ + 486, + 248 + ], + [ + 486, + 250 + ], + [ + 488, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64463", + "ALAND10": 357134223, + "AWATER10": 2272232, + "GEOID10": "64463", + "ZCTA5CE10": "64463", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 248 + ], + [ + 481, + 246 + ], + [ + 479, + 246 + ], + [ + 479, + 248 + ], + [ + 481, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66532", + "ALAND10": 228294283, + "AWATER10": 297544, + "GEOID10": "66532", + "ZCTA5CE10": "66532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 247 + ], + [ + 482, + 245 + ], + [ + 480, + 245 + ], + [ + 480, + 247 + ], + [ + 482, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66439", + "ALAND10": 226601380, + "AWATER10": 1479511, + "GEOID10": "66439", + "ZCTA5CE10": "66439", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 248 + ], + [ + 484, + 246 + ], + [ + 482, + 246 + ], + [ + 482, + 248 + ], + [ + 484, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66002", + "ALAND10": 465098303, + "AWATER10": 6073507, + "GEOID10": "66002", + "ZCTA5CE10": "66002", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 245 + ], + [ + 482, + 243 + ], + [ + 480, + 243 + ], + [ + 480, + 245 + ], + [ + 482, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66060", + "ALAND10": 155305714, + "AWATER10": 759481, + "GEOID10": "66060", + "ZCTA5CE10": "66060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 244 + ], + [ + 481, + 242 + ], + [ + 479, + 242 + ], + [ + 479, + 244 + ], + [ + 481, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66512", + "ALAND10": 169674230, + "AWATER10": 2866232, + "GEOID10": "66512", + "ZCTA5CE10": "66512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 243 + ], + [ + 483, + 241 + ], + [ + 481, + 241 + ], + [ + 481, + 243 + ], + [ + 483, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66044", + "ALAND10": 160702901, + "AWATER10": 3550106, + "GEOID10": "66044", + "ZCTA5CE10": "66044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 243 + ], + [ + 483, + 241 + ], + [ + 481, + 241 + ], + [ + 481, + 243 + ], + [ + 483, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66046", + "ALAND10": 105746479, + "AWATER10": 2347965, + "GEOID10": "66046", + "ZCTA5CE10": "66046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 249 + ], + [ + 485, + 247 + ], + [ + 483, + 247 + ], + [ + 483, + 249 + ], + [ + 485, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64505", + "ALAND10": 116891625, + "AWATER10": 1404500, + "GEOID10": "64505", + "ZCTA5CE10": "64505", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 247 + ], + [ + 486, + 245 + ], + [ + 484, + 245 + ], + [ + 484, + 247 + ], + [ + 486, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64401", + "ALAND10": 97062647, + "AWATER10": 1539451, + "GEOID10": "64401", + "ZCTA5CE10": "64401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 249 + ], + [ + 487, + 247 + ], + [ + 485, + 247 + ], + [ + 485, + 249 + ], + [ + 487, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64469", + "ALAND10": 315718733, + "AWATER10": 2766586, + "GEOID10": "64469", + "ZCTA5CE10": "64469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 248 + ], + [ + 487, + 246 + ], + [ + 485, + 246 + ], + [ + 485, + 248 + ], + [ + 487, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64493", + "ALAND10": 71030855, + "AWATER10": 0, + "GEOID10": "64493", + "ZCTA5CE10": "64493", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 246 + ], + [ + 484, + 244 + ], + [ + 482, + 244 + ], + [ + 482, + 246 + ], + [ + 484, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66048", + "ALAND10": 350525370, + "AWATER10": 2905992, + "GEOID10": "66048", + "ZCTA5CE10": "66048", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 246 + ], + [ + 487, + 244 + ], + [ + 485, + 244 + ], + [ + 485, + 246 + ], + [ + 487, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64089", + "ALAND10": 165646689, + "AWATER10": 16137054, + "GEOID10": "64089", + "ZCTA5CE10": "64089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 242 + ], + [ + 484, + 240 + ], + [ + 482, + 240 + ], + [ + 482, + 242 + ], + [ + 484, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66061", + "ALAND10": 166154043, + "AWATER10": 2467740, + "GEOID10": "66061", + "ZCTA5CE10": "66061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 244 + ], + [ + 488, + 242 + ], + [ + 486, + 242 + ], + [ + 486, + 244 + ], + [ + 488, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64068", + "ALAND10": 223687859, + "AWATER10": 2152386, + "GEOID10": "64068", + "ZCTA5CE10": "64068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 243 + ], + [ + 488, + 241 + ], + [ + 486, + 241 + ], + [ + 486, + 243 + ], + [ + 488, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64014", + "ALAND10": 31211246, + "AWATER10": 83075, + "GEOID10": "64014", + "ZCTA5CE10": "64014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 258 + ], + [ + 489, + 256 + ], + [ + 487, + 256 + ], + [ + 487, + 258 + ], + [ + 489, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50254", + "ALAND10": 113426182, + "AWATER10": 232611, + "GEOID10": "50254", + "ZCTA5CE10": "50254", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 256 + ], + [ + 490, + 254 + ], + [ + 488, + 254 + ], + [ + 488, + 256 + ], + [ + 490, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50140", + "ALAND10": 239711461, + "AWATER10": 1966373, + "GEOID10": "50140", + "ZCTA5CE10": "50140", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 255 + ], + [ + 492, + 253 + ], + [ + 490, + 253 + ], + [ + 490, + 255 + ], + [ + 492, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50103", + "ALAND10": 157259221, + "AWATER10": 150478, + "GEOID10": "50103", + "ZCTA5CE10": "50103", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 254 + ], + [ + 493, + 252 + ], + [ + 491, + 252 + ], + [ + 491, + 254 + ], + [ + 493, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64673", + "ALAND10": 619792806, + "AWATER10": 1497764, + "GEOID10": "64673", + "ZCTA5CE10": "64673", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 253 + ], + [ + 489, + 251 + ], + [ + 487, + 251 + ], + [ + 487, + 253 + ], + [ + 489, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64424", + "ALAND10": 457237907, + "AWATER10": 2702087, + "GEOID10": "64424", + "ZCTA5CE10": "64424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 250 + ], + [ + 489, + 248 + ], + [ + 487, + 248 + ], + [ + 487, + 250 + ], + [ + 489, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64640", + "ALAND10": 363336558, + "AWATER10": 5381271, + "GEOID10": "64640", + "ZCTA5CE10": "64640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 251 + ], + [ + 492, + 249 + ], + [ + 490, + 249 + ], + [ + 490, + 251 + ], + [ + 492, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64642", + "ALAND10": 293356467, + "AWATER10": 877234, + "GEOID10": "64642", + "ZCTA5CE10": "64642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 249 + ], + [ + 492, + 247 + ], + [ + 490, + 247 + ], + [ + 490, + 249 + ], + [ + 492, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64683", + "ALAND10": 592306599, + "AWATER10": 4672117, + "GEOID10": "64683", + "ZCTA5CE10": "64683", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 257 + ], + [ + 493, + 255 + ], + [ + 491, + 255 + ], + [ + 491, + 257 + ], + [ + 493, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US50060", + "ALAND10": 452559412, + "AWATER10": 1122948, + "GEOID10": "50060", + "ZCTA5CE10": "50060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 256 + ], + [ + 495, + 254 + ], + [ + 493, + 254 + ], + [ + 493, + 256 + ], + [ + 495, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52590", + "ALAND10": 194058213, + "AWATER10": 467840, + "GEOID10": "52590", + "ZCTA5CE10": "52590", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 257 + ], + [ + 495, + 255 + ], + [ + 493, + 255 + ], + [ + 493, + 257 + ], + [ + 495, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52571", + "ALAND10": 247951044, + "AWATER10": 28399319, + "GEOID10": "52571", + "ZCTA5CE10": "52571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 254 + ], + [ + 493, + 252 + ], + [ + 491, + 252 + ], + [ + 491, + 254 + ], + [ + 493, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64667", + "ALAND10": 231173710, + "AWATER10": 742268, + "GEOID10": "64667", + "ZCTA5CE10": "64667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 252 + ], + [ + 494, + 250 + ], + [ + 492, + 250 + ], + [ + 492, + 252 + ], + [ + 494, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64646", + "ALAND10": 148684581, + "AWATER10": 1057972, + "GEOID10": "64646", + "ZCTA5CE10": "64646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 253 + ], + [ + 497, + 251 + ], + [ + 495, + 251 + ], + [ + 495, + 253 + ], + [ + 497, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63565", + "ALAND10": 707702340, + "AWATER10": 4792387, + "GEOID10": "63565", + "ZCTA5CE10": "63565", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 249 + ], + [ + 496, + 247 + ], + [ + 494, + 247 + ], + [ + 494, + 249 + ], + [ + 496, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63557", + "ALAND10": 269300635, + "AWATER10": 843061, + "GEOID10": "63557", + "ZCTA5CE10": "63557", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 252 + ], + [ + 494, + 250 + ], + [ + 492, + 250 + ], + [ + 492, + 252 + ], + [ + 494, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63556", + "ALAND10": 625564518, + "AWATER10": 4398221, + "GEOID10": "63556", + "ZCTA5CE10": "63556", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 246 + ], + [ + 490, + 244 + ], + [ + 488, + 244 + ], + [ + 488, + 246 + ], + [ + 490, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64671", + "ALAND10": 220405062, + "AWATER10": 871807, + "GEOID10": "64671", + "ZCTA5CE10": "64671", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 248 + ], + [ + 492, + 246 + ], + [ + 490, + 246 + ], + [ + 490, + 248 + ], + [ + 492, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64664", + "ALAND10": 131790227, + "AWATER10": 1240870, + "GEOID10": "64664", + "ZCTA5CE10": "64664", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 250 + ], + [ + 491, + 248 + ], + [ + 489, + 248 + ], + [ + 489, + 250 + ], + [ + 491, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64601", + "ALAND10": 621200336, + "AWATER10": 7147139, + "GEOID10": "64601", + "ZCTA5CE10": "64601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 244 + ], + [ + 491, + 242 + ], + [ + 489, + 242 + ], + [ + 489, + 244 + ], + [ + 491, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64668", + "ALAND10": 396527611, + "AWATER10": 1794953, + "GEOID10": "64668", + "ZCTA5CE10": "64668", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 243 + ], + [ + 489, + 241 + ], + [ + 487, + 241 + ], + [ + 487, + 243 + ], + [ + 489, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64016", + "ALAND10": 84191980, + "AWATER10": 7094, + "GEOID10": "64016", + "ZCTA5CE10": "64016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 242 + ], + [ + 489, + 240 + ], + [ + 487, + 240 + ], + [ + 487, + 242 + ], + [ + 489, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64061", + "ALAND10": 167224448, + "AWATER10": 1407569, + "GEOID10": "64061", + "ZCTA5CE10": "64061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 240 + ], + [ + 492, + 238 + ], + [ + 490, + 238 + ], + [ + 490, + 240 + ], + [ + 492, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64093", + "ALAND10": 484204028, + "AWATER10": 1794573, + "GEOID10": "64093", + "ZCTA5CE10": "64093", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 248 + ], + [ + 494, + 246 + ], + [ + 492, + 246 + ], + [ + 492, + 248 + ], + [ + 494, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64651", + "ALAND10": 112044130, + "AWATER10": 1353087, + "GEOID10": "64651", + "ZCTA5CE10": "64651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 247 + ], + [ + 494, + 245 + ], + [ + 492, + 245 + ], + [ + 492, + 247 + ], + [ + 494, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64660", + "ALAND10": 206183482, + "AWATER10": 7065586, + "GEOID10": "64660", + "ZCTA5CE10": "64660", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 250 + ], + [ + 496, + 248 + ], + [ + 494, + 248 + ], + [ + 494, + 250 + ], + [ + 496, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64631", + "ALAND10": 197862409, + "AWATER10": 441112, + "GEOID10": "64631", + "ZCTA5CE10": "64631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 245 + ], + [ + 493, + 243 + ], + [ + 491, + 243 + ], + [ + 491, + 245 + ], + [ + 493, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65339", + "ALAND10": 241541724, + "AWATER10": 5671028, + "GEOID10": "65339", + "ZCTA5CE10": "65339", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 243 + ], + [ + 491, + 241 + ], + [ + 489, + 241 + ], + [ + 489, + 243 + ], + [ + 491, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64020", + "ALAND10": 276270592, + "AWATER10": 2799358, + "GEOID10": "64020", + "ZCTA5CE10": "64020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 242 + ], + [ + 494, + 240 + ], + [ + 492, + 240 + ], + [ + 492, + 242 + ], + [ + 494, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65333", + "ALAND10": 161392825, + "AWATER10": 891498, + "GEOID10": "65333", + "ZCTA5CE10": "65333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 245 + ], + [ + 496, + 243 + ], + [ + 494, + 243 + ], + [ + 494, + 245 + ], + [ + 496, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65281", + "ALAND10": 531454811, + "AWATER10": 3990137, + "GEOID10": "65281", + "ZCTA5CE10": "65281", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 242 + ], + [ + 495, + 240 + ], + [ + 493, + 240 + ], + [ + 493, + 242 + ], + [ + 495, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65340", + "ALAND10": 668748065, + "AWATER10": 2934553, + "GEOID10": "65340", + "ZCTA5CE10": "65340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 242 + ], + [ + 496, + 240 + ], + [ + 494, + 240 + ], + [ + 494, + 242 + ], + [ + 496, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65233", + "ALAND10": 362068954, + "AWATER10": 6328416, + "GEOID10": "65233", + "ZCTA5CE10": "65233", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 241 + ], + [ + 481, + 239 + ], + [ + 479, + 239 + ], + [ + 479, + 241 + ], + [ + 481, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66451", + "ALAND10": 213669142, + "AWATER10": 4239178, + "GEOID10": "66451", + "ZCTA5CE10": "66451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 240 + ], + [ + 482, + 238 + ], + [ + 480, + 238 + ], + [ + 480, + 240 + ], + [ + 482, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66095", + "ALAND10": 183466860, + "AWATER10": 2034817, + "GEOID10": "66095", + "ZCTA5CE10": "66095", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 240 + ], + [ + 484, + 238 + ], + [ + 482, + 238 + ], + [ + 482, + 240 + ], + [ + 484, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66092", + "ALAND10": 217160145, + "AWATER10": 1664452, + "GEOID10": "66092", + "ZCTA5CE10": "66092", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 239 + ], + [ + 483, + 237 + ], + [ + 481, + 237 + ], + [ + 481, + 239 + ], + [ + 483, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66067", + "ALAND10": 429709849, + "AWATER10": 3938042, + "GEOID10": "66067", + "ZCTA5CE10": "66067", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 238 + ], + [ + 481, + 236 + ], + [ + 479, + 236 + ], + [ + 479, + 238 + ], + [ + 481, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66032", + "ALAND10": 540143835, + "AWATER10": 3920063, + "GEOID10": "66032", + "ZCTA5CE10": "66032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 235 + ], + [ + 480, + 233 + ], + [ + 478, + 233 + ], + [ + 478, + 235 + ], + [ + 480, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66761", + "ALAND10": 109268475, + "AWATER10": 853006, + "GEOID10": "66761", + "ZCTA5CE10": "66761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 234 + ], + [ + 481, + 232 + ], + [ + 479, + 232 + ], + [ + 479, + 234 + ], + [ + 481, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66748", + "ALAND10": 296649975, + "AWATER10": 3441713, + "GEOID10": "66748", + "ZCTA5CE10": "66748", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 234 + ], + [ + 484, + 232 + ], + [ + 482, + 232 + ], + [ + 482, + 234 + ], + [ + 484, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66779", + "ALAND10": 191800544, + "AWATER10": 789703, + "GEOID10": "66779", + "ZCTA5CE10": "66779", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 241 + ], + [ + 485, + 239 + ], + [ + 483, + 239 + ], + [ + 483, + 241 + ], + [ + 485, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66013", + "ALAND10": 108817222, + "AWATER10": 1259308, + "GEOID10": "66013", + "ZCTA5CE10": "66013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 239 + ], + [ + 486, + 237 + ], + [ + 484, + 237 + ], + [ + 484, + 239 + ], + [ + 486, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66040", + "ALAND10": 374897447, + "AWATER10": 17549734, + "GEOID10": "66040", + "ZCTA5CE10": "66040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 241 + ], + [ + 488, + 239 + ], + [ + 486, + 239 + ], + [ + 486, + 241 + ], + [ + 488, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64701", + "ALAND10": 303869349, + "AWATER10": 2143645, + "GEOID10": "64701", + "ZCTA5CE10": "64701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 237 + ], + [ + 485, + 235 + ], + [ + 483, + 235 + ], + [ + 483, + 237 + ], + [ + 485, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66072", + "ALAND10": 194615340, + "AWATER10": 1027309, + "GEOID10": "66072", + "ZCTA5CE10": "66072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 236 + ], + [ + 485, + 234 + ], + [ + 483, + 234 + ], + [ + 483, + 236 + ], + [ + 485, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66010", + "ALAND10": 233895380, + "AWATER10": 1090969, + "GEOID10": "66010", + "ZCTA5CE10": "66010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 235 + ], + [ + 486, + 233 + ], + [ + 484, + 233 + ], + [ + 484, + 235 + ], + [ + 486, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66701", + "ALAND10": 762729658, + "AWATER10": 5324086, + "GEOID10": "66701", + "ZCTA5CE10": "66701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 237 + ], + [ + 487, + 235 + ], + [ + 485, + 235 + ], + [ + 485, + 237 + ], + [ + 487, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64730", + "ALAND10": 737683244, + "AWATER10": 5639126, + "GEOID10": "64730", + "ZCTA5CE10": "64730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 236 + ], + [ + 489, + 234 + ], + [ + 487, + 234 + ], + [ + 487, + 236 + ], + [ + 489, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64779", + "ALAND10": 494717821, + "AWATER10": 17278326, + "GEOID10": "64779", + "ZCTA5CE10": "64779", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 236 + ], + [ + 488, + 234 + ], + [ + 486, + 234 + ], + [ + 486, + 236 + ], + [ + 488, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64790", + "ALAND10": 206216218, + "AWATER10": 2666956, + "GEOID10": "64790", + "ZCTA5CE10": "64790", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 233 + ], + [ + 482, + 231 + ], + [ + 480, + 231 + ], + [ + 480, + 233 + ], + [ + 482, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66740", + "ALAND10": 116039886, + "AWATER10": 239895, + "GEOID10": "66740", + "ZCTA5CE10": "66740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 234 + ], + [ + 484, + 232 + ], + [ + 482, + 232 + ], + [ + 482, + 234 + ], + [ + 484, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66780", + "ALAND10": 279757581, + "AWATER10": 1265400, + "GEOID10": "66780", + "ZCTA5CE10": "66780", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 232 + ], + [ + 484, + 230 + ], + [ + 482, + 230 + ], + [ + 482, + 232 + ], + [ + 484, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66753", + "ALAND10": 345571479, + "AWATER10": 1924585, + "GEOID10": "66753", + "ZCTA5CE10": "66753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 226 + ], + [ + 481, + 224 + ], + [ + 479, + 224 + ], + [ + 479, + 226 + ], + [ + 481, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74048", + "ALAND10": 540728615, + "AWATER10": 3713852, + "GEOID10": "74048", + "ZCTA5CE10": "74048", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 229 + ], + [ + 484, + 227 + ], + [ + 482, + 227 + ], + [ + 482, + 229 + ], + [ + 484, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US67356", + "ALAND10": 301405639, + "AWATER10": 5676998, + "GEOID10": "67356", + "ZCTA5CE10": "67356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 227 + ], + [ + 482, + 225 + ], + [ + 480, + 225 + ], + [ + 480, + 227 + ], + [ + 482, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74369", + "ALAND10": 592563880, + "AWATER10": 1028310, + "GEOID10": "74369", + "ZCTA5CE10": "74369", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 232 + ], + [ + 486, + 230 + ], + [ + 484, + 230 + ], + [ + 484, + 232 + ], + [ + 486, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66743", + "ALAND10": 383823848, + "AWATER10": 2133014, + "GEOID10": "66743", + "ZCTA5CE10": "66743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 229 + ], + [ + 486, + 227 + ], + [ + 484, + 227 + ], + [ + 484, + 229 + ], + [ + 486, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US66725", + "ALAND10": 608061672, + "AWATER10": 1778491, + "GEOID10": "66725", + "ZCTA5CE10": "66725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 230 + ], + [ + 487, + 228 + ], + [ + 485, + 228 + ], + [ + 485, + 230 + ], + [ + 487, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64855", + "ALAND10": 112218620, + "AWATER10": 518296, + "GEOID10": "64855", + "ZCTA5CE10": "64855", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 228 + ], + [ + 485, + 226 + ], + [ + 483, + 226 + ], + [ + 483, + 228 + ], + [ + 485, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74363", + "ALAND10": 176206356, + "AWATER10": 1104691, + "GEOID10": "74363", + "ZCTA5CE10": "74363", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 227 + ], + [ + 485, + 225 + ], + [ + 483, + 225 + ], + [ + 483, + 227 + ], + [ + 485, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74343", + "ALAND10": 166743535, + "AWATER10": 13063635, + "GEOID10": "74343", + "ZCTA5CE10": "74343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 229 + ], + [ + 488, + 227 + ], + [ + 486, + 227 + ], + [ + 486, + 229 + ], + [ + 488, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64836", + "ALAND10": 471665111, + "AWATER10": 1908814, + "GEOID10": "64836", + "ZCTA5CE10": "64836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 227 + ], + [ + 488, + 225 + ], + [ + 486, + 225 + ], + [ + 486, + 227 + ], + [ + 488, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64850", + "ALAND10": 530467151, + "AWATER10": 1074060, + "GEOID10": "64850", + "ZCTA5CE10": "64850", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 226 + ], + [ + 488, + 224 + ], + [ + 486, + 224 + ], + [ + 486, + 226 + ], + [ + 488, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64867", + "ALAND10": 149167846, + "AWATER10": 204626, + "GEOID10": "64867", + "ZCTA5CE10": "64867", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 242 + ], + [ + 490, + 240 + ], + [ + 488, + 240 + ], + [ + 488, + 242 + ], + [ + 490, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64040", + "ALAND10": 443881596, + "AWATER10": 2068115, + "GEOID10": "64040", + "ZCTA5CE10": "64040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 238 + ], + [ + 489, + 236 + ], + [ + 487, + 236 + ], + [ + 487, + 238 + ], + [ + 489, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64770", + "ALAND10": 298362569, + "AWATER10": 9834655, + "GEOID10": "64770", + "ZCTA5CE10": "64770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 238 + ], + [ + 493, + 236 + ], + [ + 491, + 236 + ], + [ + 491, + 238 + ], + [ + 493, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65360", + "ALAND10": 400143548, + "AWATER10": 3434512, + "GEOID10": "65360", + "ZCTA5CE10": "65360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 237 + ], + [ + 493, + 235 + ], + [ + 491, + 235 + ], + [ + 491, + 237 + ], + [ + 493, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64735", + "ALAND10": 681779646, + "AWATER10": 49880093, + "GEOID10": "64735", + "ZCTA5CE10": "64735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 236 + ], + [ + 491, + 234 + ], + [ + 489, + 234 + ], + [ + 489, + 236 + ], + [ + 491, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64724", + "ALAND10": 317863667, + "AWATER10": 3292171, + "GEOID10": "64724", + "ZCTA5CE10": "64724", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 235 + ], + [ + 491, + 233 + ], + [ + 489, + 233 + ], + [ + 489, + 235 + ], + [ + 491, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65785", + "ALAND10": 563574716, + "AWATER10": 30164184, + "GEOID10": "65785", + "ZCTA5CE10": "65785", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 233 + ], + [ + 489, + 231 + ], + [ + 487, + 231 + ], + [ + 487, + 233 + ], + [ + 489, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64744", + "ALAND10": 652379587, + "AWATER10": 6699544, + "GEOID10": "64744", + "ZCTA5CE10": "64744", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 242 + ], + [ + 495, + 240 + ], + [ + 493, + 240 + ], + [ + 493, + 242 + ], + [ + 495, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65301", + "ALAND10": 623247411, + "AWATER10": 5130483, + "GEOID10": "65301", + "ZCTA5CE10": "65301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 239 + ], + [ + 493, + 237 + ], + [ + 491, + 237 + ], + [ + 491, + 239 + ], + [ + 493, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65335", + "ALAND10": 32936927, + "AWATER10": 98568, + "GEOID10": "65335", + "ZCTA5CE10": "65335", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 240 + ], + [ + 496, + 238 + ], + [ + 494, + 238 + ], + [ + 494, + 240 + ], + [ + 496, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65034", + "ALAND10": 88839852, + "AWATER10": 60916, + "GEOID10": "65034", + "ZCTA5CE10": "65034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 235 + ], + [ + 491, + 233 + ], + [ + 489, + 233 + ], + [ + 489, + 235 + ], + [ + 491, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64776", + "ALAND10": 627588187, + "AWATER10": 39421461, + "GEOID10": "64776", + "ZCTA5CE10": "64776", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 236 + ], + [ + 494, + 234 + ], + [ + 492, + 234 + ], + [ + 492, + 236 + ], + [ + 494, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65355", + "ALAND10": 596857965, + "AWATER10": 99047029, + "GEOID10": "65355", + "ZCTA5CE10": "65355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 234 + ], + [ + 493, + 232 + ], + [ + 491, + 232 + ], + [ + 491, + 234 + ], + [ + 493, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65650", + "ALAND10": 185613687, + "AWATER10": 6230509, + "GEOID10": "65650", + "ZCTA5CE10": "65650", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 237 + ], + [ + 495, + 235 + ], + [ + 493, + 235 + ], + [ + 493, + 237 + ], + [ + 495, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65338", + "ALAND10": 305447950, + "AWATER10": 7892717, + "GEOID10": "65338", + "ZCTA5CE10": "65338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 235 + ], + [ + 495, + 233 + ], + [ + 493, + 233 + ], + [ + 493, + 235 + ], + [ + 495, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65732", + "ALAND10": 135804318, + "AWATER10": 369413, + "GEOID10": "65732", + "ZCTA5CE10": "65732", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 231 + ], + [ + 487, + 229 + ], + [ + 485, + 229 + ], + [ + 485, + 231 + ], + [ + 487, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64759", + "ALAND10": 683064962, + "AWATER10": 5566290, + "GEOID10": "64759", + "ZCTA5CE10": "64759", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 233 + ], + [ + 490, + 231 + ], + [ + 488, + 231 + ], + [ + 488, + 233 + ], + [ + 490, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65682", + "ALAND10": 389473684, + "AWATER10": 1077896, + "GEOID10": "65682", + "ZCTA5CE10": "65682", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 233 + ], + [ + 492, + 231 + ], + [ + 490, + 231 + ], + [ + 490, + 233 + ], + [ + 492, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65649", + "ALAND10": 159749762, + "AWATER10": 15809827, + "GEOID10": "65649", + "ZCTA5CE10": "65649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 232 + ], + [ + 491, + 230 + ], + [ + 489, + 230 + ], + [ + 489, + 232 + ], + [ + 491, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65646", + "ALAND10": 272364857, + "AWATER10": 2320486, + "GEOID10": "65646", + "ZCTA5CE10": "65646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 226 + ], + [ + 488, + 224 + ], + [ + 486, + 224 + ], + [ + 486, + 226 + ], + [ + 488, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US64861", + "ALAND10": 147244872, + "AWATER10": 48889, + "GEOID10": "64861", + "ZCTA5CE10": "64861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 227 + ], + [ + 491, + 225 + ], + [ + 489, + 225 + ], + [ + 489, + 227 + ], + [ + 491, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65769", + "ALAND10": 220649071, + "AWATER10": 395391, + "GEOID10": "65769", + "ZCTA5CE10": "65769", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 226 + ], + [ + 491, + 224 + ], + [ + 489, + 224 + ], + [ + 489, + 226 + ], + [ + 491, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65605", + "ALAND10": 412969097, + "AWATER10": 1157407, + "GEOID10": "65605", + "ZCTA5CE10": "65605", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 227 + ], + [ + 493, + 225 + ], + [ + 491, + 225 + ], + [ + 491, + 227 + ], + [ + 493, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65624", + "ALAND10": 144441168, + "AWATER10": 8552500, + "GEOID10": "65624", + "ZCTA5CE10": "65624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 232 + ], + [ + 494, + 230 + ], + [ + 492, + 230 + ], + [ + 492, + 232 + ], + [ + 494, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65613", + "ALAND10": 488214556, + "AWATER10": 3710028, + "GEOID10": "65613", + "ZCTA5CE10": "65613", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 229 + ], + [ + 492, + 227 + ], + [ + 490, + 227 + ], + [ + 490, + 229 + ], + [ + 492, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65612", + "ALAND10": 91798374, + "AWATER10": 90546, + "GEOID10": "65612", + "ZCTA5CE10": "65612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 233 + ], + [ + 495, + 231 + ], + [ + 493, + 231 + ], + [ + 493, + 233 + ], + [ + 495, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65590", + "ALAND10": 176424716, + "AWATER10": 942264, + "GEOID10": "65590", + "ZCTA5CE10": "65590", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 231 + ], + [ + 495, + 229 + ], + [ + 493, + 229 + ], + [ + 493, + 231 + ], + [ + 495, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65706", + "ALAND10": 465332373, + "AWATER10": 1092762, + "GEOID10": "65706", + "ZCTA5CE10": "65706", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 229 + ], + [ + 495, + 227 + ], + [ + 493, + 227 + ], + [ + 493, + 229 + ], + [ + 495, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65742", + "ALAND10": 302433917, + "AWATER10": 794152, + "GEOID10": "65742", + "ZCTA5CE10": "65742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 225 + ], + [ + 494, + 223 + ], + [ + 492, + 223 + ], + [ + 492, + 225 + ], + [ + 494, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65616", + "ALAND10": 192094363, + "AWATER10": 12453114, + "GEOID10": "65616", + "ZCTA5CE10": "65616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 227 + ], + [ + 496, + 225 + ], + [ + 494, + 225 + ], + [ + 494, + 227 + ], + [ + 496, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65657", + "ALAND10": 45922803, + "AWATER10": 36221, + "GEOID10": "65657", + "ZCTA5CE10": "65657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 227 + ], + [ + 498, + 226 + ], + [ + 495, + 225 + ], + [ + 495, + 227 + ], + [ + 497, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65608", + "ALAND10": 1118462860, + "AWATER10": 883655, + "GEOID10": "65608", + "ZCTA5CE10": "65608", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 257 + ], + [ + 496, + 255 + ], + [ + 494, + 255 + ], + [ + 494, + 257 + ], + [ + 496, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52531", + "ALAND10": 562739617, + "AWATER10": 368317, + "GEOID10": "52531", + "ZCTA5CE10": "52531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 256 + ], + [ + 499, + 254 + ], + [ + 496, + 254 + ], + [ + 496, + 255 + ], + [ + 499, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52537", + "ALAND10": 896396234, + "AWATER10": 3733966, + "GEOID10": "52537", + "ZCTA5CE10": "52537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 255 + ], + [ + 497, + 253 + ], + [ + 495, + 253 + ], + [ + 495, + 255 + ], + [ + 497, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52572", + "ALAND10": 251780913, + "AWATER10": 452918, + "GEOID10": "52572", + "ZCTA5CE10": "52572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 256 + ], + [ + 500, + 254 + ], + [ + 498, + 254 + ], + [ + 498, + 256 + ], + [ + 500, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52570", + "ALAND10": 177211625, + "AWATER10": 381951, + "GEOID10": "52570", + "ZCTA5CE10": "52570", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 251 + ], + [ + 497, + 249 + ], + [ + 495, + 249 + ], + [ + 495, + 251 + ], + [ + 497, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63559", + "ALAND10": 286164347, + "AWATER10": 270137, + "GEOID10": "63559", + "ZCTA5CE10": "63559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 250 + ], + [ + 497, + 248 + ], + [ + 495, + 248 + ], + [ + 495, + 250 + ], + [ + 497, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63549", + "ALAND10": 374325877, + "AWATER10": 803792, + "GEOID10": "63549", + "ZCTA5CE10": "63549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 253 + ], + [ + 499, + 251 + ], + [ + 497, + 251 + ], + [ + 497, + 253 + ], + [ + 499, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63555", + "ALAND10": 513270577, + "AWATER10": 4604877, + "GEOID10": "63555", + "ZCTA5CE10": "63555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 251 + ], + [ + 499, + 249 + ], + [ + 497, + 249 + ], + [ + 497, + 251 + ], + [ + 499, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63533", + "ALAND10": 171145246, + "AWATER10": 86478, + "GEOID10": "63533", + "ZCTA5CE10": "63533", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 252 + ], + [ + 500, + 250 + ], + [ + 498, + 250 + ], + [ + 498, + 252 + ], + [ + 500, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63537", + "ALAND10": 338088853, + "AWATER10": 1956839, + "GEOID10": "63537", + "ZCTA5CE10": "63537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 256 + ], + [ + 502, + 254 + ], + [ + 500, + 254 + ], + [ + 500, + 256 + ], + [ + 502, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52565", + "ALAND10": 300828535, + "AWATER10": 6809188, + "GEOID10": "52565", + "ZCTA5CE10": "52565", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 254 + ], + [ + 502, + 252 + ], + [ + 500, + 252 + ], + [ + 500, + 254 + ], + [ + 502, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52626", + "ALAND10": 243657711, + "AWATER10": 3779537, + "GEOID10": "52626", + "ZCTA5CE10": "52626", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 256 + ], + [ + 504, + 254 + ], + [ + 502, + 254 + ], + [ + 502, + 256 + ], + [ + 504, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52641", + "ALAND10": 548473588, + "AWATER10": 3233387, + "GEOID10": "52641", + "ZCTA5CE10": "52641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 254 + ], + [ + 504, + 252 + ], + [ + 502, + 252 + ], + [ + 502, + 254 + ], + [ + 504, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52625", + "ALAND10": 285129075, + "AWATER10": 178892, + "GEOID10": "52625", + "ZCTA5CE10": "52625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 254 + ], + [ + 502, + 252 + ], + [ + 500, + 252 + ], + [ + 500, + 254 + ], + [ + 502, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63474", + "ALAND10": 173363357, + "AWATER10": 757597, + "GEOID10": "63474", + "ZCTA5CE10": "63474", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 252 + ], + [ + 502, + 250 + ], + [ + 500, + 250 + ], + [ + 500, + 252 + ], + [ + 502, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63447", + "ALAND10": 220509993, + "AWATER10": 570854, + "GEOID10": "63447", + "ZCTA5CE10": "63447", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 251 + ], + [ + 503, + 249 + ], + [ + 501, + 249 + ], + [ + 501, + 251 + ], + [ + 503, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63435", + "ALAND10": 364929479, + "AWATER10": 8444122, + "GEOID10": "63435", + "ZCTA5CE10": "63435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 252 + ], + [ + 504, + 250 + ], + [ + 502, + 250 + ], + [ + 502, + 252 + ], + [ + 504, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62376", + "ALAND10": 195443695, + "AWATER10": 10146181, + "GEOID10": "62376", + "ZCTA5CE10": "62376", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 247 + ], + [ + 499, + 245 + ], + [ + 497, + 245 + ], + [ + 497, + 247 + ], + [ + 499, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65247", + "ALAND10": 125768097, + "AWATER10": 2648511, + "GEOID10": "65247", + "ZCTA5CE10": "65247", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 249 + ], + [ + 501, + 247 + ], + [ + 499, + 247 + ], + [ + 499, + 249 + ], + [ + 501, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63451", + "ALAND10": 149361991, + "AWATER10": 248043, + "GEOID10": "63451", + "ZCTA5CE10": "63451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 248 + ], + [ + 501, + 246 + ], + [ + 499, + 246 + ], + [ + 499, + 248 + ], + [ + 501, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63469", + "ALAND10": 345433058, + "AWATER10": 449286, + "GEOID10": "63469", + "ZCTA5CE10": "63469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 247 + ], + [ + 500, + 245 + ], + [ + 498, + 245 + ], + [ + 498, + 247 + ], + [ + 500, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65263", + "ALAND10": 351275652, + "AWATER10": 1054620, + "GEOID10": "65263", + "ZCTA5CE10": "65263", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 243 + ], + [ + 497, + 241 + ], + [ + 495, + 241 + ], + [ + 495, + 243 + ], + [ + 497, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65250", + "ALAND10": 139666212, + "AWATER10": 5370873, + "GEOID10": "65250", + "ZCTA5CE10": "65250", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 243 + ], + [ + 497, + 241 + ], + [ + 495, + 241 + ], + [ + 495, + 243 + ], + [ + 497, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65274", + "ALAND10": 132402041, + "AWATER10": 3778093, + "GEOID10": "65274", + "ZCTA5CE10": "65274", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 244 + ], + [ + 499, + 242 + ], + [ + 497, + 242 + ], + [ + 497, + 244 + ], + [ + 499, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65255", + "ALAND10": 140614350, + "AWATER10": 172170, + "GEOID10": "65255", + "ZCTA5CE10": "65255", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 249 + ], + [ + 502, + 247 + ], + [ + 500, + 247 + ], + [ + 500, + 249 + ], + [ + 502, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63439", + "ALAND10": 52247024, + "AWATER10": 0, + "GEOID10": "63439", + "ZCTA5CE10": "63439", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 247 + ], + [ + 503, + 245 + ], + [ + 501, + 245 + ], + [ + 501, + 247 + ], + [ + 503, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63462", + "ALAND10": 316340921, + "AWATER10": 20113245, + "GEOID10": "63462", + "ZCTA5CE10": "63462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 247 + ], + [ + 503, + 245 + ], + [ + 501, + 245 + ], + [ + 501, + 247 + ], + [ + 503, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63456", + "ALAND10": 477700818, + "AWATER10": 11641883, + "GEOID10": "63456", + "ZCTA5CE10": "63456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 243 + ], + [ + 500, + 241 + ], + [ + 498, + 241 + ], + [ + 498, + 243 + ], + [ + 500, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65240", + "ALAND10": 460628295, + "AWATER10": 1612065, + "GEOID10": "65240", + "ZCTA5CE10": "65240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 242 + ], + [ + 502, + 240 + ], + [ + 500, + 240 + ], + [ + 500, + 242 + ], + [ + 502, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65262", + "ALAND10": 125511695, + "AWATER10": 1242697, + "GEOID10": "65262", + "ZCTA5CE10": "65262", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 244 + ], + [ + 504, + 242 + ], + [ + 502, + 242 + ], + [ + 502, + 244 + ], + [ + 504, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63345", + "ALAND10": 53231427, + "AWATER10": 354573, + "GEOID10": "63345", + "ZCTA5CE10": "63345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 256 + ], + [ + 504, + 254 + ], + [ + 502, + 254 + ], + [ + 502, + 256 + ], + [ + 504, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US52645", + "ALAND10": 184283014, + "AWATER10": 1293690, + "GEOID10": "52645", + "ZCTA5CE10": "52645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 255 + ], + [ + 505, + 253 + ], + [ + 503, + 253 + ], + [ + 503, + 255 + ], + [ + 505, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62354", + "ALAND10": 95028354, + "AWATER10": 20489239, + "GEOID10": "62354", + "ZCTA5CE10": "62354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 257 + ], + [ + 507, + 255 + ], + [ + 505, + 255 + ], + [ + 505, + 257 + ], + [ + 507, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61437", + "ALAND10": 104225247, + "AWATER10": 5001372, + "GEOID10": "61437", + "ZCTA5CE10": "61437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 253 + ], + [ + 507, + 251 + ], + [ + 505, + 251 + ], + [ + 505, + 253 + ], + [ + 507, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61420", + "ALAND10": 184114868, + "AWATER10": 28005, + "GEOID10": "61420", + "ZCTA5CE10": "61420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 252 + ], + [ + 508, + 250 + ], + [ + 506, + 250 + ], + [ + 506, + 252 + ], + [ + 508, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61455", + "ALAND10": 442476550, + "AWATER10": 1282116, + "GEOID10": "61455", + "ZCTA5CE10": "61455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 251 + ], + [ + 505, + 249 + ], + [ + 503, + 249 + ], + [ + 503, + 251 + ], + [ + 505, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62305", + "ALAND10": 358250610, + "AWATER10": 20970086, + "GEOID10": "62305", + "ZCTA5CE10": "62305", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 253 + ], + [ + 507, + 251 + ], + [ + 505, + 251 + ], + [ + 505, + 253 + ], + [ + 507, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62374", + "ALAND10": 59524269, + "AWATER10": 0, + "GEOID10": "62374", + "ZCTA5CE10": "62374", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 252 + ], + [ + 508, + 250 + ], + [ + 506, + 250 + ], + [ + 506, + 252 + ], + [ + 508, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62311", + "ALAND10": 132146715, + "AWATER10": 163845, + "GEOID10": "62311", + "ZCTA5CE10": "62311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 249 + ], + [ + 508, + 247 + ], + [ + 506, + 247 + ], + [ + 506, + 249 + ], + [ + 508, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62375", + "ALAND10": 116184769, + "AWATER10": 45384, + "GEOID10": "62375", + "ZCTA5CE10": "62375", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 256 + ], + [ + 509, + 254 + ], + [ + 507, + 254 + ], + [ + 507, + 256 + ], + [ + 509, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61415", + "ALAND10": 290316171, + "AWATER10": 1024225, + "GEOID10": "61415", + "ZCTA5CE10": "61415", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 257 + ], + [ + 512, + 255 + ], + [ + 510, + 255 + ], + [ + 510, + 257 + ], + [ + 512, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61458", + "ALAND10": 215179071, + "AWATER10": 483109, + "GEOID10": "61458", + "ZCTA5CE10": "61458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 253 + ], + [ + 511, + 251 + ], + [ + 509, + 251 + ], + [ + 509, + 253 + ], + [ + 511, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61477", + "ALAND10": 130085373, + "AWATER10": 83793, + "GEOID10": "61477", + "ZCTA5CE10": "61477", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 254 + ], + [ + 510, + 252 + ], + [ + 508, + 252 + ], + [ + 508, + 254 + ], + [ + 510, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61411", + "ALAND10": 98046516, + "AWATER10": 42515, + "GEOID10": "61411", + "ZCTA5CE10": "61411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 250 + ], + [ + 509, + 248 + ], + [ + 507, + 248 + ], + [ + 507, + 250 + ], + [ + 509, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62353", + "ALAND10": 485181837, + "AWATER10": 426662, + "GEOID10": "62353", + "ZCTA5CE10": "62353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 250 + ], + [ + 509, + 248 + ], + [ + 507, + 248 + ], + [ + 507, + 250 + ], + [ + 509, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62618", + "ALAND10": 222162697, + "AWATER10": 4995879, + "GEOID10": "62618", + "ZCTA5CE10": "62618", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 251 + ], + [ + 510, + 249 + ], + [ + 508, + 249 + ], + [ + 508, + 251 + ], + [ + 510, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62617", + "ALAND10": 149780986, + "AWATER10": 27334299, + "GEOID10": "62617", + "ZCTA5CE10": "62617", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 248 + ], + [ + 503, + 246 + ], + [ + 501, + 246 + ], + [ + 501, + 248 + ], + [ + 503, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63401", + "ALAND10": 270297323, + "AWATER10": 6166158, + "GEOID10": "63401", + "ZCTA5CE10": "63401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 245 + ], + [ + 505, + 243 + ], + [ + 503, + 243 + ], + [ + 503, + 245 + ], + [ + 505, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63339", + "ALAND10": 219001718, + "AWATER10": 1324513, + "GEOID10": "63339", + "ZCTA5CE10": "63339", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 247 + ], + [ + 506, + 245 + ], + [ + 504, + 245 + ], + [ + 504, + 247 + ], + [ + 506, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63353", + "ALAND10": 218436130, + "AWATER10": 5673886, + "GEOID10": "63353", + "ZCTA5CE10": "63353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 246 + ], + [ + 509, + 244 + ], + [ + 507, + 244 + ], + [ + 507, + 246 + ], + [ + 509, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62363", + "ALAND10": 409308635, + "AWATER10": 4744825, + "GEOID10": "62363", + "ZCTA5CE10": "62363", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 247 + ], + [ + 509, + 245 + ], + [ + 507, + 245 + ], + [ + 507, + 247 + ], + [ + 509, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62361", + "ALAND10": 155866827, + "AWATER10": 1682372, + "GEOID10": "62361", + "ZCTA5CE10": "62361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 242 + ], + [ + 503, + 240 + ], + [ + 501, + 240 + ], + [ + 501, + 242 + ], + [ + 503, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63361", + "ALAND10": 411579347, + "AWATER10": 2943234, + "GEOID10": "63361", + "ZCTA5CE10": "63361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 243 + ], + [ + 505, + 241 + ], + [ + 503, + 241 + ], + [ + 503, + 243 + ], + [ + 505, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63377", + "ALAND10": 341928116, + "AWATER10": 3094885, + "GEOID10": "63377", + "ZCTA5CE10": "63377", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 245 + ], + [ + 508, + 243 + ], + [ + 506, + 243 + ], + [ + 506, + 245 + ], + [ + 508, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63336", + "ALAND10": 186976242, + "AWATER10": 8311662, + "GEOID10": "63336", + "ZCTA5CE10": "63336", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 242 + ], + [ + 507, + 240 + ], + [ + 505, + 240 + ], + [ + 505, + 242 + ], + [ + 507, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63362", + "ALAND10": 95386482, + "AWATER10": 1266613, + "GEOID10": "63362", + "ZCTA5CE10": "63362", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 248 + ], + [ + 509, + 246 + ], + [ + 507, + 246 + ], + [ + 507, + 248 + ], + [ + 509, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62621", + "ALAND10": 135739400, + "AWATER10": 365513, + "GEOID10": "62621", + "ZCTA5CE10": "62621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 245 + ], + [ + 509, + 243 + ], + [ + 507, + 243 + ], + [ + 507, + 245 + ], + [ + 509, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62053", + "ALAND10": 119042834, + "AWATER10": 2104557, + "GEOID10": "62053", + "ZCTA5CE10": "62053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 246 + ], + [ + 510, + 244 + ], + [ + 508, + 244 + ], + [ + 508, + 246 + ], + [ + 510, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62092", + "ALAND10": 161286271, + "AWATER10": 242535, + "GEOID10": "62092", + "ZCTA5CE10": "62092", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 249 + ], + [ + 511, + 247 + ], + [ + 509, + 247 + ], + [ + 509, + 249 + ], + [ + 511, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62612", + "ALAND10": 233036775, + "AWATER10": 36723, + "GEOID10": "62612", + "ZCTA5CE10": "62612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 244 + ], + [ + 508, + 242 + ], + [ + 506, + 242 + ], + [ + 506, + 244 + ], + [ + 508, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62006", + "ALAND10": 76056273, + "AWATER10": 20586047, + "GEOID10": "62006", + "ZCTA5CE10": "62006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 243 + ], + [ + 509, + 241 + ], + [ + 507, + 241 + ], + [ + 507, + 243 + ], + [ + 509, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62037", + "ALAND10": 151460903, + "AWATER10": 7985934, + "GEOID10": "62037", + "ZCTA5CE10": "62037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 244 + ], + [ + 512, + 242 + ], + [ + 510, + 242 + ], + [ + 510, + 244 + ], + [ + 512, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62626", + "ALAND10": 444474348, + "AWATER10": 1522557, + "GEOID10": "62626", + "ZCTA5CE10": "62626", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 242 + ], + [ + 509, + 240 + ], + [ + 507, + 240 + ], + [ + 507, + 242 + ], + [ + 509, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63301", + "ALAND10": 228947951, + "AWATER10": 25894659, + "GEOID10": "63301", + "ZCTA5CE10": "63301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 241 + ], + [ + 496, + 239 + ], + [ + 494, + 239 + ], + [ + 494, + 241 + ], + [ + 496, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65081", + "ALAND10": 170640401, + "AWATER10": 441054, + "GEOID10": "65081", + "ZCTA5CE10": "65081", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 237 + ], + [ + 497, + 235 + ], + [ + 495, + 235 + ], + [ + 495, + 237 + ], + [ + 497, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65011", + "ALAND10": 207285973, + "AWATER10": 4476174, + "GEOID10": "65011", + "ZCTA5CE10": "65011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 241 + ], + [ + 498, + 239 + ], + [ + 496, + 239 + ], + [ + 496, + 241 + ], + [ + 498, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65018", + "ALAND10": 423178358, + "AWATER10": 2591178, + "GEOID10": "65018", + "ZCTA5CE10": "65018", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 241 + ], + [ + 500, + 239 + ], + [ + 498, + 239 + ], + [ + 498, + 241 + ], + [ + 500, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65010", + "ALAND10": 157386647, + "AWATER10": 459131, + "GEOID10": "65010", + "ZCTA5CE10": "65010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 238 + ], + [ + 500, + 236 + ], + [ + 498, + 236 + ], + [ + 498, + 238 + ], + [ + 500, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65101", + "ALAND10": 343917723, + "AWATER10": 14775900, + "GEOID10": "65101", + "ZCTA5CE10": "65101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 237 + ], + [ + 496, + 235 + ], + [ + 494, + 235 + ], + [ + 494, + 237 + ], + [ + 496, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65079", + "ALAND10": 78394030, + "AWATER10": 27749809, + "GEOID10": "65079", + "ZCTA5CE10": "65079", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 237 + ], + [ + 498, + 235 + ], + [ + 496, + 235 + ], + [ + 496, + 237 + ], + [ + 498, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65017", + "ALAND10": 150949313, + "AWATER10": 1670850, + "GEOID10": "65017", + "ZCTA5CE10": "65017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 237 + ], + [ + 500, + 235 + ], + [ + 498, + 235 + ], + [ + 498, + 237 + ], + [ + 500, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65486", + "ALAND10": 331132629, + "AWATER10": 98055, + "GEOID10": "65486", + "ZCTA5CE10": "65486", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 235 + ], + [ + 500, + 233 + ], + [ + 498, + 233 + ], + [ + 498, + 235 + ], + [ + 500, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65583", + "ALAND10": 165653469, + "AWATER10": 1879408, + "GEOID10": "65583", + "ZCTA5CE10": "65583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 241 + ], + [ + 501, + 239 + ], + [ + 499, + 239 + ], + [ + 499, + 241 + ], + [ + 501, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65080", + "ALAND10": 109035340, + "AWATER10": 4301824, + "GEOID10": "65080", + "ZCTA5CE10": "65080", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 238 + ], + [ + 502, + 236 + ], + [ + 500, + 236 + ], + [ + 500, + 238 + ], + [ + 502, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65013", + "ALAND10": 318603641, + "AWATER10": 1720216, + "GEOID10": "65013", + "ZCTA5CE10": "65013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 239 + ], + [ + 503, + 237 + ], + [ + 501, + 237 + ], + [ + 501, + 239 + ], + [ + 503, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65061", + "ALAND10": 132045434, + "AWATER10": 5382682, + "GEOID10": "65061", + "ZCTA5CE10": "65061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 237 + ], + [ + 504, + 235 + ], + [ + 502, + 235 + ], + [ + 502, + 237 + ], + [ + 504, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65066", + "ALAND10": 516864242, + "AWATER10": 3799364, + "GEOID10": "65066", + "ZCTA5CE10": "65066", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 237 + ], + [ + 501, + 235 + ], + [ + 499, + 235 + ], + [ + 499, + 237 + ], + [ + 501, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65459", + "ALAND10": 607203528, + "AWATER10": 3708237, + "GEOID10": "65459", + "ZCTA5CE10": "65459", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 236 + ], + [ + 502, + 234 + ], + [ + 500, + 234 + ], + [ + 500, + 236 + ], + [ + 502, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65550", + "ALAND10": 466916636, + "AWATER10": 2695991, + "GEOID10": "65550", + "ZCTA5CE10": "65550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 234 + ], + [ + 504, + 232 + ], + [ + 502, + 232 + ], + [ + 502, + 234 + ], + [ + 504, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65559", + "ALAND10": 485791701, + "AWATER10": 2282066, + "GEOID10": "65559", + "ZCTA5CE10": "65559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 236 + ], + [ + 502, + 234 + ], + [ + 500, + 234 + ], + [ + 500, + 236 + ], + [ + 502, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65401", + "ALAND10": 685129673, + "AWATER10": 2347901, + "GEOID10": "65401", + "ZCTA5CE10": "65401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 234 + ], + [ + 498, + 231 + ], + [ + 495, + 232 + ], + [ + 496, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65536", + "ALAND10": 1052428967, + "AWATER10": 5057264, + "GEOID10": "65536", + "ZCTA5CE10": "65536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 231 + ], + [ + 498, + 229 + ], + [ + 496, + 229 + ], + [ + 496, + 231 + ], + [ + 498, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65713", + "ALAND10": 281554708, + "AWATER10": 733183, + "GEOID10": "65713", + "ZCTA5CE10": "65713", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 230 + ], + [ + 499, + 228 + ], + [ + 497, + 228 + ], + [ + 497, + 230 + ], + [ + 499, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65667", + "ALAND10": 479016608, + "AWATER10": 1658618, + "GEOID10": "65667", + "ZCTA5CE10": "65667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 232 + ], + [ + 499, + 230 + ], + [ + 497, + 230 + ], + [ + 497, + 232 + ], + [ + 499, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65711", + "ALAND10": 753723542, + "AWATER10": 1326481, + "GEOID10": "65711", + "ZCTA5CE10": "65711", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 231 + ], + [ + 500, + 229 + ], + [ + 498, + 229 + ], + [ + 498, + 231 + ], + [ + 500, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65689", + "ALAND10": 473338003, + "AWATER10": 840625, + "GEOID10": "65689", + "ZCTA5CE10": "65689", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 226 + ], + [ + 498, + 224 + ], + [ + 496, + 224 + ], + [ + 496, + 226 + ], + [ + 498, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65655", + "ALAND10": 540785369, + "AWATER10": 2524146, + "GEOID10": "65655", + "ZCTA5CE10": "65655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 226 + ], + [ + 497, + 224 + ], + [ + 495, + 224 + ], + [ + 495, + 226 + ], + [ + 497, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65773", + "ALAND10": 171402365, + "AWATER10": 91486, + "GEOID10": "65773", + "ZCTA5CE10": "65773", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 230 + ], + [ + 502, + 228 + ], + [ + 500, + 228 + ], + [ + 500, + 230 + ], + [ + 502, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65793", + "ALAND10": 694727285, + "AWATER10": 999801, + "GEOID10": "65793", + "ZCTA5CE10": "65793", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 233 + ], + [ + 501, + 231 + ], + [ + 499, + 231 + ], + [ + 499, + 233 + ], + [ + 501, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65552", + "ALAND10": 384606561, + "AWATER10": 1106965, + "GEOID10": "65552", + "ZCTA5CE10": "65552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 231 + ], + [ + 501, + 229 + ], + [ + 499, + 229 + ], + [ + 499, + 231 + ], + [ + 501, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65483", + "ALAND10": 273734299, + "AWATER10": 957538, + "GEOID10": "65483", + "ZCTA5CE10": "65483", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 229 + ], + [ + 504, + 227 + ], + [ + 502, + 227 + ], + [ + 502, + 229 + ], + [ + 504, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65571", + "ALAND10": 470824203, + "AWATER10": 191081, + "GEOID10": "65571", + "ZCTA5CE10": "65571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 229 + ], + [ + 506, + 227 + ], + [ + 504, + 227 + ], + [ + 504, + 229 + ], + [ + 506, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65466", + "ALAND10": 483790651, + "AWATER10": 123234, + "GEOID10": "65466", + "ZCTA5CE10": "65466", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 227 + ], + [ + 501, + 224 + ], + [ + 500, + 224 + ], + [ + 499, + 227 + ], + [ + 502, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65775", + "ALAND10": 1178768338, + "AWATER10": 2347681, + "GEOID10": "65775", + "ZCTA5CE10": "65775", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 227 + ], + [ + 504, + 225 + ], + [ + 502, + 225 + ], + [ + 502, + 227 + ], + [ + 504, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65692", + "ALAND10": 296227395, + "AWATER10": 126570, + "GEOID10": "65692", + "ZCTA5CE10": "65692", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 225 + ], + [ + 505, + 223 + ], + [ + 503, + 223 + ], + [ + 503, + 225 + ], + [ + 505, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65791", + "ALAND10": 341118809, + "AWATER10": 71357, + "GEOID10": "65791", + "ZCTA5CE10": "65791", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 241 + ], + [ + 505, + 239 + ], + [ + 503, + 239 + ], + [ + 503, + 241 + ], + [ + 505, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65041", + "ALAND10": 608275063, + "AWATER10": 9823430, + "GEOID10": "65041", + "ZCTA5CE10": "65041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 240 + ], + [ + 505, + 238 + ], + [ + 503, + 238 + ], + [ + 503, + 240 + ], + [ + 505, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63068", + "ALAND10": 233845526, + "AWATER10": 2116052, + "GEOID10": "63068", + "ZCTA5CE10": "63068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 238 + ], + [ + 506, + 236 + ], + [ + 504, + 236 + ], + [ + 504, + 238 + ], + [ + 506, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63084", + "ALAND10": 194507578, + "AWATER10": 173941, + "GEOID10": "63084", + "ZCTA5CE10": "63084", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 238 + ], + [ + 508, + 236 + ], + [ + 506, + 236 + ], + [ + 506, + 238 + ], + [ + 508, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63077", + "ALAND10": 224757182, + "AWATER10": 666683, + "GEOID10": "63077", + "ZCTA5CE10": "63077", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 242 + ], + [ + 508, + 240 + ], + [ + 506, + 240 + ], + [ + 506, + 242 + ], + [ + 508, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63385", + "ALAND10": 173433897, + "AWATER10": 301510, + "GEOID10": "63385", + "ZCTA5CE10": "63385", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 236 + ], + [ + 506, + 234 + ], + [ + 504, + 234 + ], + [ + 504, + 236 + ], + [ + 506, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65535", + "ALAND10": 112064644, + "AWATER10": 120950, + "GEOID10": "65535", + "ZCTA5CE10": "65535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 234 + ], + [ + 505, + 232 + ], + [ + 503, + 232 + ], + [ + 503, + 234 + ], + [ + 505, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65446", + "ALAND10": 99769709, + "AWATER10": 37416, + "GEOID10": "65446", + "ZCTA5CE10": "65446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 236 + ], + [ + 509, + 234 + ], + [ + 507, + 234 + ], + [ + 507, + 236 + ], + [ + 509, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63030", + "ALAND10": 50647554, + "AWATER10": 325284, + "GEOID10": "63030", + "ZCTA5CE10": "63030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 236 + ], + [ + 508, + 234 + ], + [ + 506, + 234 + ], + [ + 506, + 236 + ], + [ + 508, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63664", + "ALAND10": 761697150, + "AWATER10": 2560241, + "GEOID10": "63664", + "ZCTA5CE10": "63664", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 240 + ], + [ + 510, + 238 + ], + [ + 508, + 238 + ], + [ + 508, + 240 + ], + [ + 510, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63021", + "ALAND10": 57091019, + "AWATER10": 512199, + "GEOID10": "63021", + "ZCTA5CE10": "63021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 238 + ], + [ + 508, + 236 + ], + [ + 506, + 236 + ], + [ + 506, + 238 + ], + [ + 508, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63023", + "ALAND10": 181924481, + "AWATER10": 389798, + "GEOID10": "63023", + "ZCTA5CE10": "63023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 240 + ], + [ + 511, + 238 + ], + [ + 509, + 238 + ], + [ + 509, + 240 + ], + [ + 511, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63130", + "ALAND10": 13028433, + "AWATER10": 0, + "GEOID10": "63130", + "ZCTA5CE10": "63130", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 239 + ], + [ + 511, + 237 + ], + [ + 509, + 237 + ], + [ + 509, + 239 + ], + [ + 511, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63129", + "ALAND10": 54005996, + "AWATER10": 5179298, + "GEOID10": "63129", + "ZCTA5CE10": "63129", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 236 + ], + [ + 510, + 234 + ], + [ + 508, + 234 + ], + [ + 508, + 236 + ], + [ + 510, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63020", + "ALAND10": 366579053, + "AWATER10": 1665543, + "GEOID10": "63020", + "ZCTA5CE10": "63020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 235 + ], + [ + 509, + 233 + ], + [ + 507, + 233 + ], + [ + 507, + 235 + ], + [ + 509, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63628", + "ALAND10": 302192482, + "AWATER10": 2469357, + "GEOID10": "63628", + "ZCTA5CE10": "63628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 238 + ], + [ + 511, + 236 + ], + [ + 509, + 236 + ], + [ + 509, + 238 + ], + [ + 511, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62298", + "ALAND10": 373539159, + "AWATER10": 3733710, + "GEOID10": "62298", + "ZCTA5CE10": "62298", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 237 + ], + [ + 511, + 235 + ], + [ + 509, + 235 + ], + [ + 509, + 237 + ], + [ + 511, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62277", + "ALAND10": 165448454, + "AWATER10": 6431976, + "GEOID10": "62277", + "ZCTA5CE10": "62277", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 234 + ], + [ + 514, + 232 + ], + [ + 512, + 232 + ], + [ + 512, + 234 + ], + [ + 514, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63775", + "ALAND10": 903873913, + "AWATER10": 10522394, + "GEOID10": "63775", + "ZCTA5CE10": "63775", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 232 + ], + [ + 507, + 230 + ], + [ + 505, + 230 + ], + [ + 505, + 232 + ], + [ + 507, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65440", + "ALAND10": 213856301, + "AWATER10": 1650613, + "GEOID10": "65440", + "ZCTA5CE10": "65440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 234 + ], + [ + 504, + 229 + ], + [ + 501, + 232 + ], + [ + 504, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65560", + "ALAND10": 1773052645, + "AWATER10": 4003700, + "GEOID10": "65560", + "ZCTA5CE10": "65560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 231 + ], + [ + 507, + 229 + ], + [ + 505, + 229 + ], + [ + 505, + 231 + ], + [ + 507, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63633", + "ALAND10": 253489819, + "AWATER10": 594328, + "GEOID10": "63633", + "ZCTA5CE10": "63633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 234 + ], + [ + 508, + 232 + ], + [ + 506, + 232 + ], + [ + 506, + 234 + ], + [ + 508, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63631", + "ALAND10": 107613114, + "AWATER10": 71636, + "GEOID10": "63631", + "ZCTA5CE10": "63631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 227 + ], + [ + 505, + 225 + ], + [ + 503, + 225 + ], + [ + 503, + 227 + ], + [ + 505, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65588", + "ALAND10": 525804460, + "AWATER10": 272837, + "GEOID10": "65588", + "ZCTA5CE10": "65588", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 229 + ], + [ + 508, + 227 + ], + [ + 506, + 227 + ], + [ + 506, + 229 + ], + [ + 508, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63638", + "ALAND10": 859689240, + "AWATER10": 1393793, + "GEOID10": "63638", + "ZCTA5CE10": "63638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 229 + ], + [ + 506, + 227 + ], + [ + 504, + 227 + ], + [ + 504, + 229 + ], + [ + 506, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63965", + "ALAND10": 545821045, + "AWATER10": 2879033, + "GEOID10": "63965", + "ZCTA5CE10": "63965", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 233 + ], + [ + 509, + 231 + ], + [ + 507, + 231 + ], + [ + 507, + 233 + ], + [ + 509, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63621", + "ALAND10": 169954413, + "AWATER10": 1108158, + "GEOID10": "63621", + "ZCTA5CE10": "63621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 233 + ], + [ + 511, + 231 + ], + [ + 509, + 230 + ], + [ + 508, + 232 + ], + [ + 511, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63645", + "ALAND10": 986121920, + "AWATER10": 6213208, + "GEOID10": "63645", + "ZCTA5CE10": "63645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 231 + ], + [ + 510, + 229 + ], + [ + 508, + 229 + ], + [ + 508, + 231 + ], + [ + 510, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63620", + "ALAND10": 506935113, + "AWATER10": 2557374, + "GEOID10": "63620", + "ZCTA5CE10": "63620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 232 + ], + [ + 512, + 230 + ], + [ + 510, + 230 + ], + [ + 510, + 232 + ], + [ + 512, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63655", + "ALAND10": 380354031, + "AWATER10": 1146660, + "GEOID10": "63655", + "ZCTA5CE10": "63655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 229 + ], + [ + 507, + 227 + ], + [ + 505, + 227 + ], + [ + 505, + 229 + ], + [ + 507, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63957", + "ALAND10": 496249399, + "AWATER10": 6343645, + "GEOID10": "63957", + "ZCTA5CE10": "63957", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 227 + ], + [ + 509, + 225 + ], + [ + 507, + 225 + ], + [ + 507, + 227 + ], + [ + 509, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63901", + "ALAND10": 811185107, + "AWATER10": 3361539, + "GEOID10": "63901", + "ZCTA5CE10": "63901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 228 + ], + [ + 510, + 226 + ], + [ + 508, + 226 + ], + [ + 508, + 228 + ], + [ + 510, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63944", + "ALAND10": 467408190, + "AWATER10": 8376752, + "GEOID10": "63944", + "ZCTA5CE10": "63944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 230 + ], + [ + 511, + 228 + ], + [ + 509, + 228 + ], + [ + 509, + 230 + ], + [ + 511, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63787", + "ALAND10": 146617805, + "AWATER10": 854575, + "GEOID10": "63787", + "ZCTA5CE10": "63787", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 226 + ], + [ + 512, + 224 + ], + [ + 510, + 224 + ], + [ + 510, + 226 + ], + [ + 512, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63936", + "ALAND10": 201155777, + "AWATER10": 1915501, + "GEOID10": "63936", + "ZCTA5CE10": "63936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 224 + ], + [ + 480, + 222 + ], + [ + 478, + 222 + ], + [ + 478, + 224 + ], + [ + 480, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74017", + "ALAND10": 373900369, + "AWATER10": 4474195, + "GEOID10": "74017", + "ZCTA5CE10": "74017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 222 + ], + [ + 481, + 220 + ], + [ + 479, + 220 + ], + [ + 479, + 222 + ], + [ + 481, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74014", + "ALAND10": 272594140, + "AWATER10": 3861154, + "GEOID10": "74014", + "ZCTA5CE10": "74014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 227 + ], + [ + 483, + 225 + ], + [ + 483, + 224 + ], + [ + 481, + 224 + ], + [ + 481, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74301", + "ALAND10": 1026378343, + "AWATER10": 9242675, + "GEOID10": "74301", + "ZCTA5CE10": "74301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 224 + ], + [ + 483, + 222 + ], + [ + 481, + 222 + ], + [ + 481, + 224 + ], + [ + 483, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74361", + "ALAND10": 442968374, + "AWATER10": 17541382, + "GEOID10": "74361", + "ZCTA5CE10": "74361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 222 + ], + [ + 481, + 220 + ], + [ + 479, + 220 + ], + [ + 479, + 222 + ], + [ + 481, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74429", + "ALAND10": 224014180, + "AWATER10": 4686995, + "GEOID10": "74429", + "ZCTA5CE10": "74429", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 220 + ], + [ + 482, + 218 + ], + [ + 480, + 218 + ], + [ + 480, + 220 + ], + [ + 482, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74403", + "ALAND10": 294720134, + "AWATER10": 19655786, + "GEOID10": "74403", + "ZCTA5CE10": "74403", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 221 + ], + [ + 482, + 219 + ], + [ + 480, + 219 + ], + [ + 480, + 221 + ], + [ + 482, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74352", + "ALAND10": 338807466, + "AWATER10": 14029397, + "GEOID10": "74352", + "ZCTA5CE10": "74352", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 222 + ], + [ + 485, + 220 + ], + [ + 483, + 220 + ], + [ + 483, + 222 + ], + [ + 485, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74464", + "ALAND10": 734453245, + "AWATER10": 3860254, + "GEOID10": "74464", + "ZCTA5CE10": "74464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 219 + ], + [ + 483, + 217 + ], + [ + 481, + 217 + ], + [ + 481, + 219 + ], + [ + 483, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74435", + "ALAND10": 168325195, + "AWATER10": 22125417, + "GEOID10": "74435", + "ZCTA5CE10": "74435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 225 + ], + [ + 484, + 223 + ], + [ + 482, + 223 + ], + [ + 482, + 225 + ], + [ + 484, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74331", + "ALAND10": 290970635, + "AWATER10": 55923197, + "GEOID10": "74331", + "ZCTA5CE10": "74331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 226 + ], + [ + 486, + 224 + ], + [ + 484, + 224 + ], + [ + 484, + 226 + ], + [ + 486, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74344", + "ALAND10": 231832456, + "AWATER10": 45760486, + "GEOID10": "74344", + "ZCTA5CE10": "74344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 222 + ], + [ + 485, + 220 + ], + [ + 483, + 220 + ], + [ + 483, + 222 + ], + [ + 485, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74347", + "ALAND10": 91136712, + "AWATER10": 221230, + "GEOID10": "74347", + "ZCTA5CE10": "74347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 221 + ], + [ + 485, + 219 + ], + [ + 483, + 219 + ], + [ + 483, + 221 + ], + [ + 485, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74965", + "ALAND10": 290756007, + "AWATER10": 1845222, + "GEOID10": "74965", + "ZCTA5CE10": "74965", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 223 + ], + [ + 488, + 221 + ], + [ + 486, + 221 + ], + [ + 486, + 223 + ], + [ + 488, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72734", + "ALAND10": 211205146, + "AWATER10": 2847024, + "GEOID10": "72734", + "ZCTA5CE10": "72734", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 221 + ], + [ + 485, + 219 + ], + [ + 483, + 219 + ], + [ + 483, + 221 + ], + [ + 485, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74960", + "ALAND10": 782605337, + "AWATER10": 3986895, + "GEOID10": "74960", + "ZCTA5CE10": "74960", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 222 + ], + [ + 487, + 220 + ], + [ + 485, + 220 + ], + [ + 485, + 222 + ], + [ + 487, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72769", + "ALAND10": 105398785, + "AWATER10": 643234, + "GEOID10": "72769", + "ZCTA5CE10": "72769", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 221 + ], + [ + 489, + 219 + ], + [ + 487, + 219 + ], + [ + 487, + 221 + ], + [ + 489, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72774", + "ALAND10": 302564870, + "AWATER10": 1620631, + "GEOID10": "72774", + "ZCTA5CE10": "72774", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 218 + ], + [ + 482, + 216 + ], + [ + 480, + 216 + ], + [ + 480, + 218 + ], + [ + 482, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74426", + "ALAND10": 573334798, + "AWATER10": 77691483, + "GEOID10": "74426", + "ZCTA5CE10": "74426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 217 + ], + [ + 484, + 215 + ], + [ + 482, + 215 + ], + [ + 482, + 217 + ], + [ + 484, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74462", + "ALAND10": 642360886, + "AWATER10": 34501192, + "GEOID10": "74462", + "ZCTA5CE10": "74462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 214 + ], + [ + 481, + 212 + ], + [ + 479, + 212 + ], + [ + 479, + 214 + ], + [ + 481, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74547", + "ALAND10": 269856394, + "AWATER10": 5068596, + "GEOID10": "74547", + "ZCTA5CE10": "74547", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 216 + ], + [ + 483, + 214 + ], + [ + 481, + 214 + ], + [ + 481, + 216 + ], + [ + 483, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74552", + "ALAND10": 255969495, + "AWATER10": 1934608, + "GEOID10": "74552", + "ZCTA5CE10": "74552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 212 + ], + [ + 483, + 210 + ], + [ + 481, + 210 + ], + [ + 481, + 212 + ], + [ + 483, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74574", + "ALAND10": 377720587, + "AWATER10": 7336234, + "GEOID10": "74574", + "ZCTA5CE10": "74574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 209 + ], + [ + 482, + 207 + ], + [ + 480, + 207 + ], + [ + 480, + 209 + ], + [ + 482, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74523", + "ALAND10": 566588388, + "AWATER10": 6355521, + "GEOID10": "74523", + "ZCTA5CE10": "74523", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 211 + ], + [ + 480, + 209 + ], + [ + 478, + 209 + ], + [ + 478, + 211 + ], + [ + 480, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74536", + "ALAND10": 741939490, + "AWATER10": 52501267, + "GEOID10": "74536", + "ZCTA5CE10": "74536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 213 + ], + [ + 484, + 211 + ], + [ + 482, + 211 + ], + [ + 482, + 213 + ], + [ + 484, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74578", + "ALAND10": 859977454, + "AWATER10": 6291293, + "GEOID10": "74578", + "ZCTA5CE10": "74578", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 216 + ], + [ + 486, + 214 + ], + [ + 484, + 214 + ], + [ + 484, + 216 + ], + [ + 486, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74948", + "ALAND10": 564913586, + "AWATER10": 11141344, + "GEOID10": "74948", + "ZCTA5CE10": "74948", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 214 + ], + [ + 487, + 212 + ], + [ + 485, + 212 + ], + [ + 485, + 214 + ], + [ + 487, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74940", + "ALAND10": 159265790, + "AWATER10": 6369413, + "GEOID10": "74940", + "ZCTA5CE10": "74940", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 214 + ], + [ + 485, + 212 + ], + [ + 483, + 212 + ], + [ + 483, + 214 + ], + [ + 485, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74937", + "ALAND10": 536283925, + "AWATER10": 4879782, + "GEOID10": "74937", + "ZCTA5CE10": "74937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 216 + ], + [ + 488, + 214 + ], + [ + 486, + 214 + ], + [ + 486, + 216 + ], + [ + 488, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72936", + "ALAND10": 227727406, + "AWATER10": 2679880, + "GEOID10": "72936", + "ZCTA5CE10": "72936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 212 + ], + [ + 486, + 210 + ], + [ + 484, + 210 + ], + [ + 484, + 212 + ], + [ + 486, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74571", + "ALAND10": 860678458, + "AWATER10": 3954348, + "GEOID10": "74571", + "ZCTA5CE10": "74571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 209 + ], + [ + 485, + 206 + ], + [ + 483, + 206 + ], + [ + 484, + 209 + ], + [ + 485, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74728", + "ALAND10": 1026471820, + "AWATER10": 32648511, + "GEOID10": "74728", + "ZCTA5CE10": "74728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 210 + ], + [ + 485, + 208 + ], + [ + 483, + 208 + ], + [ + 483, + 210 + ], + [ + 485, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74724", + "ALAND10": 82916081, + "AWATER10": 130778, + "GEOID10": "74724", + "ZCTA5CE10": "74724", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 210 + ], + [ + 488, + 208 + ], + [ + 486, + 208 + ], + [ + 486, + 210 + ], + [ + 488, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71937", + "ALAND10": 180765710, + "AWATER10": 1168851, + "GEOID10": "71937", + "ZCTA5CE10": "71937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 225 + ], + [ + 489, + 223 + ], + [ + 487, + 223 + ], + [ + 487, + 225 + ], + [ + 489, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65745", + "ALAND10": 183554993, + "AWATER10": 177382, + "GEOID10": "65745", + "ZCTA5CE10": "65745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 224 + ], + [ + 489, + 222 + ], + [ + 487, + 222 + ], + [ + 487, + 224 + ], + [ + 489, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72756", + "ALAND10": 360896741, + "AWATER10": 40254452, + "GEOID10": "72756", + "ZCTA5CE10": "72756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 225 + ], + [ + 491, + 223 + ], + [ + 489, + 223 + ], + [ + 489, + 225 + ], + [ + 491, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72632", + "ALAND10": 257085711, + "AWATER10": 9222467, + "GEOID10": "72632", + "ZCTA5CE10": "72632", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 225 + ], + [ + 492, + 223 + ], + [ + 490, + 223 + ], + [ + 490, + 225 + ], + [ + 492, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72616", + "ALAND10": 543247848, + "AWATER10": 482151, + "GEOID10": "72616", + "ZCTA5CE10": "72616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 222 + ], + [ + 490, + 220 + ], + [ + 488, + 220 + ], + [ + 488, + 222 + ], + [ + 490, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72727", + "ALAND10": 402433939, + "AWATER10": 1834486, + "GEOID10": "72727", + "ZCTA5CE10": "72727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 220 + ], + [ + 491, + 218 + ], + [ + 489, + 218 + ], + [ + 489, + 220 + ], + [ + 491, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72721", + "ALAND10": 114938894, + "AWATER10": 132771, + "GEOID10": "72721", + "ZCTA5CE10": "72721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 220 + ], + [ + 491, + 218 + ], + [ + 489, + 218 + ], + [ + 489, + 220 + ], + [ + 491, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72740", + "ALAND10": 955412098, + "AWATER10": 4174077, + "GEOID10": "72740", + "ZCTA5CE10": "72740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 222 + ], + [ + 493, + 220 + ], + [ + 491, + 220 + ], + [ + 491, + 222 + ], + [ + 493, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72611", + "ALAND10": 197556335, + "AWATER10": 523240, + "GEOID10": "72611", + "ZCTA5CE10": "72611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 226 + ], + [ + 495, + 224 + ], + [ + 493, + 224 + ], + [ + 493, + 226 + ], + [ + 495, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65627", + "ALAND10": 140056390, + "AWATER10": 10051788, + "GEOID10": "65627", + "ZCTA5CE10": "65627", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 224 + ], + [ + 496, + 222 + ], + [ + 494, + 222 + ], + [ + 494, + 224 + ], + [ + 496, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72601", + "ALAND10": 956415109, + "AWATER10": 1624161, + "GEOID10": "72601", + "ZCTA5CE10": "72601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 223 + ], + [ + 494, + 221 + ], + [ + 492, + 221 + ], + [ + 492, + 223 + ], + [ + 494, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72624", + "ALAND10": 176232294, + "AWATER10": 214635, + "GEOID10": "72624", + "ZCTA5CE10": "72624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 221 + ], + [ + 495, + 219 + ], + [ + 493, + 219 + ], + [ + 493, + 221 + ], + [ + 495, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72641", + "ALAND10": 356687453, + "AWATER10": 1944494, + "GEOID10": "72641", + "ZCTA5CE10": "72641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 220 + ], + [ + 495, + 218 + ], + [ + 493, + 218 + ], + [ + 493, + 220 + ], + [ + 495, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72655", + "ALAND10": 245415511, + "AWATER10": 675822, + "GEOID10": "72655", + "ZCTA5CE10": "72655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 217 + ], + [ + 495, + 215 + ], + [ + 493, + 215 + ], + [ + 493, + 217 + ], + [ + 495, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72843", + "ALAND10": 548367281, + "AWATER10": 375490, + "GEOID10": "72843", + "ZCTA5CE10": "72843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 217 + ], + [ + 491, + 215 + ], + [ + 489, + 215 + ], + [ + 489, + 217 + ], + [ + 491, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72933", + "ALAND10": 295425269, + "AWATER10": 1572426, + "GEOID10": "72933", + "ZCTA5CE10": "72933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 215 + ], + [ + 489, + 213 + ], + [ + 487, + 213 + ], + [ + 487, + 215 + ], + [ + 489, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72944", + "ALAND10": 204802193, + "AWATER10": 1806009, + "GEOID10": "72944", + "ZCTA5CE10": "72944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 217 + ], + [ + 492, + 215 + ], + [ + 490, + 215 + ], + [ + 490, + 217 + ], + [ + 492, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72865", + "ALAND10": 72470080, + "AWATER10": 405820, + "GEOID10": "72865", + "ZCTA5CE10": "72865", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 214 + ], + [ + 489, + 212 + ], + [ + 487, + 212 + ], + [ + 487, + 214 + ], + [ + 489, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72927", + "ALAND10": 803871474, + "AWATER10": 9118868, + "GEOID10": "72927", + "ZCTA5CE10": "72927", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 214 + ], + [ + 491, + 212 + ], + [ + 489, + 212 + ], + [ + 489, + 214 + ], + [ + 491, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72958", + "ALAND10": 900771429, + "AWATER10": 9943367, + "GEOID10": "72958", + "ZCTA5CE10": "72958", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 215 + ], + [ + 494, + 213 + ], + [ + 492, + 213 + ], + [ + 492, + 215 + ], + [ + 494, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72833", + "ALAND10": 468158567, + "AWATER10": 3852544, + "GEOID10": "72833", + "ZCTA5CE10": "72833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 210 + ], + [ + 489, + 208 + ], + [ + 487, + 208 + ], + [ + 487, + 210 + ], + [ + 489, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71945", + "ALAND10": 185575195, + "AWATER10": 1151905, + "GEOID10": "71945", + "ZCTA5CE10": "71945", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 212 + ], + [ + 489, + 211 + ], + [ + 489, + 209 + ], + [ + 486, + 210 + ], + [ + 486, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71953", + "ALAND10": 1655675822, + "AWATER10": 8216506, + "GEOID10": "71953", + "ZCTA5CE10": "71953", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 211 + ], + [ + 492, + 209 + ], + [ + 490, + 209 + ], + [ + 490, + 211 + ], + [ + 492, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71970", + "ALAND10": 199879686, + "AWATER10": 13219946, + "GEOID10": "71970", + "ZCTA5CE10": "71970", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 210 + ], + [ + 492, + 208 + ], + [ + 490, + 208 + ], + [ + 490, + 210 + ], + [ + 492, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71935", + "ALAND10": 303307027, + "AWATER10": 1287647, + "GEOID10": "71935", + "ZCTA5CE10": "71935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 214 + ], + [ + 495, + 212 + ], + [ + 493, + 212 + ], + [ + 493, + 214 + ], + [ + 495, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72853", + "ALAND10": 156731680, + "AWATER10": 1072677, + "GEOID10": "72853", + "ZCTA5CE10": "72853", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 217 + ], + [ + 496, + 215 + ], + [ + 494, + 215 + ], + [ + 494, + 217 + ], + [ + 496, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72802", + "ALAND10": 348404850, + "AWATER10": 19004459, + "GEOID10": "72802", + "ZCTA5CE10": "72802", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 215 + ], + [ + 496, + 213 + ], + [ + 494, + 213 + ], + [ + 494, + 215 + ], + [ + 496, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72834", + "ALAND10": 403904912, + "AWATER10": 22736326, + "GEOID10": "72834", + "ZCTA5CE10": "72834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 216 + ], + [ + 498, + 214 + ], + [ + 496, + 214 + ], + [ + 496, + 216 + ], + [ + 498, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72110", + "ALAND10": 321348202, + "AWATER10": 20972324, + "GEOID10": "72110", + "ZCTA5CE10": "72110", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 213 + ], + [ + 491, + 211 + ], + [ + 489, + 211 + ], + [ + 489, + 213 + ], + [ + 491, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72857", + "ALAND10": 843304924, + "AWATER10": 12266031, + "GEOID10": "72857", + "ZCTA5CE10": "72857", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 212 + ], + [ + 496, + 210 + ], + [ + 494, + 210 + ], + [ + 494, + 212 + ], + [ + 496, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71949", + "ALAND10": 538557560, + "AWATER10": 71790783, + "GEOID10": "71949", + "ZCTA5CE10": "71949", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 212 + ], + [ + 496, + 210 + ], + [ + 494, + 210 + ], + [ + 494, + 212 + ], + [ + 496, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71901", + "ALAND10": 267587747, + "AWATER10": 3963676, + "GEOID10": "71901", + "ZCTA5CE10": "71901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 206 + ], + [ + 480, + 204 + ], + [ + 478, + 204 + ], + [ + 478, + 206 + ], + [ + 480, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75411", + "ALAND10": 203309428, + "AWATER10": 15456152, + "GEOID10": "75411", + "ZCTA5CE10": "75411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 210 + ], + [ + 484, + 208 + ], + [ + 482, + 208 + ], + [ + 482, + 210 + ], + [ + 484, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74562", + "ALAND10": 418253451, + "AWATER10": 2377463, + "GEOID10": "74562", + "ZCTA5CE10": "74562", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 207 + ], + [ + 483, + 205 + ], + [ + 481, + 205 + ], + [ + 481, + 207 + ], + [ + 483, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75436", + "ALAND10": 428198268, + "AWATER10": 2657398, + "GEOID10": "75436", + "ZCTA5CE10": "75436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 203 + ], + [ + 482, + 201 + ], + [ + 480, + 201 + ], + [ + 480, + 203 + ], + [ + 482, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75450", + "ALAND10": 154245575, + "AWATER10": 4308668, + "GEOID10": "75450", + "ZCTA5CE10": "75450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 203 + ], + [ + 485, + 201 + ], + [ + 483, + 201 + ], + [ + 483, + 203 + ], + [ + 485, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75417", + "ALAND10": 423635049, + "AWATER10": 10566710, + "GEOID10": "75417", + "ZCTA5CE10": "75417", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 204 + ], + [ + 484, + 202 + ], + [ + 482, + 202 + ], + [ + 482, + 204 + ], + [ + 484, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75426", + "ALAND10": 846635822, + "AWATER10": 12340892, + "GEOID10": "75426", + "ZCTA5CE10": "75426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 208 + ], + [ + 484, + 206 + ], + [ + 482, + 206 + ], + [ + 482, + 208 + ], + [ + 484, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US74766", + "ALAND10": 278843643, + "AWATER10": 3003518, + "GEOID10": "74766", + "ZCTA5CE10": "74766", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 208 + ], + [ + 489, + 206 + ], + [ + 487, + 206 + ], + [ + 487, + 208 + ], + [ + 489, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71841", + "ALAND10": 178585199, + "AWATER10": 1006961, + "GEOID10": "71841", + "ZCTA5CE10": "71841", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 206 + ], + [ + 489, + 204 + ], + [ + 487, + 204 + ], + [ + 487, + 206 + ], + [ + 489, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71820", + "ALAND10": 49328306, + "AWATER10": 922064, + "GEOID10": "71820", + "ZCTA5CE10": "71820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 203 + ], + [ + 485, + 201 + ], + [ + 483, + 201 + ], + [ + 483, + 203 + ], + [ + 485, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75554", + "ALAND10": 424617062, + "AWATER10": 3928731, + "GEOID10": "75554", + "ZCTA5CE10": "75554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 203 + ], + [ + 483, + 201 + ], + [ + 481, + 201 + ], + [ + 481, + 203 + ], + [ + 483, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75455", + "ALAND10": 764668992, + "AWATER10": 30001494, + "GEOID10": "75455", + "ZCTA5CE10": "75455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 202 + ], + [ + 487, + 200 + ], + [ + 485, + 200 + ], + [ + 485, + 202 + ], + [ + 487, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75568", + "ALAND10": 347325129, + "AWATER10": 3061437, + "GEOID10": "75568", + "ZCTA5CE10": "75568", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 205 + ], + [ + 490, + 203 + ], + [ + 488, + 203 + ], + [ + 488, + 205 + ], + [ + 490, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71822", + "ALAND10": 657960635, + "AWATER10": 15853270, + "GEOID10": "71822", + "ZCTA5CE10": "71822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 201 + ], + [ + 487, + 199 + ], + [ + 485, + 199 + ], + [ + 485, + 201 + ], + [ + 487, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75566", + "ALAND10": 124054680, + "AWATER10": 0, + "GEOID10": "75566", + "ZCTA5CE10": "75566", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 199 + ], + [ + 481, + 197 + ], + [ + 479, + 197 + ], + [ + 479, + 199 + ], + [ + 481, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75497", + "ALAND10": 167474085, + "AWATER10": 47675493, + "GEOID10": "75497", + "ZCTA5CE10": "75497", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 202 + ], + [ + 482, + 200 + ], + [ + 480, + 200 + ], + [ + 480, + 202 + ], + [ + 482, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75471", + "ALAND10": 124816007, + "AWATER10": 955489, + "GEOID10": "75471", + "ZCTA5CE10": "75471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 199 + ], + [ + 483, + 197 + ], + [ + 481, + 197 + ], + [ + 481, + 199 + ], + [ + 483, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75773", + "ALAND10": 461939110, + "AWATER10": 13190326, + "GEOID10": "75773", + "ZCTA5CE10": "75773", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 201 + ], + [ + 483, + 199 + ], + [ + 481, + 199 + ], + [ + 481, + 201 + ], + [ + 483, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75451", + "ALAND10": 90208828, + "AWATER10": 4843950, + "GEOID10": "75451", + "ZCTA5CE10": "75451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 200 + ], + [ + 485, + 198 + ], + [ + 483, + 198 + ], + [ + 483, + 200 + ], + [ + 485, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75644", + "ALAND10": 485476994, + "AWATER10": 4431534, + "GEOID10": "75644", + "ZCTA5CE10": "75644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 197 + ], + [ + 484, + 195 + ], + [ + 482, + 195 + ], + [ + 482, + 197 + ], + [ + 484, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75755", + "ALAND10": 270407674, + "AWATER10": 4024720, + "GEOID10": "75755", + "ZCTA5CE10": "75755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 198 + ], + [ + 483, + 196 + ], + [ + 481, + 196 + ], + [ + 481, + 198 + ], + [ + 483, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75771", + "ALAND10": 372908859, + "AWATER10": 7301686, + "GEOID10": "75771", + "ZCTA5CE10": "75771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 195 + ], + [ + 483, + 193 + ], + [ + 481, + 193 + ], + [ + 481, + 195 + ], + [ + 483, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75703", + "ALAND10": 140502602, + "AWATER10": 1318197, + "GEOID10": "75703", + "ZCTA5CE10": "75703", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 194 + ], + [ + 483, + 192 + ], + [ + 481, + 192 + ], + [ + 481, + 194 + ], + [ + 483, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75789", + "ALAND10": 489288304, + "AWATER10": 4344512, + "GEOID10": "75789", + "ZCTA5CE10": "75789", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 200 + ], + [ + 486, + 198 + ], + [ + 484, + 198 + ], + [ + 484, + 200 + ], + [ + 486, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75630", + "ALAND10": 234254998, + "AWATER10": 27231211, + "GEOID10": "75630", + "ZCTA5CE10": "75630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 200 + ], + [ + 488, + 198 + ], + [ + 486, + 198 + ], + [ + 486, + 200 + ], + [ + 488, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75563", + "ALAND10": 418547273, + "AWATER10": 2047174, + "GEOID10": "75563", + "ZCTA5CE10": "75563", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 199 + ], + [ + 490, + 197 + ], + [ + 488, + 197 + ], + [ + 488, + 199 + ], + [ + 490, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75657", + "ALAND10": 868452110, + "AWATER10": 58189156, + "GEOID10": "75657", + "ZCTA5CE10": "75657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 196 + ], + [ + 486, + 194 + ], + [ + 484, + 194 + ], + [ + 484, + 196 + ], + [ + 486, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75662", + "ALAND10": 330418655, + "AWATER10": 535651, + "GEOID10": "75662", + "ZCTA5CE10": "75662", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 196 + ], + [ + 485, + 194 + ], + [ + 483, + 194 + ], + [ + 483, + 196 + ], + [ + 485, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75684", + "ALAND10": 261607976, + "AWATER10": 850075, + "GEOID10": "75684", + "ZCTA5CE10": "75684", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 196 + ], + [ + 488, + 194 + ], + [ + 486, + 194 + ], + [ + 486, + 196 + ], + [ + 488, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75672", + "ALAND10": 614690359, + "AWATER10": 1860611, + "GEOID10": "75672", + "ZCTA5CE10": "75672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 196 + ], + [ + 488, + 194 + ], + [ + 486, + 194 + ], + [ + 486, + 196 + ], + [ + 488, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75631", + "ALAND10": 303099889, + "AWATER10": 3158819, + "GEOID10": "75631", + "ZCTA5CE10": "75631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 194 + ], + [ + 490, + 192 + ], + [ + 488, + 192 + ], + [ + 488, + 194 + ], + [ + 490, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75633", + "ALAND10": 839022620, + "AWATER10": 8514959, + "GEOID10": "75633", + "ZCTA5CE10": "75633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 194 + ], + [ + 489, + 192 + ], + [ + 487, + 192 + ], + [ + 487, + 194 + ], + [ + 489, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75974", + "ALAND10": 271270795, + "AWATER10": 864653, + "GEOID10": "75974", + "ZCTA5CE10": "75974", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 206 + ], + [ + 490, + 204 + ], + [ + 488, + 204 + ], + [ + 488, + 206 + ], + [ + 490, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71846", + "ALAND10": 559813592, + "AWATER10": 33250480, + "GEOID10": "71846", + "ZCTA5CE10": "71846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 207 + ], + [ + 489, + 205 + ], + [ + 487, + 205 + ], + [ + 487, + 207 + ], + [ + 489, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71852", + "ALAND10": 701712552, + "AWATER10": 2697695, + "GEOID10": "71852", + "ZCTA5CE10": "71852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 209 + ], + [ + 494, + 207 + ], + [ + 492, + 207 + ], + [ + 492, + 209 + ], + [ + 494, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71921", + "ALAND10": 512675832, + "AWATER10": 23822876, + "GEOID10": "71921", + "ZCTA5CE10": "71921", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 206 + ], + [ + 492, + 204 + ], + [ + 490, + 204 + ], + [ + 490, + 206 + ], + [ + 492, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71801", + "ALAND10": 781720582, + "AWATER10": 6153966, + "GEOID10": "71801", + "ZCTA5CE10": "71801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 206 + ], + [ + 491, + 204 + ], + [ + 489, + 204 + ], + [ + 489, + 206 + ], + [ + 491, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71838", + "ALAND10": 330957434, + "AWATER10": 8572555, + "GEOID10": "71838", + "ZCTA5CE10": "71838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 202 + ], + [ + 489, + 200 + ], + [ + 487, + 200 + ], + [ + 487, + 202 + ], + [ + 489, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75501", + "ALAND10": 246561177, + "AWATER10": 19014793, + "GEOID10": "75501", + "ZCTA5CE10": "75501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 203 + ], + [ + 490, + 201 + ], + [ + 488, + 201 + ], + [ + 488, + 203 + ], + [ + 490, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71837", + "ALAND10": 412353147, + "AWATER10": 5566272, + "GEOID10": "71837", + "ZCTA5CE10": "71837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 202 + ], + [ + 491, + 200 + ], + [ + 489, + 200 + ], + [ + 489, + 202 + ], + [ + 491, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71826", + "ALAND10": 331089735, + "AWATER10": 10632941, + "GEOID10": "71826", + "ZCTA5CE10": "71826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 207 + ], + [ + 493, + 205 + ], + [ + 491, + 205 + ], + [ + 491, + 207 + ], + [ + 493, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71857", + "ALAND10": 698281726, + "AWATER10": 5154708, + "GEOID10": "71857", + "ZCTA5CE10": "71857", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 206 + ], + [ + 496, + 204 + ], + [ + 494, + 204 + ], + [ + 494, + 206 + ], + [ + 496, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71923", + "ALAND10": 1024226248, + "AWATER10": 22666843, + "GEOID10": "71923", + "ZCTA5CE10": "71923", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 210 + ], + [ + 495, + 208 + ], + [ + 493, + 208 + ], + [ + 493, + 210 + ], + [ + 495, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71941", + "ALAND10": 193983436, + "AWATER10": 794058, + "GEOID10": "71941", + "ZCTA5CE10": "71941", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 206 + ], + [ + 496, + 204 + ], + [ + 494, + 204 + ], + [ + 494, + 206 + ], + [ + 496, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71743", + "ALAND10": 534578883, + "AWATER10": 598328, + "GEOID10": "71743", + "ZCTA5CE10": "71743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 202 + ], + [ + 493, + 200 + ], + [ + 491, + 200 + ], + [ + 491, + 202 + ], + [ + 493, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71753", + "ALAND10": 824739194, + "AWATER10": 959171, + "GEOID10": "71753", + "ZCTA5CE10": "71753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 205 + ], + [ + 495, + 203 + ], + [ + 493, + 203 + ], + [ + 493, + 205 + ], + [ + 495, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71858", + "ALAND10": 518262334, + "AWATER10": 1182940, + "GEOID10": "71858", + "ZCTA5CE10": "71858", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 204 + ], + [ + 496, + 202 + ], + [ + 494, + 202 + ], + [ + 494, + 204 + ], + [ + 496, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71701", + "ALAND10": 740274901, + "AWATER10": 6565474, + "GEOID10": "71701", + "ZCTA5CE10": "71701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 202 + ], + [ + 496, + 200 + ], + [ + 494, + 200 + ], + [ + 494, + 202 + ], + [ + 496, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71758", + "ALAND10": 179904523, + "AWATER10": 186861, + "GEOID10": "71758", + "ZCTA5CE10": "71758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 199 + ], + [ + 490, + 197 + ], + [ + 488, + 197 + ], + [ + 488, + 199 + ], + [ + 490, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71082", + "ALAND10": 195946953, + "AWATER10": 39590227, + "GEOID10": "71082", + "ZCTA5CE10": "71082", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 199 + ], + [ + 491, + 197 + ], + [ + 489, + 197 + ], + [ + 489, + 199 + ], + [ + 491, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71004", + "ALAND10": 104229681, + "AWATER10": 3726151, + "GEOID10": "71004", + "ZCTA5CE10": "71004", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 199 + ], + [ + 491, + 197 + ], + [ + 489, + 197 + ], + [ + 489, + 199 + ], + [ + 491, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71107", + "ALAND10": 370108142, + "AWATER10": 27091533, + "GEOID10": "71107", + "ZCTA5CE10": "71107", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 196 + ], + [ + 491, + 194 + ], + [ + 489, + 194 + ], + [ + 489, + 196 + ], + [ + 491, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71046", + "ALAND10": 231616426, + "AWATER10": 880482, + "GEOID10": "71046", + "ZCTA5CE10": "71046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 196 + ], + [ + 492, + 194 + ], + [ + 490, + 194 + ], + [ + 490, + 196 + ], + [ + 492, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71051", + "ALAND10": 242654448, + "AWATER10": 23677220, + "GEOID10": "71051", + "ZCTA5CE10": "71051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 201 + ], + [ + 493, + 199 + ], + [ + 491, + 199 + ], + [ + 491, + 201 + ], + [ + 493, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71740", + "ALAND10": 477856788, + "AWATER10": 236974, + "GEOID10": "71740", + "ZCTA5CE10": "71740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 199 + ], + [ + 493, + 197 + ], + [ + 491, + 197 + ], + [ + 491, + 199 + ], + [ + 493, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71064", + "ALAND10": 556387819, + "AWATER10": 10261933, + "GEOID10": "71064", + "ZCTA5CE10": "71064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 200 + ], + [ + 494, + 198 + ], + [ + 492, + 198 + ], + [ + 492, + 200 + ], + [ + 494, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71055", + "ALAND10": 667719598, + "AWATER10": 6960570, + "GEOID10": "71055", + "ZCTA5CE10": "71055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 199 + ], + [ + 497, + 197 + ], + [ + 495, + 197 + ], + [ + 495, + 199 + ], + [ + 497, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71040", + "ALAND10": 751092192, + "AWATER10": 24278693, + "GEOID10": "71040", + "ZCTA5CE10": "71040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 197 + ], + [ + 493, + 195 + ], + [ + 491, + 195 + ], + [ + 491, + 197 + ], + [ + 493, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71037", + "ALAND10": 283649362, + "AWATER10": 742794, + "GEOID10": "71037", + "ZCTA5CE10": "71037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 193 + ], + [ + 493, + 191 + ], + [ + 491, + 191 + ], + [ + 491, + 193 + ], + [ + 493, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71063", + "ALAND10": 266375581, + "AWATER10": 1344689, + "GEOID10": "71063", + "ZCTA5CE10": "71063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 196 + ], + [ + 496, + 194 + ], + [ + 494, + 194 + ], + [ + 494, + 196 + ], + [ + 496, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71268", + "ALAND10": 329510615, + "AWATER10": 480705, + "GEOID10": "71268", + "ZCTA5CE10": "71268", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 225 + ], + [ + 497, + 223 + ], + [ + 495, + 223 + ], + [ + 495, + 225 + ], + [ + 497, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US65733", + "ALAND10": 163442583, + "AWATER10": 21955141, + "GEOID10": "65733", + "ZCTA5CE10": "65733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 223 + ], + [ + 496, + 221 + ], + [ + 494, + 221 + ], + [ + 494, + 223 + ], + [ + 496, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72633", + "ALAND10": 244658142, + "AWATER10": 68393, + "GEOID10": "72633", + "ZCTA5CE10": "72633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 224 + ], + [ + 498, + 222 + ], + [ + 496, + 222 + ], + [ + 496, + 224 + ], + [ + 498, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72634", + "ALAND10": 332254808, + "AWATER10": 7407114, + "GEOID10": "72634", + "ZCTA5CE10": "72634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 225 + ], + [ + 498, + 223 + ], + [ + 496, + 223 + ], + [ + 496, + 225 + ], + [ + 498, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72653", + "ALAND10": 574465408, + "AWATER10": 27872109, + "GEOID10": "72653", + "ZCTA5CE10": "72653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 223 + ], + [ + 500, + 221 + ], + [ + 498, + 221 + ], + [ + 498, + 223 + ], + [ + 500, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72658", + "ALAND10": 193120926, + "AWATER10": 3486141, + "GEOID10": "72658", + "ZCTA5CE10": "72658", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 219 + ], + [ + 498, + 217 + ], + [ + 496, + 217 + ], + [ + 496, + 219 + ], + [ + 498, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72629", + "ALAND10": 113163922, + "AWATER10": 310862, + "GEOID10": "72629", + "ZCTA5CE10": "72629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 218 + ], + [ + 498, + 216 + ], + [ + 496, + 216 + ], + [ + 496, + 218 + ], + [ + 498, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72141", + "ALAND10": 216713458, + "AWATER10": 923236, + "GEOID10": "72141", + "ZCTA5CE10": "72141", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 221 + ], + [ + 500, + 219 + ], + [ + 498, + 219 + ], + [ + 498, + 221 + ], + [ + 500, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72680", + "ALAND10": 96465220, + "AWATER10": 20957, + "GEOID10": "72680", + "ZCTA5CE10": "72680", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 222 + ], + [ + 499, + 220 + ], + [ + 497, + 220 + ], + [ + 497, + 222 + ], + [ + 499, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72560", + "ALAND10": 844435389, + "AWATER10": 5640150, + "GEOID10": "72560", + "ZCTA5CE10": "72560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 224 + ], + [ + 500, + 222 + ], + [ + 498, + 222 + ], + [ + 498, + 224 + ], + [ + 500, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72538", + "ALAND10": 120572298, + "AWATER10": 1148, + "GEOID10": "72538", + "ZCTA5CE10": "72538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 222 + ], + [ + 502, + 220 + ], + [ + 500, + 220 + ], + [ + 500, + 222 + ], + [ + 502, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72556", + "ALAND10": 398114773, + "AWATER10": 1260171, + "GEOID10": "72556", + "ZCTA5CE10": "72556", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 224 + ], + [ + 505, + 222 + ], + [ + 503, + 222 + ], + [ + 503, + 224 + ], + [ + 505, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72554", + "ALAND10": 399254990, + "AWATER10": 917663, + "GEOID10": "72554", + "ZCTA5CE10": "72554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 222 + ], + [ + 503, + 220 + ], + [ + 501, + 220 + ], + [ + 501, + 222 + ], + [ + 503, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72513", + "ALAND10": 244380665, + "AWATER10": 37634, + "GEOID10": "72513", + "ZCTA5CE10": "72513", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 221 + ], + [ + 504, + 219 + ], + [ + 502, + 219 + ], + [ + 502, + 221 + ], + [ + 504, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72569", + "ALAND10": 107751625, + "AWATER10": 0, + "GEOID10": "72569", + "ZCTA5CE10": "72569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 218 + ], + [ + 501, + 216 + ], + [ + 499, + 216 + ], + [ + 499, + 218 + ], + [ + 501, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72530", + "ALAND10": 289309217, + "AWATER10": 17060938, + "GEOID10": "72530", + "ZCTA5CE10": "72530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 219 + ], + [ + 503, + 217 + ], + [ + 501, + 217 + ], + [ + 501, + 219 + ], + [ + 503, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72534", + "ALAND10": 160150901, + "AWATER10": 40278, + "GEOID10": "72534", + "ZCTA5CE10": "72534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 219 + ], + [ + 504, + 217 + ], + [ + 502, + 217 + ], + [ + 502, + 219 + ], + [ + 504, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72501", + "ALAND10": 786459587, + "AWATER10": 9110725, + "GEOID10": "72501", + "ZCTA5CE10": "72501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 216 + ], + [ + 497, + 214 + ], + [ + 495, + 214 + ], + [ + 495, + 216 + ], + [ + 497, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72157", + "ALAND10": 132290580, + "AWATER10": 30169, + "GEOID10": "72157", + "ZCTA5CE10": "72157", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 217 + ], + [ + 500, + 215 + ], + [ + 498, + 215 + ], + [ + 498, + 217 + ], + [ + 500, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72039", + "ALAND10": 151505000, + "AWATER10": 86540, + "GEOID10": "72039", + "ZCTA5CE10": "72039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 216 + ], + [ + 499, + 214 + ], + [ + 497, + 214 + ], + [ + 497, + 216 + ], + [ + 499, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72173", + "ALAND10": 248177521, + "AWATER10": 593019, + "GEOID10": "72173", + "ZCTA5CE10": "72173", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 213 + ], + [ + 501, + 211 + ], + [ + 499, + 211 + ], + [ + 499, + 213 + ], + [ + 501, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72076", + "ALAND10": 191420042, + "AWATER10": 827917, + "GEOID10": "72076", + "ZCTA5CE10": "72076", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 213 + ], + [ + 499, + 211 + ], + [ + 497, + 211 + ], + [ + 497, + 213 + ], + [ + 499, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72223", + "ALAND10": 153396017, + "AWATER10": 6723870, + "GEOID10": "72223", + "ZCTA5CE10": "72223", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 208 + ], + [ + 496, + 206 + ], + [ + 494, + 206 + ], + [ + 494, + 208 + ], + [ + 496, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72104", + "ALAND10": 822802540, + "AWATER10": 5149673, + "GEOID10": "72104", + "ZCTA5CE10": "72104", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 208 + ], + [ + 499, + 206 + ], + [ + 497, + 206 + ], + [ + 497, + 208 + ], + [ + 499, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72150", + "ALAND10": 760050975, + "AWATER10": 1177660, + "GEOID10": "72150", + "ZCTA5CE10": "72150", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 213 + ], + [ + 500, + 211 + ], + [ + 498, + 211 + ], + [ + 498, + 213 + ], + [ + 500, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72114", + "ALAND10": 20765001, + "AWATER10": 2857678, + "GEOID10": "72114", + "ZCTA5CE10": "72114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 217 + ], + [ + 502, + 215 + ], + [ + 500, + 215 + ], + [ + 500, + 217 + ], + [ + 502, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72137", + "ALAND10": 176619780, + "AWATER10": 114135, + "GEOID10": "72137", + "ZCTA5CE10": "72137", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 217 + ], + [ + 501, + 215 + ], + [ + 499, + 215 + ], + [ + 499, + 217 + ], + [ + 501, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72143", + "ALAND10": 789056335, + "AWATER10": 5963814, + "GEOID10": "72143", + "ZCTA5CE10": "72143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 215 + ], + [ + 501, + 213 + ], + [ + 499, + 213 + ], + [ + 499, + 215 + ], + [ + 501, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72007", + "ALAND10": 113465947, + "AWATER10": 446372, + "GEOID10": "72007", + "ZCTA5CE10": "72007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 216 + ], + [ + 504, + 214 + ], + [ + 502, + 214 + ], + [ + 502, + 216 + ], + [ + 504, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72020", + "ALAND10": 447627710, + "AWATER10": 5958630, + "GEOID10": "72020", + "ZCTA5CE10": "72020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 213 + ], + [ + 504, + 211 + ], + [ + 502, + 211 + ], + [ + 502, + 213 + ], + [ + 504, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72017", + "ALAND10": 130762659, + "AWATER10": 4550926, + "GEOID10": "72017", + "ZCTA5CE10": "72017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 211 + ], + [ + 500, + 209 + ], + [ + 498, + 209 + ], + [ + 498, + 211 + ], + [ + 500, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72046", + "ALAND10": 606335205, + "AWATER10": 28332016, + "GEOID10": "72046", + "ZCTA5CE10": "72046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 210 + ], + [ + 501, + 208 + ], + [ + 499, + 208 + ], + [ + 499, + 210 + ], + [ + 501, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72152", + "ALAND10": 189387237, + "AWATER10": 9403555, + "GEOID10": "72152", + "ZCTA5CE10": "72152", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 211 + ], + [ + 503, + 209 + ], + [ + 501, + 209 + ], + [ + 501, + 211 + ], + [ + 503, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72024", + "ALAND10": 522819106, + "AWATER10": 12771861, + "GEOID10": "72024", + "ZCTA5CE10": "72024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 208 + ], + [ + 504, + 206 + ], + [ + 502, + 206 + ], + [ + 502, + 208 + ], + [ + 504, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72160", + "ALAND10": 870004419, + "AWATER10": 49166653, + "GEOID10": "72160", + "ZCTA5CE10": "72160", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 226 + ], + [ + 507, + 224 + ], + [ + 506, + 224 + ], + [ + 505, + 225 + ], + [ + 507, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63935", + "ALAND10": 1226981967, + "AWATER10": 5349255, + "GEOID10": "63935", + "ZCTA5CE10": "63935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 223 + ], + [ + 508, + 221 + ], + [ + 506, + 221 + ], + [ + 506, + 223 + ], + [ + 508, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72455", + "ALAND10": 734126501, + "AWATER10": 5040882, + "GEOID10": "72455", + "ZCTA5CE10": "72455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 221 + ], + [ + 506, + 219 + ], + [ + 504, + 219 + ], + [ + 504, + 221 + ], + [ + 506, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72458", + "ALAND10": 67330684, + "AWATER10": 3210906, + "GEOID10": "72458", + "ZCTA5CE10": "72458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 221 + ], + [ + 506, + 219 + ], + [ + 504, + 219 + ], + [ + 504, + 221 + ], + [ + 506, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72469", + "ALAND10": 199089322, + "AWATER10": 2517982, + "GEOID10": "72469", + "ZCTA5CE10": "72469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 218 + ], + [ + 506, + 216 + ], + [ + 504, + 216 + ], + [ + 504, + 218 + ], + [ + 506, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72479", + "ALAND10": 508062594, + "AWATER10": 5680951, + "GEOID10": "72479", + "ZCTA5CE10": "72479", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 220 + ], + [ + 506, + 218 + ], + [ + 504, + 218 + ], + [ + 504, + 220 + ], + [ + 506, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72112", + "ALAND10": 850340967, + "AWATER10": 14791226, + "GEOID10": "72112", + "ZCTA5CE10": "72112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 220 + ], + [ + 508, + 218 + ], + [ + 506, + 218 + ], + [ + 506, + 220 + ], + [ + 508, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72421", + "ALAND10": 196800448, + "AWATER10": 1409125, + "GEOID10": "72421", + "ZCTA5CE10": "72421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 220 + ], + [ + 508, + 218 + ], + [ + 506, + 218 + ], + [ + 506, + 220 + ], + [ + 508, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72416", + "ALAND10": 240688645, + "AWATER10": 672761, + "GEOID10": "72416", + "ZCTA5CE10": "72416", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 224 + ], + [ + 511, + 222 + ], + [ + 509, + 222 + ], + [ + 509, + 224 + ], + [ + 511, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72422", + "ALAND10": 454135251, + "AWATER10": 1396649, + "GEOID10": "72422", + "ZCTA5CE10": "72422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 224 + ], + [ + 510, + 222 + ], + [ + 508, + 222 + ], + [ + 508, + 224 + ], + [ + 510, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72461", + "ALAND10": 469633578, + "AWATER10": 585893, + "GEOID10": "72461", + "ZCTA5CE10": "72461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 223 + ], + [ + 510, + 221 + ], + [ + 508, + 221 + ], + [ + 508, + 223 + ], + [ + 510, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72443", + "ALAND10": 151553354, + "AWATER10": 80349, + "GEOID10": "72443", + "ZCTA5CE10": "72443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 223 + ], + [ + 512, + 221 + ], + [ + 510, + 221 + ], + [ + 510, + 223 + ], + [ + 512, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72454", + "ALAND10": 263532033, + "AWATER10": 775633, + "GEOID10": "72454", + "ZCTA5CE10": "72454", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 222 + ], + [ + 512, + 220 + ], + [ + 510, + 220 + ], + [ + 510, + 222 + ], + [ + 512, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63849", + "ALAND10": 48202919, + "AWATER10": 258192, + "GEOID10": "63849", + "ZCTA5CE10": "63849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 217 + ], + [ + 509, + 215 + ], + [ + 507, + 215 + ], + [ + 507, + 217 + ], + [ + 509, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72472", + "ALAND10": 456103698, + "AWATER10": 3416729, + "GEOID10": "72472", + "ZCTA5CE10": "72472", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 221 + ], + [ + 514, + 219 + ], + [ + 512, + 219 + ], + [ + 512, + 221 + ], + [ + 514, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72315", + "ALAND10": 652370294, + "AWATER10": 22578608, + "GEOID10": "72315", + "ZCTA5CE10": "72315", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 217 + ], + [ + 510, + 215 + ], + [ + 508, + 215 + ], + [ + 508, + 217 + ], + [ + 510, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72386", + "ALAND10": 303143923, + "AWATER10": 2163052, + "GEOID10": "72386", + "ZCTA5CE10": "72386", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 215 + ], + [ + 505, + 213 + ], + [ + 503, + 213 + ], + [ + 503, + 215 + ], + [ + 505, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72101", + "ALAND10": 671723823, + "AWATER10": 1714949, + "GEOID10": "72101", + "ZCTA5CE10": "72101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 212 + ], + [ + 505, + 210 + ], + [ + 503, + 210 + ], + [ + 503, + 212 + ], + [ + 505, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72021", + "ALAND10": 467898599, + "AWATER10": 8285211, + "GEOID10": "72021", + "ZCTA5CE10": "72021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 217 + ], + [ + 509, + 215 + ], + [ + 507, + 215 + ], + [ + 507, + 217 + ], + [ + 509, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72396", + "ALAND10": 693387644, + "AWATER10": 7872597, + "GEOID10": "72396", + "ZCTA5CE10": "72396", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 215 + ], + [ + 508, + 213 + ], + [ + 506, + 213 + ], + [ + 506, + 215 + ], + [ + 508, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72326", + "ALAND10": 215615079, + "AWATER10": 1526121, + "GEOID10": "72326", + "ZCTA5CE10": "72326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 212 + ], + [ + 505, + 210 + ], + [ + 503, + 210 + ], + [ + 503, + 212 + ], + [ + 505, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72069", + "ALAND10": 604949059, + "AWATER10": 11932639, + "GEOID10": "72069", + "ZCTA5CE10": "72069", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 212 + ], + [ + 507, + 210 + ], + [ + 505, + 210 + ], + [ + 505, + 212 + ], + [ + 507, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72368", + "ALAND10": 366546699, + "AWATER10": 1575796, + "GEOID10": "72368", + "ZCTA5CE10": "72368", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 210 + ], + [ + 507, + 208 + ], + [ + 505, + 208 + ], + [ + 505, + 210 + ], + [ + 507, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72366", + "ALAND10": 378885614, + "AWATER10": 318937, + "GEOID10": "72366", + "ZCTA5CE10": "72366", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 210 + ], + [ + 508, + 208 + ], + [ + 506, + 208 + ], + [ + 506, + 210 + ], + [ + 508, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72333", + "ALAND10": 160909852, + "AWATER10": 10238387, + "GEOID10": "72333", + "ZCTA5CE10": "72333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 214 + ], + [ + 509, + 212 + ], + [ + 507, + 212 + ], + [ + 507, + 214 + ], + [ + 509, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72348", + "ALAND10": 424931222, + "AWATER10": 38295493, + "GEOID10": "72348", + "ZCTA5CE10": "72348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 214 + ], + [ + 509, + 212 + ], + [ + 507, + 212 + ], + [ + 507, + 214 + ], + [ + 509, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72346", + "ALAND10": 212582712, + "AWATER10": 1212076, + "GEOID10": "72346", + "ZCTA5CE10": "72346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 217 + ], + [ + 513, + 215 + ], + [ + 511, + 215 + ], + [ + 511, + 217 + ], + [ + 513, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38023", + "ALAND10": 170746672, + "AWATER10": 23137886, + "GEOID10": "38023", + "ZCTA5CE10": "38023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 215 + ], + [ + 512, + 213 + ], + [ + 510, + 213 + ], + [ + 510, + 215 + ], + [ + 512, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38109", + "ALAND10": 174337724, + "AWATER10": 7220994, + "GEOID10": "38109", + "ZCTA5CE10": "38109", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 213 + ], + [ + 509, + 211 + ], + [ + 507, + 211 + ], + [ + 507, + 213 + ], + [ + 509, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38676", + "ALAND10": 548253887, + "AWATER10": 42917920, + "GEOID10": "38676", + "ZCTA5CE10": "38676", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 211 + ], + [ + 511, + 209 + ], + [ + 509, + 209 + ], + [ + 509, + 211 + ], + [ + 511, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38626", + "ALAND10": 417422889, + "AWATER10": 14349705, + "GEOID10": "38626", + "ZCTA5CE10": "38626", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 209 + ], + [ + 510, + 207 + ], + [ + 508, + 207 + ], + [ + 508, + 209 + ], + [ + 510, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38646", + "ALAND10": 275120329, + "AWATER10": 474513, + "GEOID10": "38646", + "ZCTA5CE10": "38646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 208 + ], + [ + 499, + 206 + ], + [ + 497, + 206 + ], + [ + 497, + 208 + ], + [ + 499, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71725", + "ALAND10": 369977309, + "AWATER10": 38285, + "GEOID10": "71725", + "ZCTA5CE10": "71725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 206 + ], + [ + 500, + 204 + ], + [ + 498, + 204 + ], + [ + 498, + 206 + ], + [ + 500, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71652", + "ALAND10": 433409819, + "AWATER10": 338351, + "GEOID10": "71652", + "ZCTA5CE10": "71652", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 203 + ], + [ + 498, + 201 + ], + [ + 496, + 201 + ], + [ + 496, + 203 + ], + [ + 498, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71751", + "ALAND10": 203220753, + "AWATER10": 1746590, + "GEOID10": "71751", + "ZCTA5CE10": "71751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 202 + ], + [ + 499, + 200 + ], + [ + 497, + 200 + ], + [ + 497, + 202 + ], + [ + 499, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71744", + "ALAND10": 1033596049, + "AWATER10": 6799841, + "GEOID10": "71744", + "ZCTA5CE10": "71744", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 204 + ], + [ + 500, + 202 + ], + [ + 498, + 202 + ], + [ + 498, + 204 + ], + [ + 500, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71671", + "ALAND10": 477916450, + "AWATER10": 1554961, + "GEOID10": "71671", + "ZCTA5CE10": "71671", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 202 + ], + [ + 498, + 201 + ], + [ + 497, + 200 + ], + [ + 495, + 201 + ], + [ + 496, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71730", + "ALAND10": 1183647078, + "AWATER10": 5000105, + "GEOID10": "71730", + "ZCTA5CE10": "71730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 209 + ], + [ + 502, + 207 + ], + [ + 500, + 207 + ], + [ + 500, + 209 + ], + [ + 502, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71602", + "ALAND10": 300146593, + "AWATER10": 16484519, + "GEOID10": "71602", + "ZCTA5CE10": "71602", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 207 + ], + [ + 501, + 205 + ], + [ + 499, + 205 + ], + [ + 499, + 207 + ], + [ + 501, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71667", + "ALAND10": 814978982, + "AWATER10": 2850728, + "GEOID10": "71667", + "ZCTA5CE10": "71667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 205 + ], + [ + 501, + 203 + ], + [ + 499, + 203 + ], + [ + 499, + 205 + ], + [ + 501, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71665", + "ALAND10": 729408134, + "AWATER10": 1613178, + "GEOID10": "71665", + "ZCTA5CE10": "71665", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 207 + ], + [ + 503, + 205 + ], + [ + 501, + 205 + ], + [ + 501, + 207 + ], + [ + 503, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71643", + "ALAND10": 281865346, + "AWATER10": 14800575, + "GEOID10": "71643", + "ZCTA5CE10": "71643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 202 + ], + [ + 500, + 200 + ], + [ + 498, + 200 + ], + [ + 498, + 202 + ], + [ + 500, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71647", + "ALAND10": 652482700, + "AWATER10": 2789001, + "GEOID10": "71647", + "ZCTA5CE10": "71647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 204 + ], + [ + 504, + 202 + ], + [ + 502, + 202 + ], + [ + 502, + 204 + ], + [ + 504, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71646", + "ALAND10": 1012051162, + "AWATER10": 3770245, + "GEOID10": "71646", + "ZCTA5CE10": "71646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 206 + ], + [ + 503, + 204 + ], + [ + 501, + 204 + ], + [ + 501, + 206 + ], + [ + 503, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71670", + "ALAND10": 529020734, + "AWATER10": 18684164, + "GEOID10": "71670", + "ZCTA5CE10": "71670", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 204 + ], + [ + 503, + 202 + ], + [ + 501, + 202 + ], + [ + 501, + 204 + ], + [ + 503, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71655", + "ALAND10": 936458437, + "AWATER10": 2623488, + "GEOID10": "71655", + "ZCTA5CE10": "71655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 202 + ], + [ + 503, + 200 + ], + [ + 501, + 200 + ], + [ + 501, + 202 + ], + [ + 503, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71658", + "ALAND10": 291849164, + "AWATER10": 5154892, + "GEOID10": "71658", + "ZCTA5CE10": "71658", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 199 + ], + [ + 499, + 197 + ], + [ + 497, + 197 + ], + [ + 497, + 199 + ], + [ + 499, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71222", + "ALAND10": 379587936, + "AWATER10": 317336, + "GEOID10": "71222", + "ZCTA5CE10": "71222", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 198 + ], + [ + 497, + 196 + ], + [ + 495, + 196 + ], + [ + 495, + 198 + ], + [ + 497, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71275", + "ALAND10": 263938305, + "AWATER10": 32065, + "GEOID10": "71275", + "ZCTA5CE10": "71275", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 201 + ], + [ + 499, + 199 + ], + [ + 497, + 199 + ], + [ + 497, + 201 + ], + [ + 499, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71747", + "ALAND10": 207504145, + "AWATER10": 20883504, + "GEOID10": "71747", + "ZCTA5CE10": "71747", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 198 + ], + [ + 500, + 196 + ], + [ + 498, + 196 + ], + [ + 498, + 198 + ], + [ + 500, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71225", + "ALAND10": 151220949, + "AWATER10": 196723, + "GEOID10": "71225", + "ZCTA5CE10": "71225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 193 + ], + [ + 496, + 191 + ], + [ + 494, + 191 + ], + [ + 494, + 193 + ], + [ + 496, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71483", + "ALAND10": 951942974, + "AWATER10": 10203230, + "GEOID10": "71483", + "ZCTA5CE10": "71483", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 194 + ], + [ + 498, + 192 + ], + [ + 496, + 192 + ], + [ + 496, + 194 + ], + [ + 498, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71422", + "ALAND10": 376091959, + "AWATER10": 825735, + "GEOID10": "71422", + "ZCTA5CE10": "71422", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 196 + ], + [ + 501, + 194 + ], + [ + 499, + 194 + ], + [ + 499, + 196 + ], + [ + 501, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71292", + "ALAND10": 390627011, + "AWATER10": 21201790, + "GEOID10": "71292", + "ZCTA5CE10": "71292", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 202 + ], + [ + 500, + 200 + ], + [ + 498, + 200 + ], + [ + 498, + 202 + ], + [ + 500, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71635", + "ALAND10": 560046928, + "AWATER10": 26234646, + "GEOID10": "71635", + "ZCTA5CE10": "71635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 199 + ], + [ + 501, + 197 + ], + [ + 499, + 197 + ], + [ + 499, + 199 + ], + [ + 501, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71220", + "ALAND10": 962468671, + "AWATER10": 15790398, + "GEOID10": "71220", + "ZCTA5CE10": "71220", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 199 + ], + [ + 501, + 197 + ], + [ + 499, + 197 + ], + [ + 499, + 199 + ], + [ + 501, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71260", + "ALAND10": 732788377, + "AWATER10": 5608590, + "GEOID10": "71260", + "ZCTA5CE10": "71260", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 199 + ], + [ + 502, + 197 + ], + [ + 500, + 197 + ], + [ + 500, + 199 + ], + [ + 502, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71229", + "ALAND10": 151990904, + "AWATER10": 3355349, + "GEOID10": "71229", + "ZCTA5CE10": "71229", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 199 + ], + [ + 503, + 197 + ], + [ + 501, + 197 + ], + [ + 501, + 199 + ], + [ + 503, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71264", + "ALAND10": 295424045, + "AWATER10": 2692424, + "GEOID10": "71264", + "ZCTA5CE10": "71264", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 193 + ], + [ + 502, + 191 + ], + [ + 500, + 191 + ], + [ + 500, + 193 + ], + [ + 502, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71418", + "ALAND10": 887335245, + "AWATER10": 31499746, + "GEOID10": "71418", + "ZCTA5CE10": "71418", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 195 + ], + [ + 502, + 193 + ], + [ + 500, + 193 + ], + [ + 500, + 195 + ], + [ + 502, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71259", + "ALAND10": 245076786, + "AWATER10": 756354, + "GEOID10": "71259", + "ZCTA5CE10": "71259", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 194 + ], + [ + 502, + 192 + ], + [ + 500, + 192 + ], + [ + 500, + 194 + ], + [ + 502, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71295", + "ALAND10": 823860184, + "AWATER10": 8898255, + "GEOID10": "71295", + "ZCTA5CE10": "71295", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 195 + ], + [ + 505, + 193 + ], + [ + 503, + 193 + ], + [ + 503, + 195 + ], + [ + 505, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71232", + "ALAND10": 771462144, + "AWATER10": 10707968, + "GEOID10": "71232", + "ZCTA5CE10": "71232", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 194 + ], + [ + 504, + 192 + ], + [ + 502, + 192 + ], + [ + 502, + 194 + ], + [ + 504, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71375", + "ALAND10": 344433096, + "AWATER10": 7470358, + "GEOID10": "71375", + "ZCTA5CE10": "71375", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 208 + ], + [ + 506, + 206 + ], + [ + 504, + 206 + ], + [ + 504, + 208 + ], + [ + 506, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US72048", + "ALAND10": 215735082, + "AWATER10": 8707506, + "GEOID10": "72048", + "ZCTA5CE10": "72048", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 207 + ], + [ + 505, + 205 + ], + [ + 503, + 205 + ], + [ + 503, + 207 + ], + [ + 505, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71674", + "ALAND10": 630354529, + "AWATER10": 44860353, + "GEOID10": "71674", + "ZCTA5CE10": "71674", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 208 + ], + [ + 509, + 206 + ], + [ + 507, + 206 + ], + [ + 507, + 208 + ], + [ + 509, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38740", + "ALAND10": 174335257, + "AWATER10": 2307244, + "GEOID10": "38740", + "ZCTA5CE10": "38740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 204 + ], + [ + 505, + 202 + ], + [ + 503, + 202 + ], + [ + 503, + 204 + ], + [ + 505, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71654", + "ALAND10": 182847292, + "AWATER10": 3276405, + "GEOID10": "71654", + "ZCTA5CE10": "71654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 202 + ], + [ + 506, + 200 + ], + [ + 504, + 200 + ], + [ + 504, + 202 + ], + [ + 506, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71640", + "ALAND10": 507660825, + "AWATER10": 26754521, + "GEOID10": "71640", + "ZCTA5CE10": "71640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 201 + ], + [ + 506, + 199 + ], + [ + 504, + 199 + ], + [ + 504, + 201 + ], + [ + 506, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71653", + "ALAND10": 816740528, + "AWATER10": 90319841, + "GEOID10": "71653", + "ZCTA5CE10": "71653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 203 + ], + [ + 507, + 201 + ], + [ + 505, + 201 + ], + [ + 505, + 203 + ], + [ + 507, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38722", + "ALAND10": 82940960, + "AWATER10": 924380, + "GEOID10": "38722", + "ZCTA5CE10": "38722", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 210 + ], + [ + 509, + 208 + ], + [ + 507, + 208 + ], + [ + 507, + 210 + ], + [ + 509, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38614", + "ALAND10": 642278554, + "AWATER10": 1907789, + "GEOID10": "38614", + "ZCTA5CE10": "38614", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 206 + ], + [ + 511, + 204 + ], + [ + 509, + 204 + ], + [ + 509, + 206 + ], + [ + 511, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38737", + "ALAND10": 336522188, + "AWATER10": 1558891, + "GEOID10": "38737", + "ZCTA5CE10": "38737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 209 + ], + [ + 512, + 207 + ], + [ + 510, + 207 + ], + [ + 510, + 209 + ], + [ + 512, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38620", + "ALAND10": 146502421, + "AWATER10": 4897811, + "GEOID10": "38620", + "ZCTA5CE10": "38620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 205 + ], + [ + 513, + 203 + ], + [ + 511, + 203 + ], + [ + 511, + 205 + ], + [ + 513, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38940", + "ALAND10": 385569255, + "AWATER10": 3930143, + "GEOID10": "38940", + "ZCTA5CE10": "38940", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 205 + ], + [ + 510, + 203 + ], + [ + 508, + 203 + ], + [ + 508, + 205 + ], + [ + 510, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38736", + "ALAND10": 160231924, + "AWATER10": 1292589, + "GEOID10": "38736", + "ZCTA5CE10": "38736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 204 + ], + [ + 509, + 202 + ], + [ + 507, + 202 + ], + [ + 507, + 204 + ], + [ + 509, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38761", + "ALAND10": 131957068, + "AWATER10": 6148755, + "GEOID10": "38761", + "ZCTA5CE10": "38761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 203 + ], + [ + 512, + 201 + ], + [ + 510, + 201 + ], + [ + 510, + 203 + ], + [ + 512, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38930", + "ALAND10": 520947599, + "AWATER10": 8318051, + "GEOID10": "38930", + "ZCTA5CE10": "38930", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 202 + ], + [ + 509, + 200 + ], + [ + 507, + 200 + ], + [ + 507, + 202 + ], + [ + 509, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38748", + "ALAND10": 701964099, + "AWATER10": 30807672, + "GEOID10": "38748", + "ZCTA5CE10": "38748", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 198 + ], + [ + 505, + 196 + ], + [ + 503, + 196 + ], + [ + 503, + 198 + ], + [ + 505, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71286", + "ALAND10": 240538598, + "AWATER10": 17976059, + "GEOID10": "71286", + "ZCTA5CE10": "71286", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 198 + ], + [ + 507, + 196 + ], + [ + 505, + 196 + ], + [ + 505, + 198 + ], + [ + 507, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39159", + "ALAND10": 756956645, + "AWATER10": 5819928, + "GEOID10": "39159", + "ZCTA5CE10": "39159", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 194 + ], + [ + 504, + 192 + ], + [ + 502, + 192 + ], + [ + 502, + 194 + ], + [ + 504, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71357", + "ALAND10": 725283839, + "AWATER10": 32360727, + "GEOID10": "71357", + "ZCTA5CE10": "71357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 196 + ], + [ + 507, + 195 + ], + [ + 506, + 194 + ], + [ + 503, + 195 + ], + [ + 504, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71282", + "ALAND10": 1186629305, + "AWATER10": 67564862, + "GEOID10": "71282", + "ZCTA5CE10": "71282", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 198 + ], + [ + 509, + 196 + ], + [ + 507, + 196 + ], + [ + 507, + 198 + ], + [ + 509, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39156", + "ALAND10": 153274146, + "AWATER10": 4946777, + "GEOID10": "39156", + "ZCTA5CE10": "39156", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 199 + ], + [ + 509, + 197 + ], + [ + 507, + 198 + ], + [ + 508, + 199 + ], + [ + 511, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39194", + "ALAND10": 1172465790, + "AWATER10": 23650586, + "GEOID10": "39194", + "ZCTA5CE10": "39194", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 201 + ], + [ + 510, + 199 + ], + [ + 508, + 199 + ], + [ + 508, + 201 + ], + [ + 510, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39169", + "ALAND10": 395832043, + "AWATER10": 13843645, + "GEOID10": "39169", + "ZCTA5CE10": "39169", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 199 + ], + [ + 511, + 197 + ], + [ + 509, + 197 + ], + [ + 509, + 199 + ], + [ + 511, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39040", + "ALAND10": 452423793, + "AWATER10": 3798196, + "GEOID10": "39040", + "ZCTA5CE10": "39040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 199 + ], + [ + 513, + 197 + ], + [ + 511, + 197 + ], + [ + 511, + 199 + ], + [ + 513, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39146", + "ALAND10": 351685617, + "AWATER10": 3184180, + "GEOID10": "39146", + "ZCTA5CE10": "39146", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 198 + ], + [ + 510, + 196 + ], + [ + 508, + 196 + ], + [ + 508, + 198 + ], + [ + 510, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39041", + "ALAND10": 333743712, + "AWATER10": 2783466, + "GEOID10": "39041", + "ZCTA5CE10": "39041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 197 + ], + [ + 512, + 195 + ], + [ + 510, + 195 + ], + [ + 510, + 197 + ], + [ + 512, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39157", + "ALAND10": 79338102, + "AWATER10": 1099849, + "GEOID10": "39157", + "ZCTA5CE10": "39157", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 195 + ], + [ + 512, + 193 + ], + [ + 510, + 193 + ], + [ + 510, + 195 + ], + [ + 512, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39208", + "ALAND10": 130250600, + "AWATER10": 453265, + "GEOID10": "39208", + "ZCTA5CE10": "39208", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 193 + ], + [ + 450, + 190 + ], + [ + 447, + 190 + ], + [ + 447, + 193 + ], + [ + 450, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76951", + "ALAND10": 2078401228, + "AWATER10": 76294, + "GEOID10": "76951", + "ZCTA5CE10": "76951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 190 + ], + [ + 451, + 189 + ], + [ + 451, + 187 + ], + [ + 448, + 187 + ], + [ + 448, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76941", + "ALAND10": 1472351829, + "AWATER10": 75076, + "GEOID10": "76941", + "ZCTA5CE10": "76941", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 192 + ], + [ + 452, + 190 + ], + [ + 450, + 190 + ], + [ + 450, + 192 + ], + [ + 452, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76958", + "ALAND10": 255002147, + "AWATER10": 0, + "GEOID10": "76958", + "ZCTA5CE10": "76958", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 448, + 186 + ], + [ + 449, + 181 + ], + [ + 448, + 179 + ], + [ + 446, + 179 + ], + [ + 445, + 182 + ], + [ + 447, + 184 + ], + [ + 445, + 185 + ], + [ + 448, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76943", + "ALAND10": 6499721906, + "AWATER10": 7014749, + "GEOID10": "76943", + "ZCTA5CE10": "76943", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 190 + ], + [ + 451, + 188 + ], + [ + 449, + 188 + ], + [ + 449, + 190 + ], + [ + 451, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76904", + "ALAND10": 1046143047, + "AWATER10": 27633142, + "GEOID10": "76904", + "ZCTA5CE10": "76904", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 453, + 192 + ], + [ + 453, + 190 + ], + [ + 451, + 190 + ], + [ + 451, + 192 + ], + [ + 453, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76905", + "ALAND10": 538373010, + "AWATER10": 0, + "GEOID10": "76905", + "ZCTA5CE10": "76905", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 192 + ], + [ + 455, + 190 + ], + [ + 453, + 190 + ], + [ + 453, + 192 + ], + [ + 455, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76933", + "ALAND10": 672817451, + "AWATER10": 2026604, + "GEOID10": "76933", + "ZCTA5CE10": "76933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 191 + ], + [ + 457, + 189 + ], + [ + 455, + 189 + ], + [ + 455, + 191 + ], + [ + 457, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76866", + "ALAND10": 720808269, + "AWATER10": 9411039, + "GEOID10": "76866", + "ZCTA5CE10": "76866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 189 + ], + [ + 457, + 187 + ], + [ + 454, + 187 + ], + [ + 456, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76837", + "ALAND10": 1132567264, + "AWATER10": 2542311, + "GEOID10": "76837", + "ZCTA5CE10": "76837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 188 + ], + [ + 452, + 186 + ], + [ + 450, + 186 + ], + [ + 450, + 188 + ], + [ + 452, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76935", + "ALAND10": 756299300, + "AWATER10": 983612, + "GEOID10": "76935", + "ZCTA5CE10": "76935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 452, + 187 + ], + [ + 452, + 185 + ], + [ + 454, + 186 + ], + [ + 454, + 184 + ], + [ + 449, + 184 + ], + [ + 449, + 187 + ], + [ + 452, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76936", + "ALAND10": 2782021194, + "AWATER10": 87401, + "GEOID10": "76936", + "ZCTA5CE10": "76936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 184 + ], + [ + 453, + 180 + ], + [ + 450, + 181 + ], + [ + 449, + 180 + ], + [ + 449, + 184 + ], + [ + 454, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76950", + "ALAND10": 4765472344, + "AWATER10": 2448783, + "GEOID10": "76950", + "ZCTA5CE10": "76950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 450, + 178 + ], + [ + 448, + 181 + ], + [ + 451, + 180 + ], + [ + 450, + 178 + ] + ] + ], + [ + [ + [ + 450, + 178 + ], + [ + 450, + 175 + ], + [ + 448, + 176 + ], + [ + 449, + 177 + ], + [ + 449, + 178 + ], + [ + 450, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78840", + "ALAND10": 2464265416, + "AWATER10": 110436849, + "GEOID10": "78840", + "ZCTA5CE10": "78840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 181 + ], + [ + 454, + 178 + ], + [ + 451, + 177 + ], + [ + 451, + 181 + ], + [ + 456, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78880", + "ALAND10": 4424022048, + "AWATER10": 4168334, + "GEOID10": "78880", + "ZCTA5CE10": "78880", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 179 + ], + [ + 457, + 177 + ], + [ + 455, + 177 + ], + [ + 455, + 179 + ], + [ + 457, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78833", + "ALAND10": 629725635, + "AWATER10": 877787, + "GEOID10": "78833", + "ZCTA5CE10": "78833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 194 + ], + [ + 458, + 192 + ], + [ + 456, + 192 + ], + [ + 456, + 194 + ], + [ + 458, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76834", + "ALAND10": 1064066179, + "AWATER10": 9918888, + "GEOID10": "76834", + "ZCTA5CE10": "76834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 455, + 193 + ], + [ + 455, + 191 + ], + [ + 453, + 191 + ], + [ + 453, + 193 + ], + [ + 455, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76821", + "ALAND10": 789962920, + "AWATER10": 11241159, + "GEOID10": "76821", + "ZCTA5CE10": "76821", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 190 + ], + [ + 458, + 188 + ], + [ + 456, + 188 + ], + [ + 456, + 190 + ], + [ + 458, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76888", + "ALAND10": 278827761, + "AWATER10": 27858187, + "GEOID10": "76888", + "ZCTA5CE10": "76888", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 190 + ], + [ + 460, + 188 + ], + [ + 458, + 188 + ], + [ + 458, + 190 + ], + [ + 460, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76878", + "ALAND10": 684754954, + "AWATER10": 3698884, + "GEOID10": "76878", + "ZCTA5CE10": "76878", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 190 + ], + [ + 462, + 188 + ], + [ + 460, + 188 + ], + [ + 460, + 190 + ], + [ + 462, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76801", + "ALAND10": 989152059, + "AWATER10": 24730266, + "GEOID10": "76801", + "ZCTA5CE10": "76801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 190 + ], + [ + 461, + 188 + ], + [ + 459, + 188 + ], + [ + 459, + 190 + ], + [ + 461, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76872", + "ALAND10": 774596295, + "AWATER10": 4025811, + "GEOID10": "76872", + "ZCTA5CE10": "76872", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 187 + ], + [ + 457, + 184 + ], + [ + 455, + 184 + ], + [ + 454, + 187 + ], + [ + 457, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76859", + "ALAND10": 1860225527, + "AWATER10": 585709, + "GEOID10": "76859", + "ZCTA5CE10": "76859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 188 + ], + [ + 459, + 186 + ], + [ + 457, + 186 + ], + [ + 457, + 188 + ], + [ + 459, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76825", + "ALAND10": 1349159297, + "AWATER10": 11546090, + "GEOID10": "76825", + "ZCTA5CE10": "76825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 190 + ], + [ + 460, + 188 + ], + [ + 458, + 188 + ], + [ + 458, + 190 + ], + [ + 460, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76852", + "ALAND10": 388002900, + "AWATER10": 1950072, + "GEOID10": "76852", + "ZCTA5CE10": "76852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 191 + ], + [ + 462, + 189 + ], + [ + 460, + 189 + ], + [ + 460, + 191 + ], + [ + 462, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76802", + "ALAND10": 187298390, + "AWATER10": 278021, + "GEOID10": "76802", + "ZCTA5CE10": "76802", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 189 + ], + [ + 462, + 187 + ], + [ + 463, + 186 + ], + [ + 462, + 186 + ], + [ + 462, + 185 + ], + [ + 460, + 185 + ], + [ + 460, + 187 + ], + [ + 462, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76877", + "ALAND10": 1439402522, + "AWATER10": 3638739, + "GEOID10": "76877", + "ZCTA5CE10": "76877", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 194 + ], + [ + 464, + 192 + ], + [ + 463, + 190 + ], + [ + 461, + 193 + ], + [ + 462, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76442", + "ALAND10": 1156845368, + "AWATER10": 15495069, + "GEOID10": "76442", + "ZCTA5CE10": "76442", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 187 + ], + [ + 464, + 185 + ], + [ + 462, + 185 + ], + [ + 462, + 187 + ], + [ + 464, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76832", + "ALAND10": 524933664, + "AWATER10": 173424, + "GEOID10": "76832", + "ZCTA5CE10": "76832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 186 + ], + [ + 460, + 185 + ], + [ + 461, + 183 + ], + [ + 458, + 183 + ], + [ + 458, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76856", + "ALAND10": 1841973118, + "AWATER10": 7357000, + "GEOID10": "76856", + "ZCTA5CE10": "76856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 190 + ], + [ + 462, + 188 + ], + [ + 460, + 188 + ], + [ + 460, + 190 + ], + [ + 462, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76844", + "ALAND10": 1060704215, + "AWATER10": 1791398, + "GEOID10": "76844", + "ZCTA5CE10": "76844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 189 + ], + [ + 466, + 186 + ], + [ + 463, + 186 + ], + [ + 465, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76550", + "ALAND10": 1376738934, + "AWATER10": 4808764, + "GEOID10": "76550", + "ZCTA5CE10": "76550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 186 + ], + [ + 463, + 183 + ], + [ + 461, + 183 + ], + [ + 461, + 185 + ], + [ + 463, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78643", + "ALAND10": 1823411994, + "AWATER10": 14702227, + "GEOID10": "78643", + "ZCTA5CE10": "78643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 186 + ], + [ + 464, + 184 + ], + [ + 462, + 184 + ], + [ + 462, + 186 + ], + [ + 464, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78607", + "ALAND10": 31611225, + "AWATER10": 12724054, + "GEOID10": "78607", + "ZCTA5CE10": "78607", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 182 + ], + [ + 461, + 180 + ], + [ + 459, + 180 + ], + [ + 459, + 182 + ], + [ + 461, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78631", + "ALAND10": 841939113, + "AWATER10": 485638, + "GEOID10": "78631", + "ZCTA5CE10": "78631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 184 + ], + [ + 458, + 183 + ], + [ + 457, + 181 + ], + [ + 454, + 181 + ], + [ + 454, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76849", + "ALAND10": 2447647737, + "AWATER10": 429427, + "GEOID10": "76849", + "ZCTA5CE10": "76849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 181 + ], + [ + 460, + 179 + ], + [ + 458, + 179 + ], + [ + 458, + 181 + ], + [ + 460, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78024", + "ALAND10": 675705284, + "AWATER10": 1700436, + "GEOID10": "78024", + "ZCTA5CE10": "78024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 181 + ], + [ + 457, + 180 + ], + [ + 455, + 178 + ], + [ + 456, + 181 + ], + [ + 459, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78058", + "ALAND10": 1439405558, + "AWATER10": 1589634, + "GEOID10": "78058", + "ZCTA5CE10": "78058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 181 + ], + [ + 461, + 179 + ], + [ + 459, + 179 + ], + [ + 459, + 181 + ], + [ + 461, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78028", + "ALAND10": 649244199, + "AWATER10": 4220275, + "GEOID10": "78028", + "ZCTA5CE10": "78028", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 177 + ], + [ + 459, + 175 + ], + [ + 457, + 175 + ], + [ + 457, + 177 + ], + [ + 459, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78884", + "ALAND10": 629620757, + "AWATER10": 1075851, + "GEOID10": "78884", + "ZCTA5CE10": "78884", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 178 + ], + [ + 461, + 176 + ], + [ + 459, + 176 + ], + [ + 459, + 178 + ], + [ + 461, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78003", + "ALAND10": 584665363, + "AWATER10": 5746963, + "GEOID10": "78003", + "ZCTA5CE10": "78003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 183 + ], + [ + 463, + 182 + ], + [ + 461, + 180 + ], + [ + 459, + 181 + ], + [ + 460, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78624", + "ALAND10": 1833781712, + "AWATER10": 6734508, + "GEOID10": "78624", + "ZCTA5CE10": "78624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 181 + ], + [ + 465, + 179 + ], + [ + 463, + 179 + ], + [ + 463, + 181 + ], + [ + 465, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78636", + "ALAND10": 905561750, + "AWATER10": 7174555, + "GEOID10": "78636", + "ZCTA5CE10": "78636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 181 + ], + [ + 461, + 179 + ], + [ + 459, + 179 + ], + [ + 459, + 181 + ], + [ + 461, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78013", + "ALAND10": 596385421, + "AWATER10": 815415, + "GEOID10": "78013", + "ZCTA5CE10": "78013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 178 + ], + [ + 463, + 176 + ], + [ + 461, + 176 + ], + [ + 461, + 178 + ], + [ + 463, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78023", + "ALAND10": 193008299, + "AWATER10": 482581, + "GEOID10": "78023", + "ZCTA5CE10": "78023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 178 + ], + [ + 463, + 176 + ], + [ + 461, + 176 + ], + [ + 461, + 178 + ], + [ + 463, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78006", + "ALAND10": 807758306, + "AWATER10": 1478060, + "GEOID10": "78006", + "ZCTA5CE10": "78006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 177 + ], + [ + 454, + 174 + ], + [ + 451, + 174 + ], + [ + 451, + 177 + ], + [ + 454, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78832", + "ALAND10": 2809546459, + "AWATER10": 8629178, + "GEOID10": "78832", + "ZCTA5CE10": "78832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 177 + ], + [ + 457, + 174 + ], + [ + 454, + 174 + ], + [ + 455, + 175 + ], + [ + 454, + 177 + ], + [ + 456, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78801", + "ALAND10": 2110393732, + "AWATER10": 7505944, + "GEOID10": "78801", + "ZCTA5CE10": "78801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 451, + 172 + ], + [ + 453, + 171 + ], + [ + 452, + 170 + ], + [ + 451, + 172 + ] + ] + ], + [ + [ + [ + 453, + 171 + ], + [ + 454, + 173 + ], + [ + 454, + 171 + ], + [ + 453, + 171 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78852", + "ALAND10": 1483178814, + "AWATER10": 15566529, + "GEOID10": "78852", + "ZCTA5CE10": "78852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 173 + ], + [ + 457, + 171 + ], + [ + 455, + 171 + ], + [ + 455, + 173 + ], + [ + 457, + 173 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78872", + "ALAND10": 478732140, + "AWATER10": 1807444, + "GEOID10": "78872", + "ZCTA5CE10": "78872", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 454, + 171 + ], + [ + 457, + 170 + ], + [ + 454, + 168 + ], + [ + 454, + 171 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78834", + "ALAND10": 1441878488, + "AWATER10": 5771380, + "GEOID10": "78834", + "ZCTA5CE10": "78834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 174 + ], + [ + 457, + 171 + ], + [ + 456, + 174 + ], + [ + 458, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78829", + "ALAND10": 1349779670, + "AWATER10": 2637858, + "GEOID10": "78829", + "ZCTA5CE10": "78829", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 457, + 178 + ], + [ + 457, + 176 + ], + [ + 455, + 176 + ], + [ + 455, + 178 + ], + [ + 457, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78881", + "ALAND10": 634274609, + "AWATER10": 3000805, + "GEOID10": "78881", + "ZCTA5CE10": "78881", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 172 + ], + [ + 458, + 170 + ], + [ + 456, + 170 + ], + [ + 456, + 172 + ], + [ + 458, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78839", + "ALAND10": 930689569, + "AWATER10": 4984355, + "GEOID10": "78839", + "ZCTA5CE10": "78839", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 170 + ], + [ + 458, + 168 + ], + [ + 456, + 168 + ], + [ + 456, + 170 + ], + [ + 458, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78830", + "ALAND10": 532353847, + "AWATER10": 1585043, + "GEOID10": "78830", + "ZCTA5CE10": "78830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 173 + ], + [ + 459, + 171 + ], + [ + 457, + 171 + ], + [ + 457, + 173 + ], + [ + 459, + 173 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78017", + "ALAND10": 964677051, + "AWATER10": 719039, + "GEOID10": "78017", + "ZCTA5CE10": "78017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 171 + ], + [ + 461, + 167 + ], + [ + 459, + 169 + ], + [ + 458, + 167 + ], + [ + 457, + 168 + ], + [ + 458, + 171 + ], + [ + 461, + 171 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78014", + "ALAND10": 2715396256, + "AWATER10": 15786145, + "GEOID10": "78014", + "ZCTA5CE10": "78014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 177 + ], + [ + 461, + 175 + ], + [ + 459, + 174 + ], + [ + 458, + 177 + ], + [ + 460, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78861", + "ALAND10": 1192332812, + "AWATER10": 3154655, + "GEOID10": "78861", + "ZCTA5CE10": "78861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 460, + 175 + ], + [ + 460, + 173 + ], + [ + 458, + 173 + ], + [ + 458, + 175 + ], + [ + 460, + 175 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78886", + "ALAND10": 255462898, + "AWATER10": 1101089, + "GEOID10": "78886", + "ZCTA5CE10": "78886", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 177 + ], + [ + 464, + 175 + ], + [ + 462, + 175 + ], + [ + 462, + 177 + ], + [ + 464, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78223", + "ALAND10": 107234678, + "AWATER10": 4015291, + "GEOID10": "78223", + "ZCTA5CE10": "78223", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 176 + ], + [ + 464, + 174 + ], + [ + 462, + 174 + ], + [ + 462, + 176 + ], + [ + 464, + 176 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78264", + "ALAND10": 170886292, + "AWATER10": 325909, + "GEOID10": "78264", + "ZCTA5CE10": "78264", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 458, + 174 + ], + [ + 460, + 173 + ], + [ + 461, + 171 + ], + [ + 458, + 172 + ], + [ + 458, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78061", + "ALAND10": 1432724326, + "AWATER10": 1351070, + "GEOID10": "78061", + "ZCTA5CE10": "78061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 172 + ], + [ + 464, + 170 + ], + [ + 462, + 170 + ], + [ + 462, + 172 + ], + [ + 464, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78026", + "ALAND10": 562024458, + "AWATER10": 1150094, + "GEOID10": "78026", + "ZCTA5CE10": "78026", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 172 + ], + [ + 465, + 170 + ], + [ + 463, + 170 + ], + [ + 463, + 172 + ], + [ + 465, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78012", + "ALAND10": 86227830, + "AWATER10": 222507, + "GEOID10": "78012", + "ZCTA5CE10": "78012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 171 + ], + [ + 464, + 167 + ], + [ + 461, + 167 + ], + [ + 461, + 169 + ], + [ + 463, + 171 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78072", + "ALAND10": 2229455862, + "AWATER10": 13757579, + "GEOID10": "78072", + "ZCTA5CE10": "78072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 167 + ], + [ + 454, + 168 + ], + [ + 459, + 168 + ], + [ + 461, + 166 + ], + [ + 457, + 167 + ], + [ + 456, + 167 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78019", + "ALAND10": 2504494487, + "AWATER10": 4840647, + "GEOID10": "78019", + "ZCTA5CE10": "78019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 456, + 166 + ], + [ + 458, + 166 + ], + [ + 458, + 164 + ], + [ + 456, + 166 + ] + ] + ], + [ + [ + [ + 456, + 166 + ], + [ + 453, + 168 + ], + [ + 456, + 167 + ], + [ + 456, + 166 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78045", + "ALAND10": 1873944617, + "AWATER10": 9733192, + "GEOID10": "78045", + "ZCTA5CE10": "78045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 164 + ], + [ + 459, + 162 + ], + [ + 457, + 162 + ], + [ + 457, + 164 + ], + [ + 459, + 164 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78046", + "ALAND10": 636966565, + "AWATER10": 5061204, + "GEOID10": "78046", + "ZCTA5CE10": "78046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 166 + ], + [ + 462, + 164 + ], + [ + 460, + 164 + ], + [ + 460, + 166 + ], + [ + 462, + 166 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78044", + "ALAND10": 544975576, + "AWATER10": 1704370, + "GEOID10": "78044", + "ZCTA5CE10": "78044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 165 + ], + [ + 465, + 163 + ], + [ + 463, + 163 + ], + [ + 463, + 165 + ], + [ + 465, + 165 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78384", + "ALAND10": 1180926926, + "AWATER10": 3935765, + "GEOID10": "78384", + "ZCTA5CE10": "78384", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 164 + ], + [ + 465, + 162 + ], + [ + 463, + 162 + ], + [ + 463, + 164 + ], + [ + 465, + 164 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78341", + "ALAND10": 634848916, + "AWATER10": 19853, + "GEOID10": "78341", + "ZCTA5CE10": "78341", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 163 + ], + [ + 461, + 161 + ], + [ + 459, + 161 + ], + [ + 459, + 163 + ], + [ + 461, + 163 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78344", + "ALAND10": 311637727, + "AWATER10": 0, + "GEOID10": "78344", + "ZCTA5CE10": "78344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 192 + ], + [ + 467, + 190 + ], + [ + 465, + 190 + ], + [ + 465, + 192 + ], + [ + 467, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76531", + "ALAND10": 987926490, + "AWATER10": 638064, + "GEOID10": "76531", + "ZCTA5CE10": "76531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 188 + ], + [ + 464, + 186 + ], + [ + 462, + 186 + ], + [ + 462, + 188 + ], + [ + 464, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76853", + "ALAND10": 665126055, + "AWATER10": 1489776, + "GEOID10": "76853", + "ZCTA5CE10": "76853", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 190 + ], + [ + 467, + 188 + ], + [ + 465, + 188 + ], + [ + 465, + 190 + ], + [ + 467, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76538", + "ALAND10": 388618820, + "AWATER10": 181748, + "GEOID10": "76538", + "ZCTA5CE10": "76538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 191 + ], + [ + 469, + 187 + ], + [ + 465, + 189 + ], + [ + 468, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76528", + "ALAND10": 1304875330, + "AWATER10": 18349770, + "GEOID10": "76528", + "ZCTA5CE10": "76528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 188 + ], + [ + 468, + 186 + ], + [ + 466, + 186 + ], + [ + 466, + 188 + ], + [ + 468, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76549", + "ALAND10": 198807029, + "AWATER10": 1198994, + "GEOID10": "76549", + "ZCTA5CE10": "76549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 192 + ], + [ + 468, + 190 + ], + [ + 466, + 190 + ], + [ + 466, + 192 + ], + [ + 468, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76634", + "ALAND10": 732655189, + "AWATER10": 12863528, + "GEOID10": "76634", + "ZCTA5CE10": "76634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 191 + ], + [ + 469, + 189 + ], + [ + 467, + 189 + ], + [ + 467, + 191 + ], + [ + 469, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76689", + "ALAND10": 595359511, + "AWATER10": 2489409, + "GEOID10": "76689", + "ZCTA5CE10": "76689", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 191 + ], + [ + 471, + 189 + ], + [ + 469, + 189 + ], + [ + 469, + 191 + ], + [ + 471, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76638", + "ALAND10": 214099288, + "AWATER10": 445808, + "GEOID10": "76638", + "ZCTA5CE10": "76638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 190 + ], + [ + 473, + 188 + ], + [ + 471, + 188 + ], + [ + 471, + 190 + ], + [ + 473, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76706", + "ALAND10": 183591327, + "AWATER10": 3754865, + "GEOID10": "76706", + "ZCTA5CE10": "76706", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 187 + ], + [ + 469, + 185 + ], + [ + 467, + 185 + ], + [ + 467, + 187 + ], + [ + 469, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76542", + "ALAND10": 208255300, + "AWATER10": 2778825, + "GEOID10": "76542", + "ZCTA5CE10": "76542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 186 + ], + [ + 470, + 184 + ], + [ + 468, + 184 + ], + [ + 468, + 186 + ], + [ + 470, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76537", + "ALAND10": 139260709, + "AWATER10": 523639, + "GEOID10": "76537", + "ZCTA5CE10": "76537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 186 + ], + [ + 471, + 184 + ], + [ + 469, + 184 + ], + [ + 469, + 186 + ], + [ + 471, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76569", + "ALAND10": 211128359, + "AWATER10": 2397527, + "GEOID10": "76569", + "ZCTA5CE10": "76569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 185 + ], + [ + 466, + 183 + ], + [ + 464, + 183 + ], + [ + 464, + 185 + ], + [ + 466, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78611", + "ALAND10": 719311860, + "AWATER10": 38087547, + "GEOID10": "78611", + "ZCTA5CE10": "78611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 184 + ], + [ + 466, + 182 + ], + [ + 464, + 182 + ], + [ + 464, + 184 + ], + [ + 466, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78605", + "ALAND10": 423549142, + "AWATER10": 1027294, + "GEOID10": "78605", + "ZCTA5CE10": "78605", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 182 + ], + [ + 466, + 180 + ], + [ + 464, + 180 + ], + [ + 464, + 182 + ], + [ + 466, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78606", + "ALAND10": 633385505, + "AWATER10": 1499619, + "GEOID10": "78606", + "ZCTA5CE10": "78606", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 184 + ], + [ + 466, + 182 + ], + [ + 464, + 182 + ], + [ + 464, + 184 + ], + [ + 466, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78669", + "ALAND10": 363475087, + "AWATER10": 22041419, + "GEOID10": "78669", + "ZCTA5CE10": "78669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 182 + ], + [ + 467, + 180 + ], + [ + 465, + 180 + ], + [ + 465, + 182 + ], + [ + 467, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78737", + "ALAND10": 98273067, + "AWATER10": 4561, + "GEOID10": "78737", + "ZCTA5CE10": "78737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 181 + ], + [ + 467, + 179 + ], + [ + 465, + 179 + ], + [ + 465, + 181 + ], + [ + 467, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78676", + "ALAND10": 434008473, + "AWATER10": 240322, + "GEOID10": "78676", + "ZCTA5CE10": "78676", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 178 + ], + [ + 465, + 176 + ], + [ + 463, + 176 + ], + [ + 463, + 178 + ], + [ + 465, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78132", + "ALAND10": 480691396, + "AWATER10": 1751443, + "GEOID10": "78132", + "ZCTA5CE10": "78132", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 181 + ], + [ + 467, + 179 + ], + [ + 465, + 179 + ], + [ + 465, + 181 + ], + [ + 467, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78610", + "ALAND10": 239337816, + "AWATER10": 919588, + "GEOID10": "78610", + "ZCTA5CE10": "78610", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 179 + ], + [ + 467, + 177 + ], + [ + 465, + 177 + ], + [ + 465, + 179 + ], + [ + 467, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78155", + "ALAND10": 917965224, + "AWATER10": 3962979, + "GEOID10": "78155", + "ZCTA5CE10": "78155", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 179 + ], + [ + 468, + 177 + ], + [ + 466, + 177 + ], + [ + 466, + 179 + ], + [ + 468, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78644", + "ALAND10": 483331656, + "AWATER10": 1847010, + "GEOID10": "78644", + "ZCTA5CE10": "78644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 185 + ], + [ + 471, + 183 + ], + [ + 469, + 183 + ], + [ + 469, + 185 + ], + [ + 471, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76574", + "ALAND10": 368793647, + "AWATER10": 8384387, + "GEOID10": "76574", + "ZCTA5CE10": "76574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 182 + ], + [ + 470, + 180 + ], + [ + 468, + 180 + ], + [ + 468, + 182 + ], + [ + 470, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78653", + "ALAND10": 271051052, + "AWATER10": 1296973, + "GEOID10": "78653", + "ZCTA5CE10": "78653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 185 + ], + [ + 471, + 183 + ], + [ + 469, + 183 + ], + [ + 469, + 185 + ], + [ + 471, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76530", + "ALAND10": 241945146, + "AWATER10": 13272951, + "GEOID10": "76530", + "ZCTA5CE10": "76530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 186 + ], + [ + 472, + 184 + ], + [ + 470, + 184 + ], + [ + 470, + 186 + ], + [ + 472, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76567", + "ALAND10": 501196723, + "AWATER10": 2600645, + "GEOID10": "76567", + "ZCTA5CE10": "76567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 183 + ], + [ + 472, + 181 + ], + [ + 470, + 181 + ], + [ + 470, + 183 + ], + [ + 472, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78659", + "ALAND10": 294345870, + "AWATER10": 967268, + "GEOID10": "78659", + "ZCTA5CE10": "78659", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 178 + ], + [ + 471, + 176 + ], + [ + 469, + 176 + ], + [ + 469, + 178 + ], + [ + 471, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78629", + "ALAND10": 1101702487, + "AWATER10": 5606341, + "GEOID10": "78629", + "ZCTA5CE10": "78629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 180 + ], + [ + 471, + 178 + ], + [ + 469, + 178 + ], + [ + 469, + 180 + ], + [ + 471, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78953", + "ALAND10": 237066544, + "AWATER10": 536865, + "GEOID10": "78953", + "ZCTA5CE10": "78953", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 180 + ], + [ + 471, + 178 + ], + [ + 469, + 178 + ], + [ + 469, + 180 + ], + [ + 471, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78941", + "ALAND10": 404766109, + "AWATER10": 420116, + "GEOID10": "78941", + "ZCTA5CE10": "78941", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 193 + ], + [ + 472, + 191 + ], + [ + 470, + 191 + ], + [ + 470, + 193 + ], + [ + 472, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76621", + "ALAND10": 188276608, + "AWATER10": 1058356, + "GEOID10": "76621", + "ZCTA5CE10": "76621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 191 + ], + [ + 473, + 189 + ], + [ + 471, + 189 + ], + [ + 471, + 191 + ], + [ + 473, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76664", + "ALAND10": 349764911, + "AWATER10": 3090730, + "GEOID10": "76664", + "ZCTA5CE10": "76664", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 194 + ], + [ + 474, + 192 + ], + [ + 472, + 192 + ], + [ + 472, + 194 + ], + [ + 474, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76679", + "ALAND10": 197536442, + "AWATER10": 4968168, + "GEOID10": "76679", + "ZCTA5CE10": "76679", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 191 + ], + [ + 475, + 189 + ], + [ + 473, + 189 + ], + [ + 473, + 191 + ], + [ + 475, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76667", + "ALAND10": 372974339, + "AWATER10": 8012287, + "GEOID10": "76667", + "ZCTA5CE10": "76667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 190 + ], + [ + 477, + 188 + ], + [ + 475, + 188 + ], + [ + 475, + 190 + ], + [ + 477, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76642", + "ALAND10": 661691564, + "AWATER10": 36155932, + "GEOID10": "76642", + "ZCTA5CE10": "76642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 187 + ], + [ + 474, + 185 + ], + [ + 472, + 185 + ], + [ + 472, + 187 + ], + [ + 474, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76520", + "ALAND10": 780281648, + "AWATER10": 2661259, + "GEOID10": "76520", + "ZCTA5CE10": "76520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 187 + ], + [ + 474, + 185 + ], + [ + 472, + 185 + ], + [ + 472, + 187 + ], + [ + 474, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76570", + "ALAND10": 465741651, + "AWATER10": 3757067, + "GEOID10": "76570", + "ZCTA5CE10": "76570", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 188 + ], + [ + 476, + 186 + ], + [ + 474, + 186 + ], + [ + 474, + 188 + ], + [ + 476, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US76629", + "ALAND10": 366599302, + "AWATER10": 5031342, + "GEOID10": "76629", + "ZCTA5CE10": "76629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 478, + 194 + ], + [ + 478, + 192 + ], + [ + 476, + 192 + ], + [ + 476, + 194 + ], + [ + 478, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75859", + "ALAND10": 305680252, + "AWATER10": 48532792, + "GEOID10": "75859", + "ZCTA5CE10": "75859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 192 + ], + [ + 479, + 190 + ], + [ + 477, + 190 + ], + [ + 477, + 192 + ], + [ + 479, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75861", + "ALAND10": 296637559, + "AWATER10": 5179456, + "GEOID10": "75861", + "ZCTA5CE10": "75861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 193 + ], + [ + 480, + 191 + ], + [ + 478, + 191 + ], + [ + 478, + 193 + ], + [ + 480, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75853", + "ALAND10": 193209714, + "AWATER10": 2248857, + "GEOID10": "75853", + "ZCTA5CE10": "75853", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 189 + ], + [ + 479, + 187 + ], + [ + 477, + 187 + ], + [ + 477, + 189 + ], + [ + 479, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75831", + "ALAND10": 660839182, + "AWATER10": 3481769, + "GEOID10": "75831", + "ZCTA5CE10": "75831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 191 + ], + [ + 483, + 189 + ], + [ + 481, + 189 + ], + [ + 481, + 191 + ], + [ + 483, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75844", + "ALAND10": 931365371, + "AWATER10": 8290953, + "GEOID10": "75844", + "ZCTA5CE10": "75844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 189 + ], + [ + 481, + 187 + ], + [ + 479, + 187 + ], + [ + 479, + 189 + ], + [ + 482, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75835", + "ALAND10": 1165514196, + "AWATER10": 4306019, + "GEOID10": "75835", + "ZCTA5CE10": "75835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 190 + ], + [ + 480, + 188 + ], + [ + 478, + 188 + ], + [ + 478, + 190 + ], + [ + 480, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75833", + "ALAND10": 635015824, + "AWATER10": 1161948, + "GEOID10": "75833", + "ZCTA5CE10": "75833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 187 + ], + [ + 477, + 185 + ], + [ + 475, + 185 + ], + [ + 475, + 187 + ], + [ + 477, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77871", + "ALAND10": 511891939, + "AWATER10": 4254340, + "GEOID10": "77871", + "ZCTA5CE10": "77871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 185 + ], + [ + 477, + 183 + ], + [ + 475, + 183 + ], + [ + 475, + 185 + ], + [ + 477, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77808", + "ALAND10": 647604318, + "AWATER10": 4427200, + "GEOID10": "77808", + "ZCTA5CE10": "77808", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 185 + ], + [ + 477, + 183 + ], + [ + 475, + 183 + ], + [ + 475, + 185 + ], + [ + 477, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77861", + "ALAND10": 330002415, + "AWATER10": 9882663, + "GEOID10": "77861", + "ZCTA5CE10": "77861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 183 + ], + [ + 474, + 181 + ], + [ + 472, + 181 + ], + [ + 472, + 183 + ], + [ + 474, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78942", + "ALAND10": 532326444, + "AWATER10": 2307366, + "GEOID10": "78942", + "ZCTA5CE10": "78942", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 183 + ], + [ + 476, + 181 + ], + [ + 474, + 181 + ], + [ + 474, + 183 + ], + [ + 476, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77878", + "ALAND10": 64884836, + "AWATER10": 501181, + "GEOID10": "77878", + "ZCTA5CE10": "77878", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 184 + ], + [ + 475, + 183 + ], + [ + 473, + 182 + ], + [ + 472, + 183 + ], + [ + 474, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77836", + "ALAND10": 1142939060, + "AWATER10": 15311940, + "GEOID10": "77836", + "ZCTA5CE10": "77836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 182 + ], + [ + 474, + 180 + ], + [ + 472, + 180 + ], + [ + 472, + 182 + ], + [ + 474, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78932", + "ALAND10": 141074632, + "AWATER10": 1707206, + "GEOID10": "78932", + "ZCTA5CE10": "78932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 475, + 183 + ], + [ + 475, + 181 + ], + [ + 473, + 181 + ], + [ + 473, + 183 + ], + [ + 475, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77835", + "ALAND10": 290909378, + "AWATER10": 18890485, + "GEOID10": "77835", + "ZCTA5CE10": "77835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 179 + ], + [ + 474, + 177 + ], + [ + 472, + 177 + ], + [ + 472, + 179 + ], + [ + 474, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78962", + "ALAND10": 503619795, + "AWATER10": 1570114, + "GEOID10": "78962", + "ZCTA5CE10": "78962", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 185 + ], + [ + 477, + 183 + ], + [ + 475, + 183 + ], + [ + 475, + 185 + ], + [ + 477, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77830", + "ALAND10": 488400392, + "AWATER10": 12783075, + "GEOID10": "77830", + "ZCTA5CE10": "77830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 183 + ], + [ + 477, + 181 + ], + [ + 475, + 181 + ], + [ + 475, + 183 + ], + [ + 477, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77880", + "ALAND10": 246933848, + "AWATER10": 4888962, + "GEOID10": "77880", + "ZCTA5CE10": "77880", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 182 + ], + [ + 477, + 180 + ], + [ + 475, + 180 + ], + [ + 475, + 182 + ], + [ + 477, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77426", + "ALAND10": 229886741, + "AWATER10": 4971727, + "GEOID10": "77426", + "ZCTA5CE10": "77426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 183 + ], + [ + 477, + 181 + ], + [ + 475, + 181 + ], + [ + 475, + 183 + ], + [ + 477, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77868", + "ALAND10": 702699501, + "AWATER10": 9366194, + "GEOID10": "77868", + "ZCTA5CE10": "77868", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 183 + ], + [ + 479, + 181 + ], + [ + 477, + 181 + ], + [ + 477, + 183 + ], + [ + 479, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77356", + "ALAND10": 337198101, + "AWATER10": 41261435, + "GEOID10": "77356", + "ZCTA5CE10": "77356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 180 + ], + [ + 477, + 178 + ], + [ + 475, + 178 + ], + [ + 475, + 180 + ], + [ + 477, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77474", + "ALAND10": 538766214, + "AWATER10": 10076623, + "GEOID10": "77474", + "ZCTA5CE10": "77474", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 181 + ], + [ + 480, + 179 + ], + [ + 478, + 179 + ], + [ + 478, + 181 + ], + [ + 480, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77433", + "ALAND10": 151210165, + "AWATER10": 2293730, + "GEOID10": "77433", + "ZCTA5CE10": "77433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 480, + 178 + ], + [ + 480, + 176 + ], + [ + 478, + 176 + ], + [ + 478, + 178 + ], + [ + 480, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77471", + "ALAND10": 223619008, + "AWATER10": 4489741, + "GEOID10": "77471", + "ZCTA5CE10": "77471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 177 + ], + [ + 464, + 175 + ], + [ + 462, + 175 + ], + [ + 462, + 177 + ], + [ + 464, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78219", + "ALAND10": 35642903, + "AWATER10": 182683, + "GEOID10": "78219", + "ZCTA5CE10": "78219", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 172 + ], + [ + 465, + 170 + ], + [ + 463, + 170 + ], + [ + 463, + 172 + ], + [ + 465, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78064", + "ALAND10": 607456516, + "AWATER10": 909564, + "GEOID10": "78064", + "ZCTA5CE10": "78064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 177 + ], + [ + 469, + 175 + ], + [ + 467, + 175 + ], + [ + 467, + 177 + ], + [ + 469, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78122", + "ALAND10": 130783705, + "AWATER10": 316282, + "GEOID10": "78122", + "ZCTA5CE10": "78122", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 176 + ], + [ + 467, + 174 + ], + [ + 465, + 174 + ], + [ + 465, + 176 + ], + [ + 467, + 176 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78114", + "ALAND10": 950251609, + "AWATER10": 4874063, + "GEOID10": "78114", + "ZCTA5CE10": "78114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 174 + ], + [ + 468, + 172 + ], + [ + 466, + 172 + ], + [ + 466, + 174 + ], + [ + 468, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78119", + "ALAND10": 846088017, + "AWATER10": 3507095, + "GEOID10": "78119", + "ZCTA5CE10": "78119", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 175 + ], + [ + 468, + 173 + ], + [ + 466, + 173 + ], + [ + 466, + 175 + ], + [ + 468, + 175 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78118", + "ALAND10": 469392713, + "AWATER10": 3464373, + "GEOID10": "78118", + "ZCTA5CE10": "78118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 464, + 170 + ], + [ + 464, + 168 + ], + [ + 462, + 168 + ], + [ + 462, + 170 + ], + [ + 464, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78071", + "ALAND10": 929591281, + "AWATER10": 48416525, + "GEOID10": "78071", + "ZCTA5CE10": "78071", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 170 + ], + [ + 467, + 168 + ], + [ + 465, + 168 + ], + [ + 465, + 170 + ], + [ + 467, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78022", + "ALAND10": 1137477672, + "AWATER10": 4747739, + "GEOID10": "78022", + "ZCTA5CE10": "78022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 172 + ], + [ + 469, + 170 + ], + [ + 467, + 170 + ], + [ + 467, + 172 + ], + [ + 469, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78151", + "ALAND10": 270565014, + "AWATER10": 1165705, + "GEOID10": "78151", + "ZCTA5CE10": "78151", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 173 + ], + [ + 469, + 171 + ], + [ + 467, + 171 + ], + [ + 467, + 173 + ], + [ + 469, + 173 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78141", + "ALAND10": 153956459, + "AWATER10": 296560, + "GEOID10": "78141", + "ZCTA5CE10": "78141", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 175 + ], + [ + 474, + 173 + ], + [ + 472, + 173 + ], + [ + 472, + 175 + ], + [ + 474, + 175 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77995", + "ALAND10": 924191100, + "AWATER10": 1381792, + "GEOID10": "77995", + "ZCTA5CE10": "77995", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 176 + ], + [ + 470, + 174 + ], + [ + 468, + 174 + ], + [ + 468, + 176 + ], + [ + 470, + 176 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77954", + "ALAND10": 958411358, + "AWATER10": 1811764, + "GEOID10": "77954", + "ZCTA5CE10": "77954", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 170 + ], + [ + 470, + 169 + ], + [ + 467, + 168 + ], + [ + 466, + 169 + ], + [ + 468, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78102", + "ALAND10": 1214678927, + "AWATER10": 36595, + "GEOID10": "78102", + "ZCTA5CE10": "78102", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 170 + ], + [ + 470, + 168 + ], + [ + 468, + 168 + ], + [ + 468, + 170 + ], + [ + 470, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78107", + "ALAND10": 299830827, + "AWATER10": 89050, + "GEOID10": "78107", + "ZCTA5CE10": "78107", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 172 + ], + [ + 471, + 170 + ], + [ + 469, + 169 + ], + [ + 467, + 171 + ], + [ + 470, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77963", + "ALAND10": 1676793249, + "AWATER10": 9044900, + "GEOID10": "77963", + "ZCTA5CE10": "77963", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 167 + ], + [ + 468, + 165 + ], + [ + 466, + 165 + ], + [ + 466, + 167 + ], + [ + 468, + 167 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78383", + "ALAND10": 396151905, + "AWATER10": 18150763, + "GEOID10": "78383", + "ZCTA5CE10": "78383", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 167 + ], + [ + 469, + 165 + ], + [ + 467, + 165 + ], + [ + 467, + 167 + ], + [ + 469, + 167 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78368", + "ALAND10": 560320225, + "AWATER10": 56712605, + "GEOID10": "78368", + "ZCTA5CE10": "78368", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 463, + 164 + ], + [ + 463, + 162 + ], + [ + 461, + 162 + ], + [ + 461, + 164 + ], + [ + 463, + 164 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78376", + "ALAND10": 631012166, + "AWATER10": 317258, + "GEOID10": "78376", + "ZCTA5CE10": "78376", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 166 + ], + [ + 466, + 164 + ], + [ + 464, + 163 + ], + [ + 465, + 166 + ], + [ + 466, + 166 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78332", + "ALAND10": 1294516925, + "AWATER10": 2616899, + "GEOID10": "78332", + "ZCTA5CE10": "78332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 162 + ], + [ + 467, + 160 + ], + [ + 465, + 160 + ], + [ + 465, + 162 + ], + [ + 467, + 162 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78355", + "ALAND10": 886876395, + "AWATER10": 568225, + "GEOID10": "78355", + "ZCTA5CE10": "78355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 163 + ], + [ + 469, + 161 + ], + [ + 467, + 161 + ], + [ + 467, + 163 + ], + [ + 469, + 163 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78379", + "ALAND10": 210713869, + "AWATER10": 24613050, + "GEOID10": "78379", + "ZCTA5CE10": "78379", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 167 + ], + [ + 470, + 165 + ], + [ + 468, + 165 + ], + [ + 468, + 167 + ], + [ + 470, + 167 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78374", + "ALAND10": 123108551, + "AWATER10": 1148903, + "GEOID10": "78374", + "ZCTA5CE10": "78374", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 170 + ], + [ + 472, + 169 + ], + [ + 471, + 167 + ], + [ + 469, + 169 + ], + [ + 471, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78377", + "ALAND10": 1188416402, + "AWATER10": 46533078, + "GEOID10": "78377", + "ZCTA5CE10": "78377", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 168 + ], + [ + 472, + 166 + ], + [ + 470, + 166 + ], + [ + 470, + 168 + ], + [ + 472, + 168 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78390", + "ALAND10": 442122933, + "AWATER10": 14820870, + "GEOID10": "78390", + "ZCTA5CE10": "78390", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 469, + 163 + ], + [ + 469, + 161 + ], + [ + 467, + 161 + ], + [ + 467, + 163 + ], + [ + 469, + 163 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78385", + "ALAND10": 530205364, + "AWATER10": 5174936, + "GEOID10": "78385", + "ZCTA5CE10": "78385", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 471, + 177 + ], + [ + 474, + 175 + ], + [ + 473, + 174 + ], + [ + 471, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77964", + "ALAND10": 1500425387, + "AWATER10": 1551313, + "GEOID10": "77964", + "ZCTA5CE10": "77964", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 172 + ], + [ + 474, + 170 + ], + [ + 472, + 170 + ], + [ + 472, + 172 + ], + [ + 474, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77968", + "ALAND10": 463505931, + "AWATER10": 204571, + "GEOID10": "77968", + "ZCTA5CE10": "77968", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 178 + ], + [ + 476, + 176 + ], + [ + 474, + 176 + ], + [ + 474, + 178 + ], + [ + 476, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77442", + "ALAND10": 499771029, + "AWATER10": 5974866, + "GEOID10": "77442", + "ZCTA5CE10": "77442", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 173 + ], + [ + 476, + 171 + ], + [ + 474, + 171 + ], + [ + 474, + 173 + ], + [ + 476, + 173 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77962", + "ALAND10": 426493600, + "AWATER10": 29353809, + "GEOID10": "77962", + "ZCTA5CE10": "77962", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 172 + ], + [ + 474, + 170 + ], + [ + 472, + 170 + ], + [ + 472, + 172 + ], + [ + 474, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77905", + "ALAND10": 1087161970, + "AWATER10": 21413912, + "GEOID10": "77905", + "ZCTA5CE10": "77905", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 170 + ], + [ + 474, + 168 + ], + [ + 472, + 168 + ], + [ + 472, + 170 + ], + [ + 474, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77990", + "ALAND10": 283281892, + "AWATER10": 87145801, + "GEOID10": "77990", + "ZCTA5CE10": "77990", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 473, + 172 + ], + [ + 476, + 171 + ], + [ + 473, + 169 + ], + [ + 472, + 170 + ], + [ + 473, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77979", + "ALAND10": 883115175, + "AWATER10": 341842399, + "GEOID10": "77979", + "ZCTA5CE10": "77979", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 172 + ], + [ + 476, + 170 + ], + [ + 474, + 170 + ], + [ + 474, + 172 + ], + [ + 476, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77465", + "ALAND10": 504469640, + "AWATER10": 36347876, + "GEOID10": "77465", + "ZCTA5CE10": "77465", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 176 + ], + [ + 477, + 174 + ], + [ + 475, + 174 + ], + [ + 475, + 176 + ], + [ + 477, + 176 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77434", + "ALAND10": 494568382, + "AWATER10": 13655804, + "GEOID10": "77434", + "ZCTA5CE10": "77434", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 476, + 177 + ], + [ + 476, + 175 + ], + [ + 474, + 175 + ], + [ + 474, + 177 + ], + [ + 476, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77437", + "ALAND10": 833683791, + "AWATER10": 4859926, + "GEOID10": "77437", + "ZCTA5CE10": "77437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 477, + 173 + ], + [ + 477, + 171 + ], + [ + 475, + 171 + ], + [ + 475, + 173 + ], + [ + 477, + 173 + ] + ] + ], + [ + [ + [ + 477, + 174 + ], + [ + 480, + 172 + ], + [ + 478, + 171 + ], + [ + 477, + 173 + ], + [ + 477, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77414", + "ALAND10": 1342509527, + "AWATER10": 42088509, + "GEOID10": "77414", + "ZCTA5CE10": "77414", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 479, + 174 + ], + [ + 479, + 172 + ], + [ + 477, + 172 + ], + [ + 477, + 174 + ], + [ + 479, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77482", + "ALAND10": 153231306, + "AWATER10": 955323, + "GEOID10": "77482", + "ZCTA5CE10": "77482", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 474, + 170 + ], + [ + 474, + 168 + ], + [ + 472, + 168 + ], + [ + 472, + 170 + ], + [ + 474, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77950", + "ALAND10": 221664850, + "AWATER10": 6956201, + "GEOID10": "77950", + "ZCTA5CE10": "77950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 459, + 162 + ], + [ + 461, + 159 + ], + [ + 459, + 158 + ], + [ + 458, + 160 + ], + [ + 459, + 162 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78076", + "ALAND10": 1237259166, + "AWATER10": 107568824, + "GEOID10": "78076", + "ZCTA5CE10": "78076", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 164 + ], + [ + 463, + 162 + ], + [ + 463, + 159 + ], + [ + 459, + 160 + ], + [ + 462, + 164 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78361", + "ALAND10": 3006163252, + "AWATER10": 1026056, + "GEOID10": "78361", + "ZCTA5CE10": "78361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 461, + 157 + ], + [ + 461, + 155 + ], + [ + 459, + 155 + ], + [ + 459, + 157 + ], + [ + 461, + 157 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78584", + "ALAND10": 616703513, + "AWATER10": 1631081, + "GEOID10": "78584", + "ZCTA5CE10": "78584", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 462, + 156 + ], + [ + 461, + 156 + ], + [ + 461, + 159 + ], + [ + 463, + 159 + ], + [ + 462, + 156 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78582", + "ALAND10": 1686265919, + "AWATER10": 4765336, + "GEOID10": "78582", + "ZCTA5CE10": "78582", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 161 + ], + [ + 466, + 159 + ], + [ + 464, + 159 + ], + [ + 464, + 161 + ], + [ + 466, + 161 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78353", + "ALAND10": 525822550, + "AWATER10": 83344, + "GEOID10": "78353", + "ZCTA5CE10": "78353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 465, + 156 + ], + [ + 465, + 154 + ], + [ + 463, + 154 + ], + [ + 463, + 156 + ], + [ + 465, + 156 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78572", + "ALAND10": 200782194, + "AWATER10": 2910760, + "GEOID10": "78572", + "ZCTA5CE10": "78572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 466, + 156 + ], + [ + 466, + 154 + ], + [ + 464, + 154 + ], + [ + 464, + 156 + ], + [ + 466, + 156 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78501", + "ALAND10": 39724580, + "AWATER10": 11292, + "GEOID10": "78501", + "ZCTA5CE10": "78501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 467, + 156 + ], + [ + 467, + 154 + ], + [ + 465, + 154 + ], + [ + 465, + 156 + ], + [ + 467, + 156 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78542", + "ALAND10": 440061692, + "AWATER10": 275537, + "GEOID10": "78542", + "ZCTA5CE10": "78542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 468, + 155 + ], + [ + 468, + 153 + ], + [ + 466, + 153 + ], + [ + 466, + 155 + ], + [ + 468, + 155 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78586", + "ALAND10": 456670661, + "AWATER10": 20573255, + "GEOID10": "78586", + "ZCTA5CE10": "78586", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 470, + 157 + ], + [ + 470, + 155 + ], + [ + 468, + 155 + ], + [ + 468, + 157 + ], + [ + 470, + 157 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78583", + "ALAND10": 228805015, + "AWATER10": 13083013, + "GEOID10": "78583", + "ZCTA5CE10": "78583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 472, + 155 + ], + [ + 472, + 153 + ], + [ + 470, + 153 + ], + [ + 470, + 155 + ], + [ + 472, + 155 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US78578", + "ALAND10": 155133273, + "AWATER10": 66419731, + "GEOID10": "78578", + "ZCTA5CE10": "78578", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 193 + ], + [ + 482, + 191 + ], + [ + 480, + 191 + ], + [ + 480, + 193 + ], + [ + 482, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75801", + "ALAND10": 555834236, + "AWATER10": 6456856, + "GEOID10": "75801", + "ZCTA5CE10": "75801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 193 + ], + [ + 482, + 191 + ], + [ + 480, + 191 + ], + [ + 480, + 193 + ], + [ + 482, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75766", + "ALAND10": 790818907, + "AWATER10": 13282492, + "GEOID10": "75766", + "ZCTA5CE10": "75766", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 191 + ], + [ + 483, + 189 + ], + [ + 481, + 189 + ], + [ + 481, + 191 + ], + [ + 483, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75847", + "ALAND10": 627616760, + "AWATER10": 579727, + "GEOID10": "75847", + "ZCTA5CE10": "75847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 189 + ], + [ + 482, + 187 + ], + [ + 480, + 187 + ], + [ + 480, + 189 + ], + [ + 482, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75851", + "ALAND10": 672022124, + "AWATER10": 2502561, + "GEOID10": "75851", + "ZCTA5CE10": "75851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 188 + ], + [ + 482, + 186 + ], + [ + 480, + 186 + ], + [ + 480, + 188 + ], + [ + 482, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75845", + "ALAND10": 820387346, + "AWATER10": 808565, + "GEOID10": "75845", + "ZCTA5CE10": "75845", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 186 + ], + [ + 481, + 184 + ], + [ + 479, + 184 + ], + [ + 479, + 186 + ], + [ + 481, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75852", + "ALAND10": 446228389, + "AWATER10": 9745690, + "GEOID10": "75852", + "ZCTA5CE10": "75852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 190 + ], + [ + 484, + 188 + ], + [ + 482, + 188 + ], + [ + 482, + 190 + ], + [ + 484, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75926", + "ALAND10": 304668199, + "AWATER10": 639288, + "GEOID10": "75926", + "ZCTA5CE10": "75926", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 193 + ], + [ + 485, + 191 + ], + [ + 483, + 191 + ], + [ + 483, + 193 + ], + [ + 485, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75760", + "ALAND10": 337149082, + "AWATER10": 332156, + "GEOID10": "75760", + "ZCTA5CE10": "75760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 190 + ], + [ + 486, + 188 + ], + [ + 484, + 188 + ], + [ + 484, + 190 + ], + [ + 486, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75964", + "ALAND10": 600608398, + "AWATER10": 7206774, + "GEOID10": "75964", + "ZCTA5CE10": "75964", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 187 + ], + [ + 487, + 185 + ], + [ + 485, + 185 + ], + [ + 485, + 187 + ], + [ + 487, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75949", + "ALAND10": 511797861, + "AWATER10": 55313143, + "GEOID10": "75949", + "ZCTA5CE10": "75949", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 190 + ], + [ + 487, + 188 + ], + [ + 485, + 188 + ], + [ + 485, + 190 + ], + [ + 487, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75961", + "ALAND10": 717805442, + "AWATER10": 17187295, + "GEOID10": "75961", + "ZCTA5CE10": "75961", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 188 + ], + [ + 487, + 186 + ], + [ + 485, + 186 + ], + [ + 485, + 188 + ], + [ + 487, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75939", + "ALAND10": 625456738, + "AWATER10": 666567, + "GEOID10": "75939", + "ZCTA5CE10": "75939", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 186 + ], + [ + 485, + 185 + ], + [ + 486, + 183 + ], + [ + 482, + 184 + ], + [ + 483, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77351", + "ALAND10": 1738903206, + "AWATER10": 95721113, + "GEOID10": "77351", + "ZCTA5CE10": "77351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 185 + ], + [ + 489, + 183 + ], + [ + 487, + 183 + ], + [ + 487, + 185 + ], + [ + 489, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75979", + "ALAND10": 753960234, + "AWATER10": 12067697, + "GEOID10": "75979", + "ZCTA5CE10": "75979", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 186 + ], + [ + 488, + 184 + ], + [ + 486, + 184 + ], + [ + 486, + 186 + ], + [ + 488, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77624", + "ALAND10": 156931444, + "AWATER10": 189287, + "GEOID10": "77624", + "ZCTA5CE10": "77624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 481, + 182 + ], + [ + 481, + 180 + ], + [ + 479, + 180 + ], + [ + 479, + 182 + ], + [ + 481, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77316", + "ALAND10": 326829735, + "AWATER10": 1928080, + "GEOID10": "77316", + "ZCTA5CE10": "77316", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 185 + ], + [ + 482, + 183 + ], + [ + 480, + 183 + ], + [ + 480, + 185 + ], + [ + 482, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77359", + "ALAND10": 135960166, + "AWATER10": 476018, + "GEOID10": "77359", + "ZCTA5CE10": "77359", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 182 + ], + [ + 483, + 180 + ], + [ + 481, + 180 + ], + [ + 481, + 182 + ], + [ + 483, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77328", + "ALAND10": 420462044, + "AWATER10": 1796887, + "GEOID10": "77328", + "ZCTA5CE10": "77328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 183 + ], + [ + 483, + 181 + ], + [ + 481, + 181 + ], + [ + 481, + 183 + ], + [ + 483, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77327", + "ALAND10": 822950429, + "AWATER10": 16541128, + "GEOID10": "77327", + "ZCTA5CE10": "77327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 181 + ], + [ + 483, + 179 + ], + [ + 481, + 179 + ], + [ + 481, + 181 + ], + [ + 483, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77338", + "ALAND10": 68605377, + "AWATER10": 2263378, + "GEOID10": "77338", + "ZCTA5CE10": "77338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 178 + ], + [ + 482, + 176 + ], + [ + 480, + 176 + ], + [ + 480, + 178 + ], + [ + 482, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77584", + "ALAND10": 83140038, + "AWATER10": 170931, + "GEOID10": "77584", + "ZCTA5CE10": "77584", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 485, + 179 + ], + [ + 485, + 177 + ], + [ + 483, + 177 + ], + [ + 483, + 179 + ], + [ + 485, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77535", + "ALAND10": 813235411, + "AWATER10": 8784382, + "GEOID10": "77535", + "ZCTA5CE10": "77535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 484, + 179 + ], + [ + 484, + 177 + ], + [ + 482, + 177 + ], + [ + 482, + 179 + ], + [ + 484, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77571", + "ALAND10": 90533883, + "AWATER10": 16278387, + "GEOID10": "77571", + "ZCTA5CE10": "77571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 183 + ], + [ + 486, + 181 + ], + [ + 484, + 181 + ], + [ + 484, + 183 + ], + [ + 486, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77374", + "ALAND10": 134321050, + "AWATER10": 358139, + "GEOID10": "77374", + "ZCTA5CE10": "77374", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 182 + ], + [ + 488, + 180 + ], + [ + 486, + 180 + ], + [ + 486, + 182 + ], + [ + 488, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77625", + "ALAND10": 801278662, + "AWATER10": 3194566, + "GEOID10": "77625", + "ZCTA5CE10": "77625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 486, + 181 + ], + [ + 486, + 179 + ], + [ + 484, + 179 + ], + [ + 484, + 181 + ], + [ + 486, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77564", + "ALAND10": 136085612, + "AWATER10": 415257, + "GEOID10": "77564", + "ZCTA5CE10": "77564", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 182 + ], + [ + 488, + 180 + ], + [ + 486, + 180 + ], + [ + 486, + 182 + ], + [ + 488, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77659", + "ALAND10": 301762310, + "AWATER10": 2721797, + "GEOID10": "77659", + "ZCTA5CE10": "77659", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 181 + ], + [ + 489, + 179 + ], + [ + 487, + 179 + ], + [ + 487, + 181 + ], + [ + 489, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77705", + "ALAND10": 614485568, + "AWATER10": 41825793, + "GEOID10": "77705", + "ZCTA5CE10": "77705", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 191 + ], + [ + 487, + 189 + ], + [ + 485, + 189 + ], + [ + 485, + 191 + ], + [ + 487, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75935", + "ALAND10": 917623341, + "AWATER10": 8008839, + "GEOID10": "75935", + "ZCTA5CE10": "75935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 191 + ], + [ + 489, + 189 + ], + [ + 487, + 189 + ], + [ + 487, + 191 + ], + [ + 489, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75973", + "ALAND10": 463982529, + "AWATER10": 58920710, + "GEOID10": "75973", + "ZCTA5CE10": "75973", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 189 + ], + [ + 488, + 187 + ], + [ + 486, + 187 + ], + [ + 486, + 189 + ], + [ + 488, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75972", + "ALAND10": 934806106, + "AWATER10": 4621295, + "GEOID10": "75972", + "ZCTA5CE10": "75972", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 195 + ], + [ + 492, + 193 + ], + [ + 490, + 193 + ], + [ + 490, + 195 + ], + [ + 492, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71052", + "ALAND10": 839179090, + "AWATER10": 24703277, + "GEOID10": "71052", + "ZCTA5CE10": "71052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 189 + ], + [ + 492, + 187 + ], + [ + 490, + 187 + ], + [ + 490, + 189 + ], + [ + 492, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71449", + "ALAND10": 610724938, + "AWATER10": 12908300, + "GEOID10": "71449", + "ZCTA5CE10": "71449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 487, + 188 + ], + [ + 487, + 186 + ], + [ + 485, + 186 + ], + [ + 485, + 188 + ], + [ + 487, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75980", + "ALAND10": 418632976, + "AWATER10": 98968450, + "GEOID10": "75980", + "ZCTA5CE10": "75980", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 491, + 190 + ], + [ + 491, + 188 + ], + [ + 489, + 188 + ], + [ + 489, + 190 + ], + [ + 491, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75948", + "ALAND10": 635119077, + "AWATER10": 177407492, + "GEOID10": "75948", + "ZCTA5CE10": "75948", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 187 + ], + [ + 492, + 185 + ], + [ + 490, + 185 + ], + [ + 490, + 187 + ], + [ + 492, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75977", + "ALAND10": 473891592, + "AWATER10": 320709, + "GEOID10": "75977", + "ZCTA5CE10": "75977", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 188 + ], + [ + 488, + 186 + ], + [ + 486, + 186 + ], + [ + 486, + 188 + ], + [ + 488, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75951", + "ALAND10": 1018060946, + "AWATER10": 38038721, + "GEOID10": "75951", + "ZCTA5CE10": "75951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 187 + ], + [ + 492, + 185 + ], + [ + 490, + 185 + ], + [ + 490, + 187 + ], + [ + 492, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75966", + "ALAND10": 701511367, + "AWATER10": 2133520, + "GEOID10": "75966", + "ZCTA5CE10": "75966", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 193 + ], + [ + 494, + 191 + ], + [ + 492, + 191 + ], + [ + 492, + 193 + ], + [ + 494, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71019", + "ALAND10": 847743367, + "AWATER10": 25066897, + "GEOID10": "71019", + "ZCTA5CE10": "71019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 189 + ], + [ + 492, + 187 + ], + [ + 490, + 187 + ], + [ + 490, + 189 + ], + [ + 492, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71429", + "ALAND10": 628280229, + "AWATER10": 807756, + "GEOID10": "71429", + "ZCTA5CE10": "71429", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 495, + 191 + ], + [ + 495, + 189 + ], + [ + 493, + 189 + ], + [ + 493, + 191 + ], + [ + 495, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71469", + "ALAND10": 605349192, + "AWATER10": 2896030, + "GEOID10": "71469", + "ZCTA5CE10": "71469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 191 + ], + [ + 496, + 189 + ], + [ + 494, + 189 + ], + [ + 494, + 191 + ], + [ + 496, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71457", + "ALAND10": 684368852, + "AWATER10": 39973335, + "GEOID10": "71457", + "ZCTA5CE10": "71457", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 190 + ], + [ + 496, + 188 + ], + [ + 494, + 188 + ], + [ + 494, + 190 + ], + [ + 496, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71409", + "ALAND10": 347081663, + "AWATER10": 18441640, + "GEOID10": "71409", + "ZCTA5CE10": "71409", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 187 + ], + [ + 496, + 186 + ], + [ + 495, + 184 + ], + [ + 493, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70656", + "ALAND10": 1176238108, + "AWATER10": 1243069, + "GEOID10": "70656", + "ZCTA5CE10": "70656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 189 + ], + [ + 495, + 188 + ], + [ + 493, + 186 + ], + [ + 491, + 186 + ], + [ + 493, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71446", + "ALAND10": 1540897363, + "AWATER10": 16488797, + "GEOID10": "71446", + "ZCTA5CE10": "71446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 492, + 186 + ], + [ + 495, + 185 + ], + [ + 494, + 184 + ], + [ + 492, + 184 + ], + [ + 492, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70634", + "ALAND10": 1170056787, + "AWATER10": 12563132, + "GEOID10": "70634", + "ZCTA5CE10": "70634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 185 + ], + [ + 489, + 183 + ], + [ + 487, + 183 + ], + [ + 487, + 185 + ], + [ + 489, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77660", + "ALAND10": 143979765, + "AWATER10": 1564869, + "GEOID10": "77660", + "ZCTA5CE10": "77660", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 183 + ], + [ + 489, + 181 + ], + [ + 487, + 181 + ], + [ + 487, + 183 + ], + [ + 489, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77612", + "ALAND10": 899777178, + "AWATER10": 3030752, + "GEOID10": "77612", + "ZCTA5CE10": "77612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 184 + ], + [ + 490, + 182 + ], + [ + 488, + 182 + ], + [ + 488, + 184 + ], + [ + 490, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US75956", + "ALAND10": 629873706, + "AWATER10": 3246296, + "GEOID10": "75956", + "ZCTA5CE10": "75956", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 182 + ], + [ + 490, + 180 + ], + [ + 488, + 180 + ], + [ + 488, + 182 + ], + [ + 490, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77632", + "ALAND10": 342244462, + "AWATER10": 9598807, + "GEOID10": "77632", + "ZCTA5CE10": "77632", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 489, + 179 + ], + [ + 489, + 177 + ], + [ + 487, + 177 + ], + [ + 487, + 179 + ], + [ + 489, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77655", + "ALAND10": 121956274, + "AWATER10": 29556124, + "GEOID10": "77655", + "ZCTA5CE10": "77655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 493, + 186 + ], + [ + 493, + 184 + ], + [ + 491, + 184 + ], + [ + 491, + 186 + ], + [ + 493, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70653", + "ALAND10": 707181772, + "AWATER10": 7347513, + "GEOID10": "70653", + "ZCTA5CE10": "70653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 183 + ], + [ + 494, + 181 + ], + [ + 492, + 181 + ], + [ + 492, + 183 + ], + [ + 494, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70663", + "ALAND10": 250616691, + "AWATER10": 3552574, + "GEOID10": "70663", + "ZCTA5CE10": "70663", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 183 + ], + [ + 494, + 181 + ], + [ + 492, + 181 + ], + [ + 492, + 183 + ], + [ + 494, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70657", + "ALAND10": 375324178, + "AWATER10": 1249923, + "GEOID10": "70657", + "ZCTA5CE10": "70657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 183 + ], + [ + 494, + 181 + ], + [ + 492, + 181 + ], + [ + 492, + 183 + ], + [ + 494, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70611", + "ALAND10": 211821129, + "AWATER10": 4344540, + "GEOID10": "70611", + "ZCTA5CE10": "70611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 494, + 180 + ], + [ + 494, + 178 + ], + [ + 492, + 178 + ], + [ + 492, + 180 + ], + [ + 494, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70645", + "ALAND10": 279681720, + "AWATER10": 140245244, + "GEOID10": "70645", + "ZCTA5CE10": "70645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 490, + 180 + ], + [ + 494, + 179 + ], + [ + 494, + 178 + ], + [ + 489, + 178 + ], + [ + 490, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70631", + "ALAND10": 1273597442, + "AWATER10": 376908286, + "GEOID10": "70631", + "ZCTA5CE10": "70631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 179 + ], + [ + 497, + 177 + ], + [ + 494, + 178 + ], + [ + 497, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70643", + "ALAND10": 876305879, + "AWATER10": 322701683, + "GEOID10": "70643", + "ZCTA5CE10": "70643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 496, + 182 + ], + [ + 496, + 180 + ], + [ + 494, + 180 + ], + [ + 494, + 182 + ], + [ + 496, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70630", + "ALAND10": 479281696, + "AWATER10": 17953937, + "GEOID10": "70630", + "ZCTA5CE10": "70630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 482, + 178 + ], + [ + 482, + 176 + ], + [ + 480, + 176 + ], + [ + 480, + 178 + ], + [ + 482, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77583", + "ALAND10": 432246130, + "AWATER10": 8204018, + "GEOID10": "77583", + "ZCTA5CE10": "77583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 175 + ], + [ + 483, + 173 + ], + [ + 481, + 173 + ], + [ + 481, + 175 + ], + [ + 483, + 175 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77541", + "ALAND10": 314800020, + "AWATER10": 68061512, + "GEOID10": "77541", + "ZCTA5CE10": "77541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 483, + 177 + ], + [ + 483, + 175 + ], + [ + 481, + 175 + ], + [ + 481, + 177 + ], + [ + 483, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77510", + "ALAND10": 75929045, + "AWATER10": 495768, + "GEOID10": "77510", + "ZCTA5CE10": "77510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 488, + 179 + ], + [ + 488, + 177 + ], + [ + 486, + 177 + ], + [ + 486, + 179 + ], + [ + 488, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US77514", + "ALAND10": 564781852, + "AWATER10": 28967238, + "GEOID10": "77514", + "ZCTA5CE10": "77514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 190 + ], + [ + 498, + 188 + ], + [ + 496, + 188 + ], + [ + 496, + 190 + ], + [ + 498, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71423", + "ALAND10": 334843319, + "AWATER10": 11931842, + "GEOID10": "71423", + "ZCTA5CE10": "71423", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 194 + ], + [ + 499, + 192 + ], + [ + 497, + 192 + ], + [ + 497, + 194 + ], + [ + 499, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71465", + "ALAND10": 588251480, + "AWATER10": 404819, + "GEOID10": "71465", + "ZCTA5CE10": "71465", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 190 + ], + [ + 500, + 188 + ], + [ + 498, + 188 + ], + [ + 498, + 190 + ], + [ + 500, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71342", + "ALAND10": 393428545, + "AWATER10": 34694044, + "GEOID10": "71342", + "ZCTA5CE10": "71342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 191 + ], + [ + 499, + 189 + ], + [ + 497, + 189 + ], + [ + 497, + 191 + ], + [ + 499, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71371", + "ALAND10": 387067049, + "AWATER10": 1990331, + "GEOID10": "71371", + "ZCTA5CE10": "71371", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 497, + 187 + ], + [ + 497, + 185 + ], + [ + 495, + 185 + ], + [ + 495, + 187 + ], + [ + 497, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71438", + "ALAND10": 224461561, + "AWATER10": 165361, + "GEOID10": "71438", + "ZCTA5CE10": "71438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 187 + ], + [ + 499, + 185 + ], + [ + 497, + 185 + ], + [ + 497, + 187 + ], + [ + 499, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70586", + "ALAND10": 776968567, + "AWATER10": 28191123, + "GEOID10": "70586", + "ZCTA5CE10": "70586", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 190 + ], + [ + 501, + 188 + ], + [ + 499, + 188 + ], + [ + 499, + 190 + ], + [ + 501, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71328", + "ALAND10": 317335152, + "AWATER10": 17218717, + "GEOID10": "71328", + "ZCTA5CE10": "71328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 187 + ], + [ + 501, + 185 + ], + [ + 499, + 185 + ], + [ + 499, + 187 + ], + [ + 501, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71341", + "ALAND10": 66635550, + "AWATER10": 817588, + "GEOID10": "71341", + "ZCTA5CE10": "71341", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 191 + ], + [ + 502, + 190 + ], + [ + 500, + 188 + ], + [ + 499, + 189 + ], + [ + 500, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71343", + "ALAND10": 1358660022, + "AWATER10": 117471221, + "GEOID10": "71343", + "ZCTA5CE10": "71343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 192 + ], + [ + 502, + 190 + ], + [ + 500, + 190 + ], + [ + 500, + 192 + ], + [ + 502, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71368", + "ALAND10": 215741762, + "AWATER10": 3646916, + "GEOID10": "71368", + "ZCTA5CE10": "71368", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 188 + ], + [ + 503, + 186 + ], + [ + 501, + 186 + ], + [ + 501, + 188 + ], + [ + 503, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71351", + "ALAND10": 528463433, + "AWATER10": 31719826, + "GEOID10": "71351", + "ZCTA5CE10": "71351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 184 + ], + [ + 503, + 182 + ], + [ + 501, + 182 + ], + [ + 501, + 184 + ], + [ + 503, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71353", + "ALAND10": 194833251, + "AWATER10": 10316939, + "GEOID10": "71353", + "ZCTA5CE10": "71353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 187 + ], + [ + 504, + 185 + ], + [ + 502, + 185 + ], + [ + 502, + 187 + ], + [ + 504, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70715", + "ALAND10": 478063741, + "AWATER10": 38783662, + "GEOID10": "70715", + "ZCTA5CE10": "70715", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 503, + 185 + ], + [ + 503, + 183 + ], + [ + 501, + 183 + ], + [ + 501, + 185 + ], + [ + 503, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70775", + "ALAND10": 811090993, + "AWATER10": 30046850, + "GEOID10": "70775", + "ZCTA5CE10": "70775", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 185 + ], + [ + 498, + 183 + ], + [ + 496, + 183 + ], + [ + 496, + 185 + ], + [ + 498, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71463", + "ALAND10": 616768721, + "AWATER10": 2311378, + "GEOID10": "71463", + "ZCTA5CE10": "71463", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 184 + ], + [ + 498, + 182 + ], + [ + 496, + 182 + ], + [ + 496, + 184 + ], + [ + 498, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70515", + "ALAND10": 191049906, + "AWATER10": 1460915, + "GEOID10": "70515", + "ZCTA5CE10": "70515", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 182 + ], + [ + 498, + 180 + ], + [ + 496, + 180 + ], + [ + 496, + 182 + ], + [ + 498, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70559", + "ALAND10": 213036535, + "AWATER10": 1729717, + "GEOID10": "70559", + "ZCTA5CE10": "70559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 500, + 182 + ], + [ + 500, + 180 + ], + [ + 498, + 180 + ], + [ + 498, + 182 + ], + [ + 500, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70525", + "ALAND10": 282124989, + "AWATER10": 421582, + "GEOID10": "70525", + "ZCTA5CE10": "70525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 499, + 181 + ], + [ + 499, + 179 + ], + [ + 497, + 179 + ], + [ + 497, + 181 + ], + [ + 499, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70542", + "ALAND10": 490045336, + "AWATER10": 19909283, + "GEOID10": "70542", + "ZCTA5CE10": "70542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 498, + 178 + ], + [ + 497, + 179 + ], + [ + 498, + 180 + ], + [ + 498, + 178 + ] + ] + ], + [ + [ + [ + 498, + 178 + ], + [ + 498, + 176 + ], + [ + 497, + 177 + ], + [ + 498, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70548", + "ALAND10": 1320999445, + "AWATER10": 73235388, + "GEOID10": "70548", + "ZCTA5CE10": "70548", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 183 + ], + [ + 501, + 181 + ], + [ + 499, + 181 + ], + [ + 499, + 183 + ], + [ + 501, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70570", + "ALAND10": 448523494, + "AWATER10": 1572899, + "GEOID10": "70570", + "ZCTA5CE10": "70570", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 501, + 183 + ], + [ + 501, + 181 + ], + [ + 499, + 181 + ], + [ + 499, + 183 + ], + [ + 501, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70520", + "ALAND10": 101939293, + "AWATER10": 372025, + "GEOID10": "70520", + "ZCTA5CE10": "70520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 185 + ], + [ + 504, + 183 + ], + [ + 502, + 183 + ], + [ + 502, + 185 + ], + [ + 504, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70760", + "ALAND10": 84620491, + "AWATER10": 15234000, + "GEOID10": "70760", + "ZCTA5CE10": "70760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 182 + ], + [ + 504, + 180 + ], + [ + 502, + 180 + ], + [ + 502, + 182 + ], + [ + 504, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70740", + "ALAND10": 225055415, + "AWATER10": 2381952, + "GEOID10": "70740", + "ZCTA5CE10": "70740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 502, + 181 + ], + [ + 502, + 179 + ], + [ + 500, + 179 + ], + [ + 500, + 181 + ], + [ + 502, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70560", + "ALAND10": 522451747, + "AWATER10": 29868724, + "GEOID10": "70560", + "ZCTA5CE10": "70560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 193 + ], + [ + 505, + 191 + ], + [ + 503, + 191 + ], + [ + 503, + 193 + ], + [ + 505, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US71366", + "ALAND10": 424070689, + "AWATER10": 37010297, + "GEOID10": "71366", + "ZCTA5CE10": "71366", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 504, + 191 + ], + [ + 505, + 188 + ], + [ + 502, + 187 + ], + [ + 504, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39120", + "ALAND10": 1232303900, + "AWATER10": 66187435, + "GEOID10": "39120", + "ZCTA5CE10": "39120", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 195 + ], + [ + 508, + 193 + ], + [ + 506, + 193 + ], + [ + 506, + 195 + ], + [ + 508, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39150", + "ALAND10": 588395712, + "AWATER10": 28392667, + "GEOID10": "39150", + "ZCTA5CE10": "39150", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 192 + ], + [ + 507, + 190 + ], + [ + 505, + 190 + ], + [ + 505, + 192 + ], + [ + 507, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39668", + "ALAND10": 299488211, + "AWATER10": 17709, + "GEOID10": "39668", + "ZCTA5CE10": "39668", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 191 + ], + [ + 507, + 189 + ], + [ + 505, + 189 + ], + [ + 505, + 191 + ], + [ + 507, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39661", + "ALAND10": 678899915, + "AWATER10": 966870, + "GEOID10": "39661", + "ZCTA5CE10": "39661", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 190 + ], + [ + 509, + 188 + ], + [ + 507, + 188 + ], + [ + 507, + 190 + ], + [ + 509, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39647", + "ALAND10": 202018142, + "AWATER10": 283565, + "GEOID10": "39647", + "ZCTA5CE10": "39647", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 188 + ], + [ + 504, + 186 + ], + [ + 502, + 186 + ], + [ + 503, + 188 + ], + [ + 505, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39669", + "ALAND10": 1105579759, + "AWATER10": 23165983, + "GEOID10": "39669", + "ZCTA5CE10": "39669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 186 + ], + [ + 506, + 184 + ], + [ + 504, + 184 + ], + [ + 504, + 186 + ], + [ + 506, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70730", + "ALAND10": 178098787, + "AWATER10": 614143, + "GEOID10": "70730", + "ZCTA5CE10": "70730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 189 + ], + [ + 509, + 187 + ], + [ + 507, + 187 + ], + [ + 507, + 189 + ], + [ + 509, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39645", + "ALAND10": 831337250, + "AWATER10": 1861012, + "GEOID10": "39645", + "ZCTA5CE10": "39645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 194 + ], + [ + 508, + 192 + ], + [ + 506, + 192 + ], + [ + 506, + 194 + ], + [ + 508, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39175", + "ALAND10": 629212283, + "AWATER10": 2981997, + "GEOID10": "39175", + "ZCTA5CE10": "39175", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 192 + ], + [ + 509, + 190 + ], + [ + 507, + 190 + ], + [ + 507, + 192 + ], + [ + 509, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39191", + "ALAND10": 570755534, + "AWATER10": 2733762, + "GEOID10": "39191", + "ZCTA5CE10": "39191", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 189 + ], + [ + 511, + 187 + ], + [ + 509, + 187 + ], + [ + 509, + 189 + ], + [ + 511, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39666", + "ALAND10": 403238317, + "AWATER10": 3224770, + "GEOID10": "39666", + "ZCTA5CE10": "39666", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 192 + ], + [ + 512, + 190 + ], + [ + 510, + 190 + ], + [ + 510, + 192 + ], + [ + 512, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39083", + "ALAND10": 853876784, + "AWATER10": 2413587, + "GEOID10": "39083", + "ZCTA5CE10": "39083", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 191 + ], + [ + 509, + 189 + ], + [ + 507, + 189 + ], + [ + 507, + 191 + ], + [ + 509, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39601", + "ALAND10": 683038460, + "AWATER10": 2523670, + "GEOID10": "39601", + "ZCTA5CE10": "39601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 188 + ], + [ + 511, + 186 + ], + [ + 509, + 186 + ], + [ + 509, + 188 + ], + [ + 511, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39652", + "ALAND10": 457833501, + "AWATER10": 749120, + "GEOID10": "39652", + "ZCTA5CE10": "39652", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 187 + ], + [ + 509, + 185 + ], + [ + 507, + 185 + ], + [ + 507, + 187 + ], + [ + 509, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70444", + "ALAND10": 651302934, + "AWATER10": 2397926, + "GEOID10": "70444", + "ZCTA5CE10": "70444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 185 + ], + [ + 507, + 183 + ], + [ + 505, + 183 + ], + [ + 505, + 185 + ], + [ + 507, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70791", + "ALAND10": 312145597, + "AWATER10": 8683860, + "GEOID10": "70791", + "ZCTA5CE10": "70791", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 505, + 183 + ], + [ + 505, + 181 + ], + [ + 503, + 181 + ], + [ + 503, + 183 + ], + [ + 505, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70764", + "ALAND10": 407890042, + "AWATER10": 25921700, + "GEOID10": "70764", + "ZCTA5CE10": "70764", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 507, + 185 + ], + [ + 507, + 183 + ], + [ + 505, + 183 + ], + [ + 505, + 185 + ], + [ + 507, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70770", + "ALAND10": 53451850, + "AWATER10": 0, + "GEOID10": "70770", + "ZCTA5CE10": "70770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 185 + ], + [ + 508, + 183 + ], + [ + 506, + 183 + ], + [ + 506, + 185 + ], + [ + 508, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70785", + "ALAND10": 249056318, + "AWATER10": 125673, + "GEOID10": "70785", + "ZCTA5CE10": "70785", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 508, + 182 + ], + [ + 508, + 180 + ], + [ + 506, + 180 + ], + [ + 506, + 182 + ], + [ + 508, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70754", + "ALAND10": 313549074, + "AWATER10": 987075, + "GEOID10": "70754", + "ZCTA5CE10": "70754", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 506, + 179 + ], + [ + 506, + 177 + ], + [ + 504, + 177 + ], + [ + 504, + 179 + ], + [ + 506, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70390", + "ALAND10": 417488376, + "AWATER10": 1015788, + "GEOID10": "70390", + "ZCTA5CE10": "70390", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 180 + ], + [ + 510, + 178 + ], + [ + 508, + 178 + ], + [ + 508, + 180 + ], + [ + 510, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70301", + "ALAND10": 746069846, + "AWATER10": 19434505, + "GEOID10": "70301", + "ZCTA5CE10": "70301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 185 + ], + [ + 509, + 183 + ], + [ + 507, + 183 + ], + [ + 507, + 185 + ], + [ + 509, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70443", + "ALAND10": 199734440, + "AWATER10": 1538361, + "GEOID10": "70443", + "ZCTA5CE10": "70443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 509, + 183 + ], + [ + 509, + 181 + ], + [ + 507, + 181 + ], + [ + 507, + 183 + ], + [ + 509, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70462", + "ALAND10": 207579677, + "AWATER10": 4443932, + "GEOID10": "70462", + "ZCTA5CE10": "70462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 184 + ], + [ + 513, + 182 + ], + [ + 511, + 182 + ], + [ + 511, + 184 + ], + [ + 513, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70420", + "ALAND10": 132146165, + "AWATER10": 1457472, + "GEOID10": "70420", + "ZCTA5CE10": "70420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 181 + ], + [ + 510, + 179 + ], + [ + 508, + 179 + ], + [ + 508, + 181 + ], + [ + 510, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70068", + "ALAND10": 138814266, + "AWATER10": 6054139, + "GEOID10": "70068", + "ZCTA5CE10": "70068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 178 + ], + [ + 511, + 176 + ], + [ + 509, + 176 + ], + [ + 509, + 178 + ], + [ + 511, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70355", + "ALAND10": 268690997, + "AWATER10": 10917993, + "GEOID10": "70355", + "ZCTA5CE10": "70355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 177 + ], + [ + 511, + 175 + ], + [ + 509, + 175 + ], + [ + 509, + 177 + ], + [ + 511, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70345", + "ALAND10": 240687596, + "AWATER10": 37990154, + "GEOID10": "70345", + "ZCTA5CE10": "70345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 510, + 176 + ], + [ + 510, + 174 + ], + [ + 508, + 174 + ], + [ + 508, + 176 + ], + [ + 510, + 176 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70377", + "ALAND10": 342434650, + "AWATER10": 247902397, + "GEOID10": "70377", + "ZCTA5CE10": "70377", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 175 + ], + [ + 511, + 173 + ], + [ + 509, + 173 + ], + [ + 509, + 175 + ], + [ + 511, + 175 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70357", + "ALAND10": 547796669, + "AWATER10": 644593219, + "GEOID10": "70357", + "ZCTA5CE10": "70357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 308 + ], + [ + 522, + 306 + ], + [ + 520, + 306 + ], + [ + 520, + 308 + ], + [ + 522, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49901", + "ALAND10": 6206198, + "AWATER10": 0, + "GEOID10": "49901", + "ZCTA5CE10": "49901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 308 + ], + [ + 524, + 306 + ], + [ + 522, + 306 + ], + [ + 522, + 308 + ], + [ + 524, + 308 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49945", + "ALAND10": 429646671, + "AWATER10": 43749185, + "GEOID10": "49945", + "ZCTA5CE10": "49945", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 309 + ], + [ + 525, + 307 + ], + [ + 523, + 307 + ], + [ + 523, + 309 + ], + [ + 525, + 309 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49950", + "ALAND10": 462748335, + "AWATER10": 29599641, + "GEOID10": "49950", + "ZCTA5CE10": "49950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 303 + ], + [ + 517, + 304 + ], + [ + 515, + 301 + ], + [ + 514, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49953", + "ALAND10": 1087668808, + "AWATER10": 3162878, + "GEOID10": "49953", + "ZCTA5CE10": "49953", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 302 + ], + [ + 515, + 300 + ], + [ + 513, + 300 + ], + [ + 513, + 302 + ], + [ + 515, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49925", + "ALAND10": 328260767, + "AWATER10": 233527, + "GEOID10": "49925", + "ZCTA5CE10": "49925", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 303 + ], + [ + 513, + 301 + ], + [ + 511, + 301 + ], + [ + 511, + 303 + ], + [ + 513, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49968", + "ALAND10": 648359215, + "AWATER10": 5714817, + "GEOID10": "49968", + "ZCTA5CE10": "49968", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 298 + ], + [ + 514, + 296 + ], + [ + 512, + 296 + ], + [ + 512, + 298 + ], + [ + 514, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54512", + "ALAND10": 198865514, + "AWATER10": 48088422, + "GEOID10": "54512", + "ZCTA5CE10": "54512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 301 + ], + [ + 515, + 300 + ], + [ + 514, + 298 + ], + [ + 513, + 298 + ], + [ + 513, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49947", + "ALAND10": 827675238, + "AWATER10": 38498855, + "GEOID10": "49947", + "ZCTA5CE10": "49947", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 299 + ], + [ + 517, + 297 + ], + [ + 514, + 298 + ], + [ + 514, + 299 + ], + [ + 517, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49969", + "ALAND10": 675796166, + "AWATER10": 61063099, + "GEOID10": "49969", + "ZCTA5CE10": "49969", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 301 + ], + [ + 518, + 299 + ], + [ + 516, + 299 + ], + [ + 516, + 301 + ], + [ + 518, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49948", + "ALAND10": 344278674, + "AWATER10": 1196974, + "GEOID10": "49948", + "ZCTA5CE10": "49948", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 306 + ], + [ + 519, + 304 + ], + [ + 517, + 304 + ], + [ + 517, + 306 + ], + [ + 519, + 306 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49965", + "ALAND10": 536224838, + "AWATER10": 6136503, + "GEOID10": "49965", + "ZCTA5CE10": "49965", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 302 + ], + [ + 520, + 300 + ], + [ + 518, + 300 + ], + [ + 518, + 302 + ], + [ + 520, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49958", + "ALAND10": 313896049, + "AWATER10": 13200697, + "GEOID10": "49958", + "ZCTA5CE10": "49958", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 298 + ], + [ + 517, + 296 + ], + [ + 515, + 296 + ], + [ + 515, + 298 + ], + [ + 517, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54554", + "ALAND10": 224925739, + "AWATER10": 29412576, + "GEOID10": "54554", + "ZCTA5CE10": "54554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 302 + ], + [ + 519, + 301 + ], + [ + 518, + 298 + ], + [ + 516, + 299 + ], + [ + 517, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49967", + "ALAND10": 879300332, + "AWATER10": 18456062, + "GEOID10": "49967", + "ZCTA5CE10": "49967", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 299 + ], + [ + 520, + 297 + ], + [ + 519, + 296 + ], + [ + 517, + 297 + ], + [ + 518, + 299 + ], + [ + 519, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49935", + "ALAND10": 1229697731, + "AWATER10": 33526999, + "GEOID10": "49935", + "ZCTA5CE10": "49935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 297 + ], + [ + 511, + 294 + ], + [ + 509, + 295 + ], + [ + 508, + 294 + ], + [ + 508, + 296 + ], + [ + 512, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54552", + "ALAND10": 901301890, + "AWATER10": 66946402, + "GEOID10": "54552", + "ZCTA5CE10": "54552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 295 + ], + [ + 513, + 293 + ], + [ + 511, + 293 + ], + [ + 511, + 295 + ], + [ + 513, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54538", + "ALAND10": 289795620, + "AWATER10": 64129236, + "GEOID10": "54538", + "ZCTA5CE10": "54538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 296 + ], + [ + 512, + 294 + ], + [ + 510, + 294 + ], + [ + 510, + 296 + ], + [ + 512, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54564", + "ALAND10": 456829128, + "AWATER10": 8604674, + "GEOID10": "54564", + "ZCTA5CE10": "54564", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 294 + ], + [ + 514, + 292 + ], + [ + 513, + 290 + ], + [ + 512, + 291 + ], + [ + 512, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54487", + "ALAND10": 777952388, + "AWATER10": 61367171, + "GEOID10": "54487", + "ZCTA5CE10": "54487", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 297 + ], + [ + 516, + 295 + ], + [ + 514, + 295 + ], + [ + 514, + 297 + ], + [ + 516, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54560", + "ALAND10": 90737921, + "AWATER10": 13408049, + "GEOID10": "54560", + "ZCTA5CE10": "54560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 291 + ], + [ + 514, + 290 + ], + [ + 515, + 289 + ], + [ + 511, + 289 + ], + [ + 511, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54452", + "ALAND10": 1145572992, + "AWATER10": 15798199, + "GEOID10": "54452", + "ZCTA5CE10": "54452", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 289 + ], + [ + 514, + 287 + ], + [ + 512, + 287 + ], + [ + 512, + 289 + ], + [ + 514, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54411", + "ALAND10": 492549525, + "AWATER10": 38895, + "GEOID10": "54411", + "ZCTA5CE10": "54411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 293 + ], + [ + 515, + 291 + ], + [ + 513, + 291 + ], + [ + 513, + 293 + ], + [ + 515, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54435", + "ALAND10": 567960641, + "AWATER10": 8887518, + "GEOID10": "54435", + "ZCTA5CE10": "54435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 294 + ], + [ + 517, + 292 + ], + [ + 515, + 292 + ], + [ + 515, + 294 + ], + [ + 517, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54562", + "ALAND10": 374920294, + "AWATER10": 60656013, + "GEOID10": "54562", + "ZCTA5CE10": "54562", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 296 + ], + [ + 515, + 294 + ], + [ + 513, + 294 + ], + [ + 513, + 296 + ], + [ + 515, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54521", + "ALAND10": 588212788, + "AWATER10": 81310775, + "GEOID10": "54521", + "ZCTA5CE10": "54521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 294 + ], + [ + 517, + 293 + ], + [ + 515, + 292 + ], + [ + 514, + 292 + ], + [ + 514, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54501", + "ALAND10": 946819225, + "AWATER10": 66056957, + "GEOID10": "54501", + "ZCTA5CE10": "54501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 295 + ], + [ + 518, + 293 + ], + [ + 516, + 293 + ], + [ + 516, + 295 + ], + [ + 518, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54511", + "ALAND10": 720735910, + "AWATER10": 10577775, + "GEOID10": "54511", + "ZCTA5CE10": "54511", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 293 + ], + [ + 516, + 291 + ], + [ + 514, + 291 + ], + [ + 514, + 293 + ], + [ + 516, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54463", + "ALAND10": 207842019, + "AWATER10": 17865709, + "GEOID10": "54463", + "ZCTA5CE10": "54463", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 292 + ], + [ + 518, + 290 + ], + [ + 516, + 290 + ], + [ + 516, + 292 + ], + [ + 518, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54465", + "ALAND10": 72780737, + "AWATER10": 10374717, + "GEOID10": "54465", + "ZCTA5CE10": "54465", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 290 + ], + [ + 521, + 288 + ], + [ + 519, + 288 + ], + [ + 519, + 290 + ], + [ + 521, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54491", + "ALAND10": 462609065, + "AWATER10": 9087425, + "GEOID10": "54491", + "ZCTA5CE10": "54491", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 302 + ], + [ + 521, + 300 + ], + [ + 519, + 300 + ], + [ + 519, + 302 + ], + [ + 521, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49970", + "ALAND10": 266711153, + "AWATER10": 2843278, + "GEOID10": "49970", + "ZCTA5CE10": "49970", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 302 + ], + [ + 522, + 300 + ], + [ + 520, + 300 + ], + [ + 520, + 302 + ], + [ + 522, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49946", + "ALAND10": 703526414, + "AWATER10": 67474927, + "GEOID10": "49946", + "ZCTA5CE10": "49946", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 300 + ], + [ + 525, + 298 + ], + [ + 523, + 298 + ], + [ + 523, + 300 + ], + [ + 525, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49814", + "ALAND10": 600940613, + "AWATER10": 22683101, + "GEOID10": "49814", + "ZCTA5CE10": "49814", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 302 + ], + [ + 524, + 300 + ], + [ + 522, + 300 + ], + [ + 522, + 302 + ], + [ + 524, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49861", + "ALAND10": 508620259, + "AWATER10": 36494179, + "GEOID10": "49861", + "ZCTA5CE10": "49861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 298 + ], + [ + 522, + 295 + ], + [ + 520, + 296 + ], + [ + 519, + 298 + ], + [ + 521, + 298 + ], + [ + 522, + 299 + ], + [ + 522, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49920", + "ALAND10": 1095083355, + "AWATER10": 63967027, + "GEOID10": "49920", + "ZCTA5CE10": "49920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 299 + ], + [ + 520, + 297 + ], + [ + 518, + 297 + ], + [ + 518, + 299 + ], + [ + 520, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49903", + "ALAND10": 480152348, + "AWATER10": 8533463, + "GEOID10": "49903", + "ZCTA5CE10": "49903", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 298 + ], + [ + 525, + 296 + ], + [ + 523, + 296 + ], + [ + 523, + 298 + ], + [ + 525, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49815", + "ALAND10": 303671573, + "AWATER10": 5237697, + "GEOID10": "49815", + "ZCTA5CE10": "49815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 303 + ], + [ + 526, + 301 + ], + [ + 524, + 301 + ], + [ + 524, + 303 + ], + [ + 526, + 303 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49808", + "ALAND10": 418390545, + "AWATER10": 144667971, + "GEOID10": "49808", + "ZCTA5CE10": "49808", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 300 + ], + [ + 525, + 298 + ], + [ + 523, + 298 + ], + [ + 524, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49849", + "ALAND10": 737360674, + "AWATER10": 34167982, + "GEOID10": "49849", + "ZCTA5CE10": "49849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 304 + ], + [ + 525, + 302 + ], + [ + 523, + 302 + ], + [ + 523, + 304 + ], + [ + 525, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49855", + "ALAND10": 520017832, + "AWATER10": 104735820, + "GEOID10": "49855", + "ZCTA5CE10": "49855", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 301 + ], + [ + 527, + 299 + ], + [ + 525, + 299 + ], + [ + 525, + 301 + ], + [ + 527, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49841", + "ALAND10": 496758228, + "AWATER10": 11312936, + "GEOID10": "49841", + "ZCTA5CE10": "49841", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 296 + ], + [ + 522, + 294 + ], + [ + 520, + 294 + ], + [ + 520, + 296 + ], + [ + 522, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54542", + "ALAND10": 688108241, + "AWATER10": 11107048, + "GEOID10": "54542", + "ZCTA5CE10": "54542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 297 + ], + [ + 521, + 295 + ], + [ + 519, + 295 + ], + [ + 519, + 297 + ], + [ + 521, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54121", + "ALAND10": 676983583, + "AWATER10": 15004933, + "GEOID10": "54121", + "ZCTA5CE10": "54121", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 297 + ], + [ + 523, + 295 + ], + [ + 521, + 295 + ], + [ + 521, + 297 + ], + [ + 523, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49881", + "ALAND10": 120347828, + "AWATER10": 882120, + "GEOID10": "49881", + "ZCTA5CE10": "49881", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 293 + ], + [ + 521, + 291 + ], + [ + 519, + 291 + ], + [ + 519, + 293 + ], + [ + 521, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54541", + "ALAND10": 347177102, + "AWATER10": 7789751, + "GEOID10": "54541", + "ZCTA5CE10": "54541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 290 + ], + [ + 520, + 288 + ], + [ + 518, + 288 + ], + [ + 518, + 290 + ], + [ + 520, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54175", + "ALAND10": 140500562, + "AWATER10": 10970683, + "GEOID10": "54175", + "ZCTA5CE10": "54175", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 290 + ], + [ + 525, + 288 + ], + [ + 523, + 288 + ], + [ + 523, + 290 + ], + [ + 525, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54114", + "ALAND10": 635793710, + "AWATER10": 25280005, + "GEOID10": "54114", + "ZCTA5CE10": "54114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 291 + ], + [ + 524, + 289 + ], + [ + 522, + 289 + ], + [ + 522, + 291 + ], + [ + 524, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54104", + "ALAND10": 527083968, + "AWATER10": 5914212, + "GEOID10": "54104", + "ZCTA5CE10": "54104", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 297 + ], + [ + 525, + 295 + ], + [ + 523, + 295 + ], + [ + 523, + 297 + ], + [ + 525, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49877", + "ALAND10": 314875958, + "AWATER10": 1105993, + "GEOID10": "49877", + "ZCTA5CE10": "49877", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 296 + ], + [ + 526, + 294 + ], + [ + 524, + 294 + ], + [ + 524, + 296 + ], + [ + 526, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49834", + "ALAND10": 93414763, + "AWATER10": 1696444, + "GEOID10": "49834", + "ZCTA5CE10": "49834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 295 + ], + [ + 526, + 293 + ], + [ + 524, + 293 + ], + [ + 524, + 295 + ], + [ + 526, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49873", + "ALAND10": 435231947, + "AWATER10": 738048, + "GEOID10": "49873", + "ZCTA5CE10": "49873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 294 + ], + [ + 526, + 292 + ], + [ + 524, + 292 + ], + [ + 524, + 294 + ], + [ + 526, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49812", + "ALAND10": 184733924, + "AWATER10": 69400, + "GEOID10": "49812", + "ZCTA5CE10": "49812", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 296 + ], + [ + 529, + 294 + ], + [ + 527, + 294 + ], + [ + 527, + 296 + ], + [ + 529, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49818", + "ALAND10": 466121553, + "AWATER10": 3144572, + "GEOID10": "49818", + "ZCTA5CE10": "49818", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 295 + ], + [ + 527, + 293 + ], + [ + 525, + 293 + ], + [ + 525, + 295 + ], + [ + 527, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49886", + "ALAND10": 40294083, + "AWATER10": 0, + "GEOID10": "49886", + "ZCTA5CE10": "49886", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 293 + ], + [ + 525, + 291 + ], + [ + 523, + 291 + ], + [ + 523, + 293 + ], + [ + 525, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54102", + "ALAND10": 254503627, + "AWATER10": 4768202, + "GEOID10": "54102", + "ZCTA5CE10": "54102", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 292 + ], + [ + 525, + 290 + ], + [ + 523, + 290 + ], + [ + 523, + 292 + ], + [ + 525, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49887", + "ALAND10": 556122986, + "AWATER10": 35533034, + "GEOID10": "49887", + "ZCTA5CE10": "49887", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 290 + ], + [ + 526, + 288 + ], + [ + 524, + 288 + ], + [ + 524, + 290 + ], + [ + 526, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49858", + "ALAND10": 222280084, + "AWATER10": 20411997, + "GEOID10": "49858", + "ZCTA5CE10": "49858", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 301 + ], + [ + 528, + 299 + ], + [ + 526, + 299 + ], + [ + 526, + 301 + ], + [ + 528, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49885", + "ALAND10": 381392153, + "AWATER10": 2308317, + "GEOID10": "49885", + "ZCTA5CE10": "49885", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 300 + ], + [ + 530, + 298 + ], + [ + 528, + 298 + ], + [ + 528, + 300 + ], + [ + 530, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49891", + "ALAND10": 220667215, + "AWATER10": 994739, + "GEOID10": "49891", + "ZCTA5CE10": "49891", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 300 + ], + [ + 533, + 297 + ], + [ + 531, + 299 + ], + [ + 532, + 300 + ], + [ + 534, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49884", + "ALAND10": 729264896, + "AWATER10": 28682811, + "GEOID10": "49884", + "ZCTA5CE10": "49884", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 302 + ], + [ + 533, + 300 + ], + [ + 531, + 300 + ], + [ + 531, + 302 + ], + [ + 533, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49839", + "ALAND10": 359542993, + "AWATER10": 59234070, + "GEOID10": "49839", + "ZCTA5CE10": "49839", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 302 + ], + [ + 539, + 298 + ], + [ + 536, + 298 + ], + [ + 535, + 302 + ], + [ + 539, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49868", + "ALAND10": 1825956709, + "AWATER10": 95470883, + "GEOID10": "49868", + "ZCTA5CE10": "49868", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 299 + ], + [ + 535, + 297 + ], + [ + 533, + 297 + ], + [ + 533, + 299 + ], + [ + 535, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49883", + "ALAND10": 696715787, + "AWATER10": 24240004, + "GEOID10": "49883", + "ZCTA5CE10": "49883", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 298 + ], + [ + 537, + 296 + ], + [ + 535, + 296 + ], + [ + 535, + 298 + ], + [ + 537, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49838", + "ALAND10": 361172577, + "AWATER10": 13940566, + "GEOID10": "49838", + "ZCTA5CE10": "49838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 297 + ], + [ + 531, + 295 + ], + [ + 529, + 293 + ], + [ + 528, + 297 + ], + [ + 529, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49878", + "ALAND10": 1209817558, + "AWATER10": 91655494, + "GEOID10": "49878", + "ZCTA5CE10": "49878", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 297 + ], + [ + 532, + 295 + ], + [ + 530, + 295 + ], + [ + 530, + 297 + ], + [ + 532, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49895", + "ALAND10": 566347350, + "AWATER10": 20235512, + "GEOID10": "49895", + "ZCTA5CE10": "49895", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 297 + ], + [ + 533, + 295 + ], + [ + 531, + 295 + ], + [ + 531, + 297 + ], + [ + 533, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49817", + "ALAND10": 237722140, + "AWATER10": 1225422, + "GEOID10": "49817", + "ZCTA5CE10": "49817", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 299 + ], + [ + 534, + 296 + ], + [ + 532, + 294 + ], + [ + 531, + 299 + ], + [ + 533, + 297 + ], + [ + 534, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49854", + "ALAND10": 1343083926, + "AWATER10": 91919586, + "GEOID10": "49854", + "ZCTA5CE10": "49854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 301 + ], + [ + 537, + 299 + ], + [ + 535, + 299 + ], + [ + 535, + 301 + ], + [ + 537, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49853", + "ALAND10": 439206386, + "AWATER10": 28050002, + "GEOID10": "49853", + "ZCTA5CE10": "49853", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 298 + ], + [ + 537, + 296 + ], + [ + 535, + 296 + ], + [ + 535, + 298 + ], + [ + 537, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49827", + "ALAND10": 266278841, + "AWATER10": 5053421, + "GEOID10": "49827", + "ZCTA5CE10": "49827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 297 + ], + [ + 537, + 295 + ], + [ + 535, + 295 + ], + [ + 535, + 297 + ], + [ + 537, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49762", + "ALAND10": 566630629, + "AWATER10": 230977630, + "GEOID10": "49762", + "ZCTA5CE10": "49762", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 302 + ], + [ + 540, + 300 + ], + [ + 538, + 300 + ], + [ + 538, + 302 + ], + [ + 540, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49728", + "ALAND10": 463887410, + "AWATER10": 69150691, + "GEOID10": "49728", + "ZCTA5CE10": "49728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 299 + ], + [ + 543, + 298 + ], + [ + 542, + 296 + ], + [ + 540, + 298 + ], + [ + 541, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49780", + "ALAND10": 775538243, + "AWATER10": 8087204, + "GEOID10": "49780", + "ZCTA5CE10": "49780", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 297 + ], + [ + 540, + 295 + ], + [ + 538, + 295 + ], + [ + 538, + 297 + ], + [ + 540, + 297 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49760", + "ALAND10": 371907513, + "AWATER10": 22826574, + "GEOID10": "49760", + "ZCTA5CE10": "49760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 300 + ], + [ + 543, + 298 + ], + [ + 541, + 298 + ], + [ + 541, + 300 + ], + [ + 543, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49752", + "ALAND10": 66380707, + "AWATER10": 770598, + "GEOID10": "49752", + "ZCTA5CE10": "49752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 290 + ], + [ + 539, + 288 + ], + [ + 537, + 288 + ], + [ + 537, + 290 + ], + [ + 539, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49648", + "ALAND10": 68910852, + "AWATER10": 58115617, + "GEOID10": "49648", + "ZCTA5CE10": "49648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 296 + ], + [ + 543, + 294 + ], + [ + 541, + 294 + ], + [ + 541, + 296 + ], + [ + 543, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49781", + "ALAND10": 203698504, + "AWATER10": 57300893, + "GEOID10": "49781", + "ZCTA5CE10": "49781", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 295 + ], + [ + 543, + 293 + ], + [ + 541, + 293 + ], + [ + 541, + 295 + ], + [ + 543, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49721", + "ALAND10": 669794249, + "AWATER10": 95176678, + "GEOID10": "49721", + "ZCTA5CE10": "49721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 295 + ], + [ + 545, + 293 + ], + [ + 543, + 293 + ], + [ + 543, + 295 + ], + [ + 545, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49775", + "ALAND10": 90947008, + "AWATER10": 34427376, + "GEOID10": "49775", + "ZCTA5CE10": "49775", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 292 + ], + [ + 540, + 290 + ], + [ + 538, + 290 + ], + [ + 538, + 292 + ], + [ + 540, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49770", + "ALAND10": 284061079, + "AWATER10": 37444859, + "GEOID10": "49770", + "ZCTA5CE10": "49770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 291 + ], + [ + 543, + 289 + ], + [ + 541, + 289 + ], + [ + 541, + 291 + ], + [ + 543, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49749", + "ALAND10": 188235731, + "AWATER10": 36491101, + "GEOID10": "49749", + "ZCTA5CE10": "49749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 290 + ], + [ + 542, + 288 + ], + [ + 540, + 288 + ], + [ + 540, + 290 + ], + [ + 542, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49795", + "ALAND10": 338309394, + "AWATER10": 2168827, + "GEOID10": "49795", + "ZCTA5CE10": "49795", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 291 + ], + [ + 542, + 289 + ], + [ + 540, + 289 + ], + [ + 540, + 291 + ], + [ + 542, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49799", + "ALAND10": 286252320, + "AWATER10": 3516362, + "GEOID10": "49799", + "ZCTA5CE10": "49799", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 289 + ], + [ + 514, + 287 + ], + [ + 512, + 287 + ], + [ + 512, + 289 + ], + [ + 514, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54401", + "ALAND10": 215544450, + "AWATER10": 4639590, + "GEOID10": "54401", + "ZCTA5CE10": "54401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 287 + ], + [ + 513, + 285 + ], + [ + 511, + 285 + ], + [ + 511, + 287 + ], + [ + 513, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54455", + "ALAND10": 596377283, + "AWATER10": 50287543, + "GEOID10": "54455", + "ZCTA5CE10": "54455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 288 + ], + [ + 515, + 286 + ], + [ + 513, + 286 + ], + [ + 513, + 288 + ], + [ + 515, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54403", + "ALAND10": 346635770, + "AWATER10": 2695416, + "GEOID10": "54403", + "ZCTA5CE10": "54403", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 286 + ], + [ + 514, + 284 + ], + [ + 512, + 284 + ], + [ + 512, + 286 + ], + [ + 514, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54443", + "ALAND10": 234940466, + "AWATER10": 9263883, + "GEOID10": "54443", + "ZCTA5CE10": "54443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 286 + ], + [ + 514, + 284 + ], + [ + 512, + 284 + ], + [ + 512, + 286 + ], + [ + 514, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54482", + "ALAND10": 236713732, + "AWATER10": 7242824, + "GEOID10": "54482", + "ZCTA5CE10": "54482", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 282 + ], + [ + 516, + 280 + ], + [ + 514, + 280 + ], + [ + 514, + 282 + ], + [ + 516, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54909", + "ALAND10": 248614156, + "AWATER10": 1393585, + "GEOID10": "54909", + "ZCTA5CE10": "54909", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 288 + ], + [ + 516, + 286 + ], + [ + 514, + 286 + ], + [ + 514, + 288 + ], + [ + 516, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54440", + "ALAND10": 219101869, + "AWATER10": 2920226, + "GEOID10": "54440", + "ZCTA5CE10": "54440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 289 + ], + [ + 518, + 287 + ], + [ + 516, + 287 + ], + [ + 516, + 289 + ], + [ + 518, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54409", + "ALAND10": 549605833, + "AWATER10": 3082579, + "GEOID10": "54409", + "ZCTA5CE10": "54409", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 288 + ], + [ + 518, + 286 + ], + [ + 516, + 286 + ], + [ + 516, + 288 + ], + [ + 518, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54499", + "ALAND10": 292104455, + "AWATER10": 1408065, + "GEOID10": "54499", + "ZCTA5CE10": "54499", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 286 + ], + [ + 518, + 284 + ], + [ + 516, + 284 + ], + [ + 516, + 286 + ], + [ + 518, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54486", + "ALAND10": 318480559, + "AWATER10": 716581, + "GEOID10": "54486", + "ZCTA5CE10": "54486", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 286 + ], + [ + 521, + 284 + ], + [ + 519, + 284 + ], + [ + 519, + 286 + ], + [ + 521, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54929", + "ALAND10": 309083227, + "AWATER10": 4570754, + "GEOID10": "54929", + "ZCTA5CE10": "54929", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 285 + ], + [ + 518, + 283 + ], + [ + 516, + 283 + ], + [ + 516, + 285 + ], + [ + 518, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54945", + "ALAND10": 272034447, + "AWATER10": 3909518, + "GEOID10": "54945", + "ZCTA5CE10": "54945", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 280 + ], + [ + 518, + 278 + ], + [ + 516, + 278 + ], + [ + 516, + 280 + ], + [ + 518, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54923", + "ALAND10": 350570505, + "AWATER10": 16424906, + "GEOID10": "54923", + "ZCTA5CE10": "54923", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 285 + ], + [ + 519, + 283 + ], + [ + 517, + 283 + ], + [ + 517, + 285 + ], + [ + 519, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54922", + "ALAND10": 122997954, + "AWATER10": 690873, + "GEOID10": "54922", + "ZCTA5CE10": "54922", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 283 + ], + [ + 519, + 281 + ], + [ + 517, + 281 + ], + [ + 517, + 283 + ], + [ + 519, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54947", + "ALAND10": 120407598, + "AWATER10": 1013850, + "GEOID10": "54947", + "ZCTA5CE10": "54947", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 279 + ], + [ + 513, + 277 + ], + [ + 511, + 277 + ], + [ + 511, + 279 + ], + [ + 513, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53934", + "ALAND10": 312038082, + "AWATER10": 20459889, + "GEOID10": "53934", + "ZCTA5CE10": "53934", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 279 + ], + [ + 513, + 277 + ], + [ + 511, + 277 + ], + [ + 511, + 279 + ], + [ + 513, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53944", + "ALAND10": 201076639, + "AWATER10": 5135425, + "GEOID10": "53944", + "ZCTA5CE10": "53944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 279 + ], + [ + 515, + 277 + ], + [ + 513, + 277 + ], + [ + 513, + 279 + ], + [ + 515, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53952", + "ALAND10": 245038020, + "AWATER10": 2991389, + "GEOID10": "53952", + "ZCTA5CE10": "53952", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 281 + ], + [ + 517, + 279 + ], + [ + 515, + 279 + ], + [ + 515, + 281 + ], + [ + 517, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54960", + "ALAND10": 271369385, + "AWATER10": 4184045, + "GEOID10": "54960", + "ZCTA5CE10": "54960", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 277 + ], + [ + 513, + 275 + ], + [ + 511, + 275 + ], + [ + 511, + 277 + ], + [ + 513, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53961", + "ALAND10": 62091611, + "AWATER10": 963842, + "GEOID10": "53961", + "ZCTA5CE10": "53961", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 274 + ], + [ + 512, + 272 + ], + [ + 510, + 272 + ], + [ + 510, + 274 + ], + [ + 512, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53583", + "ALAND10": 197458833, + "AWATER10": 9421762, + "GEOID10": "53583", + "ZCTA5CE10": "53583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 276 + ], + [ + 515, + 274 + ], + [ + 513, + 274 + ], + [ + 513, + 276 + ], + [ + 515, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53955", + "ALAND10": 191571789, + "AWATER10": 14468968, + "GEOID10": "53955", + "ZCTA5CE10": "53955", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 273 + ], + [ + 514, + 271 + ], + [ + 512, + 271 + ], + [ + 512, + 273 + ], + [ + 514, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53528", + "ALAND10": 121060524, + "AWATER10": 911419, + "GEOID10": "53528", + "ZCTA5CE10": "53528", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 281 + ], + [ + 516, + 279 + ], + [ + 514, + 279 + ], + [ + 514, + 281 + ], + [ + 516, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54982", + "ALAND10": 322125596, + "AWATER10": 7419012, + "GEOID10": "54982", + "ZCTA5CE10": "54982", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 278 + ], + [ + 518, + 276 + ], + [ + 516, + 276 + ], + [ + 516, + 278 + ], + [ + 518, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53939", + "ALAND10": 1349547, + "AWATER10": 546494, + "GEOID10": "53939", + "ZCTA5CE10": "53939", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 281 + ], + [ + 520, + 279 + ], + [ + 518, + 279 + ], + [ + 518, + 281 + ], + [ + 520, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54963", + "ALAND10": 198257958, + "AWATER10": 7178965, + "GEOID10": "54963", + "ZCTA5CE10": "54963", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 279 + ], + [ + 520, + 277 + ], + [ + 518, + 277 + ], + [ + 518, + 279 + ], + [ + 520, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53919", + "ALAND10": 178152629, + "AWATER10": 897930, + "GEOID10": "53919", + "ZCTA5CE10": "53919", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 276 + ], + [ + 518, + 274 + ], + [ + 516, + 274 + ], + [ + 516, + 276 + ], + [ + 518, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53956", + "ALAND10": 203521572, + "AWATER10": 2075743, + "GEOID10": "53956", + "ZCTA5CE10": "53956", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 273 + ], + [ + 518, + 271 + ], + [ + 516, + 271 + ], + [ + 516, + 273 + ], + [ + 518, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53559", + "ALAND10": 164852728, + "AWATER10": 1711036, + "GEOID10": "53559", + "ZCTA5CE10": "53559", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 276 + ], + [ + 519, + 274 + ], + [ + 517, + 274 + ], + [ + 517, + 276 + ], + [ + 519, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53579", + "ALAND10": 110949666, + "AWATER10": 1958728, + "GEOID10": "53579", + "ZCTA5CE10": "53579", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 274 + ], + [ + 520, + 272 + ], + [ + 518, + 272 + ], + [ + 518, + 274 + ], + [ + 520, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53036", + "ALAND10": 69389099, + "AWATER10": 1369180, + "GEOID10": "53036", + "ZCTA5CE10": "53036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 287 + ], + [ + 522, + 285 + ], + [ + 520, + 285 + ], + [ + 520, + 287 + ], + [ + 522, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54111", + "ALAND10": 136560208, + "AWATER10": 5155111, + "GEOID10": "54111", + "ZCTA5CE10": "54111", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 287 + ], + [ + 523, + 285 + ], + [ + 521, + 285 + ], + [ + 521, + 287 + ], + [ + 523, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54162", + "ALAND10": 295382208, + "AWATER10": 247646, + "GEOID10": "54162", + "ZCTA5CE10": "54162", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 287 + ], + [ + 523, + 285 + ], + [ + 521, + 285 + ], + [ + 521, + 287 + ], + [ + 523, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54153", + "ALAND10": 261711166, + "AWATER10": 14699688, + "GEOID10": "54153", + "ZCTA5CE10": "54153", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 285 + ], + [ + 522, + 283 + ], + [ + 520, + 283 + ], + [ + 520, + 285 + ], + [ + 522, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54106", + "ALAND10": 237298575, + "AWATER10": 602093, + "GEOID10": "54106", + "ZCTA5CE10": "54106", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 283 + ], + [ + 521, + 281 + ], + [ + 519, + 281 + ], + [ + 519, + 283 + ], + [ + 521, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54956", + "ALAND10": 158852096, + "AWATER10": 1710826, + "GEOID10": "54956", + "ZCTA5CE10": "54956", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 285 + ], + [ + 522, + 283 + ], + [ + 520, + 283 + ], + [ + 520, + 285 + ], + [ + 522, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54115", + "ALAND10": 324921127, + "AWATER10": 6018589, + "GEOID10": "54115", + "ZCTA5CE10": "54115", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 282 + ], + [ + 522, + 280 + ], + [ + 520, + 280 + ], + [ + 520, + 282 + ], + [ + 522, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54129", + "ALAND10": 187551083, + "AWATER10": 720433, + "GEOID10": "54129", + "ZCTA5CE10": "54129", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 286 + ], + [ + 525, + 284 + ], + [ + 523, + 284 + ], + [ + 523, + 286 + ], + [ + 525, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54204", + "ALAND10": 123315312, + "AWATER10": 40417, + "GEOID10": "54204", + "ZCTA5CE10": "54204", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 286 + ], + [ + 527, + 284 + ], + [ + 525, + 284 + ], + [ + 525, + 286 + ], + [ + 527, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54235", + "ALAND10": 497663553, + "AWATER10": 36386802, + "GEOID10": "54235", + "ZCTA5CE10": "54235", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 287 + ], + [ + 526, + 285 + ], + [ + 524, + 285 + ], + [ + 524, + 287 + ], + [ + 526, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54217", + "ALAND10": 292310885, + "AWATER10": 3020557, + "GEOID10": "54217", + "ZCTA5CE10": "54217", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 282 + ], + [ + 525, + 280 + ], + [ + 523, + 280 + ], + [ + 523, + 282 + ], + [ + 525, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54230", + "ALAND10": 284381005, + "AWATER10": 2685349, + "GEOID10": "54230", + "ZCTA5CE10": "54230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 283 + ], + [ + 526, + 281 + ], + [ + 524, + 281 + ], + [ + 524, + 283 + ], + [ + 526, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US54228", + "ALAND10": 104126199, + "AWATER10": 616329, + "GEOID10": "54228", + "ZCTA5CE10": "54228", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 278 + ], + [ + 521, + 276 + ], + [ + 519, + 276 + ], + [ + 519, + 278 + ], + [ + 521, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53006", + "ALAND10": 106388178, + "AWATER10": 532339, + "GEOID10": "53006", + "ZCTA5CE10": "53006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 280 + ], + [ + 522, + 278 + ], + [ + 520, + 278 + ], + [ + 520, + 280 + ], + [ + 522, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53057", + "ALAND10": 85341225, + "AWATER10": 1180180, + "GEOID10": "53057", + "ZCTA5CE10": "53057", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 280 + ], + [ + 525, + 278 + ], + [ + 523, + 278 + ], + [ + 523, + 280 + ], + [ + 525, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53073", + "ALAND10": 210968747, + "AWATER10": 2292173, + "GEOID10": "53073", + "ZCTA5CE10": "53073", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 275 + ], + [ + 521, + 273 + ], + [ + 519, + 273 + ], + [ + 519, + 275 + ], + [ + 521, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53078", + "ALAND10": 87389642, + "AWATER10": 628333, + "GEOID10": "53078", + "ZCTA5CE10": "53078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 274 + ], + [ + 522, + 272 + ], + [ + 520, + 272 + ], + [ + 520, + 274 + ], + [ + 522, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53027", + "ALAND10": 239087626, + "AWATER10": 2977413, + "GEOID10": "53027", + "ZCTA5CE10": "53027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 274 + ], + [ + 522, + 272 + ], + [ + 520, + 272 + ], + [ + 520, + 274 + ], + [ + 522, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53089", + "ALAND10": 70448276, + "AWATER10": 724586, + "GEOID10": "53089", + "ZCTA5CE10": "53089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 276 + ], + [ + 524, + 274 + ], + [ + 522, + 274 + ], + [ + 522, + 276 + ], + [ + 524, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53090", + "ALAND10": 145206108, + "AWATER10": 1502058, + "GEOID10": "53090", + "ZCTA5CE10": "53090", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 274 + ], + [ + 524, + 272 + ], + [ + 522, + 272 + ], + [ + 522, + 274 + ], + [ + 524, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53209", + "ALAND10": 28179116, + "AWATER10": 176761, + "GEOID10": "53209", + "ZCTA5CE10": "53209", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 274 + ], + [ + 513, + 272 + ], + [ + 511, + 272 + ], + [ + 511, + 274 + ], + [ + 513, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53507", + "ALAND10": 163014380, + "AWATER10": 63154, + "GEOID10": "53507", + "ZCTA5CE10": "53507", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 271 + ], + [ + 512, + 269 + ], + [ + 510, + 269 + ], + [ + 510, + 271 + ], + [ + 512, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53516", + "ALAND10": 215574605, + "AWATER10": 55767, + "GEOID10": "53516", + "ZCTA5CE10": "53516", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 273 + ], + [ + 516, + 271 + ], + [ + 514, + 271 + ], + [ + 514, + 273 + ], + [ + 516, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53575", + "ALAND10": 141537298, + "AWATER10": 1387168, + "GEOID10": "53575", + "ZCTA5CE10": "53575", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 271 + ], + [ + 515, + 269 + ], + [ + 513, + 269 + ], + [ + 513, + 271 + ], + [ + 515, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53502", + "ALAND10": 132600223, + "AWATER10": 328309, + "GEOID10": "53502", + "ZCTA5CE10": "53502", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 268 + ], + [ + 514, + 266 + ], + [ + 512, + 266 + ], + [ + 512, + 268 + ], + [ + 514, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61062", + "ALAND10": 191249645, + "AWATER10": 23705, + "GEOID10": "61062", + "ZCTA5CE10": "61062", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 268 + ], + [ + 514, + 266 + ], + [ + 512, + 266 + ], + [ + 512, + 268 + ], + [ + 514, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61048", + "ALAND10": 215704094, + "AWATER10": 214731, + "GEOID10": "61048", + "ZCTA5CE10": "61048", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 269 + ], + [ + 514, + 267 + ], + [ + 512, + 267 + ], + [ + 512, + 269 + ], + [ + 514, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61032", + "ALAND10": 383349774, + "AWATER10": 392531, + "GEOID10": "61032", + "ZCTA5CE10": "61032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 266 + ], + [ + 517, + 264 + ], + [ + 515, + 264 + ], + [ + 515, + 266 + ], + [ + 517, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61047", + "ALAND10": 172278303, + "AWATER10": 0, + "GEOID10": "61047", + "ZCTA5CE10": "61047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 273 + ], + [ + 517, + 271 + ], + [ + 515, + 271 + ], + [ + 515, + 273 + ], + [ + 517, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53531", + "ALAND10": 109629389, + "AWATER10": 186114, + "GEOID10": "53531", + "ZCTA5CE10": "53531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 270 + ], + [ + 518, + 268 + ], + [ + 516, + 268 + ], + [ + 516, + 270 + ], + [ + 518, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53548", + "ALAND10": 185011445, + "AWATER10": 1984332, + "GEOID10": "53548", + "ZCTA5CE10": "53548", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 270 + ], + [ + 519, + 268 + ], + [ + 517, + 268 + ], + [ + 517, + 270 + ], + [ + 519, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53511", + "ALAND10": 286235081, + "AWATER10": 3571672, + "GEOID10": "53511", + "ZCTA5CE10": "53511", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 272 + ], + [ + 521, + 270 + ], + [ + 519, + 270 + ], + [ + 519, + 272 + ], + [ + 521, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53190", + "ALAND10": 347821980, + "AWATER10": 5263191, + "GEOID10": "53190", + "ZCTA5CE10": "53190", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 269 + ], + [ + 518, + 267 + ], + [ + 516, + 267 + ], + [ + 516, + 269 + ], + [ + 518, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61072", + "ALAND10": 136026657, + "AWATER10": 2668346, + "GEOID10": "61072", + "ZCTA5CE10": "61072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 267 + ], + [ + 518, + 265 + ], + [ + 516, + 265 + ], + [ + 516, + 267 + ], + [ + 518, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61102", + "ALAND10": 89196910, + "AWATER10": 2709320, + "GEOID10": "61102", + "ZCTA5CE10": "61102", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 265 + ], + [ + 519, + 263 + ], + [ + 517, + 263 + ], + [ + 517, + 265 + ], + [ + 519, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61068", + "ALAND10": 304530546, + "AWATER10": 422300, + "GEOID10": "61068", + "ZCTA5CE10": "61068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 268 + ], + [ + 519, + 266 + ], + [ + 517, + 266 + ], + [ + 517, + 268 + ], + [ + 519, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61008", + "ALAND10": 223660121, + "AWATER10": 1478444, + "GEOID10": "61008", + "ZCTA5CE10": "61008", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 261 + ], + [ + 511, + 259 + ], + [ + 509, + 259 + ], + [ + 509, + 261 + ], + [ + 511, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61254", + "ALAND10": 447720416, + "AWATER10": 1985244, + "GEOID10": "61254", + "ZCTA5CE10": "61254", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 263 + ], + [ + 514, + 261 + ], + [ + 512, + 261 + ], + [ + 512, + 263 + ], + [ + 514, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61081", + "ALAND10": 319927981, + "AWATER10": 5405999, + "GEOID10": "61081", + "ZCTA5CE10": "61081", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 265 + ], + [ + 515, + 263 + ], + [ + 513, + 263 + ], + [ + 513, + 265 + ], + [ + 515, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61021", + "ALAND10": 388006641, + "AWATER10": 8530863, + "GEOID10": "61021", + "ZCTA5CE10": "61021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 260 + ], + [ + 517, + 258 + ], + [ + 515, + 258 + ], + [ + 515, + 260 + ], + [ + 517, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61356", + "ALAND10": 460200223, + "AWATER10": 2139761, + "GEOID10": "61356", + "ZCTA5CE10": "61356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 260 + ], + [ + 514, + 258 + ], + [ + 512, + 258 + ], + [ + 512, + 260 + ], + [ + 514, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61361", + "ALAND10": 220539646, + "AWATER10": 702635, + "GEOID10": "61361", + "ZCTA5CE10": "61361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 259 + ], + [ + 514, + 257 + ], + [ + 512, + 257 + ], + [ + 512, + 259 + ], + [ + 514, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61345", + "ALAND10": 127168922, + "AWATER10": 219551, + "GEOID10": "61345", + "ZCTA5CE10": "61345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 261 + ], + [ + 516, + 259 + ], + [ + 514, + 259 + ], + [ + 514, + 261 + ], + [ + 516, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61349", + "ALAND10": 171135536, + "AWATER10": 105347, + "GEOID10": "61349", + "ZCTA5CE10": "61349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 258 + ], + [ + 516, + 256 + ], + [ + 514, + 256 + ], + [ + 514, + 258 + ], + [ + 516, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61565", + "ALAND10": 170596855, + "AWATER10": 8750493, + "GEOID10": "61565", + "ZCTA5CE10": "61565", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 265 + ], + [ + 517, + 263 + ], + [ + 515, + 263 + ], + [ + 515, + 265 + ], + [ + 517, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61006", + "ALAND10": 179854264, + "AWATER10": 186160, + "GEOID10": "61006", + "ZCTA5CE10": "61006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 262 + ], + [ + 517, + 260 + ], + [ + 515, + 260 + ], + [ + 515, + 262 + ], + [ + 517, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61342", + "ALAND10": 272059807, + "AWATER10": 367549, + "GEOID10": "61342", + "ZCTA5CE10": "61342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 265 + ], + [ + 519, + 263 + ], + [ + 517, + 263 + ], + [ + 517, + 265 + ], + [ + 519, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60178", + "ALAND10": 179553570, + "AWATER10": 1415991, + "GEOID10": "60178", + "ZCTA5CE10": "60178", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 263 + ], + [ + 520, + 261 + ], + [ + 518, + 261 + ], + [ + 518, + 263 + ], + [ + 520, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60520", + "ALAND10": 116376085, + "AWATER10": 399190, + "GEOID10": "60520", + "ZCTA5CE10": "60520", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 260 + ], + [ + 519, + 258 + ], + [ + 517, + 258 + ], + [ + 517, + 260 + ], + [ + 519, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61373", + "ALAND10": 125700149, + "AWATER10": 1153899, + "GEOID10": "61373", + "ZCTA5CE10": "61373", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 258 + ], + [ + 517, + 256 + ], + [ + 515, + 256 + ], + [ + 515, + 258 + ], + [ + 517, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61377", + "ALAND10": 141435007, + "AWATER10": 95387, + "GEOID10": "61377", + "ZCTA5CE10": "61377", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 261 + ], + [ + 520, + 259 + ], + [ + 518, + 259 + ], + [ + 518, + 261 + ], + [ + 520, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61350", + "ALAND10": 398081821, + "AWATER10": 13764694, + "GEOID10": "61350", + "ZCTA5CE10": "61350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 258 + ], + [ + 519, + 256 + ], + [ + 517, + 256 + ], + [ + 517, + 258 + ], + [ + 519, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61319", + "ALAND10": 128654328, + "AWATER10": 1056100, + "GEOID10": "61319", + "ZCTA5CE10": "61319", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 273 + ], + [ + 522, + 271 + ], + [ + 520, + 271 + ], + [ + 520, + 273 + ], + [ + 522, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53072", + "ALAND10": 75539926, + "AWATER10": 10859596, + "GEOID10": "53072", + "ZCTA5CE10": "53072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 271 + ], + [ + 522, + 269 + ], + [ + 520, + 269 + ], + [ + 520, + 271 + ], + [ + 522, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53120", + "ALAND10": 149723017, + "AWATER10": 5393891, + "GEOID10": "53120", + "ZCTA5CE10": "53120", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 272 + ], + [ + 523, + 270 + ], + [ + 521, + 270 + ], + [ + 521, + 272 + ], + [ + 523, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53150", + "ALAND10": 86689047, + "AWATER10": 11118383, + "GEOID10": "53150", + "ZCTA5CE10": "53150", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 270 + ], + [ + 524, + 268 + ], + [ + 522, + 268 + ], + [ + 522, + 270 + ], + [ + 524, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US53104", + "ALAND10": 82503907, + "AWATER10": 1209555, + "GEOID10": "53104", + "ZCTA5CE10": "53104", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 269 + ], + [ + 521, + 267 + ], + [ + 519, + 267 + ], + [ + 519, + 269 + ], + [ + 521, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60033", + "ALAND10": 314241728, + "AWATER10": 367836, + "GEOID10": "60033", + "ZCTA5CE10": "60033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 266 + ], + [ + 521, + 264 + ], + [ + 519, + 264 + ], + [ + 519, + 266 + ], + [ + 521, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60152", + "ALAND10": 244537215, + "AWATER10": 302338, + "GEOID10": "60152", + "ZCTA5CE10": "60152", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 266 + ], + [ + 522, + 264 + ], + [ + 520, + 264 + ], + [ + 520, + 266 + ], + [ + 522, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60118", + "ALAND10": 52080666, + "AWATER10": 1615624, + "GEOID10": "60118", + "ZCTA5CE10": "60118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 268 + ], + [ + 525, + 266 + ], + [ + 523, + 266 + ], + [ + 523, + 268 + ], + [ + 525, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60031", + "ALAND10": 48909524, + "AWATER10": 879322, + "GEOID10": "60031", + "ZCTA5CE10": "60031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 265 + ], + [ + 524, + 263 + ], + [ + 522, + 263 + ], + [ + 522, + 265 + ], + [ + 524, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60056", + "ALAND10": 27829030, + "AWATER10": 1676, + "GEOID10": "60056", + "ZCTA5CE10": "60056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 265 + ], + [ + 521, + 263 + ], + [ + 519, + 263 + ], + [ + 519, + 265 + ], + [ + 521, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60124", + "ALAND10": 99005024, + "AWATER10": 234323, + "GEOID10": "60124", + "ZCTA5CE10": "60124", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 264 + ], + [ + 522, + 262 + ], + [ + 520, + 262 + ], + [ + 520, + 264 + ], + [ + 522, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60502", + "ALAND10": 26893956, + "AWATER10": 488652, + "GEOID10": "60502", + "ZCTA5CE10": "60502", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 261 + ], + [ + 522, + 259 + ], + [ + 520, + 259 + ], + [ + 520, + 261 + ], + [ + 522, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60447", + "ALAND10": 176638529, + "AWATER10": 862416, + "GEOID10": "60447", + "ZCTA5CE10": "60447", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 264 + ], + [ + 524, + 262 + ], + [ + 522, + 262 + ], + [ + 522, + 264 + ], + [ + 524, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60515", + "ALAND10": 29199884, + "AWATER10": 291582, + "GEOID10": "60515", + "ZCTA5CE10": "60515", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 262 + ], + [ + 524, + 260 + ], + [ + 522, + 260 + ], + [ + 522, + 262 + ], + [ + 524, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60491", + "ALAND10": 65955689, + "AWATER10": 126403, + "GEOID10": "60491", + "ZCTA5CE10": "60491", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 258 + ], + [ + 521, + 256 + ], + [ + 519, + 256 + ], + [ + 519, + 258 + ], + [ + 521, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60437", + "ALAND10": 49756367, + "AWATER10": 6915, + "GEOID10": "60437", + "ZCTA5CE10": "60437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 258 + ], + [ + 522, + 256 + ], + [ + 520, + 256 + ], + [ + 520, + 258 + ], + [ + 522, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60917", + "ALAND10": 95752037, + "AWATER10": 16479, + "GEOID10": "60917", + "ZCTA5CE10": "60917", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 259 + ], + [ + 524, + 257 + ], + [ + 522, + 257 + ], + [ + 522, + 259 + ], + [ + 524, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60481", + "ALAND10": 284924474, + "AWATER10": 12440927, + "GEOID10": "60481", + "ZCTA5CE10": "60481", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 265 + ], + [ + 525, + 263 + ], + [ + 523, + 263 + ], + [ + 523, + 265 + ], + [ + 525, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60646", + "ALAND10": 11840699, + "AWATER10": 0, + "GEOID10": "60646", + "ZCTA5CE10": "60646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 262 + ], + [ + 526, + 260 + ], + [ + 524, + 260 + ], + [ + 524, + 262 + ], + [ + 526, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60452", + "ALAND10": 24097669, + "AWATER10": 163817, + "GEOID10": "60452", + "ZCTA5CE10": "60452", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 262 + ], + [ + 528, + 260 + ], + [ + 526, + 260 + ], + [ + 526, + 262 + ], + [ + 528, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46342", + "ALAND10": 91232848, + "AWATER10": 997039, + "GEOID10": "46342", + "ZCTA5CE10": "46342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 260 + ], + [ + 525, + 258 + ], + [ + 523, + 258 + ], + [ + 523, + 260 + ], + [ + 525, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60940", + "ALAND10": 195924595, + "AWATER10": 65845, + "GEOID10": "60940", + "ZCTA5CE10": "60940", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 262 + ], + [ + 527, + 260 + ], + [ + 525, + 260 + ], + [ + 525, + 262 + ], + [ + 527, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46311", + "ALAND10": 35259222, + "AWATER10": 0, + "GEOID10": "46311", + "ZCTA5CE10": "46311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 259 + ], + [ + 527, + 257 + ], + [ + 525, + 257 + ], + [ + 525, + 259 + ], + [ + 527, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46349", + "ALAND10": 217846930, + "AWATER10": 11975, + "GEOID10": "46349", + "ZCTA5CE10": "46349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 287 + ], + [ + 536, + 285 + ], + [ + 534, + 285 + ], + [ + 534, + 287 + ], + [ + 536, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49630", + "ALAND10": 117069349, + "AWATER10": 18350528, + "GEOID10": "49630", + "ZCTA5CE10": "49630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 282 + ], + [ + 535, + 280 + ], + [ + 533, + 280 + ], + [ + 533, + 282 + ], + [ + 535, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49660", + "ALAND10": 483612657, + "AWATER10": 25298645, + "GEOID10": "49660", + "ZCTA5CE10": "49660", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 285 + ], + [ + 535, + 283 + ], + [ + 533, + 283 + ], + [ + 533, + 285 + ], + [ + 535, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49616", + "ALAND10": 95691646, + "AWATER10": 880558, + "GEOID10": "49616", + "ZCTA5CE10": "49616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 283 + ], + [ + 534, + 281 + ], + [ + 532, + 281 + ], + [ + 532, + 283 + ], + [ + 534, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49619", + "ALAND10": 162464531, + "AWATER10": 2588699, + "GEOID10": "49619", + "ZCTA5CE10": "49619", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 278 + ], + [ + 532, + 276 + ], + [ + 530, + 276 + ], + [ + 530, + 278 + ], + [ + 532, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49455", + "ALAND10": 216099917, + "AWATER10": 15074713, + "GEOID10": "49455", + "ZCTA5CE10": "49455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 279 + ], + [ + 534, + 277 + ], + [ + 532, + 277 + ], + [ + 532, + 279 + ], + [ + 534, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49454", + "ALAND10": 189251424, + "AWATER10": 1044043, + "GEOID10": "49454", + "ZCTA5CE10": "49454", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 281 + ], + [ + 536, + 279 + ], + [ + 534, + 279 + ], + [ + 534, + 281 + ], + [ + 536, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49402", + "ALAND10": 319819932, + "AWATER10": 1875224, + "GEOID10": "49402", + "ZCTA5CE10": "49402", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 278 + ], + [ + 538, + 276 + ], + [ + 536, + 276 + ], + [ + 536, + 278 + ], + [ + 538, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49349", + "ALAND10": 498685527, + "AWATER10": 12035495, + "GEOID10": "49349", + "ZCTA5CE10": "49349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 277 + ], + [ + 534, + 275 + ], + [ + 532, + 275 + ], + [ + 532, + 277 + ], + [ + 534, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49452", + "ALAND10": 119032476, + "AWATER10": 981482, + "GEOID10": "49452", + "ZCTA5CE10": "49452", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 276 + ], + [ + 535, + 274 + ], + [ + 533, + 274 + ], + [ + 533, + 276 + ], + [ + 535, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49412", + "ALAND10": 279452626, + "AWATER10": 7677547, + "GEOID10": "49412", + "ZCTA5CE10": "49412", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 276 + ], + [ + 537, + 274 + ], + [ + 535, + 274 + ], + [ + 535, + 276 + ], + [ + 537, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49327", + "ALAND10": 239870793, + "AWATER10": 5336600, + "GEOID10": "49327", + "ZCTA5CE10": "49327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 286 + ], + [ + 538, + 284 + ], + [ + 536, + 284 + ], + [ + 536, + 286 + ], + [ + 538, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49684", + "ALAND10": 261004201, + "AWATER10": 65366196, + "GEOID10": "49684", + "ZCTA5CE10": "49684", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 288 + ], + [ + 540, + 286 + ], + [ + 538, + 286 + ], + [ + 538, + 288 + ], + [ + 540, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49615", + "ALAND10": 180520779, + "AWATER10": 26981299, + "GEOID10": "49615", + "ZCTA5CE10": "49615", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 288 + ], + [ + 540, + 286 + ], + [ + 538, + 286 + ], + [ + 538, + 288 + ], + [ + 540, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49659", + "ALAND10": 427145303, + "AWATER10": 3956786, + "GEOID10": "49659", + "ZCTA5CE10": "49659", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 285 + ], + [ + 537, + 283 + ], + [ + 535, + 283 + ], + [ + 535, + 285 + ], + [ + 537, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49649", + "ALAND10": 269449083, + "AWATER10": 551393, + "GEOID10": "49649", + "ZCTA5CE10": "49649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 283 + ], + [ + 539, + 281 + ], + [ + 537, + 281 + ], + [ + 537, + 283 + ], + [ + 539, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49601", + "ALAND10": 534188477, + "AWATER10": 18431085, + "GEOID10": "49601", + "ZCTA5CE10": "49601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 286 + ], + [ + 541, + 284 + ], + [ + 539, + 284 + ], + [ + 539, + 286 + ], + [ + 541, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49633", + "ALAND10": 425350334, + "AWATER10": 7138188, + "GEOID10": "49633", + "ZCTA5CE10": "49633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 283 + ], + [ + 539, + 281 + ], + [ + 537, + 281 + ], + [ + 537, + 283 + ], + [ + 539, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49651", + "ALAND10": 579260544, + "AWATER10": 15355512, + "GEOID10": "49651", + "ZCTA5CE10": "49651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 282 + ], + [ + 541, + 280 + ], + [ + 539, + 280 + ], + [ + 539, + 282 + ], + [ + 541, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49657", + "ALAND10": 249732214, + "AWATER10": 1525166, + "GEOID10": "49657", + "ZCTA5CE10": "49657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 286 + ], + [ + 539, + 284 + ], + [ + 537, + 284 + ], + [ + 537, + 286 + ], + [ + 539, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49646", + "ALAND10": 574861689, + "AWATER10": 14394039, + "GEOID10": "49646", + "ZCTA5CE10": "49646", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 287 + ], + [ + 543, + 285 + ], + [ + 540, + 285 + ], + [ + 544, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49738", + "ALAND10": 760745455, + "AWATER10": 14828772, + "GEOID10": "49738", + "ZCTA5CE10": "49738", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 284 + ], + [ + 542, + 282 + ], + [ + 540, + 282 + ], + [ + 540, + 284 + ], + [ + 542, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48629", + "ALAND10": 208192240, + "AWATER10": 7551825, + "GEOID10": "48629", + "ZCTA5CE10": "48629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 284 + ], + [ + 542, + 282 + ], + [ + 540, + 282 + ], + [ + 540, + 284 + ], + [ + 542, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48653", + "ALAND10": 651627573, + "AWATER10": 50309760, + "GEOID10": "48653", + "ZCTA5CE10": "48653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 281 + ], + [ + 541, + 279 + ], + [ + 539, + 279 + ], + [ + 539, + 281 + ], + [ + 541, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48625", + "ALAND10": 622638730, + "AWATER10": 9505929, + "GEOID10": "48625", + "ZCTA5CE10": "48625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 281 + ], + [ + 536, + 279 + ], + [ + 534, + 279 + ], + [ + 534, + 281 + ], + [ + 536, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49304", + "ALAND10": 334899021, + "AWATER10": 9368610, + "GEOID10": "49304", + "ZCTA5CE10": "49304", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 281 + ], + [ + 539, + 279 + ], + [ + 537, + 279 + ], + [ + 537, + 281 + ], + [ + 539, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49677", + "ALAND10": 342400672, + "AWATER10": 1864106, + "GEOID10": "49677", + "ZCTA5CE10": "49677", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 278 + ], + [ + 537, + 276 + ], + [ + 535, + 276 + ], + [ + 535, + 278 + ], + [ + 537, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49307", + "ALAND10": 352318644, + "AWATER10": 8265710, + "GEOID10": "49307", + "ZCTA5CE10": "49307", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 281 + ], + [ + 539, + 279 + ], + [ + 537, + 279 + ], + [ + 537, + 281 + ], + [ + 539, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49631", + "ALAND10": 384237217, + "AWATER10": 11565975, + "GEOID10": "49631", + "ZCTA5CE10": "49631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 281 + ], + [ + 540, + 279 + ], + [ + 538, + 279 + ], + [ + 538, + 281 + ], + [ + 540, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49679", + "ALAND10": 142602938, + "AWATER10": 2356305, + "GEOID10": "49679", + "ZCTA5CE10": "49679", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 276 + ], + [ + 536, + 274 + ], + [ + 534, + 274 + ], + [ + 534, + 276 + ], + [ + 536, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49337", + "ALAND10": 291356788, + "AWATER10": 21206502, + "GEOID10": "49337", + "ZCTA5CE10": "49337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 275 + ], + [ + 537, + 273 + ], + [ + 535, + 273 + ], + [ + 535, + 275 + ], + [ + 537, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49345", + "ALAND10": 136646621, + "AWATER10": 2727093, + "GEOID10": "49345", + "ZCTA5CE10": "49345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 277 + ], + [ + 540, + 275 + ], + [ + 538, + 275 + ], + [ + 538, + 277 + ], + [ + 540, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49310", + "ALAND10": 231090953, + "AWATER10": 588296, + "GEOID10": "49310", + "ZCTA5CE10": "49310", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 275 + ], + [ + 540, + 273 + ], + [ + 538, + 273 + ], + [ + 538, + 275 + ], + [ + 540, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48838", + "ALAND10": 239316744, + "AWATER10": 10029427, + "GEOID10": "48838", + "ZCTA5CE10": "48838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 280 + ], + [ + 542, + 278 + ], + [ + 540, + 278 + ], + [ + 540, + 280 + ], + [ + 542, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48622", + "ALAND10": 246370063, + "AWATER10": 2997222, + "GEOID10": "48622", + "ZCTA5CE10": "48622", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 278 + ], + [ + 543, + 276 + ], + [ + 541, + 276 + ], + [ + 541, + 278 + ], + [ + 543, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48858", + "ALAND10": 447830538, + "AWATER10": 2813816, + "GEOID10": "48858", + "ZCTA5CE10": "48858", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 278 + ], + [ + 540, + 276 + ], + [ + 538, + 276 + ], + [ + 538, + 278 + ], + [ + 540, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49340", + "ALAND10": 223978019, + "AWATER10": 2010296, + "GEOID10": "49340", + "ZCTA5CE10": "49340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 275 + ], + [ + 541, + 273 + ], + [ + 539, + 273 + ], + [ + 539, + 275 + ], + [ + 541, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48818", + "ALAND10": 65434879, + "AWATER10": 4792569, + "GEOID10": "48818", + "ZCTA5CE10": "48818", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 277 + ], + [ + 544, + 275 + ], + [ + 542, + 275 + ], + [ + 542, + 277 + ], + [ + 544, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48880", + "ALAND10": 194333076, + "AWATER10": 1459785, + "GEOID10": "48880", + "ZCTA5CE10": "48880", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 275 + ], + [ + 543, + 273 + ], + [ + 541, + 273 + ], + [ + 541, + 275 + ], + [ + 543, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48871", + "ALAND10": 78435518, + "AWATER10": 1950817, + "GEOID10": "48871", + "ZCTA5CE10": "48871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 273 + ], + [ + 534, + 271 + ], + [ + 532, + 271 + ], + [ + 532, + 273 + ], + [ + 534, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49417", + "ALAND10": 120300152, + "AWATER10": 21417421, + "GEOID10": "49417", + "ZCTA5CE10": "49417", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 272 + ], + [ + 534, + 270 + ], + [ + 532, + 270 + ], + [ + 532, + 272 + ], + [ + 534, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49460", + "ALAND10": 141511135, + "AWATER10": 18121252, + "GEOID10": "49460", + "ZCTA5CE10": "49460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 268 + ], + [ + 537, + 266 + ], + [ + 535, + 266 + ], + [ + 535, + 268 + ], + [ + 537, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49010", + "ALAND10": 411274073, + "AWATER10": 17601209, + "GEOID10": "49010", + "ZCTA5CE10": "49010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 270 + ], + [ + 534, + 268 + ], + [ + 532, + 268 + ], + [ + 532, + 270 + ], + [ + 534, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49419", + "ALAND10": 186798619, + "AWATER10": 1999113, + "GEOID10": "49419", + "ZCTA5CE10": "49419", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 266 + ], + [ + 534, + 264 + ], + [ + 532, + 264 + ], + [ + 532, + 266 + ], + [ + 534, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49111", + "ALAND10": 105808838, + "AWATER10": 1550406, + "GEOID10": "49111", + "ZCTA5CE10": "49111", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 266 + ], + [ + 535, + 264 + ], + [ + 533, + 264 + ], + [ + 533, + 266 + ], + [ + 535, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49064", + "ALAND10": 117693985, + "AWATER10": 3843994, + "GEOID10": "49064", + "ZCTA5CE10": "49064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 262 + ], + [ + 529, + 260 + ], + [ + 527, + 260 + ], + [ + 527, + 262 + ], + [ + 529, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46393", + "ALAND10": 3873711, + "AWATER10": 0, + "GEOID10": "46393", + "ZCTA5CE10": "46393", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 264 + ], + [ + 533, + 262 + ], + [ + 531, + 262 + ], + [ + 531, + 264 + ], + [ + 533, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49113", + "ALAND10": 91576408, + "AWATER10": 370091, + "GEOID10": "49113", + "ZCTA5CE10": "49113", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 258 + ], + [ + 530, + 256 + ], + [ + 528, + 256 + ], + [ + 528, + 258 + ], + [ + 530, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46392", + "ALAND10": 283550990, + "AWATER10": 2910425, + "GEOID10": "46392", + "ZCTA5CE10": "46392", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 258 + ], + [ + 530, + 256 + ], + [ + 528, + 256 + ], + [ + 528, + 258 + ], + [ + 530, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47957", + "ALAND10": 153587937, + "AWATER10": 0, + "GEOID10": "47957", + "ZCTA5CE10": "47957", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 263 + ], + [ + 531, + 261 + ], + [ + 529, + 261 + ], + [ + 529, + 263 + ], + [ + 531, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46350", + "ALAND10": 502946344, + "AWATER10": 7181528, + "GEOID10": "46350", + "ZCTA5CE10": "46350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 259 + ], + [ + 531, + 257 + ], + [ + 529, + 257 + ], + [ + 529, + 259 + ], + [ + 531, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46366", + "ALAND10": 205992140, + "AWATER10": 123957, + "GEOID10": "46366", + "ZCTA5CE10": "46366", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 262 + ], + [ + 533, + 260 + ], + [ + 531, + 260 + ], + [ + 531, + 262 + ], + [ + 533, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46552", + "ALAND10": 161739044, + "AWATER10": 2875829, + "GEOID10": "46552", + "ZCTA5CE10": "46552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 260 + ], + [ + 535, + 258 + ], + [ + 533, + 258 + ], + [ + 533, + 260 + ], + [ + 535, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46506", + "ALAND10": 257864109, + "AWATER10": 1928126, + "GEOID10": "46506", + "ZCTA5CE10": "46506", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 265 + ], + [ + 535, + 263 + ], + [ + 533, + 263 + ], + [ + 533, + 265 + ], + [ + 535, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49031", + "ALAND10": 296311634, + "AWATER10": 12690394, + "GEOID10": "49031", + "ZCTA5CE10": "49031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 263 + ], + [ + 535, + 261 + ], + [ + 533, + 261 + ], + [ + 533, + 263 + ], + [ + 535, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46514", + "ALAND10": 99841112, + "AWATER10": 4352017, + "GEOID10": "46514", + "ZCTA5CE10": "46514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 261 + ], + [ + 533, + 259 + ], + [ + 531, + 259 + ], + [ + 531, + 261 + ], + [ + 533, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46574", + "ALAND10": 243751715, + "AWATER10": 2776502, + "GEOID10": "46574", + "ZCTA5CE10": "46574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 259 + ], + [ + 533, + 257 + ], + [ + 531, + 257 + ], + [ + 531, + 259 + ], + [ + 533, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46975", + "ALAND10": 559922837, + "AWATER10": 4611407, + "GEOID10": "46975", + "ZCTA5CE10": "46975", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 258 + ], + [ + 533, + 256 + ], + [ + 531, + 256 + ], + [ + 531, + 258 + ], + [ + 533, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46996", + "ALAND10": 484902061, + "AWATER10": 1854169, + "GEOID10": "46996", + "ZCTA5CE10": "46996", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 260 + ], + [ + 537, + 258 + ], + [ + 535, + 258 + ], + [ + 535, + 260 + ], + [ + 537, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46542", + "ALAND10": 133996529, + "AWATER10": 1482979, + "GEOID10": "46542", + "ZCTA5CE10": "46542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 258 + ], + [ + 535, + 256 + ], + [ + 533, + 256 + ], + [ + 533, + 258 + ], + [ + 535, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46982", + "ALAND10": 107715806, + "AWATER10": 2043598, + "GEOID10": "46982", + "ZCTA5CE10": "46982", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 273 + ], + [ + 538, + 271 + ], + [ + 536, + 271 + ], + [ + 536, + 273 + ], + [ + 538, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49546", + "ALAND10": 46772752, + "AWATER10": 1617815, + "GEOID10": "49546", + "ZCTA5CE10": "49546", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 270 + ], + [ + 538, + 268 + ], + [ + 536, + 268 + ], + [ + 536, + 270 + ], + [ + 538, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49344", + "ALAND10": 83619635, + "AWATER10": 5437095, + "GEOID10": "49344", + "ZCTA5CE10": "49344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 271 + ], + [ + 539, + 269 + ], + [ + 537, + 269 + ], + [ + 537, + 271 + ], + [ + 539, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48849", + "ALAND10": 214709322, + "AWATER10": 2731377, + "GEOID10": "48849", + "ZCTA5CE10": "48849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 269 + ], + [ + 540, + 267 + ], + [ + 538, + 267 + ], + [ + 538, + 269 + ], + [ + 540, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49073", + "ALAND10": 180566135, + "AWATER10": 2284377, + "GEOID10": "49073", + "ZCTA5CE10": "49073", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 267 + ], + [ + 537, + 265 + ], + [ + 535, + 265 + ], + [ + 535, + 267 + ], + [ + 537, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49009", + "ALAND10": 266076901, + "AWATER10": 3383923, + "GEOID10": "49009", + "ZCTA5CE10": "49009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 266 + ], + [ + 538, + 264 + ], + [ + 536, + 264 + ], + [ + 536, + 266 + ], + [ + 538, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49093", + "ALAND10": 273792273, + "AWATER10": 16785290, + "GEOID10": "49093", + "ZCTA5CE10": "49093", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 267 + ], + [ + 539, + 265 + ], + [ + 537, + 265 + ], + [ + 537, + 267 + ], + [ + 539, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49052", + "ALAND10": 79842621, + "AWATER10": 50901, + "GEOID10": "49052", + "ZCTA5CE10": "49052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 266 + ], + [ + 540, + 264 + ], + [ + 538, + 264 + ], + [ + 538, + 266 + ], + [ + 540, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49094", + "ALAND10": 147896645, + "AWATER10": 4064291, + "GEOID10": "49094", + "ZCTA5CE10": "49094", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 273 + ], + [ + 542, + 271 + ], + [ + 540, + 271 + ], + [ + 540, + 273 + ], + [ + 542, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48873", + "ALAND10": 86719301, + "AWATER10": 515814, + "GEOID10": "48873", + "ZCTA5CE10": "48873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 272 + ], + [ + 543, + 270 + ], + [ + 541, + 270 + ], + [ + 541, + 272 + ], + [ + 543, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48837", + "ALAND10": 205903344, + "AWATER10": 1911274, + "GEOID10": "48837", + "ZCTA5CE10": "48837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 273 + ], + [ + 545, + 271 + ], + [ + 543, + 271 + ], + [ + 543, + 273 + ], + [ + 545, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48866", + "ALAND10": 126038287, + "AWATER10": 621591, + "GEOID10": "48866", + "ZCTA5CE10": "48866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 272 + ], + [ + 544, + 270 + ], + [ + 542, + 270 + ], + [ + 542, + 272 + ], + [ + 544, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48808", + "ALAND10": 63852277, + "AWATER10": 6382767, + "GEOID10": "48808", + "ZCTA5CE10": "48808", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 268 + ], + [ + 542, + 266 + ], + [ + 540, + 266 + ], + [ + 540, + 268 + ], + [ + 542, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49068", + "ALAND10": 335275730, + "AWATER10": 7062954, + "GEOID10": "49068", + "ZCTA5CE10": "49068", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 268 + ], + [ + 543, + 266 + ], + [ + 541, + 266 + ], + [ + 541, + 268 + ], + [ + 543, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48827", + "ALAND10": 289215728, + "AWATER10": 2074843, + "GEOID10": "48827", + "ZCTA5CE10": "48827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 269 + ], + [ + 544, + 267 + ], + [ + 542, + 267 + ], + [ + 542, + 269 + ], + [ + 544, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48854", + "ALAND10": 288926196, + "AWATER10": 757179, + "GEOID10": "48854", + "ZCTA5CE10": "48854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 267 + ], + [ + 544, + 265 + ], + [ + 542, + 265 + ], + [ + 542, + 267 + ], + [ + 544, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49283", + "ALAND10": 35214705, + "AWATER10": 893180, + "GEOID10": "49283", + "ZCTA5CE10": "49283", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 263 + ], + [ + 538, + 261 + ], + [ + 536, + 261 + ], + [ + 536, + 263 + ], + [ + 538, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46565", + "ALAND10": 165055669, + "AWATER10": 1985492, + "GEOID10": "46565", + "ZCTA5CE10": "46565", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 265 + ], + [ + 538, + 263 + ], + [ + 536, + 263 + ], + [ + 536, + 265 + ], + [ + 538, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49072", + "ALAND10": 145400080, + "AWATER10": 4046794, + "GEOID10": "49072", + "ZCTA5CE10": "49072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 263 + ], + [ + 540, + 261 + ], + [ + 538, + 261 + ], + [ + 538, + 263 + ], + [ + 540, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46746", + "ALAND10": 190512228, + "AWATER10": 2363939, + "GEOID10": "46746", + "ZCTA5CE10": "46746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 262 + ], + [ + 538, + 260 + ], + [ + 536, + 260 + ], + [ + 536, + 262 + ], + [ + 538, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46767", + "ALAND10": 180699797, + "AWATER10": 893900, + "GEOID10": "46767", + "ZCTA5CE10": "46767", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 260 + ], + [ + 538, + 258 + ], + [ + 536, + 258 + ], + [ + 536, + 260 + ], + [ + 538, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46725", + "ALAND10": 531575329, + "AWATER10": 5858648, + "GEOID10": "46725", + "ZCTA5CE10": "46725", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 258 + ], + [ + 536, + 256 + ], + [ + 534, + 256 + ], + [ + 534, + 258 + ], + [ + 536, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46962", + "ALAND10": 283381363, + "AWATER10": 1537637, + "GEOID10": "46962", + "ZCTA5CE10": "46962", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 260 + ], + [ + 540, + 258 + ], + [ + 538, + 258 + ], + [ + 538, + 260 + ], + [ + 540, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46738", + "ALAND10": 67618319, + "AWATER10": 224605, + "GEOID10": "46738", + "ZCTA5CE10": "46738", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 266 + ], + [ + 541, + 264 + ], + [ + 539, + 264 + ], + [ + 539, + 266 + ], + [ + 541, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49036", + "ALAND10": 407754116, + "AWATER10": 20313348, + "GEOID10": "49036", + "ZCTA5CE10": "49036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 263 + ], + [ + 540, + 261 + ], + [ + 538, + 261 + ], + [ + 538, + 263 + ], + [ + 540, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46737", + "ALAND10": 168624328, + "AWATER10": 10905394, + "GEOID10": "46737", + "ZCTA5CE10": "46737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 266 + ], + [ + 543, + 264 + ], + [ + 541, + 264 + ], + [ + 541, + 266 + ], + [ + 543, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49252", + "ALAND10": 101007213, + "AWATER10": 605466, + "GEOID10": "49252", + "ZCTA5CE10": "49252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 265 + ], + [ + 542, + 263 + ], + [ + 540, + 263 + ], + [ + 540, + 265 + ], + [ + 542, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49250", + "ALAND10": 202351826, + "AWATER10": 1417888, + "GEOID10": "49250", + "ZCTA5CE10": "49250", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 262 + ], + [ + 544, + 260 + ], + [ + 542, + 260 + ], + [ + 542, + 262 + ], + [ + 544, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43543", + "ALAND10": 226335585, + "AWATER10": 3106117, + "GEOID10": "43543", + "ZCTA5CE10": "43543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 261 + ], + [ + 541, + 259 + ], + [ + 539, + 259 + ], + [ + 539, + 261 + ], + [ + 541, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46721", + "ALAND10": 208241372, + "AWATER10": 34140, + "GEOID10": "46721", + "ZCTA5CE10": "46721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 258 + ], + [ + 540, + 256 + ], + [ + 538, + 256 + ], + [ + 538, + 258 + ], + [ + 540, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46816", + "ALAND10": 94625787, + "AWATER10": 252666, + "GEOID10": "46816", + "ZCTA5CE10": "46816", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 261 + ], + [ + 543, + 259 + ], + [ + 541, + 259 + ], + [ + 541, + 261 + ], + [ + 543, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43549", + "ALAND10": 78298197, + "AWATER10": 62728, + "GEOID10": "43549", + "ZCTA5CE10": "43549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 259 + ], + [ + 544, + 257 + ], + [ + 542, + 257 + ], + [ + 542, + 259 + ], + [ + 544, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43512", + "ALAND10": 566492403, + "AWATER10": 7812972, + "GEOID10": "43512", + "ZCTA5CE10": "43512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 300 + ], + [ + 544, + 298 + ], + [ + 542, + 298 + ], + [ + 542, + 300 + ], + [ + 544, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49783", + "ALAND10": 391216339, + "AWATER10": 104555499, + "GEOID10": "49783", + "ZCTA5CE10": "49783", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 298 + ], + [ + 546, + 296 + ], + [ + 544, + 296 + ], + [ + 544, + 298 + ], + [ + 546, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49774", + "ALAND10": 417400535, + "AWATER10": 75864356, + "GEOID10": "49774", + "ZCTA5CE10": "49774", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 298 + ], + [ + 546, + 296 + ], + [ + 544, + 296 + ], + [ + 544, + 298 + ], + [ + 546, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49736", + "ALAND10": 209675770, + "AWATER10": 113903084, + "GEOID10": "49736", + "ZCTA5CE10": "49736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 293 + ], + [ + 545, + 291 + ], + [ + 543, + 291 + ], + [ + 543, + 293 + ], + [ + 545, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49765", + "ALAND10": 650572284, + "AWATER10": 28580695, + "GEOID10": "49765", + "ZCTA5CE10": "49765", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 290 + ], + [ + 545, + 288 + ], + [ + 543, + 288 + ], + [ + 543, + 290 + ], + [ + 545, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49751", + "ALAND10": 392813331, + "AWATER10": 5597200, + "GEOID10": "49751", + "ZCTA5CE10": "49751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 290 + ], + [ + 547, + 288 + ], + [ + 545, + 288 + ], + [ + 545, + 290 + ], + [ + 547, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49743", + "ALAND10": 233246030, + "AWATER10": 4566302, + "GEOID10": "49743", + "ZCTA5CE10": "49743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 291 + ], + [ + 550, + 289 + ], + [ + 548, + 289 + ], + [ + 548, + 291 + ], + [ + 550, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49707", + "ALAND10": 559605893, + "AWATER10": 108222451, + "GEOID10": "49707", + "ZCTA5CE10": "49707", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 290 + ], + [ + 545, + 288 + ], + [ + 543, + 288 + ], + [ + 543, + 290 + ], + [ + 545, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49709", + "ALAND10": 590062766, + "AWATER10": 12252855, + "GEOID10": "49709", + "ZCTA5CE10": "49709", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 289 + ], + [ + 545, + 287 + ], + [ + 543, + 287 + ], + [ + 543, + 289 + ], + [ + 545, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49756", + "ALAND10": 423566670, + "AWATER10": 13560045, + "GEOID10": "49756", + "ZCTA5CE10": "49756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 286 + ], + [ + 546, + 284 + ], + [ + 544, + 284 + ], + [ + 544, + 286 + ], + [ + 546, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48636", + "ALAND10": 227431734, + "AWATER10": 538675, + "GEOID10": "48636", + "ZCTA5CE10": "48636", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 288 + ], + [ + 547, + 286 + ], + [ + 545, + 286 + ], + [ + 545, + 288 + ], + [ + 547, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49746", + "ALAND10": 548467657, + "AWATER10": 32997231, + "GEOID10": "49746", + "ZCTA5CE10": "49746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 288 + ], + [ + 547, + 286 + ], + [ + 545, + 286 + ], + [ + 545, + 288 + ], + [ + 547, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48728", + "ALAND10": 332930305, + "AWATER10": 3197793, + "GEOID10": "48728", + "ZCTA5CE10": "48728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 283 + ], + [ + 546, + 281 + ], + [ + 544, + 281 + ], + [ + 544, + 283 + ], + [ + 546, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48661", + "ALAND10": 688221374, + "AWATER10": 8166827, + "GEOID10": "48661", + "ZCTA5CE10": "48661", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 283 + ], + [ + 547, + 281 + ], + [ + 545, + 281 + ], + [ + 545, + 283 + ], + [ + 547, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48756", + "ALAND10": 202486673, + "AWATER10": 4736879, + "GEOID10": "48756", + "ZCTA5CE10": "48756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 284 + ], + [ + 548, + 282 + ], + [ + 546, + 282 + ], + [ + 546, + 284 + ], + [ + 548, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48750", + "ALAND10": 248449596, + "AWATER10": 30348671, + "GEOID10": "48750", + "ZCTA5CE10": "48750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 283 + ], + [ + 548, + 281 + ], + [ + 546, + 281 + ], + [ + 546, + 283 + ], + [ + 548, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48770", + "ALAND10": 175682123, + "AWATER10": 149723, + "GEOID10": "48770", + "ZCTA5CE10": "48770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 289 + ], + [ + 550, + 287 + ], + [ + 548, + 287 + ], + [ + 548, + 289 + ], + [ + 550, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49766", + "ALAND10": 114731999, + "AWATER10": 21654783, + "GEOID10": "49766", + "ZCTA5CE10": "49766", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 285 + ], + [ + 549, + 283 + ], + [ + 547, + 283 + ], + [ + 547, + 285 + ], + [ + 549, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48745", + "ALAND10": 193967133, + "AWATER10": 123194, + "GEOID10": "48745", + "ZCTA5CE10": "48745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 282 + ], + [ + 545, + 280 + ], + [ + 542, + 280 + ], + [ + 542, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48624", + "ALAND10": 878396334, + "AWATER10": 19594039, + "GEOID10": "48624", + "ZCTA5CE10": "48624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 281 + ], + [ + 545, + 279 + ], + [ + 543, + 279 + ], + [ + 543, + 281 + ], + [ + 545, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48613", + "ALAND10": 157125423, + "AWATER10": 1836754, + "GEOID10": "48613", + "ZCTA5CE10": "48613", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 278 + ], + [ + 546, + 276 + ], + [ + 544, + 276 + ], + [ + 544, + 278 + ], + [ + 546, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48642", + "ALAND10": 296009613, + "AWATER10": 1580447, + "GEOID10": "48642", + "ZCTA5CE10": "48642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 281 + ], + [ + 547, + 279 + ], + [ + 545, + 279 + ], + [ + 545, + 281 + ], + [ + 547, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48749", + "ALAND10": 89963151, + "AWATER10": 1241086, + "GEOID10": "48749", + "ZCTA5CE10": "48749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 278 + ], + [ + 547, + 276 + ], + [ + 545, + 276 + ], + [ + 545, + 278 + ], + [ + 547, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48706", + "ALAND10": 173491085, + "AWATER10": 18677168, + "GEOID10": "48706", + "ZCTA5CE10": "48706", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 276 + ], + [ + 546, + 274 + ], + [ + 544, + 274 + ], + [ + 544, + 276 + ], + [ + 546, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48626", + "ALAND10": 165269099, + "AWATER10": 898022, + "GEOID10": "48626", + "ZCTA5CE10": "48626", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 277 + ], + [ + 547, + 275 + ], + [ + 545, + 275 + ], + [ + 545, + 277 + ], + [ + 547, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48604", + "ALAND10": 64554572, + "AWATER10": 3277367, + "GEOID10": "48604", + "ZCTA5CE10": "48604", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 274 + ], + [ + 547, + 272 + ], + [ + 545, + 272 + ], + [ + 545, + 274 + ], + [ + 547, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48616", + "ALAND10": 208422880, + "AWATER10": 1248031, + "GEOID10": "48616", + "ZCTA5CE10": "48616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 278 + ], + [ + 548, + 276 + ], + [ + 546, + 276 + ], + [ + 546, + 278 + ], + [ + 548, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48733", + "ALAND10": 127220141, + "AWATER10": 2586166, + "GEOID10": "48733", + "ZCTA5CE10": "48733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 279 + ], + [ + 552, + 277 + ], + [ + 550, + 277 + ], + [ + 550, + 279 + ], + [ + 552, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48731", + "ALAND10": 125900393, + "AWATER10": 232825, + "GEOID10": "48731", + "ZCTA5CE10": "48731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 277 + ], + [ + 551, + 275 + ], + [ + 549, + 275 + ], + [ + 549, + 277 + ], + [ + 551, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48726", + "ALAND10": 326890667, + "AWATER10": 3735176, + "GEOID10": "48726", + "ZCTA5CE10": "48726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 277 + ], + [ + 550, + 275 + ], + [ + 548, + 275 + ], + [ + 548, + 277 + ], + [ + 550, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48701", + "ALAND10": 109753300, + "AWATER10": 12883019, + "GEOID10": "48701", + "ZCTA5CE10": "48701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 275 + ], + [ + 548, + 273 + ], + [ + 546, + 273 + ], + [ + 546, + 275 + ], + [ + 548, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48746", + "ALAND10": 210587665, + "AWATER10": 1928586, + "GEOID10": "48746", + "ZCTA5CE10": "48746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 274 + ], + [ + 551, + 272 + ], + [ + 549, + 272 + ], + [ + 549, + 274 + ], + [ + 551, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48446", + "ALAND10": 311176351, + "AWATER10": 14243388, + "GEOID10": "48446", + "ZCTA5CE10": "48446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 275 + ], + [ + 550, + 273 + ], + [ + 548, + 273 + ], + [ + 548, + 275 + ], + [ + 550, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48461", + "ALAND10": 216597381, + "AWATER10": 1678331, + "GEOID10": "48461", + "ZCTA5CE10": "48461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 281 + ], + [ + 553, + 279 + ], + [ + 551, + 279 + ], + [ + 551, + 281 + ], + [ + 553, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48468", + "ALAND10": 164956921, + "AWATER10": 23775877, + "GEOID10": "48468", + "ZCTA5CE10": "48468", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 278 + ], + [ + 555, + 276 + ], + [ + 553, + 276 + ], + [ + 553, + 278 + ], + [ + 555, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48456", + "ALAND10": 120224471, + "AWATER10": 48741, + "GEOID10": "48456", + "ZCTA5CE10": "48456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 276 + ], + [ + 553, + 274 + ], + [ + 551, + 274 + ], + [ + 551, + 276 + ], + [ + 553, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48466", + "ALAND10": 95267415, + "AWATER10": 10409, + "GEOID10": "48466", + "ZCTA5CE10": "48466", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 277 + ], + [ + 555, + 275 + ], + [ + 553, + 275 + ], + [ + 553, + 277 + ], + [ + 555, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48469", + "ALAND10": 20426605, + "AWATER10": 2975127, + "GEOID10": "48469", + "ZCTA5CE10": "48469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 273 + ], + [ + 546, + 271 + ], + [ + 544, + 271 + ], + [ + 544, + 273 + ], + [ + 546, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48817", + "ALAND10": 153059485, + "AWATER10": 1069092, + "GEOID10": "48817", + "ZCTA5CE10": "48817", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 269 + ], + [ + 546, + 267 + ], + [ + 544, + 267 + ], + [ + 544, + 269 + ], + [ + 546, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48892", + "ALAND10": 140629234, + "AWATER10": 334217, + "GEOID10": "48892", + "ZCTA5CE10": "48892", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 273 + ], + [ + 548, + 271 + ], + [ + 546, + 271 + ], + [ + 546, + 273 + ], + [ + 548, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48433", + "ALAND10": 143803523, + "AWATER10": 1573363, + "GEOID10": "48433", + "ZCTA5CE10": "48433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 271 + ], + [ + 547, + 269 + ], + [ + 545, + 269 + ], + [ + 545, + 271 + ], + [ + 547, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48855", + "ALAND10": 235510849, + "AWATER10": 4025401, + "GEOID10": "48855", + "ZCTA5CE10": "48855", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 266 + ], + [ + 545, + 264 + ], + [ + 543, + 264 + ], + [ + 543, + 266 + ], + [ + 545, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49201", + "ALAND10": 395597336, + "AWATER10": 12548337, + "GEOID10": "49201", + "ZCTA5CE10": "49201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 267 + ], + [ + 545, + 265 + ], + [ + 543, + 265 + ], + [ + 543, + 267 + ], + [ + 545, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49203", + "ALAND10": 68169619, + "AWATER10": 2102683, + "GEOID10": "49203", + "ZCTA5CE10": "49203", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 269 + ], + [ + 546, + 267 + ], + [ + 544, + 267 + ], + [ + 544, + 269 + ], + [ + 546, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48843", + "ALAND10": 233188406, + "AWATER10": 7187649, + "GEOID10": "48843", + "ZCTA5CE10": "48843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 268 + ], + [ + 548, + 266 + ], + [ + 546, + 266 + ], + [ + 546, + 268 + ], + [ + 548, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48178", + "ALAND10": 130941974, + "AWATER10": 5071474, + "GEOID10": "48178", + "ZCTA5CE10": "48178", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 267 + ], + [ + 549, + 265 + ], + [ + 547, + 265 + ], + [ + 547, + 267 + ], + [ + 549, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48160", + "ALAND10": 208520502, + "AWATER10": 959928, + "GEOID10": "48160", + "ZCTA5CE10": "48160", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 271 + ], + [ + 550, + 269 + ], + [ + 548, + 269 + ], + [ + 548, + 271 + ], + [ + 550, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48350", + "ALAND10": 61635801, + "AWATER10": 2294013, + "GEOID10": "48350", + "ZCTA5CE10": "48350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 273 + ], + [ + 551, + 271 + ], + [ + 549, + 271 + ], + [ + 549, + 273 + ], + [ + 551, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48455", + "ALAND10": 168434494, + "AWATER10": 6455176, + "GEOID10": "48455", + "ZCTA5CE10": "48455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 272 + ], + [ + 552, + 270 + ], + [ + 550, + 270 + ], + [ + 550, + 272 + ], + [ + 552, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48005", + "ALAND10": 94469371, + "AWATER10": 158933, + "GEOID10": "48005", + "ZCTA5CE10": "48005", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 271 + ], + [ + 552, + 269 + ], + [ + 550, + 269 + ], + [ + 550, + 271 + ], + [ + 552, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48315", + "ALAND10": 33106883, + "AWATER10": 379707, + "GEOID10": "48315", + "ZCTA5CE10": "48315", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 269 + ], + [ + 550, + 267 + ], + [ + 548, + 267 + ], + [ + 548, + 269 + ], + [ + 550, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48335", + "ALAND10": 19510123, + "AWATER10": 9310, + "GEOID10": "48335", + "ZCTA5CE10": "48335", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 266 + ], + [ + 551, + 264 + ], + [ + 549, + 264 + ], + [ + 549, + 266 + ], + [ + 551, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48174", + "ALAND10": 106186893, + "AWATER10": 588279, + "GEOID10": "48174", + "ZCTA5CE10": "48174", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 268 + ], + [ + 552, + 266 + ], + [ + 550, + 266 + ], + [ + 550, + 268 + ], + [ + 552, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48216", + "ALAND10": 5723493, + "AWATER10": 0, + "GEOID10": "48216", + "ZCTA5CE10": "48216", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 265 + ], + [ + 547, + 263 + ], + [ + 545, + 263 + ], + [ + 545, + 265 + ], + [ + 547, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49221", + "ALAND10": 306755064, + "AWATER10": 1687319, + "GEOID10": "49221", + "ZCTA5CE10": "49221", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 262 + ], + [ + 544, + 260 + ], + [ + 542, + 260 + ], + [ + 542, + 262 + ], + [ + 544, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43521", + "ALAND10": 172344988, + "AWATER10": 863301, + "GEOID10": "43521", + "ZCTA5CE10": "43521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 263 + ], + [ + 547, + 261 + ], + [ + 545, + 261 + ], + [ + 545, + 263 + ], + [ + 547, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US49228", + "ALAND10": 205760969, + "AWATER10": 715395, + "GEOID10": "49228", + "ZCTA5CE10": "49228", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 261 + ], + [ + 547, + 259 + ], + [ + 545, + 259 + ], + [ + 545, + 261 + ], + [ + 547, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43545", + "ALAND10": 344708289, + "AWATER10": 6133698, + "GEOID10": "43545", + "ZCTA5CE10": "43545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 259 + ], + [ + 546, + 257 + ], + [ + 544, + 257 + ], + [ + 544, + 259 + ], + [ + 546, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45856", + "ALAND10": 271290713, + "AWATER10": 241237, + "GEOID10": "45856", + "ZCTA5CE10": "45856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 261 + ], + [ + 547, + 259 + ], + [ + 545, + 259 + ], + [ + 545, + 261 + ], + [ + 547, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43534", + "ALAND10": 95588407, + "AWATER10": 778139, + "GEOID10": "43534", + "ZCTA5CE10": "43534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 259 + ], + [ + 548, + 257 + ], + [ + 546, + 257 + ], + [ + 546, + 259 + ], + [ + 548, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43511", + "ALAND10": 118161159, + "AWATER10": 29912, + "GEOID10": "43511", + "ZCTA5CE10": "43511", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 264 + ], + [ + 550, + 262 + ], + [ + 548, + 262 + ], + [ + 548, + 264 + ], + [ + 550, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48161", + "ALAND10": 116028075, + "AWATER10": 4788802, + "GEOID10": "48161", + "ZCTA5CE10": "48161", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 262 + ], + [ + 549, + 260 + ], + [ + 547, + 260 + ], + [ + 547, + 262 + ], + [ + 549, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43616", + "ALAND10": 103701991, + "AWATER10": 5024051, + "GEOID10": "43616", + "ZCTA5CE10": "43616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 260 + ], + [ + 548, + 258 + ], + [ + 546, + 258 + ], + [ + 546, + 260 + ], + [ + 548, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43402", + "ALAND10": 289253389, + "AWATER10": 2221651, + "GEOID10": "43402", + "ZCTA5CE10": "43402", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 259 + ], + [ + 549, + 257 + ], + [ + 547, + 257 + ], + [ + 547, + 259 + ], + [ + 549, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45889", + "ALAND10": 52670382, + "AWATER10": 54990, + "GEOID10": "45889", + "ZCTA5CE10": "45889", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 261 + ], + [ + 550, + 259 + ], + [ + 548, + 259 + ], + [ + 548, + 261 + ], + [ + 550, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43416", + "ALAND10": 71174347, + "AWATER10": 306118, + "GEOID10": "43416", + "ZCTA5CE10": "43416", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 260 + ], + [ + 551, + 258 + ], + [ + 549, + 258 + ], + [ + 549, + 260 + ], + [ + 551, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44836", + "ALAND10": 90907447, + "AWATER10": 239087, + "GEOID10": "44836", + "ZCTA5CE10": "44836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 258 + ], + [ + 552, + 256 + ], + [ + 550, + 256 + ], + [ + 550, + 258 + ], + [ + 552, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44883", + "ALAND10": 432251620, + "AWATER10": 3531206, + "GEOID10": "44883", + "ZCTA5CE10": "44883", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 271 + ], + [ + 554, + 269 + ], + [ + 552, + 269 + ], + [ + 552, + 271 + ], + [ + 554, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48050", + "ALAND10": 48076093, + "AWATER10": 169262, + "GEOID10": "48050", + "ZCTA5CE10": "48050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 273 + ], + [ + 555, + 271 + ], + [ + 553, + 271 + ], + [ + 553, + 273 + ], + [ + 555, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US48060", + "ALAND10": 54006954, + "AWATER10": 8019641, + "GEOID10": "48060", + "ZCTA5CE10": "48060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 259 + ], + [ + 554, + 257 + ], + [ + 552, + 257 + ], + [ + 552, + 259 + ], + [ + 554, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44811", + "ALAND10": 304224332, + "AWATER10": 814550, + "GEOID10": "44811", + "ZCTA5CE10": "44811", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 259 + ], + [ + 554, + 257 + ], + [ + 552, + 257 + ], + [ + 552, + 259 + ], + [ + 554, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44847", + "ALAND10": 181661459, + "AWATER10": 782374, + "GEOID10": "44847", + "ZCTA5CE10": "44847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 259 + ], + [ + 555, + 257 + ], + [ + 553, + 257 + ], + [ + 553, + 259 + ], + [ + 555, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44851", + "ALAND10": 192296115, + "AWATER10": 1938679, + "GEOID10": "44851", + "ZCTA5CE10": "44851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 259 + ], + [ + 558, + 257 + ], + [ + 556, + 257 + ], + [ + 556, + 259 + ], + [ + 558, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44090", + "ALAND10": 269528935, + "AWATER10": 2082802, + "GEOID10": "44090", + "ZCTA5CE10": "44090", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 260 + ], + [ + 557, + 258 + ], + [ + 555, + 258 + ], + [ + 555, + 260 + ], + [ + 557, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44050", + "ALAND10": 65955594, + "AWATER10": 293658, + "GEOID10": "44050", + "ZCTA5CE10": "44050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 258 + ], + [ + 558, + 256 + ], + [ + 556, + 256 + ], + [ + 556, + 258 + ], + [ + 558, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44254", + "ALAND10": 68089440, + "AWATER10": 66429, + "GEOID10": "44254", + "ZCTA5CE10": "44254", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 261 + ], + [ + 560, + 259 + ], + [ + 558, + 259 + ], + [ + 558, + 261 + ], + [ + 560, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44105", + "ALAND10": 22692441, + "AWATER10": 233751, + "GEOID10": "44105", + "ZCTA5CE10": "44105", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 257 + ], + [ + 561, + 255 + ], + [ + 559, + 255 + ], + [ + 559, + 257 + ], + [ + 561, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44216", + "ALAND10": 60158017, + "AWATER10": 3563940, + "GEOID10": "44216", + "ZCTA5CE10": "44216", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 262 + ], + [ + 561, + 260 + ], + [ + 559, + 260 + ], + [ + 559, + 262 + ], + [ + 561, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44124", + "ALAND10": 37702305, + "AWATER10": 122478, + "GEOID10": "44124", + "ZCTA5CE10": "44124", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 263 + ], + [ + 563, + 261 + ], + [ + 561, + 261 + ], + [ + 561, + 263 + ], + [ + 563, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44024", + "ALAND10": 233897912, + "AWATER10": 2808366, + "GEOID10": "44024", + "ZCTA5CE10": "44024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 261 + ], + [ + 564, + 259 + ], + [ + 562, + 259 + ], + [ + 562, + 261 + ], + [ + 564, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44062", + "ALAND10": 198299825, + "AWATER10": 835400, + "GEOID10": "44062", + "ZCTA5CE10": "44062", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 259 + ], + [ + 561, + 257 + ], + [ + 559, + 257 + ], + [ + 559, + 259 + ], + [ + 561, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44264", + "ALAND10": 55240129, + "AWATER10": 186555, + "GEOID10": "44264", + "ZCTA5CE10": "44264", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 258 + ], + [ + 563, + 256 + ], + [ + 561, + 256 + ], + [ + 561, + 258 + ], + [ + 563, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44201", + "ALAND10": 141653058, + "AWATER10": 2366261, + "GEOID10": "44201", + "ZCTA5CE10": "44201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 260 + ], + [ + 564, + 258 + ], + [ + 562, + 258 + ], + [ + 562, + 260 + ], + [ + 564, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44470", + "ALAND10": 69331431, + "AWATER10": 77682, + "GEOID10": "44470", + "ZCTA5CE10": "44470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 258 + ], + [ + 565, + 256 + ], + [ + 563, + 256 + ], + [ + 563, + 258 + ], + [ + 565, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44401", + "ALAND10": 83298695, + "AWATER10": 4976826, + "GEOID10": "44401", + "ZCTA5CE10": "44401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 262 + ], + [ + 565, + 260 + ], + [ + 563, + 260 + ], + [ + 563, + 262 + ], + [ + 565, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44003", + "ALAND10": 172824796, + "AWATER10": 13549854, + "GEOID10": "44003", + "ZCTA5CE10": "44003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 263 + ], + [ + 567, + 261 + ], + [ + 565, + 261 + ], + [ + 565, + 263 + ], + [ + 567, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16424", + "ALAND10": 176851180, + "AWATER10": 36843412, + "GEOID10": "16424", + "ZCTA5CE10": "16424", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 263 + ], + [ + 568, + 261 + ], + [ + 566, + 261 + ], + [ + 566, + 263 + ], + [ + 568, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16406", + "ALAND10": 198128018, + "AWATER10": 122951, + "GEOID10": "16406", + "ZCTA5CE10": "16406", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 260 + ], + [ + 566, + 258 + ], + [ + 564, + 258 + ], + [ + 564, + 260 + ], + [ + 566, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44417", + "ALAND10": 86454669, + "AWATER10": 0, + "GEOID10": "44417", + "ZCTA5CE10": "44417", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 259 + ], + [ + 566, + 257 + ], + [ + 564, + 257 + ], + [ + 564, + 259 + ], + [ + 566, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44438", + "ALAND10": 22346720, + "AWATER10": 72524, + "GEOID10": "44438", + "ZCTA5CE10": "44438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 259 + ], + [ + 567, + 257 + ], + [ + 565, + 257 + ], + [ + 565, + 259 + ], + [ + 567, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16159", + "ALAND10": 70564292, + "AWATER10": 105000, + "GEOID10": "16159", + "ZCTA5CE10": "16159", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 266 + ], + [ + 569, + 264 + ], + [ + 567, + 264 + ], + [ + 567, + 266 + ], + [ + 569, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16508", + "ALAND10": 7322671, + "AWATER10": 21314, + "GEOID10": "16508", + "ZCTA5CE10": "16508", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 268 + ], + [ + 571, + 266 + ], + [ + 569, + 266 + ], + [ + 569, + 268 + ], + [ + 571, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14775", + "ALAND10": 139958288, + "AWATER10": 5652520, + "GEOID10": "14775", + "ZCTA5CE10": "14775", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 266 + ], + [ + 572, + 264 + ], + [ + 570, + 264 + ], + [ + 570, + 266 + ], + [ + 572, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14767", + "ALAND10": 138163965, + "AWATER10": 609874, + "GEOID10": "14767", + "ZCTA5CE10": "14767", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 270 + ], + [ + 575, + 268 + ], + [ + 573, + 268 + ], + [ + 573, + 270 + ], + [ + 575, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14006", + "ALAND10": 67004449, + "AWATER10": 1435040, + "GEOID10": "14006", + "ZCTA5CE10": "14006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 268 + ], + [ + 574, + 266 + ], + [ + 572, + 266 + ], + [ + 572, + 268 + ], + [ + 574, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14062", + "ALAND10": 187348889, + "AWATER10": 808705, + "GEOID10": "14062", + "ZCTA5CE10": "14062", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 267 + ], + [ + 574, + 265 + ], + [ + 572, + 265 + ], + [ + 572, + 267 + ], + [ + 574, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14740", + "ALAND10": 67466591, + "AWATER10": 12952, + "GEOID10": "14740", + "ZCTA5CE10": "14740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 269 + ], + [ + 576, + 267 + ], + [ + 574, + 267 + ], + [ + 574, + 269 + ], + [ + 576, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14719", + "ALAND10": 244316745, + "AWATER10": 1516485, + "GEOID10": "14719", + "ZCTA5CE10": "14719", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 268 + ], + [ + 576, + 266 + ], + [ + 574, + 266 + ], + [ + 574, + 268 + ], + [ + 576, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14755", + "ALAND10": 195274745, + "AWATER10": 394967, + "GEOID10": "14755", + "ZCTA5CE10": "14755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 264 + ], + [ + 568, + 262 + ], + [ + 566, + 262 + ], + [ + 566, + 264 + ], + [ + 568, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16403", + "ALAND10": 239711943, + "AWATER10": 946513, + "GEOID10": "16403", + "ZCTA5CE10": "16403", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 263 + ], + [ + 571, + 261 + ], + [ + 569, + 261 + ], + [ + 569, + 263 + ], + [ + 571, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16404", + "ALAND10": 233524021, + "AWATER10": 160467, + "GEOID10": "16404", + "ZCTA5CE10": "16404", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 262 + ], + [ + 570, + 260 + ], + [ + 568, + 260 + ], + [ + 568, + 262 + ], + [ + 570, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16354", + "ALAND10": 320850599, + "AWATER10": 0, + "GEOID10": "16354", + "ZCTA5CE10": "16354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 262 + ], + [ + 570, + 260 + ], + [ + 568, + 260 + ], + [ + 568, + 262 + ], + [ + 570, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16323", + "ALAND10": 260759352, + "AWATER10": 5491250, + "GEOID10": "16323", + "ZCTA5CE10": "16323", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 258 + ], + [ + 569, + 256 + ], + [ + 567, + 256 + ], + [ + 567, + 258 + ], + [ + 569, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16137", + "ALAND10": 279701529, + "AWATER10": 1602294, + "GEOID10": "16137", + "ZCTA5CE10": "16137", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 262 + ], + [ + 571, + 260 + ], + [ + 569, + 260 + ], + [ + 569, + 262 + ], + [ + 571, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16301", + "ALAND10": 276087629, + "AWATER10": 5818332, + "GEOID10": "16301", + "ZCTA5CE10": "16301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 259 + ], + [ + 572, + 257 + ], + [ + 570, + 257 + ], + [ + 570, + 259 + ], + [ + 572, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16373", + "ALAND10": 207260048, + "AWATER10": 6676047, + "GEOID10": "16373", + "ZCTA5CE10": "16373", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 263 + ], + [ + 572, + 261 + ], + [ + 570, + 261 + ], + [ + 570, + 263 + ], + [ + 572, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16340", + "ALAND10": 249427208, + "AWATER10": 0, + "GEOID10": "16340", + "ZCTA5CE10": "16340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 265 + ], + [ + 574, + 263 + ], + [ + 572, + 263 + ], + [ + 572, + 265 + ], + [ + 574, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16365", + "ALAND10": 377515122, + "AWATER10": 5850235, + "GEOID10": "16365", + "ZCTA5CE10": "16365", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 264 + ], + [ + 575, + 262 + ], + [ + 573, + 262 + ], + [ + 573, + 264 + ], + [ + 575, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16313", + "ALAND10": 254732856, + "AWATER10": 351857, + "GEOID10": "16313", + "ZCTA5CE10": "16313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 261 + ], + [ + 575, + 259 + ], + [ + 573, + 259 + ], + [ + 573, + 261 + ], + [ + 575, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16735", + "ALAND10": 709157117, + "AWATER10": 2572206, + "GEOID10": "16735", + "ZCTA5CE10": "16735", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 261 + ], + [ + 573, + 259 + ], + [ + 571, + 259 + ], + [ + 571, + 261 + ], + [ + 573, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16239", + "ALAND10": 510545740, + "AWATER10": 441388, + "GEOID10": "16239", + "ZCTA5CE10": "16239", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 259 + ], + [ + 573, + 257 + ], + [ + 571, + 257 + ], + [ + 571, + 259 + ], + [ + 573, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16254", + "ALAND10": 132059146, + "AWATER10": 1408781, + "GEOID10": "16254", + "ZCTA5CE10": "16254", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 259 + ], + [ + 574, + 257 + ], + [ + 572, + 257 + ], + [ + 572, + 259 + ], + [ + 574, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15860", + "ALAND10": 321805132, + "AWATER10": 2184541, + "GEOID10": "15860", + "ZCTA5CE10": "15860", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 260 + ], + [ + 575, + 258 + ], + [ + 573, + 258 + ], + [ + 573, + 260 + ], + [ + 575, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15825", + "ALAND10": 415347118, + "AWATER10": 2279609, + "GEOID10": "15825", + "ZCTA5CE10": "15825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 258 + ], + [ + 576, + 256 + ], + [ + 574, + 256 + ], + [ + 574, + 258 + ], + [ + 576, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15851", + "ALAND10": 242433417, + "AWATER10": 1098800, + "GEOID10": "15851", + "ZCTA5CE10": "15851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 274 + ], + [ + 578, + 272 + ], + [ + 576, + 272 + ], + [ + 576, + 274 + ], + [ + 578, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14094", + "ALAND10": 315801563, + "AWATER10": 597030, + "GEOID10": "14094", + "ZCTA5CE10": "14094", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 276 + ], + [ + 580, + 274 + ], + [ + 578, + 274 + ], + [ + 578, + 276 + ], + [ + 580, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14411", + "ALAND10": 293400839, + "AWATER10": 886715, + "GEOID10": "14411", + "ZCTA5CE10": "14411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 273 + ], + [ + 582, + 271 + ], + [ + 580, + 271 + ], + [ + 580, + 273 + ], + [ + 582, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14428", + "ALAND10": 132442353, + "AWATER10": 925140, + "GEOID10": "14428", + "ZCTA5CE10": "14428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 275 + ], + [ + 584, + 273 + ], + [ + 582, + 273 + ], + [ + 582, + 275 + ], + [ + 584, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14580", + "ALAND10": 110318964, + "AWATER10": 5393052, + "GEOID10": "14580", + "ZCTA5CE10": "14580", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 283 + ], + [ + 593, + 281 + ], + [ + 591, + 281 + ], + [ + 591, + 283 + ], + [ + 593, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13656", + "ALAND10": 220341938, + "AWATER10": 1564189, + "GEOID10": "13656", + "ZCTA5CE10": "13656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 274 + ], + [ + 586, + 272 + ], + [ + 584, + 272 + ], + [ + 584, + 274 + ], + [ + 586, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14489", + "ALAND10": 175219855, + "AWATER10": 1089524, + "GEOID10": "14489", + "ZCTA5CE10": "14489", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 282 + ], + [ + 591, + 280 + ], + [ + 589, + 280 + ], + [ + 589, + 282 + ], + [ + 591, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13618", + "ALAND10": 130441131, + "AWATER10": 7172337, + "GEOID10": "13618", + "ZCTA5CE10": "13618", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 278 + ], + [ + 591, + 276 + ], + [ + 589, + 276 + ], + [ + 589, + 278 + ], + [ + 591, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13661", + "ALAND10": 119265180, + "AWATER10": 11565172, + "GEOID10": "13661", + "ZCTA5CE10": "13661", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 590, + 276 + ], + [ + 590, + 274 + ], + [ + 588, + 274 + ], + [ + 588, + 276 + ], + [ + 590, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13069", + "ALAND10": 277699639, + "AWATER10": 9551052, + "GEOID10": "13069", + "ZCTA5CE10": "13069", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 590, + 276 + ], + [ + 590, + 274 + ], + [ + 588, + 274 + ], + [ + 588, + 276 + ], + [ + 590, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13114", + "ALAND10": 162872179, + "AWATER10": 1891938, + "GEOID10": "13114", + "ZCTA5CE10": "13114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 276 + ], + [ + 592, + 274 + ], + [ + 590, + 274 + ], + [ + 590, + 276 + ], + [ + 592, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13493", + "ALAND10": 193054473, + "AWATER10": 9506123, + "GEOID10": "13493", + "ZCTA5CE10": "13493", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 273 + ], + [ + 592, + 271 + ], + [ + 590, + 271 + ], + [ + 590, + 273 + ], + [ + 592, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13116", + "ALAND10": 3421062, + "AWATER10": 0, + "GEOID10": "13116", + "ZCTA5CE10": "13116", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 272 + ], + [ + 578, + 270 + ], + [ + 576, + 270 + ], + [ + 576, + 272 + ], + [ + 578, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14004", + "ALAND10": 124136543, + "AWATER10": 861299, + "GEOID10": "14004", + "ZCTA5CE10": "14004", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 269 + ], + [ + 578, + 267 + ], + [ + 576, + 267 + ], + [ + 576, + 269 + ], + [ + 578, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14030", + "ALAND10": 51454114, + "AWATER10": 558665, + "GEOID10": "14030", + "ZCTA5CE10": "14030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 273 + ], + [ + 580, + 271 + ], + [ + 578, + 271 + ], + [ + 578, + 273 + ], + [ + 580, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14482", + "ALAND10": 151540204, + "AWATER10": 327396, + "GEOID10": "14482", + "ZCTA5CE10": "14482", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 271 + ], + [ + 580, + 269 + ], + [ + 578, + 269 + ], + [ + 578, + 271 + ], + [ + 580, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14591", + "ALAND10": 104664845, + "AWATER10": 64307, + "GEOID10": "14591", + "ZCTA5CE10": "14591", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 269 + ], + [ + 579, + 267 + ], + [ + 577, + 267 + ], + [ + 577, + 269 + ], + [ + 579, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14042", + "ALAND10": 118221897, + "AWATER10": 634113, + "GEOID10": "14042", + "ZCTA5CE10": "14042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 268 + ], + [ + 579, + 266 + ], + [ + 577, + 266 + ], + [ + 577, + 268 + ], + [ + 579, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14737", + "ALAND10": 285522811, + "AWATER10": 930916, + "GEOID10": "14737", + "ZCTA5CE10": "14737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 269 + ], + [ + 580, + 267 + ], + [ + 578, + 267 + ], + [ + 578, + 269 + ], + [ + 580, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14024", + "ALAND10": 163629937, + "AWATER10": 1155364, + "GEOID10": "14024", + "ZCTA5CE10": "14024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 266 + ], + [ + 579, + 264 + ], + [ + 577, + 264 + ], + [ + 577, + 266 + ], + [ + 579, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14743", + "ALAND10": 112522252, + "AWATER10": 78914, + "GEOID10": "14743", + "ZCTA5CE10": "14743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 273 + ], + [ + 582, + 271 + ], + [ + 580, + 271 + ], + [ + 580, + 273 + ], + [ + 582, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14543", + "ALAND10": 65183881, + "AWATER10": 918476, + "GEOID10": "14543", + "ZCTA5CE10": "14543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 272 + ], + [ + 582, + 270 + ], + [ + 580, + 270 + ], + [ + 580, + 272 + ], + [ + 582, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14454", + "ALAND10": 131114262, + "AWATER10": 50464, + "GEOID10": "14454", + "ZCTA5CE10": "14454", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 269 + ], + [ + 583, + 267 + ], + [ + 581, + 267 + ], + [ + 581, + 269 + ], + [ + 583, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14437", + "ALAND10": 321419912, + "AWATER10": 142090, + "GEOID10": "14437", + "ZCTA5CE10": "14437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 269 + ], + [ + 583, + 267 + ], + [ + 581, + 267 + ], + [ + 581, + 269 + ], + [ + 583, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14572", + "ALAND10": 193554489, + "AWATER10": 830473, + "GEOID10": "14572", + "ZCTA5CE10": "14572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 268 + ], + [ + 581, + 266 + ], + [ + 579, + 266 + ], + [ + 579, + 268 + ], + [ + 581, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14804", + "ALAND10": 144718768, + "AWATER10": 232122, + "GEOID10": "14804", + "ZCTA5CE10": "14804", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 269 + ], + [ + 583, + 267 + ], + [ + 581, + 267 + ], + [ + 581, + 269 + ], + [ + 583, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14807", + "ALAND10": 175202250, + "AWATER10": 577224, + "GEOID10": "14807", + "ZCTA5CE10": "14807", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 268 + ], + [ + 583, + 266 + ], + [ + 581, + 266 + ], + [ + 581, + 268 + ], + [ + 583, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14843", + "ALAND10": 260484650, + "AWATER10": 902824, + "GEOID10": "14843", + "ZCTA5CE10": "14843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 266 + ], + [ + 584, + 264 + ], + [ + 582, + 264 + ], + [ + 582, + 266 + ], + [ + 584, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14885", + "ALAND10": 108874678, + "AWATER10": 0, + "GEOID10": "14885", + "ZCTA5CE10": "14885", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 264 + ], + [ + 577, + 262 + ], + [ + 575, + 262 + ], + [ + 575, + 264 + ], + [ + 577, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16726", + "ALAND10": 65960727, + "AWATER10": 12602, + "GEOID10": "16726", + "ZCTA5CE10": "16726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 265 + ], + [ + 579, + 263 + ], + [ + 577, + 263 + ], + [ + 577, + 265 + ], + [ + 579, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16748", + "ALAND10": 267341086, + "AWATER10": 530354, + "GEOID10": "16748", + "ZCTA5CE10": "16748", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 265 + ], + [ + 578, + 263 + ], + [ + 576, + 263 + ], + [ + 576, + 265 + ], + [ + 578, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16749", + "ALAND10": 424505729, + "AWATER10": 1524845, + "GEOID10": "16749", + "ZCTA5CE10": "16749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 261 + ], + [ + 582, + 259 + ], + [ + 580, + 259 + ], + [ + 580, + 261 + ], + [ + 582, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16720", + "ALAND10": 758186476, + "AWATER10": 546566, + "GEOID10": "16720", + "ZCTA5CE10": "16720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 261 + ], + [ + 577, + 259 + ], + [ + 575, + 259 + ], + [ + 575, + 261 + ], + [ + 577, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15857", + "ALAND10": 259401642, + "AWATER10": 526014, + "GEOID10": "15857", + "ZCTA5CE10": "15857", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 261 + ], + [ + 580, + 259 + ], + [ + 578, + 259 + ], + [ + 578, + 261 + ], + [ + 580, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15834", + "ALAND10": 528715478, + "AWATER10": 1535620, + "GEOID10": "15834", + "ZCTA5CE10": "15834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 261 + ], + [ + 581, + 259 + ], + [ + 579, + 259 + ], + [ + 579, + 261 + ], + [ + 581, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15861", + "ALAND10": 174556609, + "AWATER10": 1592191, + "GEOID10": "15861", + "ZCTA5CE10": "15861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 258 + ], + [ + 580, + 256 + ], + [ + 578, + 256 + ], + [ + 578, + 258 + ], + [ + 580, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16836", + "ALAND10": 316048048, + "AWATER10": 1736886, + "GEOID10": "16836", + "ZCTA5CE10": "16836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 256 + ], + [ + 579, + 254 + ], + [ + 577, + 254 + ], + [ + 577, + 256 + ], + [ + 579, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16866", + "ALAND10": 414530016, + "AWATER10": 1125099, + "GEOID10": "16866", + "ZCTA5CE10": "16866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 264 + ], + [ + 582, + 262 + ], + [ + 580, + 262 + ], + [ + 580, + 264 + ], + [ + 582, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16943", + "ALAND10": 97661922, + "AWATER10": 43527, + "GEOID10": "16943", + "ZCTA5CE10": "16943", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 265 + ], + [ + 583, + 263 + ], + [ + 581, + 263 + ], + [ + 581, + 265 + ], + [ + 583, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16950", + "ALAND10": 296887763, + "AWATER10": 503139, + "GEOID10": "16950", + "ZCTA5CE10": "16950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 264 + ], + [ + 583, + 262 + ], + [ + 581, + 262 + ], + [ + 581, + 264 + ], + [ + 583, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16922", + "ALAND10": 396722121, + "AWATER10": 235908, + "GEOID10": "16922", + "ZCTA5CE10": "16922", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 259 + ], + [ + 583, + 257 + ], + [ + 581, + 257 + ], + [ + 581, + 259 + ], + [ + 583, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17764", + "ALAND10": 414515224, + "AWATER10": 4934388, + "GEOID10": "17764", + "ZCTA5CE10": "17764", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 258 + ], + [ + 583, + 256 + ], + [ + 581, + 256 + ], + [ + 581, + 258 + ], + [ + 583, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16822", + "ALAND10": 254656668, + "AWATER10": 616176, + "GEOID10": "16822", + "ZCTA5CE10": "16822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 258 + ], + [ + 585, + 256 + ], + [ + 583, + 256 + ], + [ + 583, + 258 + ], + [ + 585, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17745", + "ALAND10": 559196953, + "AWATER10": 6748744, + "GEOID10": "17745", + "ZCTA5CE10": "17745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 258 + ], + [ + 584, + 256 + ], + [ + 582, + 256 + ], + [ + 582, + 258 + ], + [ + 584, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17751", + "ALAND10": 326919542, + "AWATER10": 4596844, + "GEOID10": "17751", + "ZCTA5CE10": "17751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 273 + ], + [ + 587, + 271 + ], + [ + 585, + 271 + ], + [ + 585, + 273 + ], + [ + 587, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14456", + "ALAND10": 202040602, + "AWATER10": 453560, + "GEOID10": "14456", + "ZCTA5CE10": "14456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 269 + ], + [ + 586, + 267 + ], + [ + 584, + 267 + ], + [ + 584, + 269 + ], + [ + 586, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14527", + "ALAND10": 350773745, + "AWATER10": 303368, + "GEOID10": "14527", + "ZCTA5CE10": "14527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 271 + ], + [ + 587, + 269 + ], + [ + 585, + 269 + ], + [ + 585, + 271 + ], + [ + 587, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13165", + "ALAND10": 176075993, + "AWATER10": 848546, + "GEOID10": "13165", + "ZCTA5CE10": "13165", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 269 + ], + [ + 584, + 267 + ], + [ + 582, + 267 + ], + [ + 582, + 269 + ], + [ + 584, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14873", + "ALAND10": 191366212, + "AWATER10": 363843, + "GEOID10": "14873", + "ZCTA5CE10": "14873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 266 + ], + [ + 584, + 264 + ], + [ + 582, + 264 + ], + [ + 582, + 266 + ], + [ + 584, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14820", + "ALAND10": 79614974, + "AWATER10": 66440, + "GEOID10": "14820", + "ZCTA5CE10": "14820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 265 + ], + [ + 586, + 263 + ], + [ + 584, + 263 + ], + [ + 584, + 265 + ], + [ + 586, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14830", + "ALAND10": 232759271, + "AWATER10": 2074915, + "GEOID10": "14830", + "ZCTA5CE10": "14830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 266 + ], + [ + 587, + 264 + ], + [ + 585, + 264 + ], + [ + 585, + 266 + ], + [ + 587, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14814", + "ALAND10": 22293849, + "AWATER10": 761146, + "GEOID10": "14814", + "ZCTA5CE10": "14814", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 273 + ], + [ + 588, + 271 + ], + [ + 586, + 271 + ], + [ + 586, + 273 + ], + [ + 588, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13021", + "ALAND10": 311304686, + "AWATER10": 580004, + "GEOID10": "13021", + "ZCTA5CE10": "13021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 272 + ], + [ + 591, + 270 + ], + [ + 589, + 270 + ], + [ + 589, + 272 + ], + [ + 591, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13108", + "ALAND10": 75564309, + "AWATER10": 74517, + "GEOID10": "13108", + "ZCTA5CE10": "13108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 271 + ], + [ + 589, + 269 + ], + [ + 587, + 269 + ], + [ + 587, + 271 + ], + [ + 589, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13118", + "ALAND10": 265443788, + "AWATER10": 493366, + "GEOID10": "13118", + "ZCTA5CE10": "13118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 272 + ], + [ + 592, + 270 + ], + [ + 590, + 270 + ], + [ + 590, + 272 + ], + [ + 592, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13078", + "ALAND10": 100868767, + "AWATER10": 1157963, + "GEOID10": "13078", + "ZCTA5CE10": "13078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 269 + ], + [ + 593, + 267 + ], + [ + 591, + 267 + ], + [ + 591, + 269 + ], + [ + 593, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13040", + "ALAND10": 248912969, + "AWATER10": 1373898, + "GEOID10": "13040", + "ZCTA5CE10": "13040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 268 + ], + [ + 589, + 266 + ], + [ + 587, + 266 + ], + [ + 587, + 268 + ], + [ + 589, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US14883", + "ALAND10": 186728194, + "AWATER10": 1278680, + "GEOID10": "14883", + "ZCTA5CE10": "14883", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 269 + ], + [ + 591, + 267 + ], + [ + 589, + 267 + ], + [ + 589, + 269 + ], + [ + 591, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13045", + "ALAND10": 276039338, + "AWATER10": 882249, + "GEOID10": "13045", + "ZCTA5CE10": "13045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 270 + ], + [ + 591, + 268 + ], + [ + 589, + 268 + ], + [ + 589, + 270 + ], + [ + 591, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13803", + "ALAND10": 232332248, + "AWATER10": 766076, + "GEOID10": "13803", + "ZCTA5CE10": "13803", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 267 + ], + [ + 592, + 265 + ], + [ + 590, + 265 + ], + [ + 590, + 267 + ], + [ + 592, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13797", + "ALAND10": 86244061, + "AWATER10": 282994, + "GEOID10": "13797", + "ZCTA5CE10": "13797", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 264 + ], + [ + 587, + 262 + ], + [ + 585, + 262 + ], + [ + 585, + 264 + ], + [ + 587, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16933", + "ALAND10": 252428442, + "AWATER10": 250556, + "GEOID10": "16933", + "ZCTA5CE10": "16933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 262 + ], + [ + 584, + 260 + ], + [ + 582, + 260 + ], + [ + 582, + 262 + ], + [ + 584, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16901", + "ALAND10": 602272553, + "AWATER10": 1531193, + "GEOID10": "16901", + "ZCTA5CE10": "16901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 264 + ], + [ + 587, + 262 + ], + [ + 585, + 262 + ], + [ + 585, + 264 + ], + [ + 587, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16932", + "ALAND10": 55182774, + "AWATER10": 99246, + "GEOID10": "16932", + "ZCTA5CE10": "16932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 263 + ], + [ + 586, + 261 + ], + [ + 584, + 261 + ], + [ + 584, + 263 + ], + [ + 586, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17724", + "ALAND10": 290308704, + "AWATER10": 1299474, + "GEOID10": "17724", + "ZCTA5CE10": "17724", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 260 + ], + [ + 585, + 258 + ], + [ + 583, + 258 + ], + [ + 583, + 260 + ], + [ + 585, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17740", + "ALAND10": 352981096, + "AWATER10": 5105758, + "GEOID10": "17740", + "ZCTA5CE10": "17740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 262 + ], + [ + 588, + 260 + ], + [ + 586, + 260 + ], + [ + 586, + 262 + ], + [ + 588, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17771", + "ALAND10": 558903093, + "AWATER10": 4668161, + "GEOID10": "17771", + "ZCTA5CE10": "17771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 261 + ], + [ + 588, + 259 + ], + [ + 586, + 259 + ], + [ + 586, + 261 + ], + [ + 588, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17701", + "ALAND10": 231657055, + "AWATER10": 3961798, + "GEOID10": "17701", + "ZCTA5CE10": "17701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 258 + ], + [ + 587, + 256 + ], + [ + 585, + 256 + ], + [ + 585, + 258 + ], + [ + 587, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17810", + "ALAND10": 146975392, + "AWATER10": 817824, + "GEOID10": "17810", + "ZCTA5CE10": "17810", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 265 + ], + [ + 588, + 263 + ], + [ + 586, + 263 + ], + [ + 586, + 265 + ], + [ + 588, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18840", + "ALAND10": 116665384, + "AWATER10": 2014872, + "GEOID10": "18840", + "ZCTA5CE10": "18840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 590, + 264 + ], + [ + 590, + 262 + ], + [ + 588, + 262 + ], + [ + 588, + 264 + ], + [ + 590, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18854", + "ALAND10": 68708191, + "AWATER10": 1769328, + "GEOID10": "18854", + "ZCTA5CE10": "18854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 590, + 264 + ], + [ + 590, + 262 + ], + [ + 588, + 262 + ], + [ + 588, + 264 + ], + [ + 590, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18837", + "ALAND10": 233451266, + "AWATER10": 1336941, + "GEOID10": "18837", + "ZCTA5CE10": "18837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 263 + ], + [ + 591, + 261 + ], + [ + 589, + 261 + ], + [ + 589, + 263 + ], + [ + 591, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18846", + "ALAND10": 69804614, + "AWATER10": 1711947, + "GEOID10": "18846", + "ZCTA5CE10": "18846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 261 + ], + [ + 589, + 259 + ], + [ + 587, + 259 + ], + [ + 587, + 261 + ], + [ + 589, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18614", + "ALAND10": 357037461, + "AWATER10": 1844593, + "GEOID10": "18614", + "ZCTA5CE10": "18614", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 258 + ], + [ + 589, + 256 + ], + [ + 587, + 256 + ], + [ + 587, + 258 + ], + [ + 589, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17846", + "ALAND10": 120289215, + "AWATER10": 483243, + "GEOID10": "17846", + "ZCTA5CE10": "17846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 259 + ], + [ + 589, + 257 + ], + [ + 587, + 257 + ], + [ + 587, + 259 + ], + [ + 589, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17815", + "ALAND10": 351890877, + "AWATER10": 8198636, + "GEOID10": "17815", + "ZCTA5CE10": "17815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 260 + ], + [ + 591, + 258 + ], + [ + 589, + 258 + ], + [ + 589, + 260 + ], + [ + 591, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18612", + "ALAND10": 139594071, + "AWATER10": 3163656, + "GEOID10": "18612", + "ZCTA5CE10": "18612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 258 + ], + [ + 592, + 256 + ], + [ + 590, + 256 + ], + [ + 590, + 258 + ], + [ + 592, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18707", + "ALAND10": 128790176, + "AWATER10": 1296426, + "GEOID10": "18707", + "ZCTA5CE10": "18707", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 283 + ], + [ + 593, + 281 + ], + [ + 591, + 281 + ], + [ + 591, + 283 + ], + [ + 593, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13679", + "ALAND10": 161832216, + "AWATER10": 13042670, + "GEOID10": "13679", + "ZCTA5CE10": "13679", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 283 + ], + [ + 595, + 281 + ], + [ + 593, + 281 + ], + [ + 593, + 283 + ], + [ + 595, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13608", + "ALAND10": 102456420, + "AWATER10": 1501360, + "GEOID10": "13608", + "ZCTA5CE10": "13608", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 285 + ], + [ + 595, + 283 + ], + [ + 593, + 283 + ], + [ + 593, + 285 + ], + [ + 595, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13654", + "ALAND10": 172279508, + "AWATER10": 10367355, + "GEOID10": "13654", + "ZCTA5CE10": "13654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 283 + ], + [ + 597, + 281 + ], + [ + 595, + 281 + ], + [ + 595, + 283 + ], + [ + 597, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13648", + "ALAND10": 474660992, + "AWATER10": 12603393, + "GEOID10": "13648", + "ZCTA5CE10": "13648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 288 + ], + [ + 599, + 286 + ], + [ + 597, + 286 + ], + [ + 597, + 288 + ], + [ + 599, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13667", + "ALAND10": 128469725, + "AWATER10": 1077708, + "GEOID10": "13667", + "ZCTA5CE10": "13667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 287 + ], + [ + 599, + 285 + ], + [ + 597, + 285 + ], + [ + 597, + 287 + ], + [ + 599, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13613", + "ALAND10": 215762922, + "AWATER10": 2090794, + "GEOID10": "13613", + "ZCTA5CE10": "13613", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 598, + 282 + ], + [ + 598, + 280 + ], + [ + 596, + 280 + ], + [ + 596, + 282 + ], + [ + 598, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13684", + "ALAND10": 408427847, + "AWATER10": 3547330, + "GEOID10": "13684", + "ZCTA5CE10": "13684", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 284 + ], + [ + 597, + 282 + ], + [ + 595, + 282 + ], + [ + 595, + 284 + ], + [ + 597, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13635", + "ALAND10": 143125671, + "AWATER10": 2904061, + "GEOID10": "13635", + "ZCTA5CE10": "13635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 284 + ], + [ + 600, + 282 + ], + [ + 598, + 282 + ], + [ + 598, + 284 + ], + [ + 600, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13672", + "ALAND10": 322973571, + "AWATER10": 4439042, + "GEOID10": "13672", + "ZCTA5CE10": "13672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 283 + ], + [ + 600, + 281 + ], + [ + 598, + 281 + ], + [ + 598, + 283 + ], + [ + 600, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12973", + "ALAND10": 92427907, + "AWATER10": 3114247, + "GEOID10": "12973", + "ZCTA5CE10": "12973", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 284 + ], + [ + 600, + 282 + ], + [ + 598, + 282 + ], + [ + 598, + 284 + ], + [ + 600, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12986", + "ALAND10": 586252345, + "AWATER10": 61418471, + "GEOID10": "12986", + "ZCTA5CE10": "12986", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 598, + 282 + ], + [ + 601, + 281 + ], + [ + 601, + 280 + ], + [ + 598, + 278 + ], + [ + 598, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12847", + "ALAND10": 1141124779, + "AWATER10": 98234535, + "GEOID10": "12847", + "ZCTA5CE10": "12847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 280 + ], + [ + 593, + 278 + ], + [ + 591, + 278 + ], + [ + 591, + 280 + ], + [ + 593, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13682", + "ALAND10": 81189682, + "AWATER10": 117423, + "GEOID10": "13682", + "ZCTA5CE10": "13682", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 281 + ], + [ + 596, + 279 + ], + [ + 594, + 279 + ], + [ + 594, + 281 + ], + [ + 596, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13665", + "ALAND10": 112287413, + "AWATER10": 525833, + "GEOID10": "13665", + "ZCTA5CE10": "13665", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 280 + ], + [ + 595, + 278 + ], + [ + 593, + 278 + ], + [ + 593, + 280 + ], + [ + 595, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13327", + "ALAND10": 345551435, + "AWATER10": 6744206, + "GEOID10": "13327", + "ZCTA5CE10": "13327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 279 + ], + [ + 596, + 281 + ], + [ + 598, + 280 + ], + [ + 597, + 279 + ], + [ + 596, + 279 + ] + ] + ], + [ + [ + [ + 596, + 279 + ], + [ + 592, + 277 + ], + [ + 594, + 279 + ], + [ + 596, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13367", + "ALAND10": 1174191054, + "AWATER10": 45804506, + "GEOID10": "13367", + "ZCTA5CE10": "13367", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 277 + ], + [ + 594, + 275 + ], + [ + 592, + 275 + ], + [ + 592, + 277 + ], + [ + 594, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13437", + "ALAND10": 248962745, + "AWATER10": 1331911, + "GEOID10": "13437", + "ZCTA5CE10": "13437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 274 + ], + [ + 594, + 272 + ], + [ + 592, + 272 + ], + [ + 592, + 274 + ], + [ + 594, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13054", + "ALAND10": 57242719, + "AWATER10": 469493, + "GEOID10": "13054", + "ZCTA5CE10": "13054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 274 + ], + [ + 597, + 272 + ], + [ + 595, + 272 + ], + [ + 595, + 274 + ], + [ + 597, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13354", + "ALAND10": 134888623, + "AWATER10": 139987, + "GEOID10": "13354", + "ZCTA5CE10": "13354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 598, + 279 + ], + [ + 598, + 277 + ], + [ + 596, + 277 + ], + [ + 596, + 279 + ], + [ + 598, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13331", + "ALAND10": 208930521, + "AWATER10": 12099578, + "GEOID10": "13331", + "ZCTA5CE10": "13331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 278 + ], + [ + 595, + 276 + ], + [ + 593, + 276 + ], + [ + 593, + 278 + ], + [ + 595, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13343", + "ALAND10": 145505920, + "AWATER10": 2471472, + "GEOID10": "13343", + "ZCTA5CE10": "13343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 278 + ], + [ + 600, + 276 + ], + [ + 598, + 276 + ], + [ + 598, + 278 + ], + [ + 600, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13353", + "ALAND10": 512596273, + "AWATER10": 9624968, + "GEOID10": "13353", + "ZCTA5CE10": "13353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 276 + ], + [ + 597, + 274 + ], + [ + 595, + 274 + ], + [ + 595, + 276 + ], + [ + 597, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13338", + "ALAND10": 629532014, + "AWATER10": 14157254, + "GEOID10": "13338", + "ZCTA5CE10": "13338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 275 + ], + [ + 597, + 273 + ], + [ + 595, + 273 + ], + [ + 595, + 275 + ], + [ + 597, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13304", + "ALAND10": 45029112, + "AWATER10": 603772, + "GEOID10": "13304", + "ZCTA5CE10": "13304", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 598, + 275 + ], + [ + 598, + 273 + ], + [ + 596, + 273 + ], + [ + 596, + 275 + ], + [ + 598, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13324", + "ALAND10": 309102933, + "AWATER10": 11336674, + "GEOID10": "13324", + "ZCTA5CE10": "13324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 275 + ], + [ + 601, + 273 + ], + [ + 599, + 273 + ], + [ + 599, + 275 + ], + [ + 601, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12139", + "ALAND10": 619227453, + "AWATER10": 25959207, + "GEOID10": "12139", + "ZCTA5CE10": "12139", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 289 + ], + [ + 601, + 287 + ], + [ + 599, + 287 + ], + [ + 599, + 289 + ], + [ + 601, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12926", + "ALAND10": 125563773, + "AWATER10": 54991, + "GEOID10": "12926", + "ZCTA5CE10": "12926", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 288 + ], + [ + 601, + 286 + ], + [ + 599, + 286 + ], + [ + 599, + 288 + ], + [ + 601, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12953", + "ALAND10": 544981987, + "AWATER10": 11221535, + "GEOID10": "12953", + "ZCTA5CE10": "12953", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 604, + 287 + ], + [ + 604, + 285 + ], + [ + 602, + 285 + ], + [ + 602, + 287 + ], + [ + 604, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12934", + "ALAND10": 152425982, + "AWATER10": 54712, + "GEOID10": "12934", + "ZCTA5CE10": "12934", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 602, + 286 + ], + [ + 602, + 284 + ], + [ + 600, + 284 + ], + [ + 600, + 286 + ], + [ + 602, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12980", + "ALAND10": 662497495, + "AWATER10": 8880171, + "GEOID10": "12980", + "ZCTA5CE10": "12980", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 602, + 283 + ], + [ + 602, + 281 + ], + [ + 600, + 281 + ], + [ + 600, + 283 + ], + [ + 602, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12945", + "ALAND10": 85994178, + "AWATER10": 18693731, + "GEOID10": "12945", + "ZCTA5CE10": "12945", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 604, + 285 + ], + [ + 604, + 283 + ], + [ + 602, + 283 + ], + [ + 602, + 285 + ], + [ + 604, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12981", + "ALAND10": 274551899, + "AWATER10": 2005452, + "GEOID10": "12981", + "ZCTA5CE10": "12981", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 602, + 282 + ], + [ + 602, + 280 + ], + [ + 600, + 280 + ], + [ + 600, + 282 + ], + [ + 602, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12983", + "ALAND10": 545205467, + "AWATER10": 53328117, + "GEOID10": "12983", + "ZCTA5CE10": "12983", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 289 + ], + [ + 605, + 287 + ], + [ + 603, + 287 + ], + [ + 603, + 289 + ], + [ + 605, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12959", + "ALAND10": 100046310, + "AWATER10": 261371, + "GEOID10": "12959", + "ZCTA5CE10": "12959", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 287 + ], + [ + 607, + 285 + ], + [ + 605, + 285 + ], + [ + 605, + 287 + ], + [ + 607, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12992", + "ALAND10": 164637554, + "AWATER10": 331199, + "GEOID10": "12992", + "ZCTA5CE10": "12992", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 608, + 287 + ], + [ + 608, + 285 + ], + [ + 606, + 285 + ], + [ + 606, + 287 + ], + [ + 608, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05458", + "ALAND10": 42418665, + "AWATER10": 38233, + "GEOID10": "05458", + "ZCTA5CE10": "05458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 282 + ], + [ + 605, + 280 + ], + [ + 603, + 280 + ], + [ + 603, + 282 + ], + [ + 605, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12943", + "ALAND10": 266783295, + "AWATER10": 1434185, + "GEOID10": "12943", + "ZCTA5CE10": "12943", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 606, + 283 + ], + [ + 606, + 281 + ], + [ + 604, + 281 + ], + [ + 604, + 283 + ], + [ + 606, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12932", + "ALAND10": 165054747, + "AWATER10": 2025047, + "GEOID10": "12932", + "ZCTA5CE10": "12932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 283 + ], + [ + 607, + 281 + ], + [ + 605, + 281 + ], + [ + 605, + 283 + ], + [ + 607, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12936", + "ALAND10": 79797314, + "AWATER10": 246063, + "GEOID10": "12936", + "ZCTA5CE10": "12936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 283 + ], + [ + 609, + 281 + ], + [ + 607, + 281 + ], + [ + 607, + 283 + ], + [ + 609, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05443", + "ALAND10": 293742069, + "AWATER10": 2780277, + "GEOID10": "05443", + "ZCTA5CE10": "05443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 602, + 280 + ], + [ + 602, + 278 + ], + [ + 600, + 278 + ], + [ + 600, + 280 + ], + [ + 602, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12812", + "ALAND10": 160448202, + "AWATER10": 11741976, + "GEOID10": "12812", + "ZCTA5CE10": "12812", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 279 + ], + [ + 603, + 277 + ], + [ + 601, + 277 + ], + [ + 601, + 279 + ], + [ + 603, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12842", + "ALAND10": 491174144, + "AWATER10": 25650692, + "GEOID10": "12842", + "ZCTA5CE10": "12842", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 604, + 280 + ], + [ + 604, + 278 + ], + [ + 602, + 278 + ], + [ + 602, + 280 + ], + [ + 604, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12870", + "ALAND10": 276868313, + "AWATER10": 18295680, + "GEOID10": "12870", + "ZCTA5CE10": "12870", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 276 + ], + [ + 601, + 274 + ], + [ + 599, + 274 + ], + [ + 599, + 276 + ], + [ + 601, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12190", + "ALAND10": 457909174, + "AWATER10": 4051730, + "GEOID10": "12190", + "ZCTA5CE10": "12190", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 279 + ], + [ + 603, + 277 + ], + [ + 601, + 277 + ], + [ + 601, + 279 + ], + [ + 603, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12856", + "ALAND10": 164698810, + "AWATER10": 2777920, + "GEOID10": "12856", + "ZCTA5CE10": "12856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 275 + ], + [ + 605, + 273 + ], + [ + 603, + 273 + ], + [ + 603, + 275 + ], + [ + 605, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12835", + "ALAND10": 252287151, + "AWATER10": 5089050, + "GEOID10": "12835", + "ZCTA5CE10": "12835", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 275 + ], + [ + 605, + 273 + ], + [ + 603, + 273 + ], + [ + 603, + 275 + ], + [ + 605, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12846", + "ALAND10": 150650103, + "AWATER10": 3007746, + "GEOID10": "12846", + "ZCTA5CE10": "12846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 606, + 281 + ], + [ + 606, + 279 + ], + [ + 604, + 279 + ], + [ + 604, + 281 + ], + [ + 606, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12998", + "ALAND10": 31177925, + "AWATER10": 319714, + "GEOID10": "12998", + "ZCTA5CE10": "12998", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 279 + ], + [ + 607, + 277 + ], + [ + 605, + 277 + ], + [ + 605, + 279 + ], + [ + 607, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12861", + "ALAND10": 84927998, + "AWATER10": 1465755, + "GEOID10": "12861", + "ZCTA5CE10": "12861", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 608, + 280 + ], + [ + 608, + 278 + ], + [ + 606, + 278 + ], + [ + 606, + 280 + ], + [ + 608, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05753", + "ALAND10": 219488860, + "AWATER10": 2771929, + "GEOID10": "05753", + "ZCTA5CE10": "05753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 279 + ], + [ + 607, + 277 + ], + [ + 605, + 277 + ], + [ + 605, + 279 + ], + [ + 607, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05743", + "ALAND10": 256047595, + "AWATER10": 5864632, + "GEOID10": "05743", + "ZCTA5CE10": "05743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 278 + ], + [ + 605, + 276 + ], + [ + 603, + 276 + ], + [ + 603, + 278 + ], + [ + 605, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12885", + "ALAND10": 186061500, + "AWATER10": 4891482, + "GEOID10": "12885", + "ZCTA5CE10": "12885", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 274 + ], + [ + 605, + 272 + ], + [ + 603, + 272 + ], + [ + 603, + 274 + ], + [ + 605, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12866", + "ALAND10": 173579687, + "AWATER10": 10608104, + "GEOID10": "12866", + "ZCTA5CE10": "12866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 277 + ], + [ + 607, + 275 + ], + [ + 605, + 275 + ], + [ + 605, + 277 + ], + [ + 607, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12832", + "ALAND10": 208196749, + "AWATER10": 1643260, + "GEOID10": "12832", + "ZCTA5CE10": "12832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 274 + ], + [ + 607, + 272 + ], + [ + 605, + 272 + ], + [ + 605, + 274 + ], + [ + 607, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12865", + "ALAND10": 187382100, + "AWATER10": 886284, + "GEOID10": "12865", + "ZCTA5CE10": "12865", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 272 + ], + [ + 593, + 270 + ], + [ + 591, + 270 + ], + [ + 591, + 272 + ], + [ + 593, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13035", + "ALAND10": 193694605, + "AWATER10": 5066142, + "GEOID10": "13035", + "ZCTA5CE10": "13035", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 274 + ], + [ + 595, + 272 + ], + [ + 593, + 272 + ], + [ + 593, + 274 + ], + [ + 595, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13477", + "ALAND10": 52448092, + "AWATER10": 0, + "GEOID10": "13477", + "ZCTA5CE10": "13477", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 271 + ], + [ + 595, + 269 + ], + [ + 593, + 269 + ], + [ + 593, + 271 + ], + [ + 595, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13332", + "ALAND10": 127385347, + "AWATER10": 379821, + "GEOID10": "13332", + "ZCTA5CE10": "13332", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 271 + ], + [ + 596, + 269 + ], + [ + 594, + 269 + ], + [ + 594, + 271 + ], + [ + 596, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13411", + "ALAND10": 177298502, + "AWATER10": 742446, + "GEOID10": "13411", + "ZCTA5CE10": "13411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 268 + ], + [ + 595, + 266 + ], + [ + 593, + 266 + ], + [ + 593, + 268 + ], + [ + 595, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13830", + "ALAND10": 286161143, + "AWATER10": 2053180, + "GEOID10": "13830", + "ZCTA5CE10": "13830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 266 + ], + [ + 594, + 264 + ], + [ + 592, + 264 + ], + [ + 592, + 266 + ], + [ + 594, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13826", + "ALAND10": 2187856, + "AWATER10": 617040, + "GEOID10": "13826", + "ZCTA5CE10": "13826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 268 + ], + [ + 594, + 266 + ], + [ + 592, + 266 + ], + [ + 592, + 268 + ], + [ + 594, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13730", + "ALAND10": 127038268, + "AWATER10": 1444933, + "GEOID10": "13730", + "ZCTA5CE10": "13730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 268 + ], + [ + 597, + 266 + ], + [ + 595, + 266 + ], + [ + 595, + 268 + ], + [ + 597, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13856", + "ALAND10": 479451542, + "AWATER10": 11973411, + "GEOID10": "13856", + "ZCTA5CE10": "13856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 272 + ], + [ + 596, + 270 + ], + [ + 594, + 270 + ], + [ + 594, + 272 + ], + [ + 596, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13491", + "ALAND10": 187383757, + "AWATER10": 125322, + "GEOID10": "13491", + "ZCTA5CE10": "13491", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 268 + ], + [ + 597, + 266 + ], + [ + 595, + 266 + ], + [ + 595, + 268 + ], + [ + 597, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13820", + "ALAND10": 277894804, + "AWATER10": 1152362, + "GEOID10": "13820", + "ZCTA5CE10": "13820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 272 + ], + [ + 599, + 270 + ], + [ + 597, + 270 + ], + [ + 597, + 272 + ], + [ + 599, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13326", + "ALAND10": 247053832, + "AWATER10": 1647187, + "GEOID10": "13326", + "ZCTA5CE10": "13326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 269 + ], + [ + 597, + 267 + ], + [ + 595, + 267 + ], + [ + 595, + 269 + ], + [ + 597, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13825", + "ALAND10": 146530619, + "AWATER10": 410651, + "GEOID10": "13825", + "ZCTA5CE10": "13825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 271 + ], + [ + 600, + 269 + ], + [ + 598, + 269 + ], + [ + 598, + 271 + ], + [ + 600, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12197", + "ALAND10": 173618475, + "AWATER10": 937450, + "GEOID10": "12197", + "ZCTA5CE10": "12197", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 268 + ], + [ + 599, + 266 + ], + [ + 597, + 266 + ], + [ + 597, + 268 + ], + [ + 599, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13788", + "ALAND10": 91457407, + "AWATER10": 136734, + "GEOID10": "13788", + "ZCTA5CE10": "13788", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 266 + ], + [ + 593, + 264 + ], + [ + 591, + 264 + ], + [ + 591, + 266 + ], + [ + 593, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13903", + "ALAND10": 102580919, + "AWATER10": 1230953, + "GEOID10": "13903", + "ZCTA5CE10": "13903", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 264 + ], + [ + 594, + 262 + ], + [ + 592, + 262 + ], + [ + 592, + 264 + ], + [ + 594, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18826", + "ALAND10": 118229322, + "AWATER10": 1192076, + "GEOID10": "18826", + "ZCTA5CE10": "18826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 263 + ], + [ + 594, + 261 + ], + [ + 592, + 261 + ], + [ + 592, + 263 + ], + [ + 594, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18847", + "ALAND10": 365416704, + "AWATER10": 5776254, + "GEOID10": "18847", + "ZCTA5CE10": "18847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 264 + ], + [ + 596, + 262 + ], + [ + 594, + 262 + ], + [ + 594, + 264 + ], + [ + 596, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18461", + "ALAND10": 55496877, + "AWATER10": 1666965, + "GEOID10": "18461", + "ZCTA5CE10": "18461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 262 + ], + [ + 595, + 260 + ], + [ + 593, + 260 + ], + [ + 593, + 262 + ], + [ + 595, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18433", + "ALAND10": 71756607, + "AWATER10": 1011616, + "GEOID10": "18433", + "ZCTA5CE10": "18433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 260 + ], + [ + 593, + 258 + ], + [ + 591, + 258 + ], + [ + 591, + 260 + ], + [ + 593, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18640", + "ALAND10": 73434113, + "AWATER10": 1203320, + "GEOID10": "18640", + "ZCTA5CE10": "18640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 261 + ], + [ + 596, + 259 + ], + [ + 594, + 259 + ], + [ + 594, + 261 + ], + [ + 596, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18444", + "ALAND10": 303390592, + "AWATER10": 4282446, + "GEOID10": "18444", + "ZCTA5CE10": "18444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 261 + ], + [ + 596, + 259 + ], + [ + 594, + 259 + ], + [ + 594, + 261 + ], + [ + 596, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18436", + "ALAND10": 235319678, + "AWATER10": 9257945, + "GEOID10": "18436", + "ZCTA5CE10": "18436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 259 + ], + [ + 596, + 257 + ], + [ + 594, + 257 + ], + [ + 594, + 259 + ], + [ + 596, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18466", + "ALAND10": 93141438, + "AWATER10": 1473611, + "GEOID10": "18466", + "ZCTA5CE10": "18466", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 266 + ], + [ + 599, + 264 + ], + [ + 597, + 264 + ], + [ + 597, + 266 + ], + [ + 599, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13755", + "ALAND10": 148866812, + "AWATER10": 9673540, + "GEOID10": "13755", + "ZCTA5CE10": "13755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 598, + 263 + ], + [ + 598, + 261 + ], + [ + 596, + 261 + ], + [ + 596, + 263 + ], + [ + 598, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12726", + "ALAND10": 75838811, + "AWATER10": 1681430, + "GEOID10": "12726", + "ZCTA5CE10": "12726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 598, + 264 + ], + [ + 598, + 262 + ], + [ + 596, + 262 + ], + [ + 596, + 264 + ], + [ + 598, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12758", + "ALAND10": 394703826, + "AWATER10": 3686288, + "GEOID10": "12758", + "ZCTA5CE10": "12758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 264 + ], + [ + 600, + 262 + ], + [ + 598, + 262 + ], + [ + 598, + 264 + ], + [ + 600, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12788", + "ALAND10": 60862477, + "AWATER10": 548114, + "GEOID10": "12788", + "ZCTA5CE10": "12788", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 598, + 261 + ], + [ + 598, + 259 + ], + [ + 596, + 259 + ], + [ + 596, + 261 + ], + [ + 598, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18425", + "ALAND10": 58180206, + "AWATER10": 1435377, + "GEOID10": "18425", + "ZCTA5CE10": "18425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 259 + ], + [ + 597, + 257 + ], + [ + 595, + 257 + ], + [ + 595, + 259 + ], + [ + 597, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18324", + "ALAND10": 118246646, + "AWATER10": 3510177, + "GEOID10": "18324", + "ZCTA5CE10": "18324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 261 + ], + [ + 599, + 259 + ], + [ + 597, + 259 + ], + [ + 597, + 261 + ], + [ + 599, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12771", + "ALAND10": 89704944, + "AWATER10": 1944131, + "GEOID10": "12771", + "ZCTA5CE10": "12771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 258 + ], + [ + 600, + 256 + ], + [ + 598, + 256 + ], + [ + 598, + 258 + ], + [ + 600, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US07416", + "ALAND10": 24483263, + "AWATER10": 689804, + "GEOID10": "07416", + "ZCTA5CE10": "07416", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 272 + ], + [ + 601, + 270 + ], + [ + 599, + 270 + ], + [ + 599, + 272 + ], + [ + 601, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US13317", + "ALAND10": 119471554, + "AWATER10": 1528388, + "GEOID10": "13317", + "ZCTA5CE10": "13317", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 270 + ], + [ + 601, + 268 + ], + [ + 599, + 268 + ], + [ + 599, + 270 + ], + [ + 601, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12187", + "ALAND10": 59617404, + "AWATER10": 58871, + "GEOID10": "12187", + "ZCTA5CE10": "12187", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 602, + 273 + ], + [ + 602, + 271 + ], + [ + 600, + 271 + ], + [ + 600, + 273 + ], + [ + 602, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12025", + "ALAND10": 93941351, + "AWATER10": 1103592, + "GEOID10": "12025", + "ZCTA5CE10": "12025", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 272 + ], + [ + 603, + 270 + ], + [ + 601, + 270 + ], + [ + 601, + 272 + ], + [ + 603, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12053", + "ALAND10": 160146985, + "AWATER10": 1704859, + "GEOID10": "12053", + "ZCTA5CE10": "12053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 268 + ], + [ + 600, + 266 + ], + [ + 598, + 266 + ], + [ + 598, + 268 + ], + [ + 600, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12167", + "ALAND10": 118297396, + "AWATER10": 819467, + "GEOID10": "12167", + "ZCTA5CE10": "12167", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 268 + ], + [ + 601, + 266 + ], + [ + 599, + 266 + ], + [ + 599, + 268 + ], + [ + 601, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12496", + "ALAND10": 122209853, + "AWATER10": 180755, + "GEOID10": "12496", + "ZCTA5CE10": "12496", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 269 + ], + [ + 603, + 267 + ], + [ + 601, + 267 + ], + [ + 601, + 269 + ], + [ + 603, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12120", + "ALAND10": 45352930, + "AWATER10": 162006, + "GEOID10": "12120", + "ZCTA5CE10": "12120", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 602, + 267 + ], + [ + 602, + 265 + ], + [ + 600, + 265 + ], + [ + 600, + 267 + ], + [ + 602, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12427", + "ALAND10": 106199983, + "AWATER10": 95298, + "GEOID10": "12427", + "ZCTA5CE10": "12427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 273 + ], + [ + 605, + 271 + ], + [ + 603, + 271 + ], + [ + 603, + 273 + ], + [ + 605, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12118", + "ALAND10": 81777315, + "AWATER10": 3607948, + "GEOID10": "12118", + "ZCTA5CE10": "12118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 272 + ], + [ + 607, + 270 + ], + [ + 605, + 270 + ], + [ + 605, + 272 + ], + [ + 607, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12180", + "ALAND10": 142176675, + "AWATER10": 2730978, + "GEOID10": "12180", + "ZCTA5CE10": "12180", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 608, + 273 + ], + [ + 608, + 271 + ], + [ + 606, + 271 + ], + [ + 606, + 273 + ], + [ + 608, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05250", + "ALAND10": 237183616, + "AWATER10": 805236, + "GEOID10": "05250", + "ZCTA5CE10": "05250", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 270 + ], + [ + 607, + 268 + ], + [ + 605, + 268 + ], + [ + 605, + 270 + ], + [ + 607, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12138", + "ALAND10": 207893103, + "AWATER10": 1061904, + "GEOID10": "12138", + "ZCTA5CE10": "12138", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 270 + ], + [ + 605, + 268 + ], + [ + 603, + 268 + ], + [ + 603, + 270 + ], + [ + 605, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12033", + "ALAND10": 69886747, + "AWATER10": 1824332, + "GEOID10": "12033", + "ZCTA5CE10": "12033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 268 + ], + [ + 605, + 266 + ], + [ + 603, + 266 + ], + [ + 603, + 268 + ], + [ + 605, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12534", + "ALAND10": 225267951, + "AWATER10": 3145901, + "GEOID10": "12534", + "ZCTA5CE10": "12534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 269 + ], + [ + 607, + 267 + ], + [ + 605, + 267 + ], + [ + 605, + 269 + ], + [ + 607, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12168", + "ALAND10": 90354211, + "AWATER10": 297127, + "GEOID10": "12168", + "ZCTA5CE10": "12168", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 267 + ], + [ + 607, + 265 + ], + [ + 605, + 265 + ], + [ + 605, + 267 + ], + [ + 607, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01266", + "ALAND10": 67475968, + "AWATER10": 780826, + "GEOID10": "01266", + "ZCTA5CE10": "01266", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 264 + ], + [ + 600, + 262 + ], + [ + 598, + 262 + ], + [ + 598, + 264 + ], + [ + 600, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12740", + "ALAND10": 192490788, + "AWATER10": 2721719, + "GEOID10": "12740", + "ZCTA5CE10": "12740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 262 + ], + [ + 601, + 260 + ], + [ + 599, + 260 + ], + [ + 599, + 262 + ], + [ + 601, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12781", + "ALAND10": 11053655, + "AWATER10": 0, + "GEOID10": "12781", + "ZCTA5CE10": "12781", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 604, + 265 + ], + [ + 604, + 263 + ], + [ + 602, + 263 + ], + [ + 602, + 265 + ], + [ + 604, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12477", + "ALAND10": 170546457, + "AWATER10": 1302793, + "GEOID10": "12477", + "ZCTA5CE10": "12477", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 262 + ], + [ + 603, + 260 + ], + [ + 601, + 260 + ], + [ + 601, + 262 + ], + [ + 603, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12589", + "ALAND10": 150304302, + "AWATER10": 1558825, + "GEOID10": "12589", + "ZCTA5CE10": "12589", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 260 + ], + [ + 601, + 258 + ], + [ + 599, + 258 + ], + [ + 599, + 260 + ], + [ + 601, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US10933", + "ALAND10": 2828798, + "AWATER10": 13227, + "GEOID10": "10933", + "ZCTA5CE10": "10933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 259 + ], + [ + 600, + 257 + ], + [ + 598, + 257 + ], + [ + 598, + 259 + ], + [ + 600, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US07461", + "ALAND10": 218138338, + "AWATER10": 2776078, + "GEOID10": "07461", + "ZCTA5CE10": "07461", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 261 + ], + [ + 603, + 259 + ], + [ + 601, + 259 + ], + [ + 601, + 261 + ], + [ + 603, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12575", + "ALAND10": 25621795, + "AWATER10": 636496, + "GEOID10": "12575", + "ZCTA5CE10": "12575", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 258 + ], + [ + 603, + 256 + ], + [ + 601, + 256 + ], + [ + 601, + 258 + ], + [ + 603, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US10931", + "ALAND10": 16552989, + "AWATER10": 103001, + "GEOID10": "10931", + "ZCTA5CE10": "10931", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 604, + 264 + ], + [ + 604, + 262 + ], + [ + 602, + 262 + ], + [ + 602, + 264 + ], + [ + 604, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12578", + "ALAND10": 40540676, + "AWATER10": 428296, + "GEOID10": "12578", + "ZCTA5CE10": "12578", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 604, + 262 + ], + [ + 604, + 260 + ], + [ + 602, + 260 + ], + [ + 602, + 262 + ], + [ + 604, + 262 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US12590", + "ALAND10": 89244548, + "AWATER10": 1382096, + "GEOID10": "12590", + "ZCTA5CE10": "12590", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 264 + ], + [ + 607, + 262 + ], + [ + 605, + 262 + ], + [ + 605, + 264 + ], + [ + 607, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06069", + "ALAND10": 129705449, + "AWATER10": 1955693, + "GEOID10": "06069", + "ZCTA5CE10": "06069", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 263 + ], + [ + 607, + 261 + ], + [ + 605, + 261 + ], + [ + 605, + 263 + ], + [ + 607, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06754", + "ALAND10": 83815322, + "AWATER10": 1391022, + "GEOID10": "06754", + "ZCTA5CE10": "06754", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 605, + 260 + ], + [ + 605, + 258 + ], + [ + 603, + 258 + ], + [ + 603, + 260 + ], + [ + 605, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US10560", + "ALAND10": 54013694, + "AWATER10": 3514991, + "GEOID10": "10560", + "ZCTA5CE10": "10560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 259 + ], + [ + 607, + 257 + ], + [ + 605, + 257 + ], + [ + 605, + 259 + ], + [ + 607, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06897", + "ALAND10": 69435119, + "AWATER10": 1276100, + "GEOID10": "06897", + "ZCTA5CE10": "06897", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 261 + ], + [ + 607, + 259 + ], + [ + 605, + 259 + ], + [ + 605, + 261 + ], + [ + 607, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06470", + "ALAND10": 96146968, + "AWATER10": 1789732, + "GEOID10": "06470", + "ZCTA5CE10": "06470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 608, + 259 + ], + [ + 608, + 257 + ], + [ + 606, + 257 + ], + [ + 606, + 259 + ], + [ + 608, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06824", + "ALAND10": 52146567, + "AWATER10": 3345885, + "GEOID10": "06824", + "ZCTA5CE10": "06824", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 619, + 290 + ], + [ + 619, + 288 + ], + [ + 617, + 288 + ], + [ + 617, + 290 + ], + [ + 619, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03592", + "ALAND10": 852233219, + "AWATER10": 31148190, + "GEOID10": "03592", + "ZCTA5CE10": "03592", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 622, + 293 + ], + [ + 623, + 289 + ], + [ + 621, + 289 + ], + [ + 622, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04936", + "ALAND10": 1142471473, + "AWATER10": 19849522, + "GEOID10": "04936", + "ZCTA5CE10": "04936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 636, + 307 + ], + [ + 636, + 305 + ], + [ + 634, + 305 + ], + [ + 634, + 307 + ], + [ + 636, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04756", + "ALAND10": 46150967, + "AWATER10": 264474, + "GEOID10": "04756", + "ZCTA5CE10": "04756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 637, + 307 + ], + [ + 637, + 305 + ], + [ + 635, + 305 + ], + [ + 635, + 307 + ], + [ + 637, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04772", + "ALAND10": 76728181, + "AWATER10": 26914001, + "GEOID10": "04772", + "ZCTA5CE10": "04772", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 637, + 307 + ], + [ + 637, + 305 + ], + [ + 635, + 305 + ], + [ + 635, + 307 + ], + [ + 637, + 307 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04785", + "ALAND10": 264061321, + "AWATER10": 4635904, + "GEOID10": "04785", + "ZCTA5CE10": "04785", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 626, + 293 + ], + [ + 624, + 294 + ], + [ + 626, + 295 + ], + [ + 626, + 298 + ], + [ + 627, + 295 + ], + [ + 626, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04478", + "ALAND10": 1027430987, + "AWATER10": 73799047, + "GEOID10": "04478", + "ZCTA5CE10": "04478", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 634, + 304 + ], + [ + 634, + 302 + ], + [ + 632, + 302 + ], + [ + 632, + 304 + ], + [ + 634, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04768", + "ALAND10": 537309991, + "AWATER10": 21542044, + "GEOID10": "04768", + "ZCTA5CE10": "04768", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 632, + 298 + ], + [ + 633, + 291 + ], + [ + 631, + 293 + ], + [ + 629, + 293 + ], + [ + 630, + 296 + ], + [ + 630, + 298 + ], + [ + 632, + 298 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04462", + "ALAND10": 3031943430, + "AWATER10": 266372898, + "GEOID10": "04462", + "ZCTA5CE10": "04462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 623, + 294 + ], + [ + 625, + 299 + ], + [ + 625, + 295 + ], + [ + 624, + 294 + ], + [ + 625, + 291 + ], + [ + 623, + 290 + ], + [ + 622, + 293 + ], + [ + 623, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04945", + "ALAND10": 2391128070, + "AWATER10": 81517286, + "GEOID10": "04945", + "ZCTA5CE10": "04945", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 625, + 291 + ], + [ + 625, + 287 + ], + [ + 623, + 290 + ], + [ + 625, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04961", + "ALAND10": 757559270, + "AWATER10": 84191909, + "GEOID10": "04961", + "ZCTA5CE10": "04961", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 625, + 291 + ], + [ + 625, + 289 + ], + [ + 623, + 289 + ], + [ + 623, + 291 + ], + [ + 625, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04985", + "ALAND10": 519193381, + "AWATER10": 14897758, + "GEOID10": "04985", + "ZCTA5CE10": "04985", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 628, + 291 + ], + [ + 628, + 289 + ], + [ + 626, + 289 + ], + [ + 626, + 291 + ], + [ + 628, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04485", + "ALAND10": 115413639, + "AWATER10": 1507433, + "GEOID10": "04485", + "ZCTA5CE10": "04485", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 628, + 292 + ], + [ + 627, + 295 + ], + [ + 629, + 296 + ], + [ + 628, + 294 + ], + [ + 631, + 292 + ], + [ + 628, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04441", + "ALAND10": 1505822179, + "AWATER10": 66124521, + "GEOID10": "04441", + "ZCTA5CE10": "04441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 631, + 292 + ], + [ + 631, + 290 + ], + [ + 629, + 290 + ], + [ + 629, + 292 + ], + [ + 631, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04464", + "ALAND10": 518124702, + "AWATER10": 21962017, + "GEOID10": "04464", + "ZCTA5CE10": "04464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 630, + 292 + ], + [ + 630, + 290 + ], + [ + 628, + 290 + ], + [ + 628, + 292 + ], + [ + 630, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04426", + "ALAND10": 400075441, + "AWATER10": 23412010, + "GEOID10": "04426", + "ZCTA5CE10": "04426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 630, + 293 + ], + [ + 630, + 291 + ], + [ + 628, + 291 + ], + [ + 628, + 293 + ], + [ + 630, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04414", + "ALAND10": 637254802, + "AWATER10": 25393395, + "GEOID10": "04414", + "ZCTA5CE10": "04414", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 631, + 289 + ], + [ + 631, + 287 + ], + [ + 629, + 287 + ], + [ + 629, + 289 + ], + [ + 631, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04939", + "ALAND10": 97565100, + "AWATER10": 696634, + "GEOID10": "04939", + "ZCTA5CE10": "04939", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 632, + 305 + ], + [ + 632, + 303 + ], + [ + 630, + 303 + ], + [ + 630, + 305 + ], + [ + 632, + 305 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04739", + "ALAND10": 583222962, + "AWATER10": 19343867, + "GEOID10": "04739", + "ZCTA5CE10": "04739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 631, + 301 + ], + [ + 631, + 299 + ], + [ + 629, + 299 + ], + [ + 629, + 301 + ], + [ + 631, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04732", + "ALAND10": 1134489850, + "AWATER10": 27819647, + "GEOID10": "04732", + "ZCTA5CE10": "04732", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 636, + 302 + ], + [ + 636, + 300 + ], + [ + 634, + 300 + ], + [ + 634, + 302 + ], + [ + 636, + 302 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04757", + "ALAND10": 334631919, + "AWATER10": 3732618, + "GEOID10": "04757", + "ZCTA5CE10": "04757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 638, + 296 + ], + [ + 638, + 294 + ], + [ + 636, + 294 + ], + [ + 636, + 296 + ], + [ + 638, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04747", + "ALAND10": 421843025, + "AWATER10": 23779889, + "GEOID10": "04747", + "ZCTA5CE10": "04747", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 638, + 304 + ], + [ + 638, + 302 + ], + [ + 636, + 302 + ], + [ + 636, + 304 + ], + [ + 638, + 304 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04742", + "ALAND10": 199396959, + "AWATER10": 3536902, + "GEOID10": "04742", + "ZCTA5CE10": "04742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 635, + 300 + ], + [ + 637, + 298 + ], + [ + 635, + 296 + ], + [ + 634, + 296 + ], + [ + 635, + 300 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04780", + "ALAND10": 786893815, + "AWATER10": 7013728, + "GEOID10": "04780", + "ZCTA5CE10": "04780", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 638, + 301 + ], + [ + 638, + 299 + ], + [ + 636, + 299 + ], + [ + 636, + 301 + ], + [ + 638, + 301 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04758", + "ALAND10": 91019593, + "AWATER10": 179173, + "GEOID10": "04758", + "ZCTA5CE10": "04758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 634, + 296 + ], + [ + 634, + 294 + ], + [ + 632, + 294 + ], + [ + 632, + 296 + ], + [ + 634, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04460", + "ALAND10": 277008697, + "AWATER10": 12080291, + "GEOID10": "04460", + "ZCTA5CE10": "04460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 634, + 299 + ], + [ + 633, + 295 + ], + [ + 632, + 296 + ], + [ + 632, + 299 + ], + [ + 634, + 299 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04765", + "ALAND10": 1480042518, + "AWATER10": 59513444, + "GEOID10": "04765", + "ZCTA5CE10": "04765", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 635, + 294 + ], + [ + 635, + 292 + ], + [ + 633, + 292 + ], + [ + 633, + 294 + ], + [ + 635, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04733", + "ALAND10": 136397631, + "AWATER10": 2770811, + "GEOID10": "04733", + "ZCTA5CE10": "04733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 634, + 290 + ], + [ + 634, + 288 + ], + [ + 632, + 288 + ], + [ + 632, + 290 + ], + [ + 634, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04448", + "ALAND10": 286014924, + "AWATER10": 10152489, + "GEOID10": "04448", + "ZCTA5CE10": "04448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 635, + 292 + ], + [ + 635, + 290 + ], + [ + 633, + 290 + ], + [ + 633, + 292 + ], + [ + 635, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04495", + "ALAND10": 113177458, + "AWATER10": 352007, + "GEOID10": "04495", + "ZCTA5CE10": "04495", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 634, + 289 + ], + [ + 634, + 287 + ], + [ + 632, + 287 + ], + [ + 632, + 289 + ], + [ + 634, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04418", + "ALAND10": 381709090, + "AWATER10": 1071481, + "GEOID10": "04418", + "ZCTA5CE10": "04418", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 637, + 296 + ], + [ + 637, + 294 + ], + [ + 635, + 294 + ], + [ + 635, + 296 + ], + [ + 637, + 296 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04730", + "ALAND10": 607641832, + "AWATER10": 4755869, + "GEOID10": "04730", + "ZCTA5CE10": "04730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 637, + 293 + ], + [ + 637, + 291 + ], + [ + 635, + 291 + ], + [ + 635, + 293 + ], + [ + 637, + 293 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04497", + "ALAND10": 622419060, + "AWATER10": 8967264, + "GEOID10": "04497", + "ZCTA5CE10": "04497", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 639, + 295 + ], + [ + 639, + 293 + ], + [ + 637, + 293 + ], + [ + 637, + 295 + ], + [ + 639, + 295 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04471", + "ALAND10": 248672732, + "AWATER10": 5556495, + "GEOID10": "04471", + "ZCTA5CE10": "04471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 639, + 294 + ], + [ + 639, + 292 + ], + [ + 637, + 292 + ], + [ + 637, + 294 + ], + [ + 639, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04413", + "ALAND10": 133069690, + "AWATER10": 35302692, + "GEOID10": "04413", + "ZCTA5CE10": "04413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 639, + 292 + ], + [ + 639, + 290 + ], + [ + 637, + 290 + ], + [ + 637, + 292 + ], + [ + 639, + 292 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04492", + "ALAND10": 120439401, + "AWATER10": 455561, + "GEOID10": "04492", + "ZCTA5CE10": "04492", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 640, + 294 + ], + [ + 640, + 292 + ], + [ + 638, + 292 + ], + [ + 638, + 294 + ], + [ + 640, + 294 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04491", + "ALAND10": 33522191, + "AWATER10": 5855454, + "GEOID10": "04491", + "ZCTA5CE10": "04491", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 640, + 290 + ], + [ + 640, + 288 + ], + [ + 638, + 288 + ], + [ + 638, + 290 + ], + [ + 640, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04668", + "ALAND10": 251324779, + "AWATER10": 43451374, + "GEOID10": "04668", + "ZCTA5CE10": "04668", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 610, + 287 + ], + [ + 610, + 285 + ], + [ + 608, + 285 + ], + [ + 608, + 287 + ], + [ + 610, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05450", + "ALAND10": 308144971, + "AWATER10": 2596459, + "GEOID10": "05450", + "ZCTA5CE10": "05450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 612, + 288 + ], + [ + 612, + 286 + ], + [ + 610, + 286 + ], + [ + 610, + 288 + ], + [ + 612, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05471", + "ALAND10": 133793745, + "AWATER10": 150942, + "GEOID10": "05471", + "ZCTA5CE10": "05471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 286 + ], + [ + 611, + 284 + ], + [ + 609, + 284 + ], + [ + 609, + 286 + ], + [ + 611, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05656", + "ALAND10": 120922167, + "AWATER10": 991735, + "GEOID10": "05656", + "ZCTA5CE10": "05656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 284 + ], + [ + 609, + 282 + ], + [ + 607, + 282 + ], + [ + 607, + 284 + ], + [ + 609, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05477", + "ALAND10": 120206393, + "AWATER10": 1353485, + "GEOID10": "05477", + "ZCTA5CE10": "05477", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 284 + ], + [ + 611, + 282 + ], + [ + 609, + 282 + ], + [ + 609, + 284 + ], + [ + 611, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05676", + "ALAND10": 262960695, + "AWATER10": 3584446, + "GEOID10": "05676", + "ZCTA5CE10": "05676", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 612, + 282 + ], + [ + 612, + 280 + ], + [ + 610, + 280 + ], + [ + 610, + 282 + ], + [ + 612, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05663", + "ALAND10": 141985676, + "AWATER10": 450002, + "GEOID10": "05663", + "ZCTA5CE10": "05663", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 288 + ], + [ + 613, + 286 + ], + [ + 611, + 286 + ], + [ + 611, + 288 + ], + [ + 613, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05868", + "ALAND10": 36339232, + "AWATER10": 121544, + "GEOID10": "05868", + "ZCTA5CE10": "05868", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 287 + ], + [ + 613, + 285 + ], + [ + 611, + 285 + ], + [ + 611, + 287 + ], + [ + 613, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05822", + "ALAND10": 100094274, + "AWATER10": 7104534, + "GEOID10": "05822", + "ZCTA5CE10": "05822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 616, + 287 + ], + [ + 616, + 285 + ], + [ + 614, + 285 + ], + [ + 614, + 287 + ], + [ + 616, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05846", + "ALAND10": 144082545, + "AWATER10": 3826053, + "GEOID10": "05846", + "ZCTA5CE10": "05846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 612, + 284 + ], + [ + 612, + 282 + ], + [ + 610, + 282 + ], + [ + 610, + 284 + ], + [ + 612, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05681", + "ALAND10": 66107261, + "AWATER10": 3025282, + "GEOID10": "05681", + "ZCTA5CE10": "05681", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 612, + 284 + ], + [ + 612, + 282 + ], + [ + 610, + 282 + ], + [ + 610, + 284 + ], + [ + 612, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05667", + "ALAND10": 117473814, + "AWATER10": 621641, + "GEOID10": "05667", + "ZCTA5CE10": "05667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 282 + ], + [ + 615, + 280 + ], + [ + 613, + 280 + ], + [ + 613, + 282 + ], + [ + 615, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05081", + "ALAND10": 24101389, + "AWATER10": 177625, + "GEOID10": "05081", + "ZCTA5CE10": "05081", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 283 + ], + [ + 615, + 281 + ], + [ + 613, + 281 + ], + [ + 613, + 283 + ], + [ + 615, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03585", + "ALAND10": 209315252, + "AWATER10": 2163789, + "GEOID10": "03585", + "ZCTA5CE10": "03585", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 608, + 280 + ], + [ + 608, + 278 + ], + [ + 606, + 278 + ], + [ + 606, + 280 + ], + [ + 608, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05769", + "ALAND10": 79408330, + "AWATER10": 4355318, + "GEOID10": "05769", + "ZCTA5CE10": "05769", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 278 + ], + [ + 609, + 276 + ], + [ + 607, + 276 + ], + [ + 607, + 278 + ], + [ + 609, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05744", + "ALAND10": 57609866, + "AWATER10": 218497, + "GEOID10": "05744", + "ZCTA5CE10": "05744", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 280 + ], + [ + 611, + 278 + ], + [ + 609, + 278 + ], + [ + 609, + 280 + ], + [ + 611, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05032", + "ALAND10": 181174740, + "AWATER10": 969749, + "GEOID10": "05032", + "ZCTA5CE10": "05032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 612, + 277 + ], + [ + 612, + 275 + ], + [ + 610, + 275 + ], + [ + 610, + 277 + ], + [ + 612, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05091", + "ALAND10": 173711497, + "AWATER10": 1002946, + "GEOID10": "05091", + "ZCTA5CE10": "05091", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 610, + 276 + ], + [ + 610, + 274 + ], + [ + 608, + 274 + ], + [ + 608, + 276 + ], + [ + 610, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05742", + "ALAND10": 66699794, + "AWATER10": 738813, + "GEOID10": "05742", + "ZCTA5CE10": "05742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 610, + 274 + ], + [ + 610, + 272 + ], + [ + 608, + 272 + ], + [ + 608, + 274 + ], + [ + 610, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05148", + "ALAND10": 69778904, + "AWATER10": 1159108, + "GEOID10": "05148", + "ZCTA5CE10": "05148", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 612, + 276 + ], + [ + 612, + 274 + ], + [ + 610, + 274 + ], + [ + 610, + 276 + ], + [ + 612, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05062", + "ALAND10": 110482657, + "AWATER10": 479946, + "GEOID10": "05062", + "ZCTA5CE10": "05062", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 612, + 274 + ], + [ + 612, + 272 + ], + [ + 610, + 272 + ], + [ + 610, + 274 + ], + [ + 612, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05146", + "ALAND10": 114587054, + "AWATER10": 303903, + "GEOID10": "05146", + "ZCTA5CE10": "05146", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 280 + ], + [ + 613, + 278 + ], + [ + 611, + 278 + ], + [ + 611, + 280 + ], + [ + 613, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05079", + "ALAND10": 94507153, + "AWATER10": 130036, + "GEOID10": "05079", + "ZCTA5CE10": "05079", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 279 + ], + [ + 613, + 277 + ], + [ + 611, + 277 + ], + [ + 611, + 279 + ], + [ + 613, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05055", + "ALAND10": 106637057, + "AWATER10": 571617, + "GEOID10": "05055", + "ZCTA5CE10": "05055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 281 + ], + [ + 615, + 279 + ], + [ + 613, + 279 + ], + [ + 613, + 281 + ], + [ + 615, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03780", + "ALAND10": 42164699, + "AWATER10": 186978, + "GEOID10": "03780", + "ZCTA5CE10": "03780", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 616, + 279 + ], + [ + 616, + 277 + ], + [ + 614, + 277 + ], + [ + 614, + 279 + ], + [ + 616, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03241", + "ALAND10": 107581761, + "AWATER10": 5984398, + "GEOID10": "03241", + "ZCTA5CE10": "03241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 614, + 277 + ], + [ + 614, + 275 + ], + [ + 612, + 275 + ], + [ + 612, + 277 + ], + [ + 614, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03781", + "ALAND10": 122419768, + "AWATER10": 2007899, + "GEOID10": "03781", + "ZCTA5CE10": "03781", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 275 + ], + [ + 613, + 273 + ], + [ + 611, + 273 + ], + [ + 611, + 275 + ], + [ + 613, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03773", + "ALAND10": 239323770, + "AWATER10": 3140208, + "GEOID10": "03773", + "ZCTA5CE10": "03773", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 276 + ], + [ + 615, + 274 + ], + [ + 613, + 274 + ], + [ + 613, + 276 + ], + [ + 615, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03257", + "ALAND10": 59292683, + "AWATER10": 7985839, + "GEOID10": "03257", + "ZCTA5CE10": "03257", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 616, + 273 + ], + [ + 616, + 271 + ], + [ + 614, + 271 + ], + [ + 614, + 273 + ], + [ + 616, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03244", + "ALAND10": 212499157, + "AWATER10": 4951189, + "GEOID10": "03244", + "ZCTA5CE10": "03244", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 289 + ], + [ + 615, + 287 + ], + [ + 613, + 287 + ], + [ + 613, + 289 + ], + [ + 615, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05907", + "ALAND10": 285310839, + "AWATER10": 4413003, + "GEOID10": "05907", + "ZCTA5CE10": "05907", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 618, + 288 + ], + [ + 618, + 286 + ], + [ + 616, + 286 + ], + [ + 616, + 288 + ], + [ + 618, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03590", + "ALAND10": 272648177, + "AWATER10": 1804650, + "GEOID10": "03590", + "ZCTA5CE10": "03590", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 291 + ], + [ + 621, + 288 + ], + [ + 619, + 285 + ], + [ + 618, + 286 + ], + [ + 619, + 287 + ], + [ + 620, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03579", + "ALAND10": 1422590645, + "AWATER10": 83245458, + "GEOID10": "03579", + "ZCTA5CE10": "03579", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 617, + 285 + ], + [ + 617, + 283 + ], + [ + 615, + 283 + ], + [ + 615, + 285 + ], + [ + 617, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03582", + "ALAND10": 221100600, + "AWATER10": 4204137, + "GEOID10": "03582", + "ZCTA5CE10": "03582", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 616, + 283 + ], + [ + 616, + 281 + ], + [ + 614, + 281 + ], + [ + 614, + 283 + ], + [ + 616, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03574", + "ALAND10": 234620735, + "AWATER10": 915838, + "GEOID10": "03574", + "ZCTA5CE10": "03574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 618, + 281 + ], + [ + 618, + 279 + ], + [ + 616, + 279 + ], + [ + 616, + 281 + ], + [ + 618, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03251", + "ALAND10": 390069998, + "AWATER10": 1523361, + "GEOID10": "03251", + "ZCTA5CE10": "03251", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 286 + ], + [ + 620, + 284 + ], + [ + 618, + 284 + ], + [ + 618, + 286 + ], + [ + 620, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03588", + "ALAND10": 369659677, + "AWATER10": 5498606, + "GEOID10": "03588", + "ZCTA5CE10": "03588", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 282 + ], + [ + 620, + 280 + ], + [ + 618, + 280 + ], + [ + 618, + 282 + ], + [ + 620, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03846", + "ALAND10": 167841656, + "AWATER10": 101974, + "GEOID10": "03846", + "ZCTA5CE10": "03846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 622, + 290 + ], + [ + 622, + 288 + ], + [ + 620, + 288 + ], + [ + 620, + 290 + ], + [ + 622, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04970", + "ALAND10": 597202897, + "AWATER10": 42761299, + "GEOID10": "04970", + "ZCTA5CE10": "04970", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 621, + 287 + ], + [ + 621, + 285 + ], + [ + 619, + 285 + ], + [ + 619, + 287 + ], + [ + 621, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04261", + "ALAND10": 541914250, + "AWATER10": 3729322, + "GEOID10": "04261", + "ZCTA5CE10": "04261", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 625, + 287 + ], + [ + 625, + 285 + ], + [ + 623, + 285 + ], + [ + 623, + 287 + ], + [ + 625, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04983", + "ALAND10": 389255067, + "AWATER10": 1701316, + "GEOID10": "04983", + "ZCTA5CE10": "04983", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 623, + 286 + ], + [ + 623, + 284 + ], + [ + 621, + 284 + ], + [ + 621, + 286 + ], + [ + 623, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04966", + "ALAND10": 516901494, + "AWATER10": 1522367, + "GEOID10": "04966", + "ZCTA5CE10": "04966", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 622, + 285 + ], + [ + 622, + 283 + ], + [ + 620, + 283 + ], + [ + 620, + 285 + ], + [ + 622, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04217", + "ALAND10": 473395035, + "AWATER10": 7310084, + "GEOID10": "04217", + "ZCTA5CE10": "04217", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 623, + 283 + ], + [ + 623, + 281 + ], + [ + 621, + 281 + ], + [ + 621, + 283 + ], + [ + 623, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04219", + "ALAND10": 158967176, + "AWATER10": 3061717, + "GEOID10": "04219", + "ZCTA5CE10": "04219", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 623, + 282 + ], + [ + 623, + 280 + ], + [ + 621, + 280 + ], + [ + 621, + 282 + ], + [ + 623, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04281", + "ALAND10": 105135887, + "AWATER10": 511305, + "GEOID10": "04281", + "ZCTA5CE10": "04281", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 617, + 280 + ], + [ + 617, + 278 + ], + [ + 615, + 278 + ], + [ + 615, + 280 + ], + [ + 617, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03215", + "ALAND10": 124336441, + "AWATER10": 177915, + "GEOID10": "03215", + "ZCTA5CE10": "03215", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 619, + 279 + ], + [ + 619, + 277 + ], + [ + 617, + 277 + ], + [ + 617, + 279 + ], + [ + 619, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03254", + "ALAND10": 154144403, + "AWATER10": 39294040, + "GEOID10": "03254", + "ZCTA5CE10": "03254", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 280 + ], + [ + 620, + 278 + ], + [ + 618, + 278 + ], + [ + 618, + 280 + ], + [ + 620, + 280 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03818", + "ALAND10": 221251850, + "AWATER10": 2502454, + "GEOID10": "03818", + "ZCTA5CE10": "03818", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 279 + ], + [ + 620, + 277 + ], + [ + 618, + 277 + ], + [ + 618, + 279 + ], + [ + 620, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03836", + "ALAND10": 90581512, + "AWATER10": 8151334, + "GEOID10": "03836", + "ZCTA5CE10": "03836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 617, + 275 + ], + [ + 617, + 273 + ], + [ + 615, + 273 + ], + [ + 615, + 275 + ], + [ + 617, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03303", + "ALAND10": 174907372, + "AWATER10": 4387849, + "GEOID10": "03303", + "ZCTA5CE10": "03303", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 618, + 274 + ], + [ + 618, + 272 + ], + [ + 616, + 272 + ], + [ + 616, + 274 + ], + [ + 618, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03304", + "ALAND10": 72938478, + "AWATER10": 961665, + "GEOID10": "03304", + "ZCTA5CE10": "03304", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 621, + 277 + ], + [ + 621, + 275 + ], + [ + 619, + 275 + ], + [ + 619, + 277 + ], + [ + 621, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03887", + "ALAND10": 52048799, + "AWATER10": 1902081, + "GEOID10": "03887", + "ZCTA5CE10": "03887", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 275 + ], + [ + 620, + 273 + ], + [ + 618, + 273 + ], + [ + 618, + 275 + ], + [ + 620, + 275 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03825", + "ALAND10": 119636333, + "AWATER10": 5035518, + "GEOID10": "03825", + "ZCTA5CE10": "03825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 622, + 282 + ], + [ + 622, + 280 + ], + [ + 620, + 280 + ], + [ + 620, + 282 + ], + [ + 622, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04009", + "ALAND10": 146696310, + "AWATER10": 25367177, + "GEOID10": "04009", + "ZCTA5CE10": "04009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 622, + 279 + ], + [ + 622, + 277 + ], + [ + 620, + 277 + ], + [ + 620, + 279 + ], + [ + 622, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04020", + "ALAND10": 57434669, + "AWATER10": 506347, + "GEOID10": "04020", + "ZCTA5CE10": "04020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 623, + 281 + ], + [ + 623, + 279 + ], + [ + 621, + 279 + ], + [ + 621, + 281 + ], + [ + 623, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04040", + "ALAND10": 159579191, + "AWATER10": 5614371, + "GEOID10": "04040", + "ZCTA5CE10": "04040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 624, + 278 + ], + [ + 624, + 276 + ], + [ + 622, + 276 + ], + [ + 622, + 278 + ], + [ + 624, + 278 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04062", + "ALAND10": 121705455, + "AWATER10": 7140959, + "GEOID10": "04062", + "ZCTA5CE10": "04062", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 621, + 277 + ], + [ + 621, + 275 + ], + [ + 619, + 275 + ], + [ + 619, + 277 + ], + [ + 621, + 277 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04027", + "ALAND10": 142457328, + "AWATER10": 2128046, + "GEOID10": "04027", + "ZCTA5CE10": "04027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 621, + 274 + ], + [ + 621, + 272 + ], + [ + 619, + 272 + ], + [ + 619, + 274 + ], + [ + 621, + 274 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03824", + "ALAND10": 58048556, + "AWATER10": 6096742, + "GEOID10": "03824", + "ZCTA5CE10": "03824", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 624, + 276 + ], + [ + 624, + 274 + ], + [ + 622, + 274 + ], + [ + 622, + 276 + ], + [ + 624, + 276 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04046", + "ALAND10": 115041010, + "AWATER10": 7889184, + "GEOID10": "04046", + "ZCTA5CE10": "04046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 610, + 273 + ], + [ + 610, + 271 + ], + [ + 608, + 271 + ], + [ + 608, + 273 + ], + [ + 610, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US05355", + "ALAND10": 70978855, + "AWATER10": 83276, + "GEOID10": "05355", + "ZCTA5CE10": "05355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 610, + 271 + ], + [ + 610, + 269 + ], + [ + 608, + 269 + ], + [ + 608, + 271 + ], + [ + 610, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01339", + "ALAND10": 142261728, + "AWATER10": 627965, + "GEOID10": "01339", + "ZCTA5CE10": "01339", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 270 + ], + [ + 611, + 268 + ], + [ + 609, + 268 + ], + [ + 609, + 270 + ], + [ + 611, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01340", + "ALAND10": 113406095, + "AWATER10": 668423, + "GEOID10": "01340", + "ZCTA5CE10": "01340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 269 + ], + [ + 609, + 267 + ], + [ + 607, + 267 + ], + [ + 607, + 269 + ], + [ + 609, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01270", + "ALAND10": 82502023, + "AWATER10": 420999, + "GEOID10": "01270", + "ZCTA5CE10": "01270", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 267 + ], + [ + 609, + 265 + ], + [ + 607, + 265 + ], + [ + 607, + 267 + ], + [ + 609, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01255", + "ALAND10": 134158171, + "AWATER10": 2980801, + "GEOID10": "01255", + "ZCTA5CE10": "01255", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 268 + ], + [ + 611, + 266 + ], + [ + 609, + 266 + ], + [ + 609, + 268 + ], + [ + 611, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01039", + "ALAND10": 34227577, + "AWATER10": 599161, + "GEOID10": "01039", + "ZCTA5CE10": "01039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 267 + ], + [ + 611, + 265 + ], + [ + 609, + 265 + ], + [ + 609, + 267 + ], + [ + 611, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01040", + "ALAND10": 54816660, + "AWATER10": 4326346, + "GEOID10": "01040", + "ZCTA5CE10": "01040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 272 + ], + [ + 613, + 270 + ], + [ + 611, + 270 + ], + [ + 611, + 272 + ], + [ + 613, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03431", + "ALAND10": 153771243, + "AWATER10": 2024351, + "GEOID10": "03431", + "ZCTA5CE10": "03431", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 612, + 272 + ], + [ + 612, + 270 + ], + [ + 610, + 270 + ], + [ + 610, + 272 + ], + [ + 612, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03470", + "ALAND10": 226269950, + "AWATER10": 1948543, + "GEOID10": "03470", + "ZCTA5CE10": "03470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 616, + 273 + ], + [ + 616, + 271 + ], + [ + 614, + 271 + ], + [ + 614, + 273 + ], + [ + 616, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03043", + "ALAND10": 80593017, + "AWATER10": 1458950, + "GEOID10": "03043", + "ZCTA5CE10": "03043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 614, + 270 + ], + [ + 614, + 268 + ], + [ + 612, + 268 + ], + [ + 612, + 270 + ], + [ + 614, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01468", + "ALAND10": 55435850, + "AWATER10": 697085, + "GEOID10": "01468", + "ZCTA5CE10": "01468", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 614, + 268 + ], + [ + 614, + 266 + ], + [ + 612, + 266 + ], + [ + 612, + 268 + ], + [ + 614, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01366", + "ALAND10": 104578989, + "AWATER10": 1454149, + "GEOID10": "01366", + "ZCTA5CE10": "01366", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 614, + 267 + ], + [ + 614, + 265 + ], + [ + 612, + 265 + ], + [ + 612, + 267 + ], + [ + 614, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01083", + "ALAND10": 40799384, + "AWATER10": 156564, + "GEOID10": "01083", + "ZCTA5CE10": "01083", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 268 + ], + [ + 615, + 266 + ], + [ + 613, + 266 + ], + [ + 613, + 268 + ], + [ + 615, + 268 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01543", + "ALAND10": 90948956, + "AWATER10": 2972529, + "GEOID10": "01543", + "ZCTA5CE10": "01543", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 266 + ], + [ + 615, + 264 + ], + [ + 613, + 264 + ], + [ + 613, + 266 + ], + [ + 615, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01507", + "ALAND10": 109244211, + "AWATER10": 4178898, + "GEOID10": "01507", + "ZCTA5CE10": "01507", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 264 + ], + [ + 609, + 262 + ], + [ + 607, + 262 + ], + [ + 607, + 264 + ], + [ + 609, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06063", + "ALAND10": 76659589, + "AWATER10": 3762270, + "GEOID10": "06063", + "ZCTA5CE10": "06063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 263 + ], + [ + 609, + 261 + ], + [ + 607, + 261 + ], + [ + 607, + 263 + ], + [ + 609, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06786", + "ALAND10": 37184287, + "AWATER10": 573142, + "GEOID10": "06786", + "ZCTA5CE10": "06786", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 265 + ], + [ + 611, + 263 + ], + [ + 609, + 263 + ], + [ + 609, + 265 + ], + [ + 611, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06078", + "ALAND10": 66161175, + "AWATER10": 1607133, + "GEOID10": "06078", + "ZCTA5CE10": "06078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 263 + ], + [ + 611, + 261 + ], + [ + 609, + 261 + ], + [ + 609, + 263 + ], + [ + 611, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06108", + "ALAND10": 21022998, + "AWATER10": 1143825, + "GEOID10": "06108", + "ZCTA5CE10": "06108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 261 + ], + [ + 609, + 259 + ], + [ + 607, + 259 + ], + [ + 607, + 261 + ], + [ + 609, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06712", + "ALAND10": 36868902, + "AWATER10": 626715, + "GEOID10": "06712", + "ZCTA5CE10": "06712", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 611, + 259 + ], + [ + 611, + 257 + ], + [ + 609, + 257 + ], + [ + 609, + 259 + ], + [ + 611, + 259 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06437", + "ALAND10": 121933328, + "AWATER10": 6115039, + "GEOID10": "06437", + "ZCTA5CE10": "06437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 264 + ], + [ + 613, + 262 + ], + [ + 611, + 262 + ], + [ + 611, + 264 + ], + [ + 613, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06279", + "ALAND10": 86230287, + "AWATER10": 582494, + "GEOID10": "06279", + "ZCTA5CE10": "06279", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 265 + ], + [ + 615, + 263 + ], + [ + 613, + 263 + ], + [ + 613, + 265 + ], + [ + 615, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06282", + "ALAND10": 14845955, + "AWATER10": 901017, + "GEOID10": "06282", + "ZCTA5CE10": "06282", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 614, + 263 + ], + [ + 614, + 261 + ], + [ + 612, + 261 + ], + [ + 612, + 263 + ], + [ + 614, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06280", + "ALAND10": 37783771, + "AWATER10": 1219235, + "GEOID10": "06280", + "ZCTA5CE10": "06280", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 263 + ], + [ + 615, + 261 + ], + [ + 613, + 261 + ], + [ + 613, + 263 + ], + [ + 615, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06351", + "ALAND10": 134731561, + "AWATER10": 7122809, + "GEOID10": "06351", + "ZCTA5CE10": "06351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 261 + ], + [ + 613, + 259 + ], + [ + 611, + 259 + ], + [ + 611, + 261 + ], + [ + 613, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06420", + "ALAND10": 75692244, + "AWATER10": 2172864, + "GEOID10": "06420", + "ZCTA5CE10": "06420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 615, + 260 + ], + [ + 615, + 258 + ], + [ + 613, + 258 + ], + [ + 613, + 260 + ], + [ + 615, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US06340", + "ALAND10": 59301431, + "AWATER10": 13740369, + "GEOID10": "06340", + "ZCTA5CE10": "06340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 618, + 273 + ], + [ + 618, + 271 + ], + [ + 616, + 271 + ], + [ + 616, + 273 + ], + [ + 618, + 273 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03102", + "ALAND10": 23425478, + "AWATER10": 857040, + "GEOID10": "03102", + "ZCTA5CE10": "03102", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 618, + 271 + ], + [ + 618, + 269 + ], + [ + 616, + 269 + ], + [ + 616, + 271 + ], + [ + 618, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03060", + "ALAND10": 16931399, + "AWATER10": 831487, + "GEOID10": "03060", + "ZCTA5CE10": "03060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 619, + 272 + ], + [ + 619, + 270 + ], + [ + 617, + 270 + ], + [ + 617, + 272 + ], + [ + 619, + 272 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US03038", + "ALAND10": 92817263, + "AWATER10": 2158923, + "GEOID10": "03038", + "ZCTA5CE10": "03038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 619, + 270 + ], + [ + 619, + 268 + ], + [ + 617, + 268 + ], + [ + 617, + 270 + ], + [ + 619, + 270 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01844", + "ALAND10": 57529352, + "AWATER10": 2020651, + "GEOID10": "01844", + "ZCTA5CE10": "01844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 617, + 269 + ], + [ + 617, + 267 + ], + [ + 615, + 267 + ], + [ + 615, + 269 + ], + [ + 617, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01451", + "ALAND10": 49574292, + "AWATER10": 1669980, + "GEOID10": "01451", + "ZCTA5CE10": "01451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 617, + 266 + ], + [ + 617, + 264 + ], + [ + 615, + 264 + ], + [ + 615, + 266 + ], + [ + 617, + 266 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01569", + "ALAND10": 75310394, + "AWATER10": 1580615, + "GEOID10": "01569", + "ZCTA5CE10": "01569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 269 + ], + [ + 620, + 267 + ], + [ + 618, + 267 + ], + [ + 618, + 269 + ], + [ + 620, + 269 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01801", + "ALAND10": 32797091, + "AWATER10": 771596, + "GEOID10": "01801", + "ZCTA5CE10": "01801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 267 + ], + [ + 620, + 265 + ], + [ + 618, + 265 + ], + [ + 618, + 267 + ], + [ + 620, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02186", + "ALAND10": 33711129, + "AWATER10": 773357, + "GEOID10": "02186", + "ZCTA5CE10": "02186", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 621, + 271 + ], + [ + 621, + 269 + ], + [ + 619, + 269 + ], + [ + 619, + 271 + ], + [ + 621, + 271 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US01951", + "ALAND10": 35688526, + "AWATER10": 6807643, + "GEOID10": "01951", + "ZCTA5CE10": "01951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 620, + 267 + ], + [ + 620, + 265 + ], + [ + 618, + 265 + ], + [ + 618, + 267 + ], + [ + 620, + 267 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02184", + "ALAND10": 35644233, + "AWATER10": 2076604, + "GEOID10": "02184", + "ZCTA5CE10": "02184", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 617, + 265 + ], + [ + 617, + 263 + ], + [ + 615, + 263 + ], + [ + 615, + 265 + ], + [ + 617, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02859", + "ALAND10": 73433303, + "AWATER10": 3484585, + "GEOID10": "02859", + "ZCTA5CE10": "02859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 616, + 263 + ], + [ + 616, + 261 + ], + [ + 614, + 261 + ], + [ + 614, + 263 + ], + [ + 616, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02816", + "ALAND10": 98150989, + "AWATER10": 7639188, + "GEOID10": "02816", + "ZCTA5CE10": "02816", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 619, + 265 + ], + [ + 619, + 263 + ], + [ + 617, + 263 + ], + [ + 617, + 265 + ], + [ + 619, + 265 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02760", + "ALAND10": 46498490, + "AWATER10": 1326816, + "GEOID10": "02760", + "ZCTA5CE10": "02760", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 619, + 263 + ], + [ + 619, + 261 + ], + [ + 617, + 261 + ], + [ + 617, + 263 + ], + [ + 619, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02806", + "ALAND10": 21284106, + "AWATER10": 18694190, + "GEOID10": "02806", + "ZCTA5CE10": "02806", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 617, + 261 + ], + [ + 617, + 259 + ], + [ + 615, + 259 + ], + [ + 615, + 261 + ], + [ + 617, + 261 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02813", + "ALAND10": 94453845, + "AWATER10": 14158390, + "GEOID10": "02813", + "ZCTA5CE10": "02813", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 622, + 264 + ], + [ + 622, + 262 + ], + [ + 620, + 262 + ], + [ + 620, + 264 + ], + [ + 622, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02330", + "ALAND10": 96626518, + "AWATER10": 6257547, + "GEOID10": "02330", + "ZCTA5CE10": "02330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 622, + 263 + ], + [ + 622, + 261 + ], + [ + 620, + 261 + ], + [ + 620, + 263 + ], + [ + 622, + 263 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02576", + "ALAND10": 25202386, + "AWATER10": 1098127, + "GEOID10": "02576", + "ZCTA5CE10": "02576", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 623, + 260 + ], + [ + 623, + 258 + ], + [ + 621, + 258 + ], + [ + 621, + 260 + ], + [ + 623, + 260 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02535", + "ALAND10": 63114990, + "AWATER10": 65883546, + "GEOID10": "02535", + "ZCTA5CE10": "02535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 626, + 291 + ], + [ + 626, + 289 + ], + [ + 624, + 289 + ], + [ + 624, + 291 + ], + [ + 626, + 291 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04920", + "ALAND10": 658198222, + "AWATER10": 27512659, + "GEOID10": "04920", + "ZCTA5CE10": "04920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 626, + 285 + ], + [ + 626, + 283 + ], + [ + 624, + 283 + ], + [ + 624, + 285 + ], + [ + 626, + 285 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04938", + "ALAND10": 317836537, + "AWATER10": 7178992, + "GEOID10": "04938", + "ZCTA5CE10": "04938", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 628, + 288 + ], + [ + 628, + 286 + ], + [ + 626, + 286 + ], + [ + 626, + 288 + ], + [ + 628, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04912", + "ALAND10": 155457244, + "AWATER10": 1033533, + "GEOID10": "04912", + "ZCTA5CE10": "04912", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 629, + 286 + ], + [ + 629, + 284 + ], + [ + 627, + 284 + ], + [ + 627, + 286 + ], + [ + 629, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04927", + "ALAND10": 113631600, + "AWATER10": 2377932, + "GEOID10": "04927", + "ZCTA5CE10": "04927", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 626, + 284 + ], + [ + 626, + 282 + ], + [ + 624, + 282 + ], + [ + 624, + 284 + ], + [ + 626, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04355", + "ALAND10": 75792632, + "AWATER10": 4644253, + "GEOID10": "04355", + "ZCTA5CE10": "04355", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 626, + 282 + ], + [ + 626, + 280 + ], + [ + 624, + 280 + ], + [ + 624, + 282 + ], + [ + 626, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04280", + "ALAND10": 107896686, + "AWATER10": 5384515, + "GEOID10": "04280", + "ZCTA5CE10": "04280", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 628, + 284 + ], + [ + 628, + 282 + ], + [ + 626, + 282 + ], + [ + 626, + 284 + ], + [ + 628, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04989", + "ALAND10": 114395463, + "AWATER10": 9210791, + "GEOID10": "04989", + "ZCTA5CE10": "04989", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 628, + 282 + ], + [ + 628, + 280 + ], + [ + 626, + 280 + ], + [ + 626, + 282 + ], + [ + 628, + 282 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04357", + "ALAND10": 78773066, + "AWATER10": 2938301, + "GEOID10": "04357", + "ZCTA5CE10": "04357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 628, + 290 + ], + [ + 628, + 288 + ], + [ + 626, + 288 + ], + [ + 626, + 290 + ], + [ + 628, + 290 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04942", + "ALAND10": 373660784, + "AWATER10": 8736665, + "GEOID10": "04942", + "ZCTA5CE10": "04942", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 629, + 288 + ], + [ + 629, + 286 + ], + [ + 627, + 286 + ], + [ + 627, + 288 + ], + [ + 629, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04943", + "ALAND10": 96196081, + "AWATER10": 15124543, + "GEOID10": "04943", + "ZCTA5CE10": "04943", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 631, + 289 + ], + [ + 631, + 287 + ], + [ + 629, + 287 + ], + [ + 629, + 289 + ], + [ + 631, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04435", + "ALAND10": 99875577, + "AWATER10": 63697, + "GEOID10": "04435", + "ZCTA5CE10": "04435", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 631, + 286 + ], + [ + 631, + 284 + ], + [ + 629, + 284 + ], + [ + 629, + 286 + ], + [ + 631, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04987", + "ALAND10": 90451120, + "AWATER10": 2598957, + "GEOID10": "04987", + "ZCTA5CE10": "04987", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 629, + 283 + ], + [ + 629, + 281 + ], + [ + 627, + 281 + ], + [ + 627, + 283 + ], + [ + 629, + 283 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04363", + "ALAND10": 89732632, + "AWATER10": 2271316, + "GEOID10": "04363", + "ZCTA5CE10": "04363", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 631, + 284 + ], + [ + 631, + 282 + ], + [ + 629, + 282 + ], + [ + 629, + 284 + ], + [ + 631, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04986", + "ALAND10": 143446326, + "AWATER10": 507286, + "GEOID10": "04986", + "ZCTA5CE10": "04986", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 631, + 281 + ], + [ + 631, + 279 + ], + [ + 629, + 279 + ], + [ + 629, + 281 + ], + [ + 631, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04864", + "ALAND10": 120361146, + "AWATER10": 5899882, + "GEOID10": "04864", + "ZCTA5CE10": "04864", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 626, + 281 + ], + [ + 626, + 279 + ], + [ + 624, + 279 + ], + [ + 624, + 281 + ], + [ + 626, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04086", + "ALAND10": 83349365, + "AWATER10": 8841572, + "GEOID10": "04086", + "ZCTA5CE10": "04086", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 627, + 279 + ], + [ + 627, + 277 + ], + [ + 625, + 277 + ], + [ + 625, + 279 + ], + [ + 627, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04530", + "ALAND10": 74568036, + "AWATER10": 26515968, + "GEOID10": "04530", + "ZCTA5CE10": "04530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 628, + 281 + ], + [ + 628, + 279 + ], + [ + 626, + 279 + ], + [ + 626, + 281 + ], + [ + 628, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04535", + "ALAND10": 54134943, + "AWATER10": 1097287, + "GEOID10": "04535", + "ZCTA5CE10": "04535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 629, + 279 + ], + [ + 629, + 277 + ], + [ + 627, + 277 + ], + [ + 627, + 279 + ], + [ + 629, + 279 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04544", + "ALAND10": 8392455, + "AWATER10": 3585738, + "GEOID10": "04544", + "ZCTA5CE10": "04544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 633, + 288 + ], + [ + 633, + 286 + ], + [ + 631, + 286 + ], + [ + 631, + 288 + ], + [ + 633, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04468", + "ALAND10": 308900427, + "AWATER10": 7915129, + "GEOID10": "04468", + "ZCTA5CE10": "04468", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 634, + 288 + ], + [ + 634, + 286 + ], + [ + 632, + 286 + ], + [ + 632, + 288 + ], + [ + 634, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04428", + "ALAND10": 154153071, + "AWATER10": 7568181, + "GEOID10": "04428", + "ZCTA5CE10": "04428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 635, + 288 + ], + [ + 635, + 284 + ], + [ + 634, + 283 + ], + [ + 633, + 285 + ], + [ + 635, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04605", + "ALAND10": 737026593, + "AWATER10": 124084483, + "GEOID10": "04605", + "ZCTA5CE10": "04605", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 634, + 284 + ], + [ + 634, + 282 + ], + [ + 632, + 282 + ], + [ + 632, + 284 + ], + [ + 634, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04476", + "ALAND10": 103289546, + "AWATER10": 17925039, + "GEOID10": "04476", + "ZCTA5CE10": "04476", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 634, + 281 + ], + [ + 634, + 279 + ], + [ + 632, + 279 + ], + [ + 632, + 281 + ], + [ + 634, + 281 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04645", + "ALAND10": 32428315, + "AWATER10": 73218005, + "GEOID10": "04645", + "ZCTA5CE10": "04645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 636, + 287 + ], + [ + 636, + 285 + ], + [ + 634, + 285 + ], + [ + 634, + 287 + ], + [ + 636, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04634", + "ALAND10": 273921460, + "AWATER10": 30507562, + "GEOID10": "04634", + "ZCTA5CE10": "04634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 637, + 288 + ], + [ + 637, + 286 + ], + [ + 635, + 286 + ], + [ + 635, + 288 + ], + [ + 637, + 288 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04622", + "ALAND10": 666251486, + "AWATER10": 18896478, + "GEOID10": "04622", + "ZCTA5CE10": "04622", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 641, + 286 + ], + [ + 641, + 284 + ], + [ + 639, + 284 + ], + [ + 639, + 286 + ], + [ + 641, + 286 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04654", + "ALAND10": 259113301, + "AWATER10": 34973887, + "GEOID10": "04654", + "ZCTA5CE10": "04654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 638, + 284 + ], + [ + 638, + 282 + ], + [ + 636, + 282 + ], + [ + 636, + 284 + ], + [ + 638, + 284 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04624", + "ALAND10": 14783419, + "AWATER10": 18125300, + "GEOID10": "04624", + "ZCTA5CE10": "04624", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 626, + 264 + ], + [ + 626, + 262 + ], + [ + 624, + 262 + ], + [ + 624, + 264 + ], + [ + 626, + 264 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US02653", + "ALAND10": 31268898, + "AWATER10": 13573917, + "GEOID10": "02653", + "ZCTA5CE10": "02653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 643, + 289 + ], + [ + 643, + 287 + ], + [ + 641, + 287 + ], + [ + 641, + 289 + ], + [ + 643, + 289 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04671", + "ALAND10": 73006364, + "AWATER10": 14361212, + "GEOID10": "04671", + "ZCTA5CE10": "04671", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 642, + 287 + ], + [ + 642, + 285 + ], + [ + 640, + 285 + ], + [ + 640, + 287 + ], + [ + 642, + 287 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US04628", + "ALAND10": 225000948, + "AWATER10": 13161070, + "GEOID10": "04628", + "ZCTA5CE10": "04628", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 257 + ], + [ + 513, + 255 + ], + [ + 511, + 255 + ], + [ + 511, + 257 + ], + [ + 513, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61529", + "ALAND10": 165760402, + "AWATER10": 893873, + "GEOID10": "61529", + "ZCTA5CE10": "61529", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 254 + ], + [ + 514, + 252 + ], + [ + 512, + 252 + ], + [ + 512, + 254 + ], + [ + 514, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61546", + "ALAND10": 257175538, + "AWATER10": 23170145, + "GEOID10": "61546", + "ZCTA5CE10": "61546", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 257 + ], + [ + 515, + 255 + ], + [ + 513, + 255 + ], + [ + 513, + 257 + ], + [ + 515, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61548", + "ALAND10": 196039965, + "AWATER10": 10689233, + "GEOID10": "61548", + "ZCTA5CE10": "61548", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 255 + ], + [ + 515, + 253 + ], + [ + 513, + 253 + ], + [ + 513, + 255 + ], + [ + 515, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61571", + "ALAND10": 147156518, + "AWATER10": 63194, + "GEOID10": "61571", + "ZCTA5CE10": "61571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 249 + ], + [ + 514, + 247 + ], + [ + 512, + 247 + ], + [ + 512, + 249 + ], + [ + 514, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62688", + "ALAND10": 121581712, + "AWATER10": 0, + "GEOID10": "62688", + "ZCTA5CE10": "62688", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 253 + ], + [ + 514, + 251 + ], + [ + 512, + 251 + ], + [ + 512, + 253 + ], + [ + 514, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61734", + "ALAND10": 214513540, + "AWATER10": 52147, + "GEOID10": "61734", + "ZCTA5CE10": "61734", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 250 + ], + [ + 514, + 248 + ], + [ + 512, + 248 + ], + [ + 512, + 250 + ], + [ + 514, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62613", + "ALAND10": 169380107, + "AWATER10": 306518, + "GEOID10": "62613", + "ZCTA5CE10": "62613", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 256 + ], + [ + 518, + 254 + ], + [ + 516, + 254 + ], + [ + 516, + 256 + ], + [ + 518, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61561", + "ALAND10": 142792415, + "AWATER10": 130433, + "GEOID10": "61561", + "ZCTA5CE10": "61561", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 255 + ], + [ + 517, + 253 + ], + [ + 515, + 253 + ], + [ + 515, + 255 + ], + [ + 517, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61530", + "ALAND10": 161355166, + "AWATER10": 168969, + "GEOID10": "61530", + "ZCTA5CE10": "61530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 256 + ], + [ + 520, + 254 + ], + [ + 518, + 254 + ], + [ + 518, + 256 + ], + [ + 520, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61740", + "ALAND10": 191026089, + "AWATER10": 1871, + "GEOID10": "61740", + "ZCTA5CE10": "61740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 255 + ], + [ + 518, + 253 + ], + [ + 516, + 253 + ], + [ + 516, + 255 + ], + [ + 518, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61753", + "ALAND10": 220328076, + "AWATER10": 157910, + "GEOID10": "61753", + "ZCTA5CE10": "61753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 252 + ], + [ + 517, + 250 + ], + [ + 515, + 250 + ], + [ + 515, + 252 + ], + [ + 517, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62512", + "ALAND10": 120520230, + "AWATER10": 11015, + "GEOID10": "62512", + "ZCTA5CE10": "62512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 252 + ], + [ + 517, + 250 + ], + [ + 515, + 250 + ], + [ + 515, + 252 + ], + [ + 517, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62656", + "ALAND10": 373603031, + "AWATER10": 1890820, + "GEOID10": "62656", + "ZCTA5CE10": "62656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 253 + ], + [ + 518, + 251 + ], + [ + 516, + 251 + ], + [ + 516, + 253 + ], + [ + 518, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61745", + "ALAND10": 203454369, + "AWATER10": 354768, + "GEOID10": "61745", + "ZCTA5CE10": "61745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 252 + ], + [ + 520, + 250 + ], + [ + 518, + 250 + ], + [ + 518, + 252 + ], + [ + 520, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61882", + "ALAND10": 97955982, + "AWATER10": 4337639, + "GEOID10": "61882", + "ZCTA5CE10": "61882", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 248 + ], + [ + 514, + 246 + ], + [ + 512, + 246 + ], + [ + 512, + 248 + ], + [ + 514, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62677", + "ALAND10": 238224920, + "AWATER10": 132843, + "GEOID10": "62677", + "ZCTA5CE10": "62677", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 246 + ], + [ + 513, + 244 + ], + [ + 511, + 244 + ], + [ + 511, + 246 + ], + [ + 513, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62640", + "ALAND10": 197677464, + "AWATER10": 2440844, + "GEOID10": "62640", + "ZCTA5CE10": "62640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 249 + ], + [ + 515, + 247 + ], + [ + 513, + 247 + ], + [ + 513, + 249 + ], + [ + 515, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62563", + "ALAND10": 149136916, + "AWATER10": 1252082, + "GEOID10": "62563", + "ZCTA5CE10": "62563", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 247 + ], + [ + 516, + 245 + ], + [ + 514, + 245 + ], + [ + 514, + 247 + ], + [ + 516, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62546", + "ALAND10": 296540485, + "AWATER10": 39876, + "GEOID10": "62546", + "ZCTA5CE10": "62546", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 243 + ], + [ + 513, + 241 + ], + [ + 511, + 241 + ], + [ + 511, + 243 + ], + [ + 513, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62033", + "ALAND10": 127831980, + "AWATER10": 1573373, + "GEOID10": "62033", + "ZCTA5CE10": "62033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 246 + ], + [ + 515, + 244 + ], + [ + 513, + 244 + ], + [ + 513, + 246 + ], + [ + 515, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62538", + "ALAND10": 87995969, + "AWATER10": 0, + "GEOID10": "62538", + "ZCTA5CE10": "62538", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 243 + ], + [ + 515, + 241 + ], + [ + 513, + 241 + ], + [ + 513, + 243 + ], + [ + 515, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62086", + "ALAND10": 137401142, + "AWATER10": 57674, + "GEOID10": "62086", + "ZCTA5CE10": "62086", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 249 + ], + [ + 518, + 247 + ], + [ + 516, + 247 + ], + [ + 516, + 249 + ], + [ + 518, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62513", + "ALAND10": 180252105, + "AWATER10": 0, + "GEOID10": "62513", + "ZCTA5CE10": "62513", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 247 + ], + [ + 516, + 245 + ], + [ + 514, + 245 + ], + [ + 514, + 247 + ], + [ + 516, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62568", + "ALAND10": 326066527, + "AWATER10": 5107952, + "GEOID10": "62568", + "ZCTA5CE10": "62568", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 248 + ], + [ + 518, + 246 + ], + [ + 516, + 246 + ], + [ + 516, + 248 + ], + [ + 518, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62544", + "ALAND10": 176977887, + "AWATER10": 0, + "GEOID10": "62544", + "ZCTA5CE10": "62544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 247 + ], + [ + 517, + 245 + ], + [ + 515, + 245 + ], + [ + 515, + 247 + ], + [ + 517, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62550", + "ALAND10": 229679946, + "AWATER10": 51727, + "GEOID10": "62550", + "ZCTA5CE10": "62550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 243 + ], + [ + 517, + 241 + ], + [ + 515, + 241 + ], + [ + 515, + 243 + ], + [ + 517, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62011", + "ALAND10": 74150242, + "AWATER10": 0, + "GEOID10": "62011", + "ZCTA5CE10": "62011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 242 + ], + [ + 518, + 240 + ], + [ + 516, + 240 + ], + [ + 516, + 242 + ], + [ + 518, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62471", + "ALAND10": 354575614, + "AWATER10": 3901502, + "GEOID10": "62471", + "ZCTA5CE10": "62471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 244 + ], + [ + 519, + 242 + ], + [ + 517, + 242 + ], + [ + 517, + 244 + ], + [ + 519, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62414", + "ALAND10": 191322544, + "AWATER10": 102244, + "GEOID10": "62414", + "ZCTA5CE10": "62414", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 242 + ], + [ + 521, + 240 + ], + [ + 519, + 240 + ], + [ + 519, + 242 + ], + [ + 521, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62443", + "ALAND10": 190115087, + "AWATER10": 160820, + "GEOID10": "62443", + "ZCTA5CE10": "62443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 257 + ], + [ + 522, + 255 + ], + [ + 520, + 255 + ], + [ + 520, + 257 + ], + [ + 522, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61741", + "ALAND10": 144901760, + "AWATER10": 5573, + "GEOID10": "61741", + "ZCTA5CE10": "61741", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 256 + ], + [ + 525, + 254 + ], + [ + 523, + 254 + ], + [ + 523, + 256 + ], + [ + 525, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60938", + "ALAND10": 131974948, + "AWATER10": 180078, + "GEOID10": "60938", + "ZCTA5CE10": "60938", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 255 + ], + [ + 524, + 253 + ], + [ + 522, + 253 + ], + [ + 522, + 255 + ], + [ + 524, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60968", + "ALAND10": 112093654, + "AWATER10": 53781, + "GEOID10": "60968", + "ZCTA5CE10": "60968", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 251 + ], + [ + 521, + 249 + ], + [ + 519, + 249 + ], + [ + 519, + 251 + ], + [ + 521, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61854", + "ALAND10": 138923769, + "AWATER10": 158305, + "GEOID10": "61854", + "ZCTA5CE10": "61854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 251 + ], + [ + 520, + 249 + ], + [ + 518, + 249 + ], + [ + 518, + 251 + ], + [ + 520, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61856", + "ALAND10": 270126927, + "AWATER10": 314884, + "GEOID10": "61856", + "ZCTA5CE10": "61856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 253 + ], + [ + 524, + 251 + ], + [ + 522, + 251 + ], + [ + 522, + 253 + ], + [ + 524, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61866", + "ALAND10": 207853446, + "AWATER10": 283531, + "GEOID10": "61866", + "ZCTA5CE10": "61866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 253 + ], + [ + 524, + 251 + ], + [ + 522, + 251 + ], + [ + 522, + 253 + ], + [ + 524, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61862", + "ALAND10": 104397889, + "AWATER10": 212675, + "GEOID10": "61862", + "ZCTA5CE10": "61862", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 251 + ], + [ + 524, + 249 + ], + [ + 522, + 249 + ], + [ + 522, + 251 + ], + [ + 524, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61877", + "ALAND10": 72984497, + "AWATER10": 271807, + "GEOID10": "61877", + "ZCTA5CE10": "61877", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 258 + ], + [ + 525, + 256 + ], + [ + 523, + 256 + ], + [ + 523, + 258 + ], + [ + 525, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60951", + "ALAND10": 137866854, + "AWATER10": 708590, + "GEOID10": "60951", + "ZCTA5CE10": "60951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 255 + ], + [ + 525, + 253 + ], + [ + 523, + 253 + ], + [ + 523, + 255 + ], + [ + 525, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60953", + "ALAND10": 384960974, + "AWATER10": 54555, + "GEOID10": "60953", + "ZCTA5CE10": "60953", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 257 + ], + [ + 528, + 255 + ], + [ + 526, + 255 + ], + [ + 526, + 257 + ], + [ + 528, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47922", + "ALAND10": 196087044, + "AWATER10": 276348, + "GEOID10": "47922", + "ZCTA5CE10": "47922", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 257 + ], + [ + 530, + 255 + ], + [ + 528, + 255 + ], + [ + 528, + 257 + ], + [ + 530, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47978", + "ALAND10": 666767149, + "AWATER10": 760390, + "GEOID10": "47978", + "ZCTA5CE10": "47978", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 254 + ], + [ + 527, + 252 + ], + [ + 525, + 252 + ], + [ + 525, + 254 + ], + [ + 527, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47944", + "ALAND10": 481071649, + "AWATER10": 150294, + "GEOID10": "47944", + "ZCTA5CE10": "47944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 252 + ], + [ + 527, + 250 + ], + [ + 525, + 250 + ], + [ + 525, + 252 + ], + [ + 527, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US60963", + "ALAND10": 201660215, + "AWATER10": 0, + "GEOID10": "60963", + "ZCTA5CE10": "60963", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 250 + ], + [ + 527, + 248 + ], + [ + 525, + 248 + ], + [ + 525, + 250 + ], + [ + 527, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61870", + "ALAND10": 107055367, + "AWATER10": 0, + "GEOID10": "61870", + "ZCTA5CE10": "61870", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 251 + ], + [ + 527, + 249 + ], + [ + 525, + 249 + ], + [ + 525, + 251 + ], + [ + 527, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47993", + "ALAND10": 366977244, + "AWATER10": 1548523, + "GEOID10": "47993", + "ZCTA5CE10": "47993", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 250 + ], + [ + 527, + 248 + ], + [ + 525, + 248 + ], + [ + 525, + 250 + ], + [ + 527, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47987", + "ALAND10": 320048800, + "AWATER10": 105159, + "GEOID10": "47987", + "ZCTA5CE10": "47987", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 247 + ], + [ + 521, + 245 + ], + [ + 519, + 245 + ], + [ + 519, + 247 + ], + [ + 521, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61911", + "ALAND10": 163016189, + "AWATER10": 43701, + "GEOID10": "61911", + "ZCTA5CE10": "61911", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 247 + ], + [ + 520, + 245 + ], + [ + 518, + 245 + ], + [ + 518, + 247 + ], + [ + 520, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61951", + "ALAND10": 349311311, + "AWATER10": 20593207, + "GEOID10": "61951", + "ZCTA5CE10": "61951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 247 + ], + [ + 521, + 245 + ], + [ + 519, + 245 + ], + [ + 519, + 247 + ], + [ + 521, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61931", + "ALAND10": 82502953, + "AWATER10": 62756, + "GEOID10": "61931", + "ZCTA5CE10": "61931", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 247 + ], + [ + 523, + 245 + ], + [ + 521, + 245 + ], + [ + 521, + 247 + ], + [ + 523, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61920", + "ALAND10": 387675421, + "AWATER10": 2331989, + "GEOID10": "61920", + "ZCTA5CE10": "61920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 243 + ], + [ + 521, + 241 + ], + [ + 519, + 241 + ], + [ + 519, + 243 + ], + [ + 521, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62401", + "ALAND10": 269775363, + "AWATER10": 2394130, + "GEOID10": "62401", + "ZCTA5CE10": "62401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 242 + ], + [ + 521, + 240 + ], + [ + 519, + 240 + ], + [ + 519, + 242 + ], + [ + 521, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62426", + "ALAND10": 122795346, + "AWATER10": 258645, + "GEOID10": "62426", + "ZCTA5CE10": "62426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 246 + ], + [ + 523, + 244 + ], + [ + 521, + 244 + ], + [ + 521, + 246 + ], + [ + 523, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62428", + "ALAND10": 248599178, + "AWATER10": 299164, + "GEOID10": "62428", + "ZCTA5CE10": "62428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 242 + ], + [ + 522, + 240 + ], + [ + 520, + 240 + ], + [ + 520, + 242 + ], + [ + 522, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62448", + "ALAND10": 528393452, + "AWATER10": 8854036, + "GEOID10": "62448", + "ZCTA5CE10": "62448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 242 + ], + [ + 524, + 240 + ], + [ + 522, + 240 + ], + [ + 522, + 242 + ], + [ + 524, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62480", + "ALAND10": 147412679, + "AWATER10": 239420, + "GEOID10": "62480", + "ZCTA5CE10": "62480", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 248 + ], + [ + 526, + 246 + ], + [ + 524, + 246 + ], + [ + 524, + 248 + ], + [ + 526, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US61944", + "ALAND10": 686340197, + "AWATER10": 1394898, + "GEOID10": "61944", + "ZCTA5CE10": "61944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 250 + ], + [ + 527, + 248 + ], + [ + 525, + 248 + ], + [ + 525, + 250 + ], + [ + 527, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47847", + "ALAND10": 125802024, + "AWATER10": 21689, + "GEOID10": "47847", + "ZCTA5CE10": "47847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 248 + ], + [ + 528, + 246 + ], + [ + 526, + 246 + ], + [ + 526, + 248 + ], + [ + 528, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47872", + "ALAND10": 443007561, + "AWATER10": 9585878, + "GEOID10": "47872", + "ZCTA5CE10": "47872", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 246 + ], + [ + 529, + 244 + ], + [ + 527, + 244 + ], + [ + 527, + 246 + ], + [ + 529, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47834", + "ALAND10": 388782999, + "AWATER10": 4209206, + "GEOID10": "47834", + "ZCTA5CE10": "47834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 245 + ], + [ + 525, + 243 + ], + [ + 523, + 243 + ], + [ + 523, + 245 + ], + [ + 525, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62477", + "ALAND10": 163860360, + "AWATER10": 2001006, + "GEOID10": "62477", + "ZCTA5CE10": "62477", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 244 + ], + [ + 527, + 242 + ], + [ + 525, + 242 + ], + [ + 525, + 244 + ], + [ + 527, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47849", + "ALAND10": 67488216, + "AWATER10": 1293565, + "GEOID10": "47849", + "ZCTA5CE10": "47849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 242 + ], + [ + 525, + 240 + ], + [ + 523, + 240 + ], + [ + 523, + 242 + ], + [ + 525, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62427", + "ALAND10": 230029860, + "AWATER10": 983384, + "GEOID10": "62427", + "ZCTA5CE10": "62427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 244 + ], + [ + 526, + 242 + ], + [ + 524, + 242 + ], + [ + 524, + 244 + ], + [ + 526, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47882", + "ALAND10": 371514658, + "AWATER10": 7096388, + "GEOID10": "47882", + "ZCTA5CE10": "47882", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 243 + ], + [ + 528, + 241 + ], + [ + 526, + 241 + ], + [ + 526, + 243 + ], + [ + 528, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47848", + "ALAND10": 43673972, + "AWATER10": 1200398, + "GEOID10": "47848", + "ZCTA5CE10": "47848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 241 + ], + [ + 515, + 239 + ], + [ + 513, + 239 + ], + [ + 513, + 241 + ], + [ + 515, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62293", + "ALAND10": 154017470, + "AWATER10": 359551, + "GEOID10": "62293", + "ZCTA5CE10": "62293", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 238 + ], + [ + 514, + 236 + ], + [ + 512, + 236 + ], + [ + 512, + 238 + ], + [ + 514, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62257", + "ALAND10": 190771821, + "AWATER10": 2732539, + "GEOID10": "62257", + "ZCTA5CE10": "62257", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 239 + ], + [ + 516, + 237 + ], + [ + 514, + 237 + ], + [ + 514, + 239 + ], + [ + 516, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62271", + "ALAND10": 150160163, + "AWATER10": 420945, + "GEOID10": "62271", + "ZCTA5CE10": "62271", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 236 + ], + [ + 514, + 234 + ], + [ + 512, + 234 + ], + [ + 512, + 236 + ], + [ + 514, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62217", + "ALAND10": 71355427, + "AWATER10": 6478451, + "GEOID10": "62217", + "ZCTA5CE10": "62217", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 235 + ], + [ + 513, + 233 + ], + [ + 511, + 233 + ], + [ + 511, + 235 + ], + [ + 513, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63673", + "ALAND10": 283147498, + "AWATER10": 9075550, + "GEOID10": "63673", + "ZCTA5CE10": "63673", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 235 + ], + [ + 516, + 233 + ], + [ + 514, + 233 + ], + [ + 514, + 235 + ], + [ + 516, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62274", + "ALAND10": 361576858, + "AWATER10": 3610098, + "GEOID10": "62274", + "ZCTA5CE10": "62274", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 235 + ], + [ + 514, + 233 + ], + [ + 512, + 233 + ], + [ + 512, + 235 + ], + [ + 514, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62280", + "ALAND10": 136455308, + "AWATER10": 3017818, + "GEOID10": "62280", + "ZCTA5CE10": "62280", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 240 + ], + [ + 518, + 238 + ], + [ + 516, + 238 + ], + [ + 516, + 240 + ], + [ + 518, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62870", + "ALAND10": 101172275, + "AWATER10": 55907, + "GEOID10": "62870", + "ZCTA5CE10": "62870", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 239 + ], + [ + 517, + 237 + ], + [ + 515, + 237 + ], + [ + 515, + 239 + ], + [ + 517, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62848", + "ALAND10": 8480283, + "AWATER10": 15823, + "GEOID10": "62848", + "ZCTA5CE10": "62848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 239 + ], + [ + 520, + 237 + ], + [ + 518, + 237 + ], + [ + 518, + 239 + ], + [ + 520, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62899", + "ALAND10": 266009453, + "AWATER10": 349003, + "GEOID10": "62899", + "ZCTA5CE10": "62899", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 239 + ], + [ + 520, + 237 + ], + [ + 518, + 237 + ], + [ + 518, + 239 + ], + [ + 520, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62849", + "ALAND10": 292114363, + "AWATER10": 420265, + "GEOID10": "62849", + "ZCTA5CE10": "62849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 236 + ], + [ + 517, + 234 + ], + [ + 515, + 234 + ], + [ + 515, + 236 + ], + [ + 517, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62888", + "ALAND10": 200306385, + "AWATER10": 144165, + "GEOID10": "62888", + "ZCTA5CE10": "62888", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 235 + ], + [ + 518, + 233 + ], + [ + 516, + 233 + ], + [ + 516, + 235 + ], + [ + 518, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62896", + "ALAND10": 166824207, + "AWATER10": 3484415, + "GEOID10": "62896", + "ZCTA5CE10": "62896", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 237 + ], + [ + 518, + 235 + ], + [ + 516, + 235 + ], + [ + 516, + 237 + ], + [ + 518, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62864", + "ALAND10": 375847237, + "AWATER10": 1676123, + "GEOID10": "62864", + "ZCTA5CE10": "62864", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 236 + ], + [ + 519, + 234 + ], + [ + 517, + 234 + ], + [ + 517, + 236 + ], + [ + 519, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62890", + "ALAND10": 272248526, + "AWATER10": 1626785, + "GEOID10": "62890", + "ZCTA5CE10": "62890", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 233 + ], + [ + 514, + 231 + ], + [ + 512, + 231 + ], + [ + 512, + 233 + ], + [ + 514, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63769", + "ALAND10": 135419328, + "AWATER10": 81870, + "GEOID10": "63769", + "ZCTA5CE10": "63769", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 230 + ], + [ + 514, + 228 + ], + [ + 512, + 228 + ], + [ + 512, + 230 + ], + [ + 514, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63701", + "ALAND10": 334869570, + "AWATER10": 8659085, + "GEOID10": "63701", + "ZCTA5CE10": "63701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 232 + ], + [ + 516, + 230 + ], + [ + 514, + 230 + ], + [ + 514, + 232 + ], + [ + 516, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62920", + "ALAND10": 169657301, + "AWATER10": 1208904, + "GEOID10": "62920", + "ZCTA5CE10": "62920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 228 + ], + [ + 514, + 226 + ], + [ + 512, + 226 + ], + [ + 512, + 228 + ], + [ + 514, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63846", + "ALAND10": 284961369, + "AWATER10": 1649673, + "GEOID10": "63846", + "ZCTA5CE10": "63846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 229 + ], + [ + 516, + 227 + ], + [ + 514, + 227 + ], + [ + 514, + 229 + ], + [ + 516, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63801", + "ALAND10": 543279123, + "AWATER10": 1002344, + "GEOID10": "63801", + "ZCTA5CE10": "63801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 228 + ], + [ + 515, + 226 + ], + [ + 513, + 226 + ], + [ + 513, + 228 + ], + [ + 515, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63823", + "ALAND10": 103236113, + "AWATER10": 79989, + "GEOID10": "63823", + "ZCTA5CE10": "63823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 225 + ], + [ + 516, + 223 + ], + [ + 514, + 223 + ], + [ + 514, + 225 + ], + [ + 516, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63869", + "ALAND10": 232353722, + "AWATER10": 30504247, + "GEOID10": "63869", + "ZCTA5CE10": "63869", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 232 + ], + [ + 517, + 230 + ], + [ + 515, + 230 + ], + [ + 515, + 232 + ], + [ + 517, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62912", + "ALAND10": 138696255, + "AWATER10": 1125562, + "GEOID10": "62912", + "ZCTA5CE10": "62912", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 233 + ], + [ + 520, + 231 + ], + [ + 518, + 231 + ], + [ + 518, + 233 + ], + [ + 520, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62922", + "ALAND10": 167740928, + "AWATER10": 4904907, + "GEOID10": "62922", + "ZCTA5CE10": "62922", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 232 + ], + [ + 520, + 230 + ], + [ + 518, + 230 + ], + [ + 518, + 232 + ], + [ + 520, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62995", + "ALAND10": 281342858, + "AWATER10": 3284045, + "GEOID10": "62995", + "ZCTA5CE10": "62995", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 229 + ], + [ + 517, + 227 + ], + [ + 515, + 227 + ], + [ + 515, + 229 + ], + [ + 517, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62988", + "ALAND10": 161222160, + "AWATER10": 15623, + "GEOID10": "62988", + "ZCTA5CE10": "62988", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 229 + ], + [ + 516, + 227 + ], + [ + 514, + 227 + ], + [ + 514, + 229 + ], + [ + 516, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63834", + "ALAND10": 644672052, + "AWATER10": 30448348, + "GEOID10": "63834", + "ZCTA5CE10": "63834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 228 + ], + [ + 519, + 226 + ], + [ + 517, + 226 + ], + [ + 517, + 228 + ], + [ + 519, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42053", + "ALAND10": 302371740, + "AWATER10": 32502919, + "GEOID10": "42053", + "ZCTA5CE10": "42053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 226 + ], + [ + 519, + 224 + ], + [ + 517, + 224 + ], + [ + 517, + 226 + ], + [ + 519, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42039", + "ALAND10": 131962787, + "AWATER10": 2661707, + "GEOID10": "42039", + "ZCTA5CE10": "42039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 240 + ], + [ + 522, + 238 + ], + [ + 520, + 238 + ], + [ + 520, + 240 + ], + [ + 522, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62824", + "ALAND10": 274360882, + "AWATER10": 1448586, + "GEOID10": "62824", + "ZCTA5CE10": "62824", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 239 + ], + [ + 521, + 237 + ], + [ + 519, + 237 + ], + [ + 519, + 239 + ], + [ + 521, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62837", + "ALAND10": 422353229, + "AWATER10": 1064639, + "GEOID10": "62837", + "ZCTA5CE10": "62837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 240 + ], + [ + 523, + 238 + ], + [ + 521, + 238 + ], + [ + 521, + 240 + ], + [ + 523, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62450", + "ALAND10": 394274256, + "AWATER10": 4526101, + "GEOID10": "62450", + "ZCTA5CE10": "62450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 239 + ], + [ + 524, + 237 + ], + [ + 522, + 237 + ], + [ + 522, + 239 + ], + [ + 524, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62815", + "ALAND10": 54162921, + "AWATER10": 10719, + "GEOID10": "62815", + "ZCTA5CE10": "62815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 235 + ], + [ + 520, + 233 + ], + [ + 518, + 233 + ], + [ + 518, + 235 + ], + [ + 520, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62859", + "ALAND10": 539247422, + "AWATER10": 2209530, + "GEOID10": "62859", + "ZCTA5CE10": "62859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 234 + ], + [ + 522, + 232 + ], + [ + 520, + 232 + ], + [ + 520, + 234 + ], + [ + 522, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62930", + "ALAND10": 183537871, + "AWATER10": 1297029, + "GEOID10": "62930", + "ZCTA5CE10": "62930", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 234 + ], + [ + 522, + 232 + ], + [ + 520, + 232 + ], + [ + 520, + 234 + ], + [ + 522, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62934", + "ALAND10": 198949504, + "AWATER10": 2707884, + "GEOID10": "62934", + "ZCTA5CE10": "62934", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 235 + ], + [ + 523, + 233 + ], + [ + 521, + 233 + ], + [ + 521, + 235 + ], + [ + 523, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62867", + "ALAND10": 86854122, + "AWATER10": 3908227, + "GEOID10": "62867", + "ZCTA5CE10": "62867", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 236 + ], + [ + 525, + 234 + ], + [ + 523, + 234 + ], + [ + 523, + 236 + ], + [ + 525, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47620", + "ALAND10": 538411857, + "AWATER10": 20943609, + "GEOID10": "47620", + "ZCTA5CE10": "47620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 238 + ], + [ + 525, + 236 + ], + [ + 523, + 236 + ], + [ + 523, + 238 + ], + [ + 525, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47665", + "ALAND10": 182447105, + "AWATER10": 1856537, + "GEOID10": "47665", + "ZCTA5CE10": "47665", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 242 + ], + [ + 526, + 240 + ], + [ + 524, + 240 + ], + [ + 524, + 242 + ], + [ + 526, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47561", + "ALAND10": 184999918, + "AWATER10": 2017803, + "GEOID10": "47561", + "ZCTA5CE10": "47561", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 241 + ], + [ + 527, + 239 + ], + [ + 525, + 239 + ], + [ + 525, + 241 + ], + [ + 527, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47591", + "ALAND10": 418980880, + "AWATER10": 5129955, + "GEOID10": "47591", + "ZCTA5CE10": "47591", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 236 + ], + [ + 525, + 234 + ], + [ + 523, + 234 + ], + [ + 523, + 236 + ], + [ + 525, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47638", + "ALAND10": 127439434, + "AWATER10": 54117, + "GEOID10": "47638", + "ZCTA5CE10": "47638", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 234 + ], + [ + 526, + 232 + ], + [ + 524, + 232 + ], + [ + 524, + 234 + ], + [ + 526, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47712", + "ALAND10": 164191404, + "AWATER10": 2535589, + "GEOID10": "47712", + "ZCTA5CE10": "47712", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 234 + ], + [ + 527, + 232 + ], + [ + 525, + 232 + ], + [ + 525, + 234 + ], + [ + 527, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42458", + "ALAND10": 42676188, + "AWATER10": 1612578, + "GEOID10": "42458", + "ZCTA5CE10": "42458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 234 + ], + [ + 523, + 232 + ], + [ + 521, + 232 + ], + [ + 521, + 234 + ], + [ + 523, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62954", + "ALAND10": 126659123, + "AWATER10": 1128064, + "GEOID10": "62954", + "ZCTA5CE10": "62954", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 232 + ], + [ + 523, + 230 + ], + [ + 521, + 230 + ], + [ + 521, + 232 + ], + [ + 523, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62984", + "ALAND10": 205151046, + "AWATER10": 6560189, + "GEOID10": "62984", + "ZCTA5CE10": "62984", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 233 + ], + [ + 523, + 231 + ], + [ + 521, + 231 + ], + [ + 521, + 233 + ], + [ + 523, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US62931", + "ALAND10": 266888257, + "AWATER10": 2495422, + "GEOID10": "62931", + "ZCTA5CE10": "62931", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 230 + ], + [ + 523, + 228 + ], + [ + 521, + 228 + ], + [ + 521, + 230 + ], + [ + 523, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42078", + "ALAND10": 222471486, + "AWATER10": 2541644, + "GEOID10": "42078", + "ZCTA5CE10": "42078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 228 + ], + [ + 523, + 226 + ], + [ + 521, + 226 + ], + [ + 521, + 228 + ], + [ + 523, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42044", + "ALAND10": 61716752, + "AWATER10": 33230514, + "GEOID10": "42044", + "ZCTA5CE10": "42044", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 225 + ], + [ + 521, + 223 + ], + [ + 519, + 223 + ], + [ + 519, + 225 + ], + [ + 521, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42071", + "ALAND10": 549435948, + "AWATER10": 29707707, + "GEOID10": "42071", + "ZCTA5CE10": "42071", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 230 + ], + [ + 523, + 228 + ], + [ + 521, + 228 + ], + [ + 521, + 230 + ], + [ + 523, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42038", + "ALAND10": 226722436, + "AWATER10": 29285205, + "GEOID10": "42038", + "ZCTA5CE10": "42038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 229 + ], + [ + 523, + 227 + ], + [ + 521, + 227 + ], + [ + 521, + 229 + ], + [ + 523, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42411", + "ALAND10": 225208437, + "AWATER10": 1473935, + "GEOID10": "42411", + "ZCTA5CE10": "42411", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 233 + ], + [ + 525, + 231 + ], + [ + 523, + 231 + ], + [ + 523, + 233 + ], + [ + 525, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42462", + "ALAND10": 114428257, + "AWATER10": 2049287, + "GEOID10": "42462", + "ZCTA5CE10": "42462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 231 + ], + [ + 524, + 229 + ], + [ + 522, + 229 + ], + [ + 522, + 231 + ], + [ + 524, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42404", + "ALAND10": 229141008, + "AWATER10": 2450239, + "GEOID10": "42404", + "ZCTA5CE10": "42404", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 231 + ], + [ + 526, + 229 + ], + [ + 524, + 229 + ], + [ + 524, + 231 + ], + [ + 526, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42413", + "ALAND10": 135317646, + "AWATER10": 917711, + "GEOID10": "42413", + "ZCTA5CE10": "42413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 232 + ], + [ + 529, + 230 + ], + [ + 527, + 230 + ], + [ + 527, + 232 + ], + [ + 529, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42327", + "ALAND10": 322241655, + "AWATER10": 4782873, + "GEOID10": "42327", + "ZCTA5CE10": "42327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 230 + ], + [ + 527, + 228 + ], + [ + 525, + 228 + ], + [ + 525, + 230 + ], + [ + 527, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42464", + "ALAND10": 158082090, + "AWATER10": 4724356, + "GEOID10": "42464", + "ZCTA5CE10": "42464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 230 + ], + [ + 528, + 228 + ], + [ + 526, + 228 + ], + [ + 526, + 230 + ], + [ + 528, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42345", + "ALAND10": 395528652, + "AWATER10": 4606061, + "GEOID10": "42345", + "ZCTA5CE10": "42345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 226 + ], + [ + 525, + 224 + ], + [ + 523, + 224 + ], + [ + 523, + 226 + ], + [ + 525, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42211", + "ALAND10": 727284743, + "AWATER10": 49063905, + "GEOID10": "42211", + "ZCTA5CE10": "42211", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 227 + ], + [ + 526, + 225 + ], + [ + 524, + 225 + ], + [ + 524, + 227 + ], + [ + 526, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42240", + "ALAND10": 696119724, + "AWATER10": 6295612, + "GEOID10": "42240", + "ZCTA5CE10": "42240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 226 + ], + [ + 527, + 224 + ], + [ + 525, + 224 + ], + [ + 525, + 226 + ], + [ + 527, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42266", + "ALAND10": 195016762, + "AWATER10": 1268172, + "GEOID10": "42266", + "ZCTA5CE10": "42266", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 256 + ], + [ + 530, + 254 + ], + [ + 528, + 254 + ], + [ + 528, + 256 + ], + [ + 530, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47995", + "ALAND10": 213331366, + "AWATER10": 108912, + "GEOID10": "47995", + "ZCTA5CE10": "47995", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 254 + ], + [ + 531, + 252 + ], + [ + 529, + 252 + ], + [ + 529, + 254 + ], + [ + 531, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47906", + "ALAND10": 349862290, + "AWATER10": 4325259, + "GEOID10": "47906", + "ZCTA5CE10": "47906", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 257 + ], + [ + 531, + 255 + ], + [ + 529, + 255 + ], + [ + 529, + 257 + ], + [ + 531, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47950", + "ALAND10": 97650642, + "AWATER10": 0, + "GEOID10": "47950", + "ZCTA5CE10": "47950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 254 + ], + [ + 531, + 252 + ], + [ + 529, + 252 + ], + [ + 529, + 254 + ], + [ + 531, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46065", + "ALAND10": 98667318, + "AWATER10": 30594, + "GEOID10": "46065", + "ZCTA5CE10": "46065", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 252 + ], + [ + 530, + 250 + ], + [ + 528, + 250 + ], + [ + 528, + 252 + ], + [ + 530, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47955", + "ALAND10": 64322577, + "AWATER10": 5903, + "GEOID10": "47955", + "ZCTA5CE10": "47955", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 251 + ], + [ + 529, + 249 + ], + [ + 527, + 249 + ], + [ + 527, + 251 + ], + [ + 529, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47933", + "ALAND10": 607548108, + "AWATER10": 825545, + "GEOID10": "47933", + "ZCTA5CE10": "47933", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 251 + ], + [ + 533, + 249 + ], + [ + 531, + 249 + ], + [ + 531, + 251 + ], + [ + 533, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46071", + "ALAND10": 179649625, + "AWATER10": 422293, + "GEOID10": "46071", + "ZCTA5CE10": "46071", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 256 + ], + [ + 533, + 254 + ], + [ + 531, + 254 + ], + [ + 531, + 256 + ], + [ + 533, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46978", + "ALAND10": 164438317, + "AWATER10": 0, + "GEOID10": "46978", + "ZCTA5CE10": "46978", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 256 + ], + [ + 534, + 254 + ], + [ + 532, + 254 + ], + [ + 532, + 256 + ], + [ + 534, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46994", + "ALAND10": 149162319, + "AWATER10": 390899, + "GEOID10": "46994", + "ZCTA5CE10": "46994", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 257 + ], + [ + 534, + 255 + ], + [ + 532, + 255 + ], + [ + 532, + 257 + ], + [ + 534, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46970", + "ALAND10": 478894604, + "AWATER10": 8003028, + "GEOID10": "46970", + "ZCTA5CE10": "46970", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 254 + ], + [ + 533, + 252 + ], + [ + 531, + 252 + ], + [ + 531, + 254 + ], + [ + 533, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46901", + "ALAND10": 359100900, + "AWATER10": 1522111, + "GEOID10": "46901", + "ZCTA5CE10": "46901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 253 + ], + [ + 531, + 251 + ], + [ + 529, + 251 + ], + [ + 529, + 253 + ], + [ + 531, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46041", + "ALAND10": 651206334, + "AWATER10": 425133, + "GEOID10": "46041", + "ZCTA5CE10": "46041", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 252 + ], + [ + 536, + 250 + ], + [ + 534, + 250 + ], + [ + 534, + 252 + ], + [ + 536, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46031", + "ALAND10": 122056800, + "AWATER10": 262264, + "GEOID10": "46031", + "ZCTA5CE10": "46031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 252 + ], + [ + 536, + 250 + ], + [ + 534, + 250 + ], + [ + 534, + 252 + ], + [ + 536, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46072", + "ALAND10": 291875302, + "AWATER10": 0, + "GEOID10": "46072", + "ZCTA5CE10": "46072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 250 + ], + [ + 534, + 248 + ], + [ + 532, + 248 + ], + [ + 532, + 250 + ], + [ + 534, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46074", + "ALAND10": 93521489, + "AWATER10": 397644, + "GEOID10": "46074", + "ZCTA5CE10": "46074", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 248 + ], + [ + 529, + 246 + ], + [ + 527, + 246 + ], + [ + 527, + 248 + ], + [ + 529, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47837", + "ALAND10": 75307682, + "AWATER10": 366004, + "GEOID10": "47837", + "ZCTA5CE10": "47837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 248 + ], + [ + 530, + 246 + ], + [ + 528, + 246 + ], + [ + 528, + 248 + ], + [ + 530, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46105", + "ALAND10": 109220083, + "AWATER10": 34897, + "GEOID10": "46105", + "ZCTA5CE10": "46105", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 247 + ], + [ + 531, + 245 + ], + [ + 529, + 245 + ], + [ + 529, + 247 + ], + [ + 531, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46135", + "ALAND10": 431352181, + "AWATER10": 1942998, + "GEOID10": "46135", + "ZCTA5CE10": "46135", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 246 + ], + [ + 534, + 244 + ], + [ + 532, + 244 + ], + [ + 532, + 246 + ], + [ + 534, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46151", + "ALAND10": 530252959, + "AWATER10": 10179533, + "GEOID10": "46151", + "ZCTA5CE10": "46151", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 246 + ], + [ + 530, + 244 + ], + [ + 528, + 244 + ], + [ + 528, + 246 + ], + [ + 530, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47460", + "ALAND10": 389497904, + "AWATER10": 1989983, + "GEOID10": "47460", + "ZCTA5CE10": "47460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 243 + ], + [ + 530, + 241 + ], + [ + 528, + 241 + ], + [ + 528, + 243 + ], + [ + 530, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47465", + "ALAND10": 61794221, + "AWATER10": 352064, + "GEOID10": "47465", + "ZCTA5CE10": "47465", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 245 + ], + [ + 532, + 243 + ], + [ + 530, + 243 + ], + [ + 530, + 245 + ], + [ + 532, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47433", + "ALAND10": 209590368, + "AWATER10": 708549, + "GEOID10": "47433", + "ZCTA5CE10": "47433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 243 + ], + [ + 532, + 241 + ], + [ + 530, + 241 + ], + [ + 530, + 243 + ], + [ + 532, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47421", + "ALAND10": 473263673, + "AWATER10": 3656576, + "GEOID10": "47421", + "ZCTA5CE10": "47421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 248 + ], + [ + 533, + 246 + ], + [ + 531, + 246 + ], + [ + 531, + 248 + ], + [ + 533, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46168", + "ALAND10": 83554188, + "AWATER10": 589129, + "GEOID10": "46168", + "ZCTA5CE10": "46168", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 247 + ], + [ + 534, + 245 + ], + [ + 532, + 245 + ], + [ + 532, + 247 + ], + [ + 534, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46158", + "ALAND10": 195012184, + "AWATER10": 2760083, + "GEOID10": "46158", + "ZCTA5CE10": "46158", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 247 + ], + [ + 534, + 245 + ], + [ + 532, + 245 + ], + [ + 532, + 247 + ], + [ + 534, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46143", + "ALAND10": 126303504, + "AWATER10": 367957, + "GEOID10": "46143", + "ZCTA5CE10": "46143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 243 + ], + [ + 533, + 241 + ], + [ + 531, + 241 + ], + [ + 531, + 243 + ], + [ + 533, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47448", + "ALAND10": 510088972, + "AWATER10": 7204084, + "GEOID10": "47448", + "ZCTA5CE10": "47448", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 243 + ], + [ + 532, + 241 + ], + [ + 530, + 241 + ], + [ + 530, + 243 + ], + [ + 532, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47436", + "ALAND10": 118640057, + "AWATER10": 812259, + "GEOID10": "47436", + "ZCTA5CE10": "47436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 245 + ], + [ + 536, + 243 + ], + [ + 534, + 243 + ], + [ + 534, + 245 + ], + [ + 536, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46124", + "ALAND10": 159596019, + "AWATER10": 1202047, + "GEOID10": "46124", + "ZCTA5CE10": "46124", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 243 + ], + [ + 536, + 241 + ], + [ + 534, + 241 + ], + [ + 534, + 243 + ], + [ + 536, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47201", + "ALAND10": 529445777, + "AWATER10": 5015613, + "GEOID10": "47201", + "ZCTA5CE10": "47201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 255 + ], + [ + 537, + 253 + ], + [ + 535, + 253 + ], + [ + 535, + 255 + ], + [ + 537, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46992", + "ALAND10": 419712651, + "AWATER10": 8212937, + "GEOID10": "46992", + "ZCTA5CE10": "46992", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 256 + ], + [ + 539, + 254 + ], + [ + 537, + 254 + ], + [ + 537, + 256 + ], + [ + 539, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46750", + "ALAND10": 515906983, + "AWATER10": 7578915, + "GEOID10": "46750", + "ZCTA5CE10": "46750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 255 + ], + [ + 536, + 253 + ], + [ + 534, + 253 + ], + [ + 534, + 255 + ], + [ + 536, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46952", + "ALAND10": 274785585, + "AWATER10": 1345141, + "GEOID10": "46952", + "ZCTA5CE10": "46952", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 255 + ], + [ + 539, + 253 + ], + [ + 537, + 253 + ], + [ + 537, + 255 + ], + [ + 539, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47359", + "ALAND10": 156131911, + "AWATER10": 602872, + "GEOID10": "47359", + "ZCTA5CE10": "47359", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 254 + ], + [ + 538, + 252 + ], + [ + 536, + 252 + ], + [ + 536, + 254 + ], + [ + 538, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46938", + "ALAND10": 80170893, + "AWATER10": 96696, + "GEOID10": "46938", + "ZCTA5CE10": "46938", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 250 + ], + [ + 537, + 248 + ], + [ + 535, + 248 + ], + [ + 535, + 250 + ], + [ + 537, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46011", + "ALAND10": 193593592, + "AWATER10": 196587, + "GEOID10": "46011", + "ZCTA5CE10": "46011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 252 + ], + [ + 539, + 250 + ], + [ + 537, + 250 + ], + [ + 537, + 252 + ], + [ + 539, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47338", + "ALAND10": 72518018, + "AWATER10": 627179, + "GEOID10": "47338", + "ZCTA5CE10": "47338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 250 + ], + [ + 538, + 248 + ], + [ + 536, + 248 + ], + [ + 536, + 250 + ], + [ + 538, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47362", + "ALAND10": 379554385, + "AWATER10": 4348218, + "GEOID10": "47362", + "ZCTA5CE10": "47362", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 257 + ], + [ + 540, + 255 + ], + [ + 538, + 255 + ], + [ + 538, + 257 + ], + [ + 540, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46733", + "ALAND10": 446769242, + "AWATER10": 898351, + "GEOID10": "46733", + "ZCTA5CE10": "46733", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 255 + ], + [ + 542, + 253 + ], + [ + 540, + 253 + ], + [ + 540, + 255 + ], + [ + 542, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47326", + "ALAND10": 173171609, + "AWATER10": 187696, + "GEOID10": "47326", + "ZCTA5CE10": "47326", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 257 + ], + [ + 544, + 255 + ], + [ + 542, + 255 + ], + [ + 542, + 257 + ], + [ + 544, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45849", + "ALAND10": 114567417, + "AWATER10": 79127, + "GEOID10": "45849", + "ZCTA5CE10": "45849", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 252 + ], + [ + 540, + 250 + ], + [ + 538, + 250 + ], + [ + 538, + 252 + ], + [ + 540, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47380", + "ALAND10": 157782747, + "AWATER10": 783236, + "GEOID10": "47380", + "ZCTA5CE10": "47380", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 252 + ], + [ + 541, + 250 + ], + [ + 539, + 250 + ], + [ + 539, + 252 + ], + [ + 541, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47394", + "ALAND10": 313090828, + "AWATER10": 476421, + "GEOID10": "47394", + "ZCTA5CE10": "47394", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 253 + ], + [ + 542, + 251 + ], + [ + 540, + 251 + ], + [ + 540, + 253 + ], + [ + 542, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47390", + "ALAND10": 203110776, + "AWATER10": 272902, + "GEOID10": "47390", + "ZCTA5CE10": "47390", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 253 + ], + [ + 544, + 251 + ], + [ + 542, + 251 + ], + [ + 542, + 253 + ], + [ + 544, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45822", + "ALAND10": 424763453, + "AWATER10": 27154897, + "GEOID10": "45822", + "ZCTA5CE10": "45822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 251 + ], + [ + 544, + 249 + ], + [ + 542, + 249 + ], + [ + 542, + 251 + ], + [ + 544, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45331", + "ALAND10": 387234431, + "AWATER10": 1489384, + "GEOID10": "45331", + "ZCTA5CE10": "45331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 250 + ], + [ + 543, + 248 + ], + [ + 541, + 248 + ], + [ + 541, + 250 + ], + [ + 543, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45304", + "ALAND10": 219824882, + "AWATER10": 229462, + "GEOID10": "45304", + "ZCTA5CE10": "45304", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 249 + ], + [ + 538, + 247 + ], + [ + 536, + 247 + ], + [ + 536, + 249 + ], + [ + 538, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47385", + "ALAND10": 38522818, + "AWATER10": 120541, + "GEOID10": "47385", + "ZCTA5CE10": "47385", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 246 + ], + [ + 537, + 244 + ], + [ + 535, + 244 + ], + [ + 535, + 246 + ], + [ + 537, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46182", + "ALAND10": 91370379, + "AWATER10": 54191, + "GEOID10": "46182", + "ZCTA5CE10": "46182", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 246 + ], + [ + 539, + 244 + ], + [ + 537, + 244 + ], + [ + 537, + 246 + ], + [ + 539, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US46173", + "ALAND10": 584761715, + "AWATER10": 240141, + "GEOID10": "46173", + "ZCTA5CE10": "46173", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 245 + ], + [ + 536, + 243 + ], + [ + 534, + 243 + ], + [ + 534, + 245 + ], + [ + 536, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47246", + "ALAND10": 152317629, + "AWATER10": 394277, + "GEOID10": "47246", + "ZCTA5CE10": "47246", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 244 + ], + [ + 538, + 242 + ], + [ + 536, + 242 + ], + [ + 536, + 244 + ], + [ + 538, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47265", + "ALAND10": 495142950, + "AWATER10": 1873096, + "GEOID10": "47265", + "ZCTA5CE10": "47265", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 246 + ], + [ + 539, + 244 + ], + [ + 537, + 244 + ], + [ + 537, + 246 + ], + [ + 539, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47240", + "ALAND10": 773644355, + "AWATER10": 1782539, + "GEOID10": "47240", + "ZCTA5CE10": "47240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 243 + ], + [ + 541, + 241 + ], + [ + 539, + 241 + ], + [ + 539, + 243 + ], + [ + 541, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47032", + "ALAND10": 90594354, + "AWATER10": 55811, + "GEOID10": "47032", + "ZCTA5CE10": "47032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 241 + ], + [ + 538, + 239 + ], + [ + 536, + 239 + ], + [ + 536, + 241 + ], + [ + 538, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47250", + "ALAND10": 536589997, + "AWATER10": 2775286, + "GEOID10": "47250", + "ZCTA5CE10": "47250", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 249 + ], + [ + 541, + 247 + ], + [ + 539, + 247 + ], + [ + 539, + 249 + ], + [ + 541, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47330", + "ALAND10": 153986130, + "AWATER10": 725372, + "GEOID10": "47330", + "ZCTA5CE10": "47330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 247 + ], + [ + 541, + 245 + ], + [ + 539, + 245 + ], + [ + 539, + 247 + ], + [ + 541, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47331", + "ALAND10": 493090931, + "AWATER10": 3577368, + "GEOID10": "47331", + "ZCTA5CE10": "47331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 248 + ], + [ + 544, + 246 + ], + [ + 542, + 246 + ], + [ + 542, + 248 + ], + [ + 544, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45320", + "ALAND10": 346580469, + "AWATER10": 1007300, + "GEOID10": "45320", + "ZCTA5CE10": "45320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 250 + ], + [ + 544, + 248 + ], + [ + 542, + 248 + ], + [ + 542, + 250 + ], + [ + 544, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45309", + "ALAND10": 172477760, + "AWATER10": 1513, + "GEOID10": "45309", + "ZCTA5CE10": "45309", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 247 + ], + [ + 544, + 245 + ], + [ + 542, + 245 + ], + [ + 542, + 247 + ], + [ + 544, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45311", + "ALAND10": 236750570, + "AWATER10": 2081565, + "GEOID10": "45311", + "ZCTA5CE10": "45311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 243 + ], + [ + 542, + 241 + ], + [ + 540, + 241 + ], + [ + 540, + 243 + ], + [ + 542, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47001", + "ALAND10": 188668320, + "AWATER10": 2497770, + "GEOID10": "47001", + "ZCTA5CE10": "47001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 242 + ], + [ + 542, + 240 + ], + [ + 540, + 240 + ], + [ + 540, + 242 + ], + [ + 542, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47038", + "ALAND10": 80547670, + "AWATER10": 4555608, + "GEOID10": "47038", + "ZCTA5CE10": "47038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 244 + ], + [ + 544, + 242 + ], + [ + 542, + 242 + ], + [ + 542, + 244 + ], + [ + 544, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45215", + "ALAND10": 30417413, + "AWATER10": 0, + "GEOID10": "45215", + "ZCTA5CE10": "45215", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 242 + ], + [ + 545, + 240 + ], + [ + 543, + 240 + ], + [ + 543, + 242 + ], + [ + 545, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41007", + "ALAND10": 134012457, + "AWATER10": 10220126, + "GEOID10": "41007", + "ZCTA5CE10": "41007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 239 + ], + [ + 529, + 237 + ], + [ + 527, + 237 + ], + [ + 527, + 239 + ], + [ + 529, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47558", + "ALAND10": 223421906, + "AWATER10": 7362540, + "GEOID10": "47558", + "ZCTA5CE10": "47558", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 239 + ], + [ + 530, + 237 + ], + [ + 528, + 237 + ], + [ + 528, + 239 + ], + [ + 530, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47553", + "ALAND10": 361136796, + "AWATER10": 6171964, + "GEOID10": "47553", + "ZCTA5CE10": "47553", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 241 + ], + [ + 531, + 239 + ], + [ + 529, + 239 + ], + [ + 529, + 241 + ], + [ + 531, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47446", + "ALAND10": 312417181, + "AWATER10": 1388932, + "GEOID10": "47446", + "ZCTA5CE10": "47446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 238 + ], + [ + 532, + 236 + ], + [ + 530, + 236 + ], + [ + 530, + 238 + ], + [ + 532, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47116", + "ALAND10": 77694562, + "AWATER10": 1728924, + "GEOID10": "47116", + "ZCTA5CE10": "47116", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 236 + ], + [ + 530, + 234 + ], + [ + 528, + 234 + ], + [ + 528, + 236 + ], + [ + 530, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47532", + "ALAND10": 180727499, + "AWATER10": 1196578, + "GEOID10": "47532", + "ZCTA5CE10": "47532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 236 + ], + [ + 531, + 234 + ], + [ + 529, + 234 + ], + [ + 529, + 236 + ], + [ + 531, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47588", + "ALAND10": 42225219, + "AWATER10": 353405, + "GEOID10": "47588", + "ZCTA5CE10": "47588", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 235 + ], + [ + 531, + 233 + ], + [ + 529, + 233 + ], + [ + 529, + 235 + ], + [ + 531, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42348", + "ALAND10": 288727010, + "AWATER10": 14136379, + "GEOID10": "42348", + "ZCTA5CE10": "42348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 233 + ], + [ + 532, + 231 + ], + [ + 530, + 231 + ], + [ + 530, + 233 + ], + [ + 532, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40143", + "ALAND10": 388077178, + "AWATER10": 6254963, + "GEOID10": "40143", + "ZCTA5CE10": "40143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 241 + ], + [ + 535, + 239 + ], + [ + 533, + 239 + ], + [ + 533, + 241 + ], + [ + 535, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47281", + "ALAND10": 144775413, + "AWATER10": 1903573, + "GEOID10": "47281", + "ZCTA5CE10": "47281", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 239 + ], + [ + 532, + 237 + ], + [ + 530, + 237 + ], + [ + 530, + 239 + ], + [ + 532, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47118", + "ALAND10": 367787263, + "AWATER10": 5035673, + "GEOID10": "47118", + "ZCTA5CE10": "47118", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 241 + ], + [ + 535, + 239 + ], + [ + 533, + 239 + ], + [ + 533, + 241 + ], + [ + 535, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47229", + "ALAND10": 129559936, + "AWATER10": 74598, + "GEOID10": "47229", + "ZCTA5CE10": "47229", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 238 + ], + [ + 536, + 236 + ], + [ + 534, + 236 + ], + [ + 534, + 238 + ], + [ + 536, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47143", + "ALAND10": 58455112, + "AWATER10": 707557, + "GEOID10": "47143", + "ZCTA5CE10": "47143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 235 + ], + [ + 535, + 233 + ], + [ + 533, + 233 + ], + [ + 533, + 235 + ], + [ + 535, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40108", + "ALAND10": 184075068, + "AWATER10": 13778166, + "GEOID10": "40108", + "ZCTA5CE10": "40108", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 237 + ], + [ + 535, + 235 + ], + [ + 533, + 235 + ], + [ + 533, + 237 + ], + [ + 535, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47112", + "ALAND10": 418622519, + "AWATER10": 648052, + "GEOID10": "47112", + "ZCTA5CE10": "47112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 235 + ], + [ + 538, + 233 + ], + [ + 536, + 233 + ], + [ + 536, + 235 + ], + [ + 538, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40165", + "ALAND10": 374113822, + "AWATER10": 4400004, + "GEOID10": "40165", + "ZCTA5CE10": "40165", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 234 + ], + [ + 529, + 232 + ], + [ + 527, + 232 + ], + [ + 527, + 234 + ], + [ + 529, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42303", + "ALAND10": 124133825, + "AWATER10": 1320514, + "GEOID10": "42303", + "ZCTA5CE10": "42303", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 230 + ], + [ + 530, + 228 + ], + [ + 528, + 228 + ], + [ + 528, + 230 + ], + [ + 530, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42337", + "ALAND10": 128093956, + "AWATER10": 5073518, + "GEOID10": "42337", + "ZCTA5CE10": "42337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 232 + ], + [ + 533, + 230 + ], + [ + 531, + 230 + ], + [ + 531, + 232 + ], + [ + 533, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40119", + "ALAND10": 248582378, + "AWATER10": 6780846, + "GEOID10": "40119", + "ZCTA5CE10": "40119", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 232 + ], + [ + 532, + 230 + ], + [ + 530, + 230 + ], + [ + 530, + 232 + ], + [ + 532, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42349", + "ALAND10": 159704536, + "AWATER10": 972665, + "GEOID10": "42349", + "ZCTA5CE10": "42349", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 230 + ], + [ + 530, + 228 + ], + [ + 528, + 228 + ], + [ + 528, + 230 + ], + [ + 530, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42256", + "ALAND10": 494734820, + "AWATER10": 6913102, + "GEOID10": "42256", + "ZCTA5CE10": "42256", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 230 + ], + [ + 533, + 228 + ], + [ + 531, + 228 + ], + [ + 531, + 230 + ], + [ + 533, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42101", + "ALAND10": 733316980, + "AWATER10": 8574322, + "GEOID10": "42101", + "ZCTA5CE10": "42101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 228 + ], + [ + 532, + 226 + ], + [ + 530, + 226 + ], + [ + 530, + 228 + ], + [ + 532, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42206", + "ALAND10": 306884521, + "AWATER10": 1453217, + "GEOID10": "42206", + "ZCTA5CE10": "42206", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 234 + ], + [ + 534, + 232 + ], + [ + 532, + 232 + ], + [ + 532, + 234 + ], + [ + 534, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40115", + "ALAND10": 51745836, + "AWATER10": 575800, + "GEOID10": "40115", + "ZCTA5CE10": "40115", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 231 + ], + [ + 535, + 229 + ], + [ + 533, + 229 + ], + [ + 533, + 231 + ], + [ + 535, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42726", + "ALAND10": 266107064, + "AWATER10": 11373358, + "GEOID10": "42726", + "ZCTA5CE10": "42726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 234 + ], + [ + 537, + 232 + ], + [ + 535, + 232 + ], + [ + 535, + 234 + ], + [ + 537, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42701", + "ALAND10": 410884817, + "AWATER10": 4448517, + "GEOID10": "42701", + "ZCTA5CE10": "42701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 229 + ], + [ + 535, + 227 + ], + [ + 533, + 227 + ], + [ + 533, + 229 + ], + [ + 535, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42210", + "ALAND10": 372917029, + "AWATER10": 3338697, + "GEOID10": "42210", + "ZCTA5CE10": "42210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 228 + ], + [ + 533, + 226 + ], + [ + 531, + 226 + ], + [ + 531, + 228 + ], + [ + 533, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42122", + "ALAND10": 97751306, + "AWATER10": 1305357, + "GEOID10": "42122", + "ZCTA5CE10": "42122", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 226 + ], + [ + 533, + 224 + ], + [ + 531, + 224 + ], + [ + 531, + 226 + ], + [ + 533, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42134", + "ALAND10": 549584245, + "AWATER10": 5261354, + "GEOID10": "42134", + "ZCTA5CE10": "42134", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 230 + ], + [ + 535, + 228 + ], + [ + 533, + 228 + ], + [ + 533, + 230 + ], + [ + 535, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42127", + "ALAND10": 229195027, + "AWATER10": 2088950, + "GEOID10": "42127", + "ZCTA5CE10": "42127", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 228 + ], + [ + 534, + 226 + ], + [ + 532, + 226 + ], + [ + 532, + 228 + ], + [ + 534, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42141", + "ALAND10": 718983333, + "AWATER10": 22290237, + "GEOID10": "42141", + "ZCTA5CE10": "42141", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 240 + ], + [ + 537, + 238 + ], + [ + 535, + 238 + ], + [ + 535, + 240 + ], + [ + 537, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47163", + "ALAND10": 53890920, + "AWATER10": 346281, + "GEOID10": "47163", + "ZCTA5CE10": "47163", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 237 + ], + [ + 537, + 235 + ], + [ + 535, + 235 + ], + [ + 535, + 237 + ], + [ + 537, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US47129", + "ALAND10": 24431355, + "AWATER10": 547780, + "GEOID10": "47129", + "ZCTA5CE10": "47129", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 240 + ], + [ + 540, + 238 + ], + [ + 538, + 238 + ], + [ + 538, + 240 + ], + [ + 540, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40006", + "ALAND10": 236392422, + "AWATER10": 4204487, + "GEOID10": "40006", + "ZCTA5CE10": "40006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 239 + ], + [ + 540, + 237 + ], + [ + 538, + 237 + ], + [ + 538, + 239 + ], + [ + 540, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40011", + "ALAND10": 151737194, + "AWATER10": 2129289, + "GEOID10": "40011", + "ZCTA5CE10": "40011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 234 + ], + [ + 537, + 232 + ], + [ + 535, + 232 + ], + [ + 535, + 234 + ], + [ + 537, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40150", + "ALAND10": 89549739, + "AWATER10": 947512, + "GEOID10": "40150", + "ZCTA5CE10": "40150", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 236 + ], + [ + 540, + 234 + ], + [ + 538, + 234 + ], + [ + 538, + 236 + ], + [ + 540, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40076", + "ALAND10": 146383663, + "AWATER10": 1347539, + "GEOID10": "40076", + "ZCTA5CE10": "40076", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 235 + ], + [ + 540, + 233 + ], + [ + 538, + 233 + ], + [ + 538, + 235 + ], + [ + 540, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40012", + "ALAND10": 25942161, + "AWATER10": 257096, + "GEOID10": "40012", + "ZCTA5CE10": "40012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 239 + ], + [ + 542, + 237 + ], + [ + 540, + 237 + ], + [ + 540, + 239 + ], + [ + 542, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40057", + "ALAND10": 252979993, + "AWATER10": 2356099, + "GEOID10": "40057", + "ZCTA5CE10": "40057", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 241 + ], + [ + 544, + 239 + ], + [ + 542, + 239 + ], + [ + 542, + 241 + ], + [ + 544, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41006", + "ALAND10": 136920151, + "AWATER10": 2006339, + "GEOID10": "41006", + "ZCTA5CE10": "41006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 240 + ], + [ + 542, + 238 + ], + [ + 540, + 238 + ], + [ + 540, + 240 + ], + [ + 542, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40359", + "ALAND10": 592350262, + "AWATER10": 4728102, + "GEOID10": "40359", + "ZCTA5CE10": "40359", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 238 + ], + [ + 544, + 236 + ], + [ + 542, + 236 + ], + [ + 542, + 238 + ], + [ + 544, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40370", + "ALAND10": 215490581, + "AWATER10": 1891354, + "GEOID10": "40370", + "ZCTA5CE10": "40370", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 235 + ], + [ + 540, + 233 + ], + [ + 538, + 233 + ], + [ + 538, + 235 + ], + [ + 540, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40342", + "ALAND10": 488363137, + "AWATER10": 4857604, + "GEOID10": "40342", + "ZCTA5CE10": "40342", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 235 + ], + [ + 540, + 233 + ], + [ + 538, + 233 + ], + [ + 538, + 235 + ], + [ + 540, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40330", + "ALAND10": 573429525, + "AWATER10": 8603365, + "GEOID10": "40330", + "ZCTA5CE10": "40330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 234 + ], + [ + 542, + 232 + ], + [ + 540, + 232 + ], + [ + 540, + 234 + ], + [ + 542, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40383", + "ALAND10": 396528683, + "AWATER10": 4361407, + "GEOID10": "40383", + "ZCTA5CE10": "40383", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 234 + ], + [ + 543, + 232 + ], + [ + 541, + 232 + ], + [ + 541, + 234 + ], + [ + 543, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40444", + "ALAND10": 410580399, + "AWATER10": 9818111, + "GEOID10": "40444", + "ZCTA5CE10": "40444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 232 + ], + [ + 537, + 230 + ], + [ + 535, + 230 + ], + [ + 535, + 232 + ], + [ + 537, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42757", + "ALAND10": 212623713, + "AWATER10": 1811365, + "GEOID10": "42757", + "ZCTA5CE10": "42757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 232 + ], + [ + 538, + 230 + ], + [ + 536, + 230 + ], + [ + 536, + 232 + ], + [ + 538, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40051", + "ALAND10": 245436863, + "AWATER10": 3526039, + "GEOID10": "40051", + "ZCTA5CE10": "40051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 233 + ], + [ + 538, + 231 + ], + [ + 536, + 231 + ], + [ + 536, + 233 + ], + [ + 538, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40060", + "ALAND10": 113622509, + "AWATER10": 2229656, + "GEOID10": "40060", + "ZCTA5CE10": "40060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 232 + ], + [ + 538, + 230 + ], + [ + 536, + 230 + ], + [ + 536, + 232 + ], + [ + 538, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42718", + "ALAND10": 653952872, + "AWATER10": 14759412, + "GEOID10": "42718", + "ZCTA5CE10": "42718", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 229 + ], + [ + 537, + 227 + ], + [ + 535, + 227 + ], + [ + 535, + 229 + ], + [ + 537, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42129", + "ALAND10": 525887649, + "AWATER10": 2078142, + "GEOID10": "42129", + "ZCTA5CE10": "42129", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 228 + ], + [ + 539, + 226 + ], + [ + 537, + 226 + ], + [ + 537, + 228 + ], + [ + 539, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42715", + "ALAND10": 40127658, + "AWATER10": 16677, + "GEOID10": "42715", + "ZCTA5CE10": "42715", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 228 + ], + [ + 541, + 226 + ], + [ + 539, + 226 + ], + [ + 539, + 228 + ], + [ + 541, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42629", + "ALAND10": 258074155, + "AWATER10": 52669773, + "GEOID10": "42629", + "ZCTA5CE10": "42629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 227 + ], + [ + 541, + 225 + ], + [ + 539, + 225 + ], + [ + 539, + 227 + ], + [ + 541, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42602", + "ALAND10": 495969085, + "AWATER10": 20658306, + "GEOID10": "42602", + "ZCTA5CE10": "42602", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 233 + ], + [ + 540, + 231 + ], + [ + 538, + 231 + ], + [ + 538, + 233 + ], + [ + 540, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40328", + "ALAND10": 126913779, + "AWATER10": 792545, + "GEOID10": "40328", + "ZCTA5CE10": "40328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 231 + ], + [ + 542, + 229 + ], + [ + 540, + 229 + ], + [ + 540, + 231 + ], + [ + 542, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42566", + "ALAND10": 44343025, + "AWATER10": 71163, + "GEOID10": "42566", + "ZCTA5CE10": "42566", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 232 + ], + [ + 544, + 230 + ], + [ + 542, + 230 + ], + [ + 542, + 232 + ], + [ + 544, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40484", + "ALAND10": 339274738, + "AWATER10": 6027159, + "GEOID10": "40484", + "ZCTA5CE10": "40484", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 230 + ], + [ + 543, + 228 + ], + [ + 541, + 228 + ], + [ + 541, + 230 + ], + [ + 543, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42567", + "ALAND10": 236921084, + "AWATER10": 1049001, + "GEOID10": "42567", + "ZCTA5CE10": "42567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 227 + ], + [ + 542, + 226 + ], + [ + 540, + 225 + ], + [ + 540, + 226 + ], + [ + 542, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42633", + "ALAND10": 1126470640, + "AWATER10": 50367174, + "GEOID10": "42633", + "ZCTA5CE10": "42633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 229 + ], + [ + 543, + 227 + ], + [ + 541, + 227 + ], + [ + 541, + 229 + ], + [ + 543, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42544", + "ALAND10": 377227226, + "AWATER10": 39779540, + "GEOID10": "42544", + "ZCTA5CE10": "42544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 226 + ], + [ + 543, + 224 + ], + [ + 541, + 224 + ], + [ + 541, + 226 + ], + [ + 543, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42649", + "ALAND10": 185963642, + "AWATER10": 804566, + "GEOID10": "42649", + "ZCTA5CE10": "42649", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 225 + ], + [ + 514, + 223 + ], + [ + 512, + 223 + ], + [ + 512, + 225 + ], + [ + 514, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63848", + "ALAND10": 188274455, + "AWATER10": 1575366, + "GEOID10": "63848", + "ZCTA5CE10": "63848", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 223 + ], + [ + 514, + 221 + ], + [ + 512, + 221 + ], + [ + 512, + 223 + ], + [ + 514, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US63830", + "ALAND10": 177909343, + "AWATER10": 24701080, + "GEOID10": "63830", + "ZCTA5CE10": "63830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 224 + ], + [ + 518, + 222 + ], + [ + 516, + 222 + ], + [ + 516, + 224 + ], + [ + 518, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38261", + "ALAND10": 482840400, + "AWATER10": 17336598, + "GEOID10": "38261", + "ZCTA5CE10": "38261", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 223 + ], + [ + 516, + 221 + ], + [ + 514, + 221 + ], + [ + 514, + 223 + ], + [ + 516, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38079", + "ALAND10": 274202346, + "AWATER10": 71418525, + "GEOID10": "38079", + "ZCTA5CE10": "38079", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 222 + ], + [ + 517, + 220 + ], + [ + 515, + 220 + ], + [ + 515, + 222 + ], + [ + 517, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38059", + "ALAND10": 332230470, + "AWATER10": 275879, + "GEOID10": "38059", + "ZCTA5CE10": "38059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 219 + ], + [ + 516, + 217 + ], + [ + 514, + 217 + ], + [ + 514, + 219 + ], + [ + 516, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38063", + "ALAND10": 790173508, + "AWATER10": 79758990, + "GEOID10": "38063", + "ZCTA5CE10": "38063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 221 + ], + [ + 515, + 219 + ], + [ + 513, + 219 + ], + [ + 513, + 221 + ], + [ + 515, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38030", + "ALAND10": 334563525, + "AWATER10": 30544701, + "GEOID10": "38030", + "ZCTA5CE10": "38030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 219 + ], + [ + 514, + 217 + ], + [ + 512, + 217 + ], + [ + 512, + 219 + ], + [ + 514, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38019", + "ALAND10": 357306548, + "AWATER10": 376794, + "GEOID10": "38019", + "ZCTA5CE10": "38019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 223 + ], + [ + 517, + 221 + ], + [ + 515, + 221 + ], + [ + 515, + 223 + ], + [ + 517, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38260", + "ALAND10": 170262387, + "AWATER10": 340942, + "GEOID10": "38260", + "ZCTA5CE10": "38260", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 225 + ], + [ + 520, + 223 + ], + [ + 518, + 223 + ], + [ + 518, + 225 + ], + [ + 520, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38257", + "ALAND10": 141521426, + "AWATER10": 128501, + "GEOID10": "38257", + "ZCTA5CE10": "38257", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 225 + ], + [ + 520, + 223 + ], + [ + 518, + 223 + ], + [ + 518, + 225 + ], + [ + 520, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38237", + "ALAND10": 337034281, + "AWATER10": 658679, + "GEOID10": "38237", + "ZCTA5CE10": "38237", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 220 + ], + [ + 518, + 218 + ], + [ + 516, + 218 + ], + [ + 516, + 220 + ], + [ + 518, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38001", + "ALAND10": 175584543, + "AWATER10": 30454, + "GEOID10": "38001", + "ZCTA5CE10": "38001", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 217 + ], + [ + 518, + 215 + ], + [ + 516, + 215 + ], + [ + 516, + 217 + ], + [ + 518, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38012", + "ALAND10": 699427655, + "AWATER10": 1799464, + "GEOID10": "38012", + "ZCTA5CE10": "38012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 221 + ], + [ + 517, + 219 + ], + [ + 515, + 219 + ], + [ + 515, + 221 + ], + [ + 517, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38382", + "ALAND10": 450162511, + "AWATER10": 435056, + "GEOID10": "38382", + "ZCTA5CE10": "38382", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 219 + ], + [ + 518, + 217 + ], + [ + 516, + 217 + ], + [ + 516, + 219 + ], + [ + 518, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38305", + "ALAND10": 335027871, + "AWATER10": 2539966, + "GEOID10": "38305", + "ZCTA5CE10": "38305", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 216 + ], + [ + 512, + 214 + ], + [ + 510, + 214 + ], + [ + 510, + 216 + ], + [ + 512, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38053", + "ALAND10": 456895048, + "AWATER10": 29529203, + "GEOID10": "38053", + "ZCTA5CE10": "38053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 214 + ], + [ + 513, + 212 + ], + [ + 511, + 212 + ], + [ + 511, + 214 + ], + [ + 513, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38671", + "ALAND10": 57600621, + "AWATER10": 470233, + "GEOID10": "38671", + "ZCTA5CE10": "38671", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 215 + ], + [ + 516, + 213 + ], + [ + 514, + 213 + ], + [ + 514, + 215 + ], + [ + 516, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38060", + "ALAND10": 114244543, + "AWATER10": 218064, + "GEOID10": "38060", + "ZCTA5CE10": "38060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 212 + ], + [ + 511, + 210 + ], + [ + 509, + 210 + ], + [ + 509, + 212 + ], + [ + 511, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38618", + "ALAND10": 494468837, + "AWATER10": 14447873, + "GEOID10": "38618", + "ZCTA5CE10": "38618", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 212 + ], + [ + 514, + 210 + ], + [ + 512, + 210 + ], + [ + 512, + 212 + ], + [ + 514, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38611", + "ALAND10": 484442449, + "AWATER10": 1466239, + "GEOID10": "38611", + "ZCTA5CE10": "38611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 214 + ], + [ + 516, + 212 + ], + [ + 514, + 212 + ], + [ + 514, + 214 + ], + [ + 516, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38635", + "ALAND10": 881456785, + "AWATER10": 2576784, + "GEOID10": "38635", + "ZCTA5CE10": "38635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 211 + ], + [ + 512, + 209 + ], + [ + 510, + 209 + ], + [ + 510, + 211 + ], + [ + 512, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38666", + "ALAND10": 352676930, + "AWATER10": 24248192, + "GEOID10": "38666", + "ZCTA5CE10": "38666", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 209 + ], + [ + 511, + 207 + ], + [ + 509, + 207 + ], + [ + 509, + 209 + ], + [ + 511, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38606", + "ALAND10": 684718349, + "AWATER10": 19968299, + "GEOID10": "38606", + "ZCTA5CE10": "38606", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 210 + ], + [ + 516, + 208 + ], + [ + 514, + 208 + ], + [ + 514, + 210 + ], + [ + 516, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38627", + "ALAND10": 115570798, + "AWATER10": 110157, + "GEOID10": "38627", + "ZCTA5CE10": "38627", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 218 + ], + [ + 517, + 216 + ], + [ + 515, + 216 + ], + [ + 515, + 218 + ], + [ + 517, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38075", + "ALAND10": 345672743, + "AWATER10": 924884, + "GEOID10": "38075", + "ZCTA5CE10": "38075", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 216 + ], + [ + 519, + 214 + ], + [ + 517, + 214 + ], + [ + 517, + 216 + ], + [ + 519, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38008", + "ALAND10": 383968617, + "AWATER10": 975943, + "GEOID10": "38008", + "ZCTA5CE10": "38008", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 216 + ], + [ + 519, + 214 + ], + [ + 517, + 214 + ], + [ + 517, + 216 + ], + [ + 519, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38052", + "ALAND10": 325208548, + "AWATER10": 2609314, + "GEOID10": "38052", + "ZCTA5CE10": "38052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 215 + ], + [ + 520, + 213 + ], + [ + 518, + 213 + ], + [ + 518, + 215 + ], + [ + 520, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38061", + "ALAND10": 164787350, + "AWATER10": 999387, + "GEOID10": "38061", + "ZCTA5CE10": "38061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 212 + ], + [ + 518, + 210 + ], + [ + 516, + 210 + ], + [ + 516, + 212 + ], + [ + 518, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38650", + "ALAND10": 201986383, + "AWATER10": 1033983, + "GEOID10": "38650", + "ZCTA5CE10": "38650", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 213 + ], + [ + 519, + 211 + ], + [ + 517, + 211 + ], + [ + 517, + 213 + ], + [ + 519, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38629", + "ALAND10": 130998097, + "AWATER10": 737904, + "GEOID10": "38629", + "ZCTA5CE10": "38629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 213 + ], + [ + 520, + 211 + ], + [ + 518, + 211 + ], + [ + 518, + 213 + ], + [ + 520, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38834", + "ALAND10": 565900051, + "AWATER10": 3052237, + "GEOID10": "38834", + "ZCTA5CE10": "38834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 210 + ], + [ + 519, + 208 + ], + [ + 517, + 208 + ], + [ + 517, + 210 + ], + [ + 519, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38828", + "ALAND10": 219623185, + "AWATER10": 656429, + "GEOID10": "38828", + "ZCTA5CE10": "38828", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 212 + ], + [ + 519, + 210 + ], + [ + 517, + 210 + ], + [ + 517, + 212 + ], + [ + 519, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38824", + "ALAND10": 353999952, + "AWATER10": 399427, + "GEOID10": "38824", + "ZCTA5CE10": "38824", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 222 + ], + [ + 520, + 220 + ], + [ + 518, + 220 + ], + [ + 518, + 222 + ], + [ + 520, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38201", + "ALAND10": 366180003, + "AWATER10": 1105519, + "GEOID10": "38201", + "ZCTA5CE10": "38201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 220 + ], + [ + 521, + 218 + ], + [ + 519, + 218 + ], + [ + 519, + 220 + ], + [ + 521, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38344", + "ALAND10": 414404996, + "AWATER10": 4231657, + "GEOID10": "38344", + "ZCTA5CE10": "38344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 224 + ], + [ + 524, + 222 + ], + [ + 522, + 222 + ], + [ + 522, + 224 + ], + [ + 524, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37058", + "ALAND10": 465920554, + "AWATER10": 29485290, + "GEOID10": "37058", + "ZCTA5CE10": "37058", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 223 + ], + [ + 523, + 221 + ], + [ + 521, + 221 + ], + [ + 521, + 223 + ], + [ + 523, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38320", + "ALAND10": 382277635, + "AWATER10": 13816504, + "GEOID10": "38320", + "ZCTA5CE10": "38320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 221 + ], + [ + 522, + 219 + ], + [ + 520, + 219 + ], + [ + 520, + 221 + ], + [ + 522, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38318", + "ALAND10": 107053240, + "AWATER10": 100835, + "GEOID10": "38318", + "ZCTA5CE10": "38318", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 219 + ], + [ + 523, + 217 + ], + [ + 521, + 217 + ], + [ + 521, + 219 + ], + [ + 523, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38351", + "ALAND10": 545492521, + "AWATER10": 13133983, + "GEOID10": "38351", + "ZCTA5CE10": "38351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 220 + ], + [ + 523, + 218 + ], + [ + 521, + 218 + ], + [ + 521, + 220 + ], + [ + 523, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38341", + "ALAND10": 356368557, + "AWATER10": 17974126, + "GEOID10": "38341", + "ZCTA5CE10": "38341", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 218 + ], + [ + 524, + 216 + ], + [ + 522, + 216 + ], + [ + 522, + 218 + ], + [ + 524, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38329", + "ALAND10": 280566789, + "AWATER10": 6990303, + "GEOID10": "38329", + "ZCTA5CE10": "38329", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 223 + ], + [ + 525, + 221 + ], + [ + 523, + 221 + ], + [ + 523, + 223 + ], + [ + 525, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37175", + "ALAND10": 199435572, + "AWATER10": 18215262, + "GEOID10": "37175", + "ZCTA5CE10": "37175", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 223 + ], + [ + 526, + 221 + ], + [ + 524, + 221 + ], + [ + 524, + 223 + ], + [ + 526, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37101", + "ALAND10": 518218628, + "AWATER10": 351522, + "GEOID10": "37101", + "ZCTA5CE10": "37101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 226 + ], + [ + 528, + 224 + ], + [ + 526, + 224 + ], + [ + 526, + 226 + ], + [ + 528, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37042", + "ALAND10": 157901507, + "AWATER10": 1273174, + "GEOID10": "37042", + "ZCTA5CE10": "37042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 223 + ], + [ + 528, + 221 + ], + [ + 526, + 221 + ], + [ + 526, + 223 + ], + [ + 528, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37015", + "ALAND10": 398015305, + "AWATER10": 8691115, + "GEOID10": "37015", + "ZCTA5CE10": "37015", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 220 + ], + [ + 528, + 218 + ], + [ + 526, + 218 + ], + [ + 526, + 220 + ], + [ + 528, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37033", + "ALAND10": 654647469, + "AWATER10": 25251, + "GEOID10": "37033", + "ZCTA5CE10": "37033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 219 + ], + [ + 527, + 217 + ], + [ + 525, + 217 + ], + [ + 525, + 219 + ], + [ + 527, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38462", + "ALAND10": 513497588, + "AWATER10": 606672, + "GEOID10": "38462", + "ZCTA5CE10": "38462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 222 + ], + [ + 528, + 220 + ], + [ + 526, + 220 + ], + [ + 526, + 222 + ], + [ + 528, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37029", + "ALAND10": 127059583, + "AWATER10": 498567, + "GEOID10": "37029", + "ZCTA5CE10": "37029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 218 + ], + [ + 527, + 216 + ], + [ + 525, + 216 + ], + [ + 525, + 218 + ], + [ + 527, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38483", + "ALAND10": 252714418, + "AWATER10": 527102, + "GEOID10": "38483", + "ZCTA5CE10": "38483", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 217 + ], + [ + 521, + 215 + ], + [ + 519, + 215 + ], + [ + 519, + 217 + ], + [ + 521, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38310", + "ALAND10": 295398433, + "AWATER10": 1372032, + "GEOID10": "38310", + "ZCTA5CE10": "38310", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 217 + ], + [ + 524, + 215 + ], + [ + 522, + 215 + ], + [ + 522, + 217 + ], + [ + 524, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38372", + "ALAND10": 824043913, + "AWATER10": 24886867, + "GEOID10": "38372", + "ZCTA5CE10": "38372", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 217 + ], + [ + 526, + 215 + ], + [ + 524, + 215 + ], + [ + 524, + 217 + ], + [ + 526, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38485", + "ALAND10": 701464511, + "AWATER10": 39991, + "GEOID10": "38485", + "ZCTA5CE10": "38485", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 212 + ], + [ + 523, + 210 + ], + [ + 521, + 210 + ], + [ + 521, + 212 + ], + [ + 523, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38852", + "ALAND10": 518395884, + "AWATER10": 32725844, + "GEOID10": "38852", + "ZCTA5CE10": "38852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 214 + ], + [ + 522, + 212 + ], + [ + 520, + 212 + ], + [ + 520, + 214 + ], + [ + 522, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38833", + "ALAND10": 135894869, + "AWATER10": 2357736, + "GEOID10": "38833", + "ZCTA5CE10": "38833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 211 + ], + [ + 522, + 209 + ], + [ + 520, + 209 + ], + [ + 520, + 211 + ], + [ + 522, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38873", + "ALAND10": 218240815, + "AWATER10": 12145083, + "GEOID10": "38873", + "ZCTA5CE10": "38873", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 211 + ], + [ + 524, + 209 + ], + [ + 522, + 209 + ], + [ + 522, + 211 + ], + [ + 524, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35653", + "ALAND10": 371391496, + "AWATER10": 21031192, + "GEOID10": "35653", + "ZCTA5CE10": "35653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 214 + ], + [ + 525, + 212 + ], + [ + 523, + 212 + ], + [ + 523, + 214 + ], + [ + 525, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35677", + "ALAND10": 283731555, + "AWATER10": 35314949, + "GEOID10": "35677", + "ZCTA5CE10": "35677", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 212 + ], + [ + 525, + 210 + ], + [ + 523, + 210 + ], + [ + 523, + 212 + ], + [ + 525, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35633", + "ALAND10": 541185469, + "AWATER10": 35953754, + "GEOID10": "35633", + "ZCTA5CE10": "35633", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 216 + ], + [ + 529, + 214 + ], + [ + 527, + 214 + ], + [ + 527, + 216 + ], + [ + 529, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38464", + "ALAND10": 723520985, + "AWATER10": 1836549, + "GEOID10": "38464", + "ZCTA5CE10": "38464", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 215 + ], + [ + 527, + 213 + ], + [ + 525, + 213 + ], + [ + 525, + 215 + ], + [ + 527, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38469", + "ALAND10": 175330687, + "AWATER10": 68263, + "GEOID10": "38469", + "ZCTA5CE10": "38469", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 212 + ], + [ + 526, + 210 + ], + [ + 524, + 210 + ], + [ + 524, + 212 + ], + [ + 526, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35674", + "ALAND10": 491667797, + "AWATER10": 6468240, + "GEOID10": "35674", + "ZCTA5CE10": "35674", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 212 + ], + [ + 525, + 210 + ], + [ + 523, + 210 + ], + [ + 523, + 212 + ], + [ + 525, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35654", + "ALAND10": 368131426, + "AWATER10": 1456200, + "GEOID10": "35654", + "ZCTA5CE10": "35654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 210 + ], + [ + 524, + 208 + ], + [ + 522, + 208 + ], + [ + 522, + 210 + ], + [ + 524, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35581", + "ALAND10": 315776066, + "AWATER10": 3336699, + "GEOID10": "35581", + "ZCTA5CE10": "35581", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 211 + ], + [ + 527, + 209 + ], + [ + 525, + 209 + ], + [ + 525, + 211 + ], + [ + 527, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35672", + "ALAND10": 342373955, + "AWATER10": 20089615, + "GEOID10": "35672", + "ZCTA5CE10": "35672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 208 + ], + [ + 514, + 206 + ], + [ + 512, + 206 + ], + [ + 512, + 208 + ], + [ + 514, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38922", + "ALAND10": 559130768, + "AWATER10": 55056041, + "GEOID10": "38922", + "ZCTA5CE10": "38922", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 208 + ], + [ + 512, + 206 + ], + [ + 510, + 206 + ], + [ + 510, + 208 + ], + [ + 512, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38948", + "ALAND10": 315333051, + "AWATER10": 38511034, + "GEOID10": "38948", + "ZCTA5CE10": "38948", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 210 + ], + [ + 516, + 207 + ], + [ + 513, + 208 + ], + [ + 513, + 209 + ], + [ + 516, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38655", + "ALAND10": 997366471, + "AWATER10": 47912422, + "GEOID10": "38655", + "ZCTA5CE10": "38655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 208 + ], + [ + 516, + 206 + ], + [ + 514, + 206 + ], + [ + 514, + 208 + ], + [ + 516, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38965", + "ALAND10": 636117375, + "AWATER10": 18455658, + "GEOID10": "38965", + "ZCTA5CE10": "38965", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 206 + ], + [ + 513, + 204 + ], + [ + 511, + 204 + ], + [ + 511, + 206 + ], + [ + 513, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38901", + "ALAND10": 620294664, + "AWATER10": 27999589, + "GEOID10": "38901", + "ZCTA5CE10": "38901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 205 + ], + [ + 514, + 203 + ], + [ + 512, + 203 + ], + [ + 512, + 205 + ], + [ + 514, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38967", + "ALAND10": 482895484, + "AWATER10": 2052552, + "GEOID10": "38967", + "ZCTA5CE10": "38967", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 203 + ], + [ + 513, + 201 + ], + [ + 511, + 201 + ], + [ + 511, + 203 + ], + [ + 513, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39176", + "ALAND10": 330759458, + "AWATER10": 648084, + "GEOID10": "39176", + "ZCTA5CE10": "39176", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 203 + ], + [ + 513, + 201 + ], + [ + 511, + 201 + ], + [ + 511, + 203 + ], + [ + 513, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39095", + "ALAND10": 869440609, + "AWATER10": 2350733, + "GEOID10": "39095", + "ZCTA5CE10": "39095", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 203 + ], + [ + 515, + 201 + ], + [ + 513, + 201 + ], + [ + 513, + 203 + ], + [ + 515, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39747", + "ALAND10": 391472816, + "AWATER10": 380202, + "GEOID10": "39747", + "ZCTA5CE10": "39747", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 203 + ], + [ + 516, + 201 + ], + [ + 514, + 201 + ], + [ + 514, + 203 + ], + [ + 516, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39744", + "ALAND10": 653563480, + "AWATER10": 3630533, + "GEOID10": "39744", + "ZCTA5CE10": "39744", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 210 + ], + [ + 517, + 208 + ], + [ + 515, + 208 + ], + [ + 515, + 210 + ], + [ + 517, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38863", + "ALAND10": 731673715, + "AWATER10": 4508366, + "GEOID10": "38863", + "ZCTA5CE10": "38863", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 207 + ], + [ + 519, + 205 + ], + [ + 517, + 205 + ], + [ + 517, + 207 + ], + [ + 519, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38851", + "ALAND10": 571836293, + "AWATER10": 1711519, + "GEOID10": "38851", + "ZCTA5CE10": "38851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 209 + ], + [ + 519, + 207 + ], + [ + 517, + 207 + ], + [ + 517, + 209 + ], + [ + 519, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38801", + "ALAND10": 195751389, + "AWATER10": 1060727, + "GEOID10": "38801", + "ZCTA5CE10": "38801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 204 + ], + [ + 521, + 202 + ], + [ + 519, + 202 + ], + [ + 519, + 204 + ], + [ + 521, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39773", + "ALAND10": 598085698, + "AWATER10": 14010562, + "GEOID10": "39773", + "ZCTA5CE10": "39773", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 518, + 205 + ], + [ + 518, + 203 + ], + [ + 516, + 203 + ], + [ + 516, + 205 + ], + [ + 518, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39750", + "ALAND10": 212588968, + "AWATER10": 969518, + "GEOID10": "39750", + "ZCTA5CE10": "39750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 203 + ], + [ + 516, + 201 + ], + [ + 514, + 201 + ], + [ + 514, + 203 + ], + [ + 516, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39772", + "ALAND10": 186332569, + "AWATER10": 469042, + "GEOID10": "39772", + "ZCTA5CE10": "39772", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 202 + ], + [ + 520, + 200 + ], + [ + 518, + 200 + ], + [ + 518, + 202 + ], + [ + 520, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39743", + "ALAND10": 179267651, + "AWATER10": 500291, + "GEOID10": "39743", + "ZCTA5CE10": "39743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 199 + ], + [ + 514, + 197 + ], + [ + 512, + 197 + ], + [ + 512, + 199 + ], + [ + 514, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39046", + "ALAND10": 799720341, + "AWATER10": 13465446, + "GEOID10": "39046", + "ZCTA5CE10": "39046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 199 + ], + [ + 513, + 197 + ], + [ + 511, + 197 + ], + [ + 511, + 199 + ], + [ + 513, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39045", + "ALAND10": 298708204, + "AWATER10": 1932965, + "GEOID10": "39045", + "ZCTA5CE10": "39045", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 202 + ], + [ + 515, + 200 + ], + [ + 513, + 200 + ], + [ + 513, + 202 + ], + [ + 515, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39090", + "ALAND10": 687101992, + "AWATER10": 1992812, + "GEOID10": "39090", + "ZCTA5CE10": "39090", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 199 + ], + [ + 513, + 197 + ], + [ + 514, + 199 + ], + [ + 516, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39051", + "ALAND10": 1089069470, + "AWATER10": 4918704, + "GEOID10": "39051", + "ZCTA5CE10": "39051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 198 + ], + [ + 519, + 196 + ], + [ + 517, + 196 + ], + [ + 517, + 198 + ], + [ + 519, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39365", + "ALAND10": 486468559, + "AWATER10": 1528818, + "GEOID10": "39365", + "ZCTA5CE10": "39365", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 194 + ], + [ + 514, + 192 + ], + [ + 512, + 192 + ], + [ + 512, + 194 + ], + [ + 514, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39042", + "ALAND10": 577771652, + "AWATER10": 1515647, + "GEOID10": "39042", + "ZCTA5CE10": "39042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 194 + ], + [ + 514, + 192 + ], + [ + 512, + 192 + ], + [ + 512, + 194 + ], + [ + 514, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39117", + "ALAND10": 684281578, + "AWATER10": 1372009, + "GEOID10": "39117", + "ZCTA5CE10": "39117", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 192 + ], + [ + 514, + 190 + ], + [ + 512, + 190 + ], + [ + 512, + 192 + ], + [ + 514, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39111", + "ALAND10": 361652548, + "AWATER10": 116559, + "GEOID10": "39111", + "ZCTA5CE10": "39111", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 514, + 195 + ], + [ + 514, + 193 + ], + [ + 512, + 193 + ], + [ + 512, + 195 + ], + [ + 514, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39152", + "ALAND10": 154611333, + "AWATER10": 127238, + "GEOID10": "39152", + "ZCTA5CE10": "39152", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 194 + ], + [ + 516, + 192 + ], + [ + 514, + 192 + ], + [ + 514, + 194 + ], + [ + 516, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39153", + "ALAND10": 402110475, + "AWATER10": 247855, + "GEOID10": "39153", + "ZCTA5CE10": "39153", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 199 + ], + [ + 519, + 197 + ], + [ + 517, + 197 + ], + [ + 517, + 199 + ], + [ + 519, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39350", + "ALAND10": 1068240548, + "AWATER10": 2652707, + "GEOID10": "39350", + "ZCTA5CE10": "39350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 200 + ], + [ + 517, + 198 + ], + [ + 515, + 198 + ], + [ + 515, + 200 + ], + [ + 517, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39339", + "ALAND10": 987123518, + "AWATER10": 6487698, + "GEOID10": "39339", + "ZCTA5CE10": "39339", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 201 + ], + [ + 519, + 199 + ], + [ + 517, + 199 + ], + [ + 517, + 201 + ], + [ + 519, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39341", + "ALAND10": 974494869, + "AWATER10": 2656683, + "GEOID10": "39341", + "ZCTA5CE10": "39341", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 198 + ], + [ + 519, + 196 + ], + [ + 517, + 196 + ], + [ + 517, + 198 + ], + [ + 519, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39328", + "ALAND10": 778022163, + "AWATER10": 482441, + "GEOID10": "39328", + "ZCTA5CE10": "39328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 196 + ], + [ + 517, + 194 + ], + [ + 515, + 194 + ], + [ + 515, + 196 + ], + [ + 517, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39345", + "ALAND10": 319519568, + "AWATER10": 453016, + "GEOID10": "39345", + "ZCTA5CE10": "39345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 195 + ], + [ + 516, + 193 + ], + [ + 514, + 193 + ], + [ + 514, + 195 + ], + [ + 516, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39338", + "ALAND10": 581410001, + "AWATER10": 762068, + "GEOID10": "39338", + "ZCTA5CE10": "39338", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 199 + ], + [ + 519, + 197 + ], + [ + 517, + 197 + ], + [ + 517, + 199 + ], + [ + 519, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39325", + "ALAND10": 284293251, + "AWATER10": 9728903, + "GEOID10": "39325", + "ZCTA5CE10": "39325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 193 + ], + [ + 519, + 191 + ], + [ + 517, + 191 + ], + [ + 517, + 193 + ], + [ + 519, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39366", + "ALAND10": 199423593, + "AWATER10": 291281, + "GEOID10": "39366", + "ZCTA5CE10": "39366", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 208 + ], + [ + 523, + 206 + ], + [ + 521, + 206 + ], + [ + 521, + 208 + ], + [ + 523, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38870", + "ALAND10": 167636510, + "AWATER10": 4605923, + "GEOID10": "38870", + "ZCTA5CE10": "38870", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 206 + ], + [ + 522, + 204 + ], + [ + 520, + 204 + ], + [ + 520, + 206 + ], + [ + 522, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39746", + "ALAND10": 234646493, + "AWATER10": 4063386, + "GEOID10": "39746", + "ZCTA5CE10": "39746", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 205 + ], + [ + 522, + 203 + ], + [ + 520, + 203 + ], + [ + 520, + 205 + ], + [ + 522, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35592", + "ALAND10": 323019736, + "AWATER10": 235989, + "GEOID10": "35592", + "ZCTA5CE10": "35592", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 208 + ], + [ + 521, + 206 + ], + [ + 519, + 206 + ], + [ + 519, + 208 + ], + [ + 521, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39730", + "ALAND10": 652042685, + "AWATER10": 3739377, + "GEOID10": "39730", + "ZCTA5CE10": "39730", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 204 + ], + [ + 520, + 202 + ], + [ + 518, + 202 + ], + [ + 518, + 204 + ], + [ + 520, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39701", + "ALAND10": 485102151, + "AWATER10": 11536401, + "GEOID10": "39701", + "ZCTA5CE10": "39701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 205 + ], + [ + 524, + 203 + ], + [ + 522, + 203 + ], + [ + 522, + 205 + ], + [ + 524, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35576", + "ALAND10": 450703975, + "AWATER10": 293878, + "GEOID10": "35576", + "ZCTA5CE10": "35576", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 203 + ], + [ + 524, + 201 + ], + [ + 522, + 201 + ], + [ + 522, + 203 + ], + [ + 524, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35447", + "ALAND10": 374130621, + "AWATER10": 10602924, + "GEOID10": "35447", + "ZCTA5CE10": "35447", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 206 + ], + [ + 524, + 204 + ], + [ + 522, + 204 + ], + [ + 522, + 206 + ], + [ + 524, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35594", + "ALAND10": 374266185, + "AWATER10": 438899, + "GEOID10": "35594", + "ZCTA5CE10": "35594", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 207 + ], + [ + 528, + 205 + ], + [ + 526, + 205 + ], + [ + 526, + 207 + ], + [ + 528, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35578", + "ALAND10": 308986548, + "AWATER10": 1191494, + "GEOID10": "35578", + "ZCTA5CE10": "35578", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 206 + ], + [ + 527, + 204 + ], + [ + 525, + 204 + ], + [ + 525, + 206 + ], + [ + 527, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35579", + "ALAND10": 365940018, + "AWATER10": 6972292, + "GEOID10": "35579", + "ZCTA5CE10": "35579", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 206 + ], + [ + 525, + 204 + ], + [ + 523, + 204 + ], + [ + 523, + 206 + ], + [ + 525, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35555", + "ALAND10": 818337475, + "AWATER10": 4404009, + "GEOID10": "35555", + "ZCTA5CE10": "35555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 203 + ], + [ + 525, + 201 + ], + [ + 523, + 201 + ], + [ + 523, + 203 + ], + [ + 525, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35475", + "ALAND10": 556522749, + "AWATER10": 18623782, + "GEOID10": "35475", + "ZCTA5CE10": "35475", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 201 + ], + [ + 524, + 199 + ], + [ + 522, + 199 + ], + [ + 522, + 201 + ], + [ + 524, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35466", + "ALAND10": 676096504, + "AWATER10": 1256008, + "GEOID10": "35466", + "ZCTA5CE10": "35466", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 206 + ], + [ + 528, + 204 + ], + [ + 526, + 204 + ], + [ + 526, + 206 + ], + [ + 528, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35580", + "ALAND10": 203135428, + "AWATER10": 8357658, + "GEOID10": "35580", + "ZCTA5CE10": "35580", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 204 + ], + [ + 527, + 202 + ], + [ + 525, + 202 + ], + [ + 525, + 204 + ], + [ + 527, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35406", + "ALAND10": 219907569, + "AWATER10": 15289334, + "GEOID10": "35406", + "ZCTA5CE10": "35406", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 200 + ], + [ + 520, + 198 + ], + [ + 518, + 198 + ], + [ + 518, + 200 + ], + [ + 520, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39358", + "ALAND10": 429701024, + "AWATER10": 1191450, + "GEOID10": "39358", + "ZCTA5CE10": "39358", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 197 + ], + [ + 525, + 195 + ], + [ + 523, + 195 + ], + [ + 523, + 197 + ], + [ + 525, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35470", + "ALAND10": 688015665, + "AWATER10": 8551401, + "GEOID10": "35470", + "ZCTA5CE10": "35470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 198 + ], + [ + 525, + 196 + ], + [ + 523, + 196 + ], + [ + 523, + 198 + ], + [ + 525, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35443", + "ALAND10": 490674012, + "AWATER10": 10589915, + "GEOID10": "35443", + "ZCTA5CE10": "35443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 198 + ], + [ + 520, + 196 + ], + [ + 518, + 196 + ], + [ + 518, + 198 + ], + [ + 520, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39335", + "ALAND10": 301138095, + "AWATER10": 4815043, + "GEOID10": "39335", + "ZCTA5CE10": "39335", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 197 + ], + [ + 521, + 195 + ], + [ + 519, + 195 + ], + [ + 519, + 197 + ], + [ + 521, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39364", + "ALAND10": 191678251, + "AWATER10": 1426378, + "GEOID10": "39364", + "ZCTA5CE10": "39364", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 195 + ], + [ + 524, + 193 + ], + [ + 522, + 193 + ], + [ + 522, + 195 + ], + [ + 524, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36904", + "ALAND10": 587937866, + "AWATER10": 2514735, + "GEOID10": "36904", + "ZCTA5CE10": "36904", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 197 + ], + [ + 522, + 195 + ], + [ + 520, + 195 + ], + [ + 520, + 197 + ], + [ + 522, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36925", + "ALAND10": 352378368, + "AWATER10": 2368086, + "GEOID10": "36925", + "ZCTA5CE10": "36925", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 194 + ], + [ + 523, + 192 + ], + [ + 521, + 192 + ], + [ + 521, + 194 + ], + [ + 523, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36784", + "ALAND10": 701190701, + "AWATER10": 1663590, + "GEOID10": "36784", + "ZCTA5CE10": "36784", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 200 + ], + [ + 525, + 198 + ], + [ + 523, + 198 + ], + [ + 523, + 200 + ], + [ + 525, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35463", + "ALAND10": 158141484, + "AWATER10": 6464784, + "GEOID10": "35463", + "ZCTA5CE10": "35463", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 201 + ], + [ + 524, + 199 + ], + [ + 522, + 199 + ], + [ + 522, + 201 + ], + [ + 524, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35462", + "ALAND10": 810541275, + "AWATER10": 10471311, + "GEOID10": "35462", + "ZCTA5CE10": "35462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 198 + ], + [ + 526, + 196 + ], + [ + 524, + 196 + ], + [ + 524, + 198 + ], + [ + 526, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36742", + "ALAND10": 294597244, + "AWATER10": 4829594, + "GEOID10": "36742", + "ZCTA5CE10": "36742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 202 + ], + [ + 527, + 200 + ], + [ + 525, + 200 + ], + [ + 525, + 202 + ], + [ + 527, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35456", + "ALAND10": 219372807, + "AWATER10": 682878, + "GEOID10": "35456", + "ZCTA5CE10": "35456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 199 + ], + [ + 528, + 198 + ], + [ + 528, + 196 + ], + [ + 526, + 197 + ], + [ + 526, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36756", + "ALAND10": 1072785000, + "AWATER10": 8272522, + "GEOID10": "36756", + "ZCTA5CE10": "36756", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 196 + ], + [ + 526, + 194 + ], + [ + 524, + 194 + ], + [ + 524, + 196 + ], + [ + 526, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36738", + "ALAND10": 187101975, + "AWATER10": 457977, + "GEOID10": "36738", + "ZCTA5CE10": "36738", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 195 + ], + [ + 526, + 193 + ], + [ + 524, + 193 + ], + [ + 524, + 195 + ], + [ + 526, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36722", + "ALAND10": 83431319, + "AWATER10": 52372, + "GEOID10": "36722", + "ZCTA5CE10": "36722", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 196 + ], + [ + 527, + 194 + ], + [ + 525, + 194 + ], + [ + 525, + 196 + ], + [ + 527, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36728", + "ALAND10": 234200132, + "AWATER10": 3820726, + "GEOID10": "36728", + "ZCTA5CE10": "36728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 223 + ], + [ + 529, + 221 + ], + [ + 527, + 221 + ], + [ + 527, + 223 + ], + [ + 529, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37187", + "ALAND10": 186284620, + "AWATER10": 214229, + "GEOID10": "37187", + "ZCTA5CE10": "37187", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 224 + ], + [ + 530, + 222 + ], + [ + 528, + 222 + ], + [ + 528, + 224 + ], + [ + 530, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37172", + "ALAND10": 468678588, + "AWATER10": 232369, + "GEOID10": "37172", + "ZCTA5CE10": "37172", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 224 + ], + [ + 532, + 222 + ], + [ + 530, + 222 + ], + [ + 530, + 224 + ], + [ + 532, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37075", + "ALAND10": 153800692, + "AWATER10": 14512993, + "GEOID10": "37075", + "ZCTA5CE10": "37075", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 219 + ], + [ + 529, + 217 + ], + [ + 527, + 217 + ], + [ + 527, + 219 + ], + [ + 529, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38482", + "ALAND10": 111240595, + "AWATER10": 11042, + "GEOID10": "38482", + "ZCTA5CE10": "38482", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 218 + ], + [ + 528, + 216 + ], + [ + 526, + 216 + ], + [ + 526, + 218 + ], + [ + 528, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38401", + "ALAND10": 778252734, + "AWATER10": 5608218, + "GEOID10": "38401", + "ZCTA5CE10": "38401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 222 + ], + [ + 532, + 220 + ], + [ + 530, + 220 + ], + [ + 530, + 222 + ], + [ + 532, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37086", + "ALAND10": 67259845, + "AWATER10": 431441, + "GEOID10": "37086", + "ZCTA5CE10": "37086", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 218 + ], + [ + 532, + 216 + ], + [ + 530, + 216 + ], + [ + 530, + 218 + ], + [ + 532, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37180", + "ALAND10": 82032111, + "AWATER10": 502287, + "GEOID10": "37180", + "ZCTA5CE10": "37180", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 224 + ], + [ + 534, + 222 + ], + [ + 532, + 222 + ], + [ + 532, + 224 + ], + [ + 534, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37074", + "ALAND10": 265346386, + "AWATER10": 4261145, + "GEOID10": "37074", + "ZCTA5CE10": "37074", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 223 + ], + [ + 535, + 221 + ], + [ + 533, + 221 + ], + [ + 533, + 223 + ], + [ + 535, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37090", + "ALAND10": 421928198, + "AWATER10": 167165, + "GEOID10": "37090", + "ZCTA5CE10": "37090", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 224 + ], + [ + 536, + 222 + ], + [ + 534, + 222 + ], + [ + 534, + 224 + ], + [ + 536, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37083", + "ALAND10": 380053270, + "AWATER10": 106557, + "GEOID10": "37083", + "ZCTA5CE10": "37083", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 223 + ], + [ + 535, + 221 + ], + [ + 533, + 221 + ], + [ + 533, + 223 + ], + [ + 535, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37030", + "ALAND10": 164299258, + "AWATER10": 12487065, + "GEOID10": "37030", + "ZCTA5CE10": "37030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 219 + ], + [ + 532, + 217 + ], + [ + 530, + 217 + ], + [ + 530, + 219 + ], + [ + 532, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37153", + "ALAND10": 149333285, + "AWATER10": 0, + "GEOID10": "37153", + "ZCTA5CE10": "37153", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 220 + ], + [ + 534, + 218 + ], + [ + 532, + 218 + ], + [ + 532, + 220 + ], + [ + 534, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37037", + "ALAND10": 192000488, + "AWATER10": 93356, + "GEOID10": "37037", + "ZCTA5CE10": "37037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 219 + ], + [ + 534, + 217 + ], + [ + 532, + 217 + ], + [ + 532, + 219 + ], + [ + 534, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37018", + "ALAND10": 119757191, + "AWATER10": 292627, + "GEOID10": "37018", + "ZCTA5CE10": "37018", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 221 + ], + [ + 535, + 219 + ], + [ + 533, + 219 + ], + [ + 533, + 221 + ], + [ + 535, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37012", + "ALAND10": 90138838, + "AWATER10": 0, + "GEOID10": "37012", + "ZCTA5CE10": "37012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 217 + ], + [ + 538, + 215 + ], + [ + 536, + 215 + ], + [ + 536, + 217 + ], + [ + 538, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37110", + "ALAND10": 957399241, + "AWATER10": 778443, + "GEOID10": "37110", + "ZCTA5CE10": "37110", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 217 + ], + [ + 530, + 215 + ], + [ + 528, + 215 + ], + [ + 528, + 217 + ], + [ + 530, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38451", + "ALAND10": 209649028, + "AWATER10": 36512, + "GEOID10": "38451", + "ZCTA5CE10": "38451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 215 + ], + [ + 529, + 213 + ], + [ + 527, + 213 + ], + [ + 527, + 215 + ], + [ + 529, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38477", + "ALAND10": 243565614, + "AWATER10": 193785, + "GEOID10": "38477", + "ZCTA5CE10": "38477", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 216 + ], + [ + 532, + 214 + ], + [ + 530, + 214 + ], + [ + 530, + 216 + ], + [ + 532, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37144", + "ALAND10": 337496205, + "AWATER10": 0, + "GEOID10": "37144", + "ZCTA5CE10": "37144", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 217 + ], + [ + 532, + 215 + ], + [ + 530, + 215 + ], + [ + 530, + 217 + ], + [ + 532, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37334", + "ALAND10": 659159251, + "AWATER10": 423400, + "GEOID10": "37334", + "ZCTA5CE10": "37334", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 212 + ], + [ + 530, + 210 + ], + [ + 528, + 210 + ], + [ + 528, + 212 + ], + [ + 530, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35611", + "ALAND10": 295369524, + "AWATER10": 40670029, + "GEOID10": "35611", + "ZCTA5CE10": "35611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 211 + ], + [ + 529, + 209 + ], + [ + 527, + 209 + ], + [ + 527, + 211 + ], + [ + 529, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35619", + "ALAND10": 337059534, + "AWATER10": 1410483, + "GEOID10": "35619", + "ZCTA5CE10": "35619", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 213 + ], + [ + 531, + 211 + ], + [ + 529, + 211 + ], + [ + 529, + 213 + ], + [ + 531, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35758", + "ALAND10": 69607247, + "AWATER10": 327518, + "GEOID10": "35758", + "ZCTA5CE10": "35758", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 210 + ], + [ + 532, + 208 + ], + [ + 530, + 208 + ], + [ + 530, + 210 + ], + [ + 532, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35621", + "ALAND10": 118744930, + "AWATER10": 416684, + "GEOID10": "35621", + "ZCTA5CE10": "35621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 216 + ], + [ + 533, + 214 + ], + [ + 531, + 214 + ], + [ + 531, + 216 + ], + [ + 533, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37398", + "ALAND10": 272126767, + "AWATER10": 30295608, + "GEOID10": "37398", + "ZCTA5CE10": "37398", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 215 + ], + [ + 534, + 213 + ], + [ + 532, + 213 + ], + [ + 532, + 215 + ], + [ + 534, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37335", + "ALAND10": 121055697, + "AWATER10": 75727, + "GEOID10": "37335", + "ZCTA5CE10": "37335", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 216 + ], + [ + 535, + 214 + ], + [ + 533, + 214 + ], + [ + 533, + 216 + ], + [ + 535, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37388", + "ALAND10": 239785432, + "AWATER10": 10614466, + "GEOID10": "37388", + "ZCTA5CE10": "37388", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 217 + ], + [ + 536, + 215 + ], + [ + 534, + 215 + ], + [ + 534, + 217 + ], + [ + 536, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37366", + "ALAND10": 116023359, + "AWATER10": 115285, + "GEOID10": "37366", + "ZCTA5CE10": "37366", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 212 + ], + [ + 534, + 210 + ], + [ + 532, + 210 + ], + [ + 532, + 212 + ], + [ + 534, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35768", + "ALAND10": 438437260, + "AWATER10": 3847677, + "GEOID10": "35768", + "ZCTA5CE10": "35768", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 212 + ], + [ + 534, + 210 + ], + [ + 532, + 210 + ], + [ + 532, + 212 + ], + [ + 534, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35764", + "ALAND10": 86067508, + "AWATER10": 478893, + "GEOID10": "35764", + "ZCTA5CE10": "35764", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 210 + ], + [ + 534, + 208 + ], + [ + 532, + 208 + ], + [ + 532, + 210 + ], + [ + 534, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35769", + "ALAND10": 162210262, + "AWATER10": 65359321, + "GEOID10": "35769", + "ZCTA5CE10": "35769", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 213 + ], + [ + 535, + 211 + ], + [ + 533, + 211 + ], + [ + 533, + 213 + ], + [ + 535, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35752", + "ALAND10": 121014146, + "AWATER10": 16891542, + "GEOID10": "35752", + "ZCTA5CE10": "35752", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 210 + ], + [ + 537, + 208 + ], + [ + 535, + 208 + ], + [ + 535, + 210 + ], + [ + 537, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35961", + "ALAND10": 331186524, + "AWATER10": 1202792, + "GEOID10": "35961", + "ZCTA5CE10": "35961", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 224 + ], + [ + 538, + 222 + ], + [ + 536, + 222 + ], + [ + 536, + 224 + ], + [ + 538, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38501", + "ALAND10": 230868377, + "AWATER10": 461375, + "GEOID10": "38501", + "ZCTA5CE10": "38501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 224 + ], + [ + 539, + 222 + ], + [ + 537, + 222 + ], + [ + 537, + 224 + ], + [ + 539, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38541", + "ALAND10": 132124220, + "AWATER10": 23777572, + "GEOID10": "38541", + "ZCTA5CE10": "38541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 223 + ], + [ + 540, + 221 + ], + [ + 538, + 221 + ], + [ + 538, + 223 + ], + [ + 540, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38574", + "ALAND10": 446941810, + "AWATER10": 1756731, + "GEOID10": "38574", + "ZCTA5CE10": "38574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 223 + ], + [ + 540, + 221 + ], + [ + 538, + 221 + ], + [ + 538, + 223 + ], + [ + 540, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38580", + "ALAND10": 90469678, + "AWATER10": 0, + "GEOID10": "38580", + "ZCTA5CE10": "38580", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 221 + ], + [ + 537, + 219 + ], + [ + 535, + 219 + ], + [ + 535, + 221 + ], + [ + 537, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38544", + "ALAND10": 214723863, + "AWATER10": 7630354, + "GEOID10": "38544", + "ZCTA5CE10": "38544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 220 + ], + [ + 537, + 218 + ], + [ + 535, + 218 + ], + [ + 535, + 220 + ], + [ + 537, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38581", + "ALAND10": 257375829, + "AWATER10": 3277443, + "GEOID10": "38581", + "ZCTA5CE10": "38581", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 216 + ], + [ + 539, + 214 + ], + [ + 537, + 214 + ], + [ + 537, + 216 + ], + [ + 539, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37327", + "ALAND10": 523670649, + "AWATER10": 446094, + "GEOID10": "37327", + "ZCTA5CE10": "37327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 224 + ], + [ + 540, + 222 + ], + [ + 538, + 222 + ], + [ + 538, + 224 + ], + [ + 540, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US38556", + "ALAND10": 825018314, + "AWATER10": 962231, + "GEOID10": "38556", + "ZCTA5CE10": "38556", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 223 + ], + [ + 542, + 221 + ], + [ + 540, + 221 + ], + [ + 540, + 223 + ], + [ + 542, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37872", + "ALAND10": 247547684, + "AWATER10": 0, + "GEOID10": "37872", + "ZCTA5CE10": "37872", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 225 + ], + [ + 544, + 223 + ], + [ + 542, + 223 + ], + [ + 542, + 225 + ], + [ + 544, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37755", + "ALAND10": 114753766, + "AWATER10": 110605, + "GEOID10": "37755", + "ZCTA5CE10": "37755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 222 + ], + [ + 544, + 220 + ], + [ + 542, + 220 + ], + [ + 542, + 222 + ], + [ + 544, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37840", + "ALAND10": 220735490, + "AWATER10": 933, + "GEOID10": "37840", + "ZCTA5CE10": "37840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 217 + ], + [ + 539, + 215 + ], + [ + 537, + 215 + ], + [ + 537, + 217 + ], + [ + 539, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37367", + "ALAND10": 801788581, + "AWATER10": 1054968, + "GEOID10": "37367", + "ZCTA5CE10": "37367", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 220 + ], + [ + 542, + 218 + ], + [ + 540, + 218 + ], + [ + 540, + 220 + ], + [ + 542, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37337", + "ALAND10": 162966545, + "AWATER10": 140753, + "GEOID10": "37337", + "ZCTA5CE10": "37337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 219 + ], + [ + 541, + 217 + ], + [ + 539, + 217 + ], + [ + 539, + 219 + ], + [ + 541, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37381", + "ALAND10": 360504377, + "AWATER10": 38467677, + "GEOID10": "37381", + "ZCTA5CE10": "37381", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 218 + ], + [ + 543, + 216 + ], + [ + 541, + 216 + ], + [ + 541, + 218 + ], + [ + 543, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37826", + "ALAND10": 142329104, + "AWATER10": 0, + "GEOID10": "37826", + "ZCTA5CE10": "37826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 214 + ], + [ + 538, + 212 + ], + [ + 536, + 212 + ], + [ + 536, + 214 + ], + [ + 538, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37397", + "ALAND10": 422522707, + "AWATER10": 5994273, + "GEOID10": "37397", + "ZCTA5CE10": "37397", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 215 + ], + [ + 537, + 213 + ], + [ + 535, + 213 + ], + [ + 535, + 215 + ], + [ + 537, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37347", + "ALAND10": 125583135, + "AWATER10": 14295307, + "GEOID10": "37347", + "ZCTA5CE10": "37347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 216 + ], + [ + 539, + 214 + ], + [ + 537, + 214 + ], + [ + 537, + 216 + ], + [ + 539, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37379", + "ALAND10": 273656895, + "AWATER10": 18744988, + "GEOID10": "37379", + "ZCTA5CE10": "37379", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 213 + ], + [ + 540, + 211 + ], + [ + 538, + 211 + ], + [ + 538, + 213 + ], + [ + 540, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30736", + "ALAND10": 332919289, + "AWATER10": 693874, + "GEOID10": "30736", + "ZCTA5CE10": "30736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 210 + ], + [ + 538, + 208 + ], + [ + 536, + 208 + ], + [ + 536, + 210 + ], + [ + 538, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30731", + "ALAND10": 224642727, + "AWATER10": 239382, + "GEOID10": "30731", + "ZCTA5CE10": "30731", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 210 + ], + [ + 537, + 208 + ], + [ + 535, + 208 + ], + [ + 535, + 210 + ], + [ + 537, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35984", + "ALAND10": 167324507, + "AWATER10": 480250, + "GEOID10": "35984", + "ZCTA5CE10": "35984", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 211 + ], + [ + 539, + 209 + ], + [ + 537, + 209 + ], + [ + 537, + 211 + ], + [ + 539, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30753", + "ALAND10": 106077986, + "AWATER10": 31691, + "GEOID10": "30753", + "ZCTA5CE10": "30753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 217 + ], + [ + 541, + 215 + ], + [ + 539, + 215 + ], + [ + 539, + 217 + ], + [ + 541, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37322", + "ALAND10": 343391246, + "AWATER10": 17012424, + "GEOID10": "37322", + "ZCTA5CE10": "37322", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 217 + ], + [ + 542, + 215 + ], + [ + 540, + 215 + ], + [ + 540, + 217 + ], + [ + 542, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37370", + "ALAND10": 163495419, + "AWATER10": 496986, + "GEOID10": "37370", + "ZCTA5CE10": "37370", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 214 + ], + [ + 542, + 212 + ], + [ + 540, + 212 + ], + [ + 540, + 214 + ], + [ + 542, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30711", + "ALAND10": 180085410, + "AWATER10": 150875, + "GEOID10": "30711", + "ZCTA5CE10": "30711", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 218 + ], + [ + 545, + 216 + ], + [ + 543, + 216 + ], + [ + 543, + 218 + ], + [ + 545, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37354", + "ALAND10": 298747736, + "AWATER10": 1564586, + "GEOID10": "37354", + "ZCTA5CE10": "37354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 214 + ], + [ + 541, + 212 + ], + [ + 539, + 212 + ], + [ + 539, + 214 + ], + [ + 541, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30755", + "ALAND10": 92088864, + "AWATER10": 295269, + "GEOID10": "30755", + "ZCTA5CE10": "30755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 210 + ], + [ + 541, + 208 + ], + [ + 539, + 208 + ], + [ + 539, + 210 + ], + [ + 541, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30145", + "ALAND10": 206020933, + "AWATER10": 1770958, + "GEOID10": "30145", + "ZCTA5CE10": "30145", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 214 + ], + [ + 542, + 212 + ], + [ + 540, + 212 + ], + [ + 540, + 214 + ], + [ + 542, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30705", + "ALAND10": 616769713, + "AWATER10": 5568770, + "GEOID10": "30705", + "ZCTA5CE10": "30705", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 214 + ], + [ + 544, + 212 + ], + [ + 542, + 212 + ], + [ + 542, + 214 + ], + [ + 544, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30513", + "ALAND10": 384760125, + "AWATER10": 6280409, + "GEOID10": "30513", + "ZCTA5CE10": "30513", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 210 + ], + [ + 543, + 208 + ], + [ + 541, + 208 + ], + [ + 541, + 210 + ], + [ + 543, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30143", + "ALAND10": 360647298, + "AWATER10": 1283123, + "GEOID10": "30143", + "ZCTA5CE10": "30143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 207 + ], + [ + 529, + 205 + ], + [ + 527, + 205 + ], + [ + 527, + 207 + ], + [ + 529, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35053", + "ALAND10": 124198271, + "AWATER10": 23522749, + "GEOID10": "35053", + "ZCTA5CE10": "35053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 209 + ], + [ + 530, + 207 + ], + [ + 528, + 207 + ], + [ + 528, + 209 + ], + [ + 530, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35057", + "ALAND10": 328551928, + "AWATER10": 9050520, + "GEOID10": "35057", + "ZCTA5CE10": "35057", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 209 + ], + [ + 532, + 207 + ], + [ + 530, + 207 + ], + [ + 530, + 209 + ], + [ + 532, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35087", + "ALAND10": 58091830, + "AWATER10": 447159, + "GEOID10": "35087", + "ZCTA5CE10": "35087", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 206 + ], + [ + 531, + 204 + ], + [ + 529, + 204 + ], + [ + 529, + 206 + ], + [ + 531, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35172", + "ALAND10": 74648565, + "AWATER10": 148331, + "GEOID10": "35172", + "ZCTA5CE10": "35172", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 204 + ], + [ + 529, + 202 + ], + [ + 527, + 202 + ], + [ + 527, + 204 + ], + [ + 529, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35130", + "ALAND10": 174070360, + "AWATER10": 8790168, + "GEOID10": "35130", + "ZCTA5CE10": "35130", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 203 + ], + [ + 530, + 201 + ], + [ + 528, + 201 + ], + [ + 528, + 203 + ], + [ + 530, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35228", + "ALAND10": 11200254, + "AWATER10": 0, + "GEOID10": "35228", + "ZCTA5CE10": "35228", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 202 + ], + [ + 531, + 200 + ], + [ + 529, + 200 + ], + [ + 529, + 202 + ], + [ + 531, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35114", + "ALAND10": 32117552, + "AWATER10": 307433, + "GEOID10": "35114", + "ZCTA5CE10": "35114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 203 + ], + [ + 530, + 201 + ], + [ + 528, + 201 + ], + [ + 528, + 203 + ], + [ + 530, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35244", + "ALAND10": 56255419, + "AWATER10": 1508772, + "GEOID10": "35244", + "ZCTA5CE10": "35244", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 202 + ], + [ + 531, + 200 + ], + [ + 529, + 200 + ], + [ + 529, + 202 + ], + [ + 531, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35051", + "ALAND10": 280236456, + "AWATER10": 5427285, + "GEOID10": "35051", + "ZCTA5CE10": "35051", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 209 + ], + [ + 533, + 207 + ], + [ + 531, + 207 + ], + [ + 531, + 209 + ], + [ + 533, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35950", + "ALAND10": 115448419, + "AWATER10": 305956, + "GEOID10": "35950", + "ZCTA5CE10": "35950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 207 + ], + [ + 534, + 205 + ], + [ + 532, + 205 + ], + [ + 532, + 207 + ], + [ + 534, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35954", + "ALAND10": 271436906, + "AWATER10": 243442, + "GEOID10": "35954", + "ZCTA5CE10": "35954", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 205 + ], + [ + 536, + 203 + ], + [ + 534, + 203 + ], + [ + 534, + 205 + ], + [ + 536, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36206", + "ALAND10": 41367077, + "AWATER10": 180917, + "GEOID10": "36206", + "ZCTA5CE10": "36206", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 204 + ], + [ + 534, + 202 + ], + [ + 532, + 202 + ], + [ + 532, + 204 + ], + [ + 534, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35096", + "ALAND10": 204270058, + "AWATER10": 14184199, + "GEOID10": "35096", + "ZCTA5CE10": "35096", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 202 + ], + [ + 532, + 200 + ], + [ + 530, + 200 + ], + [ + 530, + 202 + ], + [ + 532, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35151", + "ALAND10": 439771123, + "AWATER10": 19118626, + "GEOID10": "35151", + "ZCTA5CE10": "35151", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 202 + ], + [ + 534, + 200 + ], + [ + 532, + 200 + ], + [ + 532, + 202 + ], + [ + 534, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35160", + "ALAND10": 880522366, + "AWATER10": 16989926, + "GEOID10": "35160", + "ZCTA5CE10": "35160", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 204 + ], + [ + 536, + 202 + ], + [ + 534, + 202 + ], + [ + 534, + 204 + ], + [ + 536, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36203", + "ALAND10": 99077889, + "AWATER10": 1943253, + "GEOID10": "36203", + "ZCTA5CE10": "36203", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 201 + ], + [ + 528, + 199 + ], + [ + 526, + 199 + ], + [ + 526, + 201 + ], + [ + 528, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35042", + "ALAND10": 389483216, + "AWATER10": 2224148, + "GEOID10": "35042", + "ZCTA5CE10": "35042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 195 + ], + [ + 530, + 193 + ], + [ + 528, + 193 + ], + [ + 528, + 195 + ], + [ + 530, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36701", + "ALAND10": 672832603, + "AWATER10": 7706107, + "GEOID10": "36701", + "ZCTA5CE10": "36701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 202 + ], + [ + 531, + 200 + ], + [ + 529, + 200 + ], + [ + 529, + 202 + ], + [ + 531, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35040", + "ALAND10": 197692471, + "AWATER10": 2838543, + "GEOID10": "35040", + "ZCTA5CE10": "35040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 199 + ], + [ + 532, + 197 + ], + [ + 530, + 197 + ], + [ + 530, + 199 + ], + [ + 532, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36091", + "ALAND10": 211857123, + "AWATER10": 4253821, + "GEOID10": "36091", + "ZCTA5CE10": "36091", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 195 + ], + [ + 528, + 193 + ], + [ + 526, + 193 + ], + [ + 526, + 195 + ], + [ + 528, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36761", + "ALAND10": 666825552, + "AWATER10": 4723199, + "GEOID10": "36761", + "ZCTA5CE10": "36761", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 192 + ], + [ + 529, + 190 + ], + [ + 527, + 190 + ], + [ + 527, + 192 + ], + [ + 529, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36768", + "ALAND10": 624135265, + "AWATER10": 682831, + "GEOID10": "36768", + "ZCTA5CE10": "36768", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 195 + ], + [ + 530, + 193 + ], + [ + 528, + 193 + ], + [ + 528, + 195 + ], + [ + 530, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36040", + "ALAND10": 401183970, + "AWATER10": 3152396, + "GEOID10": "36040", + "ZCTA5CE10": "36040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 195 + ], + [ + 530, + 193 + ], + [ + 528, + 193 + ], + [ + 528, + 195 + ], + [ + 530, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36785", + "ALAND10": 327219709, + "AWATER10": 3973255, + "GEOID10": "36785", + "ZCTA5CE10": "36785", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 201 + ], + [ + 536, + 199 + ], + [ + 534, + 199 + ], + [ + 534, + 201 + ], + [ + 536, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35089", + "ALAND10": 178421180, + "AWATER10": 377542, + "GEOID10": "35089", + "ZCTA5CE10": "35089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 197 + ], + [ + 534, + 195 + ], + [ + 532, + 195 + ], + [ + 532, + 197 + ], + [ + 534, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36092", + "ALAND10": 338704845, + "AWATER10": 13110732, + "GEOID10": "36092", + "ZCTA5CE10": "36092", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 200 + ], + [ + 534, + 198 + ], + [ + 532, + 198 + ], + [ + 532, + 200 + ], + [ + 534, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35072", + "ALAND10": 490652978, + "AWATER10": 2502397, + "GEOID10": "35072", + "ZCTA5CE10": "35072", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 197 + ], + [ + 535, + 195 + ], + [ + 533, + 195 + ], + [ + 533, + 197 + ], + [ + 535, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36078", + "ALAND10": 446319732, + "AWATER10": 15033211, + "GEOID10": "36078", + "ZCTA5CE10": "36078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 197 + ], + [ + 534, + 195 + ], + [ + 532, + 195 + ], + [ + 532, + 197 + ], + [ + 534, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36110", + "ALAND10": 76574146, + "AWATER10": 5023293, + "GEOID10": "36110", + "ZCTA5CE10": "36110", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 193 + ], + [ + 534, + 191 + ], + [ + 532, + 191 + ], + [ + 532, + 193 + ], + [ + 534, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36036", + "ALAND10": 270648016, + "AWATER10": 653362, + "GEOID10": "36036", + "ZCTA5CE10": "36036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 197 + ], + [ + 535, + 195 + ], + [ + 533, + 195 + ], + [ + 533, + 197 + ], + [ + 535, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36075", + "ALAND10": 236976343, + "AWATER10": 2852486, + "GEOID10": "36075", + "ZCTA5CE10": "36075", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 196 + ], + [ + 538, + 194 + ], + [ + 536, + 194 + ], + [ + 536, + 196 + ], + [ + 538, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36089", + "ALAND10": 851832052, + "AWATER10": 4065926, + "GEOID10": "36089", + "ZCTA5CE10": "36089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 208 + ], + [ + 536, + 206 + ], + [ + 534, + 206 + ], + [ + 534, + 208 + ], + [ + 536, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US35960", + "ALAND10": 370389800, + "AWATER10": 45822763, + "GEOID10": "35960", + "ZCTA5CE10": "35960", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 205 + ], + [ + 539, + 203 + ], + [ + 537, + 203 + ], + [ + 537, + 205 + ], + [ + 539, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36262", + "ALAND10": 231808742, + "AWATER10": 66683, + "GEOID10": "36262", + "ZCTA5CE10": "36262", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 210 + ], + [ + 540, + 208 + ], + [ + 538, + 208 + ], + [ + 538, + 210 + ], + [ + 540, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30165", + "ALAND10": 430156138, + "AWATER10": 10535043, + "GEOID10": "30165", + "ZCTA5CE10": "30165", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 206 + ], + [ + 537, + 204 + ], + [ + 535, + 204 + ], + [ + 535, + 206 + ], + [ + 537, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36272", + "ALAND10": 873077722, + "AWATER10": 3572264, + "GEOID10": "36272", + "ZCTA5CE10": "36272", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 206 + ], + [ + 540, + 204 + ], + [ + 538, + 204 + ], + [ + 538, + 206 + ], + [ + 540, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30153", + "ALAND10": 308676900, + "AWATER10": 2572014, + "GEOID10": "30153", + "ZCTA5CE10": "30153", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 205 + ], + [ + 539, + 203 + ], + [ + 537, + 203 + ], + [ + 537, + 205 + ], + [ + 539, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36264", + "ALAND10": 610714057, + "AWATER10": 1319640, + "GEOID10": "36264", + "ZCTA5CE10": "36264", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 202 + ], + [ + 537, + 200 + ], + [ + 535, + 200 + ], + [ + 535, + 202 + ], + [ + 537, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36266", + "ALAND10": 462770240, + "AWATER10": 2654763, + "GEOID10": "36266", + "ZCTA5CE10": "36266", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 204 + ], + [ + 540, + 202 + ], + [ + 538, + 202 + ], + [ + 538, + 204 + ], + [ + 540, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30170", + "ALAND10": 118126689, + "AWATER10": 0, + "GEOID10": "30170", + "ZCTA5CE10": "30170", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 208 + ], + [ + 542, + 206 + ], + [ + 540, + 206 + ], + [ + 540, + 208 + ], + [ + 542, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30178", + "ALAND10": 139822404, + "AWATER10": 313769, + "GEOID10": "30178", + "ZCTA5CE10": "30178", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 207 + ], + [ + 541, + 205 + ], + [ + 539, + 205 + ], + [ + 539, + 207 + ], + [ + 541, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30179", + "ALAND10": 193631266, + "AWATER10": 2253211, + "GEOID10": "30179", + "ZCTA5CE10": "30179", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 208 + ], + [ + 545, + 206 + ], + [ + 543, + 206 + ], + [ + 543, + 208 + ], + [ + 545, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30188", + "ALAND10": 113911951, + "AWATER10": 1342310, + "GEOID10": "30188", + "ZCTA5CE10": "30188", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 207 + ], + [ + 545, + 205 + ], + [ + 543, + 205 + ], + [ + 543, + 207 + ], + [ + 545, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30328", + "ALAND10": 33473541, + "AWATER10": 552119, + "GEOID10": "30328", + "ZCTA5CE10": "30328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 205 + ], + [ + 541, + 203 + ], + [ + 539, + 203 + ], + [ + 539, + 205 + ], + [ + 541, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30116", + "ALAND10": 264823581, + "AWATER10": 3484353, + "GEOID10": "30116", + "ZCTA5CE10": "30116", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 203 + ], + [ + 543, + 201 + ], + [ + 541, + 201 + ], + [ + 541, + 203 + ], + [ + 543, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30263", + "ALAND10": 517332132, + "AWATER10": 5493819, + "GEOID10": "30263", + "ZCTA5CE10": "30263", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 202 + ], + [ + 541, + 200 + ], + [ + 539, + 200 + ], + [ + 539, + 202 + ], + [ + 541, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30241", + "ALAND10": 288497283, + "AWATER10": 3592805, + "GEOID10": "30241", + "ZCTA5CE10": "30241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 205 + ], + [ + 542, + 203 + ], + [ + 540, + 203 + ], + [ + 540, + 205 + ], + [ + 542, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30213", + "ALAND10": 165996191, + "AWATER10": 2248329, + "GEOID10": "30213", + "ZCTA5CE10": "30213", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 202 + ], + [ + 544, + 200 + ], + [ + 542, + 200 + ], + [ + 542, + 202 + ], + [ + 544, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30223", + "ALAND10": 279838826, + "AWATER10": 5721874, + "GEOID10": "30223", + "ZCTA5CE10": "30223", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 198 + ], + [ + 537, + 196 + ], + [ + 535, + 196 + ], + [ + 535, + 198 + ], + [ + 537, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36850", + "ALAND10": 382555175, + "AWATER10": 1368216, + "GEOID10": "36850", + "ZCTA5CE10": "36850", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 199 + ], + [ + 538, + 197 + ], + [ + 536, + 197 + ], + [ + 536, + 199 + ], + [ + 538, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36862", + "ALAND10": 620840508, + "AWATER10": 2455674, + "GEOID10": "36862", + "ZCTA5CE10": "36862", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 198 + ], + [ + 540, + 196 + ], + [ + 538, + 196 + ], + [ + 538, + 198 + ], + [ + 540, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36874", + "ALAND10": 288449383, + "AWATER10": 4531026, + "GEOID10": "36874", + "ZCTA5CE10": "36874", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 197 + ], + [ + 536, + 195 + ], + [ + 534, + 195 + ], + [ + 534, + 197 + ], + [ + 536, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36083", + "ALAND10": 659750662, + "AWATER10": 5522919, + "GEOID10": "36083", + "ZCTA5CE10": "36083", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 195 + ], + [ + 540, + 193 + ], + [ + 538, + 193 + ], + [ + 538, + 195 + ], + [ + 540, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36858", + "ALAND10": 140950244, + "AWATER10": 760200, + "GEOID10": "36858", + "ZCTA5CE10": "36858", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 195 + ], + [ + 541, + 193 + ], + [ + 539, + 193 + ], + [ + 539, + 195 + ], + [ + 541, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36027", + "ALAND10": 748475602, + "AWATER10": 50837268, + "GEOID10": "36027", + "ZCTA5CE10": "36027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 195 + ], + [ + 539, + 193 + ], + [ + 537, + 193 + ], + [ + 537, + 195 + ], + [ + 539, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36871", + "ALAND10": 381682745, + "AWATER10": 1564644, + "GEOID10": "36871", + "ZCTA5CE10": "36871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 203 + ], + [ + 541, + 201 + ], + [ + 539, + 201 + ], + [ + 539, + 203 + ], + [ + 541, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30230", + "ALAND10": 338525041, + "AWATER10": 5945469, + "GEOID10": "30230", + "ZCTA5CE10": "30230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 199 + ], + [ + 542, + 197 + ], + [ + 540, + 197 + ], + [ + 540, + 199 + ], + [ + 542, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31826", + "ALAND10": 135399007, + "AWATER10": 378091, + "GEOID10": "31826", + "ZCTA5CE10": "31826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 200 + ], + [ + 542, + 198 + ], + [ + 540, + 198 + ], + [ + 540, + 200 + ], + [ + 542, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31830", + "ALAND10": 140780201, + "AWATER10": 1249361, + "GEOID10": "31830", + "ZCTA5CE10": "31830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 199 + ], + [ + 545, + 197 + ], + [ + 543, + 197 + ], + [ + 543, + 199 + ], + [ + 545, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31827", + "ALAND10": 391678197, + "AWATER10": 2837047, + "GEOID10": "31827", + "ZCTA5CE10": "31827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 199 + ], + [ + 545, + 197 + ], + [ + 543, + 197 + ], + [ + 543, + 199 + ], + [ + 545, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31812", + "ALAND10": 217498596, + "AWATER10": 2248641, + "GEOID10": "31812", + "ZCTA5CE10": "31812", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 194 + ], + [ + 541, + 192 + ], + [ + 539, + 192 + ], + [ + 539, + 194 + ], + [ + 541, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31815", + "ALAND10": 644662364, + "AWATER10": 3795861, + "GEOID10": "31815", + "ZCTA5CE10": "31815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 197 + ], + [ + 543, + 195 + ], + [ + 541, + 195 + ], + [ + 541, + 197 + ], + [ + 543, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31803", + "ALAND10": 732377574, + "AWATER10": 2768437, + "GEOID10": "31803", + "ZCTA5CE10": "31803", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 195 + ], + [ + 546, + 193 + ], + [ + 544, + 193 + ], + [ + 544, + 195 + ], + [ + 546, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31806", + "ALAND10": 425881666, + "AWATER10": 2434775, + "GEOID10": "31806", + "ZCTA5CE10": "31806", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 258 + ], + [ + 546, + 256 + ], + [ + 544, + 256 + ], + [ + 544, + 258 + ], + [ + 546, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45830", + "ALAND10": 245675727, + "AWATER10": 465499, + "GEOID10": "45830", + "ZCTA5CE10": "45830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 255 + ], + [ + 545, + 253 + ], + [ + 543, + 253 + ], + [ + 543, + 255 + ], + [ + 545, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45895", + "ALAND10": 490877400, + "AWATER10": 638847, + "GEOID10": "45895", + "ZCTA5CE10": "45895", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 256 + ], + [ + 547, + 254 + ], + [ + 545, + 254 + ], + [ + 545, + 256 + ], + [ + 547, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45850", + "ALAND10": 155303121, + "AWATER10": 678143, + "GEOID10": "45850", + "ZCTA5CE10": "45850", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 254 + ], + [ + 548, + 252 + ], + [ + 546, + 252 + ], + [ + 546, + 254 + ], + [ + 548, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43310", + "ALAND10": 165953004, + "AWATER10": 2077781, + "GEOID10": "43310", + "ZCTA5CE10": "43310", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 254 + ], + [ + 544, + 252 + ], + [ + 542, + 252 + ], + [ + 542, + 254 + ], + [ + 544, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45869", + "ALAND10": 95254613, + "AWATER10": 48312, + "GEOID10": "45869", + "ZCTA5CE10": "45869", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 250 + ], + [ + 546, + 248 + ], + [ + 544, + 248 + ], + [ + 544, + 250 + ], + [ + 546, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45373", + "ALAND10": 221589620, + "AWATER10": 1862920, + "GEOID10": "45373", + "ZCTA5CE10": "45373", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 253 + ], + [ + 546, + 251 + ], + [ + 544, + 251 + ], + [ + 544, + 253 + ], + [ + 546, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45340", + "ALAND10": 59815389, + "AWATER10": 133522, + "GEOID10": "45340", + "ZCTA5CE10": "45340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 251 + ], + [ + 549, + 249 + ], + [ + 547, + 249 + ], + [ + 547, + 251 + ], + [ + 549, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43009", + "ALAND10": 89284788, + "AWATER10": 45588, + "GEOID10": "43009", + "ZCTA5CE10": "43009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 258 + ], + [ + 547, + 256 + ], + [ + 545, + 256 + ], + [ + 545, + 258 + ], + [ + 547, + 258 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45840", + "ALAND10": 434194936, + "AWATER10": 4462868, + "GEOID10": "45840", + "ZCTA5CE10": "45840", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 253 + ], + [ + 550, + 251 + ], + [ + 548, + 251 + ], + [ + 548, + 253 + ], + [ + 550, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43344", + "ALAND10": 250576049, + "AWATER10": 1664940, + "GEOID10": "43344", + "ZCTA5CE10": "43344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 256 + ], + [ + 551, + 254 + ], + [ + 549, + 254 + ], + [ + 549, + 256 + ], + [ + 551, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43323", + "ALAND10": 96250528, + "AWATER10": 477485, + "GEOID10": "43323", + "ZCTA5CE10": "43323", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 254 + ], + [ + 551, + 252 + ], + [ + 549, + 252 + ], + [ + 549, + 254 + ], + [ + 551, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43302", + "ALAND10": 505383091, + "AWATER10": 599120, + "GEOID10": "43302", + "ZCTA5CE10": "43302", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 250 + ], + [ + 549, + 248 + ], + [ + 547, + 248 + ], + [ + 547, + 250 + ], + [ + 549, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43078", + "ALAND10": 394548029, + "AWATER10": 161733, + "GEOID10": "43078", + "ZCTA5CE10": "43078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 253 + ], + [ + 551, + 251 + ], + [ + 549, + 251 + ], + [ + 549, + 253 + ], + [ + 551, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43061", + "ALAND10": 117048749, + "AWATER10": 1316786, + "GEOID10": "43061", + "ZCTA5CE10": "43061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 251 + ], + [ + 551, + 249 + ], + [ + 549, + 249 + ], + [ + 549, + 251 + ], + [ + 551, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43017", + "ALAND10": 43675712, + "AWATER10": 1151449, + "GEOID10": "43017", + "ZCTA5CE10": "43017", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 249 + ], + [ + 546, + 247 + ], + [ + 544, + 247 + ], + [ + 544, + 249 + ], + [ + 546, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45404", + "ALAND10": 15968718, + "AWATER10": 127518, + "GEOID10": "45404", + "ZCTA5CE10": "45404", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 249 + ], + [ + 547, + 247 + ], + [ + 545, + 247 + ], + [ + 545, + 249 + ], + [ + 547, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45324", + "ALAND10": 82106542, + "AWATER10": 1448699, + "GEOID10": "45324", + "ZCTA5CE10": "45324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 249 + ], + [ + 547, + 247 + ], + [ + 545, + 247 + ], + [ + 545, + 249 + ], + [ + 547, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45385", + "ALAND10": 354068882, + "AWATER10": 2340860, + "GEOID10": "45385", + "ZCTA5CE10": "45385", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 246 + ], + [ + 549, + 244 + ], + [ + 547, + 244 + ], + [ + 547, + 246 + ], + [ + 549, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45177", + "ALAND10": 446899485, + "AWATER10": 6400080, + "GEOID10": "45177", + "ZCTA5CE10": "45177", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 244 + ], + [ + 545, + 242 + ], + [ + 543, + 242 + ], + [ + 543, + 244 + ], + [ + 545, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45140", + "ALAND10": 119976449, + "AWATER10": 1555035, + "GEOID10": "45140", + "ZCTA5CE10": "45140", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 243 + ], + [ + 547, + 241 + ], + [ + 545, + 241 + ], + [ + 545, + 243 + ], + [ + 547, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45176", + "ALAND10": 136454804, + "AWATER10": 2933632, + "GEOID10": "45176", + "ZCTA5CE10": "45176", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 244 + ], + [ + 548, + 242 + ], + [ + 546, + 242 + ], + [ + 546, + 244 + ], + [ + 548, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45142", + "ALAND10": 164884523, + "AWATER10": 388233, + "GEOID10": "45142", + "ZCTA5CE10": "45142", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 249 + ], + [ + 548, + 247 + ], + [ + 546, + 247 + ], + [ + 546, + 249 + ], + [ + 548, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45368", + "ALAND10": 204888683, + "AWATER10": 422138, + "GEOID10": "45368", + "ZCTA5CE10": "45368", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 251 + ], + [ + 550, + 249 + ], + [ + 548, + 249 + ], + [ + 548, + 251 + ], + [ + 550, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43140", + "ALAND10": 575286296, + "AWATER10": 1811999, + "GEOID10": "43140", + "ZCTA5CE10": "43140", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 246 + ], + [ + 551, + 244 + ], + [ + 549, + 244 + ], + [ + 549, + 246 + ], + [ + 551, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43160", + "ALAND10": 557040234, + "AWATER10": 691839, + "GEOID10": "43160", + "ZCTA5CE10": "43160", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 249 + ], + [ + 552, + 247 + ], + [ + 550, + 247 + ], + [ + 550, + 249 + ], + [ + 552, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43137", + "ALAND10": 77932438, + "AWATER10": 4116326, + "GEOID10": "43137", + "ZCTA5CE10": "43137", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 247 + ], + [ + 552, + 245 + ], + [ + 550, + 245 + ], + [ + 550, + 247 + ], + [ + 552, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45601", + "ALAND10": 885668363, + "AWATER10": 8382751, + "GEOID10": "45601", + "ZCTA5CE10": "45601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 244 + ], + [ + 548, + 242 + ], + [ + 546, + 242 + ], + [ + 546, + 244 + ], + [ + 548, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45133", + "ALAND10": 826507241, + "AWATER10": 8766571, + "GEOID10": "45133", + "ZCTA5CE10": "45133", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 245 + ], + [ + 550, + 243 + ], + [ + 548, + 243 + ], + [ + 548, + 245 + ], + [ + 550, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45681", + "ALAND10": 99270568, + "AWATER10": 32285, + "GEOID10": "45681", + "ZCTA5CE10": "45681", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 241 + ], + [ + 549, + 239 + ], + [ + 547, + 239 + ], + [ + 547, + 241 + ], + [ + 549, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45697", + "ALAND10": 266998202, + "AWATER10": 56639, + "GEOID10": "45697", + "ZCTA5CE10": "45697", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 244 + ], + [ + 551, + 242 + ], + [ + 549, + 242 + ], + [ + 549, + 244 + ], + [ + 551, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45690", + "ALAND10": 372635927, + "AWATER10": 4707375, + "GEOID10": "45690", + "ZCTA5CE10": "45690", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 255 + ], + [ + 552, + 253 + ], + [ + 550, + 253 + ], + [ + 550, + 255 + ], + [ + 552, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44820", + "ALAND10": 414712243, + "AWATER10": 1446523, + "GEOID10": "44820", + "ZCTA5CE10": "44820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 254 + ], + [ + 554, + 252 + ], + [ + 552, + 252 + ], + [ + 552, + 254 + ], + [ + 554, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43315", + "ALAND10": 209839674, + "AWATER10": 125092, + "GEOID10": "43315", + "ZCTA5CE10": "43315", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 257 + ], + [ + 556, + 255 + ], + [ + 554, + 255 + ], + [ + 554, + 257 + ], + [ + 556, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44878", + "ALAND10": 156649140, + "AWATER10": 667266, + "GEOID10": "44878", + "ZCTA5CE10": "44878", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 256 + ], + [ + 556, + 254 + ], + [ + 554, + 254 + ], + [ + 554, + 256 + ], + [ + 556, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44903", + "ALAND10": 295829728, + "AWATER10": 8990058, + "GEOID10": "44903", + "ZCTA5CE10": "44903", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 254 + ], + [ + 556, + 252 + ], + [ + 554, + 252 + ], + [ + 554, + 254 + ], + [ + 556, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43014", + "ALAND10": 170662694, + "AWATER10": 704904, + "GEOID10": "43014", + "ZCTA5CE10": "43014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 253 + ], + [ + 556, + 251 + ], + [ + 554, + 251 + ], + [ + 554, + 253 + ], + [ + 556, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43050", + "ALAND10": 403863727, + "AWATER10": 1768566, + "GEOID10": "43050", + "ZCTA5CE10": "43050", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 251 + ], + [ + 552, + 249 + ], + [ + 550, + 249 + ], + [ + 550, + 251 + ], + [ + 552, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43082", + "ALAND10": 57285182, + "AWATER10": 3278714, + "GEOID10": "43082", + "ZCTA5CE10": "43082", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 252 + ], + [ + 557, + 250 + ], + [ + 555, + 250 + ], + [ + 555, + 252 + ], + [ + 557, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43080", + "ALAND10": 190912569, + "AWATER10": 558122, + "GEOID10": "43080", + "ZCTA5CE10": "43080", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 251 + ], + [ + 557, + 249 + ], + [ + 555, + 249 + ], + [ + 555, + 251 + ], + [ + 557, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43055", + "ALAND10": 292227651, + "AWATER10": 2213299, + "GEOID10": "43055", + "ZCTA5CE10": "43055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 255 + ], + [ + 559, + 253 + ], + [ + 557, + 253 + ], + [ + 557, + 255 + ], + [ + 559, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44691", + "ALAND10": 406090190, + "AWATER10": 1761410, + "GEOID10": "44691", + "ZCTA5CE10": "44691", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 254 + ], + [ + 557, + 252 + ], + [ + 555, + 252 + ], + [ + 555, + 254 + ], + [ + 557, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44611", + "ALAND10": 75304628, + "AWATER10": 123076, + "GEOID10": "44611", + "ZCTA5CE10": "44611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 255 + ], + [ + 558, + 253 + ], + [ + 556, + 253 + ], + [ + 556, + 255 + ], + [ + 558, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44627", + "ALAND10": 120322392, + "AWATER10": 233217, + "GEOID10": "44627", + "ZCTA5CE10": "44627", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 253 + ], + [ + 560, + 251 + ], + [ + 558, + 251 + ], + [ + 558, + 253 + ], + [ + 560, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44681", + "ALAND10": 153798790, + "AWATER10": 57295, + "GEOID10": "44681", + "ZCTA5CE10": "44681", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 251 + ], + [ + 557, + 249 + ], + [ + 555, + 249 + ], + [ + 555, + 251 + ], + [ + 557, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43822", + "ALAND10": 227607480, + "AWATER10": 129560, + "GEOID10": "43822", + "ZCTA5CE10": "43822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 252 + ], + [ + 560, + 250 + ], + [ + 558, + 250 + ], + [ + 558, + 252 + ], + [ + 560, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43824", + "ALAND10": 198019629, + "AWATER10": 318284, + "GEOID10": "43824", + "ZCTA5CE10": "43824", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 251 + ], + [ + 562, + 249 + ], + [ + 560, + 249 + ], + [ + 560, + 251 + ], + [ + 562, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43749", + "ALAND10": 255363744, + "AWATER10": 5362528, + "GEOID10": "43749", + "ZCTA5CE10": "43749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 250 + ], + [ + 553, + 248 + ], + [ + 551, + 248 + ], + [ + 551, + 250 + ], + [ + 553, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43110", + "ALAND10": 130100213, + "AWATER10": 798172, + "GEOID10": "43110", + "ZCTA5CE10": "43110", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 247 + ], + [ + 554, + 245 + ], + [ + 552, + 245 + ], + [ + 552, + 247 + ], + [ + 554, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43102", + "ALAND10": 153805844, + "AWATER10": 202882, + "GEOID10": "43102", + "ZCTA5CE10": "43102", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 247 + ], + [ + 554, + 245 + ], + [ + 552, + 245 + ], + [ + 552, + 247 + ], + [ + 554, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43135", + "ALAND10": 246868348, + "AWATER10": 449888, + "GEOID10": "43135", + "ZCTA5CE10": "43135", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 246 + ], + [ + 556, + 244 + ], + [ + 554, + 244 + ], + [ + 554, + 246 + ], + [ + 556, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45764", + "ALAND10": 208442884, + "AWATER10": 2161670, + "GEOID10": "45764", + "ZCTA5CE10": "45764", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 242 + ], + [ + 553, + 240 + ], + [ + 551, + 240 + ], + [ + 551, + 242 + ], + [ + 553, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45648", + "ALAND10": 368040035, + "AWATER10": 3578206, + "GEOID10": "45648", + "ZCTA5CE10": "45648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 242 + ], + [ + 553, + 240 + ], + [ + 551, + 240 + ], + [ + 551, + 242 + ], + [ + 553, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45640", + "ALAND10": 461040263, + "AWATER10": 1453088, + "GEOID10": "45640", + "ZCTA5CE10": "45640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 245 + ], + [ + 555, + 243 + ], + [ + 553, + 243 + ], + [ + 553, + 245 + ], + [ + 555, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45654", + "ALAND10": 145335602, + "AWATER10": 430287, + "GEOID10": "45654", + "ZCTA5CE10": "45654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 242 + ], + [ + 556, + 240 + ], + [ + 554, + 240 + ], + [ + 554, + 242 + ], + [ + 556, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45686", + "ALAND10": 239607106, + "AWATER10": 1492364, + "GEOID10": "45686", + "ZCTA5CE10": "45686", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 250 + ], + [ + 557, + 248 + ], + [ + 555, + 248 + ], + [ + 555, + 250 + ], + [ + 557, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43701", + "ALAND10": 467304058, + "AWATER10": 7295222, + "GEOID10": "43701", + "ZCTA5CE10": "43701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 247 + ], + [ + 557, + 245 + ], + [ + 555, + 245 + ], + [ + 555, + 247 + ], + [ + 557, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43782", + "ALAND10": 31955706, + "AWATER10": 248956, + "GEOID10": "43782", + "ZCTA5CE10": "43782", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 249 + ], + [ + 559, + 247 + ], + [ + 557, + 247 + ], + [ + 557, + 249 + ], + [ + 559, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43771", + "ALAND10": 64572823, + "AWATER10": 1317512, + "GEOID10": "43771", + "ZCTA5CE10": "43771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 248 + ], + [ + 562, + 246 + ], + [ + 560, + 246 + ], + [ + 560, + 248 + ], + [ + 562, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43724", + "ALAND10": 401862347, + "AWATER10": 2785849, + "GEOID10": "43724", + "ZCTA5CE10": "43724", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 246 + ], + [ + 561, + 244 + ], + [ + 559, + 244 + ], + [ + 559, + 246 + ], + [ + 561, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45729", + "ALAND10": 66230313, + "AWATER10": 104023, + "GEOID10": "45729", + "ZCTA5CE10": "45729", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 245 + ], + [ + 557, + 243 + ], + [ + 555, + 243 + ], + [ + 555, + 245 + ], + [ + 557, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45701", + "ALAND10": 384022990, + "AWATER10": 4805005, + "GEOID10": "45701", + "ZCTA5CE10": "45701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 244 + ], + [ + 558, + 242 + ], + [ + 556, + 242 + ], + [ + 556, + 244 + ], + [ + 558, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45723", + "ALAND10": 170879908, + "AWATER10": 2213992, + "GEOID10": "45723", + "ZCTA5CE10": "45723", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 243 + ], + [ + 558, + 241 + ], + [ + 556, + 241 + ], + [ + 556, + 243 + ], + [ + 558, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45771", + "ALAND10": 159777246, + "AWATER10": 3046706, + "GEOID10": "45771", + "ZCTA5CE10": "45771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 241 + ], + [ + 545, + 239 + ], + [ + 543, + 239 + ], + [ + 543, + 241 + ], + [ + 545, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41043", + "ALAND10": 125273836, + "AWATER10": 9531873, + "GEOID10": "41043", + "ZCTA5CE10": "41043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 240 + ], + [ + 545, + 238 + ], + [ + 543, + 238 + ], + [ + 543, + 240 + ], + [ + 545, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41031", + "ALAND10": 563317283, + "AWATER10": 6665591, + "GEOID10": "41031", + "ZCTA5CE10": "41031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 240 + ], + [ + 546, + 238 + ], + [ + 544, + 238 + ], + [ + 544, + 240 + ], + [ + 546, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41064", + "ALAND10": 221611867, + "AWATER10": 413455, + "GEOID10": "41064", + "ZCTA5CE10": "41064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 241 + ], + [ + 550, + 239 + ], + [ + 548, + 239 + ], + [ + 548, + 241 + ], + [ + 550, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45144", + "ALAND10": 181574143, + "AWATER10": 2903119, + "GEOID10": "45144", + "ZCTA5CE10": "45144", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 238 + ], + [ + 544, + 236 + ], + [ + 542, + 236 + ], + [ + 542, + 238 + ], + [ + 544, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40324", + "ALAND10": 401587784, + "AWATER10": 5830633, + "GEOID10": "40324", + "ZCTA5CE10": "40324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 238 + ], + [ + 544, + 236 + ], + [ + 542, + 236 + ], + [ + 542, + 238 + ], + [ + 544, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40361", + "ALAND10": 669006787, + "AWATER10": 4466581, + "GEOID10": "40361", + "ZCTA5CE10": "40361", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 234 + ], + [ + 544, + 232 + ], + [ + 542, + 232 + ], + [ + 542, + 234 + ], + [ + 544, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40475", + "ALAND10": 707174760, + "AWATER10": 10520722, + "GEOID10": "40475", + "ZCTA5CE10": "40475", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 236 + ], + [ + 546, + 234 + ], + [ + 544, + 234 + ], + [ + 544, + 236 + ], + [ + 546, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40353", + "ALAND10": 360388943, + "AWATER10": 3193589, + "GEOID10": "40353", + "ZCTA5CE10": "40353", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 234 + ], + [ + 547, + 232 + ], + [ + 545, + 232 + ], + [ + 545, + 234 + ], + [ + 547, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40380", + "ALAND10": 296223425, + "AWATER10": 1363668, + "GEOID10": "40380", + "ZCTA5CE10": "40380", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 240 + ], + [ + 551, + 238 + ], + [ + 549, + 238 + ], + [ + 549, + 240 + ], + [ + 551, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45616", + "ALAND10": 213196348, + "AWATER10": 314434, + "GEOID10": "45616", + "ZCTA5CE10": "45616", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 237 + ], + [ + 549, + 235 + ], + [ + 547, + 235 + ], + [ + 547, + 237 + ], + [ + 549, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40351", + "ALAND10": 640686896, + "AWATER10": 14870760, + "GEOID10": "40351", + "ZCTA5CE10": "40351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 240 + ], + [ + 552, + 238 + ], + [ + 550, + 238 + ], + [ + 550, + 240 + ], + [ + 552, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41166", + "ALAND10": 55772892, + "AWATER10": 4179313, + "GEOID10": "41166", + "ZCTA5CE10": "41166", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 238 + ], + [ + 551, + 236 + ], + [ + 549, + 236 + ], + [ + 549, + 238 + ], + [ + 551, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41179", + "ALAND10": 844542389, + "AWATER10": 23246337, + "GEOID10": "41179", + "ZCTA5CE10": "41179", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 237 + ], + [ + 552, + 235 + ], + [ + 550, + 235 + ], + [ + 550, + 237 + ], + [ + 552, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41164", + "ALAND10": 631427050, + "AWATER10": 3699155, + "GEOID10": "41164", + "ZCTA5CE10": "41164", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 236 + ], + [ + 550, + 234 + ], + [ + 548, + 234 + ], + [ + 548, + 236 + ], + [ + 550, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40313", + "ALAND10": 98605073, + "AWATER10": 1836076, + "GEOID10": "40313", + "ZCTA5CE10": "40313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 236 + ], + [ + 550, + 234 + ], + [ + 548, + 234 + ], + [ + 548, + 236 + ], + [ + 550, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41472", + "ALAND10": 715626783, + "AWATER10": 5845305, + "GEOID10": "41472", + "ZCTA5CE10": "41472", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 236 + ], + [ + 551, + 234 + ], + [ + 549, + 234 + ], + [ + 549, + 236 + ], + [ + 551, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41171", + "ALAND10": 324010324, + "AWATER10": 1016649, + "GEOID10": "41171", + "ZCTA5CE10": "41171", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 232 + ], + [ + 548, + 230 + ], + [ + 546, + 230 + ], + [ + 546, + 232 + ], + [ + 548, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40447", + "ALAND10": 646854311, + "AWATER10": 2700317, + "GEOID10": "40447", + "ZCTA5CE10": "40447", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 228 + ], + [ + 543, + 226 + ], + [ + 541, + 226 + ], + [ + 541, + 228 + ], + [ + 543, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US42503", + "ALAND10": 334934006, + "AWATER10": 10396177, + "GEOID10": "42503", + "ZCTA5CE10": "42503", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 233 + ], + [ + 549, + 231 + ], + [ + 547, + 231 + ], + [ + 547, + 233 + ], + [ + 549, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41311", + "ALAND10": 457346832, + "AWATER10": 5834090, + "GEOID10": "41311", + "ZCTA5CE10": "41311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 228 + ], + [ + 547, + 226 + ], + [ + 545, + 226 + ], + [ + 545, + 228 + ], + [ + 547, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40701", + "ALAND10": 372316181, + "AWATER10": 20367865, + "GEOID10": "40701", + "ZCTA5CE10": "40701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 228 + ], + [ + 546, + 226 + ], + [ + 544, + 226 + ], + [ + 544, + 228 + ], + [ + 546, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40737", + "ALAND10": 18721748, + "AWATER10": 243892, + "GEOID10": "40737", + "ZCTA5CE10": "40737", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 227 + ], + [ + 545, + 225 + ], + [ + 543, + 225 + ], + [ + 543, + 227 + ], + [ + 545, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40769", + "ALAND10": 760937739, + "AWATER10": 8119793, + "GEOID10": "40769", + "ZCTA5CE10": "40769", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 228 + ], + [ + 549, + 226 + ], + [ + 547, + 226 + ], + [ + 547, + 228 + ], + [ + 549, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40935", + "ALAND10": 197099667, + "AWATER10": 596949, + "GEOID10": "40935", + "ZCTA5CE10": "40935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 231 + ], + [ + 550, + 229 + ], + [ + 548, + 229 + ], + [ + 548, + 231 + ], + [ + 550, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41314", + "ALAND10": 582299180, + "AWATER10": 2414074, + "GEOID10": "41314", + "ZCTA5CE10": "41314", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 232 + ], + [ + 549, + 230 + ], + [ + 547, + 230 + ], + [ + 547, + 232 + ], + [ + 549, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41339", + "ALAND10": 913200480, + "AWATER10": 6105008, + "GEOID10": "41339", + "ZCTA5CE10": "41339", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 231 + ], + [ + 550, + 229 + ], + [ + 548, + 229 + ], + [ + 548, + 231 + ], + [ + 550, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41749", + "ALAND10": 240250153, + "AWATER10": 5620382, + "GEOID10": "41749", + "ZCTA5CE10": "41749", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 232 + ], + [ + 551, + 230 + ], + [ + 549, + 230 + ], + [ + 549, + 232 + ], + [ + 551, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41317", + "ALAND10": 61234048, + "AWATER10": 405747, + "GEOID10": "41317", + "ZCTA5CE10": "41317", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 227 + ], + [ + 548, + 225 + ], + [ + 546, + 225 + ], + [ + 546, + 227 + ], + [ + 548, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40997", + "ALAND10": 54660971, + "AWATER10": 3323, + "GEOID10": "40997", + "ZCTA5CE10": "40997", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 231 + ], + [ + 547, + 229 + ], + [ + 545, + 229 + ], + [ + 545, + 231 + ], + [ + 547, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40962", + "ALAND10": 960997045, + "AWATER10": 2971262, + "GEOID10": "40962", + "ZCTA5CE10": "40962", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 227 + ], + [ + 549, + 225 + ], + [ + 547, + 225 + ], + [ + 547, + 227 + ], + [ + 549, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40856", + "ALAND10": 111414375, + "AWATER10": 521933, + "GEOID10": "40856", + "ZCTA5CE10": "40856", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 228 + ], + [ + 551, + 226 + ], + [ + 549, + 226 + ], + [ + 549, + 228 + ], + [ + 551, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41777", + "ALAND10": 100031378, + "AWATER10": 166093, + "GEOID10": "41777", + "ZCTA5CE10": "41777", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 226 + ], + [ + 551, + 224 + ], + [ + 549, + 224 + ], + [ + 549, + 226 + ], + [ + 551, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40815", + "ALAND10": 105889943, + "AWATER10": 1978540, + "GEOID10": "40815", + "ZCTA5CE10": "40815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 237 + ], + [ + 553, + 235 + ], + [ + 551, + 235 + ], + [ + 551, + 237 + ], + [ + 553, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41143", + "ALAND10": 512270910, + "AWATER10": 4486475, + "GEOID10": "41143", + "ZCTA5CE10": "41143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 239 + ], + [ + 555, + 237 + ], + [ + 553, + 237 + ], + [ + 553, + 239 + ], + [ + 555, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41129", + "ALAND10": 221615940, + "AWATER10": 1430238, + "GEOID10": "41129", + "ZCTA5CE10": "41129", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 239 + ], + [ + 555, + 237 + ], + [ + 553, + 237 + ], + [ + 553, + 239 + ], + [ + 555, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45696", + "ALAND10": 93271125, + "AWATER10": 434715, + "GEOID10": "45696", + "ZCTA5CE10": "45696", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 240 + ], + [ + 556, + 238 + ], + [ + 554, + 238 + ], + [ + 554, + 240 + ], + [ + 556, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45669", + "ALAND10": 89705378, + "AWATER10": 654144, + "GEOID10": "45669", + "ZCTA5CE10": "45669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 237 + ], + [ + 554, + 235 + ], + [ + 552, + 235 + ], + [ + 552, + 237 + ], + [ + 554, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41168", + "ALAND10": 141435668, + "AWATER10": 103644, + "GEOID10": "41168", + "ZCTA5CE10": "41168", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 234 + ], + [ + 554, + 232 + ], + [ + 552, + 232 + ], + [ + 552, + 234 + ], + [ + 554, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41240", + "ALAND10": 116104356, + "AWATER10": 910583, + "GEOID10": "41240", + "ZCTA5CE10": "41240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 237 + ], + [ + 558, + 235 + ], + [ + 556, + 235 + ], + [ + 556, + 237 + ], + [ + 558, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25506", + "ALAND10": 269569655, + "AWATER10": 1333656, + "GEOID10": "25506", + "ZCTA5CE10": "25506", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 235 + ], + [ + 557, + 233 + ], + [ + 555, + 233 + ], + [ + 555, + 235 + ], + [ + 557, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25674", + "ALAND10": 116383440, + "AWATER10": 0, + "GEOID10": "25674", + "ZCTA5CE10": "25674", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 240 + ], + [ + 558, + 238 + ], + [ + 556, + 238 + ], + [ + 556, + 240 + ], + [ + 558, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25503", + "ALAND10": 39550759, + "AWATER10": 1829496, + "GEOID10": "25503", + "ZCTA5CE10": "25503", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 242 + ], + [ + 559, + 240 + ], + [ + 557, + 240 + ], + [ + 557, + 242 + ], + [ + 559, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25241", + "ALAND10": 56879545, + "AWATER10": 318348, + "GEOID10": "25241", + "ZCTA5CE10": "25241", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 239 + ], + [ + 560, + 237 + ], + [ + 558, + 237 + ], + [ + 558, + 239 + ], + [ + 560, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25320", + "ALAND10": 181059018, + "AWATER10": 798632, + "GEOID10": "25320", + "ZCTA5CE10": "25320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 239 + ], + [ + 559, + 237 + ], + [ + 557, + 237 + ], + [ + 557, + 239 + ], + [ + 559, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25313", + "ALAND10": 53885502, + "AWATER10": 134730, + "GEOID10": "25313", + "ZCTA5CE10": "25313", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 236 + ], + [ + 559, + 234 + ], + [ + 557, + 234 + ], + [ + 557, + 236 + ], + [ + 559, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25524", + "ALAND10": 249533349, + "AWATER10": 481885, + "GEOID10": "25524", + "ZCTA5CE10": "25524", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 237 + ], + [ + 559, + 235 + ], + [ + 557, + 235 + ], + [ + 557, + 237 + ], + [ + 559, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25009", + "ALAND10": 74643978, + "AWATER10": 285649, + "GEOID10": "25009", + "ZCTA5CE10": "25009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 234 + ], + [ + 560, + 232 + ], + [ + 558, + 232 + ], + [ + 558, + 234 + ], + [ + 560, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25022", + "ALAND10": 91337831, + "AWATER10": 205574, + "GEOID10": "25022", + "ZCTA5CE10": "25022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 233 + ], + [ + 553, + 231 + ], + [ + 551, + 231 + ], + [ + 551, + 233 + ], + [ + 553, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41653", + "ALAND10": 310819370, + "AWATER10": 2323306, + "GEOID10": "41653", + "ZCTA5CE10": "41653", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 230 + ], + [ + 552, + 228 + ], + [ + 550, + 228 + ], + [ + 550, + 230 + ], + [ + 552, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41822", + "ALAND10": 78202577, + "AWATER10": 92727, + "GEOID10": "41822", + "ZCTA5CE10": "41822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 232 + ], + [ + 556, + 230 + ], + [ + 554, + 230 + ], + [ + 554, + 232 + ], + [ + 556, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41539", + "ALAND10": 94472918, + "AWATER10": 0, + "GEOID10": "41539", + "ZCTA5CE10": "41539", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 230 + ], + [ + 555, + 228 + ], + [ + 553, + 228 + ], + [ + 553, + 230 + ], + [ + 555, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US41522", + "ALAND10": 168572718, + "AWATER10": 5014, + "GEOID10": "41522", + "ZCTA5CE10": "41522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 228 + ], + [ + 553, + 226 + ], + [ + 551, + 226 + ], + [ + 551, + 228 + ], + [ + 553, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40826", + "ALAND10": 81021400, + "AWATER10": 166306, + "GEOID10": "40826", + "ZCTA5CE10": "40826", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 227 + ], + [ + 554, + 225 + ], + [ + 552, + 225 + ], + [ + 552, + 227 + ], + [ + 554, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24244", + "ALAND10": 441285190, + "AWATER10": 1301471, + "GEOID10": "24244", + "ZCTA5CE10": "24244", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 227 + ], + [ + 553, + 225 + ], + [ + 551, + 225 + ], + [ + 551, + 227 + ], + [ + 553, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24219", + "ALAND10": 188553641, + "AWATER10": 1132192, + "GEOID10": "24219", + "ZCTA5CE10": "24219", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 229 + ], + [ + 555, + 227 + ], + [ + 553, + 227 + ], + [ + 553, + 229 + ], + [ + 555, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24228", + "ALAND10": 241003506, + "AWATER10": 4325721, + "GEOID10": "24228", + "ZCTA5CE10": "24228", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 227 + ], + [ + 554, + 225 + ], + [ + 552, + 225 + ], + [ + 552, + 227 + ], + [ + 554, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24245", + "ALAND10": 134696068, + "AWATER10": 967279, + "GEOID10": "24245", + "ZCTA5CE10": "24245", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 234 + ], + [ + 557, + 232 + ], + [ + 555, + 232 + ], + [ + 555, + 234 + ], + [ + 557, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25670", + "ALAND10": 242858873, + "AWATER10": 22089, + "GEOID10": "25670", + "ZCTA5CE10": "25670", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 229 + ], + [ + 558, + 227 + ], + [ + 556, + 227 + ], + [ + 556, + 229 + ], + [ + 558, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24656", + "ALAND10": 176934548, + "AWATER10": 207746, + "GEOID10": "24656", + "ZCTA5CE10": "24656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 233 + ], + [ + 560, + 231 + ], + [ + 558, + 231 + ], + [ + 558, + 233 + ], + [ + 560, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24822", + "ALAND10": 48098498, + "AWATER10": 533690, + "GEOID10": "24822", + "ZCTA5CE10": "24822", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 231 + ], + [ + 560, + 229 + ], + [ + 558, + 229 + ], + [ + 558, + 231 + ], + [ + 560, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24878", + "ALAND10": 22939061, + "AWATER10": 129413, + "GEOID10": "24878", + "ZCTA5CE10": "24878", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 229 + ], + [ + 558, + 227 + ], + [ + 556, + 227 + ], + [ + 556, + 229 + ], + [ + 558, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24225", + "ALAND10": 148975504, + "AWATER10": 1339260, + "GEOID10": "24225", + "ZCTA5CE10": "24225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 229 + ], + [ + 559, + 227 + ], + [ + 557, + 227 + ], + [ + 557, + 229 + ], + [ + 559, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24609", + "ALAND10": 269609902, + "AWATER10": 1971859, + "GEOID10": "24609", + "ZCTA5CE10": "24609", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 228 + ], + [ + 558, + 226 + ], + [ + 556, + 226 + ], + [ + 556, + 228 + ], + [ + 558, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24210", + "ALAND10": 366473700, + "AWATER10": 1420822, + "GEOID10": "24210", + "ZCTA5CE10": "24210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 227 + ], + [ + 559, + 225 + ], + [ + 557, + 225 + ], + [ + 557, + 227 + ], + [ + 559, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24319", + "ALAND10": 208369173, + "AWATER10": 623391, + "GEOID10": "24319", + "ZCTA5CE10": "24319", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 255 + ], + [ + 563, + 253 + ], + [ + 561, + 253 + ], + [ + 561, + 255 + ], + [ + 563, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44688", + "ALAND10": 59508115, + "AWATER10": 5912, + "GEOID10": "44688", + "ZCTA5CE10": "44688", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 257 + ], + [ + 564, + 255 + ], + [ + 562, + 255 + ], + [ + 562, + 257 + ], + [ + 564, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44601", + "ALAND10": 211698916, + "AWATER10": 7890111, + "GEOID10": "44601", + "ZCTA5CE10": "44601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 255 + ], + [ + 566, + 253 + ], + [ + 564, + 253 + ], + [ + 564, + 255 + ], + [ + 566, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44432", + "ALAND10": 267362538, + "AWATER10": 1663555, + "GEOID10": "44432", + "ZCTA5CE10": "44432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 253 + ], + [ + 560, + 251 + ], + [ + 558, + 251 + ], + [ + 558, + 253 + ], + [ + 560, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44663", + "ALAND10": 241491578, + "AWATER10": 2068269, + "GEOID10": "44663", + "ZCTA5CE10": "44663", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 253 + ], + [ + 562, + 251 + ], + [ + 560, + 251 + ], + [ + 560, + 253 + ], + [ + 562, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44621", + "ALAND10": 78264420, + "AWATER10": 90080, + "GEOID10": "44621", + "ZCTA5CE10": "44621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 251 + ], + [ + 562, + 249 + ], + [ + 560, + 249 + ], + [ + 560, + 251 + ], + [ + 562, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43778", + "ALAND10": 117060685, + "AWATER10": 40192, + "GEOID10": "43778", + "ZCTA5CE10": "43778", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 253 + ], + [ + 564, + 251 + ], + [ + 562, + 251 + ], + [ + 562, + 253 + ], + [ + 564, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43986", + "ALAND10": 103886032, + "AWATER10": 252072, + "GEOID10": "43986", + "ZCTA5CE10": "43986", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 250 + ], + [ + 565, + 248 + ], + [ + 563, + 248 + ], + [ + 563, + 250 + ], + [ + 565, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43950", + "ALAND10": 227146883, + "AWATER10": 2655290, + "GEOID10": "43950", + "ZCTA5CE10": "43950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 256 + ], + [ + 566, + 254 + ], + [ + 564, + 254 + ], + [ + 564, + 256 + ], + [ + 566, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US44441", + "ALAND10": 41567091, + "AWATER10": 814885, + "GEOID10": "44441", + "ZCTA5CE10": "44441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 255 + ], + [ + 566, + 253 + ], + [ + 564, + 253 + ], + [ + 564, + 255 + ], + [ + 566, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26047", + "ALAND10": 110946701, + "AWATER10": 3289983, + "GEOID10": "26047", + "ZCTA5CE10": "26047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 256 + ], + [ + 568, + 254 + ], + [ + 566, + 254 + ], + [ + 566, + 256 + ], + [ + 568, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16117", + "ALAND10": 95304921, + "AWATER10": 1598190, + "GEOID10": "16117", + "ZCTA5CE10": "16117", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 254 + ], + [ + 568, + 252 + ], + [ + 566, + 252 + ], + [ + 566, + 254 + ], + [ + 568, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15003", + "ALAND10": 16909377, + "AWATER10": 948840, + "GEOID10": "15003", + "ZCTA5CE10": "15003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 252 + ], + [ + 566, + 250 + ], + [ + 564, + 250 + ], + [ + 564, + 252 + ], + [ + 566, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26070", + "ALAND10": 95735055, + "AWATER10": 3009381, + "GEOID10": "26070", + "ZCTA5CE10": "26070", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 250 + ], + [ + 566, + 248 + ], + [ + 564, + 248 + ], + [ + 564, + 250 + ], + [ + 566, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26003", + "ALAND10": 245442304, + "AWATER10": 8828684, + "GEOID10": "26003", + "ZCTA5CE10": "26003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 250 + ], + [ + 567, + 248 + ], + [ + 565, + 248 + ], + [ + 565, + 250 + ], + [ + 567, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15376", + "ALAND10": 99455976, + "AWATER10": 447923, + "GEOID10": "15376", + "ZCTA5CE10": "15376", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 252 + ], + [ + 567, + 250 + ], + [ + 565, + 250 + ], + [ + 565, + 252 + ], + [ + 567, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15301", + "ALAND10": 315753243, + "AWATER10": 709775, + "GEOID10": "15301", + "ZCTA5CE10": "15301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 247 + ], + [ + 561, + 245 + ], + [ + 559, + 245 + ], + [ + 559, + 247 + ], + [ + 561, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45745", + "ALAND10": 193006438, + "AWATER10": 907992, + "GEOID10": "45745", + "ZCTA5CE10": "45745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 246 + ], + [ + 562, + 244 + ], + [ + 560, + 244 + ], + [ + 560, + 246 + ], + [ + 562, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US45767", + "ALAND10": 294765149, + "AWATER10": 1739760, + "GEOID10": "45767", + "ZCTA5CE10": "45767", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 249 + ], + [ + 564, + 247 + ], + [ + 562, + 247 + ], + [ + 562, + 249 + ], + [ + 564, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US43902", + "ALAND10": 44744286, + "AWATER10": 847535, + "GEOID10": "43902", + "ZCTA5CE10": "43902", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 248 + ], + [ + 566, + 246 + ], + [ + 564, + 246 + ], + [ + 564, + 248 + ], + [ + 566, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26155", + "ALAND10": 306026104, + "AWATER10": 5901970, + "GEOID10": "26155", + "ZCTA5CE10": "26155", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 244 + ], + [ + 562, + 242 + ], + [ + 560, + 242 + ], + [ + 560, + 244 + ], + [ + 562, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26337", + "ALAND10": 167692717, + "AWATER10": 646221, + "GEOID10": "26337", + "ZCTA5CE10": "26337", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 243 + ], + [ + 563, + 241 + ], + [ + 561, + 241 + ], + [ + 561, + 243 + ], + [ + 563, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26143", + "ALAND10": 377142147, + "AWATER10": 3457466, + "GEOID10": "26143", + "ZCTA5CE10": "26143", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 245 + ], + [ + 564, + 243 + ], + [ + 562, + 243 + ], + [ + 562, + 245 + ], + [ + 564, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26170", + "ALAND10": 271722233, + "AWATER10": 7551835, + "GEOID10": "26170", + "ZCTA5CE10": "26170", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 242 + ], + [ + 563, + 240 + ], + [ + 561, + 240 + ], + [ + 561, + 242 + ], + [ + 563, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26147", + "ALAND10": 119447864, + "AWATER10": 1412752, + "GEOID10": "26147", + "ZCTA5CE10": "26147", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 248 + ], + [ + 566, + 246 + ], + [ + 564, + 246 + ], + [ + 564, + 248 + ], + [ + 566, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26033", + "ALAND10": 240994279, + "AWATER10": 793802, + "GEOID10": "26033", + "ZCTA5CE10": "26033", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 246 + ], + [ + 566, + 244 + ], + [ + 564, + 244 + ], + [ + 564, + 246 + ], + [ + 566, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26456", + "ALAND10": 391985258, + "AWATER10": 1842590, + "GEOID10": "26456", + "ZCTA5CE10": "26456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 248 + ], + [ + 568, + 246 + ], + [ + 566, + 246 + ], + [ + 566, + 248 + ], + [ + 568, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15352", + "ALAND10": 128815308, + "AWATER10": 19794, + "GEOID10": "15352", + "ZCTA5CE10": "15352", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 246 + ], + [ + 567, + 244 + ], + [ + 565, + 244 + ], + [ + 565, + 246 + ], + [ + 567, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26591", + "ALAND10": 36153040, + "AWATER10": 291711, + "GEOID10": "26591", + "ZCTA5CE10": "26591", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 241 + ], + [ + 566, + 239 + ], + [ + 564, + 239 + ], + [ + 564, + 241 + ], + [ + 566, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26335", + "ALAND10": 122957372, + "AWATER10": 1001302, + "GEOID10": "26335", + "ZCTA5CE10": "26335", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 243 + ], + [ + 566, + 241 + ], + [ + 564, + 241 + ], + [ + 564, + 243 + ], + [ + 566, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26452", + "ALAND10": 323717578, + "AWATER10": 1471107, + "GEOID10": "26452", + "ZCTA5CE10": "26452", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 242 + ], + [ + 567, + 240 + ], + [ + 565, + 240 + ], + [ + 565, + 242 + ], + [ + 567, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26372", + "ALAND10": 79426431, + "AWATER10": 3724186, + "GEOID10": "26372", + "ZCTA5CE10": "26372", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 257 + ], + [ + 571, + 255 + ], + [ + 569, + 255 + ], + [ + 569, + 257 + ], + [ + 571, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16002", + "ALAND10": 186986872, + "AWATER10": 177571, + "GEOID10": "16002", + "ZCTA5CE10": "16002", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 255 + ], + [ + 570, + 253 + ], + [ + 568, + 253 + ], + [ + 568, + 255 + ], + [ + 570, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15101", + "ALAND10": 52369784, + "AWATER10": 269432, + "GEOID10": "15101", + "ZCTA5CE10": "15101", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 256 + ], + [ + 572, + 254 + ], + [ + 570, + 254 + ], + [ + 570, + 256 + ], + [ + 572, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16226", + "ALAND10": 149897157, + "AWATER10": 4369704, + "GEOID10": "16226", + "ZCTA5CE10": "16226", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 254 + ], + [ + 571, + 252 + ], + [ + 569, + 252 + ], + [ + 569, + 254 + ], + [ + 571, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15613", + "ALAND10": 154694737, + "AWATER10": 2145293, + "GEOID10": "15613", + "ZCTA5CE10": "15613", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 253 + ], + [ + 570, + 251 + ], + [ + 568, + 251 + ], + [ + 568, + 253 + ], + [ + 570, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15132", + "ALAND10": 14621879, + "AWATER10": 1164057, + "GEOID10": "15132", + "ZCTA5CE10": "15132", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 250 + ], + [ + 570, + 248 + ], + [ + 568, + 248 + ], + [ + 568, + 250 + ], + [ + 570, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15444", + "ALAND10": 1637964, + "AWATER10": 0, + "GEOID10": "15444", + "ZCTA5CE10": "15444", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 252 + ], + [ + 572, + 250 + ], + [ + 570, + 250 + ], + [ + 570, + 252 + ], + [ + 572, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15601", + "ALAND10": 223254911, + "AWATER10": 408873, + "GEOID10": "15601", + "ZCTA5CE10": "15601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 250 + ], + [ + 571, + 248 + ], + [ + 569, + 248 + ], + [ + 569, + 250 + ], + [ + 571, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15455", + "ALAND10": 1042216, + "AWATER10": 0, + "GEOID10": "15455", + "ZCTA5CE10": "15455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 255 + ], + [ + 573, + 253 + ], + [ + 571, + 253 + ], + [ + 571, + 255 + ], + [ + 573, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15732", + "ALAND10": 76332523, + "AWATER10": 200207, + "GEOID10": "15732", + "ZCTA5CE10": "15732", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 253 + ], + [ + 573, + 251 + ], + [ + 571, + 251 + ], + [ + 571, + 253 + ], + [ + 573, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15717", + "ALAND10": 248024962, + "AWATER10": 3601993, + "GEOID10": "15717", + "ZCTA5CE10": "15717", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 256 + ], + [ + 576, + 254 + ], + [ + 574, + 254 + ], + [ + 574, + 256 + ], + [ + 576, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15742", + "ALAND10": 60815804, + "AWATER10": 169364, + "GEOID10": "15742", + "ZCTA5CE10": "15742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 252 + ], + [ + 572, + 250 + ], + [ + 570, + 250 + ], + [ + 570, + 252 + ], + [ + 572, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15666", + "ALAND10": 142441840, + "AWATER10": 495576, + "GEOID10": "15666", + "ZCTA5CE10": "15666", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 250 + ], + [ + 573, + 248 + ], + [ + 571, + 248 + ], + [ + 571, + 250 + ], + [ + 573, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15557", + "ALAND10": 235109884, + "AWATER10": 297559, + "GEOID10": "15557", + "ZCTA5CE10": "15557", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 253 + ], + [ + 575, + 251 + ], + [ + 573, + 251 + ], + [ + 573, + 253 + ], + [ + 575, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15906", + "ALAND10": 90220840, + "AWATER10": 962218, + "GEOID10": "15906", + "ZCTA5CE10": "15906", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 250 + ], + [ + 576, + 248 + ], + [ + 574, + 248 + ], + [ + 574, + 250 + ], + [ + 576, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15541", + "ALAND10": 93121694, + "AWATER10": 673624, + "GEOID10": "15541", + "ZCTA5CE10": "15541", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 248 + ], + [ + 569, + 246 + ], + [ + 567, + 246 + ], + [ + 567, + 248 + ], + [ + 569, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15327", + "ALAND10": 51505353, + "AWATER10": 767986, + "GEOID10": "15327", + "ZCTA5CE10": "15327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 246 + ], + [ + 568, + 244 + ], + [ + 566, + 244 + ], + [ + 566, + 246 + ], + [ + 568, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26554", + "ALAND10": 350408632, + "AWATER10": 5503500, + "GEOID10": "26554", + "ZCTA5CE10": "26554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 250 + ], + [ + 572, + 248 + ], + [ + 570, + 248 + ], + [ + 570, + 250 + ], + [ + 572, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15470", + "ALAND10": 81705148, + "AWATER10": 491574, + "GEOID10": "15470", + "ZCTA5CE10": "15470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 246 + ], + [ + 572, + 244 + ], + [ + 570, + 244 + ], + [ + 570, + 246 + ], + [ + 572, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26519", + "ALAND10": 167053178, + "AWATER10": 913955, + "GEOID10": "26519", + "ZCTA5CE10": "26519", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 245 + ], + [ + 569, + 243 + ], + [ + 567, + 243 + ], + [ + 567, + 245 + ], + [ + 569, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26354", + "ALAND10": 261691147, + "AWATER10": 7529870, + "GEOID10": "26354", + "ZCTA5CE10": "26354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 243 + ], + [ + 569, + 241 + ], + [ + 567, + 241 + ], + [ + 567, + 243 + ], + [ + 569, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26201", + "ALAND10": 464580516, + "AWATER10": 441938, + "GEOID10": "26201", + "ZCTA5CE10": "26201", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 244 + ], + [ + 570, + 242 + ], + [ + 568, + 242 + ], + [ + 568, + 244 + ], + [ + 570, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26250", + "ALAND10": 227795525, + "AWATER10": 818728, + "GEOID10": "26250", + "ZCTA5CE10": "26250", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 247 + ], + [ + 573, + 245 + ], + [ + 571, + 245 + ], + [ + 571, + 247 + ], + [ + 573, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21550", + "ALAND10": 526613454, + "AWATER10": 6994943, + "GEOID10": "21550", + "ZCTA5CE10": "21550", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 244 + ], + [ + 572, + 242 + ], + [ + 570, + 242 + ], + [ + 570, + 244 + ], + [ + 572, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26269", + "ALAND10": 54326529, + "AWATER10": 434852, + "GEOID10": "26269", + "ZCTA5CE10": "26269", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 243 + ], + [ + 572, + 241 + ], + [ + 570, + 241 + ], + [ + 570, + 243 + ], + [ + 572, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26263", + "ALAND10": 78628272, + "AWATER10": 0, + "GEOID10": "26263", + "ZCTA5CE10": "26263", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 247 + ], + [ + 573, + 245 + ], + [ + 571, + 245 + ], + [ + 571, + 247 + ], + [ + 573, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21531", + "ALAND10": 160044835, + "AWATER10": 2472013, + "GEOID10": "21531", + "ZCTA5CE10": "21531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 249 + ], + [ + 574, + 247 + ], + [ + 572, + 247 + ], + [ + 572, + 249 + ], + [ + 574, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15552", + "ALAND10": 270375940, + "AWATER10": 89949, + "GEOID10": "15552", + "ZCTA5CE10": "15552", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 246 + ], + [ + 575, + 244 + ], + [ + 573, + 244 + ], + [ + 573, + 246 + ], + [ + 575, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21557", + "ALAND10": 69763858, + "AWATER10": 1235242, + "GEOID10": "21557", + "ZCTA5CE10": "21557", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 247 + ], + [ + 576, + 245 + ], + [ + 574, + 245 + ], + [ + 574, + 247 + ], + [ + 576, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26726", + "ALAND10": 378343433, + "AWATER10": 1459054, + "GEOID10": "26726", + "ZCTA5CE10": "26726", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 244 + ], + [ + 575, + 242 + ], + [ + 573, + 242 + ], + [ + 573, + 244 + ], + [ + 575, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26847", + "ALAND10": 316058697, + "AWATER10": 199088, + "GEOID10": "26847", + "ZCTA5CE10": "26847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 244 + ], + [ + 576, + 242 + ], + [ + 574, + 242 + ], + [ + 574, + 244 + ], + [ + 576, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26836", + "ALAND10": 500417488, + "AWATER10": 3107148, + "GEOID10": "26836", + "ZCTA5CE10": "26836", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 239 + ], + [ + 562, + 237 + ], + [ + 560, + 237 + ], + [ + 560, + 239 + ], + [ + 562, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25286", + "ALAND10": 178407522, + "AWATER10": 0, + "GEOID10": "25286", + "ZCTA5CE10": "25286", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 238 + ], + [ + 560, + 236 + ], + [ + 558, + 236 + ], + [ + 558, + 238 + ], + [ + 560, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25311", + "ALAND10": 73195138, + "AWATER10": 815285, + "GEOID10": "25311", + "ZCTA5CE10": "25311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 241 + ], + [ + 562, + 239 + ], + [ + 560, + 239 + ], + [ + 560, + 241 + ], + [ + 562, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25259", + "ALAND10": 98230818, + "AWATER10": 0, + "GEOID10": "25259", + "ZCTA5CE10": "25259", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 239 + ], + [ + 563, + 237 + ], + [ + 561, + 237 + ], + [ + 561, + 239 + ], + [ + 563, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25043", + "ALAND10": 309416101, + "AWATER10": 1872227, + "GEOID10": "25043", + "ZCTA5CE10": "25043", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 237 + ], + [ + 561, + 235 + ], + [ + 559, + 235 + ], + [ + 559, + 237 + ], + [ + 561, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25061", + "ALAND10": 26094739, + "AWATER10": 124796, + "GEOID10": "25061", + "ZCTA5CE10": "25061", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 235 + ], + [ + 559, + 233 + ], + [ + 557, + 233 + ], + [ + 557, + 235 + ], + [ + 559, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25208", + "ALAND10": 198022185, + "AWATER10": 303414, + "GEOID10": "25208", + "ZCTA5CE10": "25208", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 238 + ], + [ + 563, + 236 + ], + [ + 561, + 236 + ], + [ + 561, + 238 + ], + [ + 563, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26690", + "ALAND10": 74451003, + "AWATER10": 1267609, + "GEOID10": "26690", + "ZCTA5CE10": "26690", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 233 + ], + [ + 563, + 231 + ], + [ + 561, + 231 + ], + [ + 561, + 233 + ], + [ + 563, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25813", + "ALAND10": 155174322, + "AWATER10": 1212273, + "GEOID10": "25813", + "ZCTA5CE10": "25813", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 239 + ], + [ + 566, + 237 + ], + [ + 564, + 237 + ], + [ + 564, + 239 + ], + [ + 566, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26203", + "ALAND10": 65477238, + "AWATER10": 149641, + "GEOID10": "26203", + "ZCTA5CE10": "26203", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 237 + ], + [ + 563, + 235 + ], + [ + 561, + 235 + ], + [ + 561, + 237 + ], + [ + 563, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26651", + "ALAND10": 626769759, + "AWATER10": 11676550, + "GEOID10": "26651", + "ZCTA5CE10": "26651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 240 + ], + [ + 568, + 238 + ], + [ + 566, + 238 + ], + [ + 566, + 240 + ], + [ + 568, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26222", + "ALAND10": 196084331, + "AWATER10": 202790, + "GEOID10": "26222", + "ZCTA5CE10": "26222", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 238 + ], + [ + 567, + 236 + ], + [ + 565, + 236 + ], + [ + 565, + 238 + ], + [ + 567, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26288", + "ALAND10": 595911044, + "AWATER10": 3845361, + "GEOID10": "26288", + "ZCTA5CE10": "26288", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 235 + ], + [ + 565, + 233 + ], + [ + 563, + 233 + ], + [ + 563, + 235 + ], + [ + 565, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25962", + "ALAND10": 226019555, + "AWATER10": 924947, + "GEOID10": "25962", + "ZCTA5CE10": "25962", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 234 + ], + [ + 564, + 232 + ], + [ + 562, + 232 + ], + [ + 562, + 234 + ], + [ + 564, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25951", + "ALAND10": 279127483, + "AWATER10": 8954194, + "GEOID10": "25951", + "ZCTA5CE10": "25951", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 236 + ], + [ + 566, + 234 + ], + [ + 564, + 234 + ], + [ + 564, + 236 + ], + [ + 566, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26261", + "ALAND10": 255584962, + "AWATER10": 1348438, + "GEOID10": "26261", + "ZCTA5CE10": "26261", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 235 + ], + [ + 568, + 233 + ], + [ + 566, + 233 + ], + [ + 566, + 235 + ], + [ + 568, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24901", + "ALAND10": 225934096, + "AWATER10": 1048386, + "GEOID10": "24901", + "ZCTA5CE10": "24901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 233 + ], + [ + 561, + 231 + ], + [ + 559, + 231 + ], + [ + 559, + 233 + ], + [ + 561, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25916", + "ALAND10": 5031738, + "AWATER10": 0, + "GEOID10": "25916", + "ZCTA5CE10": "25916", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 232 + ], + [ + 563, + 230 + ], + [ + 561, + 230 + ], + [ + 561, + 232 + ], + [ + 563, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24714", + "ALAND10": 32640595, + "AWATER10": 2982, + "GEOID10": "24714", + "ZCTA5CE10": "24714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 229 + ], + [ + 562, + 227 + ], + [ + 560, + 227 + ], + [ + 560, + 229 + ], + [ + 562, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24651", + "ALAND10": 406936419, + "AWATER10": 620163, + "GEOID10": "24651", + "ZCTA5CE10": "24651", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 233 + ], + [ + 563, + 231 + ], + [ + 561, + 231 + ], + [ + 561, + 233 + ], + [ + 563, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25918", + "ALAND10": 174541152, + "AWATER10": 1870615, + "GEOID10": "25918", + "ZCTA5CE10": "25918", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 231 + ], + [ + 562, + 229 + ], + [ + 560, + 229 + ], + [ + 560, + 231 + ], + [ + 562, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24740", + "ALAND10": 415313586, + "AWATER10": 1489825, + "GEOID10": "24740", + "ZCTA5CE10": "24740", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 229 + ], + [ + 562, + 227 + ], + [ + 560, + 227 + ], + [ + 560, + 229 + ], + [ + 562, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24314", + "ALAND10": 228453791, + "AWATER10": 785927, + "GEOID10": "24314", + "ZCTA5CE10": "24314", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 227 + ], + [ + 561, + 225 + ], + [ + 559, + 225 + ], + [ + 559, + 227 + ], + [ + 561, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24354", + "ALAND10": 274864322, + "AWATER10": 1113312, + "GEOID10": "24354", + "ZCTA5CE10": "24354", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 229 + ], + [ + 566, + 227 + ], + [ + 564, + 227 + ], + [ + 564, + 229 + ], + [ + 566, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24301", + "ALAND10": 207763845, + "AWATER10": 4411682, + "GEOID10": "24301", + "ZCTA5CE10": "24301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 226 + ], + [ + 565, + 224 + ], + [ + 563, + 224 + ], + [ + 563, + 226 + ], + [ + 565, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24333", + "ALAND10": 373414701, + "AWATER10": 4822351, + "GEOID10": "24333", + "ZCTA5CE10": "24333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 232 + ], + [ + 566, + 230 + ], + [ + 564, + 230 + ], + [ + 564, + 232 + ], + [ + 566, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24983", + "ALAND10": 321968602, + "AWATER10": 504825, + "GEOID10": "24983", + "ZCTA5CE10": "24983", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 230 + ], + [ + 568, + 228 + ], + [ + 566, + 228 + ], + [ + 566, + 230 + ], + [ + 568, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24073", + "ALAND10": 229841438, + "AWATER10": 638772, + "GEOID10": "24073", + "ZCTA5CE10": "24073", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 230 + ], + [ + 568, + 228 + ], + [ + 566, + 228 + ], + [ + 566, + 230 + ], + [ + 568, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24162", + "ALAND10": 120801624, + "AWATER10": 408884, + "GEOID10": "24162", + "ZCTA5CE10": "24162", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 228 + ], + [ + 565, + 226 + ], + [ + 563, + 226 + ], + [ + 563, + 228 + ], + [ + 565, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24324", + "ALAND10": 90588887, + "AWATER10": 2773630, + "GEOID10": "24324", + "ZCTA5CE10": "24324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 226 + ], + [ + 566, + 224 + ], + [ + 564, + 224 + ], + [ + 564, + 226 + ], + [ + 566, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24343", + "ALAND10": 343208041, + "AWATER10": 1498433, + "GEOID10": "24343", + "ZCTA5CE10": "24343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 228 + ], + [ + 567, + 226 + ], + [ + 565, + 226 + ], + [ + 565, + 228 + ], + [ + 567, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24138", + "ALAND10": 70078993, + "AWATER10": 13325, + "GEOID10": "24138", + "ZCTA5CE10": "24138", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 241 + ], + [ + 568, + 239 + ], + [ + 566, + 239 + ], + [ + 566, + 241 + ], + [ + 568, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26224", + "ALAND10": 88537665, + "AWATER10": 0, + "GEOID10": "26224", + "ZCTA5CE10": "26224", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 240 + ], + [ + 570, + 238 + ], + [ + 568, + 238 + ], + [ + 568, + 240 + ], + [ + 570, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26294", + "ALAND10": 204748390, + "AWATER10": 0, + "GEOID10": "26294", + "ZCTA5CE10": "26294", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 238 + ], + [ + 568, + 236 + ], + [ + 566, + 236 + ], + [ + 566, + 238 + ], + [ + 568, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26291", + "ALAND10": 163019482, + "AWATER10": 0, + "GEOID10": "26291", + "ZCTA5CE10": "26291", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 240 + ], + [ + 571, + 238 + ], + [ + 569, + 238 + ], + [ + 569, + 240 + ], + [ + 571, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26268", + "ALAND10": 160149933, + "AWATER10": 0, + "GEOID10": "26268", + "ZCTA5CE10": "26268", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 239 + ], + [ + 570, + 237 + ], + [ + 568, + 237 + ], + [ + 568, + 239 + ], + [ + 570, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24915", + "ALAND10": 130088421, + "AWATER10": 31, + "GEOID10": "24915", + "ZCTA5CE10": "24915", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 238 + ], + [ + 572, + 236 + ], + [ + 570, + 236 + ], + [ + 570, + 238 + ], + [ + 572, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24433", + "ALAND10": 38645722, + "AWATER10": 4155, + "GEOID10": "24433", + "ZCTA5CE10": "24433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 235 + ], + [ + 570, + 233 + ], + [ + 568, + 233 + ], + [ + 568, + 235 + ], + [ + 570, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24426", + "ALAND10": 862115096, + "AWATER10": 6774887, + "GEOID10": "24426", + "ZCTA5CE10": "24426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 237 + ], + [ + 572, + 235 + ], + [ + 570, + 235 + ], + [ + 570, + 237 + ], + [ + 572, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24460", + "ALAND10": 636921273, + "AWATER10": 3404703, + "GEOID10": "24460", + "ZCTA5CE10": "24460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 235 + ], + [ + 573, + 233 + ], + [ + 571, + 233 + ], + [ + 571, + 235 + ], + [ + 573, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24450", + "ALAND10": 533047271, + "AWATER10": 2369770, + "GEOID10": "24450", + "ZCTA5CE10": "24450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 242 + ], + [ + 573, + 240 + ], + [ + 571, + 240 + ], + [ + 571, + 242 + ], + [ + 573, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26807", + "ALAND10": 455900798, + "AWATER10": 924630, + "GEOID10": "26807", + "ZCTA5CE10": "26807", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 240 + ], + [ + 574, + 238 + ], + [ + 572, + 238 + ], + [ + 572, + 240 + ], + [ + 574, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22831", + "ALAND10": 157044446, + "AWATER10": 686269, + "GEOID10": "22831", + "ZCTA5CE10": "22831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 239 + ], + [ + 577, + 237 + ], + [ + 575, + 237 + ], + [ + 575, + 239 + ], + [ + 577, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22815", + "ALAND10": 186017233, + "AWATER10": 557353, + "GEOID10": "22815", + "ZCTA5CE10": "22815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 239 + ], + [ + 575, + 237 + ], + [ + 573, + 237 + ], + [ + 573, + 239 + ], + [ + 575, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22801", + "ALAND10": 84120287, + "AWATER10": 298298, + "GEOID10": "22801", + "ZCTA5CE10": "22801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 236 + ], + [ + 574, + 234 + ], + [ + 572, + 234 + ], + [ + 572, + 236 + ], + [ + 574, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24459", + "ALAND10": 130992189, + "AWATER10": 60192, + "GEOID10": "24459", + "ZCTA5CE10": "24459", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 234 + ], + [ + 574, + 232 + ], + [ + 572, + 232 + ], + [ + 572, + 234 + ], + [ + 574, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22967", + "ALAND10": 202023017, + "AWATER10": 639421, + "GEOID10": "22967", + "ZCTA5CE10": "22967", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 237 + ], + [ + 576, + 235 + ], + [ + 574, + 235 + ], + [ + 574, + 237 + ], + [ + 576, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24441", + "ALAND10": 114371707, + "AWATER10": 1043555, + "GEOID10": "24441", + "ZCTA5CE10": "24441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 232 + ], + [ + 575, + 230 + ], + [ + 573, + 230 + ], + [ + 573, + 232 + ], + [ + 575, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24521", + "ALAND10": 599783193, + "AWATER10": 2608376, + "GEOID10": "24521", + "ZCTA5CE10": "24521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 233 + ], + [ + 569, + 231 + ], + [ + 567, + 231 + ], + [ + 567, + 233 + ], + [ + 569, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24127", + "ALAND10": 621841114, + "AWATER10": 2203788, + "GEOID10": "24127", + "ZCTA5CE10": "24127", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 232 + ], + [ + 569, + 230 + ], + [ + 567, + 230 + ], + [ + 567, + 232 + ], + [ + 569, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24085", + "ALAND10": 454872421, + "AWATER10": 4849041, + "GEOID10": "24085", + "ZCTA5CE10": "24085", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 230 + ], + [ + 570, + 228 + ], + [ + 568, + 228 + ], + [ + 568, + 230 + ], + [ + 570, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24013", + "ALAND10": 5853655, + "AWATER10": 121563, + "GEOID10": "24013", + "ZCTA5CE10": "24013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 231 + ], + [ + 571, + 229 + ], + [ + 569, + 229 + ], + [ + 569, + 231 + ], + [ + 571, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24064", + "ALAND10": 85036471, + "AWATER10": 34297, + "GEOID10": "24064", + "ZCTA5CE10": "24064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 231 + ], + [ + 571, + 229 + ], + [ + 569, + 229 + ], + [ + 569, + 231 + ], + [ + 571, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24121", + "ALAND10": 245800174, + "AWATER10": 27316232, + "GEOID10": "24121", + "ZCTA5CE10": "24121", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 229 + ], + [ + 569, + 227 + ], + [ + 567, + 227 + ], + [ + 567, + 229 + ], + [ + 569, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24065", + "ALAND10": 221112028, + "AWATER10": 318609, + "GEOID10": "24065", + "ZCTA5CE10": "24065", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 228 + ], + [ + 571, + 226 + ], + [ + 569, + 226 + ], + [ + 569, + 228 + ], + [ + 571, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24151", + "ALAND10": 420843628, + "AWATER10": 2867987, + "GEOID10": "24151", + "ZCTA5CE10": "24151", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 226 + ], + [ + 569, + 224 + ], + [ + 567, + 224 + ], + [ + 567, + 226 + ], + [ + 569, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24112", + "ALAND10": 392887960, + "AWATER10": 2220681, + "GEOID10": "24112", + "ZCTA5CE10": "24112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 232 + ], + [ + 573, + 230 + ], + [ + 571, + 230 + ], + [ + 571, + 232 + ], + [ + 573, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24526", + "ALAND10": 169251557, + "AWATER10": 1828488, + "GEOID10": "24526", + "ZCTA5CE10": "24526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 232 + ], + [ + 573, + 230 + ], + [ + 571, + 230 + ], + [ + 571, + 232 + ], + [ + 573, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24503", + "ALAND10": 108163013, + "AWATER10": 1970343, + "GEOID10": "24503", + "ZCTA5CE10": "24503", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 232 + ], + [ + 575, + 230 + ], + [ + 573, + 230 + ], + [ + 573, + 232 + ], + [ + 575, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24553", + "ALAND10": 327839428, + "AWATER10": 5430335, + "GEOID10": "24553", + "ZCTA5CE10": "24553", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 232 + ], + [ + 576, + 230 + ], + [ + 574, + 230 + ], + [ + 574, + 232 + ], + [ + 576, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24522", + "ALAND10": 510175305, + "AWATER10": 1195198, + "GEOID10": "24522", + "ZCTA5CE10": "24522", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 227 + ], + [ + 573, + 225 + ], + [ + 571, + 225 + ], + [ + 571, + 227 + ], + [ + 573, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24527", + "ALAND10": 81777632, + "AWATER10": 768013, + "GEOID10": "24527", + "ZCTA5CE10": "24527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 228 + ], + [ + 574, + 226 + ], + [ + 572, + 226 + ], + [ + 572, + 228 + ], + [ + 574, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24565", + "ALAND10": 148790301, + "AWATER10": 1044580, + "GEOID10": "24565", + "ZCTA5CE10": "24565", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 229 + ], + [ + 576, + 227 + ], + [ + 574, + 227 + ], + [ + 574, + 229 + ], + [ + 576, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23959", + "ALAND10": 151726016, + "AWATER10": 45222, + "GEOID10": "23959", + "ZCTA5CE10": "23959", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 227 + ], + [ + 576, + 225 + ], + [ + 574, + 225 + ], + [ + 574, + 227 + ], + [ + 576, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24589", + "ALAND10": 201220992, + "AWATER10": 13603899, + "GEOID10": "24589", + "ZCTA5CE10": "24589", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 225 + ], + [ + 545, + 223 + ], + [ + 543, + 223 + ], + [ + 543, + 225 + ], + [ + 545, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37892", + "ALAND10": 195514552, + "AWATER10": 29558, + "GEOID10": "37892", + "ZCTA5CE10": "37892", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 224 + ], + [ + 545, + 222 + ], + [ + 543, + 222 + ], + [ + 543, + 224 + ], + [ + 545, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37757", + "ALAND10": 72939419, + "AWATER10": 8907473, + "GEOID10": "37757", + "ZCTA5CE10": "37757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 226 + ], + [ + 549, + 224 + ], + [ + 547, + 224 + ], + [ + 547, + 226 + ], + [ + 549, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US40965", + "ALAND10": 186472454, + "AWATER10": 1349454, + "GEOID10": "40965", + "ZCTA5CE10": "40965", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 222 + ], + [ + 547, + 220 + ], + [ + 545, + 220 + ], + [ + 545, + 222 + ], + [ + 547, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37721", + "ALAND10": 127636048, + "AWATER10": 30099, + "GEOID10": "37721", + "ZCTA5CE10": "37721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 220 + ], + [ + 544, + 218 + ], + [ + 542, + 218 + ], + [ + 542, + 220 + ], + [ + 544, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37774", + "ALAND10": 226531361, + "AWATER10": 18442426, + "GEOID10": "37774", + "ZCTA5CE10": "37774", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 219 + ], + [ + 545, + 217 + ], + [ + 543, + 217 + ], + [ + 543, + 219 + ], + [ + 545, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37885", + "ALAND10": 435885613, + "AWATER10": 38339201, + "GEOID10": "37885", + "ZCTA5CE10": "37885", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 218 + ], + [ + 546, + 216 + ], + [ + 544, + 216 + ], + [ + 544, + 218 + ], + [ + 546, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37801", + "ALAND10": 180437082, + "AWATER10": 6033835, + "GEOID10": "37801", + "ZCTA5CE10": "37801", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 218 + ], + [ + 547, + 216 + ], + [ + 545, + 216 + ], + [ + 545, + 218 + ], + [ + 547, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37882", + "ALAND10": 414127268, + "AWATER10": 280622, + "GEOID10": "37882", + "ZCTA5CE10": "37882", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 224 + ], + [ + 549, + 222 + ], + [ + 547, + 222 + ], + [ + 547, + 224 + ], + [ + 549, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37879", + "ALAND10": 451604116, + "AWATER10": 8275717, + "GEOID10": "37879", + "ZCTA5CE10": "37879", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 223 + ], + [ + 550, + 221 + ], + [ + 548, + 221 + ], + [ + 548, + 223 + ], + [ + 550, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37877", + "ALAND10": 66736421, + "AWATER10": 6041595, + "GEOID10": "37877", + "ZCTA5CE10": "37877", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 224 + ], + [ + 552, + 222 + ], + [ + 550, + 222 + ], + [ + 550, + 224 + ], + [ + 552, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37891", + "ALAND10": 83304554, + "AWATER10": 2828320, + "GEOID10": "37891", + "ZCTA5CE10": "37891", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 220 + ], + [ + 551, + 218 + ], + [ + 549, + 218 + ], + [ + 549, + 220 + ], + [ + 551, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37821", + "ALAND10": 328831530, + "AWATER10": 14565381, + "GEOID10": "37821", + "ZCTA5CE10": "37821", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 220 + ], + [ + 551, + 218 + ], + [ + 549, + 218 + ], + [ + 549, + 220 + ], + [ + 551, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37738", + "ALAND10": 543869325, + "AWATER10": 0, + "GEOID10": "37738", + "ZCTA5CE10": "37738", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 220 + ], + [ + 551, + 218 + ], + [ + 549, + 218 + ], + [ + 549, + 220 + ], + [ + 551, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37876", + "ALAND10": 486570389, + "AWATER10": 41466646, + "GEOID10": "37876", + "ZCTA5CE10": "37876", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 221 + ], + [ + 551, + 219 + ], + [ + 549, + 219 + ], + [ + 549, + 221 + ], + [ + 551, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37843", + "ALAND10": 134552510, + "AWATER10": 632882, + "GEOID10": "37843", + "ZCTA5CE10": "37843", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 218 + ], + [ + 552, + 216 + ], + [ + 550, + 216 + ], + [ + 550, + 218 + ], + [ + 552, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28786", + "ALAND10": 192710984, + "AWATER10": 207589, + "GEOID10": "28786", + "ZCTA5CE10": "28786", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 216 + ], + [ + 547, + 214 + ], + [ + 545, + 214 + ], + [ + 545, + 216 + ], + [ + 547, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37385", + "ALAND10": 636777011, + "AWATER10": 842622, + "GEOID10": "37385", + "ZCTA5CE10": "37385", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 213 + ], + [ + 545, + 211 + ], + [ + 543, + 211 + ], + [ + 543, + 213 + ], + [ + 545, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30560", + "ALAND10": 188696527, + "AWATER10": 6614222, + "GEOID10": "30560", + "ZCTA5CE10": "30560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 213 + ], + [ + 546, + 211 + ], + [ + 544, + 211 + ], + [ + 544, + 213 + ], + [ + 546, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30572", + "ALAND10": 276159342, + "AWATER10": 525302, + "GEOID10": "30572", + "ZCTA5CE10": "30572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 211 + ], + [ + 545, + 209 + ], + [ + 543, + 209 + ], + [ + 543, + 211 + ], + [ + 545, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30534", + "ALAND10": 593130373, + "AWATER10": 11827035, + "GEOID10": "30534", + "ZCTA5CE10": "30534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 214 + ], + [ + 546, + 212 + ], + [ + 544, + 212 + ], + [ + 544, + 214 + ], + [ + 546, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30512", + "ALAND10": 575508557, + "AWATER10": 17537517, + "GEOID10": "30512", + "ZCTA5CE10": "30512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 212 + ], + [ + 548, + 210 + ], + [ + 546, + 210 + ], + [ + 546, + 212 + ], + [ + 548, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30545", + "ALAND10": 102755505, + "AWATER10": 132078, + "GEOID10": "30545", + "ZCTA5CE10": "30545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 217 + ], + [ + 549, + 215 + ], + [ + 547, + 215 + ], + [ + 547, + 217 + ], + [ + 549, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28771", + "ALAND10": 703603786, + "AWATER10": 21588043, + "GEOID10": "28771", + "ZCTA5CE10": "28771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 215 + ], + [ + 547, + 213 + ], + [ + 545, + 213 + ], + [ + 545, + 215 + ], + [ + 547, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28904", + "ALAND10": 491868757, + "AWATER10": 14905363, + "GEOID10": "28904", + "ZCTA5CE10": "28904", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 215 + ], + [ + 550, + 213 + ], + [ + 548, + 213 + ], + [ + 548, + 215 + ], + [ + 550, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28763", + "ALAND10": 143546258, + "AWATER10": 203350, + "GEOID10": "28763", + "ZCTA5CE10": "28763", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 215 + ], + [ + 551, + 213 + ], + [ + 549, + 213 + ], + [ + 549, + 215 + ], + [ + 551, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28723", + "ALAND10": 289777627, + "AWATER10": 5625281, + "GEOID10": "28723", + "ZCTA5CE10": "28723", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 215 + ], + [ + 551, + 213 + ], + [ + 549, + 213 + ], + [ + 549, + 215 + ], + [ + 551, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28717", + "ALAND10": 133156089, + "AWATER10": 575813, + "GEOID10": "28717", + "ZCTA5CE10": "28717", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 213 + ], + [ + 549, + 211 + ], + [ + 547, + 211 + ], + [ + 547, + 213 + ], + [ + 549, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30525", + "ALAND10": 533427346, + "AWATER10": 5137632, + "GEOID10": "30525", + "ZCTA5CE10": "30525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 211 + ], + [ + 550, + 209 + ], + [ + 548, + 209 + ], + [ + 548, + 211 + ], + [ + 550, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30531", + "ALAND10": 99411459, + "AWATER10": 766142, + "GEOID10": "30531", + "ZCTA5CE10": "30531", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 211 + ], + [ + 553, + 209 + ], + [ + 551, + 209 + ], + [ + 551, + 211 + ], + [ + 553, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29693", + "ALAND10": 431043018, + "AWATER10": 13552192, + "GEOID10": "29693", + "ZCTA5CE10": "29693", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 210 + ], + [ + 551, + 208 + ], + [ + 549, + 208 + ], + [ + 549, + 210 + ], + [ + 551, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30577", + "ALAND10": 420669749, + "AWATER10": 8076501, + "GEOID10": "30577", + "ZCTA5CE10": "30577", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 225 + ], + [ + 555, + 223 + ], + [ + 553, + 223 + ], + [ + 553, + 225 + ], + [ + 555, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37857", + "ALAND10": 613412869, + "AWATER10": 9073440, + "GEOID10": "37857", + "ZCTA5CE10": "37857", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 222 + ], + [ + 554, + 220 + ], + [ + 552, + 220 + ], + [ + 552, + 222 + ], + [ + 554, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37745", + "ALAND10": 301637088, + "AWATER10": 154283, + "GEOID10": "37745", + "ZCTA5CE10": "37745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 225 + ], + [ + 555, + 223 + ], + [ + 553, + 223 + ], + [ + 553, + 225 + ], + [ + 555, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37617", + "ALAND10": 152957668, + "AWATER10": 1923424, + "GEOID10": "37617", + "ZCTA5CE10": "37617", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 224 + ], + [ + 554, + 222 + ], + [ + 552, + 222 + ], + [ + 552, + 224 + ], + [ + 554, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37641", + "ALAND10": 236749361, + "AWATER10": 136077, + "GEOID10": "37641", + "ZCTA5CE10": "37641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 221 + ], + [ + 554, + 219 + ], + [ + 552, + 219 + ], + [ + 552, + 221 + ], + [ + 554, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28743", + "ALAND10": 320607283, + "AWATER10": 1428534, + "GEOID10": "28743", + "ZCTA5CE10": "28743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 219 + ], + [ + 557, + 217 + ], + [ + 555, + 217 + ], + [ + 555, + 219 + ], + [ + 557, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28714", + "ALAND10": 753515688, + "AWATER10": 927830, + "GEOID10": "28714", + "ZCTA5CE10": "28714", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 219 + ], + [ + 553, + 217 + ], + [ + 551, + 217 + ], + [ + 551, + 219 + ], + [ + 553, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28753", + "ALAND10": 683625940, + "AWATER10": 3412229, + "GEOID10": "28753", + "ZCTA5CE10": "28753", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 219 + ], + [ + 555, + 217 + ], + [ + 553, + 217 + ], + [ + 553, + 219 + ], + [ + 555, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28787", + "ALAND10": 205963628, + "AWATER10": 47337, + "GEOID10": "28787", + "ZCTA5CE10": "28787", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 225 + ], + [ + 556, + 223 + ], + [ + 554, + 223 + ], + [ + 554, + 225 + ], + [ + 556, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37620", + "ALAND10": 330013984, + "AWATER10": 24721380, + "GEOID10": "37620", + "ZCTA5CE10": "37620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 224 + ], + [ + 558, + 222 + ], + [ + 556, + 222 + ], + [ + 556, + 224 + ], + [ + 558, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37683", + "ALAND10": 351949133, + "AWATER10": 0, + "GEOID10": "37683", + "ZCTA5CE10": "37683", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 222 + ], + [ + 557, + 220 + ], + [ + 555, + 220 + ], + [ + 555, + 222 + ], + [ + 557, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US37687", + "ALAND10": 218357875, + "AWATER10": 272770, + "GEOID10": "37687", + "ZCTA5CE10": "37687", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 222 + ], + [ + 559, + 220 + ], + [ + 557, + 220 + ], + [ + 557, + 222 + ], + [ + 559, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28611", + "ALAND10": 192642041, + "AWATER10": 0, + "GEOID10": "28611", + "ZCTA5CE10": "28611", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 221 + ], + [ + 559, + 219 + ], + [ + 557, + 219 + ], + [ + 557, + 221 + ], + [ + 559, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28657", + "ALAND10": 414476728, + "AWATER10": 167336, + "GEOID10": "28657", + "ZCTA5CE10": "28657", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 219 + ], + [ + 557, + 217 + ], + [ + 555, + 217 + ], + [ + 555, + 219 + ], + [ + 557, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28762", + "ALAND10": 258314656, + "AWATER10": 495175, + "GEOID10": "28762", + "ZCTA5CE10": "28762", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 219 + ], + [ + 561, + 217 + ], + [ + 559, + 217 + ], + [ + 559, + 219 + ], + [ + 561, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28655", + "ALAND10": 823744701, + "AWATER10": 6471357, + "GEOID10": "28655", + "ZCTA5CE10": "28655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 217 + ], + [ + 554, + 215 + ], + [ + 552, + 215 + ], + [ + 552, + 217 + ], + [ + 554, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28708", + "ALAND10": 126525830, + "AWATER10": 0, + "GEOID10": "28708", + "ZCTA5CE10": "28708", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 213 + ], + [ + 553, + 211 + ], + [ + 551, + 211 + ], + [ + 551, + 213 + ], + [ + 553, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29685", + "ALAND10": 223240094, + "AWATER10": 16903768, + "GEOID10": "29685", + "ZCTA5CE10": "29685", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 216 + ], + [ + 555, + 214 + ], + [ + 553, + 214 + ], + [ + 553, + 216 + ], + [ + 555, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28792", + "ALAND10": 260577461, + "AWATER10": 716641, + "GEOID10": "28792", + "ZCTA5CE10": "28792", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 214 + ], + [ + 555, + 212 + ], + [ + 553, + 212 + ], + [ + 553, + 214 + ], + [ + 555, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29617", + "ALAND10": 60193477, + "AWATER10": 852909, + "GEOID10": "29617", + "ZCTA5CE10": "29617", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 213 + ], + [ + 553, + 211 + ], + [ + 551, + 211 + ], + [ + 551, + 213 + ], + [ + 553, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29672", + "ALAND10": 100486892, + "AWATER10": 35531045, + "GEOID10": "29672", + "ZCTA5CE10": "29672", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 212 + ], + [ + 554, + 210 + ], + [ + 552, + 210 + ], + [ + 552, + 212 + ], + [ + 554, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29621", + "ALAND10": 221794202, + "AWATER10": 4968367, + "GEOID10": "29621", + "ZCTA5CE10": "29621", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 212 + ], + [ + 555, + 210 + ], + [ + 553, + 210 + ], + [ + 553, + 212 + ], + [ + 555, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29669", + "ALAND10": 162249521, + "AWATER10": 1734478, + "GEOID10": "29669", + "ZCTA5CE10": "29669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 211 + ], + [ + 557, + 209 + ], + [ + 555, + 209 + ], + [ + 555, + 211 + ], + [ + 557, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29654", + "ALAND10": 305127474, + "AWATER10": 2000276, + "GEOID10": "29654", + "ZCTA5CE10": "29654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 215 + ], + [ + 557, + 213 + ], + [ + 555, + 213 + ], + [ + 555, + 215 + ], + [ + 557, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29322", + "ALAND10": 151493280, + "AWATER10": 1560980, + "GEOID10": "29322", + "ZCTA5CE10": "29322", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 215 + ], + [ + 559, + 213 + ], + [ + 557, + 213 + ], + [ + 557, + 215 + ], + [ + 559, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29303", + "ALAND10": 80762117, + "AWATER10": 271915, + "GEOID10": "29303", + "ZCTA5CE10": "29303", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 219 + ], + [ + 559, + 217 + ], + [ + 557, + 217 + ], + [ + 557, + 219 + ], + [ + 559, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28018", + "ALAND10": 257317831, + "AWATER10": 179705, + "GEOID10": "28018", + "ZCTA5CE10": "28018", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 215 + ], + [ + 560, + 213 + ], + [ + 558, + 213 + ], + [ + 558, + 215 + ], + [ + 560, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29340", + "ALAND10": 422208430, + "AWATER10": 5114553, + "GEOID10": "29340", + "ZCTA5CE10": "29340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 213 + ], + [ + 557, + 211 + ], + [ + 555, + 211 + ], + [ + 555, + 213 + ], + [ + 557, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29644", + "ALAND10": 212454494, + "AWATER10": 1374613, + "GEOID10": "29644", + "ZCTA5CE10": "29644", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 212 + ], + [ + 558, + 210 + ], + [ + 556, + 210 + ], + [ + 556, + 212 + ], + [ + 558, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29645", + "ALAND10": 277247462, + "AWATER10": 1852544, + "GEOID10": "29645", + "ZCTA5CE10": "29645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 213 + ], + [ + 559, + 211 + ], + [ + 557, + 211 + ], + [ + 557, + 213 + ], + [ + 559, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29374", + "ALAND10": 133944839, + "AWATER10": 733523, + "GEOID10": "29374", + "ZCTA5CE10": "29374", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 212 + ], + [ + 559, + 210 + ], + [ + 557, + 210 + ], + [ + 557, + 212 + ], + [ + 559, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29325", + "ALAND10": 400109073, + "AWATER10": 2009574, + "GEOID10": "29325", + "ZCTA5CE10": "29325", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 209 + ], + [ + 545, + 207 + ], + [ + 543, + 207 + ], + [ + 543, + 209 + ], + [ + 545, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30115", + "ALAND10": 157413432, + "AWATER10": 1849234, + "GEOID10": "30115", + "ZCTA5CE10": "30115", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 208 + ], + [ + 546, + 206 + ], + [ + 544, + 206 + ], + [ + 544, + 208 + ], + [ + 546, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30024", + "ALAND10": 110322952, + "AWATER10": 1811999, + "GEOID10": "30024", + "ZCTA5CE10": "30024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 206 + ], + [ + 546, + 204 + ], + [ + 544, + 204 + ], + [ + 544, + 206 + ], + [ + 546, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30039", + "ALAND10": 64845874, + "AWATER10": 1207157, + "GEOID10": "30039", + "ZCTA5CE10": "30039", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 208 + ], + [ + 548, + 206 + ], + [ + 546, + 206 + ], + [ + 546, + 208 + ], + [ + 548, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30548", + "ALAND10": 100089916, + "AWATER10": 921642, + "GEOID10": "30548", + "ZCTA5CE10": "30548", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 207 + ], + [ + 548, + 205 + ], + [ + 546, + 205 + ], + [ + 546, + 207 + ], + [ + 548, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30656", + "ALAND10": 180869741, + "AWATER10": 1726367, + "GEOID10": "30656", + "ZCTA5CE10": "30656", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 205 + ], + [ + 546, + 203 + ], + [ + 544, + 203 + ], + [ + 544, + 205 + ], + [ + 546, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30252", + "ALAND10": 236400875, + "AWATER10": 3172383, + "GEOID10": "30252", + "ZCTA5CE10": "30252", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 205 + ], + [ + 547, + 203 + ], + [ + 545, + 203 + ], + [ + 545, + 205 + ], + [ + 547, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30016", + "ALAND10": 237297694, + "AWATER10": 3018483, + "GEOID10": "30016", + "ZCTA5CE10": "30016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 204 + ], + [ + 548, + 202 + ], + [ + 546, + 202 + ], + [ + 546, + 204 + ], + [ + 548, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31085", + "ALAND10": 115230347, + "AWATER10": 880475, + "GEOID10": "31085", + "ZCTA5CE10": "31085", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 203 + ], + [ + 548, + 201 + ], + [ + 546, + 201 + ], + [ + 546, + 203 + ], + [ + 548, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31064", + "ALAND10": 653735478, + "AWATER10": 9416659, + "GEOID10": "31064", + "ZCTA5CE10": "31064", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 208 + ], + [ + 550, + 206 + ], + [ + 548, + 206 + ], + [ + 548, + 208 + ], + [ + 550, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30530", + "ALAND10": 202717306, + "AWATER10": 1837118, + "GEOID10": "30530", + "ZCTA5CE10": "30530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 207 + ], + [ + 549, + 205 + ], + [ + 547, + 205 + ], + [ + 547, + 207 + ], + [ + 549, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30606", + "ALAND10": 78923473, + "AWATER10": 1074774, + "GEOID10": "30606", + "ZCTA5CE10": "30606", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 206 + ], + [ + 550, + 204 + ], + [ + 548, + 204 + ], + [ + 548, + 206 + ], + [ + 550, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30650", + "ALAND10": 573232051, + "AWATER10": 7228406, + "GEOID10": "30650", + "ZCTA5CE10": "30650", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 209 + ], + [ + 553, + 207 + ], + [ + 551, + 207 + ], + [ + 551, + 209 + ], + [ + 553, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30643", + "ALAND10": 299395699, + "AWATER10": 55594054, + "GEOID10": "30643", + "ZCTA5CE10": "30643", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 208 + ], + [ + 552, + 206 + ], + [ + 550, + 206 + ], + [ + 550, + 208 + ], + [ + 552, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30635", + "ALAND10": 735510785, + "AWATER10": 58224340, + "GEOID10": "30635", + "ZCTA5CE10": "30635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 204 + ], + [ + 549, + 202 + ], + [ + 547, + 202 + ], + [ + 547, + 204 + ], + [ + 549, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30663", + "ALAND10": 143006997, + "AWATER10": 2461136, + "GEOID10": "30663", + "ZCTA5CE10": "30663", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 206 + ], + [ + 551, + 204 + ], + [ + 549, + 204 + ], + [ + 549, + 206 + ], + [ + 551, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30642", + "ALAND10": 507004637, + "AWATER10": 39491320, + "GEOID10": "30642", + "ZCTA5CE10": "30642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 204 + ], + [ + 551, + 202 + ], + [ + 549, + 202 + ], + [ + 549, + 204 + ], + [ + 551, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31024", + "ALAND10": 869857345, + "AWATER10": 38139658, + "GEOID10": "31024", + "ZCTA5CE10": "31024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 200 + ], + [ + 546, + 198 + ], + [ + 544, + 198 + ], + [ + 544, + 200 + ], + [ + 546, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31097", + "ALAND10": 138532926, + "AWATER10": 1266814, + "GEOID10": "31097", + "ZCTA5CE10": "31097", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 202 + ], + [ + 547, + 200 + ], + [ + 545, + 200 + ], + [ + 545, + 202 + ], + [ + 547, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31029", + "ALAND10": 666268050, + "AWATER10": 1898525, + "GEOID10": "31029", + "ZCTA5CE10": "31029", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 198 + ], + [ + 547, + 196 + ], + [ + 545, + 196 + ], + [ + 545, + 198 + ], + [ + 547, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31078", + "ALAND10": 273514752, + "AWATER10": 1481078, + "GEOID10": "31078", + "ZCTA5CE10": "31078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 198 + ], + [ + 546, + 196 + ], + [ + 544, + 196 + ], + [ + 544, + 198 + ], + [ + 546, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31030", + "ALAND10": 450899974, + "AWATER10": 3472627, + "GEOID10": "31030", + "ZCTA5CE10": "31030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 193 + ], + [ + 545, + 191 + ], + [ + 543, + 191 + ], + [ + 543, + 193 + ], + [ + 545, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31719", + "ALAND10": 243681644, + "AWATER10": 2142439, + "GEOID10": "31719", + "ZCTA5CE10": "31719", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 195 + ], + [ + 546, + 193 + ], + [ + 544, + 193 + ], + [ + 544, + 195 + ], + [ + 546, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31709", + "ALAND10": 329057529, + "AWATER10": 4951345, + "GEOID10": "31709", + "ZCTA5CE10": "31709", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 197 + ], + [ + 549, + 195 + ], + [ + 547, + 195 + ], + [ + 547, + 197 + ], + [ + 549, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31069", + "ALAND10": 249797383, + "AWATER10": 2390024, + "GEOID10": "31069", + "ZCTA5CE10": "31069", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 194 + ], + [ + 547, + 192 + ], + [ + 545, + 192 + ], + [ + 545, + 194 + ], + [ + 547, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31092", + "ALAND10": 485928256, + "AWATER10": 4732310, + "GEOID10": "31092", + "ZCTA5CE10": "31092", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 200 + ], + [ + 548, + 198 + ], + [ + 546, + 198 + ], + [ + 546, + 200 + ], + [ + 548, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31211", + "ALAND10": 127410514, + "AWATER10": 603766, + "GEOID10": "31211", + "ZCTA5CE10": "31211", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 199 + ], + [ + 550, + 197 + ], + [ + 548, + 197 + ], + [ + 548, + 199 + ], + [ + 550, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31031", + "ALAND10": 345140142, + "AWATER10": 2664929, + "GEOID10": "31031", + "ZCTA5CE10": "31031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 201 + ], + [ + 551, + 199 + ], + [ + 549, + 199 + ], + [ + 549, + 201 + ], + [ + 551, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31090", + "ALAND10": 377212481, + "AWATER10": 3584886, + "GEOID10": "31090", + "ZCTA5CE10": "31090", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 198 + ], + [ + 551, + 196 + ], + [ + 549, + 196 + ], + [ + 549, + 198 + ], + [ + 551, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31003", + "ALAND10": 11977905, + "AWATER10": 0, + "GEOID10": "31003", + "ZCTA5CE10": "31003", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 197 + ], + [ + 548, + 195 + ], + [ + 546, + 195 + ], + [ + 546, + 197 + ], + [ + 548, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31036", + "ALAND10": 653188721, + "AWATER10": 5544969, + "GEOID10": "31036", + "ZCTA5CE10": "31036", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 193 + ], + [ + 550, + 191 + ], + [ + 548, + 191 + ], + [ + 548, + 193 + ], + [ + 550, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31079", + "ALAND10": 289717270, + "AWATER10": 2607242, + "GEOID10": "31079", + "ZCTA5CE10": "31079", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 194 + ], + [ + 552, + 192 + ], + [ + 550, + 192 + ], + [ + 550, + 194 + ], + [ + 552, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31060", + "ALAND10": 263634564, + "AWATER10": 2992209, + "GEOID10": "31060", + "ZCTA5CE10": "31060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 209 + ], + [ + 553, + 207 + ], + [ + 551, + 207 + ], + [ + 551, + 209 + ], + [ + 553, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30634", + "ALAND10": 124719249, + "AWATER10": 845397, + "GEOID10": "30634", + "ZCTA5CE10": "30634", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 207 + ], + [ + 552, + 205 + ], + [ + 550, + 205 + ], + [ + 550, + 207 + ], + [ + 552, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30648", + "ALAND10": 218308899, + "AWATER10": 1311170, + "GEOID10": "30648", + "ZCTA5CE10": "30648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 206 + ], + [ + 553, + 204 + ], + [ + 551, + 204 + ], + [ + 551, + 206 + ], + [ + 553, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30673", + "ALAND10": 679338836, + "AWATER10": 5877012, + "GEOID10": "30673", + "ZCTA5CE10": "30673", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 206 + ], + [ + 551, + 204 + ], + [ + 549, + 204 + ], + [ + 549, + 206 + ], + [ + 551, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30669", + "ALAND10": 322114652, + "AWATER10": 1083710, + "GEOID10": "30669", + "ZCTA5CE10": "30669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 203 + ], + [ + 552, + 202 + ], + [ + 552, + 200 + ], + [ + 550, + 201 + ], + [ + 551, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31087", + "ALAND10": 1201184826, + "AWATER10": 21431817, + "GEOID10": "31087", + "ZCTA5CE10": "31087", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 201 + ], + [ + 554, + 199 + ], + [ + 552, + 199 + ], + [ + 552, + 201 + ], + [ + 554, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31094", + "ALAND10": 279569496, + "AWATER10": 2371134, + "GEOID10": "31094", + "ZCTA5CE10": "31094", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 207 + ], + [ + 555, + 205 + ], + [ + 553, + 205 + ], + [ + 553, + 207 + ], + [ + 555, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30817", + "ALAND10": 498864156, + "AWATER10": 105850232, + "GEOID10": "30817", + "ZCTA5CE10": "30817", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 203 + ], + [ + 553, + 201 + ], + [ + 551, + 201 + ], + [ + 551, + 203 + ], + [ + 553, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30828", + "ALAND10": 351508915, + "AWATER10": 3491815, + "GEOID10": "30828", + "ZCTA5CE10": "30828", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 201 + ], + [ + 556, + 199 + ], + [ + 554, + 199 + ], + [ + 554, + 201 + ], + [ + 556, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30816", + "ALAND10": 338603351, + "AWATER10": 2261730, + "GEOID10": "30816", + "ZCTA5CE10": "30816", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 207 + ], + [ + 558, + 205 + ], + [ + 556, + 205 + ], + [ + 556, + 207 + ], + [ + 558, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29666", + "ALAND10": 319774303, + "AWATER10": 9273692, + "GEOID10": "29666", + "ZCTA5CE10": "29666", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 206 + ], + [ + 557, + 204 + ], + [ + 555, + 204 + ], + [ + 555, + 206 + ], + [ + 557, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29838", + "ALAND10": 75890733, + "AWATER10": 8896700, + "GEOID10": "29838", + "ZCTA5CE10": "29838", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 208 + ], + [ + 558, + 206 + ], + [ + 556, + 206 + ], + [ + 556, + 208 + ], + [ + 558, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29138", + "ALAND10": 572846599, + "AWATER10": 5821980, + "GEOID10": "29138", + "ZCTA5CE10": "29138", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 206 + ], + [ + 560, + 204 + ], + [ + 558, + 204 + ], + [ + 558, + 206 + ], + [ + 560, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29847", + "ALAND10": 235286525, + "AWATER10": 2741895, + "GEOID10": "29847", + "ZCTA5CE10": "29847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 205 + ], + [ + 557, + 203 + ], + [ + 555, + 203 + ], + [ + 555, + 205 + ], + [ + 557, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29824", + "ALAND10": 579905638, + "AWATER10": 2867599, + "GEOID10": "29824", + "ZCTA5CE10": "29824", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 202 + ], + [ + 558, + 200 + ], + [ + 556, + 200 + ], + [ + 556, + 202 + ], + [ + 558, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30815", + "ALAND10": 338460687, + "AWATER10": 1431177, + "GEOID10": "30815", + "ZCTA5CE10": "30815", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 204 + ], + [ + 559, + 202 + ], + [ + 557, + 202 + ], + [ + 557, + 204 + ], + [ + 559, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29803", + "ALAND10": 493130666, + "AWATER10": 1908532, + "GEOID10": "29803", + "ZCTA5CE10": "29803", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 200 + ], + [ + 554, + 198 + ], + [ + 552, + 198 + ], + [ + 552, + 200 + ], + [ + 554, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31089", + "ALAND10": 397299972, + "AWATER10": 2845287, + "GEOID10": "31089", + "ZCTA5CE10": "31089", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 195 + ], + [ + 553, + 193 + ], + [ + 551, + 193 + ], + [ + 551, + 195 + ], + [ + 553, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31021", + "ALAND10": 620124444, + "AWATER10": 7481896, + "GEOID10": "31021", + "ZCTA5CE10": "31021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 201 + ], + [ + 555, + 199 + ], + [ + 553, + 199 + ], + [ + 553, + 201 + ], + [ + 555, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30413", + "ALAND10": 319812241, + "AWATER10": 2238725, + "GEOID10": "30413", + "ZCTA5CE10": "30413", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 199 + ], + [ + 555, + 197 + ], + [ + 553, + 197 + ], + [ + 553, + 199 + ], + [ + 555, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31096", + "ALAND10": 442376779, + "AWATER10": 3970188, + "GEOID10": "31096", + "ZCTA5CE10": "31096", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 196 + ], + [ + 554, + 194 + ], + [ + 552, + 194 + ], + [ + 552, + 196 + ], + [ + 554, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30428", + "ALAND10": 385441618, + "AWATER10": 7050136, + "GEOID10": "30428", + "ZCTA5CE10": "30428", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 196 + ], + [ + 554, + 194 + ], + [ + 552, + 194 + ], + [ + 552, + 196 + ], + [ + 554, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30457", + "ALAND10": 458070898, + "AWATER10": 6924839, + "GEOID10": "30457", + "ZCTA5CE10": "30457", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 196 + ], + [ + 555, + 194 + ], + [ + 553, + 194 + ], + [ + 553, + 196 + ], + [ + 555, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30470", + "ALAND10": 75404737, + "AWATER10": 706753, + "GEOID10": "30470", + "ZCTA5CE10": "30470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 197 + ], + [ + 556, + 195 + ], + [ + 554, + 195 + ], + [ + 554, + 197 + ], + [ + 556, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30436", + "ALAND10": 731620604, + "AWATER10": 14023878, + "GEOID10": "30436", + "ZCTA5CE10": "30436", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 201 + ], + [ + 560, + 199 + ], + [ + 558, + 199 + ], + [ + 558, + 201 + ], + [ + 560, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30830", + "ALAND10": 931628225, + "AWATER10": 7891944, + "GEOID10": "30830", + "ZCTA5CE10": "30830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 197 + ], + [ + 556, + 195 + ], + [ + 554, + 195 + ], + [ + 554, + 197 + ], + [ + 556, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30401", + "ALAND10": 654878771, + "AWATER10": 7859967, + "GEOID10": "30401", + "ZCTA5CE10": "30401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 198 + ], + [ + 559, + 196 + ], + [ + 557, + 196 + ], + [ + 557, + 198 + ], + [ + 559, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30442", + "ALAND10": 806910444, + "AWATER10": 12601093, + "GEOID10": "30442", + "ZCTA5CE10": "30442", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 198 + ], + [ + 559, + 196 + ], + [ + 557, + 196 + ], + [ + 557, + 198 + ], + [ + 559, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30425", + "ALAND10": 185358482, + "AWATER10": 2987710, + "GEOID10": "30425", + "ZCTA5CE10": "30425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 200 + ], + [ + 560, + 197 + ], + [ + 559, + 196 + ], + [ + 558, + 198 + ], + [ + 559, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30467", + "ALAND10": 1338919981, + "AWATER10": 20455148, + "GEOID10": "30467", + "ZCTA5CE10": "30467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 196 + ], + [ + 558, + 194 + ], + [ + 556, + 194 + ], + [ + 556, + 196 + ], + [ + 558, + 196 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30439", + "ALAND10": 627127137, + "AWATER10": 14725569, + "GEOID10": "30439", + "ZCTA5CE10": "30439", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 194 + ], + [ + 559, + 192 + ], + [ + 557, + 192 + ], + [ + 557, + 194 + ], + [ + 559, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30417", + "ALAND10": 447105384, + "AWATER10": 10270303, + "GEOID10": "30417", + "ZCTA5CE10": "30417", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 192 + ], + [ + 559, + 190 + ], + [ + 557, + 190 + ], + [ + 557, + 192 + ], + [ + 559, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30427", + "ALAND10": 618878522, + "AWATER10": 8927123, + "GEOID10": "30427", + "ZCTA5CE10": "30427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 224 + ], + [ + 562, + 222 + ], + [ + 560, + 222 + ], + [ + 560, + 224 + ], + [ + 562, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28640", + "ALAND10": 100621350, + "AWATER10": 1255527, + "GEOID10": "28640", + "ZCTA5CE10": "28640", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 222 + ], + [ + 560, + 220 + ], + [ + 558, + 220 + ], + [ + 558, + 222 + ], + [ + 560, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28645", + "ALAND10": 854491955, + "AWATER10": 1120147, + "GEOID10": "28645", + "ZCTA5CE10": "28645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 226 + ], + [ + 564, + 224 + ], + [ + 562, + 224 + ], + [ + 562, + 226 + ], + [ + 564, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24348", + "ALAND10": 274666222, + "AWATER10": 2984057, + "GEOID10": "24348", + "ZCTA5CE10": "24348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 224 + ], + [ + 564, + 222 + ], + [ + 562, + 222 + ], + [ + 562, + 224 + ], + [ + 564, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28676", + "ALAND10": 74062760, + "AWATER10": 358858, + "GEOID10": "28676", + "ZCTA5CE10": "28676", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 222 + ], + [ + 562, + 220 + ], + [ + 560, + 220 + ], + [ + 560, + 222 + ], + [ + 562, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28659", + "ALAND10": 264193449, + "AWATER10": 11719, + "GEOID10": "28659", + "ZCTA5CE10": "28659", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 217 + ], + [ + 560, + 215 + ], + [ + 558, + 215 + ], + [ + 558, + 217 + ], + [ + 560, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28090", + "ALAND10": 242854391, + "AWATER10": 703018, + "GEOID10": "28090", + "ZCTA5CE10": "28090", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 222 + ], + [ + 562, + 220 + ], + [ + 560, + 220 + ], + [ + 560, + 222 + ], + [ + 562, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28654", + "ALAND10": 162768162, + "AWATER10": 42545, + "GEOID10": "28654", + "ZCTA5CE10": "28654", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 221 + ], + [ + 565, + 219 + ], + [ + 563, + 219 + ], + [ + 563, + 221 + ], + [ + 565, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28625", + "ALAND10": 507007115, + "AWATER10": 3254048, + "GEOID10": "28625", + "ZCTA5CE10": "28625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 226 + ], + [ + 567, + 224 + ], + [ + 565, + 224 + ], + [ + 565, + 226 + ], + [ + 567, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24053", + "ALAND10": 142067202, + "AWATER10": 112842, + "GEOID10": "24053", + "ZCTA5CE10": "24053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 222 + ], + [ + 565, + 220 + ], + [ + 563, + 220 + ], + [ + 563, + 222 + ], + [ + 565, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27011", + "ALAND10": 137710664, + "AWATER10": 1413828, + "GEOID10": "27011", + "ZCTA5CE10": "27011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 227 + ], + [ + 569, + 225 + ], + [ + 567, + 225 + ], + [ + 567, + 227 + ], + [ + 569, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24171", + "ALAND10": 517167655, + "AWATER10": 1270993, + "GEOID10": "24171", + "ZCTA5CE10": "24171", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 223 + ], + [ + 569, + 221 + ], + [ + 567, + 221 + ], + [ + 567, + 223 + ], + [ + 569, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27052", + "ALAND10": 271483967, + "AWATER10": 8837288, + "GEOID10": "27052", + "ZCTA5CE10": "27052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 222 + ], + [ + 565, + 220 + ], + [ + 563, + 220 + ], + [ + 563, + 222 + ], + [ + 565, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28689", + "ALAND10": 115744835, + "AWATER10": 436308, + "GEOID10": "28689", + "ZCTA5CE10": "28689", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 219 + ], + [ + 565, + 217 + ], + [ + 563, + 217 + ], + [ + 563, + 219 + ], + [ + 565, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28115", + "ALAND10": 190924281, + "AWATER10": 424539, + "GEOID10": "28115", + "ZCTA5CE10": "28115", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 220 + ], + [ + 567, + 218 + ], + [ + 565, + 218 + ], + [ + 565, + 220 + ], + [ + 567, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27006", + "ALAND10": 165428090, + "AWATER10": 2643969, + "GEOID10": "27006", + "ZCTA5CE10": "27006", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 221 + ], + [ + 568, + 219 + ], + [ + 566, + 219 + ], + [ + 566, + 221 + ], + [ + 568, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27012", + "ALAND10": 108616273, + "AWATER10": 1668390, + "GEOID10": "27012", + "ZCTA5CE10": "27012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 217 + ], + [ + 561, + 215 + ], + [ + 559, + 215 + ], + [ + 559, + 217 + ], + [ + 561, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28150", + "ALAND10": 277527544, + "AWATER10": 3031881, + "GEOID10": "28150", + "ZCTA5CE10": "28150", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 216 + ], + [ + 562, + 214 + ], + [ + 560, + 214 + ], + [ + 560, + 216 + ], + [ + 562, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28016", + "ALAND10": 111333102, + "AWATER10": 1025770, + "GEOID10": "28016", + "ZCTA5CE10": "28016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 218 + ], + [ + 564, + 216 + ], + [ + 562, + 216 + ], + [ + 562, + 218 + ], + [ + 564, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28080", + "ALAND10": 102265893, + "AWATER10": 358592, + "GEOID10": "28080", + "ZCTA5CE10": "28080", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 214 + ], + [ + 562, + 212 + ], + [ + 560, + 212 + ], + [ + 560, + 214 + ], + [ + 562, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29745", + "ALAND10": 350023205, + "AWATER10": 11200141, + "GEOID10": "29745", + "ZCTA5CE10": "29745", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 214 + ], + [ + 564, + 212 + ], + [ + 562, + 212 + ], + [ + 562, + 214 + ], + [ + 564, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29715", + "ALAND10": 87682938, + "AWATER10": 2401663, + "GEOID10": "29715", + "ZCTA5CE10": "29715", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 211 + ], + [ + 561, + 209 + ], + [ + 559, + 209 + ], + [ + 559, + 211 + ], + [ + 561, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29031", + "ALAND10": 316790441, + "AWATER10": 1631626, + "GEOID10": "29031", + "ZCTA5CE10": "29031", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 211 + ], + [ + 562, + 209 + ], + [ + 560, + 209 + ], + [ + 560, + 211 + ], + [ + 562, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29014", + "ALAND10": 426284230, + "AWATER10": 363176, + "GEOID10": "29014", + "ZCTA5CE10": "29014", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 218 + ], + [ + 565, + 216 + ], + [ + 563, + 216 + ], + [ + 563, + 218 + ], + [ + 565, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28027", + "ALAND10": 177765625, + "AWATER10": 5072018, + "GEOID10": "28027", + "ZCTA5CE10": "28027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 216 + ], + [ + 565, + 214 + ], + [ + 563, + 214 + ], + [ + 563, + 216 + ], + [ + 565, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28227", + "ALAND10": 100279594, + "AWATER10": 803879, + "GEOID10": "28227", + "ZCTA5CE10": "28227", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 214 + ], + [ + 565, + 212 + ], + [ + 563, + 212 + ], + [ + 563, + 214 + ], + [ + 565, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28112", + "ALAND10": 342663472, + "AWATER10": 3951543, + "GEOID10": "28112", + "ZCTA5CE10": "28112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 217 + ], + [ + 567, + 215 + ], + [ + 565, + 215 + ], + [ + 565, + 217 + ], + [ + 567, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28097", + "ALAND10": 78720700, + "AWATER10": 0, + "GEOID10": "28097", + "ZCTA5CE10": "28097", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 214 + ], + [ + 568, + 212 + ], + [ + 566, + 212 + ], + [ + 566, + 214 + ], + [ + 568, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28135", + "ALAND10": 259054458, + "AWATER10": 178574, + "GEOID10": "28135", + "ZCTA5CE10": "28135", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 212 + ], + [ + 566, + 210 + ], + [ + 564, + 210 + ], + [ + 564, + 212 + ], + [ + 566, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29720", + "ALAND10": 734528439, + "AWATER10": 10686568, + "GEOID10": "29720", + "ZCTA5CE10": "29720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 208 + ], + [ + 567, + 206 + ], + [ + 565, + 206 + ], + [ + 565, + 208 + ], + [ + 567, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29020", + "ALAND10": 589169142, + "AWATER10": 14122443, + "GEOID10": "29020", + "ZCTA5CE10": "29020", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 213 + ], + [ + 566, + 211 + ], + [ + 564, + 211 + ], + [ + 564, + 213 + ], + [ + 566, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29728", + "ALAND10": 250923891, + "AWATER10": 862651, + "GEOID10": "29728", + "ZCTA5CE10": "29728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 209 + ], + [ + 567, + 207 + ], + [ + 565, + 207 + ], + [ + 565, + 209 + ], + [ + 567, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29032", + "ALAND10": 204589681, + "AWATER10": 787930, + "GEOID10": "29032", + "ZCTA5CE10": "29032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 224 + ], + [ + 569, + 222 + ], + [ + 567, + 222 + ], + [ + 567, + 224 + ], + [ + 569, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27046", + "ALAND10": 105528892, + "AWATER10": 336500, + "GEOID10": "27046", + "ZCTA5CE10": "27046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 223 + ], + [ + 570, + 221 + ], + [ + 568, + 221 + ], + [ + 568, + 223 + ], + [ + 570, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27357", + "ALAND10": 109748086, + "AWATER10": 4552460, + "GEOID10": "27357", + "ZCTA5CE10": "27357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 222 + ], + [ + 571, + 220 + ], + [ + 569, + 220 + ], + [ + 569, + 222 + ], + [ + 571, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27408", + "ALAND10": 19762006, + "AWATER10": 351589, + "GEOID10": "27408", + "ZCTA5CE10": "27408", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 223 + ], + [ + 572, + 221 + ], + [ + 570, + 221 + ], + [ + 570, + 223 + ], + [ + 572, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27301", + "ALAND10": 86359649, + "AWATER10": 1004090, + "GEOID10": "27301", + "ZCTA5CE10": "27301", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 221 + ], + [ + 569, + 219 + ], + [ + 567, + 219 + ], + [ + 567, + 221 + ], + [ + 569, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27360", + "ALAND10": 228272399, + "AWATER10": 1091834, + "GEOID10": "27360", + "ZCTA5CE10": "27360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 218 + ], + [ + 569, + 216 + ], + [ + 567, + 216 + ], + [ + 567, + 218 + ], + [ + 569, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27205", + "ALAND10": 579454850, + "AWATER10": 3353329, + "GEOID10": "27205", + "ZCTA5CE10": "27205", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 219 + ], + [ + 570, + 217 + ], + [ + 568, + 217 + ], + [ + 568, + 219 + ], + [ + 570, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27239", + "ALAND10": 390816368, + "AWATER10": 6773510, + "GEOID10": "27239", + "ZCTA5CE10": "27239", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 217 + ], + [ + 571, + 215 + ], + [ + 569, + 215 + ], + [ + 569, + 217 + ], + [ + 571, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27356", + "ALAND10": 145999683, + "AWATER10": 153992, + "GEOID10": "27356", + "ZCTA5CE10": "27356", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 225 + ], + [ + 573, + 223 + ], + [ + 571, + 223 + ], + [ + 571, + 225 + ], + [ + 573, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27212", + "ALAND10": 125470447, + "AWATER10": 333393, + "GEOID10": "27212", + "ZCTA5CE10": "27212", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 225 + ], + [ + 575, + 223 + ], + [ + 573, + 223 + ], + [ + 573, + 225 + ], + [ + 575, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27291", + "ALAND10": 131417543, + "AWATER10": 4495225, + "GEOID10": "27291", + "ZCTA5CE10": "27291", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 224 + ], + [ + 574, + 222 + ], + [ + 572, + 222 + ], + [ + 572, + 224 + ], + [ + 574, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27574", + "ALAND10": 486000667, + "AWATER10": 13991143, + "GEOID10": "27574", + "ZCTA5CE10": "27574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 223 + ], + [ + 575, + 221 + ], + [ + 573, + 221 + ], + [ + 573, + 223 + ], + [ + 575, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27583", + "ALAND10": 119943885, + "AWATER10": 374184, + "GEOID10": "27583", + "ZCTA5CE10": "27583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 222 + ], + [ + 573, + 220 + ], + [ + 571, + 220 + ], + [ + 571, + 222 + ], + [ + 573, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27253", + "ALAND10": 228205173, + "AWATER10": 4870915, + "GEOID10": "27253", + "ZCTA5CE10": "27253", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 218 + ], + [ + 573, + 216 + ], + [ + 571, + 216 + ], + [ + 571, + 218 + ], + [ + 573, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27330", + "ALAND10": 532667658, + "AWATER10": 7304399, + "GEOID10": "27330", + "ZCTA5CE10": "27330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 221 + ], + [ + 575, + 219 + ], + [ + 573, + 219 + ], + [ + 573, + 221 + ], + [ + 575, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27517", + "ALAND10": 119033581, + "AWATER10": 14982366, + "GEOID10": "27517", + "ZCTA5CE10": "27517", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 219 + ], + [ + 575, + 217 + ], + [ + 573, + 217 + ], + [ + 573, + 219 + ], + [ + 575, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27312", + "ALAND10": 439899174, + "AWATER10": 17126703, + "GEOID10": "27312", + "ZCTA5CE10": "27312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 217 + ], + [ + 570, + 215 + ], + [ + 568, + 215 + ], + [ + 568, + 217 + ], + [ + 570, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27306", + "ALAND10": 453920989, + "AWATER10": 8981844, + "GEOID10": "27306", + "ZCTA5CE10": "27306", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 217 + ], + [ + 570, + 215 + ], + [ + 568, + 215 + ], + [ + 568, + 217 + ], + [ + 570, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27229", + "ALAND10": 228263670, + "AWATER10": 397789, + "GEOID10": "27229", + "ZCTA5CE10": "27229", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 217 + ], + [ + 572, + 215 + ], + [ + 570, + 215 + ], + [ + 570, + 217 + ], + [ + 572, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27242", + "ALAND10": 139720259, + "AWATER10": 628123, + "GEOID10": "27242", + "ZCTA5CE10": "27242", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 214 + ], + [ + 572, + 212 + ], + [ + 570, + 212 + ], + [ + 570, + 214 + ], + [ + 572, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28345", + "ALAND10": 183631631, + "AWATER10": 1051438, + "GEOID10": "28345", + "ZCTA5CE10": "28345", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 214 + ], + [ + 570, + 212 + ], + [ + 568, + 212 + ], + [ + 568, + 214 + ], + [ + 570, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28119", + "ALAND10": 170941480, + "AWATER10": 831448, + "GEOID10": "28119", + "ZCTA5CE10": "28119", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 209 + ], + [ + 571, + 207 + ], + [ + 569, + 207 + ], + [ + 569, + 209 + ], + [ + 571, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29540", + "ALAND10": 285976007, + "AWATER10": 3405845, + "GEOID10": "29540", + "ZCTA5CE10": "29540", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 213 + ], + [ + 572, + 211 + ], + [ + 570, + 211 + ], + [ + 570, + 213 + ], + [ + 572, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28343", + "ALAND10": 46270058, + "AWATER10": 68104, + "GEOID10": "28343", + "ZCTA5CE10": "28343", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 210 + ], + [ + 571, + 208 + ], + [ + 569, + 208 + ], + [ + 569, + 210 + ], + [ + 571, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29512", + "ALAND10": 561324900, + "AWATER10": 7141321, + "GEOID10": "29512", + "ZCTA5CE10": "29512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 210 + ], + [ + 574, + 208 + ], + [ + 572, + 208 + ], + [ + 572, + 210 + ], + [ + 574, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29536", + "ALAND10": 336581614, + "AWATER10": 870605, + "GEOID10": "29536", + "ZCTA5CE10": "29536", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 214 + ], + [ + 574, + 212 + ], + [ + 572, + 212 + ], + [ + 572, + 214 + ], + [ + 574, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28357", + "ALAND10": 91734704, + "AWATER10": 168251, + "GEOID10": "28357", + "ZCTA5CE10": "28357", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 216 + ], + [ + 576, + 214 + ], + [ + 574, + 214 + ], + [ + 574, + 216 + ], + [ + 576, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28311", + "ALAND10": 97157580, + "AWATER10": 1331817, + "GEOID10": "28311", + "ZCTA5CE10": "28311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 214 + ], + [ + 575, + 212 + ], + [ + 573, + 212 + ], + [ + 573, + 214 + ], + [ + 575, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28371", + "ALAND10": 89946062, + "AWATER10": 762112, + "GEOID10": "28371", + "ZCTA5CE10": "28371", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 213 + ], + [ + 574, + 211 + ], + [ + 572, + 211 + ], + [ + 572, + 213 + ], + [ + 574, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28364", + "ALAND10": 350043857, + "AWATER10": 1613121, + "GEOID10": "28364", + "ZCTA5CE10": "28364", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 212 + ], + [ + 573, + 210 + ], + [ + 571, + 210 + ], + [ + 571, + 212 + ], + [ + 573, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28383", + "ALAND10": 270156327, + "AWATER10": 18698, + "GEOID10": "28383", + "ZCTA5CE10": "28383", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 212 + ], + [ + 576, + 210 + ], + [ + 574, + 210 + ], + [ + 574, + 212 + ], + [ + 576, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28358", + "ALAND10": 517130622, + "AWATER10": 986008, + "GEOID10": "28358", + "ZCTA5CE10": "28358", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 211 + ], + [ + 578, + 209 + ], + [ + 576, + 209 + ], + [ + 576, + 211 + ], + [ + 578, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28433", + "ALAND10": 290212962, + "AWATER10": 465999, + "GEOID10": "28433", + "ZCTA5CE10": "28433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 208 + ], + [ + 563, + 206 + ], + [ + 561, + 206 + ], + [ + 561, + 208 + ], + [ + 563, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29212", + "ALAND10": 58485163, + "AWATER10": 23820634, + "GEOID10": "29212", + "ZCTA5CE10": "29212", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 211 + ], + [ + 564, + 209 + ], + [ + 562, + 209 + ], + [ + 562, + 211 + ], + [ + 564, + 211 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29180", + "ALAND10": 789924422, + "AWATER10": 11530061, + "GEOID10": "29180", + "ZCTA5CE10": "29180", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 209 + ], + [ + 565, + 207 + ], + [ + 563, + 207 + ], + [ + 563, + 209 + ], + [ + 565, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29016", + "ALAND10": 223096207, + "AWATER10": 1628106, + "GEOID10": "29016", + "ZCTA5CE10": "29016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 206 + ], + [ + 564, + 204 + ], + [ + 562, + 204 + ], + [ + 562, + 206 + ], + [ + 564, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29053", + "ALAND10": 210291664, + "AWATER10": 2721677, + "GEOID10": "29053", + "ZCTA5CE10": "29053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 206 + ], + [ + 562, + 204 + ], + [ + 560, + 204 + ], + [ + 560, + 206 + ], + [ + 562, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29123", + "ALAND10": 178911572, + "AWATER10": 724624, + "GEOID10": "29123", + "ZCTA5CE10": "29123", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 201 + ], + [ + 562, + 199 + ], + [ + 560, + 199 + ], + [ + 560, + 201 + ], + [ + 562, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29812", + "ALAND10": 716337750, + "AWATER10": 17010433, + "GEOID10": "29812", + "ZCTA5CE10": "29812", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 205 + ], + [ + 564, + 203 + ], + [ + 562, + 203 + ], + [ + 562, + 205 + ], + [ + 564, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29112", + "ALAND10": 300184756, + "AWATER10": 1415863, + "GEOID10": "29112", + "ZCTA5CE10": "29112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 203 + ], + [ + 563, + 201 + ], + [ + 561, + 201 + ], + [ + 561, + 203 + ], + [ + 563, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29042", + "ALAND10": 169266819, + "AWATER10": 1776015, + "GEOID10": "29042", + "ZCTA5CE10": "29042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 202 + ], + [ + 564, + 200 + ], + [ + 562, + 200 + ], + [ + 562, + 202 + ], + [ + 564, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29038", + "ALAND10": 207859916, + "AWATER10": 859809, + "GEOID10": "29038", + "ZCTA5CE10": "29038", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 207 + ], + [ + 565, + 205 + ], + [ + 563, + 205 + ], + [ + 563, + 207 + ], + [ + 565, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29052", + "ALAND10": 148530453, + "AWATER10": 790922, + "GEOID10": "29052", + "ZCTA5CE10": "29052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 210 + ], + [ + 568, + 208 + ], + [ + 566, + 208 + ], + [ + 566, + 210 + ], + [ + 568, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29010", + "ALAND10": 534718877, + "AWATER10": 1566719, + "GEOID10": "29010", + "ZCTA5CE10": "29010", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 207 + ], + [ + 567, + 205 + ], + [ + 565, + 205 + ], + [ + 565, + 207 + ], + [ + 567, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29150", + "ALAND10": 111328515, + "AWATER10": 1171912, + "GEOID10": "29150", + "ZCTA5CE10": "29150", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 204 + ], + [ + 566, + 202 + ], + [ + 564, + 202 + ], + [ + 564, + 204 + ], + [ + 566, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29030", + "ALAND10": 235079192, + "AWATER10": 10288162, + "GEOID10": "29030", + "ZCTA5CE10": "29030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 203 + ], + [ + 565, + 201 + ], + [ + 563, + 201 + ], + [ + 563, + 203 + ], + [ + 565, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29432", + "ALAND10": 303280686, + "AWATER10": 508033, + "GEOID10": "29432", + "ZCTA5CE10": "29432", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 206 + ], + [ + 566, + 204 + ], + [ + 564, + 204 + ], + [ + 564, + 206 + ], + [ + 566, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29125", + "ALAND10": 274372877, + "AWATER10": 50549319, + "GEOID10": "29125", + "ZCTA5CE10": "29125", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 203 + ], + [ + 566, + 201 + ], + [ + 564, + 201 + ], + [ + 564, + 203 + ], + [ + 566, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29059", + "ALAND10": 287521689, + "AWATER10": 1364230, + "GEOID10": "29059", + "ZCTA5CE10": "29059", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 201 + ], + [ + 562, + 199 + ], + [ + 560, + 199 + ], + [ + 560, + 201 + ], + [ + 562, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29810", + "ALAND10": 315369050, + "AWATER10": 3605285, + "GEOID10": "29810", + "ZCTA5CE10": "29810", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 197 + ], + [ + 563, + 195 + ], + [ + 561, + 195 + ], + [ + 561, + 197 + ], + [ + 563, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31303", + "ALAND10": 210726347, + "AWATER10": 4234683, + "GEOID10": "31303", + "ZCTA5CE10": "31303", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 199 + ], + [ + 562, + 197 + ], + [ + 560, + 197 + ], + [ + 560, + 199 + ], + [ + 562, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29911", + "ALAND10": 194694396, + "AWATER10": 679021, + "GEOID10": "29911", + "ZCTA5CE10": "29911", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 200 + ], + [ + 564, + 198 + ], + [ + 562, + 198 + ], + [ + 562, + 200 + ], + [ + 564, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29945", + "ALAND10": 568000306, + "AWATER10": 27607914, + "GEOID10": "29945", + "ZCTA5CE10": "29945", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 197 + ], + [ + 561, + 195 + ], + [ + 559, + 195 + ], + [ + 559, + 197 + ], + [ + 561, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30415", + "ALAND10": 417145162, + "AWATER10": 4059548, + "GEOID10": "30415", + "ZCTA5CE10": "30415", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 195 + ], + [ + 562, + 193 + ], + [ + 560, + 193 + ], + [ + 560, + 195 + ], + [ + 562, + 195 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31408", + "ALAND10": 63374532, + "AWATER10": 684382, + "GEOID10": "31408", + "ZCTA5CE10": "31408", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 198 + ], + [ + 563, + 196 + ], + [ + 561, + 196 + ], + [ + 561, + 198 + ], + [ + 563, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29936", + "ALAND10": 614885076, + "AWATER10": 14119468, + "GEOID10": "29936", + "ZCTA5CE10": "29936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 197 + ], + [ + 563, + 195 + ], + [ + 561, + 195 + ], + [ + 561, + 197 + ], + [ + 563, + 197 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29927", + "ALAND10": 507724709, + "AWATER10": 21443493, + "GEOID10": "29927", + "ZCTA5CE10": "29927", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 199 + ], + [ + 566, + 197 + ], + [ + 564, + 197 + ], + [ + 564, + 199 + ], + [ + 566, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29488", + "ALAND10": 595901821, + "AWATER10": 1509771, + "GEOID10": "29488", + "ZCTA5CE10": "29488", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 199 + ], + [ + 566, + 197 + ], + [ + 564, + 197 + ], + [ + 564, + 199 + ], + [ + 566, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29446", + "ALAND10": 439557200, + "AWATER10": 61246359, + "GEOID10": "29446", + "ZCTA5CE10": "29446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 199 + ], + [ + 567, + 197 + ], + [ + 565, + 197 + ], + [ + 565, + 199 + ], + [ + 567, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29426", + "ALAND10": 174323948, + "AWATER10": 1264283, + "GEOID10": "29426", + "ZCTA5CE10": "29426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 198 + ], + [ + 565, + 196 + ], + [ + 563, + 196 + ], + [ + 563, + 198 + ], + [ + 565, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29941", + "ALAND10": 43852130, + "AWATER10": 8096230, + "GEOID10": "29941", + "ZCTA5CE10": "29941", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 198 + ], + [ + 567, + 196 + ], + [ + 565, + 196 + ], + [ + 565, + 198 + ], + [ + 567, + 198 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29438", + "ALAND10": 194541246, + "AWATER10": 47744004, + "GEOID10": "29438", + "ZCTA5CE10": "29438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 208 + ], + [ + 570, + 206 + ], + [ + 568, + 206 + ], + [ + 568, + 208 + ], + [ + 570, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29501", + "ALAND10": 139068384, + "AWATER10": 1236731, + "GEOID10": "29501", + "ZCTA5CE10": "29501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 207 + ], + [ + 570, + 205 + ], + [ + 568, + 205 + ], + [ + 568, + 207 + ], + [ + 570, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29114", + "ALAND10": 96031719, + "AWATER10": 20304, + "GEOID10": "29114", + "ZCTA5CE10": "29114", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 208 + ], + [ + 572, + 206 + ], + [ + 570, + 206 + ], + [ + 570, + 208 + ], + [ + 572, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29505", + "ALAND10": 133755568, + "AWATER10": 89479, + "GEOID10": "29505", + "ZCTA5CE10": "29505", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 572, + 206 + ], + [ + 572, + 204 + ], + [ + 570, + 204 + ], + [ + 570, + 206 + ], + [ + 572, + 206 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29583", + "ALAND10": 275750748, + "AWATER10": 1568312, + "GEOID10": "29583", + "ZCTA5CE10": "29583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 204 + ], + [ + 571, + 202 + ], + [ + 569, + 202 + ], + [ + 569, + 204 + ], + [ + 571, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29590", + "ALAND10": 257089946, + "AWATER10": 224126, + "GEOID10": "29590", + "ZCTA5CE10": "29590", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 202 + ], + [ + 571, + 200 + ], + [ + 569, + 200 + ], + [ + 569, + 202 + ], + [ + 571, + 202 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29431", + "ALAND10": 203899446, + "AWATER10": 26552549, + "GEOID10": "29431", + "ZCTA5CE10": "29431", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 203 + ], + [ + 570, + 201 + ], + [ + 568, + 201 + ], + [ + 568, + 203 + ], + [ + 570, + 203 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29510", + "ALAND10": 787414295, + "AWATER10": 4923208, + "GEOID10": "29510", + "ZCTA5CE10": "29510", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 571, + 201 + ], + [ + 571, + 199 + ], + [ + 569, + 199 + ], + [ + 569, + 201 + ], + [ + 571, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29458", + "ALAND10": 427932083, + "AWATER10": 70828901, + "GEOID10": "29458", + "ZCTA5CE10": "29458", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 575, + 208 + ], + [ + 575, + 206 + ], + [ + 573, + 206 + ], + [ + 573, + 208 + ], + [ + 575, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29581", + "ALAND10": 419487402, + "AWATER10": 2373495, + "GEOID10": "29581", + "ZCTA5CE10": "29581", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 207 + ], + [ + 573, + 205 + ], + [ + 571, + 205 + ], + [ + 571, + 207 + ], + [ + 573, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29544", + "ALAND10": 295159801, + "AWATER10": 2364015, + "GEOID10": "29544", + "ZCTA5CE10": "29544", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 207 + ], + [ + 574, + 205 + ], + [ + 572, + 205 + ], + [ + 572, + 207 + ], + [ + 574, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29526", + "ALAND10": 475811666, + "AWATER10": 3628789, + "GEOID10": "29526", + "ZCTA5CE10": "29526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 574, + 205 + ], + [ + 574, + 203 + ], + [ + 572, + 203 + ], + [ + 572, + 205 + ], + [ + 574, + 205 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29554", + "ALAND10": 582417815, + "AWATER10": 3713826, + "GEOID10": "29554", + "ZCTA5CE10": "29554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 573, + 204 + ], + [ + 573, + 200 + ], + [ + 570, + 202 + ], + [ + 572, + 204 + ], + [ + 573, + 204 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29440", + "ALAND10": 1354314571, + "AWATER10": 131844753, + "GEOID10": "29440", + "ZCTA5CE10": "29440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 201 + ], + [ + 569, + 199 + ], + [ + 567, + 199 + ], + [ + 567, + 201 + ], + [ + 569, + 201 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29456", + "ALAND10": 47224494, + "AWATER10": 99320, + "GEOID10": "29456", + "ZCTA5CE10": "29456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 200 + ], + [ + 570, + 198 + ], + [ + 568, + 198 + ], + [ + 568, + 200 + ], + [ + 570, + 200 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29450", + "ALAND10": 374119483, + "AWATER10": 5336629, + "GEOID10": "29450", + "ZCTA5CE10": "29450", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 570, + 199 + ], + [ + 570, + 197 + ], + [ + 568, + 197 + ], + [ + 568, + 199 + ], + [ + 570, + 199 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US29412", + "ALAND10": 101636056, + "AWATER10": 31844481, + "GEOID10": "29412", + "ZCTA5CE10": "29412", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 512, + 192 + ], + [ + 512, + 190 + ], + [ + 510, + 190 + ], + [ + 510, + 192 + ], + [ + 512, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39663", + "ALAND10": 320828548, + "AWATER10": 3837157, + "GEOID10": "39663", + "ZCTA5CE10": "39663", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 191 + ], + [ + 515, + 189 + ], + [ + 513, + 189 + ], + [ + 513, + 191 + ], + [ + 515, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39421", + "ALAND10": 168856117, + "AWATER10": 275041, + "GEOID10": "39421", + "ZCTA5CE10": "39421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 193 + ], + [ + 515, + 191 + ], + [ + 513, + 191 + ], + [ + 513, + 193 + ], + [ + 515, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39119", + "ALAND10": 360594217, + "AWATER10": 917560, + "GEOID10": "39119", + "ZCTA5CE10": "39119", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 191 + ], + [ + 515, + 189 + ], + [ + 513, + 189 + ], + [ + 513, + 191 + ], + [ + 515, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39479", + "ALAND10": 328158645, + "AWATER10": 567385, + "GEOID10": "39479", + "ZCTA5CE10": "39479", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 189 + ], + [ + 511, + 187 + ], + [ + 509, + 187 + ], + [ + 509, + 189 + ], + [ + 511, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39667", + "ALAND10": 818128168, + "AWATER10": 1180723, + "GEOID10": "39667", + "ZCTA5CE10": "39667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 185 + ], + [ + 513, + 183 + ], + [ + 511, + 183 + ], + [ + 511, + 185 + ], + [ + 513, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70427", + "ALAND10": 381512242, + "AWATER10": 7653882, + "GEOID10": "70427", + "ZCTA5CE10": "70427", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 511, + 185 + ], + [ + 511, + 183 + ], + [ + 509, + 183 + ], + [ + 509, + 185 + ], + [ + 511, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70438", + "ALAND10": 870401131, + "AWATER10": 5842595, + "GEOID10": "70438", + "ZCTA5CE10": "70438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 186 + ], + [ + 516, + 184 + ], + [ + 514, + 184 + ], + [ + 514, + 186 + ], + [ + 516, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39455", + "ALAND10": 919334279, + "AWATER10": 4234078, + "GEOID10": "39455", + "ZCTA5CE10": "39455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 186 + ], + [ + 515, + 184 + ], + [ + 512, + 184 + ], + [ + 513, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39470", + "ALAND10": 1134099001, + "AWATER10": 10543077, + "GEOID10": "39470", + "ZCTA5CE10": "39470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 193 + ], + [ + 517, + 191 + ], + [ + 515, + 191 + ], + [ + 515, + 193 + ], + [ + 517, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39443", + "ALAND10": 682130445, + "AWATER10": 8251539, + "GEOID10": "39443", + "ZCTA5CE10": "39443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 190 + ], + [ + 516, + 188 + ], + [ + 514, + 188 + ], + [ + 514, + 190 + ], + [ + 516, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39401", + "ALAND10": 496657341, + "AWATER10": 6614857, + "GEOID10": "39401", + "ZCTA5CE10": "39401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 194 + ], + [ + 521, + 192 + ], + [ + 519, + 192 + ], + [ + 519, + 194 + ], + [ + 521, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39360", + "ALAND10": 603480531, + "AWATER10": 314910, + "GEOID10": "39360", + "ZCTA5CE10": "39360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 192 + ], + [ + 520, + 190 + ], + [ + 518, + 189 + ], + [ + 518, + 191 + ], + [ + 520, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39367", + "ALAND10": 1219672584, + "AWATER10": 3475764, + "GEOID10": "39367", + "ZCTA5CE10": "39367", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 189 + ], + [ + 521, + 187 + ], + [ + 519, + 187 + ], + [ + 519, + 189 + ], + [ + 521, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39362", + "ALAND10": 521422914, + "AWATER10": 3921163, + "GEOID10": "39362", + "ZCTA5CE10": "39362", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 189 + ], + [ + 517, + 187 + ], + [ + 515, + 187 + ], + [ + 515, + 189 + ], + [ + 517, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39476", + "ALAND10": 1045104425, + "AWATER10": 2459875, + "GEOID10": "39476", + "ZCTA5CE10": "39476", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 188 + ], + [ + 519, + 186 + ], + [ + 517, + 186 + ], + [ + 517, + 188 + ], + [ + 519, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39425", + "ALAND10": 499000418, + "AWATER10": 170065, + "GEOID10": "39425", + "ZCTA5CE10": "39425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 187 + ], + [ + 521, + 184 + ], + [ + 519, + 184 + ], + [ + 518, + 186 + ], + [ + 520, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39452", + "ALAND10": 1461650779, + "AWATER10": 16046335, + "GEOID10": "39452", + "ZCTA5CE10": "39452", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 513, + 182 + ], + [ + 513, + 180 + ], + [ + 511, + 180 + ], + [ + 511, + 182 + ], + [ + 513, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70445", + "ALAND10": 299642515, + "AWATER10": 9553865, + "GEOID10": "70445", + "ZCTA5CE10": "70445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 184 + ], + [ + 516, + 182 + ], + [ + 514, + 182 + ], + [ + 514, + 184 + ], + [ + 516, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39426", + "ALAND10": 455668591, + "AWATER10": 5417459, + "GEOID10": "39426", + "ZCTA5CE10": "39426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 520, + 186 + ], + [ + 520, + 184 + ], + [ + 518, + 184 + ], + [ + 518, + 186 + ], + [ + 520, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39573", + "ALAND10": 1028463335, + "AWATER10": 7805365, + "GEOID10": "39573", + "ZCTA5CE10": "39573", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 183 + ], + [ + 515, + 181 + ], + [ + 513, + 181 + ], + [ + 513, + 183 + ], + [ + 515, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39556", + "ALAND10": 272456473, + "AWATER10": 3626513, + "GEOID10": "39556", + "ZCTA5CE10": "39556", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 516, + 184 + ], + [ + 516, + 182 + ], + [ + 514, + 182 + ], + [ + 514, + 184 + ], + [ + 516, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39574", + "ALAND10": 590069327, + "AWATER10": 4035542, + "GEOID10": "39574", + "ZCTA5CE10": "39574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 517, + 183 + ], + [ + 517, + 181 + ], + [ + 515, + 181 + ], + [ + 515, + 183 + ], + [ + 517, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39560", + "ALAND10": 56580588, + "AWATER10": 1476865, + "GEOID10": "39560", + "ZCTA5CE10": "39560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 193 + ], + [ + 521, + 191 + ], + [ + 519, + 191 + ], + [ + 519, + 193 + ], + [ + 521, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36919", + "ALAND10": 417700539, + "AWATER10": 5752694, + "GEOID10": "36919", + "ZCTA5CE10": "36919", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 191 + ], + [ + 521, + 189 + ], + [ + 519, + 189 + ], + [ + 519, + 191 + ], + [ + 521, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36518", + "ALAND10": 350102889, + "AWATER10": 473256, + "GEOID10": "36518", + "ZCTA5CE10": "36518", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 193 + ], + [ + 523, + 191 + ], + [ + 521, + 191 + ], + [ + 521, + 193 + ], + [ + 523, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36524", + "ALAND10": 433081966, + "AWATER10": 4441423, + "GEOID10": "36524", + "ZCTA5CE10": "36524", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 519, + 189 + ], + [ + 519, + 187 + ], + [ + 517, + 187 + ], + [ + 517, + 189 + ], + [ + 519, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39451", + "ALAND10": 700603700, + "AWATER10": 6914807, + "GEOID10": "39451", + "ZCTA5CE10": "39451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 187 + ], + [ + 522, + 185 + ], + [ + 520, + 185 + ], + [ + 520, + 187 + ], + [ + 522, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36587", + "ALAND10": 315773229, + "AWATER10": 9309216, + "GEOID10": "36587", + "ZCTA5CE10": "36587", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 187 + ], + [ + 524, + 185 + ], + [ + 522, + 185 + ], + [ + 522, + 187 + ], + [ + 524, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36521", + "ALAND10": 374094615, + "AWATER10": 1193638, + "GEOID10": "36521", + "ZCTA5CE10": "36521", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 523, + 187 + ], + [ + 523, + 185 + ], + [ + 521, + 185 + ], + [ + 521, + 187 + ], + [ + 523, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36571", + "ALAND10": 118187642, + "AWATER10": 1329192, + "GEOID10": "36571", + "ZCTA5CE10": "36571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 193 + ], + [ + 525, + 191 + ], + [ + 523, + 191 + ], + [ + 523, + 193 + ], + [ + 525, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36451", + "ALAND10": 496666739, + "AWATER10": 359256, + "GEOID10": "36451", + "ZCTA5CE10": "36451", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 524, + 188 + ], + [ + 524, + 186 + ], + [ + 522, + 186 + ], + [ + 522, + 188 + ], + [ + 524, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36545", + "ALAND10": 1029785337, + "AWATER10": 24503262, + "GEOID10": "36545", + "ZCTA5CE10": "36545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 192 + ], + [ + 528, + 190 + ], + [ + 526, + 190 + ], + [ + 526, + 192 + ], + [ + 528, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36481", + "ALAND10": 150228047, + "AWATER10": 2022511, + "GEOID10": "36481", + "ZCTA5CE10": "36481", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 191 + ], + [ + 527, + 189 + ], + [ + 525, + 189 + ], + [ + 525, + 191 + ], + [ + 527, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36445", + "ALAND10": 398989368, + "AWATER10": 1040582, + "GEOID10": "36445", + "ZCTA5CE10": "36445", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 188 + ], + [ + 525, + 186 + ], + [ + 523, + 186 + ], + [ + 523, + 188 + ], + [ + 525, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36562", + "ALAND10": 115502357, + "AWATER10": 140419, + "GEOID10": "36562", + "ZCTA5CE10": "36562", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 188 + ], + [ + 525, + 186 + ], + [ + 523, + 186 + ], + [ + 523, + 188 + ], + [ + 525, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36507", + "ALAND10": 867254096, + "AWATER10": 7970435, + "GEOID10": "36507", + "ZCTA5CE10": "36507", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 527, + 187 + ], + [ + 527, + 185 + ], + [ + 525, + 185 + ], + [ + 525, + 187 + ], + [ + 527, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32535", + "ALAND10": 185665312, + "AWATER10": 5254508, + "GEOID10": "32535", + "ZCTA5CE10": "32535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 521, + 185 + ], + [ + 521, + 183 + ], + [ + 519, + 183 + ], + [ + 519, + 185 + ], + [ + 521, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39562", + "ALAND10": 486804735, + "AWATER10": 11112081, + "GEOID10": "39562", + "ZCTA5CE10": "39562", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 522, + 184 + ], + [ + 522, + 182 + ], + [ + 520, + 182 + ], + [ + 520, + 184 + ], + [ + 522, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36608", + "ALAND10": 162023741, + "AWATER10": 1433767, + "GEOID10": "36608", + "ZCTA5CE10": "36608", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 526, + 183 + ], + [ + 526, + 181 + ], + [ + 524, + 181 + ], + [ + 524, + 183 + ], + [ + 526, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36542", + "ALAND10": 136041301, + "AWATER10": 59169143, + "GEOID10": "36542", + "ZCTA5CE10": "36542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 525, + 184 + ], + [ + 525, + 182 + ], + [ + 523, + 182 + ], + [ + 523, + 184 + ], + [ + 525, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36567", + "ALAND10": 591734220, + "AWATER10": 3756409, + "GEOID10": "36567", + "ZCTA5CE10": "36567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 528, + 183 + ], + [ + 528, + 181 + ], + [ + 526, + 181 + ], + [ + 526, + 183 + ], + [ + 528, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32526", + "ALAND10": 150645710, + "AWATER10": 12771284, + "GEOID10": "32526", + "ZCTA5CE10": "32526", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 515, + 177 + ], + [ + 515, + 175 + ], + [ + 513, + 175 + ], + [ + 513, + 177 + ], + [ + 515, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US70091", + "ALAND10": 573763901, + "AWATER10": 992103990, + "GEOID10": "70091", + "ZCTA5CE10": "70091", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 190 + ], + [ + 532, + 188 + ], + [ + 530, + 188 + ], + [ + 530, + 190 + ], + [ + 532, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36456", + "ALAND10": 321003933, + "AWATER10": 216217, + "GEOID10": "36456", + "ZCTA5CE10": "36456", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 193 + ], + [ + 532, + 191 + ], + [ + 530, + 191 + ], + [ + 530, + 193 + ], + [ + 532, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36042", + "ALAND10": 210806334, + "AWATER10": 635620, + "GEOID10": "36042", + "ZCTA5CE10": "36042", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 191 + ], + [ + 532, + 189 + ], + [ + 530, + 189 + ], + [ + 530, + 191 + ], + [ + 532, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36474", + "ALAND10": 475358281, + "AWATER10": 1354129, + "GEOID10": "36474", + "ZCTA5CE10": "36474", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 191 + ], + [ + 532, + 189 + ], + [ + 530, + 189 + ], + [ + 530, + 191 + ], + [ + 532, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36028", + "ALAND10": 334000163, + "AWATER10": 3728596, + "GEOID10": "36028", + "ZCTA5CE10": "36028", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 191 + ], + [ + 530, + 188 + ], + [ + 528, + 188 + ], + [ + 528, + 191 + ], + [ + 529, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36401", + "ALAND10": 1183556741, + "AWATER10": 3199148, + "GEOID10": "36401", + "ZCTA5CE10": "36401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 529, + 185 + ], + [ + 529, + 183 + ], + [ + 527, + 183 + ], + [ + 527, + 185 + ], + [ + 529, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32570", + "ALAND10": 827666392, + "AWATER10": 5393853, + "GEOID10": "32570", + "ZCTA5CE10": "32570", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 530, + 188 + ], + [ + 530, + 186 + ], + [ + 527, + 187 + ], + [ + 526, + 188 + ], + [ + 530, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36426", + "ALAND10": 1258825072, + "AWATER10": 12525649, + "GEOID10": "36426", + "ZCTA5CE10": "36426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 188 + ], + [ + 531, + 186 + ], + [ + 529, + 186 + ], + [ + 529, + 188 + ], + [ + 531, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36421", + "ALAND10": 535751152, + "AWATER10": 12678255, + "GEOID10": "36421", + "ZCTA5CE10": "36421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 189 + ], + [ + 533, + 187 + ], + [ + 531, + 187 + ], + [ + 531, + 189 + ], + [ + 533, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36420", + "ALAND10": 688755128, + "AWATER10": 6083196, + "GEOID10": "36420", + "ZCTA5CE10": "36420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 186 + ], + [ + 532, + 184 + ], + [ + 530, + 184 + ], + [ + 530, + 186 + ], + [ + 532, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32567", + "ALAND10": 361034079, + "AWATER10": 6350031, + "GEOID10": "32567", + "ZCTA5CE10": "32567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 535, + 191 + ], + [ + 535, + 189 + ], + [ + 533, + 189 + ], + [ + 533, + 191 + ], + [ + 535, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36079", + "ALAND10": 515818130, + "AWATER10": 1128226, + "GEOID10": "36079", + "ZCTA5CE10": "36079", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 192 + ], + [ + 532, + 190 + ], + [ + 530, + 190 + ], + [ + 530, + 192 + ], + [ + 532, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36009", + "ALAND10": 388888147, + "AWATER10": 1532941, + "GEOID10": "36009", + "ZCTA5CE10": "36009", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 192 + ], + [ + 536, + 190 + ], + [ + 534, + 190 + ], + [ + 534, + 192 + ], + [ + 536, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36081", + "ALAND10": 562876104, + "AWATER10": 826789, + "GEOID10": "36081", + "ZCTA5CE10": "36081", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 533, + 188 + ], + [ + 533, + 186 + ], + [ + 531, + 186 + ], + [ + 531, + 188 + ], + [ + 533, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36467", + "ALAND10": 428744000, + "AWATER10": 4372315, + "GEOID10": "36467", + "ZCTA5CE10": "36467", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 534, + 187 + ], + [ + 534, + 185 + ], + [ + 532, + 185 + ], + [ + 532, + 187 + ], + [ + 534, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32433", + "ALAND10": 670856084, + "AWATER10": 26502047, + "GEOID10": "32433", + "ZCTA5CE10": "32433", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 188 + ], + [ + 536, + 186 + ], + [ + 534, + 186 + ], + [ + 534, + 188 + ], + [ + 536, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36344", + "ALAND10": 333125161, + "AWATER10": 2546939, + "GEOID10": "36344", + "ZCTA5CE10": "36344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 185 + ], + [ + 537, + 183 + ], + [ + 535, + 183 + ], + [ + 535, + 185 + ], + [ + 537, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32425", + "ALAND10": 695024742, + "AWATER10": 16676301, + "GEOID10": "32425", + "ZCTA5CE10": "32425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 531, + 185 + ], + [ + 531, + 183 + ], + [ + 529, + 183 + ], + [ + 529, + 185 + ], + [ + 531, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32583", + "ALAND10": 374249843, + "AWATER10": 28756199, + "GEOID10": "32583", + "ZCTA5CE10": "32583", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 532, + 183 + ], + [ + 532, + 181 + ], + [ + 530, + 181 + ], + [ + 530, + 183 + ], + [ + 532, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32547", + "ALAND10": 90500427, + "AWATER10": 3089696, + "GEOID10": "32547", + "ZCTA5CE10": "32547", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 184 + ], + [ + 536, + 182 + ], + [ + 534, + 182 + ], + [ + 534, + 184 + ], + [ + 536, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32462", + "ALAND10": 397841988, + "AWATER10": 16784949, + "GEOID10": "32462", + "ZCTA5CE10": "32462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 182 + ], + [ + 536, + 180 + ], + [ + 534, + 180 + ], + [ + 534, + 182 + ], + [ + 536, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32407", + "ALAND10": 35944907, + "AWATER10": 10459565, + "GEOID10": "32407", + "ZCTA5CE10": "32407", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 537, + 193 + ], + [ + 537, + 191 + ], + [ + 535, + 191 + ], + [ + 535, + 193 + ], + [ + 537, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36016", + "ALAND10": 624919696, + "AWATER10": 771321, + "GEOID10": "36016", + "ZCTA5CE10": "36016", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 536, + 191 + ], + [ + 536, + 189 + ], + [ + 534, + 189 + ], + [ + 534, + 191 + ], + [ + 536, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36311", + "ALAND10": 310146027, + "AWATER10": 186510, + "GEOID10": "36311", + "ZCTA5CE10": "36311", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 193 + ], + [ + 540, + 191 + ], + [ + 538, + 191 + ], + [ + 538, + 193 + ], + [ + 540, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36053", + "ALAND10": 752594344, + "AWATER10": 989315, + "GEOID10": "36053", + "ZCTA5CE10": "36053", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 190 + ], + [ + 540, + 188 + ], + [ + 538, + 188 + ], + [ + 538, + 190 + ], + [ + 540, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36310", + "ALAND10": 558137281, + "AWATER10": 16202083, + "GEOID10": "36310", + "ZCTA5CE10": "36310", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 189 + ], + [ + 538, + 187 + ], + [ + 536, + 187 + ], + [ + 536, + 189 + ], + [ + 538, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36350", + "ALAND10": 165843801, + "AWATER10": 74008, + "GEOID10": "36350", + "ZCTA5CE10": "36350", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 188 + ], + [ + 540, + 186 + ], + [ + 538, + 186 + ], + [ + 538, + 188 + ], + [ + 540, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US36312", + "ALAND10": 199670756, + "AWATER10": 867578, + "GEOID10": "36312", + "ZCTA5CE10": "36312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 190 + ], + [ + 542, + 188 + ], + [ + 540, + 188 + ], + [ + 540, + 190 + ], + [ + 542, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39823", + "ALAND10": 904892156, + "AWATER10": 7959444, + "GEOID10": "39823", + "ZCTA5CE10": "39823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 187 + ], + [ + 540, + 185 + ], + [ + 538, + 185 + ], + [ + 538, + 187 + ], + [ + 540, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32443", + "ALAND10": 152833128, + "AWATER10": 277826, + "GEOID10": "32443", + "ZCTA5CE10": "32443", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 540, + 192 + ], + [ + 540, + 190 + ], + [ + 538, + 190 + ], + [ + 538, + 192 + ], + [ + 540, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39854", + "ALAND10": 337462219, + "AWATER10": 24182349, + "GEOID10": "39854", + "ZCTA5CE10": "39854", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 190 + ], + [ + 542, + 188 + ], + [ + 540, + 188 + ], + [ + 540, + 190 + ], + [ + 542, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39846", + "ALAND10": 223775638, + "AWATER10": 1289818, + "GEOID10": "39846", + "ZCTA5CE10": "39846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 543, + 190 + ], + [ + 543, + 188 + ], + [ + 541, + 188 + ], + [ + 541, + 190 + ], + [ + 543, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39866", + "ALAND10": 144920971, + "AWATER10": 2312792, + "GEOID10": "39866", + "ZCTA5CE10": "39866", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 187 + ], + [ + 541, + 185 + ], + [ + 539, + 185 + ], + [ + 539, + 187 + ], + [ + 541, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32423", + "ALAND10": 169422144, + "AWATER10": 3005308, + "GEOID10": "32423", + "ZCTA5CE10": "32423", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 542, + 189 + ], + [ + 542, + 187 + ], + [ + 540, + 187 + ], + [ + 540, + 189 + ], + [ + 542, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39841", + "ALAND10": 174971087, + "AWATER10": 390040, + "GEOID10": "39841", + "ZCTA5CE10": "39841", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 188 + ], + [ + 544, + 186 + ], + [ + 542, + 186 + ], + [ + 542, + 188 + ], + [ + 544, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39837", + "ALAND10": 733348703, + "AWATER10": 4177633, + "GEOID10": "39837", + "ZCTA5CE10": "39837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 186 + ], + [ + 544, + 184 + ], + [ + 542, + 184 + ], + [ + 542, + 186 + ], + [ + 544, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39819", + "ALAND10": 402306797, + "AWATER10": 22457402, + "GEOID10": "39819", + "ZCTA5CE10": "39819", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 184 + ], + [ + 539, + 182 + ], + [ + 537, + 182 + ], + [ + 537, + 184 + ], + [ + 539, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32438", + "ALAND10": 162759845, + "AWATER10": 964947, + "GEOID10": "32438", + "ZCTA5CE10": "32438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 538, + 181 + ], + [ + 538, + 179 + ], + [ + 536, + 179 + ], + [ + 536, + 181 + ], + [ + 538, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32404", + "ALAND10": 333859071, + "AWATER10": 48096477, + "GEOID10": "32404", + "ZCTA5CE10": "32404", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 184 + ], + [ + 539, + 182 + ], + [ + 537, + 182 + ], + [ + 537, + 184 + ], + [ + 539, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32421", + "ALAND10": 355433610, + "AWATER10": 2200725, + "GEOID10": "32421", + "ZCTA5CE10": "32421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 539, + 182 + ], + [ + 539, + 180 + ], + [ + 537, + 180 + ], + [ + 537, + 182 + ], + [ + 539, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32465", + "ALAND10": 612248925, + "AWATER10": 28474244, + "GEOID10": "32465", + "ZCTA5CE10": "32465", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 187 + ], + [ + 541, + 185 + ], + [ + 539, + 185 + ], + [ + 539, + 187 + ], + [ + 541, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32460", + "ALAND10": 192019310, + "AWATER10": 38326228, + "GEOID10": "32460", + "ZCTA5CE10": "32460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 180 + ], + [ + 541, + 178 + ], + [ + 539, + 178 + ], + [ + 539, + 180 + ], + [ + 541, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32321", + "ALAND10": 1053250827, + "AWATER10": 16063801, + "GEOID10": "32321", + "ZCTA5CE10": "32321", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 183 + ], + [ + 544, + 181 + ], + [ + 542, + 181 + ], + [ + 542, + 183 + ], + [ + 544, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32351", + "ALAND10": 542744680, + "AWATER10": 20012427, + "GEOID10": "32351", + "ZCTA5CE10": "32351", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 541, + 179 + ], + [ + 541, + 177 + ], + [ + 539, + 177 + ], + [ + 539, + 179 + ], + [ + 541, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32320", + "ALAND10": 103354868, + "AWATER10": 49448349, + "GEOID10": "32320", + "ZCTA5CE10": "32320", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 193 + ], + [ + 544, + 191 + ], + [ + 542, + 191 + ], + [ + 542, + 193 + ], + [ + 544, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39842", + "ALAND10": 734175414, + "AWATER10": 4249445, + "GEOID10": "39842", + "ZCTA5CE10": "39842", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 190 + ], + [ + 546, + 188 + ], + [ + 544, + 188 + ], + [ + 544, + 190 + ], + [ + 546, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31721", + "ALAND10": 552032948, + "AWATER10": 9239408, + "GEOID10": "31721", + "ZCTA5CE10": "31721", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 193 + ], + [ + 547, + 191 + ], + [ + 545, + 191 + ], + [ + 545, + 193 + ], + [ + 547, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31743", + "ALAND10": 140375038, + "AWATER10": 6203949, + "GEOID10": "31743", + "ZCTA5CE10": "31743", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 190 + ], + [ + 548, + 188 + ], + [ + 546, + 188 + ], + [ + 546, + 190 + ], + [ + 548, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31791", + "ALAND10": 491787768, + "AWATER10": 1640378, + "GEOID10": "31791", + "ZCTA5CE10": "31791", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 188 + ], + [ + 545, + 186 + ], + [ + 543, + 186 + ], + [ + 543, + 188 + ], + [ + 545, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39897", + "ALAND10": 367382692, + "AWATER10": 3262668, + "GEOID10": "39897", + "ZCTA5CE10": "39897", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 546, + 187 + ], + [ + 546, + 185 + ], + [ + 544, + 185 + ], + [ + 544, + 187 + ], + [ + 546, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US39828", + "ALAND10": 358468314, + "AWATER10": 5538445, + "GEOID10": "39828", + "ZCTA5CE10": "39828", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 547, + 187 + ], + [ + 547, + 185 + ], + [ + 545, + 185 + ], + [ + 545, + 187 + ], + [ + 547, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31757", + "ALAND10": 220461029, + "AWATER10": 3798655, + "GEOID10": "31757", + "ZCTA5CE10": "31757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 187 + ], + [ + 549, + 185 + ], + [ + 547, + 185 + ], + [ + 547, + 187 + ], + [ + 549, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31629", + "ALAND10": 112934805, + "AWATER10": 1598449, + "GEOID10": "31629", + "ZCTA5CE10": "31629", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 192 + ], + [ + 552, + 190 + ], + [ + 550, + 190 + ], + [ + 550, + 192 + ], + [ + 552, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31750", + "ALAND10": 729248007, + "AWATER10": 12565640, + "GEOID10": "31750", + "ZCTA5CE10": "31750", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 549, + 191 + ], + [ + 549, + 189 + ], + [ + 547, + 189 + ], + [ + 547, + 191 + ], + [ + 549, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31795", + "ALAND10": 128351358, + "AWATER10": 975687, + "GEOID10": "31795", + "ZCTA5CE10": "31795", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 194 + ], + [ + 551, + 192 + ], + [ + 549, + 192 + ], + [ + 549, + 194 + ], + [ + 551, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31077", + "ALAND10": 245860492, + "AWATER10": 5453961, + "GEOID10": "31077", + "ZCTA5CE10": "31077", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 190 + ], + [ + 552, + 188 + ], + [ + 550, + 188 + ], + [ + 550, + 190 + ], + [ + 552, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31512", + "ALAND10": 206336491, + "AWATER10": 4967618, + "GEOID10": "31512", + "ZCTA5CE10": "31512", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 187 + ], + [ + 550, + 185 + ], + [ + 548, + 185 + ], + [ + 548, + 187 + ], + [ + 550, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31625", + "ALAND10": 155235379, + "AWATER10": 1905045, + "GEOID10": "31625", + "ZCTA5CE10": "31625", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 186 + ], + [ + 550, + 184 + ], + [ + 548, + 184 + ], + [ + 548, + 186 + ], + [ + 550, + 186 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31601", + "ALAND10": 398966194, + "AWATER10": 10305430, + "GEOID10": "31601", + "ZCTA5CE10": "31601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 189 + ], + [ + 552, + 187 + ], + [ + 550, + 187 + ], + [ + 550, + 189 + ], + [ + 552, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31642", + "ALAND10": 479817907, + "AWATER10": 1945539, + "GEOID10": "31642", + "ZCTA5CE10": "31642", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 187 + ], + [ + 551, + 185 + ], + [ + 549, + 185 + ], + [ + 549, + 187 + ], + [ + 551, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31635", + "ALAND10": 309585649, + "AWATER10": 4549020, + "GEOID10": "31635", + "ZCTA5CE10": "31635", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 184 + ], + [ + 544, + 182 + ], + [ + 542, + 182 + ], + [ + 542, + 184 + ], + [ + 544, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32333", + "ALAND10": 274138402, + "AWATER10": 3346581, + "GEOID10": "32333", + "ZCTA5CE10": "32333", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 184 + ], + [ + 545, + 182 + ], + [ + 543, + 182 + ], + [ + 543, + 184 + ], + [ + 545, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32312", + "ALAND10": 270084833, + "AWATER10": 45351284, + "GEOID10": "32312", + "ZCTA5CE10": "32312", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 544, + 181 + ], + [ + 544, + 179 + ], + [ + 542, + 179 + ], + [ + 542, + 181 + ], + [ + 544, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32327", + "ALAND10": 598795642, + "AWATER10": 48619326, + "GEOID10": "32327", + "ZCTA5CE10": "32327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 545, + 180 + ], + [ + 545, + 178 + ], + [ + 543, + 178 + ], + [ + 543, + 180 + ], + [ + 545, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32346", + "ALAND10": 85604598, + "AWATER10": 57087320, + "GEOID10": "32346", + "ZCTA5CE10": "32346", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 184 + ], + [ + 546, + 180 + ], + [ + 545, + 180 + ], + [ + 546, + 184 + ], + [ + 548, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32344", + "ALAND10": 1333629785, + "AWATER10": 42374429, + "GEOID10": "32344", + "ZCTA5CE10": "32344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 550, + 185 + ], + [ + 550, + 183 + ], + [ + 548, + 183 + ], + [ + 548, + 185 + ], + [ + 550, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32340", + "ALAND10": 604741760, + "AWATER10": 12703955, + "GEOID10": "32340", + "ZCTA5CE10": "32340", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 182 + ], + [ + 548, + 180 + ], + [ + 546, + 180 + ], + [ + 546, + 182 + ], + [ + 548, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32347", + "ALAND10": 273984174, + "AWATER10": 624646, + "GEOID10": "32347", + "ZCTA5CE10": "32347", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 183 + ], + [ + 553, + 181 + ], + [ + 551, + 181 + ], + [ + 551, + 183 + ], + [ + 553, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32060", + "ALAND10": 1025742972, + "AWATER10": 6108406, + "GEOID10": "32060", + "ZCTA5CE10": "32060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 548, + 181 + ], + [ + 548, + 179 + ], + [ + 546, + 179 + ], + [ + 546, + 181 + ], + [ + 548, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32348", + "ALAND10": 825116998, + "AWATER10": 43174567, + "GEOID10": "32348", + "ZCTA5CE10": "32348", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 182 + ], + [ + 551, + 180 + ], + [ + 549, + 180 + ], + [ + 549, + 182 + ], + [ + 551, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32066", + "ALAND10": 717173054, + "AWATER10": 6843678, + "GEOID10": "32066", + "ZCTA5CE10": "32066", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 193 + ], + [ + 553, + 191 + ], + [ + 551, + 191 + ], + [ + 551, + 193 + ], + [ + 553, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31055", + "ALAND10": 348666221, + "AWATER10": 4151715, + "GEOID10": "31055", + "ZCTA5CE10": "31055", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 191 + ], + [ + 554, + 189 + ], + [ + 552, + 189 + ], + [ + 552, + 191 + ], + [ + 554, + 191 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31533", + "ALAND10": 173508185, + "AWATER10": 3321085, + "GEOID10": "31533", + "ZCTA5CE10": "31533", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 192 + ], + [ + 553, + 190 + ], + [ + 551, + 190 + ], + [ + 551, + 192 + ], + [ + 553, + 192 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31539", + "ALAND10": 699390440, + "AWATER10": 10036780, + "GEOID10": "31539", + "ZCTA5CE10": "31539", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 190 + ], + [ + 555, + 188 + ], + [ + 553, + 188 + ], + [ + 553, + 190 + ], + [ + 555, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31554", + "ALAND10": 541425523, + "AWATER10": 2838979, + "GEOID10": "31554", + "ZCTA5CE10": "31554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 188 + ], + [ + 553, + 186 + ], + [ + 551, + 186 + ], + [ + 551, + 188 + ], + [ + 553, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31630", + "ALAND10": 234141275, + "AWATER10": 2115452, + "GEOID10": "31630", + "ZCTA5CE10": "31630", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 187 + ], + [ + 557, + 185 + ], + [ + 555, + 185 + ], + [ + 555, + 187 + ], + [ + 557, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31503", + "ALAND10": 858943408, + "AWATER10": 13022067, + "GEOID10": "31503", + "ZCTA5CE10": "31503", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 193 + ], + [ + 557, + 191 + ], + [ + 555, + 191 + ], + [ + 555, + 193 + ], + [ + 557, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US30453", + "ALAND10": 319239157, + "AWATER10": 6863403, + "GEOID10": "30453", + "ZCTA5CE10": "30453", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 194 + ], + [ + 556, + 192 + ], + [ + 554, + 192 + ], + [ + 554, + 194 + ], + [ + 556, + 194 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31513", + "ALAND10": 858747810, + "AWATER10": 7271102, + "GEOID10": "31513", + "ZCTA5CE10": "31513", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 190 + ], + [ + 558, + 188 + ], + [ + 556, + 188 + ], + [ + 556, + 190 + ], + [ + 558, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31560", + "ALAND10": 354543326, + "AWATER10": 2429828, + "GEOID10": "31560", + "ZCTA5CE10": "31560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 193 + ], + [ + 558, + 191 + ], + [ + 556, + 191 + ], + [ + 556, + 193 + ], + [ + 558, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31316", + "ALAND10": 749218605, + "AWATER10": 5807778, + "GEOID10": "31316", + "ZCTA5CE10": "31316", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 189 + ], + [ + 559, + 187 + ], + [ + 557, + 187 + ], + [ + 557, + 189 + ], + [ + 559, + 189 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31553", + "ALAND10": 444071298, + "AWATER10": 3763278, + "GEOID10": "31553", + "ZCTA5CE10": "31553", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 188 + ], + [ + 558, + 186 + ], + [ + 556, + 186 + ], + [ + 556, + 188 + ], + [ + 558, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31537", + "ALAND10": 756455970, + "AWATER10": 4418020, + "GEOID10": "31537", + "ZCTA5CE10": "31537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 187 + ], + [ + 560, + 185 + ], + [ + 558, + 185 + ], + [ + 558, + 187 + ], + [ + 560, + 187 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31568", + "ALAND10": 334501904, + "AWATER10": 7519248, + "GEOID10": "31568", + "ZCTA5CE10": "31568", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 183 + ], + [ + 554, + 181 + ], + [ + 552, + 181 + ], + [ + 552, + 183 + ], + [ + 554, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32052", + "ALAND10": 714812994, + "AWATER10": 10144389, + "GEOID10": "32052", + "ZCTA5CE10": "32052", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 185 + ], + [ + 554, + 183 + ], + [ + 552, + 183 + ], + [ + 552, + 185 + ], + [ + 554, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31631", + "ALAND10": 320192480, + "AWATER10": 4046726, + "GEOID10": "31631", + "ZCTA5CE10": "31631", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 181 + ], + [ + 553, + 179 + ], + [ + 551, + 179 + ], + [ + 551, + 181 + ], + [ + 553, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32062", + "ALAND10": 159756469, + "AWATER10": 3607, + "GEOID10": "32062", + "ZCTA5CE10": "32062", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 182 + ], + [ + 553, + 180 + ], + [ + 551, + 180 + ], + [ + 551, + 182 + ], + [ + 553, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32024", + "ALAND10": 370423349, + "AWATER10": 335522, + "GEOID10": "32024", + "ZCTA5CE10": "32024", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 179 + ], + [ + 553, + 177 + ], + [ + 551, + 177 + ], + [ + 551, + 179 + ], + [ + 553, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32680", + "ALAND10": 647248052, + "AWATER10": 40709546, + "GEOID10": "32680", + "ZCTA5CE10": "32680", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 181 + ], + [ + 557, + 179 + ], + [ + 555, + 179 + ], + [ + 555, + 181 + ], + [ + 557, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32054", + "ALAND10": 554440345, + "AWATER10": 15460586, + "GEOID10": "32054", + "ZCTA5CE10": "32054", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 178 + ], + [ + 555, + 176 + ], + [ + 553, + 176 + ], + [ + 553, + 178 + ], + [ + 555, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32618", + "ALAND10": 235439030, + "AWATER10": 6363312, + "GEOID10": "32618", + "ZCTA5CE10": "32618", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 183 + ], + [ + 557, + 181 + ], + [ + 555, + 181 + ], + [ + 555, + 183 + ], + [ + 557, + 183 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32063", + "ALAND10": 264702446, + "AWATER10": 58595, + "GEOID10": "32063", + "ZCTA5CE10": "32063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 184 + ], + [ + 560, + 182 + ], + [ + 558, + 182 + ], + [ + 558, + 184 + ], + [ + 560, + 184 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32011", + "ALAND10": 449340521, + "AWATER10": 17913, + "GEOID10": "32011", + "ZCTA5CE10": "32011", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 182 + ], + [ + 558, + 180 + ], + [ + 556, + 180 + ], + [ + 556, + 182 + ], + [ + 558, + 182 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32221", + "ALAND10": 93138336, + "AWATER10": 420219, + "GEOID10": "32221", + "ZCTA5CE10": "32221", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 181 + ], + [ + 557, + 179 + ], + [ + 555, + 179 + ], + [ + 555, + 181 + ], + [ + 557, + 181 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32091", + "ALAND10": 345552363, + "AWATER10": 19780391, + "GEOID10": "32091", + "ZCTA5CE10": "32091", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 179 + ], + [ + 558, + 177 + ], + [ + 556, + 177 + ], + [ + 556, + 179 + ], + [ + 558, + 179 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32666", + "ALAND10": 141622215, + "AWATER10": 13366300, + "GEOID10": "32666", + "ZCTA5CE10": "32666", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 177 + ], + [ + 559, + 175 + ], + [ + 557, + 175 + ], + [ + 557, + 177 + ], + [ + 559, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32148", + "ALAND10": 218924768, + "AWATER10": 11661347, + "GEOID10": "32148", + "ZCTA5CE10": "32148", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 551, + 177 + ], + [ + 551, + 175 + ], + [ + 549, + 175 + ], + [ + 549, + 177 + ], + [ + 551, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32648", + "ALAND10": 155630614, + "AWATER10": 33621895, + "GEOID10": "32648", + "ZCTA5CE10": "32648", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 552, + 176 + ], + [ + 552, + 174 + ], + [ + 550, + 174 + ], + [ + 550, + 176 + ], + [ + 552, + 176 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32626", + "ALAND10": 528758427, + "AWATER10": 7782633, + "GEOID10": "32626", + "ZCTA5CE10": "32626", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 553, + 175 + ], + [ + 553, + 173 + ], + [ + 551, + 173 + ], + [ + 551, + 175 + ], + [ + 553, + 175 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34449", + "ALAND10": 265853265, + "AWATER10": 13075034, + "GEOID10": "34449", + "ZCTA5CE10": "34449", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 174 + ], + [ + 555, + 172 + ], + [ + 553, + 172 + ], + [ + 553, + 174 + ], + [ + 555, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34434", + "ALAND10": 63563271, + "AWATER10": 902498, + "GEOID10": "34434", + "ZCTA5CE10": "34434", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 173 + ], + [ + 555, + 171 + ], + [ + 553, + 171 + ], + [ + 553, + 173 + ], + [ + 555, + 173 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34446", + "ALAND10": 80869107, + "AWATER10": 0, + "GEOID10": "34446", + "ZCTA5CE10": "34446", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 170 + ], + [ + 555, + 168 + ], + [ + 553, + 168 + ], + [ + 553, + 170 + ], + [ + 555, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34608", + "ALAND10": 39711724, + "AWATER10": 2097993, + "GEOID10": "34608", + "ZCTA5CE10": "34608", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 177 + ], + [ + 557, + 175 + ], + [ + 555, + 175 + ], + [ + 555, + 177 + ], + [ + 557, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32667", + "ALAND10": 241080624, + "AWATER10": 46692646, + "GEOID10": "32667", + "ZCTA5CE10": "32667", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 175 + ], + [ + 557, + 173 + ], + [ + 555, + 173 + ], + [ + 555, + 175 + ], + [ + 557, + 175 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34475", + "ALAND10": 75885817, + "AWATER10": 165918, + "GEOID10": "34475", + "ZCTA5CE10": "34475", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 174 + ], + [ + 556, + 172 + ], + [ + 554, + 172 + ], + [ + 554, + 174 + ], + [ + 556, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34473", + "ALAND10": 99204437, + "AWATER10": 531597, + "GEOID10": "34473", + "ZCTA5CE10": "34473", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 177 + ], + [ + 558, + 175 + ], + [ + 556, + 175 + ], + [ + 556, + 177 + ], + [ + 558, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32134", + "ALAND10": 622812891, + "AWATER10": 68283592, + "GEOID10": "32134", + "ZCTA5CE10": "32134", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 174 + ], + [ + 558, + 172 + ], + [ + 556, + 172 + ], + [ + 556, + 174 + ], + [ + 558, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32195", + "ALAND10": 54853721, + "AWATER10": 14616333, + "GEOID10": "32195", + "ZCTA5CE10": "32195", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 174 + ], + [ + 557, + 172 + ], + [ + 555, + 172 + ], + [ + 555, + 174 + ], + [ + 557, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34785", + "ALAND10": 197506211, + "AWATER10": 8528142, + "GEOID10": "34785", + "ZCTA5CE10": "34785", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 172 + ], + [ + 559, + 170 + ], + [ + 557, + 170 + ], + [ + 557, + 172 + ], + [ + 559, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34797", + "ALAND10": 12192594, + "AWATER10": 991080, + "GEOID10": "34797", + "ZCTA5CE10": "34797", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 172 + ], + [ + 558, + 170 + ], + [ + 556, + 170 + ], + [ + 556, + 172 + ], + [ + 558, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34736", + "ALAND10": 327293873, + "AWATER10": 74094169, + "GEOID10": "34736", + "ZCTA5CE10": "34736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 170 + ], + [ + 561, + 168 + ], + [ + 559, + 168 + ], + [ + 559, + 170 + ], + [ + 561, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34747", + "ALAND10": 114871789, + "AWATER10": 847376, + "GEOID10": "34747", + "ZCTA5CE10": "34747", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 554, + 166 + ], + [ + 554, + 164 + ], + [ + 552, + 164 + ], + [ + 552, + 166 + ], + [ + 554, + 166 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33710", + "ALAND10": 20554738, + "AWATER10": 2957050, + "GEOID10": "33710", + "ZCTA5CE10": "33710", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 167 + ], + [ + 555, + 165 + ], + [ + 553, + 165 + ], + [ + 553, + 167 + ], + [ + 555, + 167 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33602", + "ALAND10": 6602453, + "AWATER10": 934941, + "GEOID10": "33602", + "ZCTA5CE10": "33602", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 555, + 164 + ], + [ + 555, + 162 + ], + [ + 553, + 162 + ], + [ + 553, + 164 + ], + [ + 555, + 164 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34219", + "ALAND10": 367625109, + "AWATER10": 4496475, + "GEOID10": "34219", + "ZCTA5CE10": "34219", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 556, + 162 + ], + [ + 556, + 160 + ], + [ + 554, + 160 + ], + [ + 554, + 162 + ], + [ + 556, + 162 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34275", + "ALAND10": 69125218, + "AWATER10": 10507336, + "GEOID10": "34275", + "ZCTA5CE10": "34275", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 168 + ], + [ + 558, + 166 + ], + [ + 556, + 166 + ], + [ + 556, + 168 + ], + [ + 558, + 168 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33811", + "ALAND10": 72039497, + "AWATER10": 652782, + "GEOID10": "33811", + "ZCTA5CE10": "33811", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 167 + ], + [ + 558, + 165 + ], + [ + 556, + 165 + ], + [ + 556, + 167 + ], + [ + 558, + 167 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33860", + "ALAND10": 302550303, + "AWATER10": 61682798, + "GEOID10": "33860", + "ZCTA5CE10": "33860", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 168 + ], + [ + 559, + 166 + ], + [ + 557, + 166 + ], + [ + 557, + 168 + ], + [ + 559, + 168 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33880", + "ALAND10": 110771541, + "AWATER10": 32599780, + "GEOID10": "33880", + "ZCTA5CE10": "33880", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 167 + ], + [ + 560, + 165 + ], + [ + 558, + 165 + ], + [ + 558, + 167 + ], + [ + 560, + 167 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33859", + "ALAND10": 116505990, + "AWATER10": 14256128, + "GEOID10": "33859", + "ZCTA5CE10": "33859", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 557, + 165 + ], + [ + 557, + 163 + ], + [ + 555, + 163 + ], + [ + 555, + 165 + ], + [ + 557, + 165 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34251", + "ALAND10": 760441924, + "AWATER10": 5927805, + "GEOID10": "34251", + "ZCTA5CE10": "34251", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 166 + ], + [ + 558, + 164 + ], + [ + 556, + 164 + ], + [ + 556, + 166 + ], + [ + 558, + 166 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33841", + "ALAND10": 411998041, + "AWATER10": 37515276, + "GEOID10": "33841", + "ZCTA5CE10": "33841", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 162 + ], + [ + 560, + 160 + ], + [ + 556, + 161 + ], + [ + 559, + 162 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34266", + "ALAND10": 1679496909, + "AWATER10": 8617605, + "GEOID10": "34266", + "ZCTA5CE10": "34266", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 193 + ], + [ + 561, + 191 + ], + [ + 559, + 191 + ], + [ + 559, + 193 + ], + [ + 561, + 193 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31324", + "ALAND10": 332001191, + "AWATER10": 37077923, + "GEOID10": "31324", + "ZCTA5CE10": "31324", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 190 + ], + [ + 562, + 188 + ], + [ + 560, + 188 + ], + [ + 560, + 190 + ], + [ + 562, + 190 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31327", + "ALAND10": 101082948, + "AWATER10": 32846023, + "GEOID10": "31327", + "ZCTA5CE10": "31327", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 188 + ], + [ + 561, + 186 + ], + [ + 559, + 186 + ], + [ + 559, + 188 + ], + [ + 561, + 188 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31525", + "ALAND10": 254267691, + "AWATER10": 6380480, + "GEOID10": "31525", + "ZCTA5CE10": "31525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 185 + ], + [ + 560, + 183 + ], + [ + 558, + 183 + ], + [ + 558, + 185 + ], + [ + 560, + 185 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US31558", + "ALAND10": 196790965, + "AWATER10": 67396031, + "GEOID10": "31558", + "ZCTA5CE10": "31558", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 180 + ], + [ + 562, + 178 + ], + [ + 560, + 178 + ], + [ + 560, + 180 + ], + [ + 562, + 180 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32095", + "ALAND10": 129039753, + "AWATER10": 6900519, + "GEOID10": "32095", + "ZCTA5CE10": "32095", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 178 + ], + [ + 562, + 176 + ], + [ + 560, + 176 + ], + [ + 560, + 178 + ], + [ + 562, + 178 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32145", + "ALAND10": 239352174, + "AWATER10": 1305705, + "GEOID10": "32145", + "ZCTA5CE10": "32145", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 177 + ], + [ + 563, + 175 + ], + [ + 561, + 175 + ], + [ + 561, + 177 + ], + [ + 563, + 177 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32164", + "ALAND10": 86254393, + "AWATER10": 597668, + "GEOID10": "32164", + "ZCTA5CE10": "32164", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 174 + ], + [ + 562, + 172 + ], + [ + 560, + 172 + ], + [ + 560, + 174 + ], + [ + 562, + 174 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32720", + "ALAND10": 162674054, + "AWATER10": 9825717, + "GEOID10": "32720", + "ZCTA5CE10": "32720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 175 + ], + [ + 563, + 173 + ], + [ + 561, + 173 + ], + [ + 561, + 175 + ], + [ + 563, + 175 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32168", + "ALAND10": 425123093, + "AWATER10": 5534899, + "GEOID10": "32168", + "ZCTA5CE10": "32168", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 172 + ], + [ + 562, + 170 + ], + [ + 560, + 170 + ], + [ + 560, + 172 + ], + [ + 562, + 172 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32708", + "ALAND10": 47755687, + "AWATER10": 2980749, + "GEOID10": "32708", + "ZCTA5CE10": "32708", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 170 + ], + [ + 562, + 168 + ], + [ + 560, + 168 + ], + [ + 560, + 170 + ], + [ + 562, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32832", + "ALAND10": 145618159, + "AWATER10": 16604173, + "GEOID10": "32832", + "ZCTA5CE10": "32832", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 171 + ], + [ + 562, + 169 + ], + [ + 560, + 169 + ], + [ + 560, + 171 + ], + [ + 562, + 171 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32825", + "ALAND10": 74441645, + "AWATER10": 428679, + "GEOID10": "32825", + "ZCTA5CE10": "32825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 564, + 170 + ], + [ + 564, + 168 + ], + [ + 562, + 168 + ], + [ + 562, + 170 + ], + [ + 564, + 170 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32709", + "ALAND10": 302222145, + "AWATER10": 6939691, + "GEOID10": "32709", + "ZCTA5CE10": "32709", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 169 + ], + [ + 561, + 167 + ], + [ + 559, + 167 + ], + [ + 559, + 169 + ], + [ + 561, + 169 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34772", + "ALAND10": 250386202, + "AWATER10": 59273223, + "GEOID10": "34772", + "ZCTA5CE10": "34772", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 168 + ], + [ + 561, + 166 + ], + [ + 559, + 166 + ], + [ + 559, + 168 + ], + [ + 561, + 168 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34739", + "ALAND10": 904767757, + "AWATER10": 237796085, + "GEOID10": "34739", + "ZCTA5CE10": "34739", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 169 + ], + [ + 562, + 167 + ], + [ + 560, + 167 + ], + [ + 560, + 169 + ], + [ + 562, + 169 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34771", + "ALAND10": 215584891, + "AWATER10": 24932467, + "GEOID10": "34771", + "ZCTA5CE10": "34771", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 165 + ], + [ + 560, + 163 + ], + [ + 558, + 163 + ], + [ + 558, + 165 + ], + [ + 560, + 165 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33825", + "ALAND10": 326723978, + "AWATER10": 28554735, + "GEOID10": "33825", + "ZCTA5CE10": "33825", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 163 + ], + [ + 560, + 161 + ], + [ + 558, + 161 + ], + [ + 558, + 163 + ], + [ + 560, + 163 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33852", + "ALAND10": 864246466, + "AWATER10": 79423387, + "GEOID10": "33852", + "ZCTA5CE10": "33852", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 161 + ], + [ + 560, + 159 + ], + [ + 558, + 159 + ], + [ + 558, + 161 + ], + [ + 560, + 161 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33960", + "ALAND10": 557598704, + "AWATER10": 2065944, + "GEOID10": "33960", + "ZCTA5CE10": "33960", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 165 + ], + [ + 565, + 162 + ], + [ + 563, + 162 + ], + [ + 562, + 165 + ], + [ + 563, + 165 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34972", + "ALAND10": 2355768369, + "AWATER10": 31973971, + "GEOID10": "34972", + "ZCTA5CE10": "34972", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 168 + ], + [ + 565, + 166 + ], + [ + 563, + 166 + ], + [ + 563, + 168 + ], + [ + 565, + 168 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32934", + "ALAND10": 62745586, + "AWATER10": 6109776, + "GEOID10": "32934", + "ZCTA5CE10": "32934", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 165 + ], + [ + 567, + 163 + ], + [ + 565, + 163 + ], + [ + 565, + 165 + ], + [ + 567, + 165 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32966", + "ALAND10": 753400479, + "AWATER10": 27731896, + "GEOID10": "32966", + "ZCTA5CE10": "32966", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 166 + ], + [ + 567, + 164 + ], + [ + 565, + 164 + ], + [ + 565, + 166 + ], + [ + 567, + 166 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US32958", + "ALAND10": 72279718, + "AWATER10": 11982144, + "GEOID10": "32958", + "ZCTA5CE10": "32958", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 164 + ], + [ + 568, + 162 + ], + [ + 566, + 162 + ], + [ + 566, + 164 + ], + [ + 568, + 164 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34949", + "ALAND10": 24391086, + "AWATER10": 44650078, + "GEOID10": "34949", + "ZCTA5CE10": "34949", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 568, + 162 + ], + [ + 568, + 160 + ], + [ + 566, + 160 + ], + [ + 566, + 162 + ], + [ + 568, + 162 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34997", + "ALAND10": 254425423, + "AWATER10": 15492078, + "GEOID10": "34997", + "ZCTA5CE10": "34997", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 161 + ], + [ + 558, + 159 + ], + [ + 556, + 159 + ], + [ + 556, + 161 + ], + [ + 558, + 161 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33982", + "ALAND10": 1135591384, + "AWATER10": 28374931, + "GEOID10": "33982", + "ZCTA5CE10": "33982", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 558, + 158 + ], + [ + 558, + 156 + ], + [ + 556, + 156 + ], + [ + 556, + 158 + ], + [ + 558, + 158 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33993", + "ALAND10": 158117281, + "AWATER10": 37248825, + "GEOID10": "33993", + "ZCTA5CE10": "33993", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 560, + 159 + ], + [ + 560, + 157 + ], + [ + 558, + 157 + ], + [ + 558, + 159 + ], + [ + 560, + 159 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33905", + "ALAND10": 108992956, + "AWATER10": 8235364, + "GEOID10": "33905", + "ZCTA5CE10": "33905", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 559, + 155 + ], + [ + 559, + 153 + ], + [ + 557, + 153 + ], + [ + 557, + 155 + ], + [ + 559, + 155 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34145", + "ALAND10": 42222025, + "AWATER10": 66841266, + "GEOID10": "34145", + "ZCTA5CE10": "34145", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 160 + ], + [ + 561, + 158 + ], + [ + 559, + 158 + ], + [ + 559, + 160 + ], + [ + 561, + 160 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33471", + "ALAND10": 686531230, + "AWATER10": 14949371, + "GEOID10": "33471", + "ZCTA5CE10": "33471", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 159 + ], + [ + 562, + 157 + ], + [ + 560, + 157 + ], + [ + 560, + 159 + ], + [ + 562, + 159 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33935", + "ALAND10": 882797003, + "AWATER10": 5307117, + "GEOID10": "33935", + "ZCTA5CE10": "33935", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 562, + 158 + ], + [ + 562, + 155 + ], + [ + 561, + 155 + ], + [ + 561, + 153 + ], + [ + 559, + 157 + ], + [ + 562, + 158 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34142", + "ALAND10": 1526151904, + "AWATER10": 32962142, + "GEOID10": "34142", + "ZCTA5CE10": "34142", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 563, + 155 + ], + [ + 562, + 151 + ], + [ + 561, + 153 + ], + [ + 561, + 155 + ], + [ + 563, + 155 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34141", + "ALAND10": 2897332226, + "AWATER10": 12585826, + "GEOID10": "34141", + "ZCTA5CE10": "34141", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 561, + 159 + ], + [ + 564, + 158 + ], + [ + 562, + 155 + ], + [ + 561, + 159 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33440", + "ALAND10": 1704087081, + "AWATER10": 8960656, + "GEOID10": "33440", + "ZCTA5CE10": "33440", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 566, + 162 + ], + [ + 566, + 160 + ], + [ + 564, + 160 + ], + [ + 564, + 162 + ], + [ + 566, + 162 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US34974", + "ALAND10": 1040156075, + "AWATER10": 54456287, + "GEOID10": "34974", + "ZCTA5CE10": "34974", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 565, + 159 + ], + [ + 565, + 157 + ], + [ + 563, + 157 + ], + [ + 563, + 159 + ], + [ + 565, + 159 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33430", + "ALAND10": 294598117, + "AWATER10": 738725, + "GEOID10": "33430", + "ZCTA5CE10": "33430", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 160 + ], + [ + 567, + 158 + ], + [ + 565, + 158 + ], + [ + 565, + 160 + ], + [ + 567, + 160 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33470", + "ALAND10": 202827570, + "AWATER10": 539740, + "GEOID10": "33470", + "ZCTA5CE10": "33470", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 154 + ], + [ + 567, + 152 + ], + [ + 565, + 152 + ], + [ + 565, + 154 + ], + [ + 567, + 154 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33166", + "ALAND10": 24342846, + "AWATER10": 3778522, + "GEOID10": "33166", + "ZCTA5CE10": "33166", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 152 + ], + [ + 567, + 150 + ], + [ + 565, + 150 + ], + [ + 565, + 152 + ], + [ + 567, + 152 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33187", + "ALAND10": 102546159, + "AWATER10": 398756, + "GEOID10": "33187", + "ZCTA5CE10": "33187", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 567, + 153 + ], + [ + 567, + 151 + ], + [ + 565, + 151 + ], + [ + 565, + 153 + ], + [ + 567, + 153 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33165", + "ALAND10": 19758741, + "AWATER10": 641453, + "GEOID10": "33165", + "ZCTA5CE10": "33165", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 569, + 160 + ], + [ + 569, + 158 + ], + [ + 567, + 158 + ], + [ + 567, + 160 + ], + [ + 569, + 160 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US33418", + "ALAND10": 120059375, + "AWATER10": 959988, + "GEOID10": "33418", + "ZCTA5CE10": "33418", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 256 + ], + [ + 577, + 254 + ], + [ + 575, + 254 + ], + [ + 575, + 256 + ], + [ + 577, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15757", + "ALAND10": 205461305, + "AWATER10": 1185672, + "GEOID10": "15757", + "ZCTA5CE10": "15757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 254 + ], + [ + 577, + 252 + ], + [ + 575, + 252 + ], + [ + 575, + 254 + ], + [ + 577, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16668", + "ALAND10": 140276414, + "AWATER10": 6172357, + "GEOID10": "16668", + "ZCTA5CE10": "16668", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 256 + ], + [ + 579, + 254 + ], + [ + 577, + 254 + ], + [ + 577, + 256 + ], + [ + 579, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16666", + "ALAND10": 67405104, + "AWATER10": 288793, + "GEOID10": "16666", + "ZCTA5CE10": "16666", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 253 + ], + [ + 579, + 251 + ], + [ + 577, + 251 + ], + [ + 577, + 253 + ], + [ + 579, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16693", + "ALAND10": 194015729, + "AWATER10": 111169, + "GEOID10": "16693", + "ZCTA5CE10": "16693", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 576, + 253 + ], + [ + 576, + 251 + ], + [ + 574, + 251 + ], + [ + 574, + 253 + ], + [ + 576, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15955", + "ALAND10": 65292315, + "AWATER10": 1466671, + "GEOID10": "15955", + "ZCTA5CE10": "15955", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 251 + ], + [ + 578, + 249 + ], + [ + 576, + 249 + ], + [ + 576, + 251 + ], + [ + 578, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15554", + "ALAND10": 92365552, + "AWATER10": 295669, + "GEOID10": "15554", + "ZCTA5CE10": "15554", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 253 + ], + [ + 579, + 251 + ], + [ + 577, + 251 + ], + [ + 577, + 253 + ], + [ + 579, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16662", + "ALAND10": 153031052, + "AWATER10": 13716, + "GEOID10": "16662", + "ZCTA5CE10": "16662", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 251 + ], + [ + 580, + 249 + ], + [ + 578, + 249 + ], + [ + 578, + 251 + ], + [ + 580, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15537", + "ALAND10": 290192454, + "AWATER10": 2579224, + "GEOID10": "15537", + "ZCTA5CE10": "15537", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 257 + ], + [ + 583, + 255 + ], + [ + 581, + 255 + ], + [ + 581, + 257 + ], + [ + 583, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16823", + "ALAND10": 332302029, + "AWATER10": 200985, + "GEOID10": "16823", + "ZCTA5CE10": "16823", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 253 + ], + [ + 580, + 251 + ], + [ + 578, + 251 + ], + [ + 578, + 253 + ], + [ + 580, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16652", + "ALAND10": 457911962, + "AWATER10": 10494041, + "GEOID10": "16652", + "ZCTA5CE10": "16652", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 257 + ], + [ + 584, + 255 + ], + [ + 582, + 255 + ], + [ + 582, + 257 + ], + [ + 584, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US16875", + "ALAND10": 201631721, + "AWATER10": 72818, + "GEOID10": "16875", + "ZCTA5CE10": "16875", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 256 + ], + [ + 585, + 254 + ], + [ + 583, + 254 + ], + [ + 583, + 256 + ], + [ + 585, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17063", + "ALAND10": 242610076, + "AWATER10": 777131, + "GEOID10": "17063", + "ZCTA5CE10": "17063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 253 + ], + [ + 583, + 251 + ], + [ + 581, + 251 + ], + [ + 581, + 253 + ], + [ + 583, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17082", + "ALAND10": 150701587, + "AWATER10": 1389072, + "GEOID10": "17082", + "ZCTA5CE10": "17082", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 251 + ], + [ + 581, + 249 + ], + [ + 579, + 249 + ], + [ + 579, + 251 + ], + [ + 581, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17229", + "ALAND10": 70368652, + "AWATER10": 13580, + "GEOID10": "17229", + "ZCTA5CE10": "17229", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 253 + ], + [ + 583, + 251 + ], + [ + 581, + 251 + ], + [ + 581, + 253 + ], + [ + 583, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17021", + "ALAND10": 135084655, + "AWATER10": 27234, + "GEOID10": "17021", + "ZCTA5CE10": "17021", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 251 + ], + [ + 583, + 249 + ], + [ + 581, + 249 + ], + [ + 581, + 251 + ], + [ + 583, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17240", + "ALAND10": 124234778, + "AWATER10": 462676, + "GEOID10": "17240", + "ZCTA5CE10": "17240", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 249 + ], + [ + 579, + 247 + ], + [ + 577, + 247 + ], + [ + 577, + 249 + ], + [ + 579, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US15535", + "ALAND10": 408610427, + "AWATER10": 297280, + "GEOID10": "15535", + "ZCTA5CE10": "15535", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 247 + ], + [ + 579, + 245 + ], + [ + 577, + 245 + ], + [ + 577, + 247 + ], + [ + 579, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21555", + "ALAND10": 274433096, + "AWATER10": 5878350, + "GEOID10": "21555", + "ZCTA5CE10": "21555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 250 + ], + [ + 580, + 248 + ], + [ + 578, + 248 + ], + [ + 578, + 250 + ], + [ + 580, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17267", + "ALAND10": 248148697, + "AWATER10": 18445, + "GEOID10": "17267", + "ZCTA5CE10": "17267", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 248 + ], + [ + 579, + 246 + ], + [ + 577, + 246 + ], + [ + 577, + 248 + ], + [ + 579, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21766", + "ALAND10": 97904581, + "AWATER10": 2257376, + "GEOID10": "21766", + "ZCTA5CE10": "21766", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 246 + ], + [ + 577, + 244 + ], + [ + 575, + 244 + ], + [ + 575, + 246 + ], + [ + 577, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26757", + "ALAND10": 362533071, + "AWATER10": 2442933, + "GEOID10": "26757", + "ZCTA5CE10": "26757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 243 + ], + [ + 577, + 241 + ], + [ + 575, + 241 + ], + [ + 575, + 243 + ], + [ + 577, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US26810", + "ALAND10": 83575033, + "AWATER10": 433306, + "GEOID10": "26810", + "ZCTA5CE10": "26810", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 244 + ], + [ + 580, + 242 + ], + [ + 578, + 242 + ], + [ + 578, + 244 + ], + [ + 580, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22601", + "ALAND10": 25455070, + "AWATER10": 54462, + "GEOID10": "22601", + "ZCTA5CE10": "22601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 243 + ], + [ + 580, + 241 + ], + [ + 578, + 241 + ], + [ + 578, + 243 + ], + [ + 580, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22655", + "ALAND10": 91139276, + "AWATER10": 349603, + "GEOID10": "22655", + "ZCTA5CE10": "22655", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 249 + ], + [ + 581, + 247 + ], + [ + 579, + 247 + ], + [ + 579, + 249 + ], + [ + 581, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17224", + "ALAND10": 94897223, + "AWATER10": 0, + "GEOID10": "17224", + "ZCTA5CE10": "17224", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 249 + ], + [ + 583, + 247 + ], + [ + 581, + 247 + ], + [ + 581, + 249 + ], + [ + 583, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17225", + "ALAND10": 210894476, + "AWATER10": 358509, + "GEOID10": "17225", + "ZCTA5CE10": "17225", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 247 + ], + [ + 583, + 245 + ], + [ + 581, + 245 + ], + [ + 581, + 247 + ], + [ + 583, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21742", + "ALAND10": 130703281, + "AWATER10": 73363, + "GEOID10": "21742", + "ZCTA5CE10": "21742", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 246 + ], + [ + 583, + 244 + ], + [ + 581, + 244 + ], + [ + 581, + 246 + ], + [ + 583, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21755", + "ALAND10": 89208781, + "AWATER10": 1625708, + "GEOID10": "21755", + "ZCTA5CE10": "21755", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 245 + ], + [ + 582, + 243 + ], + [ + 580, + 243 + ], + [ + 580, + 245 + ], + [ + 582, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US25414", + "ALAND10": 141104175, + "AWATER10": 2257523, + "GEOID10": "25414", + "ZCTA5CE10": "25414", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 243 + ], + [ + 582, + 241 + ], + [ + 580, + 241 + ], + [ + 580, + 243 + ], + [ + 582, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US20132", + "ALAND10": 214740796, + "AWATER10": 1937487, + "GEOID10": "20132", + "ZCTA5CE10": "20132", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 246 + ], + [ + 584, + 244 + ], + [ + 582, + 244 + ], + [ + 582, + 246 + ], + [ + 584, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21703", + "ALAND10": 86139672, + "AWATER10": 105666, + "GEOID10": "21703", + "ZCTA5CE10": "21703", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 241 + ], + [ + 583, + 239 + ], + [ + 581, + 239 + ], + [ + 581, + 241 + ], + [ + 583, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US20155", + "ALAND10": 74754930, + "AWATER10": 2408895, + "GEOID10": "20155", + "ZCTA5CE10": "20155", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 257 + ], + [ + 586, + 255 + ], + [ + 584, + 255 + ], + [ + 584, + 257 + ], + [ + 586, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17845", + "ALAND10": 169609267, + "AWATER10": 1258957, + "GEOID10": "17845", + "ZCTA5CE10": "17845", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 255 + ], + [ + 586, + 253 + ], + [ + 584, + 253 + ], + [ + 584, + 255 + ], + [ + 586, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17086", + "ALAND10": 98909025, + "AWATER10": 111082, + "GEOID10": "17086", + "ZCTA5CE10": "17086", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 256 + ], + [ + 588, + 254 + ], + [ + 586, + 254 + ], + [ + 586, + 256 + ], + [ + 588, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17872", + "ALAND10": 105062529, + "AWATER10": 968355, + "GEOID10": "17872", + "ZCTA5CE10": "17872", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 253 + ], + [ + 586, + 251 + ], + [ + 584, + 251 + ], + [ + 584, + 253 + ], + [ + 586, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17032", + "ALAND10": 286137865, + "AWATER10": 16749769, + "GEOID10": "17032", + "ZCTA5CE10": "17032", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 252 + ], + [ + 586, + 250 + ], + [ + 584, + 250 + ], + [ + 584, + 252 + ], + [ + 586, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17015", + "ALAND10": 294444356, + "AWATER10": 2072183, + "GEOID10": "17015", + "ZCTA5CE10": "17015", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 251 + ], + [ + 586, + 249 + ], + [ + 584, + 249 + ], + [ + 584, + 251 + ], + [ + 586, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17007", + "ALAND10": 53812359, + "AWATER10": 489595, + "GEOID10": "17007", + "ZCTA5CE10": "17007", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 253 + ], + [ + 587, + 251 + ], + [ + 585, + 251 + ], + [ + 585, + 253 + ], + [ + 587, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17112", + "ALAND10": 178698877, + "AWATER10": 21626, + "GEOID10": "17112", + "ZCTA5CE10": "17112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 250 + ], + [ + 589, + 248 + ], + [ + 587, + 248 + ], + [ + 587, + 250 + ], + [ + 589, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17406", + "ALAND10": 128353398, + "AWATER10": 120847, + "GEOID10": "17406", + "ZCTA5CE10": "17406", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 255 + ], + [ + 589, + 253 + ], + [ + 587, + 253 + ], + [ + 587, + 255 + ], + [ + 589, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17964", + "ALAND10": 59322561, + "AWATER10": 11518, + "GEOID10": "17964", + "ZCTA5CE10": "17964", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 256 + ], + [ + 591, + 254 + ], + [ + 589, + 254 + ], + [ + 589, + 256 + ], + [ + 591, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17946", + "ALAND10": 4950553, + "AWATER10": 35605, + "GEOID10": "17946", + "ZCTA5CE10": "17946", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 590, + 254 + ], + [ + 590, + 252 + ], + [ + 588, + 252 + ], + [ + 588, + 254 + ], + [ + 590, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17972", + "ALAND10": 106069380, + "AWATER10": 71218, + "GEOID10": "17972", + "ZCTA5CE10": "17972", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 253 + ], + [ + 588, + 251 + ], + [ + 586, + 251 + ], + [ + 586, + 253 + ], + [ + 588, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17078", + "ALAND10": 78338225, + "AWATER10": 246625, + "GEOID10": "17078", + "ZCTA5CE10": "17078", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 251 + ], + [ + 588, + 249 + ], + [ + 586, + 249 + ], + [ + 586, + 251 + ], + [ + 588, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17022", + "ALAND10": 142479047, + "AWATER10": 586104, + "GEOID10": "17022", + "ZCTA5CE10": "17022", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 253 + ], + [ + 591, + 251 + ], + [ + 589, + 251 + ], + [ + 589, + 253 + ], + [ + 591, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19567", + "ALAND10": 58447540, + "AWATER10": 151570, + "GEOID10": "19567", + "ZCTA5CE10": "19567", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 253 + ], + [ + 592, + 251 + ], + [ + 590, + 251 + ], + [ + 590, + 253 + ], + [ + 592, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19506", + "ALAND10": 175889440, + "AWATER10": 3266026, + "GEOID10": "19506", + "ZCTA5CE10": "19506", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 252 + ], + [ + 592, + 250 + ], + [ + 590, + 250 + ], + [ + 590, + 252 + ], + [ + 592, + 252 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17555", + "ALAND10": 90440254, + "AWATER10": 513565, + "GEOID10": "17555", + "ZCTA5CE10": "17555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 247 + ], + [ + 585, + 245 + ], + [ + 583, + 245 + ], + [ + 583, + 247 + ], + [ + 585, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21757", + "ALAND10": 97513894, + "AWATER10": 199033, + "GEOID10": "21757", + "ZCTA5CE10": "21757", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 248 + ], + [ + 587, + 246 + ], + [ + 585, + 246 + ], + [ + 585, + 248 + ], + [ + 587, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17331", + "ALAND10": 196491388, + "AWATER10": 5233223, + "GEOID10": "17331", + "ZCTA5CE10": "17331", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 247 + ], + [ + 588, + 245 + ], + [ + 586, + 245 + ], + [ + 586, + 247 + ], + [ + 588, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21074", + "ALAND10": 97036363, + "AWATER10": 788221, + "GEOID10": "21074", + "ZCTA5CE10": "21074", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 245 + ], + [ + 585, + 243 + ], + [ + 583, + 243 + ], + [ + 583, + 245 + ], + [ + 585, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21770", + "ALAND10": 28592261, + "AWATER10": 26656, + "GEOID10": "21770", + "ZCTA5CE10": "21770", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 243 + ], + [ + 585, + 241 + ], + [ + 583, + 241 + ], + [ + 583, + 243 + ], + [ + 585, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22066", + "ALAND10": 69879834, + "AWATER10": 627519, + "GEOID10": "22066", + "ZCTA5CE10": "22066", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 245 + ], + [ + 587, + 243 + ], + [ + 585, + 243 + ], + [ + 585, + 245 + ], + [ + 587, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21784", + "ALAND10": 149010933, + "AWATER10": 5264202, + "GEOID10": "21784", + "ZCTA5CE10": "21784", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 243 + ], + [ + 588, + 241 + ], + [ + 586, + 241 + ], + [ + 586, + 243 + ], + [ + 588, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21144", + "ALAND10": 41504554, + "AWATER10": 0, + "GEOID10": "21144", + "ZCTA5CE10": "21144", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 249 + ], + [ + 588, + 247 + ], + [ + 586, + 247 + ], + [ + 586, + 249 + ], + [ + 588, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17363", + "ALAND10": 97450968, + "AWATER10": 0, + "GEOID10": "17363", + "ZCTA5CE10": "17363", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 247 + ], + [ + 588, + 245 + ], + [ + 586, + 245 + ], + [ + 586, + 247 + ], + [ + 588, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21161", + "ALAND10": 125375146, + "AWATER10": 457650, + "GEOID10": "21161", + "ZCTA5CE10": "21161", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 249 + ], + [ + 591, + 247 + ], + [ + 589, + 247 + ], + [ + 589, + 249 + ], + [ + 591, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US17532", + "ALAND10": 54906921, + "AWATER10": 7199840, + "GEOID10": "17532", + "ZCTA5CE10": "17532", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 248 + ], + [ + 591, + 246 + ], + [ + 589, + 246 + ], + [ + 589, + 248 + ], + [ + 591, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21034", + "ALAND10": 65101481, + "AWATER10": 7322046, + "GEOID10": "21034", + "ZCTA5CE10": "21034", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 243 + ], + [ + 589, + 241 + ], + [ + 587, + 241 + ], + [ + 587, + 243 + ], + [ + 589, + 243 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21012", + "ALAND10": 25279386, + "AWATER10": 7074408, + "GEOID10": "21012", + "ZCTA5CE10": "21012", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 245 + ], + [ + 593, + 243 + ], + [ + 591, + 243 + ], + [ + 591, + 245 + ], + [ + 593, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21620", + "ALAND10": 302565594, + "AWATER10": 43711059, + "GEOID10": "21620", + "ZCTA5CE10": "21620", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 241 + ], + [ + 591, + 239 + ], + [ + 589, + 239 + ], + [ + 589, + 241 + ], + [ + 591, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21601", + "ALAND10": 283395339, + "AWATER10": 53674495, + "GEOID10": "21601", + "ZCTA5CE10": "21601", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 240 + ], + [ + 577, + 238 + ], + [ + 575, + 238 + ], + [ + 575, + 240 + ], + [ + 577, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22844", + "ALAND10": 125583958, + "AWATER10": 867632, + "GEOID10": "22844", + "ZCTA5CE10": "22844", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 239 + ], + [ + 577, + 237 + ], + [ + 575, + 237 + ], + [ + 575, + 239 + ], + [ + 577, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22802", + "ALAND10": 234406555, + "AWATER10": 486043, + "GEOID10": "22802", + "ZCTA5CE10": "22802", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 238 + ], + [ + 577, + 236 + ], + [ + 575, + 236 + ], + [ + 575, + 238 + ], + [ + 577, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22827", + "ALAND10": 353666598, + "AWATER10": 2336008, + "GEOID10": "22827", + "ZCTA5CE10": "22827", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 238 + ], + [ + 579, + 236 + ], + [ + 577, + 236 + ], + [ + 577, + 238 + ], + [ + 579, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22727", + "ALAND10": 261957740, + "AWATER10": 1138519, + "GEOID10": "22727", + "ZCTA5CE10": "22727", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 236 + ], + [ + 577, + 234 + ], + [ + 575, + 234 + ], + [ + 575, + 236 + ], + [ + 577, + 236 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22932", + "ALAND10": 280626581, + "AWATER10": 845024, + "GEOID10": "22932", + "ZCTA5CE10": "22932", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 234 + ], + [ + 577, + 232 + ], + [ + 575, + 232 + ], + [ + 575, + 234 + ], + [ + 577, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22937", + "ALAND10": 118296344, + "AWATER10": 1030613, + "GEOID10": "22937", + "ZCTA5CE10": "22937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 234 + ], + [ + 579, + 232 + ], + [ + 577, + 232 + ], + [ + 577, + 234 + ], + [ + 579, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22963", + "ALAND10": 315347208, + "AWATER10": 4153813, + "GEOID10": "22963", + "ZCTA5CE10": "22963", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 234 + ], + [ + 582, + 232 + ], + [ + 580, + 232 + ], + [ + 580, + 234 + ], + [ + 582, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23063", + "ALAND10": 259709872, + "AWATER10": 9803620, + "GEOID10": "23063", + "ZCTA5CE10": "23063", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 240 + ], + [ + 582, + 238 + ], + [ + 580, + 238 + ], + [ + 580, + 240 + ], + [ + 582, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22728", + "ALAND10": 117110271, + "AWATER10": 609626, + "GEOID10": "22728", + "ZCTA5CE10": "22728", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 238 + ], + [ + 582, + 236 + ], + [ + 580, + 236 + ], + [ + 580, + 238 + ], + [ + 582, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22542", + "ALAND10": 53523493, + "AWATER10": 137066, + "GEOID10": "22542", + "ZCTA5CE10": "22542", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 241 + ], + [ + 584, + 239 + ], + [ + 582, + 239 + ], + [ + 582, + 241 + ], + [ + 584, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US20112", + "ALAND10": 101236074, + "AWATER10": 1362070, + "GEOID10": "20112", + "ZCTA5CE10": "20112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 238 + ], + [ + 583, + 236 + ], + [ + 581, + 236 + ], + [ + 581, + 238 + ], + [ + 583, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22401", + "ALAND10": 27070876, + "AWATER10": 177679, + "GEOID10": "22401", + "ZCTA5CE10": "22401", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 237 + ], + [ + 580, + 235 + ], + [ + 578, + 235 + ], + [ + 578, + 237 + ], + [ + 580, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23093", + "ALAND10": 540280169, + "AWATER10": 5234666, + "GEOID10": "23093", + "ZCTA5CE10": "23093", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 235 + ], + [ + 580, + 233 + ], + [ + 578, + 233 + ], + [ + 578, + 235 + ], + [ + 580, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23084", + "ALAND10": 106722217, + "AWATER10": 338165, + "GEOID10": "23084", + "ZCTA5CE10": "23084", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 238 + ], + [ + 583, + 236 + ], + [ + 581, + 236 + ], + [ + 581, + 238 + ], + [ + 583, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22407", + "ALAND10": 146884011, + "AWATER10": 3465187, + "GEOID10": "22407", + "ZCTA5CE10": "22407", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 235 + ], + [ + 585, + 233 + ], + [ + 583, + 233 + ], + [ + 583, + 235 + ], + [ + 585, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22546", + "ALAND10": 420328822, + "AWATER10": 4857356, + "GEOID10": "22546", + "ZCTA5CE10": "22546", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 233 + ], + [ + 578, + 231 + ], + [ + 576, + 231 + ], + [ + 576, + 233 + ], + [ + 578, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24590", + "ALAND10": 431500945, + "AWATER10": 6715964, + "GEOID10": "24590", + "ZCTA5CE10": "24590", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 232 + ], + [ + 577, + 230 + ], + [ + 575, + 230 + ], + [ + 575, + 232 + ], + [ + 577, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23936", + "ALAND10": 565768245, + "AWATER10": 2587533, + "GEOID10": "23936", + "ZCTA5CE10": "23936", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 230 + ], + [ + 578, + 228 + ], + [ + 576, + 228 + ], + [ + 576, + 230 + ], + [ + 578, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23960", + "ALAND10": 111381938, + "AWATER10": 611925, + "GEOID10": "23960", + "ZCTA5CE10": "23960", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 231 + ], + [ + 579, + 229 + ], + [ + 577, + 229 + ], + [ + 577, + 231 + ], + [ + 579, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23040", + "ALAND10": 381640049, + "AWATER10": 2516132, + "GEOID10": "23040", + "ZCTA5CE10": "23040", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 229 + ], + [ + 580, + 227 + ], + [ + 578, + 227 + ], + [ + 578, + 229 + ], + [ + 580, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23930", + "ALAND10": 277328265, + "AWATER10": 1291012, + "GEOID10": "23930", + "ZCTA5CE10": "23930", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 228 + ], + [ + 579, + 226 + ], + [ + 577, + 226 + ], + [ + 577, + 228 + ], + [ + 579, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23937", + "ALAND10": 188715345, + "AWATER10": 741028, + "GEOID10": "23937", + "ZCTA5CE10": "23937", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 227 + ], + [ + 577, + 225 + ], + [ + 575, + 225 + ], + [ + 575, + 227 + ], + [ + 577, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23964", + "ALAND10": 114174481, + "AWATER10": 1961158, + "GEOID10": "23964", + "ZCTA5CE10": "23964", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 227 + ], + [ + 579, + 225 + ], + [ + 577, + 225 + ], + [ + 577, + 227 + ], + [ + 579, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23944", + "ALAND10": 362834211, + "AWATER10": 524897, + "GEOID10": "23944", + "ZCTA5CE10": "23944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 231 + ], + [ + 580, + 229 + ], + [ + 578, + 229 + ], + [ + 578, + 231 + ], + [ + 580, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23002", + "ALAND10": 672737809, + "AWATER10": 5225659, + "GEOID10": "23002", + "ZCTA5CE10": "23002", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 233 + ], + [ + 583, + 231 + ], + [ + 581, + 231 + ], + [ + 581, + 233 + ], + [ + 583, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23230", + "ALAND10": 10799220, + "AWATER10": 68803, + "GEOID10": "23230", + "ZCTA5CE10": "23230", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 231 + ], + [ + 583, + 229 + ], + [ + 581, + 229 + ], + [ + 581, + 231 + ], + [ + 583, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23112", + "ALAND10": 83867723, + "AWATER10": 6085821, + "GEOID10": "23112", + "ZCTA5CE10": "23112", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 228 + ], + [ + 581, + 226 + ], + [ + 579, + 226 + ], + [ + 579, + 228 + ], + [ + 581, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23824", + "ALAND10": 458723264, + "AWATER10": 3740355, + "GEOID10": "23824", + "ZCTA5CE10": "23824", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 227 + ], + [ + 581, + 225 + ], + [ + 579, + 225 + ], + [ + 579, + 227 + ], + [ + 581, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23920", + "ALAND10": 315296105, + "AWATER10": 121697, + "GEOID10": "23920", + "ZCTA5CE10": "23920", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 230 + ], + [ + 582, + 228 + ], + [ + 580, + 228 + ], + [ + 580, + 230 + ], + [ + 582, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23833", + "ALAND10": 147974924, + "AWATER10": 5218647, + "GEOID10": "23833", + "ZCTA5CE10": "23833", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 228 + ], + [ + 583, + 226 + ], + [ + 581, + 226 + ], + [ + 581, + 228 + ], + [ + 583, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23882", + "ALAND10": 415105431, + "AWATER10": 1877328, + "GEOID10": "23882", + "ZCTA5CE10": "23882", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 226 + ], + [ + 585, + 224 + ], + [ + 583, + 224 + ], + [ + 583, + 226 + ], + [ + 585, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23847", + "ALAND10": 727804293, + "AWATER10": 3869472, + "GEOID10": "23847", + "ZCTA5CE10": "23847", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 241 + ], + [ + 586, + 239 + ], + [ + 584, + 239 + ], + [ + 584, + 241 + ], + [ + 586, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22060", + "ALAND10": 34079002, + "AWATER10": 4197857, + "GEOID10": "22060", + "ZCTA5CE10": "22060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 240 + ], + [ + 586, + 238 + ], + [ + 584, + 238 + ], + [ + 584, + 240 + ], + [ + 586, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US20677", + "ALAND10": 39785761, + "AWATER10": 5019646, + "GEOID10": "20677", + "ZCTA5CE10": "20677", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 240 + ], + [ + 588, + 238 + ], + [ + 586, + 238 + ], + [ + 586, + 240 + ], + [ + 588, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US20736", + "ALAND10": 66162268, + "AWATER10": 1655246, + "GEOID10": "20736", + "ZCTA5CE10": "20736", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 584, + 238 + ], + [ + 584, + 236 + ], + [ + 582, + 236 + ], + [ + 582, + 238 + ], + [ + 584, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22405", + "ALAND10": 136742441, + "AWATER10": 5041271, + "GEOID10": "22405", + "ZCTA5CE10": "22405", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 235 + ], + [ + 586, + 233 + ], + [ + 584, + 233 + ], + [ + 584, + 235 + ], + [ + 586, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22514", + "ALAND10": 225432091, + "AWATER10": 3129770, + "GEOID10": "22514", + "ZCTA5CE10": "22514", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 235 + ], + [ + 586, + 233 + ], + [ + 584, + 233 + ], + [ + 584, + 235 + ], + [ + 586, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23126", + "ALAND10": 57848618, + "AWATER10": 286720, + "GEOID10": "23126", + "ZCTA5CE10": "23126", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 234 + ], + [ + 587, + 232 + ], + [ + 585, + 232 + ], + [ + 585, + 234 + ], + [ + 587, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23023", + "ALAND10": 51704084, + "AWATER10": 428602, + "GEOID10": "23023", + "ZCTA5CE10": "23023", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 240 + ], + [ + 588, + 238 + ], + [ + 586, + 238 + ], + [ + 586, + 240 + ], + [ + 588, + 240 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US20639", + "ALAND10": 108467933, + "AWATER10": 4920694, + "GEOID10": "20639", + "ZCTA5CE10": "20639", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 241 + ], + [ + 592, + 239 + ], + [ + 590, + 239 + ], + [ + 590, + 241 + ], + [ + 592, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21673", + "ALAND10": 133838997, + "AWATER10": 43105236, + "GEOID10": "21673", + "ZCTA5CE10": "21673", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 238 + ], + [ + 593, + 236 + ], + [ + 591, + 236 + ], + [ + 591, + 238 + ], + [ + 593, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21613", + "ALAND10": 402573086, + "AWATER10": 103611094, + "GEOID10": "21613", + "ZCTA5CE10": "21613", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 234 + ], + [ + 589, + 232 + ], + [ + 587, + 232 + ], + [ + 587, + 234 + ], + [ + 589, + 234 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US22503", + "ALAND10": 227903248, + "AWATER10": 71210298, + "GEOID10": "22503", + "ZCTA5CE10": "22503", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 232 + ], + [ + 586, + 230 + ], + [ + 584, + 230 + ], + [ + 584, + 232 + ], + [ + 586, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23141", + "ALAND10": 94160125, + "AWATER10": 784307, + "GEOID10": "23141", + "ZCTA5CE10": "23141", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 230 + ], + [ + 586, + 228 + ], + [ + 584, + 228 + ], + [ + 584, + 230 + ], + [ + 586, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23860", + "ALAND10": 130777489, + "AWATER10": 25215214, + "GEOID10": "23860", + "ZCTA5CE10": "23860", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 232 + ], + [ + 588, + 230 + ], + [ + 586, + 230 + ], + [ + 586, + 232 + ], + [ + 588, + 232 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23181", + "ALAND10": 169492181, + "AWATER10": 19721518, + "GEOID10": "23181", + "ZCTA5CE10": "23181", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 230 + ], + [ + 587, + 228 + ], + [ + 585, + 228 + ], + [ + 585, + 230 + ], + [ + 587, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23030", + "ALAND10": 382703181, + "AWATER10": 55186526, + "GEOID10": "23030", + "ZCTA5CE10": "23030", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 230 + ], + [ + 589, + 228 + ], + [ + 587, + 228 + ], + [ + 587, + 230 + ], + [ + 589, + 230 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23185", + "ALAND10": 145043907, + "AWATER10": 65721217, + "GEOID10": "23185", + "ZCTA5CE10": "23185", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 227 + ], + [ + 585, + 225 + ], + [ + 583, + 225 + ], + [ + 583, + 227 + ], + [ + 585, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23897", + "ALAND10": 153845341, + "AWATER10": 699266, + "GEOID10": "23897", + "ZCTA5CE10": "23897", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 229 + ], + [ + 587, + 227 + ], + [ + 585, + 227 + ], + [ + 585, + 229 + ], + [ + 587, + 229 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23839", + "ALAND10": 64837988, + "AWATER10": 119750, + "GEOID10": "23839", + "ZCTA5CE10": "23839", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 225 + ], + [ + 587, + 223 + ], + [ + 585, + 223 + ], + [ + 585, + 225 + ], + [ + 587, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23437", + "ALAND10": 257953553, + "AWATER10": 4330564, + "GEOID10": "23437", + "ZCTA5CE10": "23437", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 233 + ], + [ + 588, + 231 + ], + [ + 586, + 231 + ], + [ + 586, + 233 + ], + [ + 588, + 233 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23175", + "ALAND10": 42175418, + "AWATER10": 8845089, + "GEOID10": "23175", + "ZCTA5CE10": "23175", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 590, + 231 + ], + [ + 590, + 229 + ], + [ + 588, + 229 + ], + [ + 588, + 231 + ], + [ + 590, + 231 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23056", + "ALAND10": 15442381, + "AWATER10": 10026804, + "GEOID10": "23056", + "ZCTA5CE10": "23056", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 590, + 228 + ], + [ + 590, + 226 + ], + [ + 588, + 226 + ], + [ + 588, + 228 + ], + [ + 590, + 228 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23669", + "ALAND10": 32283004, + "AWATER10": 5217326, + "GEOID10": "23669", + "ZCTA5CE10": "23669", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 227 + ], + [ + 591, + 225 + ], + [ + 589, + 225 + ], + [ + 589, + 227 + ], + [ + 591, + 227 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23455", + "ALAND10": 42593490, + "AWATER10": 7770074, + "GEOID10": "23455", + "ZCTA5CE10": "23455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 226 + ], + [ + 593, + 224 + ], + [ + 591, + 224 + ], + [ + 591, + 226 + ], + [ + 593, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23457", + "ALAND10": 171832569, + "AWATER10": 94456105, + "GEOID10": "23457", + "ZCTA5CE10": "23457", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 256 + ], + [ + 595, + 254 + ], + [ + 593, + 254 + ], + [ + 593, + 256 + ], + [ + 595, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18080", + "ALAND10": 79643443, + "AWATER10": 785360, + "GEOID10": "18080", + "ZCTA5CE10": "18080", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 254 + ], + [ + 593, + 252 + ], + [ + 591, + 252 + ], + [ + 591, + 254 + ], + [ + 593, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19530", + "ALAND10": 144596912, + "AWATER10": 323032, + "GEOID10": "19530", + "ZCTA5CE10": "19530", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 255 + ], + [ + 595, + 253 + ], + [ + 593, + 253 + ], + [ + 593, + 255 + ], + [ + 595, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18037", + "ALAND10": 18896796, + "AWATER10": 415439, + "GEOID10": "18037", + "ZCTA5CE10": "18037", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 253 + ], + [ + 592, + 251 + ], + [ + 590, + 251 + ], + [ + 590, + 253 + ], + [ + 592, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19605", + "ALAND10": 43390841, + "AWATER10": 1147686, + "GEOID10": "19605", + "ZCTA5CE10": "19605", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 251 + ], + [ + 593, + 249 + ], + [ + 591, + 249 + ], + [ + 591, + 251 + ], + [ + 593, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19344", + "ALAND10": 84522051, + "AWATER10": 1371122, + "GEOID10": "19344", + "ZCTA5CE10": "19344", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 253 + ], + [ + 595, + 251 + ], + [ + 593, + 251 + ], + [ + 593, + 253 + ], + [ + 595, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19438", + "ALAND10": 57784400, + "AWATER10": 186080, + "GEOID10": "19438", + "ZCTA5CE10": "19438", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 251 + ], + [ + 595, + 249 + ], + [ + 593, + 249 + ], + [ + 593, + 251 + ], + [ + 595, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19460", + "ALAND10": 91570035, + "AWATER10": 3208822, + "GEOID10": "19460", + "ZCTA5CE10": "19460", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 256 + ], + [ + 597, + 254 + ], + [ + 595, + 254 + ], + [ + 595, + 256 + ], + [ + 597, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18013", + "ALAND10": 155881377, + "AWATER10": 4241269, + "GEOID10": "18013", + "ZCTA5CE10": "18013", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 255 + ], + [ + 597, + 253 + ], + [ + 595, + 253 + ], + [ + 595, + 255 + ], + [ + 597, + 255 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08886", + "ALAND10": 39164366, + "AWATER10": 145792, + "GEOID10": "08886", + "ZCTA5CE10": "08886", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 598, + 257 + ], + [ + 598, + 255 + ], + [ + 596, + 255 + ], + [ + 596, + 257 + ], + [ + 598, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US07821", + "ALAND10": 112301867, + "AWATER10": 3869804, + "GEOID10": "07821", + "ZCTA5CE10": "07821", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 256 + ], + [ + 600, + 254 + ], + [ + 598, + 254 + ], + [ + 598, + 256 + ], + [ + 600, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US07930", + "ALAND10": 65801236, + "AWATER10": 172525, + "GEOID10": "07930", + "ZCTA5CE10": "07930", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 254 + ], + [ + 597, + 252 + ], + [ + 595, + 252 + ], + [ + 595, + 254 + ], + [ + 597, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US18947", + "ALAND10": 61924768, + "AWATER10": 349014, + "GEOID10": "18947", + "ZCTA5CE10": "18947", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 251 + ], + [ + 597, + 249 + ], + [ + 595, + 249 + ], + [ + 595, + 251 + ], + [ + 597, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19046", + "ALAND10": 17157320, + "AWATER10": 0, + "GEOID10": "19046", + "ZCTA5CE10": "19046", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 253 + ], + [ + 599, + 251 + ], + [ + 597, + 251 + ], + [ + 597, + 253 + ], + [ + 599, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08525", + "ALAND10": 57521730, + "AWATER10": 163488, + "GEOID10": "08525", + "ZCTA5CE10": "08525", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 250 + ], + [ + 599, + 248 + ], + [ + 597, + 248 + ], + [ + 597, + 250 + ], + [ + 599, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08060", + "ALAND10": 57496269, + "AWATER10": 822715, + "GEOID10": "08060", + "ZCTA5CE10": "08060", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 600, + 250 + ], + [ + 600, + 248 + ], + [ + 598, + 248 + ], + [ + 598, + 250 + ], + [ + 600, + 250 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08562", + "ALAND10": 44538618, + "AWATER10": 272039, + "GEOID10": "08562", + "ZCTA5CE10": "08562", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 248 + ], + [ + 594, + 246 + ], + [ + 592, + 246 + ], + [ + 592, + 248 + ], + [ + 594, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19713", + "ALAND10": 35455332, + "AWATER10": 0, + "GEOID10": "19713", + "ZCTA5CE10": "19713", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 247 + ], + [ + 594, + 245 + ], + [ + 592, + 245 + ], + [ + 592, + 247 + ], + [ + 594, + 247 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19720", + "ALAND10": 96099433, + "AWATER10": 10076583, + "GEOID10": "19720", + "ZCTA5CE10": "19720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 596, + 249 + ], + [ + 596, + 247 + ], + [ + 594, + 247 + ], + [ + 594, + 249 + ], + [ + 596, + 249 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08027", + "ALAND10": 19141047, + "AWATER10": 7639923, + "GEOID10": "08027", + "ZCTA5CE10": "08027", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 245 + ], + [ + 592, + 243 + ], + [ + 590, + 243 + ], + [ + 590, + 245 + ], + [ + 592, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21645", + "ALAND10": 98640926, + "AWATER10": 7809407, + "GEOID10": "21645", + "ZCTA5CE10": "21645", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 244 + ], + [ + 592, + 242 + ], + [ + 590, + 242 + ], + [ + 590, + 244 + ], + [ + 592, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21623", + "ALAND10": 97180929, + "AWATER10": 1918122, + "GEOID10": "21623", + "ZCTA5CE10": "21623", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 245 + ], + [ + 594, + 243 + ], + [ + 592, + 243 + ], + [ + 592, + 245 + ], + [ + 594, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19901", + "ALAND10": 206009488, + "AWATER10": 25807491, + "GEOID10": "19901", + "ZCTA5CE10": "19901", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 242 + ], + [ + 595, + 240 + ], + [ + 593, + 240 + ], + [ + 593, + 242 + ], + [ + 595, + 242 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19954", + "ALAND10": 22367248, + "AWATER10": 110081, + "GEOID10": "19954", + "ZCTA5CE10": "19954", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 248 + ], + [ + 597, + 246 + ], + [ + 595, + 246 + ], + [ + 595, + 248 + ], + [ + 597, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08080", + "ALAND10": 74861010, + "AWATER10": 397836, + "GEOID10": "08080", + "ZCTA5CE10": "08080", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 246 + ], + [ + 597, + 244 + ], + [ + 595, + 244 + ], + [ + 595, + 246 + ], + [ + 597, + 246 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08360", + "ALAND10": 110989673, + "AWATER10": 1068533, + "GEOID10": "08360", + "ZCTA5CE10": "08360", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 248 + ], + [ + 601, + 246 + ], + [ + 599, + 246 + ], + [ + 599, + 248 + ], + [ + 601, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08019", + "ALAND10": 154723571, + "AWATER10": 4825831, + "GEOID10": "08019", + "ZCTA5CE10": "08019", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 245 + ], + [ + 599, + 243 + ], + [ + 597, + 243 + ], + [ + 597, + 245 + ], + [ + 599, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08330", + "ALAND10": 311282767, + "AWATER10": 6114691, + "GEOID10": "08330", + "ZCTA5CE10": "08330", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 599, + 244 + ], + [ + 599, + 242 + ], + [ + 597, + 242 + ], + [ + 597, + 244 + ], + [ + 599, + 244 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08210", + "ALAND10": 178133686, + "AWATER10": 19070432, + "GEOID10": "08210", + "ZCTA5CE10": "08210", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 256 + ], + [ + 601, + 254 + ], + [ + 599, + 254 + ], + [ + 599, + 256 + ], + [ + 601, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US07940", + "ALAND10": 12044671, + "AWATER10": 52132, + "GEOID10": "07940", + "ZCTA5CE10": "07940", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 254 + ], + [ + 601, + 252 + ], + [ + 599, + 252 + ], + [ + 599, + 254 + ], + [ + 601, + 254 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08816", + "ALAND10": 53325603, + "AWATER10": 1226554, + "GEOID10": "08816", + "ZCTA5CE10": "08816", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 256 + ], + [ + 603, + 254 + ], + [ + 601, + 254 + ], + [ + 601, + 256 + ], + [ + 603, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US07047", + "ALAND10": 13449789, + "AWATER10": 415108, + "GEOID10": "07047", + "ZCTA5CE10": "07047", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 253 + ], + [ + 601, + 251 + ], + [ + 599, + 251 + ], + [ + 599, + 253 + ], + [ + 601, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08831", + "ALAND10": 130339431, + "AWATER10": 895146, + "GEOID10": "08831", + "ZCTA5CE10": "08831", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 602, + 251 + ], + [ + 602, + 249 + ], + [ + 600, + 249 + ], + [ + 600, + 251 + ], + [ + 602, + 251 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08527", + "ALAND10": 220570182, + "AWATER10": 2598660, + "GEOID10": "08527", + "ZCTA5CE10": "08527", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 603, + 253 + ], + [ + 603, + 251 + ], + [ + 601, + 251 + ], + [ + 601, + 253 + ], + [ + 603, + 253 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US07701", + "ALAND10": 24075010, + "AWATER10": 3601048, + "GEOID10": "07701", + "ZCTA5CE10": "07701", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 606, + 256 + ], + [ + 606, + 254 + ], + [ + 604, + 254 + ], + [ + 604, + 256 + ], + [ + 606, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US11545", + "ALAND10": 29725491, + "AWATER10": 32793, + "GEOID10": "11545", + "ZCTA5CE10": "11545", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 607, + 256 + ], + [ + 607, + 254 + ], + [ + 605, + 254 + ], + [ + 605, + 256 + ], + [ + 607, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US11747", + "ALAND10": 34067976, + "AWATER10": 2786, + "GEOID10": "11747", + "ZCTA5CE10": "11747", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 602, + 248 + ], + [ + 602, + 246 + ], + [ + 600, + 246 + ], + [ + 600, + 248 + ], + [ + 602, + 248 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08005", + "ALAND10": 122240998, + "AWATER10": 3370008, + "GEOID10": "08005", + "ZCTA5CE10": "08005", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 601, + 245 + ], + [ + 601, + 243 + ], + [ + 599, + 243 + ], + [ + 599, + 245 + ], + [ + 601, + 245 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US08406", + "ALAND10": 5150394, + "AWATER10": 4704665, + "GEOID10": "08406", + "ZCTA5CE10": "08406", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 238 + ], + [ + 593, + 236 + ], + [ + 591, + 236 + ], + [ + 591, + 238 + ], + [ + 593, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21837", + "ALAND10": 115031316, + "AWATER10": 8449321, + "GEOID10": "21837", + "ZCTA5CE10": "21837", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 241 + ], + [ + 595, + 239 + ], + [ + 593, + 239 + ], + [ + 593, + 241 + ], + [ + 595, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19960", + "ALAND10": 76517662, + "AWATER10": 723134, + "GEOID10": "19960", + "ZCTA5CE10": "19960", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 239 + ], + [ + 595, + 237 + ], + [ + 593, + 237 + ], + [ + 593, + 239 + ], + [ + 595, + 239 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21804", + "ALAND10": 192431819, + "AWATER10": 1392402, + "GEOID10": "21804", + "ZCTA5CE10": "21804", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 594, + 235 + ], + [ + 594, + 233 + ], + [ + 592, + 233 + ], + [ + 592, + 235 + ], + [ + 594, + 235 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US23426", + "ALAND10": 13479064, + "AWATER10": 4490622, + "GEOID10": "23426", + "ZCTA5CE10": "23426", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 595, + 237 + ], + [ + 595, + 235 + ], + [ + 593, + 235 + ], + [ + 593, + 237 + ], + [ + 595, + 237 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21851", + "ALAND10": 273844684, + "AWATER10": 5190716, + "GEOID10": "21851", + "ZCTA5CE10": "21851", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 241 + ], + [ + 597, + 239 + ], + [ + 595, + 239 + ], + [ + 595, + 241 + ], + [ + 597, + 241 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US19968", + "ALAND10": 162423284, + "AWATER10": 2176391, + "GEOID10": "19968", + "ZCTA5CE10": "19968", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 597, + 238 + ], + [ + 597, + 236 + ], + [ + 595, + 236 + ], + [ + 595, + 238 + ], + [ + 597, + 238 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US21811", + "ALAND10": 260746792, + "AWATER10": 32246571, + "GEOID10": "21811", + "ZCTA5CE10": "21811", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 226 + ], + [ + 577, + 224 + ], + [ + 575, + 224 + ], + [ + 575, + 226 + ], + [ + 577, + 226 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US24598", + "ALAND10": 191303947, + "AWATER10": 3421835, + "GEOID10": "24598", + "ZCTA5CE10": "24598", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 222 + ], + [ + 577, + 220 + ], + [ + 575, + 220 + ], + [ + 575, + 222 + ], + [ + 577, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27565", + "ALAND10": 859209318, + "AWATER10": 2449800, + "GEOID10": "27565", + "ZCTA5CE10": "27565", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 224 + ], + [ + 579, + 222 + ], + [ + 577, + 222 + ], + [ + 577, + 224 + ], + [ + 579, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27553", + "ALAND10": 95828627, + "AWATER10": 16263736, + "GEOID10": "27553", + "ZCTA5CE10": "27553", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 223 + ], + [ + 581, + 221 + ], + [ + 579, + 221 + ], + [ + 579, + 223 + ], + [ + 581, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27589", + "ALAND10": 449939572, + "AWATER10": 1163884, + "GEOID10": "27589", + "ZCTA5CE10": "27589", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 220 + ], + [ + 577, + 218 + ], + [ + 575, + 218 + ], + [ + 575, + 220 + ], + [ + 577, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27612", + "ALAND10": 48608592, + "AWATER10": 587420, + "GEOID10": "27612", + "ZCTA5CE10": "27612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 220 + ], + [ + 577, + 218 + ], + [ + 575, + 218 + ], + [ + 575, + 220 + ], + [ + 577, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27603", + "ALAND10": 133665956, + "AWATER10": 1284037, + "GEOID10": "27603", + "ZCTA5CE10": "27603", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 221 + ], + [ + 579, + 219 + ], + [ + 577, + 219 + ], + [ + 577, + 221 + ], + [ + 579, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27549", + "ALAND10": 625560675, + "AWATER10": 4162749, + "GEOID10": "27549", + "ZCTA5CE10": "27549", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 219 + ], + [ + 580, + 217 + ], + [ + 578, + 217 + ], + [ + 578, + 219 + ], + [ + 580, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27880", + "ALAND10": 67243855, + "AWATER10": 4142500, + "GEOID10": "27880", + "ZCTA5CE10": "27880", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 217 + ], + [ + 579, + 215 + ], + [ + 577, + 215 + ], + [ + 577, + 217 + ], + [ + 579, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27569", + "ALAND10": 210908801, + "AWATER10": 713635, + "GEOID10": "27569", + "ZCTA5CE10": "27569", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 225 + ], + [ + 582, + 223 + ], + [ + 580, + 223 + ], + [ + 580, + 225 + ], + [ + 582, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27870", + "ALAND10": 175886726, + "AWATER10": 7260720, + "GEOID10": "27870", + "ZCTA5CE10": "27870", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 222 + ], + [ + 583, + 220 + ], + [ + 581, + 220 + ], + [ + 581, + 222 + ], + [ + 583, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27891", + "ALAND10": 366247705, + "AWATER10": 580126, + "GEOID10": "27891", + "ZCTA5CE10": "27891", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 224 + ], + [ + 582, + 222 + ], + [ + 580, + 222 + ], + [ + 580, + 224 + ], + [ + 582, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27839", + "ALAND10": 369642698, + "AWATER10": 291746, + "GEOID10": "27839", + "ZCTA5CE10": "27839", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 222 + ], + [ + 583, + 220 + ], + [ + 581, + 220 + ], + [ + 581, + 222 + ], + [ + 583, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27886", + "ALAND10": 499549200, + "AWATER10": 2454506, + "GEOID10": "27886", + "ZCTA5CE10": "27886", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 220 + ], + [ + 581, + 218 + ], + [ + 579, + 218 + ], + [ + 579, + 220 + ], + [ + 581, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27803", + "ALAND10": 104454500, + "AWATER10": 2012875, + "GEOID10": "27803", + "ZCTA5CE10": "27803", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 218 + ], + [ + 582, + 216 + ], + [ + 580, + 216 + ], + [ + 580, + 218 + ], + [ + 582, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27830", + "ALAND10": 157015507, + "AWATER10": 181744, + "GEOID10": "27830", + "ZCTA5CE10": "27830", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 219 + ], + [ + 585, + 217 + ], + [ + 583, + 217 + ], + [ + 583, + 219 + ], + [ + 585, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27871", + "ALAND10": 249331934, + "AWATER10": 48184, + "GEOID10": "27871", + "ZCTA5CE10": "27871", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 218 + ], + [ + 583, + 216 + ], + [ + 581, + 216 + ], + [ + 581, + 218 + ], + [ + 583, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27834", + "ALAND10": 457643693, + "AWATER10": 3464997, + "GEOID10": "27834", + "ZCTA5CE10": "27834", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 215 + ], + [ + 578, + 213 + ], + [ + 576, + 213 + ], + [ + 576, + 215 + ], + [ + 578, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28318", + "ALAND10": 206339251, + "AWATER10": 97367, + "GEOID10": "28318", + "ZCTA5CE10": "28318", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 216 + ], + [ + 577, + 214 + ], + [ + 575, + 214 + ], + [ + 575, + 216 + ], + [ + 577, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28334", + "ALAND10": 414858377, + "AWATER10": 3999217, + "GEOID10": "28334", + "ZCTA5CE10": "28334", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 213 + ], + [ + 579, + 211 + ], + [ + 577, + 211 + ], + [ + 577, + 213 + ], + [ + 579, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28328", + "ALAND10": 660781854, + "AWATER10": 1752080, + "GEOID10": "28328", + "ZCTA5CE10": "28328", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 212 + ], + [ + 577, + 210 + ], + [ + 575, + 210 + ], + [ + 575, + 212 + ], + [ + 577, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28399", + "ALAND10": 241686755, + "AWATER10": 6488952, + "GEOID10": "28399", + "ZCTA5CE10": "28399", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 578, + 209 + ], + [ + 578, + 207 + ], + [ + 576, + 207 + ], + [ + 576, + 209 + ], + [ + 578, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28472", + "ALAND10": 469543830, + "AWATER10": 1646985, + "GEOID10": "28472", + "ZCTA5CE10": "28472", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 579, + 213 + ], + [ + 579, + 211 + ], + [ + 577, + 211 + ], + [ + 577, + 213 + ], + [ + 579, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28441", + "ALAND10": 331231481, + "AWATER10": 282711, + "GEOID10": "28441", + "ZCTA5CE10": "28441", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 210 + ], + [ + 580, + 208 + ], + [ + 578, + 208 + ], + [ + 578, + 210 + ], + [ + 580, + 210 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28421", + "ALAND10": 143334816, + "AWATER10": 772800, + "GEOID10": "28421", + "ZCTA5CE10": "28421", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 581, + 216 + ], + [ + 581, + 214 + ], + [ + 579, + 214 + ], + [ + 579, + 216 + ], + [ + 581, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27534", + "ALAND10": 187378070, + "AWATER10": 1878303, + "GEOID10": "27534", + "ZCTA5CE10": "27534", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 215 + ], + [ + 582, + 213 + ], + [ + 580, + 213 + ], + [ + 580, + 215 + ], + [ + 582, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28365", + "ALAND10": 498948199, + "AWATER10": 2852124, + "GEOID10": "28365", + "ZCTA5CE10": "28365", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 217 + ], + [ + 583, + 215 + ], + [ + 581, + 215 + ], + [ + 581, + 217 + ], + [ + 583, + 217 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28501", + "ALAND10": 275012067, + "AWATER10": 2024890, + "GEOID10": "28501", + "ZCTA5CE10": "28501", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 215 + ], + [ + 583, + 213 + ], + [ + 581, + 213 + ], + [ + 581, + 215 + ], + [ + 583, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28572", + "ALAND10": 274157213, + "AWATER10": 1143502, + "GEOID10": "28572", + "ZCTA5CE10": "28572", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 213 + ], + [ + 586, + 211 + ], + [ + 584, + 211 + ], + [ + 584, + 213 + ], + [ + 586, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28555", + "ALAND10": 397342985, + "AWATER10": 2314137, + "GEOID10": "28555", + "ZCTA5CE10": "28555", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 212 + ], + [ + 583, + 210 + ], + [ + 581, + 210 + ], + [ + 581, + 212 + ], + [ + 583, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28574", + "ALAND10": 331757236, + "AWATER10": 399032, + "GEOID10": "28574", + "ZCTA5CE10": "28574", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 212 + ], + [ + 582, + 210 + ], + [ + 580, + 210 + ], + [ + 580, + 212 + ], + [ + 582, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28425", + "ALAND10": 387755698, + "AWATER10": 1537990, + "GEOID10": "28425", + "ZCTA5CE10": "28425", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 213 + ], + [ + 585, + 211 + ], + [ + 583, + 211 + ], + [ + 583, + 213 + ], + [ + 585, + 213 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28546", + "ALAND10": 145238469, + "AWATER10": 283758, + "GEOID10": "28546", + "ZCTA5CE10": "28546", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 224 + ], + [ + 586, + 222 + ], + [ + 584, + 222 + ], + [ + 584, + 224 + ], + [ + 586, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27820", + "ALAND10": 145727043, + "AWATER10": 423885, + "GEOID10": "27820", + "ZCTA5CE10": "27820", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 583, + 223 + ], + [ + 583, + 221 + ], + [ + 581, + 221 + ], + [ + 581, + 223 + ], + [ + 583, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27874", + "ALAND10": 337963063, + "AWATER10": 2084651, + "GEOID10": "27874", + "ZCTA5CE10": "27874", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 222 + ], + [ + 586, + 220 + ], + [ + 584, + 220 + ], + [ + 584, + 222 + ], + [ + 586, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27805", + "ALAND10": 287337005, + "AWATER10": 0, + "GEOID10": "27805", + "ZCTA5CE10": "27805", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 222 + ], + [ + 587, + 220 + ], + [ + 585, + 220 + ], + [ + 585, + 222 + ], + [ + 587, + 222 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27924", + "ALAND10": 243725999, + "AWATER10": 16782251, + "GEOID10": "27924", + "ZCTA5CE10": "27924", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 221 + ], + [ + 586, + 219 + ], + [ + 584, + 219 + ], + [ + 584, + 221 + ], + [ + 586, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27892", + "ALAND10": 500794039, + "AWATER10": 232724, + "GEOID10": "27892", + "ZCTA5CE10": "27892", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 220 + ], + [ + 588, + 218 + ], + [ + 586, + 218 + ], + [ + 586, + 220 + ], + [ + 588, + 220 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27846", + "ALAND10": 245355637, + "AWATER10": 373375, + "GEOID10": "27846", + "ZCTA5CE10": "27846", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 585, + 221 + ], + [ + 585, + 219 + ], + [ + 583, + 219 + ], + [ + 583, + 221 + ], + [ + 585, + 221 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27983", + "ALAND10": 861119894, + "AWATER10": 62675476, + "GEOID10": "27983", + "ZCTA5CE10": "27983", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 218 + ], + [ + 587, + 216 + ], + [ + 585, + 216 + ], + [ + 585, + 218 + ], + [ + 587, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27808", + "ALAND10": 108575338, + "AWATER10": 48676005, + "GEOID10": "27808", + "ZCTA5CE10": "27808", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 589, + 223 + ], + [ + 589, + 221 + ], + [ + 587, + 221 + ], + [ + 587, + 223 + ], + [ + 589, + 223 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27944", + "ALAND10": 479178765, + "AWATER10": 69576581, + "GEOID10": "27944", + "ZCTA5CE10": "27944", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 591, + 225 + ], + [ + 591, + 223 + ], + [ + 589, + 223 + ], + [ + 589, + 225 + ], + [ + 591, + 225 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27950", + "ALAND10": 76969987, + "AWATER10": 57335200, + "GEOID10": "27950", + "ZCTA5CE10": "27950", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 592, + 224 + ], + [ + 592, + 222 + ], + [ + 590, + 222 + ], + [ + 590, + 224 + ], + [ + 592, + 224 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27974", + "ALAND10": 118838070, + "AWATER10": 66139770, + "GEOID10": "27974", + "ZCTA5CE10": "27974", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 218 + ], + [ + 587, + 216 + ], + [ + 585, + 216 + ], + [ + 585, + 218 + ], + [ + 587, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27860", + "ALAND10": 371345423, + "AWATER10": 4409531, + "GEOID10": "27860", + "ZCTA5CE10": "27860", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 590, + 219 + ], + [ + 590, + 217 + ], + [ + 588, + 217 + ], + [ + 588, + 219 + ], + [ + 590, + 219 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27925", + "ALAND10": 624682560, + "AWATER10": 113735295, + "GEOID10": "27925", + "ZCTA5CE10": "27925", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 586, + 216 + ], + [ + 586, + 214 + ], + [ + 584, + 214 + ], + [ + 584, + 216 + ], + [ + 586, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28586", + "ALAND10": 338995631, + "AWATER10": 3820696, + "GEOID10": "28586", + "ZCTA5CE10": "28586", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 215 + ], + [ + 587, + 213 + ], + [ + 585, + 213 + ], + [ + 585, + 215 + ], + [ + 587, + 215 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28560", + "ALAND10": 304169998, + "AWATER10": 65656182, + "GEOID10": "28560", + "ZCTA5CE10": "28560", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 214 + ], + [ + 587, + 212 + ], + [ + 585, + 212 + ], + [ + 585, + 214 + ], + [ + 587, + 214 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28571", + "ALAND10": 133754036, + "AWATER10": 60747022, + "GEOID10": "28571", + "ZCTA5CE10": "28571", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 587, + 216 + ], + [ + 587, + 214 + ], + [ + 585, + 214 + ], + [ + 585, + 216 + ], + [ + 587, + 216 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27806", + "ALAND10": 357965486, + "AWATER10": 92053689, + "GEOID10": "27806", + "ZCTA5CE10": "27806", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 588, + 212 + ], + [ + 588, + 210 + ], + [ + 586, + 210 + ], + [ + 586, + 212 + ], + [ + 588, + 212 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28516", + "ALAND10": 545232728, + "AWATER10": 264604577, + "GEOID10": "28516", + "ZCTA5CE10": "28516", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 208 + ], + [ + 577, + 206 + ], + [ + 575, + 206 + ], + [ + 575, + 208 + ], + [ + 577, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28455", + "ALAND10": 196078761, + "AWATER10": 669680, + "GEOID10": "28455", + "ZCTA5CE10": "28455", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 577, + 207 + ], + [ + 577, + 205 + ], + [ + 575, + 205 + ], + [ + 575, + 207 + ], + [ + 577, + 207 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28420", + "ALAND10": 363904659, + "AWATER10": 1018412, + "GEOID10": "28420", + "ZCTA5CE10": "28420", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 580, + 208 + ], + [ + 580, + 206 + ], + [ + 578, + 206 + ], + [ + 578, + 208 + ], + [ + 580, + 208 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28462", + "ALAND10": 241443178, + "AWATER10": 6343955, + "GEOID10": "28462", + "ZCTA5CE10": "28462", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 582, + 209 + ], + [ + 582, + 207 + ], + [ + 580, + 207 + ], + [ + 580, + 209 + ], + [ + 582, + 209 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US28409", + "ALAND10": 61749403, + "AWATER10": 15136721, + "GEOID10": "28409", + "ZCTA5CE10": "28409", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 593, + 218 + ], + [ + 593, + 216 + ], + [ + 591, + 216 + ], + [ + 591, + 218 + ], + [ + 593, + 218 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US27953", + "ALAND10": 713603662, + "AWATER10": 172167125, + "GEOID10": "27953", + "ZCTA5CE10": "27953", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 609, + 256 + ], + [ + 609, + 254 + ], + [ + 607, + 254 + ], + [ + 607, + 256 + ], + [ + 609, + 256 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US11741", + "ALAND10": 19360302, + "AWATER10": 0, + "GEOID10": "11741", + "ZCTA5CE10": "11741", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 613, + 257 + ], + [ + 613, + 255 + ], + [ + 611, + 255 + ], + [ + 611, + 257 + ], + [ + 613, + 257 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US11968", + "ALAND10": 70014586, + "AWATER10": 14976585, + "GEOID10": "11968", + "ZCTA5CE10": "11968", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 642, + 107 + ], + [ + 642, + 105 + ], + [ + 640, + 105 + ], + [ + 640, + 107 + ], + [ + 642, + 107 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US00682", + "ALAND10": 37304307, + "AWATER10": 6321605, + "GEOID10": "00682", + "ZCTA5CE10": "00682", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 645, + 108 + ], + [ + 645, + 106 + ], + [ + 643, + 106 + ], + [ + 643, + 108 + ], + [ + 645, + 108 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US00612", + "ALAND10": 175065125, + "AWATER10": 9790060, + "GEOID10": "00612", + "ZCTA5CE10": "00612", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 645, + 107 + ], + [ + 645, + 105 + ], + [ + 643, + 105 + ], + [ + 643, + 107 + ], + [ + 645, + 107 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US00641", + "ALAND10": 242243032, + "AWATER10": 3460661, + "GEOID10": "00641", + "ZCTA5CE10": "00641", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 646, + 107 + ], + [ + 646, + 105 + ], + [ + 644, + 105 + ], + [ + 644, + 107 + ], + [ + 646, + 107 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US00720", + "ALAND10": 154382625, + "AWATER10": 286519, + "GEOID10": "00720", + "ZCTA5CE10": "00720", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 648, + 106 + ], + [ + 648, + 104 + ], + [ + 646, + 104 + ], + [ + 646, + 106 + ], + [ + 648, + 106 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US00751", + "ALAND10": 121676234, + "AWATER10": 29332072, + "GEOID10": "00751", + "ZCTA5CE10": "00751", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + [ + [ + [ + 650, + 106 + ], + [ + 650, + 104 + ], + [ + 648, + 104 + ], + [ + 648, + 106 + ], + [ + 650, + 106 + ] + ] + ] + ], + "type": "MultiPolygon" + }, + "properties": { + "AFFGEOID10": "8600000US00791", + "ALAND10": 95737499, + "AWATER10": 2852905, + "GEOID10": "00791", + "ZCTA5CE10": "00791", + "source_mvt_layer": "zcta" + }, + "type": "Feature" + } + ], + "name": "merged", + "type": "FeatureCollection" +} diff --git a/tests/expected/auto/save_config.yaml b/tests/expected/auto/save_config.yaml index 1b71a500b..f4c111a12 100644 --- a/tests/expected/auto/save_config.yaml +++ b/tests/expected/auto/save_config.yaml @@ -231,6 +231,7 @@ pmtiles: - tests/fixtures/pmtiles - tests/fixtures/cog sources: + cb_2018_us_zcta510_500k: s3://pmtilestest/cb_2018_us_zcta510_500k.pmtiles png: tests/fixtures/pmtiles/png.pmtiles stamen_toner__raster_CC-BY-ODbL_z3: tests/fixtures/pmtiles/stamen_toner__raster_CC-BY+ODbL_z3.pmtiles webp2: http://localhost:5412/webp2.pmtiles diff --git a/tests/test.sh b/tests/test.sh index e94328365..8fb7dbad7 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -244,7 +244,7 @@ LOG_FILE="${LOG_DIR}/${TEST_NAME}.txt" TEST_OUT_DIR="${TEST_OUT_BASE_DIR}/${TEST_NAME}" mkdir -p "$TEST_OUT_DIR" -ARG=(--default-srid 900913 --auto-bounds calc --save-config "${TEST_OUT_DIR}/save_config.yaml" tests/fixtures/mbtiles tests/fixtures/pmtiles tests/fixtures/cog "$STATICS_URL/webp2.pmtiles" --sprite tests/fixtures/sprites/src1 --font tests/fixtures/fonts/overpass-mono-regular.ttf --font tests/fixtures/fonts) +ARG=(--default-srid 900913 --auto-bounds calc --save-config "${TEST_OUT_DIR}/save_config.yaml" tests/fixtures/mbtiles tests/fixtures/pmtiles tests/fixtures/cog "$STATICS_URL/webp2.pmtiles" s3://pmtilestest/cb_2018_us_zcta510_500k.pmtiles --sprite tests/fixtures/sprites/src1 --font tests/fixtures/fonts/overpass-mono-regular.ttf --font tests/fixtures/fonts) export DATABASE_URL="$MARTIN_DATABASE_URL" set -x @@ -311,6 +311,7 @@ test_pbf points3857_srid_0_0_0 points3857/0/0/0 test_jsn pmt stamen_toner__raster_CC-BY-ODbL_z3 test_png pmt_3_4_2 stamen_toner__raster_CC-BY-ODbL_z3/3/4/2 test_png webp2_1_0_0 webp2/1/0/0 # HTTP pmtiles +test_pbf s3_1_0_0 cb_2018_us_zcta510_500k/1/0/0 # HTTP pmtiles via s3 >&2 echo "***** Test server response for MbTiles source *****" test_jsn mb_jpg geography-class-jpg