diff --git a/V2-V3-BREAKING-CHANGES.rst b/V2-V3-BREAKING-CHANGES.rst index 2c5524f901..40692fb496 100644 --- a/V2-V3-BREAKING-CHANGES.rst +++ b/V2-V3-BREAKING-CHANGES.rst @@ -5,4 +5,4 @@ Known breaking changes - V2 - first layer is bottom layer of the map. - V3 - first layer is top layer of the map. - Scales, DPI moved from configuration to template/attributes in config.yaml file - - http allowed hosts, headers, etc... moved to Http processors \ No newline at end of file + - http allowed hosts, headers, etc... moved to Http processors diff --git a/core/jettyRunExtraFiles/mapfish-spring-application-context-override.xml b/core/jettyRunExtraFiles/mapfish-spring-application-context-override.xml index 9fb3ef53f0..2cbec19a0f 100644 --- a/core/jettyRunExtraFiles/mapfish-spring-application-context-override.xml +++ b/core/jettyRunExtraFiles/mapfish-spring-application-context-override.xml @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/core/libs/Readme.rst b/core/libs/Readme.rst index 06f6ac570c..39641cd7cd 100644 --- a/core/libs/Readme.rst +++ b/core/libs/Readme.rst @@ -1,2 +1,2 @@ The jars in this directory are jars that have problems in the maven repositories because of bad descriptors or some other reason and -sometimes fail to download (for example by travis). \ No newline at end of file +sometimes fail to download (for example by travis). diff --git a/core/src/main/java/org/mapfish/print/ApplicationContextProvider.java b/core/src/main/java/org/mapfish/print/ApplicationContextProvider.java index ddc291ceaf..16ae8dad3e 100644 --- a/core/src/main/java/org/mapfish/print/ApplicationContextProvider.java +++ b/core/src/main/java/org/mapfish/print/ApplicationContextProvider.java @@ -20,4 +20,4 @@ public static ApplicationContext getApplicationContext() { public final void setApplicationContext(final ApplicationContext ctx) { context = ctx; } -} \ No newline at end of file +} diff --git a/core/src/main/java/org/mapfish/print/map/geotools/function/package-info.java b/core/src/main/java/org/mapfish/print/map/geotools/function/package-info.java index 83a51628e5..816fc09e92 100644 --- a/core/src/main/java/org/mapfish/print/map/geotools/function/package-info.java +++ b/core/src/main/java/org/mapfish/print/map/geotools/function/package-info.java @@ -1,4 +1,4 @@ /** * Package containing Custom geotools functions for mapfish print. */ -package org.mapfish.print.map.geotools.function; \ No newline at end of file +package org.mapfish.print.map.geotools.function; diff --git a/core/src/main/java/org/mapfish/print/servlet/job/PrintJobEntry.java b/core/src/main/java/org/mapfish/print/servlet/job/PrintJobEntry.java index 5ad56f83bc..87a6c8786a 100644 --- a/core/src/main/java/org/mapfish/print/servlet/job/PrintJobEntry.java +++ b/core/src/main/java/org/mapfish/print/servlet/job/PrintJobEntry.java @@ -51,4 +51,4 @@ public interface PrintJobEntry { */ void assertAccess(); -} \ No newline at end of file +} diff --git a/core/src/main/java/org/mapfish/print/servlet/job/PrintJobResult.java b/core/src/main/java/org/mapfish/print/servlet/job/PrintJobResult.java index 3dfade3ca1..a3bffa00de 100644 --- a/core/src/main/java/org/mapfish/print/servlet/job/PrintJobResult.java +++ b/core/src/main/java/org/mapfish/print/servlet/job/PrintJobResult.java @@ -33,4 +33,4 @@ public interface PrintJobResult { */ String getReportURIString(); -} \ No newline at end of file +} diff --git a/core/src/main/java/org/mapfish/print/servlet/job/PrintJobStatus.java b/core/src/main/java/org/mapfish/print/servlet/job/PrintJobStatus.java index fd641faf71..65de121692 100644 --- a/core/src/main/java/org/mapfish/print/servlet/job/PrintJobStatus.java +++ b/core/src/main/java/org/mapfish/print/servlet/job/PrintJobStatus.java @@ -121,4 +121,4 @@ enum Status { */ void setWaitingTime(long waitingTime); -} \ No newline at end of file +} diff --git a/core/src/main/java/org/mapfish/print/servlet/job/impl/hibernate/AccessAssertionUserType.java b/core/src/main/java/org/mapfish/print/servlet/job/impl/hibernate/AccessAssertionUserType.java index 2fb24c80bc..58580e1871 100644 --- a/core/src/main/java/org/mapfish/print/servlet/job/impl/hibernate/AccessAssertionUserType.java +++ b/core/src/main/java/org/mapfish/print/servlet/job/impl/hibernate/AccessAssertionUserType.java @@ -104,4 +104,4 @@ public final int[] sqlTypes() { return SQL_TYPES; } -} \ No newline at end of file +} diff --git a/core/src/main/java/org/mapfish/print/servlet/job/impl/hibernate/PJsonObjectUserType.java b/core/src/main/java/org/mapfish/print/servlet/job/impl/hibernate/PJsonObjectUserType.java index d1f8e5828a..454a093573 100644 --- a/core/src/main/java/org/mapfish/print/servlet/job/impl/hibernate/PJsonObjectUserType.java +++ b/core/src/main/java/org/mapfish/print/servlet/job/impl/hibernate/PJsonObjectUserType.java @@ -105,4 +105,4 @@ public final int[] sqlTypes() { return SQL_TYPES; } -} \ No newline at end of file +} diff --git a/core/src/main/resources/META-INF/services/org.geotools.filter.FunctionFactory b/core/src/main/resources/META-INF/services/org.geotools.filter.FunctionFactory index b8081e6972..87db29603c 100644 --- a/core/src/main/resources/META-INF/services/org.geotools.filter.FunctionFactory +++ b/core/src/main/resources/META-INF/services/org.geotools.filter.FunctionFactory @@ -1 +1 @@ -org.mapfish.print.map.geotools.function.FunctionFactory \ No newline at end of file +org.mapfish.print.map.geotools.function.FunctionFactory diff --git a/core/src/main/resources/META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory b/core/src/main/resources/META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory index 49d07f255e..a99d72b908 100644 --- a/core/src/main/resources/META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory +++ b/core/src/main/resources/META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory @@ -1 +1 @@ -org.mapfish.print.map.CustomEPSGCodes \ No newline at end of file +org.mapfish.print.map.CustomEPSGCodes diff --git a/core/src/main/resources/epsg.properties b/core/src/main/resources/epsg.properties index 9c1c5723fa..51ab652b27 100644 --- a/core/src/main/resources/epsg.properties +++ b/core/src/main/resources/epsg.properties @@ -1,2 +1,2 @@ #This file is used to define EPSG codes that are custom to your project. The 900913 code is just an example because the EPSG:3857 is the correct google mercator projection definition and is used for both 900913 and 3857. -900913=PROJCS["Google Mercator",GEOGCS["WGS 84",DATUM["World Geodetic System 1984",SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],UNIT["degree", 0.017453292519943295],AXIS["Geodetic latitude", NORTH],AXIS["Geodetic longitude", EAST],AUTHORITY["EPSG","4326"]],PROJECTION["Mercator_1SP"],PARAMETER["semi_minor", 6378137.0],PARAMETER["latitude_of_origin", 0.0],PARAMETER["central_meridian", 0.0],PARAMETER["scale_factor", 1.0],PARAMETER["false_easting", 0.0],PARAMETER["false_northing", 0.0],UNIT["m", 1.0],AXIS["Easting", EAST],AXIS["Northing", NORTH],AUTHORITY["EPSG","900913"]] \ No newline at end of file +900913=PROJCS["Google Mercator",GEOGCS["WGS 84",DATUM["World Geodetic System 1984",SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],UNIT["degree", 0.017453292519943295],AXIS["Geodetic latitude", NORTH],AXIS["Geodetic longitude", EAST],AUTHORITY["EPSG","4326"]],PROJECTION["Mercator_1SP"],PARAMETER["semi_minor", 6378137.0],PARAMETER["latitude_of_origin", 0.0],PARAMETER["central_meridian", 0.0],PARAMETER["scale_factor", 1.0],PARAMETER["false_easting", 0.0],PARAMETER["false_northing", 0.0],UNIT["m", 1.0],AXIS["Easting", EAST],AXIS["Northing", NORTH],AUTHORITY["EPSG","900913"]] diff --git a/core/src/main/resources/mapfish-cli-spring-application-context.xml b/core/src/main/resources/mapfish-cli-spring-application-context.xml index b37f1c6495..6d3029a17e 100644 --- a/core/src/main/resources/mapfish-cli-spring-application-context.xml +++ b/core/src/main/resources/mapfish-cli-spring-application-context.xml @@ -6,4 +6,4 @@ - \ No newline at end of file + diff --git a/core/src/main/resources/mapfish-spring-security.xml b/core/src/main/resources/mapfish-spring-security.xml index e9455f9fde..0ce2566fcb 100644 --- a/core/src/main/resources/mapfish-spring-security.xml +++ b/core/src/main/resources/mapfish-spring-security.xml @@ -36,4 +36,4 @@ - \ No newline at end of file + diff --git a/core/src/main/resources/org/mapfish/print/map/renderers/svgZoomOut.xsl b/core/src/main/resources/org/mapfish/print/map/renderers/svgZoomOut.xsl index b28d93c9fa..8e190f0708 100644 --- a/core/src/main/resources/org/mapfish/print/map/renderers/svgZoomOut.xsl +++ b/core/src/main/resources/org/mapfish/print/map/renderers/svgZoomOut.xsl @@ -52,4 +52,4 @@ - \ No newline at end of file + diff --git a/core/src/main/resources/org/mapfish/print/processor/map/License.md b/core/src/main/resources/org/mapfish/print/processor/map/License.md index 37e7a637c0..557a60a354 100644 --- a/core/src/main/resources/org/mapfish/print/processor/map/License.md +++ b/core/src/main/resources/org/mapfish/print/processor/map/License.md @@ -1,2 +1,2 @@ The north arrow graphic 'NorthArrow_10.svg' was borrowed from QGIS: -https://github.com/qgis/QGIS/tree/d1cdc2085c/images/svg/arrows/ \ No newline at end of file +https://github.com/qgis/QGIS/tree/d1cdc2085c/images/svg/arrows/ diff --git a/core/src/main/webapp/WEB-INF/mapfish-print-printer-factory.xml b/core/src/main/webapp/WEB-INF/mapfish-print-printer-factory.xml index c17328cd9d..ee20a65145 100644 --- a/core/src/main/webapp/WEB-INF/mapfish-print-printer-factory.xml +++ b/core/src/main/webapp/WEB-INF/mapfish-print-printer-factory.xml @@ -5,4 +5,4 @@ - \ No newline at end of file + diff --git a/core/src/main/webapp/favicon.ico b/core/src/main/webapp/favicon.ico index 86f30ec6f1..f8a70a744e 100644 Binary files a/core/src/main/webapp/favicon.ico and b/core/src/main/webapp/favicon.ico differ diff --git a/core/src/scripts/print b/core/src/scripts/print index c5a1034f3a..250923a300 100644 --- a/core/src/scripts/print +++ b/core/src/scripts/print @@ -161,4 +161,4 @@ function splitJvmOpts() { eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $MAPFISH_PRINT_V_OPTS -exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.mapfish.print.cli.Main "$@" \ No newline at end of file +exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.mapfish.print.cli.Main "$@" diff --git a/core/src/scripts/print.bat b/core/src/scripts/print.bat index cabfc1ea06..0d75e27d9f 100644 --- a/core/src/scripts/print.bat +++ b/core/src/scripts/print.bat @@ -87,4 +87,4 @@ exit /b 1 :mainEnd if "%OS%"=="Windows_NT" endlocal -:omega \ No newline at end of file +:omega diff --git a/core/src/test/java/org/mapfish/print/attribute/AllRegisteredReflectiveAttributeValidationTest.java b/core/src/test/java/org/mapfish/print/attribute/AllRegisteredReflectiveAttributeValidationTest.java index 195a6b909c..6f8c87c9a1 100644 --- a/core/src/test/java/org/mapfish/print/attribute/AllRegisteredReflectiveAttributeValidationTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/AllRegisteredReflectiveAttributeValidationTest.java @@ -63,4 +63,4 @@ public void testAllPrintClientConfig() throws Exception { // no exception... good } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/DataSourceAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/DataSourceAttributeTest.java index b8fb90b2cc..cadce144d7 100644 --- a/core/src/test/java/org/mapfish/print/attribute/DataSourceAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/DataSourceAttributeTest.java @@ -66,4 +66,4 @@ public void testParseRequest() throws Exception { assertEquals(3, table1.data[1].size()); assertEquals(4, table2.data[0].size()); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/FeaturesAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/FeaturesAttributeTest.java index 4aa587e0dc..4b810d2a74 100644 --- a/core/src/test/java/org/mapfish/print/attribute/FeaturesAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/FeaturesAttributeTest.java @@ -4,4 +4,4 @@ public class FeaturesAttributeTest extends AbstractAttributeTest { protected FeaturesAttribute createAttribute() { return new FeaturesAttribute(); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/FloatAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/FloatAttributeTest.java index fe82e2800c..b1d264d1ed 100644 --- a/core/src/test/java/org/mapfish/print/attribute/FloatAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/FloatAttributeTest.java @@ -6,4 +6,4 @@ public class FloatAttributeTest extends AbstractAttributeTest { protected FloatAttribute createAttribute() { return new FloatAttribute(); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/HttpRequestHeadersAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/HttpRequestHeadersAttributeTest.java index 437b4374a0..d59cd2b7da 100644 --- a/core/src/test/java/org/mapfish/print/attribute/HttpRequestHeadersAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/HttpRequestHeadersAttributeTest.java @@ -6,4 +6,4 @@ public class HttpRequestHeadersAttributeTest extends AbstractAttributeTest { protected Attribute createAttribute() { return new HttpRequestHeadersAttribute(); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/IntegerAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/IntegerAttributeTest.java index cdd8742b0c..ab6b08ceaf 100644 --- a/core/src/test/java/org/mapfish/print/attribute/IntegerAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/IntegerAttributeTest.java @@ -6,4 +6,4 @@ public class IntegerAttributeTest extends AbstractAttributeTest { protected Attribute createAttribute() { return new IntegerAttribute(); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/LegendAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/LegendAttributeTest.java index ac6220cd46..79151f9e17 100644 --- a/core/src/test/java/org/mapfish/print/attribute/LegendAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/LegendAttributeTest.java @@ -6,4 +6,4 @@ public class LegendAttributeTest extends AbstractAttributeTest { protected Attribute createAttribute() { return new LegendAttribute(); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/ReflectiveAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/ReflectiveAttributeTest.java index 19db4a0a6e..9aa8425022 100644 --- a/core/src/test/java/org/mapfish/print/attribute/ReflectiveAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/ReflectiveAttributeTest.java @@ -78,4 +78,4 @@ static class JsonArrayParamIllegal { } static class Empty { } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/StringArrayAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/StringArrayAttributeTest.java index e6bb9d7ec8..5bea51d8ae 100644 --- a/core/src/test/java/org/mapfish/print/attribute/StringArrayAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/StringArrayAttributeTest.java @@ -62,4 +62,4 @@ public void testWrongType() throws Exception { private PJsonObject loadJsonRequestData() throws IOException { return parseJSONObjectFromFile(StringArrayAttributeTest.class, BASE_DIR + "requestData.json"); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/StringAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/StringAttributeTest.java index a92dc1355e..b19b553eb7 100644 --- a/core/src/test/java/org/mapfish/print/attribute/StringAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/StringAttributeTest.java @@ -54,4 +54,4 @@ private PJsonObject loadJsonRequestData() throws IOException { private PJsonObject loadJsonRequestDataError() throws IOException { return parseJSONObjectFromFile(StringArrayAttributeTest.class, BASE_DIR + "requestDataError.json"); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/TableAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/TableAttributeTest.java index 9ef84033c1..ed979d44cc 100644 --- a/core/src/test/java/org/mapfish/print/attribute/TableAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/TableAttributeTest.java @@ -6,4 +6,4 @@ public class TableAttributeTest extends AbstractAttributeTest { protected Attribute createAttribute() { return new TableAttribute(); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/map/BasicMapAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/map/BasicMapAttributeTest.java index 59ddd8ab29..a67f527d46 100644 --- a/core/src/test/java/org/mapfish/print/attribute/map/BasicMapAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/map/BasicMapAttributeTest.java @@ -13,4 +13,4 @@ protected Attribute createAttribute() { mapAttribute.setMaxDpi(1232.0); return mapAttribute; } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/attribute/map/GenericMapAttributeTest.java b/core/src/test/java/org/mapfish/print/attribute/map/GenericMapAttributeTest.java index a79572797d..88bc5dac3e 100644 --- a/core/src/test/java/org/mapfish/print/attribute/map/GenericMapAttributeTest.java +++ b/core/src/test/java/org/mapfish/print/attribute/map/GenericMapAttributeTest.java @@ -138,4 +138,4 @@ private void assertEmbedded(JSONObject required, boolean hasDefault, String attN } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/config/access/AccessAssertionPersisterTest.java b/core/src/test/java/org/mapfish/print/config/access/AccessAssertionPersisterTest.java index 9e97fab66a..4080ab68bf 100644 --- a/core/src/test/java/org/mapfish/print/config/access/AccessAssertionPersisterTest.java +++ b/core/src/test/java/org/mapfish/print/config/access/AccessAssertionPersisterTest.java @@ -34,4 +34,4 @@ public void testMarshalUnmarshal() throws Exception { } } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/config/access/AlwaysAllowAssertionTest.java b/core/src/test/java/org/mapfish/print/config/access/AlwaysAllowAssertionTest.java index fc3a725f9c..30f08f33e0 100644 --- a/core/src/test/java/org/mapfish/print/config/access/AlwaysAllowAssertionTest.java +++ b/core/src/test/java/org/mapfish/print/config/access/AlwaysAllowAssertionTest.java @@ -9,4 +9,4 @@ public void testAssertAccess() throws Exception { // as long as not error then we are good AlwaysAllowAssertion.INSTANCE.assertAccess("blah", this); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/config/access/AndAccessAssertionTest.java b/core/src/test/java/org/mapfish/print/config/access/AndAccessAssertionTest.java index 3f3935f9df..600b8c4aef 100644 --- a/core/src/test/java/org/mapfish/print/config/access/AndAccessAssertionTest.java +++ b/core/src/test/java/org/mapfish/print/config/access/AndAccessAssertionTest.java @@ -69,4 +69,4 @@ public void testMarshalUnmarshal() throws Exception { } } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/config/access/RoleAccessAssertionTest.java b/core/src/test/java/org/mapfish/print/config/access/RoleAccessAssertionTest.java index ea35d2926d..ddc8cd4dcb 100644 --- a/core/src/test/java/org/mapfish/print/config/access/RoleAccessAssertionTest.java +++ b/core/src/test/java/org/mapfish/print/config/access/RoleAccessAssertionTest.java @@ -152,4 +152,4 @@ public void testValidate() throws Exception { assertion.validate(errors, null); assertEquals(0, errors.size()); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/http/ConfigFileResolvingHttpRequestFactoryTest.java b/core/src/test/java/org/mapfish/print/http/ConfigFileResolvingHttpRequestFactoryTest.java index 2642239c56..df9a2c1ddb 100644 --- a/core/src/test/java/org/mapfish/print/http/ConfigFileResolvingHttpRequestFactoryTest.java +++ b/core/src/test/java/org/mapfish/print/http/ConfigFileResolvingHttpRequestFactoryTest.java @@ -164,4 +164,4 @@ public void testCreateRequestIllegalFile() throws Exception { request.execute(); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/http/HttpCredentialTest.java b/core/src/test/java/org/mapfish/print/http/HttpCredentialTest.java index caa06c97c6..a6426c4f99 100644 --- a/core/src/test/java/org/mapfish/print/http/HttpCredentialTest.java +++ b/core/src/test/java/org/mapfish/print/http/HttpCredentialTest.java @@ -140,4 +140,4 @@ public void handle(HttpExchange httpExchange) throws IOException { final String target = "https://" + HttpProxyTest.LOCALHOST + ":" + HTTPS_PROXY_PORT; HttpProxyTest.assertCorrectResponse(this.configurationFactory, this.requestFactory, credential, message, target, path); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/http/HttpProxyTest.java b/core/src/test/java/org/mapfish/print/http/HttpProxyTest.java index 3b2f5ce12f..07d075eb55 100644 --- a/core/src/test/java/org/mapfish/print/http/HttpProxyTest.java +++ b/core/src/test/java/org/mapfish/print/http/HttpProxyTest.java @@ -321,4 +321,4 @@ public void configure(HttpsParameters params) { return httpsServer; } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/http/MfClientHttpRequestFactoryImpl_ResponseTest.java b/core/src/test/java/org/mapfish/print/http/MfClientHttpRequestFactoryImpl_ResponseTest.java index f4110f83df..72aac8b7a2 100644 --- a/core/src/test/java/org/mapfish/print/http/MfClientHttpRequestFactoryImpl_ResponseTest.java +++ b/core/src/test/java/org/mapfish/print/http/MfClientHttpRequestFactoryImpl_ResponseTest.java @@ -58,4 +58,4 @@ public void handle(HttpExchange httpExchange) throws IOException { final ClientHttpResponse response = request.execute(); assertEquals("application/json; charset=utf8", response.getHeaders().getFirst("Content-Type")); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/map/geotools/FeaturesParserTest.java b/core/src/test/java/org/mapfish/print/map/geotools/FeaturesParserTest.java index cc3ee267af..d56393be5d 100644 --- a/core/src/test/java/org/mapfish/print/map/geotools/FeaturesParserTest.java +++ b/core/src/test/java/org/mapfish/print/map/geotools/FeaturesParserTest.java @@ -214,4 +214,4 @@ public boolean apply(@Nullable File input) { } }); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/map/geotools/grid/PointGridStrategyTest.java b/core/src/test/java/org/mapfish/print/map/geotools/grid/PointGridStrategyTest.java index 3ca08d1605..e36d8e0d36 100644 --- a/core/src/test/java/org/mapfish/print/map/geotools/grid/PointGridStrategyTest.java +++ b/core/src/test/java/org/mapfish/print/map/geotools/grid/PointGridStrategyTest.java @@ -107,4 +107,4 @@ public void testParseSpacingAndOrigin() throws Exception { } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/map/image/wms/WmsUtilitiesTest.java b/core/src/test/java/org/mapfish/print/map/image/wms/WmsUtilitiesTest.java index 01bff00fe7..43884180d1 100644 --- a/core/src/test/java/org/mapfish/print/map/image/wms/WmsUtilitiesTest.java +++ b/core/src/test/java/org/mapfish/print/map/image/wms/WmsUtilitiesTest.java @@ -131,4 +131,4 @@ public void testMakeWmsGetLayerRequestDpiGeoServerAdd() throws Exception { final String mapResolution = finalParams.get("format_options").iterator().next(); assertEquals("antialiasing:on;dpi:300", mapResolution); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/map/style/json/ColorParserTest.java b/core/src/test/java/org/mapfish/print/map/style/json/ColorParserTest.java index a34e0a04ef..eacfcdcd1b 100644 --- a/core/src/test/java/org/mapfish/print/map/style/json/ColorParserTest.java +++ b/core/src/test/java/org/mapfish/print/map/style/json/ColorParserTest.java @@ -31,4 +31,4 @@ public void testToColor() throws Exception { public void testToRGB() { assertEquals("rgb(1, 2, 3)", ColorParser.toRGB(ColorParser.toColor("rgb(1, 2, 3)"))); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/map/style/json/MapfishJsonStyleVersion2Test.java b/core/src/test/java/org/mapfish/print/map/style/json/MapfishJsonStyleVersion2Test.java index 0c9722826a..3f430c5ab6 100644 --- a/core/src/test/java/org/mapfish/print/map/style/json/MapfishJsonStyleVersion2Test.java +++ b/core/src/test/java/org/mapfish/print/map/style/json/MapfishJsonStyleVersion2Test.java @@ -26,4 +26,4 @@ public void testResolveAllValues() throws Exception { assertEquals("${doesNotExist}", updated.get("val5")); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/output/AbstractJasperReportOutputFormatTest.java b/core/src/test/java/org/mapfish/print/output/AbstractJasperReportOutputFormatTest.java index 97a9c3ae5d..1cab56641d 100644 --- a/core/src/test/java/org/mapfish/print/output/AbstractJasperReportOutputFormatTest.java +++ b/core/src/test/java/org/mapfish/print/output/AbstractJasperReportOutputFormatTest.java @@ -83,4 +83,4 @@ public static PJsonObject loadJsonRequestData() throws IOException { public static PJsonObject loadTableJsonRequestData() throws IOException { return parseJSONObjectFromFile(JasperReportOutputFormatSimpleMapTest.class, TABLE_BASE_DIR + "requestData.json"); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/output/JasperReportPDFOutputFormatTest.java b/core/src/test/java/org/mapfish/print/output/JasperReportPDFOutputFormatTest.java index a6f3207241..09dbd8d434 100644 --- a/core/src/test/java/org/mapfish/print/output/JasperReportPDFOutputFormatTest.java +++ b/core/src/test/java/org/mapfish/print/output/JasperReportPDFOutputFormatTest.java @@ -144,4 +144,4 @@ private void assertAllMethodsCalled(PDFConfig pdfConfigSpy) { public static PJsonObject loadJsonRequestData() throws IOException { return parseJSONObjectFromFile(JasperReportOutputFormatSimpleMapTest.class, BASE_DIR + "requestData.json"); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/PdfConfigurationProcessorTest.java b/core/src/test/java/org/mapfish/print/processor/PdfConfigurationProcessorTest.java index 2da696c4e6..f35d89f8f1 100644 --- a/core/src/test/java/org/mapfish/print/processor/PdfConfigurationProcessorTest.java +++ b/core/src/test/java/org/mapfish/print/processor/PdfConfigurationProcessorTest.java @@ -169,4 +169,4 @@ private void assertNumErrors(Map attributeMap, int expectedNumEr pdfConfigurationProcessor.validate(errors, configuration); assertEquals(expectedNumErrors, errors.size()); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/AddHeadersProcessorTest.java b/core/src/test/java/org/mapfish/print/processor/http/AddHeadersProcessorTest.java index 3afe030ccb..b56a3edabf 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/AddHeadersProcessorTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/AddHeadersProcessorTest.java @@ -61,4 +61,4 @@ private void notMatching(TestParam values) throws Exception { assertEquals(0, request.getHeaders().size()); } } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/CompositeClientHttpRequestFactoryProcessorTest.java b/core/src/test/java/org/mapfish/print/processor/http/CompositeClientHttpRequestFactoryProcessorTest.java index f50040504a..8f7550759e 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/CompositeClientHttpRequestFactoryProcessorTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/CompositeClientHttpRequestFactoryProcessorTest.java @@ -66,4 +66,4 @@ public Void execute(TestParam values, ExecutionContext context) throws Exception return null; } } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/MapUriProcessorTest.java b/core/src/test/java/org/mapfish/print/processor/http/MapUriProcessorTest.java index 336fa25956..bec54872bd 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/MapUriProcessorTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/MapUriProcessorTest.java @@ -48,4 +48,4 @@ public Void execute(TestParam values, ExecutionContext context) throws Exception return null; } } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/RestrictUrisProcessorTest.java b/core/src/test/java/org/mapfish/print/processor/http/RestrictUrisProcessorTest.java index d2563a1874..1f23868044 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/RestrictUrisProcessorTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/RestrictUrisProcessorTest.java @@ -92,4 +92,4 @@ private RestrictUrisProcessor createDenyInternal() { processor.setMatchers(matchers); return processor; } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/UseHttpForHttpsProcessorTest.java b/core/src/test/java/org/mapfish/print/processor/http/UseHttpForHttpsProcessorTest.java index 350588c05b..159e10ccb8 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/UseHttpForHttpsProcessorTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/UseHttpForHttpsProcessorTest.java @@ -115,4 +115,4 @@ private void testImplicitPortMapping(TestParam values) throws IOException, URISy assertEquals(fragment, request.getURI().getFragment()); } } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/matcher/AcceptAllMatcherTest.java b/core/src/test/java/org/mapfish/print/processor/http/matcher/AcceptAllMatcherTest.java index 78244231d1..fb61f33111 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/matcher/AcceptAllMatcherTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/matcher/AcceptAllMatcherTest.java @@ -16,4 +16,4 @@ public void testAccepts() throws Exception { assertMatch(matcher, true, new URI("http://www.camptocamp.com"), HttpMethod.GET); assertMatch(matcher, true, new URI("http://www.camptocamp.com"), HttpMethod.POST); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/matcher/AddressHostMatcherTest.java b/core/src/test/java/org/mapfish/print/processor/http/matcher/AddressHostMatcherTest.java index 318a7d7342..c8918909be 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/matcher/AddressHostMatcherTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/matcher/AddressHostMatcherTest.java @@ -54,4 +54,4 @@ public void testAccepts() throws Exception { assertMatch(addressHostMatcher, false, new URI("http://127.0.0.1:8080/print/"), HttpMethod.GET); assertMatch(addressHostMatcher, false, new URI("http://127.0.0.1:8080/pdf"), HttpMethod.GET); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/matcher/DnsHostMatcherTest.java b/core/src/test/java/org/mapfish/print/processor/http/matcher/DnsHostMatcherTest.java index 079351e21a..671a9e7a19 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/matcher/DnsHostMatcherTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/matcher/DnsHostMatcherTest.java @@ -52,4 +52,4 @@ public void testAccepts() throws Exception { assertMatch(dnsHostMatcher, false, new URI("http://www.camptocamp.com:80/print"), HttpMethod.GET); assertMatch(dnsHostMatcher, false, new URI("http://www.camptocamp.com:80"), HttpMethod.GET); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/http/matcher/LocalHostMatcherTest.java b/core/src/test/java/org/mapfish/print/processor/http/matcher/LocalHostMatcherTest.java index c5954bd684..534d36b696 100644 --- a/core/src/test/java/org/mapfish/print/processor/http/matcher/LocalHostMatcherTest.java +++ b/core/src/test/java/org/mapfish/print/processor/http/matcher/LocalHostMatcherTest.java @@ -69,4 +69,4 @@ public void testLoopback() throws URISyntaxException, SocketException, UnknownHo } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessorIntegrationTest.java b/core/src/test/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessorIntegrationTest.java index bb8d00cc93..88faa64164 100644 --- a/core/src/test/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessorIntegrationTest.java +++ b/core/src/test/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessorIntegrationTest.java @@ -73,4 +73,4 @@ private int count(String string, String toFind) { } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessorTest.java b/core/src/test/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessorTest.java index 675467f18a..7e5c090f61 100644 --- a/core/src/test/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessorTest.java +++ b/core/src/test/java/org/mapfish/print/processor/jasper/MergeDataSourceProcessorTest.java @@ -98,4 +98,4 @@ public void testExec() throws Exception { return map; } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/servlet/MapPrinterServletSecurityTest.java b/core/src/test/java/org/mapfish/print/servlet/MapPrinterServletSecurityTest.java index 2b88a14e3d..1cd63e2612 100644 --- a/core/src/test/java/org/mapfish/print/servlet/MapPrinterServletSecurityTest.java +++ b/core/src/test/java/org/mapfish/print/servlet/MapPrinterServletSecurityTest.java @@ -173,4 +173,4 @@ private String loadRequestDataAsString() throws IOException { return requestJson.getInternalObj().toString(); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/servlet/fileloader/ClasspathConfigFileLoaderTest.java b/core/src/test/java/org/mapfish/print/servlet/fileloader/ClasspathConfigFileLoaderTest.java index e276f8420f..ab573760bc 100644 --- a/core/src/test/java/org/mapfish/print/servlet/fileloader/ClasspathConfigFileLoaderTest.java +++ b/core/src/test/java/org/mapfish/print/servlet/fileloader/ClasspathConfigFileLoaderTest.java @@ -119,4 +119,4 @@ public void testLoadFileChildResource_ConfigFileDoesNotExist() throws Exception this.loader.loadFile(configFileUri, getFile(FileConfigFileLoader.class, resourceFileName).toURI().toString()); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/servlet/fileloader/FileConfigFileLoaderTest.java b/core/src/test/java/org/mapfish/print/servlet/fileloader/FileConfigFileLoaderTest.java index 797adc4d3b..c18712e03b 100644 --- a/core/src/test/java/org/mapfish/print/servlet/fileloader/FileConfigFileLoaderTest.java +++ b/core/src/test/java/org/mapfish/print/servlet/fileloader/FileConfigFileLoaderTest.java @@ -110,4 +110,4 @@ public void testLoadFileChildResource_DoesNotExist() throws Exception { this.loader.loadFile(configFileUri, "doesNotExist"); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/servlet/fileloader/ServletConfigFileLoaderTest.java b/core/src/test/java/org/mapfish/print/servlet/fileloader/ServletConfigFileLoaderTest.java index 9a5bd4855a..5087c6b7b5 100644 --- a/core/src/test/java/org/mapfish/print/servlet/fileloader/ServletConfigFileLoaderTest.java +++ b/core/src/test/java/org/mapfish/print/servlet/fileloader/ServletConfigFileLoaderTest.java @@ -116,4 +116,4 @@ public void testLoadFileChildResource_DoesNotExist() throws Exception { this.loader.loadFile(configFileUri, "doesNotExist"); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/servlet/job/ClusteringTaskTest.java b/core/src/test/java/org/mapfish/print/servlet/job/ClusteringTaskTest.java index 616a910fdf..275d9bed74 100644 --- a/core/src/test/java/org/mapfish/print/servlet/job/ClusteringTaskTest.java +++ b/core/src/test/java/org/mapfish/print/servlet/job/ClusteringTaskTest.java @@ -111,4 +111,4 @@ public void testRun() throws Exception { } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/servlet/job/PostResultToRegistryTaskTest.java b/core/src/test/java/org/mapfish/print/servlet/job/PostResultToRegistryTaskTest.java index c164fd6bb9..1843d2253e 100644 --- a/core/src/test/java/org/mapfish/print/servlet/job/PostResultToRegistryTaskTest.java +++ b/core/src/test/java/org/mapfish/print/servlet/job/PostResultToRegistryTaskTest.java @@ -126,4 +126,4 @@ protected URI withOpenOutputStream(PrintAction function) throws Exception { throw new RuntimeException("failure"); } } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/wrapper/yaml/PYamlArrayTest.java b/core/src/test/java/org/mapfish/print/wrapper/yaml/PYamlArrayTest.java index 0282b7e16b..9e892450e7 100644 --- a/core/src/test/java/org/mapfish/print/wrapper/yaml/PYamlArrayTest.java +++ b/core/src/test/java/org/mapfish/print/wrapper/yaml/PYamlArrayTest.java @@ -46,4 +46,4 @@ public void testToJSON() throws Exception { assertTrue(test.getArray(3) instanceof PJsonArray); assertTrue(test.getJSONArray(3) != null); } -} \ No newline at end of file +} diff --git a/core/src/test/java/org/mapfish/print/wrapper/yaml/PYamlObjectTest.java b/core/src/test/java/org/mapfish/print/wrapper/yaml/PYamlObjectTest.java index a69a14e0a9..d31ce86ece 100644 --- a/core/src/test/java/org/mapfish/print/wrapper/yaml/PYamlObjectTest.java +++ b/core/src/test/java/org/mapfish/print/wrapper/yaml/PYamlObjectTest.java @@ -48,4 +48,4 @@ public void testToJson() throws Exception { assertEquals("two", array2.getString(1)); assertEquals("three", array2.getString(2)); } -} \ No newline at end of file +} diff --git a/core/src/test/resources/map-data/geojson/states.json b/core/src/test/resources/map-data/geojson/states.json index f948c578b0..6a32728b2c 100644 --- a/core/src/test/resources/map-data/geojson/states.json +++ b/core/src/test/resources/map-data/geojson/states.json @@ -1 +1 @@ -{"type":"FeatureCollection","totalFeatures":49,"features":[{"type":"Feature","id":"states.1","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.071564,37.51099000000001],[-88.087883,37.476273000000006],[-88.311707,37.442852],[-88.359177,37.40930899999999],[-88.419853,37.420292],[-88.467644,37.400757],[-88.511322,37.296852],[-88.501427,37.257782000000006],[-88.450699,37.205669],[-88.422516,37.156909999999996],[-88.45047,37.098670999999996],[-88.476799,37.072143999999994],[-88.4907,37.06818],[-88.517273,37.064769999999996],[-88.559273,37.072815000000006],[-88.61422,37.109047000000004],[-88.68837,37.13540999999999],[-88.739113,37.141182],[-88.746506,37.152107],[-88.863289,37.202194000000006],[-88.932503,37.218407],[-88.993172,37.22003599999999],[-89.065033,37.185860000000005],[-89.116821,37.112137000000004],[-89.146347,37.093185000000005],[-89.169548,37.064235999999994],[-89.174332,37.025711],[-89.150246,36.99844],[-89.12986,36.988113],[-89.193512,36.986771000000005],[-89.210052,37.02897299999999],[-89.237679,37.041732999999994],[-89.264053,37.087124],[-89.284233,37.091244],[-89.303291,37.085384000000005],[-89.3097,37.060908999999995],[-89.264244,37.027733],[-89.262001,37.008686],[-89.282768,36.999207],[-89.310982,37.009682],[-89.38295,37.049212999999995],[-89.37999,37.09908299999999],[-89.423798,37.137203],[-89.440521,37.165318],[-89.468216,37.224266],[-89.465309,37.253731],[-89.489594,37.256001],[-89.513885,37.276402000000004],[-89.513885,37.304962],[-89.50058,37.329441],[-89.468742,37.339409],[-89.435738,37.355717],[-89.427574,37.411018],[-89.453621,37.453186],[-89.494781,37.491726],[-89.524971,37.571957],[-89.513367,37.615928999999994],[-89.51918,37.650375],[-89.513374,37.67984],[-89.521523,37.694798000000006],[-89.581436,37.706103999999996],[-89.666458,37.745453],[-89.675858,37.78397],[-89.691055,37.804794],[-89.728447,37.840992],[-89.851715,37.905063999999996],[-89.861046,37.905486999999994],[-89.866814,37.891875999999996],[-89.900551,37.875904000000006],[-89.937874,37.878044],[-89.978912,37.911884],[-89.958229,37.963634],[-90.010811,37.969318],[-90.041924,37.993206],[-90.119339,38.032272000000006],[-90.134712,38.05395100000001],[-90.207527,38.08890500000001],[-90.254059,38.122169000000014],[-90.289635,38.16681700000001],[-90.336716,38.18871300000001],[-90.364769,38.23429899999999],[-90.369347,38.32355899999999],[-90.358688,38.36533],[-90.339607,38.39084600000001],[-90.301842,38.427357],[-90.265785,38.518688],[-90.26123,38.532768000000004],[-90.240944,38.562805],[-90.183708,38.61027100000001],[-90.183578,38.658772],[-90.20224,38.70036300000001],[-90.196571,38.72396499999999],[-90.163399,38.773098000000005],[-90.135178,38.785484],[-90.121727,38.80051],[-90.113121,38.830467],[-90.132812,38.85303099999999],[-90.243927,38.91450900000001],[-90.278931,38.92471699999999],[-90.31974,38.92490799999999],[-90.413071,38.96233000000001],[-90.469841,38.959179000000006],[-90.530426,38.89160899999999],[-90.570328,38.87132600000001],[-90.627213,38.880795000000006],[-90.668877,38.93525299999999],[-90.70607,39.037791999999996],[-90.707588,39.058178],[-90.690399,39.09370000000001],[-90.716736,39.14421100000001],[-90.718193,39.195873000000006],[-90.732338,39.22474700000001],[-90.738083,39.24780999999999],[-90.779343,39.29680300000001],[-90.850494,39.35045199999999],[-90.947891,39.40058500000001],[-91.036339,39.444412],[-91.064384,39.473984],[-91.093613,39.52892700000001],[-91.156189,39.552593],[-91.203247,39.600021],[-91.317665,39.68591699999999],[-91.367088,39.724639999999994],[-91.373421,39.76127199999999],[-91.381714,39.80377200000001],[-91.449188,39.86304899999999],[-91.450989,39.885242000000005],[-91.434052,39.90182899999999],[-91.430389,39.92183700000001],[-91.447243,39.94606400000001],[-91.487289,40.005753],[-91.504005,40.066711],[-91.516129,40.134544000000005],[-91.506546,40.200458999999995],[-91.498932,40.25137699999999],[-91.486694,40.309624000000014],[-91.448593,40.371902000000006],[-91.418816,40.386875],[-91.385757,40.392360999999994],[-91.372757,40.40298799999999],[-91.385399,40.44725],[-91.374794,40.50365400000001],[-91.382103,40.52849599999999],[-91.412872,40.54799299999999],[-91.411118,40.572970999999995],[-91.37561,40.60343900000001],[-91.262062,40.639545],[-91.214912,40.64381800000001],[-91.162498,40.65631099999999],[-91.129158,40.68214800000001],[-91.119987,40.70540199999999],[-91.092751,40.76154700000001],[-91.088905,40.833729000000005],[-91.04921,40.87958499999999],[-90.983276,40.92392699999999],[-90.960709,40.950503999999995],[-90.954651,41.07036199999999],[-90.957787,41.10435899999999],[-90.990341,41.14437100000001],[-91.018257,41.16582500000001],[-91.05632,41.17625799999999],[-91.101524,41.23152200000001],[-91.102348,41.267818000000005],[-91.07328,41.334895999999986],[-91.055786,41.40137899999999],[-91.027489,41.423508],[-91.000694,41.431084],[-90.949654,41.421234],[-90.844139,41.44462200000001],[-90.7799,41.449820999999986],[-90.708214,41.450062],[-90.658791,41.46231800000001],[-90.6007,41.50958600000001],[-90.54084,41.52597],[-90.454994,41.527546],[-90.434967,41.543578999999994],[-90.423004,41.567272],[-90.348366,41.586849],[-90.339348,41.60279800000001],[-90.341133,41.64909],[-90.326027,41.722736],[-90.304886,41.75646599999999],[-90.25531,41.78173799999999],[-90.195839,41.80613700000001],[-90.154518,41.93077500000001],[-90.14267,41.98396299999999],[-90.150536,42.03342799999999],[-90.168098,42.06104300000001],[-90.166649,42.103745],[-90.176086,42.12050199999999],[-90.191574,42.12268800000001],[-90.230934,42.15972099999999],[-90.323601,42.19731899999999],[-90.367729,42.21020899999999],[-90.407173,42.24264500000001],[-90.417984,42.263924],[-90.427681,42.340633],[-90.441597,42.360073],[-90.491043,42.38878299999999],[-90.563583,42.42183700000001],[-90.605827,42.46055999999999],[-90.648346,42.47564299999999],[-90.651772,42.494698],[-90.638329,42.50936100000001],[-90.419975,42.508362000000005],[-89.923569,42.504108],[-89.834618,42.50345999999999],[-89.400497,42.49749],[-89.359444,42.497906],[-88.939079,42.49086399999999],[-88.764954,42.490905999999995],[-88.70652,42.489655],[-88.297897,42.49197000000001],[-88.194702,42.48961299999999],[-87.79731,42.48913200000001],[-87.836945,42.314212999999995],[-87.760239,42.15645599999999],[-87.670547,42.059822],[-87.612625,41.847331999999994],[-87.529861,41.723591],[-87.532646,41.46971500000001],[-87.532448,41.30130399999999],[-87.531731,41.173756],[-87.532021,41.00993],[-87.532669,40.74541099999999],[-87.53717,40.494609999999994],[-87.535675,40.48324600000001],[-87.535339,40.16619499999999],[-87.535774,39.887302000000005],[-87.535576,39.609341],[-87.538567,39.47744800000001],[-87.540215,39.350525000000005],[-87.597664,39.338268],[-87.625237,39.30740399999999],[-87.610619,39.297661000000005],[-87.615799,39.281418],[-87.606895,39.258162999999996],[-87.584564,39.248752999999994],[-87.588593,39.20846599999999],[-87.594208,39.198128],[-87.607925,39.196068],[-87.644257,39.168507000000005],[-87.670326,39.146679000000006],[-87.659454,39.130652999999995],[-87.662262,39.11346800000001],[-87.631668,39.10394299999999],[-87.630867,39.08897400000001],[-87.612007,39.08460600000001],[-87.58532,39.062434999999994],[-87.581749,38.995743000000004],[-87.591858,38.99408299999999],[-87.547905,38.97707700000001],[-87.53347,38.96370300000001],[-87.530182,38.93191899999999],[-87.5392,38.90486100000001],[-87.559059,38.869811999999996],[-87.550507,38.857890999999995],[-87.507889,38.795559],[-87.519028,38.77669900000001],[-87.508003,38.769722],[-87.508316,38.73663300000001],[-87.543892,38.68597399999999],[-87.588478,38.672169],[-87.625191,38.642810999999995],[-87.628647,38.622917],[-87.619827,38.599209],[-87.640594,38.593177999999995],[-87.652855,38.573871999999994],[-87.672943,38.54742400000001],[-87.65139,38.51536899999999],[-87.653534,38.50044299999999],[-87.679909,38.50400500000001],[-87.692818,38.48153300000001],[-87.756096,38.466125000000005],[-87.758659,38.45709600000001],[-87.738953,38.44548],[-87.748428,38.41796500000001],[-87.784019,38.378124000000014],[-87.834503,38.35252399999999],[-87.850082,38.28609800000001],[-87.863007,38.28536199999999],[-87.874039,38.316788],[-87.883446,38.315552],[-87.888466,38.300658999999996],[-87.914108,38.281048],[-87.913651,38.302345],[-87.925919,38.30477099999999],[-87.980019,38.241085],[-87.986008,38.234814],[-87.977928,38.200714000000005],[-87.932289,38.171131],[-87.931992,38.15752800000001],[-87.950569,38.13691299999999],[-87.973503,38.131760000000014],[-88.018547,38.10330200000001],[-88.012329,38.09234599999999],[-87.964867,38.09674799999999],[-87.975296,38.073307],[-88.034729,38.054084999999986],[-88.043091,38.04512],[-88.041473,38.03830300000001],[-88.021698,38.03353100000001],[-88.029213,38.00823600000001],[-88.021706,37.975055999999995],[-88.042511,37.956264000000004],[-88.041771,37.934498000000005],[-88.064621,37.929783],[-88.078941,37.944],[-88.084,37.92366],[-88.030441,37.917591],[-88.026588,37.905758000000006],[-88.044868,37.896004000000005],[-88.100082,37.90617],[-88.101456,37.895306000000005],[-88.075737,37.867808999999994],[-88.034241,37.843745999999996],[-88.042137,37.827522],[-88.089264,37.831249],[-88.086029,37.817612],[-88.035576,37.805683],[-88.072472,37.735400999999996],[-88.133636,37.700745],[-88.15937,37.660686],[-88.157631,37.628479],[-88.134171,37.583572000000004],[-88.071564,37.51099000000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Illinois","STATE_FIPS":"17","SUB_REGION":"E N Cen","STATE_ABBR":"IL","LAND_KM":143986.61,"WATER_KM":1993.335,"PERSONS":1.1430602E7,"FAMILIES":2924880,"HOUSHOLD":4202240,"MALE":5552233,"FEMALE":5878369,"WORKERS":4199206,"DRVALONE":3741715,"CARPOOL":652603,"PUBTRANS":538071,"EMPLOYED":5417967,"UNEMPLOY":385040,"SERVICE":1360159,"MANUAL":828906,"P_MALE":0.486,"P_FEMALE":0.514,"SAMP_POP":1747776}},{"type":"Feature","id":"states.2","geometry":{"type":"MultiPolygon","coordinates":[[[[-77.008232,38.966556999999995],[-76.911209,38.88998799999999],[-77.045448,38.78811999999999],[-77.035248,38.81391500000001],[-77.045189,38.829364999999996],[-77.040405,38.838413],[-77.039078,38.86243099999999],[-77.067886,38.886101],[-77.078949,38.91560000000001],[-77.122627,38.93206000000001],[-77.042389,38.99343099999999],[-77.008232,38.966556999999995]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"District of Columbia","STATE_FIPS":"11","SUB_REGION":"S Atl","STATE_ABBR":"DC","LAND_KM":159.055,"WATER_KM":17.991,"PERSONS":606900,"FAMILIES":122087,"HOUSHOLD":249634,"MALE":282970,"FEMALE":323930,"WORKERS":229975,"DRVALONE":106694,"CARPOOL":36621,"PUBTRANS":111422,"EMPLOYED":303994,"UNEMPLOY":23442,"SERVICE":65498,"MANUAL":22407,"P_MALE":0.466,"P_FEMALE":0.534,"SAMP_POP":72696}},{"type":"Feature","id":"states.3","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.70742,38.55747600000001],[-75.71106,38.649551],[-75.724937,38.83017000000001],[-75.752922,39.141548],[-75.761658,39.24775299999999],[-75.764664,39.295849000000004],[-75.772697,39.38300699999999],[-75.791435,39.72375500000001],[-75.775269,39.72444200000001],[-75.745934,39.77481800000001],[-75.695114,39.820347],[-75.644341,39.83819600000001],[-75.583794,39.84000800000001],[-75.470345,39.826435000000004],[-75.42083,39.798869999999994],[-75.412117,39.789658],[-75.428009,39.778130000000004],[-75.460754,39.763248000000004],[-75.475128,39.74171799999999],[-75.476334,39.71997099999999],[-75.489639,39.71474499999999],[-75.610725,39.61279300000001],[-75.562996,39.566722999999996],[-75.590187,39.46376799999999],[-75.515572,39.36694],[-75.402481,39.25763699999999],[-75.397728,39.073036],[-75.324852,39.01238599999999],[-75.307899,38.945910999999995],[-75.190941,38.808670000000006],[-75.083138,38.799812],[-75.045998,38.44949],[-75.068298,38.449963],[-75.093094,38.45045099999999],[-75.350204,38.455208],[-75.69915,38.463066],[-75.70742,38.55747600000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Delaware","STATE_FIPS":"10","SUB_REGION":"S Atl","STATE_ABBR":"DE","LAND_KM":5062.456,"WATER_KM":1385.022,"PERSONS":666168,"FAMILIES":175867,"HOUSHOLD":247497,"MALE":322968,"FEMALE":343200,"WORKERS":247566,"DRVALONE":258087,"CARPOOL":42968,"PUBTRANS":8069,"EMPLOYED":335147,"UNEMPLOY":13945,"SERVICE":87973,"MANUAL":44140,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":102776}},{"type":"Feature","id":"states.4","geometry":{"type":"MultiPolygon","coordinates":[[[[-79.231903,38.480372999999986],[-79.272598,38.437183000000005],[-79.317238,38.41251],[-79.48658,38.46202500000001],[-79.536743,38.553687999999994],[-79.642632,38.592239000000006],[-79.669655,38.55006],[-79.66584,38.52065999999999],[-79.692879,38.500237],[-79.684319,38.43011899999999],[-79.720261,38.394566],[-79.733055,38.351719],[-79.764229,38.35387],[-79.800552,38.31420499999999],[-79.803001,38.29874799999999],[-79.786736,38.28499600000001],[-79.793846,38.268542999999994],[-79.831375,38.250156000000004],[-79.916382,38.17914200000001],[-79.910561,38.16248300000001],[-79.935547,38.121185],[-79.928513,38.10318799999999],[-79.957733,38.06724199999999],[-79.966713,38.038498000000004],[-80.000717,37.989746],[-80.055023,37.955524],[-80.106705,37.914536],[-80.118721,37.891155],[-80.160217,37.877106],[-80.172432,37.860062],[-80.171806,37.842845999999994],[-80.223946,37.80224200000001],[-80.220757,37.778735999999995],[-80.254898,37.757110999999995],[-80.250244,37.725928999999994],[-80.303322,37.682548999999995],[-80.295914,37.671379],[-80.305077,37.652122000000006],[-80.301147,37.640423],[-80.254639,37.640579],[-80.219147,37.624142000000006],[-80.246613,37.596771000000004],[-80.31694,37.566593],[-80.326126,37.533276],[-80.308525,37.528244],[-80.280952,37.53613300000001],[-80.288139,37.511024000000006],[-80.347733,37.491051],[-80.352379,37.475975000000005],[-80.388527,37.465599],[-80.425598,37.43478],[-80.474983,37.422695000000004],[-80.487015,37.433735],[-80.488098,37.460471999999996],[-80.50898,37.47492200000001],[-80.542969,37.469086000000004],[-80.597702,37.445930000000004],[-80.705414,37.388256],[-80.729942,37.392596999999995],[-80.746529,37.387615],[-80.747894,37.378960000000006],[-80.763199,37.371292],[-80.770226,37.386073999999994],[-80.799446,37.391632],[-80.799812,37.412941000000004],[-80.850723,37.423339999999996],[-80.877556,37.388577],[-80.848618,37.350821999999994],[-80.855629,37.339291],[-80.93438,37.301249999999996],[-80.968086,37.291672000000005],[-80.978729,37.296356],[-80.98613,37.306122],[-81.025124,37.285942000000006],[-81.140923,37.274806999999996],[-81.223114,37.240097000000006],[-81.31205,37.293591000000006],[-81.358971,37.338837],[-81.391121,37.311038999999994],[-81.403519,37.282509000000005],[-81.475533,37.254307],[-81.495705,37.252735],[-81.505707,37.234257],[-81.556824,37.206238],[-81.666054,37.204796],[-81.701897,37.235321],[-81.738625,37.250378],[-81.752022,37.272144],[-81.792824,37.287041],[-81.815544,37.279427],[-81.83905,37.285393],[-81.858841,37.30691899999999],[-81.863976,37.325344],[-81.897316,37.34047700000001],[-81.926979,37.371616],[-81.920891,37.41540500000001],[-81.988358,37.466476],[-81.976578,37.48279599999999],[-81.948151,37.492915999999994],[-81.935608,37.506535],[-81.959732,37.531063],[-81.97673,37.543144],[-82.026505,37.530411],[-82.049286,37.551345999999995],[-82.055817,37.525234],[-82.084541,37.548203],[-82.142654,37.557345999999995],[-82.146667,37.565815],[-82.137619,37.56979],[-82.131927,37.590430999999995],[-82.159454,37.593464],[-82.185692,37.640564],[-82.205582,37.623913],[-82.23851,37.656673],[-82.295761,37.668957000000006],[-82.329536,37.744072],[-82.319633,37.758326999999994],[-82.339981,37.784302],[-82.405937,37.811623],[-82.421638,37.872260999999995],[-82.437737,37.894760000000005],[-82.500336,37.922169],[-82.493523,37.942420999999996],[-82.480301,37.95430399999999],[-82.475906,37.975815],[-82.524803,38.01557199999999],[-82.59333,38.10987499999999],[-82.646248,38.146243999999996],[-82.647278,38.16935000000001],[-82.613884,38.178009],[-82.606766,38.19374099999999],[-82.616348,38.23872800000001],[-82.589233,38.245304000000004],[-82.574699,38.255889999999994],[-82.58017,38.292427],[-82.572418,38.307728],[-82.598358,38.368382],[-82.586723,38.41243700000001],[-82.575539,38.403819999999996],[-82.547668,38.400429],[-82.49511,38.40575000000001],[-82.415016,38.430308999999994],[-82.39489,38.42838699999999],[-82.329308,38.441868],[-82.314369,38.46514500000001],[-82.2901,38.57999799999999],[-82.271027,38.594807],[-82.213791,38.58475100000001],[-82.18438,38.59494799999999],[-82.17379,38.63210699999999],[-82.18911,38.67781099999999],[-82.184105,38.71021999999999],[-82.216881,38.778858000000014],[-82.197853,38.804539000000005],[-82.146233,38.838707],[-82.13945,38.89931899999999],[-82.101341,38.95201499999999],[-82.085152,38.97711899999999],[-82.05864,38.98898700000001],[-82.043022,39.014061],[-81.999817,39.01518200000001],[-81.975327,38.992928000000006],[-81.937874,38.991096],[-81.927971,38.98419200000001],[-81.89875,38.932143999999994],[-81.931992,38.89466100000001],[-81.91539,38.884365],[-81.892838,38.87337099999999],[-81.866943,38.885628],[-81.841057,38.93780899999999],[-81.823921,38.948387],[-81.783371,38.92348100000001],[-81.762444,38.93009900000001],[-81.781876,38.96844899999999],[-81.775826,39.01675],[-81.813606,39.044028999999995],[-81.824417,39.066338],[-81.81971,39.07693900000001],[-81.786507,39.077179],[-81.753708,39.09464299999999],[-81.74485,39.125797000000006],[-81.759056,39.17567399999999],[-81.723221,39.21319199999999],[-81.698051,39.219944],[-81.689674,39.26015100000001],[-81.667671,39.27042],[-81.572838,39.26584199999999],[-81.557541,39.332581000000005],[-81.540802,39.352633999999995],[-81.465164,39.40678399999999],[-81.448112,39.410954000000004],[-81.434135,39.40594899999999],[-81.376076,39.34561500000001],[-81.338997,39.35356899999999],[-81.28418,39.38699700000001],[-81.237785,39.388397],[-81.225113,39.40828300000001],[-81.20047,39.415820999999994],[-81.180733,39.437725],[-81.117256,39.46770900000001],[-81.098412,39.496376],[-81.037552,39.532589],[-81.032738,39.54406700000001],[-80.983818,39.58172999999999],[-80.932785,39.606865],[-80.912766,39.60727700000001],[-80.881287,39.62400400000001],[-80.872925,39.66233399999999],[-80.863594,39.680274999999995],[-80.83297,39.70332300000001],[-80.832481,39.71875800000001],[-80.856636,39.73625899999999],[-80.870911,39.759918],[-80.81929,39.808926000000014],[-80.826103,39.83959200000001],[-80.798714,39.85664700000001],[-80.791039,39.87227200000001],[-80.812325,39.90482700000001],[-80.808029,39.915829],[-80.796211,39.91976500000001],[-80.768318,39.913239000000004],[-80.759079,39.92119199999999],[-80.763252,39.94694100000001],[-80.739082,39.98340200000001],[-80.738434,40.03559100000001],[-80.702263,40.15401800000001],[-80.701088,40.16811000000001],[-80.678757,40.194080000000014],[-80.650314,40.245609],[-80.614891,40.276432],[-80.604721,40.306174999999996],[-80.609451,40.37320700000001],[-80.629448,40.38859600000001],[-80.628052,40.39815899999999],[-80.602036,40.48047299999999],[-80.625458,40.50439800000001],[-80.633644,40.539139000000006],[-80.668823,40.56821400000001],[-80.667931,40.58207300000001],[-80.637543,40.61391800000001],[-80.611755,40.61999900000001],[-80.574623,40.615910000000014],[-80.522209,40.63713799999999],[-80.524567,40.478717999999986],[-80.523773,40.40296599999999],[-80.526253,40.16244900000001],[-80.525169,40.022751],[-80.524857,39.95834400000001],[-80.524467,39.721126999999996],[-80.429283,39.719761000000005],[-79.918488,39.721588],[-79.765358,39.72172900000001],[-79.481209,39.72019599999999],[-79.490089,39.19728900000001],[-79.461418,39.21315799999999],[-79.449509,39.21198699999999],[-79.385078,39.269195999999994],[-79.346428,39.291988],[-79.295509,39.300438000000014],[-79.28006,39.325142],[-79.260406,39.34854100000001],[-79.163261,39.39339799999999],[-79.158371,39.41386399999999],[-79.131645,39.416934999999995],[-79.104324,39.44721200000001],[-79.096962,39.46453500000001],[-79.104843,39.47077899999999],[-79.070877,39.47075699999999],[-79.064659,39.48573300000001],[-79.049103,39.483723],[-78.970688,39.43843100000001],[-78.955643,39.460364999999996],[-78.871071,39.5257],[-78.838371,39.56322900000001],[-78.806808,39.566734],[-78.82267,39.585609000000005],[-78.798729,39.61533],[-78.798409,39.63074499999999],[-78.772964,39.644153999999986],[-78.767876,39.62652600000001],[-78.732643,39.62687700000001],[-78.730759,39.621455999999995],[-78.736511,39.60870399999999],[-78.774002,39.601528],[-78.761711,39.581703000000005],[-78.732979,39.57655299999999],[-78.716576,39.559483],[-78.666687,39.536838999999986],[-78.649406,39.53790699999999],[-78.637344,39.52985799999999],[-78.60463,39.53559100000001],[-78.564453,39.520981000000006],[-78.509048,39.52506600000001],[-78.481544,39.519844000000006],[-78.456078,39.533641999999986],[-78.446136,39.548225],[-78.421089,39.549316000000005],[-78.462082,39.58074199999999],[-78.450897,39.592613],[-78.404266,39.58752100000001],[-78.432159,39.62086099999999],[-78.384903,39.61440300000001],[-78.377937,39.631226],[-78.357048,39.632278000000014],[-78.34819,39.640499000000005],[-78.273285,39.61831699999999],[-78.257996,39.641075],[-78.2295,39.65847400000001],[-78.227867,39.67389700000001],[-78.204575,39.67584600000001],[-78.183243,39.69454999999999],[-78.094612,39.67550700000001],[-78.026695,39.622772],[-77.995483,39.598873],[-77.964516,39.61122900000001],[-77.945259,39.585915],[-77.935738,39.59184300000001],[-77.947823,39.61491799999999],[-77.938889,39.618122],[-77.903534,39.59602699999999],[-77.891022,39.600605],[-77.888718,39.61647400000001],[-77.855804,39.60207],[-77.84269,39.605278],[-77.840149,39.572643],[-77.853241,39.565357000000006],[-77.885452,39.56435400000001],[-77.890198,39.557995000000005],[-77.869843,39.545815000000005],[-77.864914,39.51455300000001],[-77.844131,39.531834],[-77.835747,39.52551299999999],[-77.829208,39.529156],[-77.825546,39.51194000000001],[-77.84816,39.50190699999999],[-77.82547,39.493809],[-77.771835,39.49801600000001],[-77.799782,39.480728],[-77.785393,39.459002999999996],[-77.804474,39.46303900000001],[-77.796082,39.450817],[-77.804977,39.439919],[-77.802559,39.43221700000001],[-77.757271,39.42506399999999],[-77.741119,39.40333899999999],[-77.737518,39.396095],[-77.756508,39.378376],[-77.745735,39.36027100000001],[-77.754585,39.338493],[-77.750374,39.326717],[-77.727753,39.31769600000001],[-77.759743,39.28454199999999],[-77.768517,39.24644900000001],[-77.805733,39.19650300000001],[-77.820328,39.14162099999999],[-77.830963,39.13207600000001],[-78.033607,39.265536999999995],[-78.229782,39.39101400000001],[-78.277153,39.42336700000001],[-78.347816,39.456902000000014],[-78.350502,39.38073],[-78.365746,39.36158800000001],[-78.3442,39.35085699999999],[-78.341118,39.341358000000014],[-78.413818,39.257439000000005],[-78.399399,39.244850000000014],[-78.42334,39.21204],[-78.424339,39.19752500000001],[-78.402634,39.17049],[-78.43084,39.14852099999999],[-78.44825,39.118931],[-78.485519,39.111839],[-78.501869,39.09357800000001],[-78.536919,39.05702600000001],[-78.564445,39.035037999999986],[-78.549469,39.02338],[-78.553474,39.01382799999999],[-78.598961,38.967197],[-78.631111,38.979603],[-78.647232,38.95044300000001],[-78.680489,38.92157399999999],[-78.719246,38.90488099999999],[-78.724403,38.93021400000001],[-78.737991,38.92917299999999],[-78.749512,38.911381000000006],[-78.793312,38.88010800000001],[-78.816116,38.83363299999999],[-78.866814,38.76329000000001],[-78.987701,38.84664900000001],[-79.033989,38.799847],[-79.055046,38.79051999999999],[-79.056801,38.76194000000001],[-79.087479,38.707153000000005],[-79.088791,38.659088],[-79.121307,38.66365099999999],[-79.12767,38.65812700000001],[-79.231903,38.480372999999986]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"West Virginia","STATE_FIPS":"54","SUB_REGION":"S Atl","STATE_ABBR":"WV","LAND_KM":62384.2,"WATER_KM":375.199,"PERSONS":1793477,"FAMILIES":500259,"HOUSHOLD":688557,"MALE":861536,"FEMALE":931941,"WORKERS":661702,"DRVALONE":493164,"CARPOOL":106918,"PUBTRANS":7237,"EMPLOYED":671085,"UNEMPLOY":71142,"SERVICE":205950,"MANUAL":124172,"P_MALE":0.48,"P_FEMALE":0.52,"SAMP_POP":317564}},{"type":"Feature","id":"states.5","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.71106,38.649551],[-75.70742,38.55747600000001],[-75.69915,38.463066],[-75.350204,38.455208],[-75.093094,38.45045099999999],[-75.155243,38.36962500000001],[-75.150986,38.273765999999995],[-75.262863,38.201415999999995],[-75.373428,38.06891999999999],[-75.37278,38.01671200000001],[-75.626434,37.996418000000006],[-75.648216,37.970130999999995],[-75.86573,37.979656000000006],[-75.769554,38.09724800000001],[-75.897797,38.17493400000001],[-75.838074,38.231594],[-75.861671,38.24004400000001],[-75.794174,38.26360299999999],[-75.894958,38.258872999999994],[-75.872437,38.35723100000001],[-75.886826,38.375462],[-75.949928,38.282055000000014],[-75.995285,38.282523999999995],[-76.020805,38.32189600000001],[-76.06546,38.25893400000001],[-76.294273,38.436935000000005],[-76.291985,38.47872899999999],[-76.192215,38.54334299999999],[-76.251053,38.59508099999999],[-76.031937,38.571922],[-76.028061,38.622005],[-76.046921,38.591858],[-76.075996,38.610783],[-76.124039,38.707977],[-76.174042,38.70909499999999],[-76.223312,38.76279099999999],[-76.26712,38.769886000000014],[-76.337624,38.67937499999999],[-76.350533,38.69902400000001],[-76.272415,38.834],[-76.195175,38.765254999999996],[-76.165855,38.78860900000001],[-76.114372,38.885456000000005],[-76.075867,38.88954899999999],[-76.102898,38.89801800000001],[-76.095497,38.94813199999999],[-76.113869,38.920715],[-76.199669,38.973354],[-76.111282,39.118595],[-76.221771,39.092918],[-76.238892,39.13082499999999],[-76.218437,39.204853000000014],[-76.112373,39.32129699999999],[-76.037422,39.35836800000001],[-75.849739,39.37913900000001],[-75.978798,39.39455000000001],[-75.952637,39.471180000000004],[-75.974762,39.524021000000005],[-76.03141,39.56992700000001],[-76.078506,39.542362],[-76.154526,39.401936000000006],[-76.226662,39.374888999999996],[-76.364029,39.393280000000004],[-76.39904,39.231144],[-76.531296,39.24261899999999],[-76.604027,39.259354],[-76.565132,39.23144500000001],[-76.576981,39.19811999999999],[-76.60733,39.180983999999995],[-76.595139,39.15868800000001],[-76.563919,39.19626600000001],[-76.423935,39.11835500000001],[-76.472038,38.908237000000014],[-76.549126,38.758972],[-76.525253,38.709633],[-76.508896,38.522099],[-76.385811,38.39128099999999],[-76.405457,38.34602000000001],[-76.421463,38.32049900000001],[-76.471924,38.33565899999999],[-76.520081,38.41013699999999],[-76.647255,38.450424],[-76.343781,38.21306200000001],[-76.33017,38.045704],[-76.577271,38.22263699999999],[-76.760239,38.23428000000001],[-76.864182,38.391346],[-76.908577,38.29984999999999],[-76.97303,38.331028],[-77.002396,38.426852999999994],[-77.220924,38.39066299999999],[-77.255875,38.41359299999999],[-77.277756,38.487099],[-77.12999,38.64812499999999],[-77.125114,38.67779899999999],[-77.093147,38.703982999999994],[-77.081879,38.71527900000001],[-77.057121,38.71202099999999],[-77.046471,38.71878100000001],[-77.045448,38.78811999999999],[-76.911209,38.88998799999999],[-77.008232,38.966556999999995],[-77.042389,38.99343099999999],[-77.122627,38.93206000000001],[-77.152046,38.96477899999999],[-77.243729,38.97587999999999],[-77.255989,39.02757299999999],[-77.3246,39.062588000000005],[-77.346519,39.068512],[-77.433037,39.066776000000004],[-77.459694,39.080837],[-77.479248,39.103958000000006],[-77.513046,39.116653000000014],[-77.516617,39.157444],[-77.478638,39.17693299999999],[-77.461998,39.218632000000014],[-77.464958,39.22905700000001],[-77.494064,39.249911999999995],[-77.542191,39.268939999999986],[-77.568962,39.298393000000004],[-77.616524,39.29971699999999],[-77.679588,39.31868],[-77.727753,39.31769600000001],[-77.750374,39.326717],[-77.754585,39.338493],[-77.745735,39.36027100000001],[-77.756508,39.378376],[-77.737518,39.396095],[-77.741119,39.40333899999999],[-77.757271,39.42506399999999],[-77.802559,39.43221700000001],[-77.804977,39.439919],[-77.796082,39.450817],[-77.804474,39.46303900000001],[-77.785393,39.459002999999996],[-77.799782,39.480728],[-77.771835,39.49801600000001],[-77.82547,39.493809],[-77.84816,39.50190699999999],[-77.825546,39.51194000000001],[-77.829208,39.529156],[-77.835747,39.52551299999999],[-77.844131,39.531834],[-77.864914,39.51455300000001],[-77.869843,39.545815000000005],[-77.890198,39.557995000000005],[-77.885452,39.56435400000001],[-77.853241,39.565357000000006],[-77.840149,39.572643],[-77.84269,39.605278],[-77.855804,39.60207],[-77.888718,39.61647400000001],[-77.891022,39.600605],[-77.903534,39.59602699999999],[-77.938889,39.618122],[-77.947823,39.61491799999999],[-77.935738,39.59184300000001],[-77.945259,39.585915],[-77.964516,39.61122900000001],[-77.995483,39.598873],[-78.026695,39.622772],[-78.094612,39.67550700000001],[-78.183243,39.69454999999999],[-78.204575,39.67584600000001],[-78.227867,39.67389700000001],[-78.2295,39.65847400000001],[-78.257996,39.641075],[-78.273285,39.61831699999999],[-78.34819,39.640499000000005],[-78.357048,39.632278000000014],[-78.377937,39.631226],[-78.384903,39.61440300000001],[-78.432159,39.62086099999999],[-78.404266,39.58752100000001],[-78.450897,39.592613],[-78.462082,39.58074199999999],[-78.421089,39.549316000000005],[-78.446136,39.548225],[-78.456078,39.533641999999986],[-78.481544,39.519844000000006],[-78.509048,39.52506600000001],[-78.564453,39.520981000000006],[-78.60463,39.53559100000001],[-78.637344,39.52985799999999],[-78.649406,39.53790699999999],[-78.666687,39.536838999999986],[-78.716576,39.559483],[-78.732979,39.57655299999999],[-78.761711,39.581703000000005],[-78.774002,39.601528],[-78.736511,39.60870399999999],[-78.730759,39.621455999999995],[-78.732643,39.62687700000001],[-78.767876,39.62652600000001],[-78.772964,39.644153999999986],[-78.798409,39.63074499999999],[-78.798729,39.61533],[-78.82267,39.585609000000005],[-78.806808,39.566734],[-78.838371,39.56322900000001],[-78.871071,39.5257],[-78.955643,39.460364999999996],[-78.970688,39.43843100000001],[-79.049103,39.483723],[-79.064659,39.48573300000001],[-79.070877,39.47075699999999],[-79.104843,39.47077899999999],[-79.096962,39.46453500000001],[-79.104324,39.44721200000001],[-79.131645,39.416934999999995],[-79.158371,39.41386399999999],[-79.163261,39.39339799999999],[-79.260406,39.34854100000001],[-79.28006,39.325142],[-79.295509,39.300438000000014],[-79.346428,39.291988],[-79.385078,39.269195999999994],[-79.449509,39.21198699999999],[-79.461418,39.21315799999999],[-79.490089,39.19728900000001],[-79.481209,39.72019599999999],[-79.396851,39.719234],[-78.930428,39.722252],[-78.818016,39.723029999999994],[-78.385048,39.723659999999995],[-78.334816,39.724007],[-78.096222,39.725368],[-77.476082,39.719528],[-77.464722,39.719978],[-77.221344,39.72058100000001],[-76.997108,39.72079099999999],[-76.790794,39.72115299999999],[-76.570145,39.72016099999999],[-76.233444,39.72174799999999],[-76.139549,39.72212200000001],[-75.791435,39.72375500000001],[-75.772697,39.38300699999999],[-75.764664,39.295849000000004],[-75.761658,39.24775299999999],[-75.752922,39.141548],[-75.724937,38.83017000000001],[-75.71106,38.649551]]],[[[-76.293129,38.90772200000001],[-76.29451,38.967567],[-76.339066,38.956661],[-76.314453,38.941925],[-76.322632,38.91208599999999],[-76.342545,38.924057000000005],[-76.329712,38.875889],[-76.375565,38.85410300000001],[-76.356796,38.95818700000001],[-76.299812,39.040595999999994],[-76.248146,38.97889699999999],[-76.246735,38.92357999999999],[-76.273514,38.94923],[-76.293129,38.90772200000001]]],[[[-75.068298,38.449963],[-75.045998,38.44949],[-75.087692,38.322945000000004],[-75.068298,38.449963]]],[[[-75.270721,38.02758800000001],[-75.244461,38.037903],[-75.209755,38.094177],[-75.164742,38.204845000000006],[-75.094398,38.320201999999995],[-75.17318,38.124187000000006],[-75.242584,38.028526],[-75.270721,38.02758800000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Maryland","STATE_FIPS":"24","SUB_REGION":"S Atl","STATE_ABBR":"MD","LAND_KM":25316.345,"WATER_KM":6188.794,"PERSONS":4781468,"FAMILIES":1245814,"HOUSHOLD":1748991,"MALE":2318671,"FEMALE":2462797,"WORKERS":1783061,"DRVALONE":1732837,"CARPOOL":376449,"PUBTRANS":202169,"EMPLOYED":2481342,"UNEMPLOY":111536,"SERVICE":586994,"MANUAL":260308,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":684773}},{"type":"Feature","id":"states.6","geometry":{"type":"MultiPolygon","coordinates":[[[[-102.043999,37.641459999999995],[-102.041557,37.386261000000005],[-102.036758,36.988972000000004],[-102.997223,36.998504999999994],[-103.077377,36.999741],[-103.993111,36.994445999999996],[-105.145615,36.993183],[-105.212532,36.992580000000004],[-105.712891,36.994541],[-105.991425,36.99227500000001],[-106.471588,36.991493000000006],[-106.860657,36.989491],[-106.889778,36.999072999999996],[-107.410217,36.997519999999994],[-107.471855,36.998772],[-108.371834,36.999474000000006],[-109.047821,36.996643000000006],[-109.044937,37.630829000000006],[-109.042542,37.887428],[-109.042801,38.15294299999999],[-109.055199,38.24493000000001],[-109.053284,38.494663],[-109.050751,39.36098899999999],[-109.052864,39.51819599999999],[-109.051888,39.65741],[-109.050591,40.210544999999996],[-109.045479,40.665329000000014],[-109.047638,40.99847399999999],[-107.918037,41.00341],[-107.303436,41.000168],[-106.864838,40.998489000000006],[-106.328545,41.001316],[-106.202896,41.000111000000004],[-105.278259,40.996365],[-104.933968,40.994305],[-104.051201,41.00322700000001],[-103.571823,40.999663999999996],[-103.382469,41.000331999999986],[-102.651802,40.99813499999999],[-102.620789,41.000225],[-102.047279,40.998076999999995],[-102.046532,40.743134],[-102.04557,40.69732300000001],[-102.047157,40.431084],[-102.047081,40.34265099999999],[-102.051071,39.99892800000001],[-102.048981,39.56869900000001],[-102.04834,39.56280899999999],[-102.047417,39.12675100000001],[-102.048515,39.03699900000001],[-102.047112,38.69253900000001],[-102.047127,38.615486000000004],[-102.04509,38.263329],[-102.045601,38.253806999999995],[-102.043518,37.734386],[-102.043999,37.641459999999995]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Colorado","STATE_FIPS":"08","SUB_REGION":"Mtn","STATE_ABBR":"CO","LAND_KM":268659.501,"WATER_KM":960.364,"PERSONS":3294394,"FAMILIES":854214,"HOUSHOLD":1282489,"MALE":1631295,"FEMALE":1663099,"WORKERS":1233023,"DRVALONE":1216639,"CARPOOL":210274,"PUBTRANS":46983,"EMPLOYED":1633281,"UNEMPLOY":99438,"SERVICE":421079,"MANUAL":181760,"P_MALE":0.495,"P_FEMALE":0.505,"SAMP_POP":512677}},{"type":"Feature","id":"states.7","geometry":{"type":"MultiPolygon","coordinates":[[[[-86.510674,36.655033],[-86.770538,36.652058],[-87.068184,36.650768],[-87.112701,36.651264],[-87.346603,36.649231],[-87.64064,36.645168],[-87.693512,36.64444],[-87.853516,36.64147199999999],[-87.870689,36.66937299999999],[-88.071312,36.67963],[-88.041061,36.582668],[-88.035049,36.538146999999995],[-88.042732,36.496517],[-88.495979,36.498149999999995],[-88.512634,36.499489],[-88.810661,36.498985000000005],[-88.826302,36.499847],[-88.830315,36.499793999999994],[-89.346596,36.502548000000004],[-89.414711,36.502617],[-89.418137,36.510563000000005],[-89.373878,36.616187999999994],[-89.363548,36.625702000000004],[-89.342323,36.628849],[-89.322273,36.622017],[-89.283424,36.575249],[-89.241615,36.569266999999996],[-89.21006,36.581894000000005],[-89.200119,36.631298],[-89.177094,36.653003999999996],[-89.167831,36.67157],[-89.197495,36.713367000000005],[-89.196297,36.72742100000001],[-89.1772,36.760925],[-89.151367,36.759040999999996],[-89.125473,36.768032000000005],[-89.125839,36.792412],[-89.164375,36.80441999999999],[-89.173462,36.829384000000005],[-89.166496,36.843422000000004],[-89.129585,36.86644],[-89.104965,36.953869],[-89.107147,36.977451],[-89.12986,36.988113],[-89.150246,36.99844],[-89.174332,37.025711],[-89.169548,37.064235999999994],[-89.146347,37.093185000000005],[-89.116821,37.112137000000004],[-89.065033,37.185860000000005],[-88.993172,37.22003599999999],[-88.932503,37.218407],[-88.863289,37.202194000000006],[-88.746506,37.152107],[-88.739113,37.141182],[-88.68837,37.13540999999999],[-88.61422,37.109047000000004],[-88.559273,37.072815000000006],[-88.517273,37.064769999999996],[-88.4907,37.06818],[-88.476799,37.072143999999994],[-88.45047,37.098670999999996],[-88.422516,37.156909999999996],[-88.450699,37.205669],[-88.501427,37.257782000000006],[-88.511322,37.296852],[-88.467644,37.400757],[-88.419853,37.420292],[-88.359177,37.40930899999999],[-88.311707,37.442852],[-88.087883,37.476273000000006],[-88.071564,37.51099000000001],[-88.134171,37.583572000000004],[-88.157631,37.628479],[-88.15937,37.660686],[-88.133636,37.700745],[-88.072472,37.735400999999996],[-88.035576,37.805683],[-88.011192,37.801308000000006],[-87.95871,37.77618],[-87.939583,37.799507000000006],[-87.920143,37.809685],[-87.910202,37.838570000000004],[-87.936821,37.875179],[-87.934456,37.904160000000005],[-87.921867,37.919865],[-87.89901,37.924553],[-87.857162,37.890902999999994],[-87.823624,37.878212000000005],[-87.753761,37.898087000000004],[-87.72818,37.894543],[-87.709389,37.899711999999994],[-87.679703,37.897007],[-87.6847,37.836330000000004],[-87.65168,37.828132999999994],[-87.607574,37.843777],[-87.59362,37.864868],[-87.594704,37.890724000000006],[-87.627121,37.923412],[-87.604309,37.971115],[-87.504791,37.91558499999999],[-87.452278,37.936477999999994],[-87.387543,37.93492500000001],[-87.310555,37.89367300000001],[-87.272743,37.870773],[-87.226761,37.84907200000001],[-87.175781,37.838593],[-87.158081,37.82692],[-87.131882,37.789688],[-87.10643,37.784203000000005],[-87.071312,37.807086999999996],[-87.036484,37.907955],[-87.013161,37.924713],[-86.989037,37.930565],[-86.93158,37.937988000000004],[-86.900085,37.953644],[-86.863281,37.986866000000006],[-86.826317,37.991505000000004],[-86.802826,37.978745],[-86.753838,37.898303999999996],[-86.728889,37.894566],[-86.68914,37.91179700000001],[-86.668671,37.913139],[-86.660324,37.902514999999994],[-86.670685,37.860584],[-86.665939,37.847324],[-86.645584,37.845943000000005],[-86.614799,37.857918],[-86.598328,37.921013],[-86.581802,37.925606],[-86.541107,37.921454999999995],[-86.522758,37.927811000000005],[-86.516922,37.942181000000005],[-86.530869,37.987415],[-86.527855,38.018631],[-86.519112,38.046986000000004],[-86.503136,38.051585999999986],[-86.458389,38.05909700000001],[-86.44249,38.075931999999995],[-86.442543,38.08863400000001],[-86.474358,38.11164500000001],[-86.464867,38.12909300000001],[-86.452545,38.129692000000006],[-86.407204,38.10815400000001],[-86.3937,38.12323000000001],[-86.344063,38.13420500000001],[-86.335442,38.143963000000014],[-86.343147,38.155495],[-86.387123,38.167957],[-86.388329,38.194743999999986],[-86.364372,38.19322600000001],[-86.341629,38.177223],[-86.297699,38.150238],[-86.291466,38.07842299999999],[-86.277725,38.05810500000001],[-86.252182,38.04065299999999],[-86.190651,38.01768899999999],[-86.105019,38.01126500000001],[-86.05275,37.966713],[-86.031654,37.992878000000005],[-86.006699,38.001693999999986],[-85.958618,38.01176799999999],[-85.930908,38.03397799999999],[-85.914787,38.06480400000001],[-85.912109,38.17993200000001],[-85.852371,38.23849100000001],[-85.839943,38.27622199999999],[-85.806587,38.28611000000001],[-85.786247,38.28232199999999],[-85.746964,38.27024499999999],[-85.681427,38.300883999999996],[-85.654266,38.33768499999999],[-85.643631,38.383621000000005],[-85.612679,38.446606],[-85.50724,38.47135499999999],[-85.466423,38.518112],[-85.432411,38.53695300000001],[-85.417503,38.56141299999999],[-85.424446,38.584778],[-85.45372,38.694614],[-85.446732,38.72478100000001],[-85.418228,38.738358000000005],[-85.335052,38.73694599999999],[-85.271439,38.744316],[-85.205208,38.69575499999999],[-85.16098,38.69511399999999],[-85.119705,38.714077],[-85.068504,38.750361999999996],[-85.025124,38.764229],[-84.975662,38.78057899999999],[-84.818832,38.793346000000014],[-84.824478,38.83439999999999],[-84.787498,38.866581],[-84.788719,38.884322999999995],[-84.803276,38.89712900000001],[-84.859795,38.901981000000006],[-84.875305,38.909369999999996],[-84.875931,38.92754400000001],[-84.846367,38.95457099999999],[-84.834496,38.98271600000001],[-84.844276,39.00577200000001],[-84.876343,39.032837],[-84.890045,39.050591],[-84.886757,39.064987],[-84.827911,39.10363000000001],[-84.811531,39.10252800000001],[-84.789978,39.106976],[-84.742928,39.14200600000001],[-84.667542,39.08956499999999],[-84.622704,39.07487499999999],[-84.593124,39.07020600000001],[-84.515358,39.094134999999994],[-84.492111,39.107304],[-84.444977,39.111766999999986],[-84.425743,39.084663000000006],[-84.4198,39.04727600000001],[-84.391373,39.035683000000006],[-84.34584,39.03774999999999],[-84.313377,39.01401100000001],[-84.290199,38.94447299999999],[-84.261589,38.91741200000001],[-84.235359,38.87448900000001],[-84.228767,38.812622000000005],[-84.176819,38.78842900000001],[-84.088936,38.765434],[-84.053871,38.763664000000006],[-83.962234,38.77757600000001],[-83.912613,38.757889000000006],[-83.857628,38.744845999999995],[-83.837608,38.71180699999999],[-83.790543,38.693771],[-83.770302,38.650745],[-83.712906,38.635479000000004],[-83.678612,38.62085300000001],[-83.655838,38.623806],[-83.643272,38.63578799999999],[-83.633324,38.664897999999994],[-83.618462,38.677898],[-83.526642,38.69603699999999],[-83.50016,38.69006300000001],[-83.453705,38.663700000000006],[-83.371513,38.654922],[-83.330116,38.631912],[-83.320419,38.60648699999999],[-83.306625,38.59624099999999],[-83.290138,38.59656100000001],[-83.27285,38.60918000000001],[-83.24511,38.62409600000001],[-83.182037,38.60976400000001],[-83.14325,38.61926299999999],[-83.111343,38.66475700000001],[-83.060982,38.68565000000001],[-83.027046,38.714436000000006],[-82.972588,38.719565999999986],[-82.92141,38.74633800000001],[-82.890419,38.74269899999999],[-82.873299,38.718929],[-82.880119,38.683223999999996],[-82.860138,38.65231700000001],[-82.853966,38.60038],[-82.827103,38.571583000000004],[-82.802475,38.557209],[-82.742058,38.552986000000004],[-82.695694,38.539063],[-82.669876,38.50206],[-82.613861,38.472588],[-82.586723,38.41243700000001],[-82.598358,38.368382],[-82.572418,38.307728],[-82.58017,38.292427],[-82.574699,38.255889999999994],[-82.589233,38.245304000000004],[-82.616348,38.23872800000001],[-82.606766,38.19374099999999],[-82.613884,38.178009],[-82.647278,38.16935000000001],[-82.646248,38.146243999999996],[-82.59333,38.10987499999999],[-82.524803,38.01557199999999],[-82.475906,37.975815],[-82.480301,37.95430399999999],[-82.493523,37.942420999999996],[-82.500336,37.922169],[-82.437737,37.894760000000005],[-82.421638,37.872260999999995],[-82.405937,37.811623],[-82.339981,37.784302],[-82.319633,37.758326999999994],[-82.329536,37.744072],[-82.295761,37.668957000000006],[-82.23851,37.656673],[-82.205582,37.623913],[-82.185692,37.640564],[-82.159454,37.593464],[-82.131927,37.590430999999995],[-82.137619,37.56979],[-82.146667,37.565815],[-82.142654,37.557345999999995],[-82.084541,37.548203],[-82.055817,37.525234],[-82.049286,37.551345999999995],[-82.026505,37.530411],[-81.97673,37.543144],[-81.959732,37.531063],[-82.289085,37.30475199999999],[-82.353973,37.26040999999999],[-82.406013,37.250595000000004],[-82.550163,37.19927199999999],[-82.568146,37.193813000000006],[-82.719215,37.109916999999996],[-82.721497,37.093018],[-82.70929,37.075382000000005],[-82.720177,37.065830000000005],[-82.723717,37.033894000000004],[-82.81234,37.005505],[-82.866676,36.974491],[-82.860748,36.932068],[-82.878159,36.893600000000006],[-82.95092,36.863986999999995],[-83.046745,36.858704],[-83.068062,36.850905999999995],[-83.128326,36.779064000000005],[-83.124496,36.75108],[-83.138618,36.739971],[-83.203758,36.734173],[-83.32148,36.709446],[-83.385948,36.68813299999999],[-83.404243,36.672241],[-83.460312,36.661747000000005],[-83.530983,36.661395999999996],[-83.646889,36.616894],[-83.675262,36.598620999999994],[-83.695694,36.584166999999994],[-83.935677,36.591209000000006],[-84.006821,36.592006999999995],[-84.254555,36.595371],[-84.256844,36.595417],[-84.781929,36.605002999999996],[-84.791115,36.605366000000004],[-84.998512,36.620914],[-85.272537,36.625553],[-85.300133,36.626037999999994],[-85.437408,36.618137000000004],[-85.7855,36.626628999999994],[-85.980629,36.63306],[-86.199005,36.643246000000005],[-86.415451,36.650890000000004],[-86.510674,36.655033]]],[[[-89.533195,36.498108],[-89.566986,36.518738],[-89.568153,36.541409],[-89.556137,36.557743],[-89.530365,36.564555999999996],[-89.493126,36.559116],[-89.481674,36.547775],[-89.471375,36.525555],[-89.481682,36.504695999999996],[-89.475822,36.498547],[-89.533195,36.498108]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Kentucky","STATE_FIPS":"21","SUB_REGION":"E S Cen","STATE_ABBR":"KY","LAND_KM":103961.904,"WATER_KM":1772.542,"PERSONS":4551524,"FAMILIES":1237346,"HOUSHOLD":1718663,"MALE":2195130,"FEMALE":2356394,"WORKERS":1656590,"DRVALONE":1502949,"CARPOOL":273091,"PUBTRANS":48158,"EMPLOYED":1970934,"UNEMPLOY":148125,"SERVICE":556744,"MANUAL":361621,"P_MALE":0.482,"P_FEMALE":0.518,"SAMP_POP":646517}},{"type":"Feature","id":"states.8","geometry":{"type":"MultiPolygon","coordinates":[[[[-95.071693,37.001408],[-95.406372,37.000538000000006],[-95.525764,37.000938000000005],[-95.785492,36.998035],[-95.957703,37.000011],[-96.005791,36.998264000000006],[-96.518898,37.000538000000006],[-96.74839,37.000134],[-97.137375,36.999779000000004],[-97.46508,36.996441000000004],[-97.803917,36.998543],[-98.104187,36.998645999999994],[-98.346794,36.999035000000006],[-98.539864,36.99834799999999],[-98.999138,36.998042999999996],[-99.43708,36.99453],[-99.544243,36.995434],[-99.998848,36.995388000000005],[-100.088158,36.997623000000004],[-100.633812,36.997806999999995],[-100.950142,36.996635],[-101.071159,36.99744],[-101.553238,36.996666000000005],[-102.024071,36.988853000000006],[-102.036758,36.988972000000004],[-102.041557,37.386261000000005],[-102.043999,37.641459999999995],[-102.043518,37.734386],[-102.045601,38.253806999999995],[-102.04509,38.263329],[-102.047127,38.615486000000004],[-102.047112,38.69253900000001],[-102.048515,39.03699900000001],[-102.047417,39.12675100000001],[-102.04834,39.56280899999999],[-102.048981,39.56869900000001],[-102.051071,39.99892800000001],[-101.406952,40.00100699999999],[-101.321709,40.001823],[-100.754425,40.00019499999999],[-100.734619,39.999168],[-100.190697,40.000580000000014],[-100.180496,40.000473],[-99.627472,40.00297900000001],[-99.177834,39.99956499999999],[-99.064384,39.998324999999994],[-98.720284,39.998447],[-98.504143,39.997116000000005],[-98.26384,39.99842100000001],[-97.929268,39.99843999999999],[-97.816269,39.999718],[-97.361595,39.997375000000005],[-96.907982,39.996151],[-96.801117,39.994473],[-96.453743,39.994170999999994],[-96.240311,39.99450300000001],[-96.000977,39.995159],[-95.780434,39.99348800000001],[-95.329445,39.99259599999999],[-95.308441,39.999409000000014],[-95.240707,39.94210799999999],[-95.207344,39.93817899999999],[-95.19371,39.91018299999999],[-95.150299,39.90805800000001],[-95.100471,39.869868999999994],[-95.062996,39.86654300000001],[-95.033257,39.877849999999995],[-95.021523,39.896984],[-94.964775,39.90082899999999],[-94.937996,39.89608799999999],[-94.936264,39.849391999999995],[-94.92363,39.83313799999999],[-94.898079,39.828339],[-94.88826,39.817406000000005],[-94.899078,39.793780999999996],[-94.933022,39.78278],[-94.934868,39.77543299999999],[-94.921555,39.757847],[-94.876823,39.760684999999995],[-94.870941,39.75412399999999],[-94.877617,39.73931099999999],[-94.905434,39.72676100000001],[-94.930611,39.72703200000001],[-94.952896,39.73650699999999],[-94.96154,39.732044],[-94.978325,39.68499399999999],[-95.028046,39.66191900000001],[-95.055771,39.62569400000001],[-95.053368,39.586781],[-95.108742,39.56069600000001],[-95.101791,39.53285199999999],[-95.047356,39.485332],[-95.040268,39.46294399999999],[-94.985962,39.43946500000001],[-94.958252,39.411449000000005],[-94.925507,39.381268000000006],[-94.898041,39.380641999999995],[-94.911102,39.34012200000001],[-94.90744,39.32302899999999],[-94.880867,39.286045],[-94.833237,39.261765],[-94.82058,39.21100200000001],[-94.78981,39.19687999999999],[-94.730293,39.17125300000001],[-94.675278,39.17491899999999],[-94.646172,39.158424],[-94.612419,39.151646],[-94.60099,39.141223999999994],[-94.607903,39.112797],[-94.609047,39.04466199999999],[-94.612236,38.83710099999999],[-94.612915,38.737213],[-94.618484,38.47145800000001],[-94.61882,38.39201399999999],[-94.617096,38.05575200000001],[-94.616501,38.03035399999999],[-94.619057,37.679824999999994],[-94.618759,37.65033],[-94.61853,37.360714],[-94.618744,37.327679],[-94.620438,37.060085],[-94.620155,36.996983],[-95.032509,37.00071],[-95.071693,37.001408]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Kansas","STATE_FIPS":"20","SUB_REGION":"W N Cen","STATE_ABBR":"KS","LAND_KM":211921.641,"WATER_KM":1188.865,"PERSONS":2477574,"FAMILIES":658600,"HOUSHOLD":944726,"MALE":1214645,"FEMALE":1262929,"WORKERS":907383,"DRVALONE":928575,"CARPOOL":135598,"PUBTRANS":7585,"EMPLOYED":1172214,"UNEMPLOY":57772,"SERVICE":346339,"MANUAL":166429,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":453411}},{"type":"Feature","id":"states.9","geometry":{"type":"MultiPolygon","coordinates":[[[[-79.144325,36.546059],[-79.217064,36.54978199999999],[-79.5103,36.547657],[-79.717445,36.547889999999995],[-80.024055,36.545024999999995],[-80.048096,36.547134],[-80.43531,36.551044000000005],[-80.611053,36.557297000000005],[-80.838158,36.563438000000005],[-80.903442,36.565212],[-81.345299,36.57286499999999],[-81.669998,36.589648999999994],[-81.652435,36.607555000000005],[-81.829056,36.611481],[-81.918449,36.613495],[-81.929459,36.595837],[-82.154327,36.595043000000004],[-82.216805,36.593967000000006],[-82.296997,36.591697999999994],[-82.610962,36.591446000000005],[-82.849937,36.590946],[-82.986809,36.591198000000006],[-83.211029,36.588001000000006],[-83.248489,36.589848],[-83.275131,36.60038],[-83.464302,36.598755],[-83.675262,36.598620999999994],[-83.646889,36.616894],[-83.530983,36.661395999999996],[-83.460312,36.661747000000005],[-83.404243,36.672241],[-83.385948,36.68813299999999],[-83.32148,36.709446],[-83.203758,36.734173],[-83.138618,36.739971],[-83.124496,36.75108],[-83.128326,36.779064000000005],[-83.068062,36.850905999999995],[-83.046745,36.858704],[-82.95092,36.863986999999995],[-82.878159,36.893600000000006],[-82.860748,36.932068],[-82.866676,36.974491],[-82.81234,37.005505],[-82.723717,37.033894000000004],[-82.720177,37.065830000000005],[-82.70929,37.075382000000005],[-82.721497,37.093018],[-82.719215,37.109916999999996],[-82.568146,37.193813000000006],[-82.550163,37.19927199999999],[-82.406013,37.250595000000004],[-82.353973,37.26040999999999],[-82.289085,37.30475199999999],[-81.959732,37.531063],[-81.935608,37.506535],[-81.948151,37.492915999999994],[-81.976578,37.48279599999999],[-81.988358,37.466476],[-81.920891,37.41540500000001],[-81.926979,37.371616],[-81.897316,37.34047700000001],[-81.863976,37.325344],[-81.858841,37.30691899999999],[-81.83905,37.285393],[-81.815544,37.279427],[-81.792824,37.287041],[-81.752022,37.272144],[-81.738625,37.250378],[-81.701897,37.235321],[-81.666054,37.204796],[-81.556824,37.206238],[-81.505707,37.234257],[-81.495705,37.252735],[-81.475533,37.254307],[-81.403519,37.282509000000005],[-81.391121,37.311038999999994],[-81.358971,37.338837],[-81.31205,37.293591000000006],[-81.223114,37.240097000000006],[-81.140923,37.274806999999996],[-81.025124,37.285942000000006],[-80.98613,37.306122],[-80.978729,37.296356],[-80.968086,37.291672000000005],[-80.93438,37.301249999999996],[-80.855629,37.339291],[-80.848618,37.350821999999994],[-80.877556,37.388577],[-80.850723,37.423339999999996],[-80.799812,37.412941000000004],[-80.799446,37.391632],[-80.770226,37.386073999999994],[-80.763199,37.371292],[-80.747894,37.378960000000006],[-80.746529,37.387615],[-80.729942,37.392596999999995],[-80.705414,37.388256],[-80.597702,37.445930000000004],[-80.542969,37.469086000000004],[-80.50898,37.47492200000001],[-80.488098,37.460471999999996],[-80.487015,37.433735],[-80.474983,37.422695000000004],[-80.425598,37.43478],[-80.388527,37.465599],[-80.352379,37.475975000000005],[-80.347733,37.491051],[-80.288139,37.511024000000006],[-80.280952,37.53613300000001],[-80.308525,37.528244],[-80.326126,37.533276],[-80.31694,37.566593],[-80.246613,37.596771000000004],[-80.219147,37.624142000000006],[-80.254639,37.640579],[-80.301147,37.640423],[-80.305077,37.652122000000006],[-80.295914,37.671379],[-80.303322,37.682548999999995],[-80.250244,37.725928999999994],[-80.254898,37.757110999999995],[-80.220757,37.778735999999995],[-80.223946,37.80224200000001],[-80.171806,37.842845999999994],[-80.172432,37.860062],[-80.160217,37.877106],[-80.118721,37.891155],[-80.106705,37.914536],[-80.055023,37.955524],[-80.000717,37.989746],[-79.966713,38.038498000000004],[-79.957733,38.06724199999999],[-79.928513,38.10318799999999],[-79.935547,38.121185],[-79.910561,38.16248300000001],[-79.916382,38.17914200000001],[-79.831375,38.250156000000004],[-79.793846,38.268542999999994],[-79.786736,38.28499600000001],[-79.803001,38.29874799999999],[-79.800552,38.31420499999999],[-79.764229,38.35387],[-79.733055,38.351719],[-79.720261,38.394566],[-79.684319,38.43011899999999],[-79.692879,38.500237],[-79.66584,38.52065999999999],[-79.669655,38.55006],[-79.642632,38.592239000000006],[-79.536743,38.553687999999994],[-79.48658,38.46202500000001],[-79.317238,38.41251],[-79.272598,38.437183000000005],[-79.231903,38.480372999999986],[-79.12767,38.65812700000001],[-79.121307,38.66365099999999],[-79.088791,38.659088],[-79.087479,38.707153000000005],[-79.056801,38.76194000000001],[-79.055046,38.79051999999999],[-79.033989,38.799847],[-78.987701,38.84664900000001],[-78.866814,38.76329000000001],[-78.816116,38.83363299999999],[-78.793312,38.88010800000001],[-78.749512,38.911381000000006],[-78.737991,38.92917299999999],[-78.724403,38.93021400000001],[-78.719246,38.90488099999999],[-78.680489,38.92157399999999],[-78.647232,38.95044300000001],[-78.631111,38.979603],[-78.598961,38.967197],[-78.553474,39.01382799999999],[-78.549469,39.02338],[-78.564445,39.035037999999986],[-78.536919,39.05702600000001],[-78.501869,39.09357800000001],[-78.485519,39.111839],[-78.44825,39.118931],[-78.43084,39.14852099999999],[-78.402634,39.17049],[-78.424339,39.19752500000001],[-78.42334,39.21204],[-78.399399,39.244850000000014],[-78.413818,39.257439000000005],[-78.341118,39.341358000000014],[-78.3442,39.35085699999999],[-78.365746,39.36158800000001],[-78.350502,39.38073],[-78.347816,39.456902000000014],[-78.277153,39.42336700000001],[-78.229782,39.39101400000001],[-78.033607,39.265536999999995],[-77.830963,39.13207600000001],[-77.820328,39.14162099999999],[-77.805733,39.19650300000001],[-77.768517,39.24644900000001],[-77.759743,39.28454199999999],[-77.727753,39.31769600000001],[-77.679588,39.31868],[-77.616524,39.29971699999999],[-77.568962,39.298393000000004],[-77.542191,39.268939999999986],[-77.494064,39.249911999999995],[-77.464958,39.22905700000001],[-77.461998,39.218632000000014],[-77.478638,39.17693299999999],[-77.516617,39.157444],[-77.513046,39.116653000000014],[-77.479248,39.103958000000006],[-77.459694,39.080837],[-77.433037,39.066776000000004],[-77.346519,39.068512],[-77.3246,39.062588000000005],[-77.255989,39.02757299999999],[-77.243729,38.97587999999999],[-77.152046,38.96477899999999],[-77.122627,38.93206000000001],[-77.078949,38.91560000000001],[-77.067886,38.886101],[-77.039078,38.86243099999999],[-77.040405,38.838413],[-77.045189,38.829364999999996],[-77.035248,38.81391500000001],[-77.045448,38.78811999999999],[-77.046471,38.71878100000001],[-77.057121,38.71202099999999],[-77.081879,38.71527900000001],[-77.093147,38.703982999999994],[-77.125114,38.67779899999999],[-77.12999,38.64812499999999],[-77.197258,38.62270000000001],[-77.194748,38.66076699999999],[-77.227592,38.650723],[-77.303619,38.50191100000001],[-77.338486,38.436825],[-77.289482,38.362671000000006],[-77.321823,38.34398300000001],[-77.2407,38.33137099999999],[-77.054535,38.375350999999995],[-76.999359,38.280272999999994],[-76.936462,38.202473],[-76.595604,38.12022400000001],[-76.549034,38.074112000000014],[-76.558044,38.02533],[-76.573692,38.00317000000001],[-76.524544,38.012744999999995],[-76.367744,37.956951000000004],[-76.259201,37.890029999999996],[-76.251923,37.850178],[-76.324539,37.798812999999996],[-76.309944,37.719111999999996],[-76.357002,37.70013],[-76.323059,37.677814],[-76.344872,37.622924999999995],[-76.507088,37.656384],[-76.58046,37.770115000000004],[-76.631775,37.796349000000006],[-76.771851,37.916675999999995],[-76.818504,37.919506],[-76.732353,37.798480999999995],[-76.681732,37.774754],[-76.569496,37.641907],[-76.314644,37.551201000000006],[-76.34864,37.52515],[-76.512856,37.55257400000001],[-76.434181,37.515202],[-76.355667,37.515755],[-76.254593,37.390190000000004],[-76.275192,37.330321999999995],[-76.300972,37.334571999999994],[-76.33902,37.393547],[-76.446869,37.457966],[-76.463936,37.418892],[-76.417084,37.412136000000004],[-76.403755,37.373028000000005],[-76.455551,37.377491000000006],[-76.392738,37.293426999999994],[-76.461136,37.255432],[-76.653488,37.412200999999996],[-76.704681,37.418491],[-76.669983,37.371646999999996],[-76.595039,37.291298],[-76.424667,37.207297999999994],[-76.412994,37.152393000000004],[-76.396873,37.173030999999995],[-76.363785,37.146427],[-76.337318,37.177009999999996],[-76.285675,37.122097],[-76.395691,37.107708],[-76.278931,37.074344999999994],[-76.293343,37.020489],[-76.384552,36.990414],[-76.426117,36.96526],[-76.53112,37.067642000000006],[-76.515266,37.088367000000005],[-76.564491,37.117771000000005],[-76.568443,37.080173],[-76.624916,37.13227500000001],[-76.610031,37.178577000000004],[-76.648094,37.225837999999996],[-76.697151,37.232521000000006],[-76.746101,37.193389999999994],[-76.795929,37.240387],[-76.85717,37.2439],[-76.875488,37.322945000000004],[-76.878426,37.259426000000005],[-76.94149,37.23661],[-76.900864,37.201054],[-76.797394,37.207302],[-76.72921,37.15066899999999],[-76.685966,37.197987],[-76.671539,37.147712999999996],[-76.665642,37.054134000000005],[-76.577827,37.024494000000004],[-76.613373,36.994843],[-76.555046,37.006195000000005],[-76.48951,36.961723000000006],[-76.517174,36.912186000000005],[-76.482178,36.91908599999999],[-76.486618,36.895568999999995],[-76.560516,36.841801000000004],[-76.561852,36.795615999999995],[-76.507195,36.869473],[-76.410805,36.901413000000005],[-76.348145,36.913342],[-76.341919,36.860187999999994],[-76.394089,36.835926],[-76.401184,36.826138],[-76.317436,36.845844],[-76.292702,36.828342000000006],[-76.307617,36.942001000000005],[-76.284225,36.962734],[-76.202332,36.935069999999996],[-76.191666,36.904442],[-76.118431,36.931618],[-75.995361,36.923134000000005],[-75.878166,36.555874],[-75.901985,36.556197999999995],[-75.892853,36.599022000000005],[-75.950798,36.721565],[-75.998665,36.556652],[-76.027168,36.556717000000006],[-76.061859,36.603592000000006],[-76.045959,36.55695299999999],[-76.127396,36.557163],[-76.330254,36.556056999999996],[-76.497559,36.555813],[-76.563583,36.555251999999996],[-76.921631,36.554157000000004],[-76.924133,36.554146],[-77.177353,36.556286],[-77.320053,36.553917],[-77.763931,36.553439999999995],[-77.898857,36.552944],[-78.051666,36.552475],[-78.321251,36.545531999999994],[-78.458809,36.541481000000005],[-78.737389,36.546074000000004],[-78.7967,36.543533],[-79.144325,36.546059]]],[[[-75.270721,38.02758800000001],[-75.242584,38.028526],[-75.298859,37.962875],[-75.33918,37.888783000000004],[-75.386078,37.875652],[-75.34481,37.90191299999999],[-75.378571,37.900974000000005],[-75.346687,37.918797],[-75.270721,38.02758800000001]]],[[[-75.867371,37.552181000000004],[-75.941101,37.561554],[-75.929558,37.58588399999999],[-75.887276,37.580344999999994],[-75.905991,37.592175],[-75.799721,37.711792],[-75.7826,37.789833],[-75.696083,37.824516],[-75.686707,37.858124000000004],[-75.733978,37.930569000000006],[-75.658447,37.941181],[-75.648216,37.970130999999995],[-75.626434,37.996418000000006],[-75.37278,38.01671200000001],[-75.61792,37.697131999999996],[-75.589905,37.677193],[-75.699493,37.589512],[-75.650269,37.559753],[-75.727524,37.558182],[-75.7565,37.510540000000006],[-75.705269,37.493472999999994],[-75.813026,37.469044],[-75.820488,37.426204999999996],[-75.790771,37.408108],[-75.826675,37.418148],[-75.89711,37.36739300000001],[-75.931389,37.14250199999999],[-75.970985,37.126232],[-76.018471,37.308780999999996],[-75.934448,37.484641999999994],[-75.965446,37.479350999999994],[-75.954704,37.521832],[-75.930756,37.556889],[-75.867371,37.552181000000004]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Virginia","STATE_FIPS":"51","SUB_REGION":"S Atl","STATE_ABBR":"VA","LAND_KM":102537.328,"WATER_KM":4263.82,"PERSONS":6180651,"FAMILIES":1627615,"HOUSHOLD":2289067,"MALE":3030948,"FEMALE":3149703,"WORKERS":2343200,"DRVALONE":2278600,"CARPOOL":499251,"PUBTRANS":125792,"EMPLOYED":3025109,"UNEMPLOY":141926,"SERVICE":777181,"MANUAL":420070,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":898089}},{"type":"Feature","id":"states.10","geometry":{"type":"MultiPolygon","coordinates":[[[[-89.104965,36.953869],[-89.129585,36.86644],[-89.166496,36.843422000000004],[-89.173462,36.829384000000005],[-89.164375,36.80441999999999],[-89.125839,36.792412],[-89.125473,36.768032000000005],[-89.151367,36.759040999999996],[-89.1772,36.760925],[-89.196297,36.72742100000001],[-89.197495,36.713367000000005],[-89.167831,36.67157],[-89.177094,36.653003999999996],[-89.200119,36.631298],[-89.21006,36.581894000000005],[-89.241615,36.569266999999996],[-89.283424,36.575249],[-89.322273,36.622017],[-89.342323,36.628849],[-89.363548,36.625702000000004],[-89.373878,36.616187999999994],[-89.418137,36.510563000000005],[-89.414711,36.502617],[-89.448517,36.456379],[-89.470833,36.445953],[-89.491989,36.465462],[-89.475822,36.498547],[-89.481682,36.504695999999996],[-89.471375,36.525555],[-89.481674,36.547775],[-89.493126,36.559116],[-89.530365,36.564555999999996],[-89.556137,36.557743],[-89.568153,36.541409],[-89.566986,36.518738],[-89.533195,36.498108],[-89.516022,36.47180899999999],[-89.545181,36.440960000000004],[-89.520004,36.401058000000006],[-89.519333,36.35593],[-89.544556,36.345721999999995],[-89.60569,36.354752000000005],[-89.622795,36.334782000000004],[-89.606766,36.308037],[-89.542236,36.280865000000006],[-89.535378,36.264538],[-89.541649,36.257278],[-89.61808,36.240898],[-89.670586,36.25489399999999],[-89.694542,36.25213599999999],[-89.695656,36.240795000000006],[-89.676788,36.220867],[-89.618561,36.18374300000001],[-89.589455,36.15201999999999],[-89.589424,36.129791],[-89.667389,36.099316],[-89.678169,36.08297],[-89.688843,36.025795],[-89.721756,35.999877999999995],[-89.963203,35.996838],[-90.283455,35.991158],[-90.37896,35.989586],[-90.315239,36.091656],[-90.284752,36.115905999999995],[-90.263702,36.118763],[-90.23484,36.137089],[-90.232224,36.161148],[-90.219223,36.172565000000006],[-90.161308,36.196940999999995],[-90.131218,36.21207],[-90.109917,36.257996000000006],[-90.066093,36.272273999999996],[-90.049751,36.300472],[-90.067635,36.325333],[-90.050201,36.362606],[-90.052063,36.382553],[-90.080177,36.39738800000001],[-90.116829,36.404915],[-90.123833,36.422565000000006],[-90.117226,36.453896],[-90.137276,36.45741700000001],[-90.150162,36.491814000000005],[-90.224373,36.492751999999996],[-90.581619,36.490962999999994],[-90.804314,36.489204],[-91.133827,36.487953000000005],[-91.411659,36.491039],[-91.45285,36.490376],[-91.688416,36.490955],[-92.127487,36.491371],[-92.146164,36.491596],[-92.522888,36.490855999999994],[-92.777466,36.489918],[-92.852104,36.489819],[-93.297142,36.490616],[-93.328163,36.490196],[-93.59626,36.489891],[-93.857323,36.489716],[-94.080849,36.49095199999999],[-94.617035,36.489338000000004],[-94.62085,36.670471000000006],[-94.62146,36.763538],[-94.620155,36.996983],[-94.620438,37.060085],[-94.618744,37.327679],[-94.61853,37.360714],[-94.618759,37.65033],[-94.619057,37.679824999999994],[-94.616501,38.03035399999999],[-94.617096,38.05575200000001],[-94.61882,38.39201399999999],[-94.618484,38.47145800000001],[-94.612915,38.737213],[-94.612236,38.83710099999999],[-94.609047,39.04466199999999],[-94.607903,39.112797],[-94.60099,39.141223999999994],[-94.612419,39.151646],[-94.646172,39.158424],[-94.675278,39.17491899999999],[-94.730293,39.17125300000001],[-94.78981,39.19687999999999],[-94.82058,39.21100200000001],[-94.833237,39.261765],[-94.880867,39.286045],[-94.90744,39.32302899999999],[-94.911102,39.34012200000001],[-94.898041,39.380641999999995],[-94.925507,39.381268000000006],[-94.958252,39.411449000000005],[-94.985962,39.43946500000001],[-95.040268,39.46294399999999],[-95.047356,39.485332],[-95.101791,39.53285199999999],[-95.108742,39.56069600000001],[-95.053368,39.586781],[-95.055771,39.62569400000001],[-95.028046,39.66191900000001],[-94.978325,39.68499399999999],[-94.96154,39.732044],[-94.952896,39.73650699999999],[-94.930611,39.72703200000001],[-94.905434,39.72676100000001],[-94.877617,39.73931099999999],[-94.870941,39.75412399999999],[-94.876823,39.760684999999995],[-94.921555,39.757847],[-94.934868,39.77543299999999],[-94.933022,39.78278],[-94.899078,39.793780999999996],[-94.88826,39.817406000000005],[-94.898079,39.828339],[-94.92363,39.83313799999999],[-94.936264,39.849391999999995],[-94.937996,39.89608799999999],[-94.964775,39.90082899999999],[-95.021523,39.896984],[-95.033257,39.877849999999995],[-95.062996,39.86654300000001],[-95.100471,39.869868999999994],[-95.150299,39.90805800000001],[-95.19371,39.91018299999999],[-95.207344,39.93817899999999],[-95.240707,39.94210799999999],[-95.308441,39.999409000000014],[-95.34481,40.02497500000001],[-95.370987,40.028751],[-95.390274,40.043750999999986],[-95.413506,40.048111000000006],[-95.403526,40.08037899999999],[-95.384285,40.09536399999999],[-95.392555,40.11541700000001],[-95.422218,40.131744],[-95.460693,40.17399599999999],[-95.466377,40.213257],[-95.476562,40.226856],[-95.546875,40.266215999999986],[-95.595268,40.309776],[-95.646561,40.30910900000001],[-95.645287,40.32234600000001],[-95.617668,40.33141699999999],[-95.615936,40.346497],[-95.633919,40.358799000000005],[-95.636551,40.396389],[-95.695091,40.48533599999999],[-95.6847,40.512203],[-95.657791,40.53033099999999],[-95.662674,40.558727000000005],[-95.675423,40.565833999999995],[-95.687141,40.56116900000001],[-95.691795,40.52412799999999],[-95.736763,40.53237200000001],[-95.763138,40.549705999999986],[-95.767204,40.589045999999996],[-95.382294,40.58433500000001],[-95.217171,40.581897999999995],[-94.920364,40.57722899999999],[-94.639633,40.57575600000001],[-94.484993,40.57421500000001],[-94.238159,40.57097200000001],[-94.01783,40.57402400000001],[-93.786079,40.57844499999999],[-93.562691,40.58080699999999],[-93.370056,40.58048199999999],[-93.100731,40.58433500000001],[-92.717621,40.58964499999999],[-92.64624,40.59143800000001],[-92.361328,40.599548],[-92.192993,40.60006000000001],[-91.946198,40.60823400000001],[-91.741547,40.609748999999994],[-91.716812,40.593399000000005],[-91.689796,40.581165],[-91.691917,40.55163999999999],[-91.622375,40.53286399999999],[-91.616699,40.50483299999999],[-91.585869,40.484477999999996],[-91.579224,40.463718],[-91.533051,40.455399],[-91.538689,40.44124600000001],[-91.529449,40.43504300000001],[-91.527534,40.41012599999999],[-91.500221,40.40511699999999],[-91.490158,40.390761999999995],[-91.476883,40.39096799999999],[-91.448593,40.371902000000006],[-91.486694,40.309624000000014],[-91.498932,40.25137699999999],[-91.506546,40.200458999999995],[-91.516129,40.134544000000005],[-91.504005,40.066711],[-91.487289,40.005753],[-91.447243,39.94606400000001],[-91.430389,39.92183700000001],[-91.434052,39.90182899999999],[-91.450989,39.885242000000005],[-91.449188,39.86304899999999],[-91.381714,39.80377200000001],[-91.373421,39.76127199999999],[-91.367088,39.724639999999994],[-91.317665,39.68591699999999],[-91.203247,39.600021],[-91.156189,39.552593],[-91.093613,39.52892700000001],[-91.064384,39.473984],[-91.036339,39.444412],[-90.947891,39.40058500000001],[-90.850494,39.35045199999999],[-90.779343,39.29680300000001],[-90.738083,39.24780999999999],[-90.732338,39.22474700000001],[-90.718193,39.195873000000006],[-90.716736,39.14421100000001],[-90.690399,39.09370000000001],[-90.707588,39.058178],[-90.70607,39.037791999999996],[-90.668877,38.93525299999999],[-90.627213,38.880795000000006],[-90.570328,38.87132600000001],[-90.530426,38.89160899999999],[-90.469841,38.959179000000006],[-90.413071,38.96233000000001],[-90.31974,38.92490799999999],[-90.278931,38.92471699999999],[-90.243927,38.91450900000001],[-90.132812,38.85303099999999],[-90.113121,38.830467],[-90.121727,38.80051],[-90.135178,38.785484],[-90.163399,38.773098000000005],[-90.196571,38.72396499999999],[-90.20224,38.70036300000001],[-90.183578,38.658772],[-90.183708,38.61027100000001],[-90.240944,38.562805],[-90.26123,38.532768000000004],[-90.265785,38.518688],[-90.301842,38.427357],[-90.339607,38.39084600000001],[-90.358688,38.36533],[-90.369347,38.32355899999999],[-90.364769,38.23429899999999],[-90.336716,38.18871300000001],[-90.289635,38.16681700000001],[-90.254059,38.122169000000014],[-90.207527,38.08890500000001],[-90.134712,38.05395100000001],[-90.119339,38.032272000000006],[-90.041924,37.993206],[-90.010811,37.969318],[-89.958229,37.963634],[-89.978912,37.911884],[-89.937874,37.878044],[-89.900551,37.875904000000006],[-89.866814,37.891875999999996],[-89.861046,37.905486999999994],[-89.851715,37.905063999999996],[-89.728447,37.840992],[-89.691055,37.804794],[-89.675858,37.78397],[-89.666458,37.745453],[-89.581436,37.706103999999996],[-89.521523,37.694798000000006],[-89.513374,37.67984],[-89.51918,37.650375],[-89.513367,37.615928999999994],[-89.524971,37.571957],[-89.494781,37.491726],[-89.453621,37.453186],[-89.427574,37.411018],[-89.435738,37.355717],[-89.468742,37.339409],[-89.50058,37.329441],[-89.513885,37.304962],[-89.513885,37.276402000000004],[-89.489594,37.256001],[-89.465309,37.253731],[-89.468216,37.224266],[-89.440521,37.165318],[-89.423798,37.137203],[-89.37999,37.09908299999999],[-89.38295,37.049212999999995],[-89.310982,37.009682],[-89.282768,36.999207],[-89.262001,37.008686],[-89.264244,37.027733],[-89.3097,37.060908999999995],[-89.303291,37.085384000000005],[-89.284233,37.091244],[-89.264053,37.087124],[-89.237679,37.041732999999994],[-89.210052,37.02897299999999],[-89.193512,36.986771000000005],[-89.12986,36.988113],[-89.107147,36.977451],[-89.104965,36.953869]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Missouri","STATE_FIPS":"29","SUB_REGION":"W N Cen","STATE_ABBR":"MO","LAND_KM":178445.951,"WATER_KM":2100.115,"PERSONS":5117073,"FAMILIES":1368334,"HOUSHOLD":1961206,"MALE":2464315,"FEMALE":2652758,"WORKERS":1861192,"DRVALONE":1816079,"CARPOOL":312042,"PUBTRANS":47129,"EMPLOYED":2367395,"UNEMPLOY":155388,"SERVICE":659782,"MANUAL":386746,"P_MALE":0.482,"P_FEMALE":0.518,"SAMP_POP":864999}},{"type":"Feature","id":"states.11","geometry":{"type":"MultiPolygon","coordinates":[[[[-114.519844,33.027668000000006],[-114.558304,33.036743],[-114.609138,33.026962],[-114.633179,33.03352700000001],[-114.644371,33.04437299999999],[-114.663162,33.038883],[-114.710564,33.095344999999995],[-114.708672,33.122337],[-114.67733,33.167213000000004],[-114.67926,33.22456],[-114.68692,33.239222999999996],[-114.676903,33.267982],[-114.734634,33.305676000000005],[-114.702812,33.352385999999996],[-114.724144,33.41103],[-114.644302,33.41908599999999],[-114.629784,33.439396],[-114.6203,33.468571],[-114.597298,33.486098999999996],[-114.586273,33.509418],[-114.528633,33.560047],[-114.539459,33.580482],[-114.526382,33.622112],[-114.524475,33.665482],[-114.535645,33.68271300000001],[-114.494888,33.708347],[-114.509499,33.743179],[-114.503769,33.771694],[-114.520332,33.826012000000006],[-114.510933,33.84194599999999],[-114.520172,33.86290700000001],[-114.497398,33.925017999999994],[-114.524841,33.95239599999999],[-114.517418,33.965046],[-114.428192,34.029827],[-114.423241,34.078316],[-114.409378,34.102638],[-114.322014,34.141281000000006],[-114.284584,34.171215000000004],[-114.234993,34.186206999999996],[-114.149132,34.266964],[-114.124451,34.272605999999996],[-114.133347,34.314533],[-114.152634,34.336433],[-114.181297,34.36519199999999],[-114.257057,34.40547599999999],[-114.282608,34.41205600000001],[-114.302078,34.43574099999999],[-114.331848,34.454860999999994],[-114.375717,34.459666999999996],[-114.383072,34.477074],[-114.376038,34.536552],[-114.408951,34.583714],[-114.43351,34.598952999999995],[-114.421478,34.610885999999994],[-114.464844,34.709866000000005],[-114.497009,34.744750999999994],[-114.524757,34.74890499999999],[-114.541245,34.759952999999996],[-114.56942,34.831856],[-114.626465,34.87553],[-114.629677,34.919498000000004],[-114.620209,34.943607],[-114.631477,34.99764999999999],[-114.62027,34.998913],[-114.63298,35.041861999999995],[-114.594833,35.076057000000006],[-114.635109,35.118656],[-114.625641,35.133906999999994],[-114.581818,35.132560999999995],[-114.571457,35.140068],[-114.560242,35.174347],[-114.558784,35.220184],[-114.58709,35.304771],[-114.588783,35.358383],[-114.644592,35.450768],[-114.67141,35.515761999999995],[-114.648987,35.546645999999996],[-114.652328,35.584843000000006],[-114.639061,35.61135899999999],[-114.653259,35.646595000000005],[-114.667679,35.656409999999994],[-114.664284,35.693111],[-114.688011,35.732609],[-114.681931,35.764717000000005],[-114.689056,35.847458],[-114.661652,35.870975],[-114.660789,35.880489],[-114.698463,35.911629000000005],[-114.735397,35.987667],[-114.716858,36.036777],[-114.728149,36.058773],[-114.727333,36.085983],[-114.711945,36.105202000000006],[-114.620796,36.141987],[-114.598122,36.138355000000004],[-114.529762,36.155108999999996],[-114.465805,36.124729],[-114.443138,36.121071],[-114.379997,36.151009],[-114.34343,36.137496999999996],[-114.315292,36.111453999999995],[-114.303055,36.087124],[-114.306786,36.062248],[-114.232674,36.018345],[-114.205971,36.017269],[-114.128227,36.041743999999994],[-114.106979,36.121105],[-114.044312,36.193993000000006],[-114.036598,36.216038],[-114.042915,36.84187300000001],[-114.043137,36.996562999999995],[-112.899216,36.99624300000001],[-112.541763,36.998008999999996],[-112.236511,36.995506000000006],[-111.355453,37.001720000000006],[-110.739372,37.002491000000006],[-110.483398,37.003929],[-110.451546,36.991749],[-109.996399,36.992065],[-109.047821,36.996643000000006],[-109.047195,35.996655000000004],[-109.045998,34.954612999999995],[-109.048012,34.59174],[-109.049721,33.783249],[-109.049904,33.205101],[-109.050728,32.77948000000001],[-109.048882,32.441967000000005],[-109.045006,31.343348000000006],[-110.451942,31.337559],[-111.07132,31.335534999999993],[-111.368866,31.431438],[-113.328377,32.04356],[-114.820969,32.487114000000005],[-114.808601,32.615993],[-114.72126,32.72081],[-114.711906,32.734966],[-114.693253,32.741378999999995],[-114.603157,32.726237999999995],[-114.602737,32.735839999999996],[-114.571175,32.737392],[-114.571426,32.748783],[-114.559967,32.74889],[-114.560799,32.760707999999994],[-114.542221,32.760704000000004],[-114.542404,32.771187],[-114.529312,32.771366],[-114.534294,32.788002000000006],[-114.525436,32.809867999999994],[-114.460655,32.845378999999994],[-114.475662,32.935867],[-114.467606,32.977749],[-114.519844,33.027668000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Arizona","STATE_FIPS":"04","SUB_REGION":"Mtn","STATE_ABBR":"AZ","LAND_KM":294333.462,"WATER_KM":942.772,"PERSONS":3665228,"FAMILIES":940106,"HOUSHOLD":1368843,"MALE":1810691,"FEMALE":1854537,"WORKERS":1358263,"DRVALONE":1178320,"CARPOOL":239083,"PUBTRANS":32856,"EMPLOYED":1603896,"UNEMPLOY":123902,"SERVICE":455896,"MANUAL":185109,"P_MALE":0.494,"P_FEMALE":0.506,"SAMP_POP":468178}},{"type":"Feature","id":"states.12","geometry":{"type":"MultiPolygon","coordinates":[[[[-94.439102,34.929050000000004],[-94.44574,34.735504000000006],[-94.452408,34.508326999999994],[-94.461479,34.19665500000001],[-94.468376,33.939198000000005],[-94.476486,33.631966000000006],[-94.50061,33.623047],[-94.510559,33.63081],[-94.525055,33.621021],[-94.51799,33.643009000000006],[-94.550194,33.632694],[-94.562149,33.635536],[-94.562195,33.642830000000004],[-94.541931,33.648247],[-94.545418,33.661621],[-94.576462,33.652157],[-94.588387,33.655449000000004],[-94.585159,33.662132],[-94.565208,33.66301300000001],[-94.560722,33.671913],[-94.578506,33.670471000000006],[-94.585106,33.678982000000005],[-94.600945,33.665606999999994],[-94.631737,33.683899],[-94.638763,33.67010500000001],[-94.658539,33.663737999999995],[-94.669426,33.666061],[-94.667953,33.671459],[-94.644325,33.67765],[-94.655479,33.692291],[-94.668457,33.696537000000006],[-94.690987,33.69028900000001],[-94.741653,33.701267],[-94.754478,33.707770999999994],[-94.742111,33.719048],[-94.762718,33.716797],[-94.749771,33.736706],[-94.783157,33.733665],[-94.782028,33.742267999999996],[-94.764175,33.752842],[-94.783508,33.75326200000001],[-94.803223,33.739582],[-94.81916,33.749404999999996],[-94.85788,33.749320999999995],[-94.881638,33.774963],[-94.913879,33.789597],[-94.908546,33.803478],[-94.918236,33.816196000000005],[-94.940399,33.81580700000001],[-94.939888,33.840824],[-94.959908,33.848076000000006],[-94.968704,33.866215],[-94.989281,33.856182000000004],[-95.012772,33.869946],[-95.037361,33.866451],[-95.042862,33.884445],[-95.063141,33.896694],[-95.063477,33.917648],[-95.083603,33.888462000000004],[-95.089714,33.89691500000001],[-95.082268,33.918453],[-95.09536,33.921738000000005],[-95.119225,33.91228099999999],[-95.126678,33.917145000000005],[-95.127968,33.940867999999995],[-95.148315,33.943546],[-95.234039,33.964862999999994],[-95.251289,33.936443],[-95.250992,33.905022],[-95.263618,33.897800000000004],[-95.277351,33.91793800000001],[-95.28643,33.886902000000006],[-95.301956,33.886623],[-95.336227,33.897114],[-95.33004,33.870918],[-95.451607,33.865753],[-95.468124,33.886433],[-95.498856,33.881718000000006],[-95.512886,33.897735999999995],[-95.544037,33.88574199999999],[-95.547493,33.893158],[-95.526733,33.897816000000006],[-95.519577,33.906643],[-95.546318,33.904033999999996],[-95.562775,33.93607299999999],[-95.606071,33.944553],[-95.61483,33.936690999999996],[-95.612984,33.920238],[-95.633492,33.92010500000001],[-95.699707,33.894825],[-95.746864,33.903397],[-95.760696,33.89344],[-95.764252,33.87900500000001],[-95.768517,33.85140199999999],[-95.795479,33.864673999999994],[-95.825974,33.843025],[-95.846558,33.841038],[-95.933075,33.89053],[-95.943069,33.889973],[-95.958763,33.86503999999999],[-95.977394,33.857952],[-95.994209,33.875378],[-96.002617,33.87339],[-96.001793,33.856978999999995],[-96.014069,33.844207999999995],[-96.026749,33.856021999999996],[-96.047974,33.841278],[-96.091522,33.844578],[-96.109444,33.829257999999996],[-96.148964,33.835589999999996],[-96.169205,33.828982999999994],[-96.183128,33.815792],[-96.180725,33.808434000000005],[-96.154518,33.823944],[-96.141418,33.820319999999995],[-96.161316,33.798229000000006],[-96.168816,33.769356],[-96.187027,33.758583],[-96.212547,33.756691000000004],[-96.278076,33.773388],[-96.28968,33.761932],[-96.300789,33.71405],[-96.316277,33.701801],[-96.347588,33.705528],[-96.370819,33.74039500000001],[-96.419464,33.788326],[-96.487373,33.778130000000004],[-96.500748,33.78809],[-96.510574,33.815685],[-96.562134,33.825419999999994],[-96.601196,33.842957],[-96.614166,33.862899999999996],[-96.584488,33.896145000000004],[-96.666237,33.913544],[-96.677704,33.904324],[-96.693382,33.847904],[-96.711678,33.833870000000005],[-96.748825,33.831738],[-96.797592,33.869949000000005],[-96.814117,33.871769],[-96.844009,33.858031999999994],[-96.861015,33.861678999999995],[-96.878937,33.88400300000001],[-96.882851,33.92459100000001],[-96.898453,33.950027000000006],[-96.929565,33.961772999999994],[-96.936203,33.947849000000005],[-96.968185,33.937321],[-96.987862,33.944202000000004],[-96.987709,33.876423],[-97.005852,33.85051300000001],[-97.025597,33.840560999999994],[-97.0709,33.856728000000004],[-97.082176,33.851101],[-97.078247,33.837811],[-97.050026,33.823448],[-97.087669,33.807570999999996],[-97.083466,33.742413],[-97.0905,33.731669999999994],[-97.115562,33.725933],[-97.152473,33.728668],[-97.189163,33.752769],[-97.208321,33.819649],[-97.195015,33.836158999999995],[-97.168594,33.84779399999999],[-97.164169,33.863147999999995],[-97.187767,33.899204],[-97.211334,33.905688999999995],[-97.246063,33.894238],[-97.250687,33.87297100000001],[-97.263908,33.858729999999994],[-97.272278,33.872574],[-97.314087,33.89584000000001],[-97.314957,33.870391999999995],[-97.341805,33.861915999999994],[-97.363319,33.831024],[-97.410118,33.820708999999994],[-97.452736,33.836212],[-97.457062,33.890429999999995],[-97.462761,33.902382],[-97.477531,33.907707],[-97.518204,33.916771],[-97.554588,33.903904],[-97.575668,33.902530999999996],[-97.592354,33.917885],[-97.600182,33.969437],[-97.671066,33.988613],[-97.704262,33.971546000000004],[-97.729019,33.939293000000006],[-97.756363,33.932097999999996],[-97.790207,33.890457],[-97.852547,33.857071000000005],[-97.869751,33.855114],[-97.909065,33.874022999999994],[-97.954735,33.883480000000006],[-97.976379,33.90250399999999],[-97.976128,33.912052],[-97.950684,33.932518],[-97.962997,33.94865],[-97.947754,33.959751],[-97.950226,33.971160999999995],[-97.982681,34.00128599999999],[-98.023491,33.98698400000001],[-98.055557,33.989799000000005],[-98.086205,34.005314],[-98.110687,34.06982000000001],[-98.094124,34.134556],[-98.114868,34.148987000000005],[-98.136864,34.138431999999995],[-98.172844,34.115368000000004],[-98.277,34.122871],[-98.320488,34.13942],[-98.350403,34.142120000000006],[-98.384254,34.11578],[-98.390953,34.087231],[-98.407135,34.082454999999996],[-98.421341,34.065830000000005],[-98.448189,34.05437499999999],[-98.499519,34.066413999999995],[-98.557579,34.105335],[-98.576332,34.14193],[-98.607246,34.151398],[-98.625992,34.158435999999995],[-98.66172,34.147037999999995],[-98.682213,34.149998],[-98.705292,34.130714],[-98.778534,34.131962],[-98.811066,34.145934999999994],[-98.891342,34.16082],[-98.952507,34.194565],[-98.996193,34.209496],[-99.035217,34.198921],[-99.07843,34.208359],[-99.127945,34.201469],[-99.176155,34.21272999999999],[-99.190483,34.223736],[-99.204597,34.255646],[-99.196304,34.305122],[-99.20549,34.331993],[-99.254105,34.368213999999995],[-99.267174,34.398285],[-99.323296,34.412707999999995],[-99.364204,34.450194999999994],[-99.392792,34.428993000000006],[-99.394157,34.396744],[-99.409958,34.369106],[-99.438377,34.364704],[-99.479439,34.383522],[-99.502136,34.404067999999995],[-99.553864,34.41518000000001],[-99.57785,34.408913],[-99.58522,34.384857],[-99.601448,34.368556999999996],[-99.684906,34.377444999999994],[-99.777687,34.443993000000006],[-99.829933,34.501778],[-99.860573,34.518626999999995],[-99.8806,34.548176],[-99.931908,34.579109],[-99.94474,34.579571],[-99.972099,34.561863],[-99.996094,34.562321],[-99.998878,34.747185],[-99.996071,35.030998],[-99.997185,35.182182],[-99.994354,35.424572],[-100,35.618809],[-99.997726,35.883793],[-99.997154,36.057548999999995],[-100.001144,36.492519],[-100.006866,36.493877],[-100.549416,36.48944899999999],[-100.956909,36.489609],[-101.089668,36.488022],[-101.620316,36.492003999999994],[-102.03421,36.492954],[-102.165222,36.490207999999996],[-102.996918,36.492344],[-102.997223,36.998504999999994],[-102.036758,36.988972000000004],[-102.024071,36.988853000000006],[-101.553238,36.996666000000005],[-101.071159,36.99744],[-100.950142,36.996635],[-100.633812,36.997806999999995],[-100.088158,36.997623000000004],[-99.998848,36.995388000000005],[-99.544243,36.995434],[-99.43708,36.99453],[-98.999138,36.998042999999996],[-98.539864,36.99834799999999],[-98.346794,36.999035000000006],[-98.104187,36.998645999999994],[-97.803917,36.998543],[-97.46508,36.996441000000004],[-97.137375,36.999779000000004],[-96.74839,37.000134],[-96.518898,37.000538000000006],[-96.005791,36.998264000000006],[-95.957703,37.000011],[-95.785492,36.998035],[-95.525764,37.000938000000005],[-95.406372,37.000538000000006],[-95.071693,37.001408],[-95.032509,37.00071],[-94.620155,36.996983],[-94.62146,36.763538],[-94.62085,36.670471000000006],[-94.617035,36.489338000000004],[-94.607231,36.478714],[-94.552895,36.164444],[-94.542198,36.106753999999995],[-94.485718,35.760227],[-94.468269,35.641003],[-94.428337,35.400454999999994],[-94.439102,34.929050000000004]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Oklahoma","STATE_FIPS":"40","SUB_REGION":"W S Cen","STATE_ABBR":"OK","LAND_KM":177877.536,"WATER_KM":3170.998,"PERSONS":3145585,"FAMILIES":855321,"HOUSHOLD":1206135,"MALE":1530819,"FEMALE":1614766,"WORKERS":1146497,"DRVALONE":1078894,"CARPOOL":190902,"PUBTRANS":7817,"EMPLOYED":1369138,"UNEMPLOY":100931,"SERVICE":405802,"MANUAL":205601,"P_MALE":0.487,"P_FEMALE":0.513,"SAMP_POP":528722}},{"type":"Feature","id":"states.13","geometry":{"type":"MultiPolygon","coordinates":[[[[-83.988548,34.989067000000006],[-84.11824,34.988224],[-84.323853,34.98900999999999],[-84.291039,35.210544999999996],[-84.225945,35.261604000000005],[-84.179726,35.24099],[-84.101646,35.245552],[-84.042778,35.272575],[-84.030861,35.292522000000005],[-84.029205,35.32529100000001],[-84.00631,35.37286],[-84.01265,35.407623],[-83.954704,35.45546],[-83.910011,35.476479],[-83.881226,35.510586],[-83.8302,35.519062000000005],[-83.775879,35.552605],[-83.672874,35.564972],[-83.613861,35.571738999999994],[-83.561035,35.555176],[-83.505798,35.559551],[-83.45829,35.597279],[-83.387093,35.625217000000006],[-83.343025,35.653259000000006],[-83.298416,35.65632600000001],[-83.259125,35.691010000000006],[-83.253304,35.700706],[-83.243851,35.718216],[-83.185349,35.728886],[-83.143661,35.76268399999999],[-83.118187,35.763808999999995],[-83.059959,35.782578],[-82.987007,35.773990999999995],[-82.962753,35.791850999999994],[-82.906822,35.872215],[-82.91407,35.927868000000004],[-82.895973,35.948359999999994],[-82.85627,35.94742599999999],[-82.80867,35.920872],[-82.776443,35.956573000000006],[-82.773598,35.987503000000004],[-82.763229,35.999545999999995],[-82.64389,36.051722999999996],[-82.628044,36.054339999999996],[-82.604401,36.042987999999994],[-82.592232,36.022448999999995],[-82.605804,36.003547999999995],[-82.599304,35.963299000000006],[-82.554146,35.956108],[-82.506935,35.972542000000004],[-82.475197,35.993176000000005],[-82.408424,36.075317],[-82.373856,36.098698],[-82.311928,36.122150000000005],[-82.262306,36.120377000000005],[-82.207733,36.147014999999996],[-82.154053,36.139622],[-82.11808,36.096256],[-82.077759,36.100139999999996],[-82.020454,36.129711],[-81.933113,36.263321000000005],[-81.911156,36.290752],[-81.830574,36.334655999999995],[-81.730492,36.329342],[-81.709457,36.333725],[-81.740379,36.361858],[-81.741074,36.391785],[-81.69828,36.471779],[-81.702797,36.519341],[-81.669998,36.589648999999994],[-81.345299,36.57286499999999],[-80.903442,36.565212],[-80.838158,36.563438000000005],[-80.611053,36.557297000000005],[-80.43531,36.551044000000005],[-80.048096,36.547134],[-80.024055,36.545024999999995],[-79.717445,36.547889999999995],[-79.5103,36.547657],[-79.217064,36.54978199999999],[-79.144325,36.546059],[-78.7967,36.543533],[-78.737389,36.546074000000004],[-78.458809,36.541481000000005],[-78.321251,36.545531999999994],[-78.051666,36.552475],[-77.898857,36.552944],[-77.763931,36.553439999999995],[-77.320053,36.553917],[-77.177353,36.556286],[-76.924133,36.554146],[-76.921631,36.554157000000004],[-76.563583,36.555251999999996],[-76.497559,36.555813],[-76.330254,36.556056999999996],[-76.127396,36.557163],[-76.045959,36.55695299999999],[-76.033211,36.514374000000004],[-76.091064,36.503567000000004],[-75.976074,36.43621400000001],[-75.969765,36.415119000000004],[-76.00161,36.418915],[-75.951256,36.365471],[-75.928123,36.423244],[-75.924591,36.350948],[-75.800056,36.112815999999995],[-75.798851,36.072818999999996],[-75.855164,36.105667],[-75.913765,36.244800999999995],[-75.957512,36.25945299999999],[-75.941933,36.294337999999996],[-76.008972,36.31959500000001],[-75.957184,36.193771],[-75.981339,36.169726999999995],[-76.183167,36.315239000000005],[-76.218903,36.296608000000006],[-76.112709,36.174419],[-76.141937,36.14769],[-76.234978,36.163360999999995],[-76.298927,36.21423],[-76.275505,36.110371],[-76.48053,36.079792],[-76.420425,36.058605],[-76.52301,36.00716799999999],[-76.594002,36.010132],[-76.649017,36.065708],[-76.633209,36.037116999999995],[-76.690155,36.04961],[-76.726509,36.156822000000005],[-76.688736,36.294518],[-76.776642,36.358329999999995],[-76.92408,36.392444999999995],[-76.741348,36.315166000000005],[-76.707497,36.266132],[-76.745064,36.233917000000005],[-76.760674,36.144592],[-76.693764,35.99297],[-76.741127,35.936626000000004],[-76.69722,35.94154399999999],[-76.40947,35.977467000000004],[-76.371483,35.932343],[-76.213768,35.97687500000001],[-76.089638,35.962914],[-76.026047,35.920424999999994],[-76.075912,35.75680199999999],[-76.043068,35.683848999999995],[-76.167305,35.696842000000004],[-76.104744,35.663639],[-76.02121,35.669094],[-75.987854,35.892708],[-75.818054,35.923519],[-75.748962,35.869339],[-75.72937,35.665172999999996],[-75.779053,35.578686000000005],[-75.891495,35.631268000000006],[-76.052979,35.414604],[-76.181618,35.341533999999996],[-76.498802,35.416218],[-76.533752,35.450199],[-76.458435,35.504425],[-76.446526,35.550865],[-76.518944,35.57764400000001],[-76.492538,35.541786],[-76.638199,35.520336],[-76.628769,35.43789700000001],[-76.705376,35.411934],[-77.103767,35.550186],[-76.983185,35.43650100000001],[-76.694901,35.350426],[-76.614517,35.272919],[-76.591209,35.312079999999995],[-76.540977,35.303687999999994],[-76.507126,35.248768],[-76.640091,35.172520000000006],[-76.605225,35.138560999999996],[-76.624222,35.064350000000005],[-76.678009,35.024086],[-76.849464,34.98222],[-76.94149,35.027428],[-76.943245,35.07003400000001],[-77.047882,35.092155000000005],[-77.104675,35.087986],[-77.110588,35.066036],[-77.00119,35.052887],[-76.913109,34.93647],[-76.647049,34.906334],[-76.670059,34.969997000000006],[-76.529778,34.974636000000004],[-76.44503,35.016659000000004],[-76.424057,34.946247],[-76.364014,34.943111],[-76.329407,34.975956],[-76.314713,34.948814],[-76.469902,34.785061],[-76.625313,34.719753],[-77.050529,34.698916999999994],[-77.148956,34.764331999999996],[-77.129395,34.684914000000006],[-77.156601,34.660636999999994],[-77.538635,34.457008],[-77.586761,34.420936999999995],[-77.609726,34.43504299999999],[-77.602615,34.412628],[-77.750526,34.305046000000004],[-77.864388,34.192738000000006],[-77.894402,34.06918],[-77.926758,34.062034999999995],[-77.960732,34.189243000000005],[-77.958527,33.992580000000004],[-78.034805,33.914291000000006],[-78.57972,33.881992],[-78.655716,33.948673],[-79.074501,34.304573000000005],[-79.447144,34.619061],[-79.455971,34.63409],[-79.667503,34.800663],[-79.685959,34.805256],[-79.919952,34.807919],[-80.325279,34.814762],[-80.561546,34.815228000000005],[-80.800064,34.816113],[-80.785652,34.940639000000004],[-80.840164,35.00201800000001],[-80.894714,35.059734000000006],[-80.927795,35.10124999999999],[-81.039886,35.037200999999996],[-81.065552,35.066483000000005],[-81.028442,35.105408],[-81.049042,35.132011000000006],[-81.049301,35.151531000000006],[-81.322823,35.163757000000004],[-81.362175,35.162853],[-81.765358,35.182472000000004],[-81.87059,35.183116999999996],[-81.971443,35.188282],[-82.210175,35.193127000000004],[-82.278328,35.195007000000004],[-82.32077,35.184189],[-82.350861,35.192673],[-82.360123,35.182948999999994],[-82.371376,35.18272399999999],[-82.38961,35.208241],[-82.43792,35.16955900000001],[-82.466743,35.173500000000004],[-82.524635,35.154560000000004],[-82.57003,35.14949],[-82.654495,35.119457],[-82.68605,35.121464],[-82.688034,35.097801000000004],[-82.697357,35.091232000000005],[-82.771347,35.085423000000006],[-82.887695,35.055369999999996],[-83.007278,35.024204],[-83.106285,35.000277999999994],[-83.513008,34.992023],[-83.549416,34.989536],[-83.937996,34.989391],[-83.988548,34.989067000000006]]],[[[-76.027168,36.556717000000006],[-75.998665,36.556652],[-75.911919,36.54253],[-75.924805,36.47397599999999],[-75.97728,36.478016],[-75.976288,36.517925000000005],[-76.027168,36.556717000000006]]],[[[-75.901985,36.556197999999995],[-75.878166,36.555874],[-75.773155,36.22925600000001],[-75.544968,35.788360999999995],[-75.702736,36.049862000000005],[-75.740868,36.050323000000006],[-75.783173,36.225193000000004],[-75.901985,36.556197999999995]]],[[[-75.491219,35.670497999999995],[-75.533623,35.768856],[-75.456978,35.617397],[-75.526299,35.227917000000005],[-75.74929,35.189826999999994],[-75.691566,35.234989],[-75.521484,35.281357],[-75.475418,35.564494999999994],[-75.491219,35.670497999999995]]],[[[-76.017006,35.069435],[-75.975693,35.116184000000004],[-75.853935,35.167282],[-75.763702,35.192284],[-75.811539,35.164021000000005],[-75.903946,35.132492],[-76.002876,35.069435],[-76.017006,35.069435]]],[[[-76.544273,34.58783],[-76.555145,34.61066099999999],[-76.53775,34.613922],[-76.484482,34.697632],[-76.432297,34.760684999999995],[-76.37468,34.812870000000004],[-76.287704,34.87701],[-76.469261,34.693282999999994],[-76.544273,34.58783]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"North Carolina","STATE_FIPS":"37","SUB_REGION":"S Atl","STATE_ABBR":"NC","LAND_KM":126177.635,"WATER_KM":10309.652,"PERSONS":6628629,"FAMILIES":1812051,"HOUSHOLD":2517024,"MALE":3214286,"FEMALE":3414343,"WORKERS":2484061,"DRVALONE":2527980,"CARPOOL":529828,"PUBTRANS":33902,"EMPLOYED":3238414,"UNEMPLOY":163081,"SERVICE":883563,"MANUAL":701142,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":1013599}},{"type":"Feature","id":"states.14","geometry":{"type":"MultiPolygon","coordinates":[[[[-83.954704,35.45546],[-84.01265,35.407623],[-84.00631,35.37286],[-84.029205,35.32529100000001],[-84.030861,35.292522000000005],[-84.042778,35.272575],[-84.101646,35.245552],[-84.179726,35.24099],[-84.225945,35.261604000000005],[-84.291039,35.210544999999996],[-84.323853,34.98900999999999],[-84.618752,34.988682],[-84.771194,34.990680999999995],[-84.800476,34.992756],[-84.967911,34.99260700000001],[-84.972847,34.992554],[-85.267761,34.989075],[-85.359985,34.989902],[-85.467422,34.990047000000004],[-85.608994,34.990086000000005],[-85.869591,34.992301999999995],[-86.303513,34.995377000000005],[-86.313065,34.995186000000004],[-86.782372,34.99699],[-86.83342,34.998160999999996],[-87.207573,35.00787699999999],[-87.222748,35.007262999999995],[-87.607788,35.010464],[-87.986046,35.015949000000006],[-88.194923,35.013458],[-88.193954,35.004368],[-88.351685,35.00374600000001],[-88.383102,35.004954999999995],[-88.784988,35.003094000000004],[-88.812492,35.00235000000001],[-89.006134,35.000145],[-89.198067,35.000793],[-89.3423,34.999714],[-89.646477,35.000641],[-89.717186,34.999168],[-90.305351,35.000693999999996],[-90.291809,35.048458],[-90.195709,35.040897],[-90.169083,35.077827],[-90.178345,35.10864599999999],[-90.164474,35.129611999999995],[-90.14373,35.13653600000001],[-90.082924,35.12505],[-90.064537,35.147385],[-90.062431,35.166916],[-90.073303,35.191833],[-90.068962,35.212738],[-90.090103,35.254397999999995],[-90.105942,35.263847],[-90.152122,35.264056999999994],[-90.169746,35.282566],[-90.15699,35.30624400000001],[-90.106346,35.314685999999995],[-90.098701,35.345591999999996],[-90.105621,35.365982],[-90.087135,35.381508],[-90.075478,35.406527999999994],[-90.085159,35.418282000000005],[-90.112244,35.41768999999999],[-90.132469,35.4076],[-90.140167,35.383044999999996],[-90.167816,35.384254],[-90.172676,35.423716999999996],[-90.137276,35.442524000000006],[-90.101959,35.473568],[-90.08223,35.478207],[-90.074844,35.472342999999995],[-90.073936,35.426506],[-90.060295,35.41341],[-90.046783,35.417103],[-89.999565,35.445454],[-90.041817,35.51244],[-90.040901,35.542846999999995],[-90.033051,35.552414],[-89.989586,35.561676000000006],[-89.962273,35.532291],[-89.947548,35.526900999999995],[-89.931175,35.52923199999999],[-89.921661,35.546059],[-89.958031,35.578593999999995],[-89.957047,35.603104],[-89.877441,35.633335],[-89.863838,35.629745],[-89.849197,35.645222000000004],[-89.857246,35.671062000000006],[-89.865181,35.673306],[-89.893402,35.655972000000006],[-89.929741,35.676266],[-89.952034,35.712486],[-89.951035,35.734268],[-89.909782,35.754836999999995],[-89.859871,35.748192],[-89.827042,35.758269999999996],[-89.799904,35.774223000000006],[-89.790382,35.805553],[-89.759796,35.817420999999996],[-89.735939,35.807036999999994],[-89.700829,35.827515000000005],[-89.701439,35.842037000000005],[-89.757713,35.871418000000006],[-89.766273,35.884102],[-89.762909,35.896812],[-89.737976,35.915012000000004],[-89.714684,35.911427],[-89.66465,35.885647000000006],[-89.649338,35.894287000000006],[-89.645401,35.913799],[-89.664192,35.93782],[-89.713135,35.966324],[-89.721756,35.999877999999995],[-89.688843,36.025795],[-89.678169,36.08297],[-89.667389,36.099316],[-89.589424,36.129791],[-89.589455,36.15201999999999],[-89.618561,36.18374300000001],[-89.676788,36.220867],[-89.695656,36.240795000000006],[-89.694542,36.25213599999999],[-89.670586,36.25489399999999],[-89.61808,36.240898],[-89.541649,36.257278],[-89.535378,36.264538],[-89.542236,36.280865000000006],[-89.606766,36.308037],[-89.622795,36.334782000000004],[-89.60569,36.354752000000005],[-89.544556,36.345721999999995],[-89.519333,36.35593],[-89.520004,36.401058000000006],[-89.545181,36.440960000000004],[-89.516022,36.47180899999999],[-89.533195,36.498108],[-89.475822,36.498547],[-89.491989,36.465462],[-89.470833,36.445953],[-89.448517,36.456379],[-89.414711,36.502617],[-89.346596,36.502548000000004],[-88.830315,36.499793999999994],[-88.826302,36.499847],[-88.810661,36.498985000000005],[-88.512634,36.499489],[-88.495979,36.498149999999995],[-88.042732,36.496517],[-88.035049,36.538146999999995],[-88.041061,36.582668],[-88.071312,36.67963],[-87.870689,36.66937299999999],[-87.853516,36.64147199999999],[-87.693512,36.64444],[-87.64064,36.645168],[-87.346603,36.649231],[-87.112701,36.651264],[-87.068184,36.650768],[-86.770538,36.652058],[-86.510674,36.655033],[-86.415451,36.650890000000004],[-86.199005,36.643246000000005],[-85.980629,36.63306],[-85.7855,36.626628999999994],[-85.437408,36.618137000000004],[-85.300133,36.626037999999994],[-85.272537,36.625553],[-84.998512,36.620914],[-84.791115,36.605366000000004],[-84.781929,36.605002999999996],[-84.256844,36.595417],[-84.254555,36.595371],[-84.006821,36.592006999999995],[-83.935677,36.591209000000006],[-83.695694,36.584166999999994],[-83.675262,36.598620999999994],[-83.464302,36.598755],[-83.275131,36.60038],[-83.248489,36.589848],[-83.211029,36.588001000000006],[-82.986809,36.591198000000006],[-82.849937,36.590946],[-82.610962,36.591446000000005],[-82.296997,36.591697999999994],[-82.216805,36.593967000000006],[-82.154327,36.595043000000004],[-81.929459,36.595837],[-81.918449,36.613495],[-81.829056,36.611481],[-81.652435,36.607555000000005],[-81.669998,36.589648999999994],[-81.702797,36.519341],[-81.69828,36.471779],[-81.741074,36.391785],[-81.740379,36.361858],[-81.709457,36.333725],[-81.730492,36.329342],[-81.830574,36.334655999999995],[-81.911156,36.290752],[-81.933113,36.263321000000005],[-82.020454,36.129711],[-82.077759,36.100139999999996],[-82.11808,36.096256],[-82.154053,36.139622],[-82.207733,36.147014999999996],[-82.262306,36.120377000000005],[-82.311928,36.122150000000005],[-82.373856,36.098698],[-82.408424,36.075317],[-82.475197,35.993176000000005],[-82.506935,35.972542000000004],[-82.554146,35.956108],[-82.599304,35.963299000000006],[-82.605804,36.003547999999995],[-82.592232,36.022448999999995],[-82.604401,36.042987999999994],[-82.628044,36.054339999999996],[-82.64389,36.051722999999996],[-82.763229,35.999545999999995],[-82.773598,35.987503000000004],[-82.776443,35.956573000000006],[-82.80867,35.920872],[-82.85627,35.94742599999999],[-82.895973,35.948359999999994],[-82.91407,35.927868000000004],[-82.906822,35.872215],[-82.962753,35.791850999999994],[-82.987007,35.773990999999995],[-83.059959,35.782578],[-83.118187,35.763808999999995],[-83.143661,35.76268399999999],[-83.185349,35.728886],[-83.243851,35.718216],[-83.253304,35.700706],[-83.259125,35.691010000000006],[-83.298416,35.65632600000001],[-83.343025,35.653259000000006],[-83.387093,35.625217000000006],[-83.45829,35.597279],[-83.505798,35.559551],[-83.561035,35.555176],[-83.613861,35.571738999999994],[-83.672874,35.564972],[-83.775879,35.552605],[-83.8302,35.519062000000005],[-83.881226,35.510586],[-83.910011,35.476479],[-83.954704,35.45546]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Tennessee","STATE_FIPS":"47","SUB_REGION":"E S Cen","STATE_ABBR":"TN","LAND_KM":105823.567,"WATER_KM":2311.556,"PERSONS":4829958,"FAMILIES":1334052,"HOUSHOLD":1835272,"MALE":2326184,"FEMALE":2503774,"WORKERS":1777371,"DRVALONE":1747015,"CARPOOL":321170,"PUBTRANS":29542,"EMPLOYED":2230659,"UNEMPLOY":152128,"SERVICE":596400,"MANUAL":456189,"P_MALE":0.482,"P_FEMALE":0.518,"SAMP_POP":736654}},{"type":"Feature","id":"states.15","geometry":{"type":"MultiPolygon","coordinates":[[[[-105.99836,31.393817999999996],[-106.212753,31.478127999999998],[-106.383041,31.733762999999996],[-106.538971,31.786198],[-106.614441,31.817728000000002],[-106.615578,31.844634999999997],[-106.643532,31.895101999999994],[-106.633202,31.913998000000007],[-106.632057,31.972117999999995],[-106.649513,31.980227999999997],[-106.623077,32.00098800000001],[-106.377846,32.000645000000006],[-106.002708,32.001553],[-104.921799,32.004268999999994],[-104.850563,32.003151],[-104.018814,32.007278],[-103.980896,32.005889999999994],[-103.728973,32.00610399999999],[-103.332092,32.004154],[-103.057968,32.001900000000006],[-103.055191,32.084995000000006],[-103.059547,32.515429999999995],[-103.048836,32.95353299999999],[-103.042603,33.377728000000005],[-103.038239,33.565742],[-103.032761,33.826088],[-103.029144,34.307743],[-103.022156,34.745266],[-103.02475,34.964718000000005],[-103.02565,35.17720799999999],[-103.021797,35.623604],[-103.022118,35.742287000000005],[-103.02356,36.056026],[-103.026802,36.491566000000006],[-102.996918,36.492344],[-102.165222,36.490207999999996],[-102.03421,36.492954],[-101.620316,36.492003999999994],[-101.089668,36.488022],[-100.956909,36.489609],[-100.549416,36.48944899999999],[-100.006866,36.493877],[-100.001144,36.492519],[-99.997154,36.057548999999995],[-99.997726,35.883793],[-100,35.618809],[-99.994354,35.424572],[-99.997185,35.182182],[-99.996071,35.030998],[-99.998878,34.747185],[-99.996094,34.562321],[-99.972099,34.561863],[-99.94474,34.579571],[-99.931908,34.579109],[-99.8806,34.548176],[-99.860573,34.518626999999995],[-99.829933,34.501778],[-99.777687,34.443993000000006],[-99.684906,34.377444999999994],[-99.601448,34.368556999999996],[-99.58522,34.384857],[-99.57785,34.408913],[-99.553864,34.41518000000001],[-99.502136,34.404067999999995],[-99.479439,34.383522],[-99.438377,34.364704],[-99.409958,34.369106],[-99.394157,34.396744],[-99.392792,34.428993000000006],[-99.364204,34.450194999999994],[-99.323296,34.412707999999995],[-99.267174,34.398285],[-99.254105,34.368213999999995],[-99.20549,34.331993],[-99.196304,34.305122],[-99.204597,34.255646],[-99.190483,34.223736],[-99.176155,34.21272999999999],[-99.127945,34.201469],[-99.07843,34.208359],[-99.035217,34.198921],[-98.996193,34.209496],[-98.952507,34.194565],[-98.891342,34.16082],[-98.811066,34.145934999999994],[-98.778534,34.131962],[-98.705292,34.130714],[-98.682213,34.149998],[-98.66172,34.147037999999995],[-98.625992,34.158435999999995],[-98.607246,34.151398],[-98.576332,34.14193],[-98.557579,34.105335],[-98.499519,34.066413999999995],[-98.448189,34.05437499999999],[-98.421341,34.065830000000005],[-98.407135,34.082454999999996],[-98.390953,34.087231],[-98.384254,34.11578],[-98.350403,34.142120000000006],[-98.320488,34.13942],[-98.277,34.122871],[-98.172844,34.115368000000004],[-98.136864,34.138431999999995],[-98.114868,34.148987000000005],[-98.094124,34.134556],[-98.110687,34.06982000000001],[-98.086205,34.005314],[-98.055557,33.989799000000005],[-98.023491,33.98698400000001],[-97.982681,34.00128599999999],[-97.950226,33.971160999999995],[-97.947754,33.959751],[-97.962997,33.94865],[-97.950684,33.932518],[-97.976128,33.912052],[-97.976379,33.90250399999999],[-97.954735,33.883480000000006],[-97.909065,33.874022999999994],[-97.869751,33.855114],[-97.852547,33.857071000000005],[-97.790207,33.890457],[-97.756363,33.932097999999996],[-97.729019,33.939293000000006],[-97.704262,33.971546000000004],[-97.671066,33.988613],[-97.600182,33.969437],[-97.592354,33.917885],[-97.575668,33.902530999999996],[-97.554588,33.903904],[-97.518204,33.916771],[-97.477531,33.907707],[-97.462761,33.902382],[-97.457062,33.890429999999995],[-97.452736,33.836212],[-97.410118,33.820708999999994],[-97.363319,33.831024],[-97.341805,33.861915999999994],[-97.314957,33.870391999999995],[-97.314087,33.89584000000001],[-97.272278,33.872574],[-97.263908,33.858729999999994],[-97.250687,33.87297100000001],[-97.246063,33.894238],[-97.211334,33.905688999999995],[-97.187767,33.899204],[-97.164169,33.863147999999995],[-97.168594,33.84779399999999],[-97.195015,33.836158999999995],[-97.208321,33.819649],[-97.189163,33.752769],[-97.152473,33.728668],[-97.115562,33.725933],[-97.0905,33.731669999999994],[-97.083466,33.742413],[-97.087669,33.807570999999996],[-97.050026,33.823448],[-97.078247,33.837811],[-97.082176,33.851101],[-97.0709,33.856728000000004],[-97.025597,33.840560999999994],[-97.005852,33.85051300000001],[-96.987709,33.876423],[-96.987862,33.944202000000004],[-96.968185,33.937321],[-96.936203,33.947849000000005],[-96.929565,33.961772999999994],[-96.898453,33.950027000000006],[-96.882851,33.92459100000001],[-96.878937,33.88400300000001],[-96.861015,33.861678999999995],[-96.844009,33.858031999999994],[-96.814117,33.871769],[-96.797592,33.869949000000005],[-96.748825,33.831738],[-96.711678,33.833870000000005],[-96.693382,33.847904],[-96.677704,33.904324],[-96.666237,33.913544],[-96.584488,33.896145000000004],[-96.614166,33.862899999999996],[-96.601196,33.842957],[-96.562134,33.825419999999994],[-96.510574,33.815685],[-96.500748,33.78809],[-96.487373,33.778130000000004],[-96.419464,33.788326],[-96.370819,33.74039500000001],[-96.347588,33.705528],[-96.316277,33.701801],[-96.300789,33.71405],[-96.28968,33.761932],[-96.278076,33.773388],[-96.212547,33.756691000000004],[-96.187027,33.758583],[-96.168816,33.769356],[-96.161316,33.798229000000006],[-96.141418,33.820319999999995],[-96.154518,33.823944],[-96.180725,33.808434000000005],[-96.183128,33.815792],[-96.169205,33.828982999999994],[-96.148964,33.835589999999996],[-96.109444,33.829257999999996],[-96.091522,33.844578],[-96.047974,33.841278],[-96.026749,33.856021999999996],[-96.014069,33.844207999999995],[-96.001793,33.856978999999995],[-96.002617,33.87339],[-95.994209,33.875378],[-95.977394,33.857952],[-95.958763,33.86503999999999],[-95.943069,33.889973],[-95.933075,33.89053],[-95.846558,33.841038],[-95.825974,33.843025],[-95.795479,33.864673999999994],[-95.768517,33.85140199999999],[-95.764252,33.87900500000001],[-95.760696,33.89344],[-95.746864,33.903397],[-95.699707,33.894825],[-95.633492,33.92010500000001],[-95.612984,33.920238],[-95.61483,33.936690999999996],[-95.606071,33.944553],[-95.562775,33.93607299999999],[-95.546318,33.904033999999996],[-95.519577,33.906643],[-95.526733,33.897816000000006],[-95.547493,33.893158],[-95.544037,33.88574199999999],[-95.512886,33.897735999999995],[-95.498856,33.881718000000006],[-95.468124,33.886433],[-95.451607,33.865753],[-95.33004,33.870918],[-95.336227,33.897114],[-95.301956,33.886623],[-95.28643,33.886902000000006],[-95.277351,33.91793800000001],[-95.263618,33.897800000000004],[-95.250992,33.905022],[-95.251289,33.936443],[-95.234039,33.964862999999994],[-95.148315,33.943546],[-95.127968,33.940867999999995],[-95.126678,33.917145000000005],[-95.119225,33.91228099999999],[-95.09536,33.921738000000005],[-95.082268,33.918453],[-95.089714,33.89691500000001],[-95.083603,33.888462000000004],[-95.063477,33.917648],[-95.063141,33.896694],[-95.042862,33.884445],[-95.037361,33.866451],[-95.012772,33.869946],[-94.989281,33.856182000000004],[-94.968704,33.866215],[-94.959908,33.848076000000006],[-94.939888,33.840824],[-94.940399,33.81580700000001],[-94.918236,33.816196000000005],[-94.908546,33.803478],[-94.913879,33.789597],[-94.881638,33.774963],[-94.85788,33.749320999999995],[-94.81916,33.749404999999996],[-94.803223,33.739582],[-94.783508,33.75326200000001],[-94.764175,33.752842],[-94.782028,33.742267999999996],[-94.783157,33.733665],[-94.749771,33.736706],[-94.762718,33.716797],[-94.742111,33.719048],[-94.754478,33.707770999999994],[-94.741653,33.701267],[-94.690987,33.69028900000001],[-94.668457,33.696537000000006],[-94.655479,33.692291],[-94.644325,33.67765],[-94.667953,33.671459],[-94.669426,33.666061],[-94.658539,33.663737999999995],[-94.638763,33.67010500000001],[-94.631737,33.683899],[-94.600945,33.665606999999994],[-94.585106,33.678982000000005],[-94.578506,33.670471000000006],[-94.560722,33.671913],[-94.565208,33.66301300000001],[-94.585159,33.662132],[-94.588387,33.655449000000004],[-94.576462,33.652157],[-94.545418,33.661621],[-94.541931,33.648247],[-94.562195,33.642830000000004],[-94.562149,33.635536],[-94.550194,33.632694],[-94.51799,33.643009000000006],[-94.525055,33.621021],[-94.510559,33.63081],[-94.50061,33.623047],[-94.476486,33.631966000000006],[-94.435913,33.636444],[-94.436333,33.616844],[-94.451553,33.604347000000004],[-94.443329,33.596503999999996],[-94.428467,33.59714099999999],[-94.40657,33.573486],[-94.393417,33.57495900000001],[-94.379112,33.593327],[-94.370628,33.590042],[-94.372307,33.572661999999994],[-94.395264,33.560303000000005],[-94.370758,33.547684000000004],[-94.328751,33.57313499999999],[-94.302383,33.556934],[-94.29882,33.579853],[-94.278984,33.589332999999996],[-94.272079,33.584605999999994],[-94.274544,33.561736999999994],[-94.237236,33.592422],[-94.223038,33.585719999999995],[-94.235367,33.561535000000006],[-94.210884,33.557987],[-94.205345,33.58507899999999],[-94.159515,33.593773],[-94.155167,33.567085000000006],[-94.098701,33.572998],[-94.086655,33.583954000000006],[-94.061432,33.577213],[-94.035927,33.555912000000006],[-94.036507,33.270325],[-94.03875,33.023289000000005],[-94.041603,32.882346999999996],[-94.040199,32.694812999999996],[-94.035233,32.389224999999996],[-94.034767,32.199448000000004],[-94.035065,31.994512999999998],[-94.009888,31.989134000000007],[-94.004395,31.977942],[-93.977211,31.946158999999994],[-93.969986,31.923164],[-93.93573,31.909456000000006],[-93.917923,31.909701999999996],[-93.923462,31.892593000000005],[-93.899261,31.894454999999994],[-93.892525,31.870065999999994],[-93.881264,31.87142],[-93.877403,31.850112999999993],[-93.864822,31.817272000000003],[-93.834328,31.802017000000006],[-93.822067,31.774637],[-93.831161,31.753281],[-93.80999,31.730351999999996],[-93.814949,31.712350999999998],[-93.808769,31.707565000000002],[-93.792267,31.711394999999996],[-93.811844,31.674566],[-93.806427,31.653767000000002],[-93.814728,31.647965999999997],[-93.819588,31.618092000000004],[-93.835579,31.615189],[-93.832619,31.590182999999996],[-93.816322,31.577110000000005],[-93.810516,31.559062999999995],[-93.780128,31.533734999999993],[-93.763306,31.530724000000006],[-93.747543,31.537717999999998],[-93.731659,31.521877000000003],[-93.705795,31.520568999999995],[-93.718994,31.495402999999996],[-93.750435,31.490556999999995],[-93.751244,31.485500000000002],[-93.726784,31.459474999999998],[-93.698418,31.461457999999993],[-93.701927,31.446251000000004],[-93.687004,31.438131],[-93.696129,31.427735999999996],[-93.694443,31.415921999999995],[-93.687492,31.406130000000005],[-93.664017,31.398329000000004],[-93.661072,31.372394999999997],[-93.634857,31.373827000000006],[-93.67704,31.328385999999995],[-93.681587,31.312679000000003],[-93.656128,31.286671],[-93.645592,31.290262],[-93.630829,31.273903000000004],[-93.616455,31.275805000000005],[-93.611877,31.270032999999998],[-93.611,31.242188],[-93.590546,31.229687],[-93.602921,31.199066000000002],[-93.593941,31.180199],[-93.576942,31.17214],[-93.550591,31.190928999999997],[-93.528923,31.185773999999995],[-93.526932,31.178076000000004],[-93.537018,31.176339999999996],[-93.528328,31.162943],[-93.544189,31.159166],[-93.537506,31.132441],[-93.528091,31.125924999999995],[-93.535088,31.116072000000003],[-93.556679,31.109342999999996],[-93.559982,31.100536000000005],[-93.543121,31.094751000000002],[-93.544106,31.082373000000004],[-93.516998,31.074670999999995],[-93.525742,31.056979999999996],[-93.507217,31.038908000000006],[-93.547119,31.014140999999995],[-93.564941,31.018062999999998],[-93.567894,31.012923999999998],[-93.570847,30.997270999999998],[-93.560951,30.991690000000006],[-93.572456,30.976177000000007],[-93.548676,30.970190000000002],[-93.537338,30.956884000000002],[-93.532188,30.960731999999993],[-93.52562,30.935820000000007],[-93.529984,30.926970999999995],[-93.549622,30.924885000000003],[-93.546516,30.905333999999996],[-93.564476,30.901932000000002],[-93.568497,30.886234],[-93.560844,30.871880000000004],[-93.552803,30.860282999999995],[-93.566444,30.845147999999995],[-93.555641,30.842342000000002],[-93.550682,30.828344],[-93.581871,30.802040000000005],[-93.585175,30.772183999999996],[-93.618454,30.745789000000002],[-93.607651,30.732010000000002],[-93.61779,30.732547999999994],[-93.612411,30.710329],[-93.617607,30.686802],[-93.659988,30.672859000000003],[-93.677971,30.639691999999997],[-93.692879,30.640040999999997],[-93.684586,30.623424999999997],[-93.692696,30.615795000000006],[-93.671585,30.597831999999997],[-93.69342,30.598834999999994],[-93.717812,30.587379],[-93.71788,30.568152999999995],[-93.735306,30.545517000000004],[-93.70546,30.522858],[-93.714638,30.505114000000006],[-93.707275,30.496240999999998],[-93.714851,30.488628000000006],[-93.697975,30.470046999999994],[-93.703423,30.462513],[-93.696571,30.442633],[-93.721535,30.43298],[-93.742561,30.408822999999998],[-93.754944,30.381788],[-93.747833,30.367411000000004],[-93.759338,30.354145000000003],[-93.759178,30.340872000000005],[-93.729774,30.304916000000006],[-93.699211,30.297387999999998],[-93.707359,30.239372000000003],[-93.714844,30.220305999999994],[-93.704361,30.180860999999993],[-93.696167,30.175675999999996],[-93.699661,30.150807999999998],[-93.683144,30.148231999999993],[-93.685959,30.141253000000006],[-93.698639,30.141226000000003],[-93.696922,30.117929000000004],[-93.708382,30.114739999999998],[-93.715858,30.095669],[-93.712479,30.060519999999997],[-93.760201,30.005964000000006],[-93.857277,29.990654000000006],[-93.856331,29.964602],[-93.951767,29.818363000000005],[-93.834961,29.674570000000003],[-94.065407,29.674076],[-94.356995,29.5599],[-94.377007,29.551969999999997],[-94.682518,29.432905000000005],[-94.766548,29.363992999999994],[-94.785248,29.383261000000005],[-94.681915,29.475111],[-94.572693,29.533051999999998],[-94.501282,29.517522999999997],[-94.469795,29.556780000000003],[-94.510811,29.545147],[-94.533699,29.553984],[-94.564438,29.578998999999996],[-94.788086,29.538556999999997],[-94.706421,29.658516000000006],[-94.700279,29.754568000000006],[-94.735725,29.792986],[-94.829414,29.759856999999997],[-94.887161,29.668538999999996],[-94.932587,29.682209],[-95.088264,29.803979999999996],[-95.040398,29.711578000000003],[-94.989334,29.679700999999994],[-95.014122,29.559264999999996],[-94.911156,29.500333999999995],[-94.982811,29.460527],[-94.943756,29.464681999999996],[-94.952507,29.424234],[-94.913445,29.420113],[-94.916992,29.447823],[-94.891136,29.399323999999993],[-94.815353,29.370931999999996],[-94.891472,29.393831000000006],[-94.898788,29.308774999999997],[-94.951134,29.325922000000006],[-95.066368,29.195876999999996],[-95.160522,29.200030999999996],[-95.16478,29.117548],[-95.197342,29.105222999999995],[-95.248405,28.978392],[-95.526581,28.803241999999997],[-95.683029,28.726954000000006],[-95.671318,28.752681999999993],[-95.786354,28.738871000000003],[-95.937309,28.690454000000003],[-95.956146,28.622673000000006],[-95.702148,28.718987],[-96.206581,28.488386000000006],[-95.991646,28.596424],[-95.983749,28.653132999999997],[-96.237587,28.571320999999998],[-96.239029,28.597116],[-96.157471,28.611231000000004],[-96.240456,28.634859000000006],[-96.151062,28.762671999999995],[-96.212173,28.686719999999994],[-96.285973,28.661724000000007],[-96.270378,28.708980999999994],[-96.326157,28.634089000000003],[-96.364159,28.617981],[-96.391777,28.670252000000005],[-96.392731,28.726028],[-96.427086,28.712013],[-96.449677,28.755035000000007],[-96.432259,28.697248000000002],[-96.403397,28.719493999999997],[-96.418785,28.638664000000006],[-96.375397,28.610088000000005],[-96.491203,28.556944],[-96.437157,28.596991000000003],[-96.454384,28.655933000000005],[-96.483269,28.598055000000002],[-96.511894,28.608181000000002],[-96.511734,28.649541999999997],[-96.570396,28.636267000000004],[-96.570557,28.691840999999997],[-96.572212,28.808173999999994],[-96.576485,28.690689000000006],[-96.591499,28.71736],[-96.646515,28.714141999999995],[-96.660011,28.679074999999997],[-96.606705,28.623633999999996],[-96.610344,28.558941000000004],[-96.566704,28.574099000000004],[-96.48658,28.506221999999994],[-96.563194,28.469627000000003],[-96.518501,28.460826999999995],[-96.476501,28.499454],[-96.390724,28.434059000000005],[-96.661308,28.306263],[-96.702362,28.340197000000003],[-96.703812,28.395885000000007],[-96.740768,28.403458],[-96.787094,28.477507000000003],[-96.823875,28.449640000000002],[-96.788338,28.446254999999994],[-96.759102,28.410911999999996],[-96.77536,28.391630000000006],[-96.853493,28.404996999999995],[-96.788231,28.352469999999997],[-96.78627,28.312859000000003],[-96.793335,28.271372],[-96.777931,28.229349],[-96.803688,28.211447000000007],[-96.950905,28.114355000000003],[-96.91272,28.256798000000003],[-96.975304,28.210751000000002],[-96.941071,28.186770999999993],[-96.975105,28.115046000000007],[-97.033615,28.137398000000005],[-97.023567,28.199797000000004],[-97.131836,28.130426],[-97.135414,28.161810000000003],[-97.167992,28.159459999999996],[-97.157059,28.116381000000004],[-97.260284,28.064724],[-97.241234,28.048653],[-97.270294,28.025931999999997],[-97.236214,28.04052],[-97.123077,28.054266],[-97.026405,28.107749999999996],[-97.023804,28.020236999999995],[-97.114624,27.915385999999998],[-97.195465,27.812219999999996],[-97.247025,27.822318999999993],[-97.213341,27.831109999999995],[-97.283485,27.871145],[-97.361046,27.839954000000006],[-97.345619,27.873177999999996],[-97.479355,27.852962000000005],[-97.496681,27.875468999999995],[-97.521698,27.863625999999996],[-97.499535,27.843243],[-97.479813,27.820282000000006],[-97.388542,27.831427000000005],[-97.396561,27.770840000000007],[-97.317795,27.712225000000004],[-97.34951,27.715328],[-97.320015,27.690634000000003],[-97.353363,27.6408],[-97.399216,27.633185999999995],[-97.347504,27.631439],[-97.309212,27.707863000000003],[-97.249794,27.688830999999993],[-97.331459,27.562320999999997],[-97.412262,27.321023999999994],[-97.500435,27.319667999999993],[-97.507538,27.439215000000004],[-97.528381,27.344100999999995],[-97.600113,27.300134999999997],[-97.750076,27.419666000000007],[-97.680008,27.294372999999993],[-97.784744,27.287719999999993],[-97.548157,27.230206999999993],[-97.427216,27.265133000000006],[-97.503502,27.081541],[-97.478996,26.996508000000006],[-97.568565,26.977857999999998],[-97.558052,26.846052],[-97.495575,26.793780999999996],[-97.451698,26.600984999999994],[-97.425858,26.518225],[-97.474709,26.476805],[-97.421188,26.385059],[-97.368698,26.35906],[-97.353363,26.182449000000005],[-97.25312,26.068315999999996],[-97.276321,26.002274999999997],[-97.213097,26.009068],[-97.172226,25.954569000000006],[-97.307144,25.965124000000003],[-97.304436,25.938663000000005],[-97.380989,25.917021000000005],[-97.385643,25.845361999999994],[-97.434349,25.845197999999996],[-97.590088,25.933231000000006],[-97.574936,25.954172],[-97.612923,25.962002],[-97.647972,26.023444999999995],[-97.867432,26.060141],[-98.04007,26.059394999999995],[-98.076347,26.034626000000003],[-98.083214,26.065758000000002],[-98.200691,26.055375999999995],[-98.291946,26.098104000000006],[-98.271355,26.120895000000004],[-98.292274,26.132808999999995],[-98.327934,26.111647000000005],[-98.347191,26.158680000000004],[-98.384521,26.156031],[-98.453392,26.220911],[-98.488518,26.201544],[-98.599968,26.260453999999996],[-98.677917,26.242056000000005],[-98.819832,26.375071000000005],[-98.908897,26.360328999999993],[-98.93927,26.395308999999997],[-99.106728,26.419531000000006],[-99.101471,26.488339999999994],[-99.168678,26.545728999999994],[-99.165817,26.579888999999994],[-99.285522,26.857360999999997],[-99.390518,26.94663],[-99.392715,26.995549999999994],[-99.455063,27.028648000000004],[-99.437157,27.199197999999996],[-99.465271,27.269884000000005],[-99.543587,27.318652999999998],[-99.490494,27.490754999999993],[-99.526741,27.504284],[-99.549187,27.612627000000003],[-99.714493,27.661558],[-99.815727,27.780107],[-99.874733,27.797686],[-99.941856,27.986880999999997],[-99.993309,28.003460000000004],[-100.096924,28.154281999999995],[-100.214073,28.201935000000006],[-100.223465,28.241456999999997],[-100.29792,28.280354000000003],[-100.292892,28.320359999999994],[-100.35157,28.394182],[-100.37677,28.478651],[-100.345802,28.500811],[-100.419533,28.544190999999998],[-100.403175,28.589732999999995],[-100.49791,28.660988000000003],[-100.58979,28.894222],[-100.647224,28.922349999999994],[-100.66877,29.080072],[-100.768608,29.166571000000005],[-100.796989,29.242502],[-101.009056,29.373255],[-101.06736,29.473552999999995],[-101.261429,29.526473999999993],[-101.254585,29.628749999999997],[-101.308929,29.580910000000003],[-101.305862,29.652431000000007],[-101.368401,29.657162],[-101.4161,29.745434000000003],[-101.401276,29.769904999999994],[-101.448425,29.760586000000004],[-101.470467,29.788691],[-101.538345,29.763018000000002],[-101.543953,29.810119999999998],[-101.58149,29.765150000000006],[-101.639671,29.756960000000007],[-101.759094,29.787166999999997],[-101.805206,29.779999000000004],[-101.819099,29.814125000000004],[-101.924225,29.788501999999994],[-101.97332,29.818772999999993],[-102.063995,29.784571],[-102.324333,29.880116],[-102.367561,29.845288999999994],[-102.384796,29.767945999999995],[-102.503098,29.785455999999996],[-102.551949,29.749499999999998],[-102.5765,29.778248000000005],[-102.637611,29.732338],[-102.676361,29.744225],[-102.804726,29.530146000000002],[-102.822205,29.411844000000002],[-102.883011,29.353370999999996],[-102.908325,29.269203000000005],[-102.866173,29.229035999999994],[-102.988098,29.190862999999993],[-103.153465,28.978682000000006],[-103.266586,29.007453999999996],[-103.28035,28.986373999999998],[-103.335518,29.050338999999994],[-103.37545,29.032107999999994],[-103.474075,29.072134000000005],[-103.526237,29.146646000000004],[-103.720314,29.190631999999994],[-103.739853,29.230349000000004],[-103.782158,29.229794999999996],[-103.767761,29.281239999999997],[-103.786995,29.267259999999993],[-104.045631,29.328119],[-104.164383,29.400715000000005],[-104.204735,29.484041000000005],[-104.377594,29.550611000000004],[-104.535248,29.679466000000005],[-104.57756,29.807935999999998],[-104.67437,29.909283000000002],[-104.696495,30.057302000000007],[-104.674759,30.148964000000007],[-104.702614,30.238489],[-104.813957,30.35047],[-104.806473,30.376447999999996],[-104.852997,30.392263],[-104.890678,30.570556999999994],[-104.986931,30.641324999999995],[-104.997543,30.684334000000007],[-105.060562,30.687870000000004],[-105.21434,30.812085999999994],[-105.258186,30.797652999999997],[-105.287598,30.831948999999994],[-105.313782,30.816507],[-105.390312,30.853081000000003],[-105.409065,30.902510000000007],[-105.554382,30.998284999999996],[-105.603218,31.086427999999998],[-105.76973,31.170779999999993],[-105.99836,31.393817999999996]]],[[[-94.913429,29.257571999999996],[-94.76738,29.342450999999997],[-94.748405,29.319490000000002],[-95.105415,29.096958],[-94.913429,29.257571999999996]]],[[[-96.397881,28.345845999999995],[-96.834625,28.066322],[-96.803841,28.172161000000003],[-96.738907,28.183535000000006],[-96.532135,28.318245000000005],[-96.463051,28.325832000000005],[-96.422554,28.391439000000005],[-96.397881,28.345845999999995]]],[[[-96.939964,28.045933000000005],[-96.872421,28.131405],[-96.837425,28.101840999999993],[-96.853806,28.049402],[-97.049606,27.840953999999996],[-97.024429,27.914381000000006],[-96.949387,27.984526000000002],[-96.973,28.000853000000006],[-96.939964,28.045933000000005]]],[[[-97.359116,27.283717999999993],[-97.379379,27.210453],[-97.376091,27.284643000000003],[-97.335503,27.440819000000005],[-97.248672,27.581132999999994],[-97.258682,27.651748999999995],[-97.203583,27.612064000000004],[-97.170181,27.707459999999998],[-97.075294,27.811273999999997],[-97.113037,27.819215999999997],[-97.053566,27.830472999999998],[-97.223717,27.574006999999995],[-97.359116,27.283717999999993]]],[[[-97.301132,26.601022999999998],[-97.358025,26.706646000000006],[-97.381332,26.820375],[-97.395309,26.921988],[-97.400909,27.111227],[-97.388786,27.201651],[-97.378532,27.204448999999997],[-97.386925,27.097244000000003],[-97.381332,26.949022],[-97.358025,26.802663999999993],[-97.295837,26.600669999999994],[-97.232109,26.418142000000003],[-97.194992,26.259241000000003],[-97.171799,26.077720999999997],[-97.179337,26.071920000000006],[-97.208916,26.250541999999996],[-97.226311,26.348551],[-97.251251,26.419303999999997],[-97.26725,26.478904999999997],[-97.278549,26.539963],[-97.301132,26.601022999999998]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Texas","STATE_FIPS":"48","SUB_REGION":"W S Cen","STATE_ABBR":"TX","LAND_KM":688219.07,"WATER_KM":17337.549,"PERSONS":1.712202E7,"FAMILIES":4377106,"HOUSHOLD":6115966,"MALE":8433346.00000001,"FEMALE":8688674,"WORKERS":6192585,"DRVALONE":5860490,"CARPOOL":1142908,"PUBTRANS":168814,"EMPLOYED":7687338,"UNEMPLOY":590269,"SERVICE":2139266,"MANUAL":1042397,"P_MALE":0.493,"P_FEMALE":0.507,"SAMP_POP":2487642}},{"type":"Feature","id":"states.16","geometry":{"type":"MultiPolygon","coordinates":[[[[-109.048882,32.441967000000005],[-109.050728,32.77948000000001],[-109.049904,33.205101],[-109.049721,33.783249],[-109.048012,34.59174],[-109.045998,34.954612999999995],[-109.047195,35.996655000000004],[-109.047821,36.996643000000006],[-108.371834,36.999474000000006],[-107.471855,36.998772],[-107.410217,36.997519999999994],[-106.889778,36.999072999999996],[-106.860657,36.989491],[-106.471588,36.991493000000006],[-105.991425,36.99227500000001],[-105.712891,36.994541],[-105.212532,36.992580000000004],[-105.145615,36.993183],[-103.993111,36.994445999999996],[-103.077377,36.999741],[-102.997223,36.998504999999994],[-102.996918,36.492344],[-103.026802,36.491566000000006],[-103.02356,36.056026],[-103.022118,35.742287000000005],[-103.021797,35.623604],[-103.02565,35.17720799999999],[-103.02475,34.964718000000005],[-103.022156,34.745266],[-103.029144,34.307743],[-103.032761,33.826088],[-103.038239,33.565742],[-103.042603,33.377728000000005],[-103.048836,32.95353299999999],[-103.059547,32.515429999999995],[-103.055191,32.084995000000006],[-103.057968,32.001900000000006],[-103.332092,32.004154],[-103.728973,32.00610399999999],[-103.980896,32.005889999999994],[-104.018814,32.007278],[-104.850563,32.003151],[-104.921799,32.004268999999994],[-106.002708,32.001553],[-106.377846,32.000645000000006],[-106.623077,32.00098800000001],[-106.649513,31.980227999999997],[-106.632057,31.972117999999995],[-106.633202,31.913998000000007],[-106.643532,31.895101999999994],[-106.615578,31.844634999999997],[-106.614441,31.817728000000002],[-106.538971,31.786198],[-107.282997,31.784981000000002],[-108.20266,31.786804000000004],[-108.21006,31.343742000000006],[-109.045006,31.343348000000006],[-109.048882,32.441967000000005]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"New Mexico","STATE_FIPS":"35","SUB_REGION":"Mtn","STATE_ABBR":"NM","LAND_KM":304472.805,"WATER_KM":586.054,"PERSONS":1379559,"FAMILIES":358259,"HOUSHOLD":497680,"MALE":677870,"FEMALE":701689,"WORKERS":491847,"DRVALONE":433150,"CARPOOL":87085,"PUBTRANS":6019,"EMPLOYED":576213,"UNEMPLOY":49368,"SERVICE":169914,"MANUAL":68673,"P_MALE":0.491,"P_FEMALE":0.509,"SAMP_POP":237629}},{"type":"Feature","id":"states.17","geometry":{"type":"MultiPolygon","coordinates":[[[[-85.070137,31.980545000000006],[-85.115219,31.907264999999995],[-85.135635,31.854723000000007],[-85.13163,31.783651000000006],[-85.130234,31.778689999999997],[-85.115356,31.731401000000005],[-85.118744,31.708405999999997],[-85.111275,31.684076000000005],[-85.059357,31.621098000000003],[-85.042793,31.55422],[-85.04277,31.519488999999993],[-85.066383,31.475917999999993],[-85.061478,31.440490999999994],[-85.088013,31.367059999999995],[-85.082634,31.332159000000004],[-85.081299,31.302903999999998],[-85.103432,31.271259],[-85.093674,31.226895999999996],[-85.103027,31.196742999999998],[-85.093437,31.172031000000004],[-85.068733,31.162183999999996],[-85.038139,31.126531999999997],[-85.017067,31.07992],[-85.001678,31.001068000000004],[-85.485077,31.000820000000004],[-85.486664,31.000816],[-86.031883,30.993146999999993],[-86.181534,30.995045000000005],[-86.383972,30.991358000000005],[-86.701897,30.997911000000002],[-86.779404,30.998011000000005],[-87.163147,31.002975000000006],[-87.598595,31.002449],[-87.589882,30.954178],[-87.625725,30.876717],[-87.615929,30.848110000000005],[-87.541916,30.785506999999996],[-87.526619,30.748301999999995],[-87.460159,30.705612000000002],[-87.418915,30.692618999999993],[-87.398666,30.667823999999996],[-87.393303,30.619905000000003],[-87.422089,30.556298999999996],[-87.445374,30.531194999999997],[-87.418839,30.481504],[-87.405273,30.440163],[-87.466461,30.359522],[-87.587585,30.319053999999994],[-87.593422,30.278214000000006],[-87.795341,30.233728],[-88.002563,30.233400000000003],[-87.779953,30.272436],[-87.757515,30.299221000000003],[-87.903473,30.421098999999998],[-87.913391,30.620993],[-88.019791,30.744000999999997],[-88.135681,30.336957999999996],[-88.32032,30.404094999999998],[-88.401405,30.393353000000005],[-88.417229,30.736266999999998],[-88.429184,31.000511000000003],[-88.434547,31.120699000000002],[-88.450783,31.435450000000003],[-88.465073,31.702084999999997],[-88.472923,31.888723],[-88.437691,32.22761199999999],[-88.425758,32.309082000000004],[-88.393799,32.58033399999999],[-88.348007,32.924628999999996],[-88.339432,32.98737],[-88.304794,33.288773000000006],[-88.274551,33.538685],[-88.248161,33.742615],[-88.202606,34.059017],[-88.19931,34.090343000000004],[-88.167572,34.32404699999999],[-88.151215,34.465176],[-88.13636,34.58040200000001],[-88.090431,34.895542000000006],[-88.108849,34.899849],[-88.143066,34.93022499999999],[-88.193954,35.004368],[-88.194923,35.013458],[-87.986046,35.015949000000006],[-87.607788,35.010464],[-87.222748,35.007262999999995],[-87.207573,35.00787699999999],[-86.83342,34.998160999999996],[-86.782372,34.99699],[-86.313065,34.995186000000004],[-86.303513,34.995377000000005],[-85.869591,34.992301999999995],[-85.608994,34.990086000000005],[-85.583092,34.862244000000004],[-85.534729,34.622406],[-85.525871,34.584602000000004],[-85.511894,34.52293],[-85.460327,34.29007],[-85.416611,34.086822999999995],[-85.395782,33.959728],[-85.384056,33.905308000000005],[-85.335335,33.654816],[-85.305031,33.490482],[-85.293877,33.425762000000006],[-85.233902,33.129115999999996],[-85.233559,33.120018],[-85.180779,32.871685],[-85.162361,32.807316],[-85.128151,32.776939],[-85.133362,32.756184000000005],[-85.124947,32.744251000000006],[-85.11393,32.734257],[-85.107796,32.689837999999995],[-85.090538,32.676018],[-85.103867,32.645775],[-85.086388,32.628315],[-85.084213,32.602867],[-85.070839,32.581115999999994],[-84.99572,32.518787],[-84.989883,32.454693000000006],[-84.965454,32.429306],[-84.971031,32.396666999999994],[-84.984558,32.386948000000004],[-84.971733,32.371357],[-85.002159,32.346931],[-85.005402,32.32944500000001],[-84.921143,32.292987999999994],[-84.894676,32.268585],[-84.894089,32.259026000000006],[-84.905434,32.249404999999996],[-84.923752,32.247237999999996],[-84.916077,32.228404999999995],[-84.928444,32.217827],[-84.975815,32.212097],[-84.960457,32.191776000000004],[-85.007896,32.178726],[-85.024452,32.166122],[-85.053383,32.126484000000005],[-85.046257,32.09074],[-85.056725,32.069489000000004],[-85.06208,32.049853999999996],[-85.05677,32.017219999999995],[-85.070137,31.980545000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Alabama","STATE_FIPS":"01","SUB_REGION":"E S Cen","STATE_ABBR":"AL","LAND_KM":131443.119,"WATER_KM":4332.268,"PERSONS":4040587,"FAMILIES":1103835,"HOUSHOLD":1506790,"MALE":1936162,"FEMALE":2104425,"WORKERS":1455669,"DRVALONE":1374395,"CARPOOL":267191,"PUBTRANS":13279,"EMPLOYED":1741794,"UNEMPLOY":128587,"SERVICE":474797,"MANUAL":360499,"P_MALE":0.479,"P_FEMALE":0.521,"SAMP_POP":630032}},{"type":"Feature","id":"states.18","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.450783,31.435450000000003],[-88.434547,31.120699000000002],[-88.429184,31.000511000000003],[-88.417229,30.736266999999998],[-88.401405,30.393353000000005],[-88.399216,30.352686000000006],[-88.464226,30.325875999999994],[-88.577744,30.38055],[-88.683243,30.342123],[-88.873756,30.430079000000006],[-88.930191,30.416602999999995],[-88.885696,30.398089999999996],[-89.276077,30.314644],[-89.273483,30.372190000000003],[-89.334999,30.380228000000002],[-89.357483,30.365088999999998],[-89.318497,30.318657],[-89.415565,30.256288999999995],[-89.438072,30.200768999999994],[-89.57383,30.194738],[-89.609947,30.241224000000003],[-89.606255,30.247632999999993],[-89.621605,30.256769000000006],[-89.625885,30.290160999999998],[-89.639114,30.295635000000004],[-89.637024,30.311649000000003],[-89.61853,30.323566],[-89.62014,30.343235000000007],[-89.633392,30.355114],[-89.646629,30.355097],[-89.65461,30.378872],[-89.675308,30.399880999999993],[-89.6754,30.44516],[-89.683388,30.462525999999997],[-89.694534,30.467995000000002],[-89.695618,30.478054],[-89.71312,30.481223999999997],[-89.718994,30.495846],[-89.732254,30.497646000000003],[-89.755112,30.515429999999995],[-89.772728,30.551056000000003],[-89.790779,30.553753],[-89.820236,30.624081000000004],[-89.805466,30.649266999999995],[-89.819283,30.651055999999997],[-89.829453,30.670685000000006],[-89.845375,30.666062999999994],[-89.83532,30.675693999999993],[-89.841713,30.679331000000005],[-89.84127,30.700361],[-89.83065,30.703592],[-89.843979,30.712236000000004],[-89.835541,30.729174],[-89.823326,30.732866],[-89.825493,30.742459999999994],[-89.813278,30.74798],[-89.824615,30.789536999999996],[-89.81086,30.811511999999993],[-89.796494,30.812466],[-89.796021,30.828918],[-89.774727,30.830344999999994],[-89.78495,30.861393000000007],[-89.765778,30.861897999999997],[-89.763237,30.900285999999994],[-89.746727,30.902608999999998],[-89.745682,30.909921999999995],[-89.75798,30.920857999999996],[-89.740402,30.925923999999995],[-89.748466,30.949663],[-89.739449,30.965215999999998],[-89.719749,30.975308999999996],[-89.726707,30.984431999999998],[-89.723549,31.001340999999996],[-89.732643,31.007261],[-89.833481,31.007002],[-90.259285,31.007191000000006],[-90.343567,31.005211000000003],[-90.542557,31.002150999999998],[-90.560158,31.001527999999993],[-90.829613,31.001368],[-91.056908,31.000240000000005],[-91.1791,31.000283999999994],[-91.632179,31.001186000000004],[-91.627655,31.011781999999997],[-91.57267,31.032471],[-91.551964,31.057982999999993],[-91.564857,31.081958999999998],[-91.619995,31.127517999999995],[-91.59137,31.178307000000004],[-91.600845,31.213755000000006],[-91.636879,31.240928999999994],[-91.643562,31.270943000000003],[-91.634094,31.277518999999998],[-91.556801,31.270296000000002],[-91.51696,31.282898000000003],[-91.502357,31.298687],[-91.505638,31.323285999999996],[-91.542671,31.346815000000007],[-91.544289,31.368703999999994],[-91.534454,31.382580000000004],[-91.559258,31.388059999999996],[-91.567612,31.421235999999993],[-91.552353,31.43293],[-91.534683,31.434166000000005],[-91.53405,31.409069000000002],[-91.522896,31.391921999999994],[-91.494591,31.375079999999997],[-91.480721,31.377611],[-91.465805,31.403899999999993],[-91.473175,31.420205999999993],[-91.507782,31.452915000000004],[-91.506363,31.52552],[-91.502838,31.534713999999994],[-91.464355,31.542699999999996],[-91.423462,31.562579999999997],[-91.404137,31.586186999999995],[-91.415268,31.602427000000006],[-91.497032,31.604192999999995],[-91.508759,31.62178],[-91.50769,31.643704999999997],[-91.49765,31.650729999999996],[-91.45726,31.626801],[-91.408287,31.625364000000005],[-91.389069,31.654439999999994],[-91.387833,31.716517999999994],[-91.36496,31.751576999999997],[-91.370384,31.753310999999997],[-91.339798,31.758379000000005],[-91.282509,31.749723000000003],[-91.263878,31.759600000000006],[-91.262573,31.773764],[-91.336143,31.763458],[-91.36702,31.770703999999995],[-91.347122,31.79567],[-91.334732,31.843317],[-91.30336,31.862983999999997],[-91.292534,31.861332000000004],[-91.276688,31.827371999999997],[-91.250618,31.818658999999997],[-91.241272,31.835226000000006],[-91.26458,31.865425000000002],[-91.24437,31.878511000000003],[-91.201431,31.914288999999997],[-91.163033,31.988291000000004],[-91.108002,31.991827],[-91.07238,32.021057],[-91.073135,32.031994],[-91.086884,32.043655],[-91.143013,32.06610499999999],[-91.145584,32.085674],[-91.125618,32.088245],[-91.089302,32.056843],[-91.06501,32.058552000000006],[-91.073814,32.093993999999995],[-91.041084,32.10767],[-91.011284,32.134060000000005],[-91.00383,32.169262],[-91.024414,32.169899],[-91.054474,32.184532000000004],[-91.045311,32.158671999999996],[-91.054047,32.134392000000005],[-91.083008,32.148579],[-91.108711,32.134991],[-91.15654,32.144783000000004],[-91.166847,32.171988999999996],[-91.157265,32.205864000000005],[-91.115952,32.225605],[-91.100571,32.21488600000001],[-91.087914,32.232388],[-91.062462,32.232742],[-91.041649,32.249438999999995],[-90.977219,32.223404],[-90.971016,32.269065999999995],[-90.983818,32.287132],[-90.980766,32.297653],[-90.971657,32.303698999999995],[-90.929245,32.297405],[-90.916374,32.305317],[-90.875351,32.37965],[-90.885155,32.381355],[-90.914925,32.345898000000005],[-90.984566,32.356396000000004],[-90.998863,32.366234000000006],[-91.009209,32.397082999999995],[-90.969986,32.419017999999994],[-90.965485,32.440037000000004],[-90.98745,32.452965000000006],[-91.026909,32.442417000000006],[-91.05851,32.446999000000005],[-91.117683,32.498569],[-91.118744,32.524067],[-91.088783,32.548637],[-91.037201,32.496956],[-91.019684,32.490814],[-90.99205,32.495281000000006],[-90.995071,32.511641999999995],[-91.063087,32.542159999999996],[-91.073265,32.561611],[-91.058868,32.576389000000006],[-91.032326,32.582672],[-90.998657,32.615466999999995],[-90.996132,32.625977000000006],[-91.007881,32.642673],[-91.027466,32.641502],[-91.04763,32.614352999999994],[-91.063812,32.606387999999995],[-91.110992,32.597527],[-91.146263,32.644852],[-91.139557,32.663174],[-91.059029,32.723518],[-91.09771,32.749397],[-91.136467,32.751125],[-91.156342,32.76268],[-91.142151,32.841212999999996],[-91.079529,32.877162999999996],[-91.075592,32.953711999999996],[-91.092674,32.987621000000004],[-91.111816,32.987350000000006],[-91.132355,32.975224],[-91.129936,32.937466],[-91.137177,32.91778600000001],[-91.169701,32.905022],[-91.198311,32.914162000000005],[-91.20916,32.935852],[-91.161865,33.000294],[-91.162132,33.013039000000006],[-91.160675,33.021709],[-91.156685,33.040431999999996],[-91.123985,33.04727200000001],[-91.11779,33.065571000000006],[-91.14679,33.090652000000006],[-91.190536,33.113224],[-91.195503,33.140465000000006],[-91.177628,33.150288],[-91.12133,33.131069],[-91.095856,33.145084],[-91.086319,33.161602],[-91.092003,33.225697],[-91.054543,33.245780999999994],[-91.040428,33.281921],[-91.053833,33.293575000000004],[-91.076324,33.29235799999999],[-91.102905,33.249210000000005],[-91.122505,33.268505000000005],[-91.141747,33.322384],[-91.130424,33.359402],[-91.106941,33.393406],[-91.07869,33.410179],[-91.061516,33.431797],[-91.060982,33.460010999999994],[-91.073761,33.466206],[-91.0858,33.462856],[-91.099129,33.414897999999994],[-91.137634,33.388878000000005],[-91.184982,33.39183],[-91.204163,33.414299],[-91.19883,33.422112],[-91.130516,33.443123],[-91.119713,33.452831],[-91.118958,33.469673],[-91.128799,33.493190999999996],[-91.164978,33.51178],[-91.174179,33.504368],[-91.17173,33.466644],[-91.18177,33.447388000000004],[-91.232849,33.443443],[-91.22715,33.459453999999994],[-91.207642,33.473395999999994],[-91.180405,33.512012],[-91.182846,33.52334999999999],[-91.204102,33.538506],[-91.213486,33.539276],[-91.227631,33.55635100000001],[-91.22673,33.590481],[-91.187805,33.57468],[-91.168022,33.57724399999999],[-91.15065,33.616161000000005],[-91.154404,33.637032000000005],[-91.205307,33.669945],[-91.215141,33.690723000000006],[-91.211678,33.708965000000006],[-91.1633,33.718315000000004],[-91.121048,33.677527999999995],[-91.083771,33.662586000000005],[-91.037834,33.683216],[-91.038826,33.70549],[-91.056213,33.719357],[-91.104568,33.70823300000001],[-91.128944,33.71244],[-91.138,33.723225],[-91.142891,33.771820000000005],[-91.136986,33.780086999999995],[-91.105415,33.776439999999994],[-91.066391,33.786525999999995],[-91.043404,33.769554],[-91.018433,33.76397299999999],[-90.995377,33.77154899999999],[-90.984039,33.78533899999999],[-90.990372,33.798897],[-91.028854,33.816586],[-91.054817,33.843525],[-91.061371,33.867081],[-91.018463,33.936306],[-91.075706,33.974644],[-91.088852,33.994468999999995],[-91.069695,34.006096],[-91.031059,33.985699],[-91.009544,33.990528],[-91.000259,33.968372],[-90.986816,33.960815],[-90.96479,33.967461],[-90.961128,33.978874000000005],[-90.975273,33.994606000000005],[-90.973366,34.010998],[-90.95047,34.031288],[-90.886345,34.040710000000004],[-90.866333,34.10095200000001],[-90.906311,34.102749],[-90.942245,34.125941999999995],[-90.953346,34.155804],[-90.928917,34.185649999999995],[-90.846611,34.147544999999994],[-90.828865,34.148658999999995],[-90.80751,34.166172],[-90.822922,34.190544],[-90.921486,34.20483],[-90.933708,34.23467599999999],[-90.928436,34.250195000000005],[-90.863411,34.219162],[-90.83136,34.229534],[-90.823837,34.277339999999995],[-90.806419,34.299347],[-90.792526,34.299957000000006],[-90.758255,34.278976],[-90.747757,34.317719],[-90.761856,34.363913999999994],[-90.75531,34.37216600000001],[-90.687485,34.377871999999996],[-90.681137,34.3634],[-90.689377,34.320145],[-90.679337,34.31797400000001],[-90.657814,34.330006],[-90.657242,34.36591],[-90.60379,34.40459799999999],[-90.579124,34.432998999999995],[-90.574402,34.453945000000004],[-90.59005,34.496506],[-90.580345,34.520222000000004],[-90.565681,34.532509000000005],[-90.537148,34.543327000000005],[-90.530617,34.555649],[-90.577614,34.604744],[-90.58799,34.627815],[-90.5793,34.645611],[-90.561058,34.700287],[-90.539062,34.685947],[-90.547546,34.65180599999999],[-90.538963,34.636894],[-90.508812,34.638065],[-90.466225,34.672039],[-90.469978,34.704254000000006],[-90.513565,34.702068],[-90.533279,34.713252999999995],[-90.547745,34.790336999999994],[-90.52726,34.807323],[-90.516045,34.805603000000005],[-90.501282,34.789833],[-90.498734,34.765784999999994],[-90.516968,34.748371000000006],[-90.504417,34.729855],[-90.485924,34.726833],[-90.451431,34.741198999999995],[-90.448868,34.76075],[-90.466705,34.79966400000001],[-90.451904,34.82521800000001],[-90.474716,34.857727],[-90.470528,34.88092399999999],[-90.438087,34.88618099999999],[-90.427841,34.872643],[-90.433548,34.835353999999995],[-90.42231,34.832268],[-90.403931,34.841038],[-90.341423,34.860577000000006],[-90.322823,34.850266000000005],[-90.301552,34.851776],[-90.299446,34.864959999999996],[-90.296272,34.88269],[-90.266708,34.896511000000004],[-90.242844,34.920731],[-90.241898,34.938903999999994],[-90.248169,34.94976],[-90.299507,34.978481],[-90.305351,35.000693999999996],[-89.717186,34.999168],[-89.646477,35.000641],[-89.3423,34.999714],[-89.198067,35.000793],[-89.006134,35.000145],[-88.812492,35.00235000000001],[-88.784988,35.003094000000004],[-88.383102,35.004954999999995],[-88.351685,35.00374600000001],[-88.193954,35.004368],[-88.143066,34.93022499999999],[-88.108849,34.899849],[-88.090431,34.895542000000006],[-88.13636,34.58040200000001],[-88.151215,34.465176],[-88.167572,34.32404699999999],[-88.19931,34.090343000000004],[-88.202606,34.059017],[-88.248161,33.742615],[-88.274551,33.538685],[-88.304794,33.288773000000006],[-88.339432,32.98737],[-88.348007,32.924628999999996],[-88.393799,32.58033399999999],[-88.425758,32.309082000000004],[-88.437691,32.22761199999999],[-88.472923,31.888723],[-88.465073,31.702084999999997],[-88.450783,31.435450000000003]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Mississippi","STATE_FIPS":"28","SUB_REGION":"E S Cen","STATE_ABBR":"MS","LAND_KM":121506.43,"WATER_KM":3598.337,"PERSONS":2573216,"FAMILIES":674378,"HOUSHOLD":911374,"MALE":1230617,"FEMALE":1342599,"WORKERS":890741,"DRVALONE":777422,"CARPOOL":184019,"PUBTRANS":8020,"EMPLOYED":1028773,"UNEMPLOY":94712,"SERVICE":294070,"MANUAL":222644,"P_MALE":0.478,"P_FEMALE":0.522,"SAMP_POP":399625}},{"type":"Feature","id":"states.19","geometry":{"type":"MultiPolygon","coordinates":[[[[-85.130234,31.778689999999997],[-85.13163,31.783651000000006],[-85.135635,31.854723000000007],[-85.115219,31.907264999999995],[-85.070137,31.980545000000006],[-85.05677,32.017219999999995],[-85.06208,32.049853999999996],[-85.056725,32.069489000000004],[-85.046257,32.09074],[-85.053383,32.126484000000005],[-85.024452,32.166122],[-85.007896,32.178726],[-84.960457,32.191776000000004],[-84.975815,32.212097],[-84.928444,32.217827],[-84.916077,32.228404999999995],[-84.923752,32.247237999999996],[-84.905434,32.249404999999996],[-84.894089,32.259026000000006],[-84.894676,32.268585],[-84.921143,32.292987999999994],[-85.005402,32.32944500000001],[-85.002159,32.346931],[-84.971733,32.371357],[-84.984558,32.386948000000004],[-84.971031,32.396666999999994],[-84.965454,32.429306],[-84.989883,32.454693000000006],[-84.99572,32.518787],[-85.070839,32.581115999999994],[-85.084213,32.602867],[-85.086388,32.628315],[-85.103867,32.645775],[-85.090538,32.676018],[-85.107796,32.689837999999995],[-85.11393,32.734257],[-85.124947,32.744251000000006],[-85.133362,32.756184000000005],[-85.128151,32.776939],[-85.162361,32.807316],[-85.180779,32.871685],[-85.233559,33.120018],[-85.233902,33.129115999999996],[-85.293877,33.425762000000006],[-85.305031,33.490482],[-85.335335,33.654816],[-85.384056,33.905308000000005],[-85.395782,33.959728],[-85.416611,34.086822999999995],[-85.460327,34.29007],[-85.511894,34.52293],[-85.525871,34.584602000000004],[-85.534729,34.622406],[-85.583092,34.862244000000004],[-85.608994,34.990086000000005],[-85.467422,34.990047000000004],[-85.359985,34.989902],[-85.267761,34.989075],[-84.972847,34.992554],[-84.967911,34.99260700000001],[-84.800476,34.992756],[-84.771194,34.990680999999995],[-84.618752,34.988682],[-84.323853,34.98900999999999],[-84.11824,34.988224],[-83.988548,34.989067000000006],[-83.937996,34.989391],[-83.549416,34.989536],[-83.513008,34.992023],[-83.106285,35.000277999999994],[-83.100578,34.98407400000001],[-83.115669,34.95459700000001],[-83.121529,34.960803999999996],[-83.127441,34.954285],[-83.113228,34.936035000000004],[-83.125763,34.940701000000004],[-83.137688,34.930386],[-83.155151,34.932190000000006],[-83.158478,34.917561000000006],[-83.182304,34.910557],[-83.203636,34.884079],[-83.219551,34.88909099999999],[-83.232925,34.873729999999995],[-83.243195,34.877990999999994],[-83.235809,34.862292999999994],[-83.250427,34.850075000000004],[-83.250542,34.839619],[-83.267891,34.839138000000005],[-83.270233,34.814987],[-83.302872,34.80543900000001],[-83.322807,34.787150999999994],[-83.32354,34.75214],[-83.350449,34.727287000000004],[-83.3508,34.709553],[-83.339905,34.677597000000006],[-83.299011,34.662848999999994],[-83.237106,34.613224],[-83.165001,34.598839],[-83.159073,34.576733000000004],[-83.137489,34.567768],[-83.108246,34.534915999999996],[-83.079147,34.518871000000004],[-83.055122,34.489959999999996],[-83.00808,34.470726],[-82.982094,34.476395],[-82.90519,34.477881999999994],[-82.868179,34.457438999999994],[-82.844231,34.412571],[-82.836578,34.370941],[-82.808723,34.339794],[-82.783012,34.290409],[-82.764313,34.28085299999999],[-82.758171,34.233265],[-82.742737,34.205444],[-82.735924,34.169685],[-82.6605,34.108242000000004],[-82.603088,34.034519],[-82.596283,34.013301999999996],[-82.573753,33.968784],[-82.576759,33.959166999999994],[-82.517685,33.930908],[-82.456779,33.878101],[-82.424675,33.86013],[-82.390747,33.854015000000004],[-82.36586,33.83588399999999],[-82.351463,33.835266000000004],[-82.311272,33.803787],[-82.305664,33.782520000000005],[-82.266373,33.761466999999996],[-82.235054,33.690208],[-82.214363,33.680603000000005],[-82.192345,33.623706999999996],[-82.16729,33.615082],[-82.139137,33.593773],[-82.116562,33.594643000000005],[-82.065842,33.57373],[-82.038704,33.547371],[-82.020302,33.538596999999996],[-81.996696,33.520354999999995],[-81.981079,33.490601],[-81.936546,33.470882],[-81.916801,33.451195],[-81.927437,33.436004999999994],[-81.913727,33.415302],[-81.940498,33.408024],[-81.925972,33.376419],[-81.945229,33.377007000000006],[-81.936874,33.350296],[-81.911575,33.349354000000005],[-81.912254,33.332054],[-81.893646,33.335094],[-81.877037,33.30669399999999],[-81.865707,33.315524999999994],[-81.840271,33.308201],[-81.860878,33.296947],[-81.826736,33.269279],[-81.840004,33.273163],[-81.83696,33.260468],[-81.854126,33.243354999999994],[-81.810928,33.22629499999999],[-81.801727,33.207779],[-81.779999,33.21722],[-81.770042,33.213734],[-81.759758,33.195232000000004],[-81.763573,33.169685],[-81.74054,33.144547],[-81.704445,33.122787],[-81.61113,33.087723],[-81.595993,33.070637000000005],[-81.560204,33.060660999999996],[-81.547829,33.043530000000004],[-81.52977,33.043774],[-81.508919,33.012637999999995],[-81.492905,33.004658000000006],[-81.49807,32.959518],[-81.51001,32.95526099999999],[-81.510406,32.947063],[-81.477219,32.897411000000005],[-81.465202,32.89756800000001],[-81.483376,32.875930999999994],[-81.45871,32.871239],[-81.45549,32.844414],[-81.432503,32.84151799999999],[-81.424133,32.831608],[-81.430481,32.82014100000001],[-81.421005,32.80933],[-81.430412,32.785988],[-81.416245,32.756561000000005],[-81.42321,32.749645],[-81.407799,32.741637999999995],[-81.420708,32.701397],[-81.407364,32.686531],[-81.399651,32.650642000000005],[-81.412277,32.625434999999996],[-81.385078,32.595707000000004],[-81.36644,32.588188],[-81.366875,32.581801999999996],[-81.351662,32.58335099999999],[-81.340576,32.57118199999999],[-81.299156,32.567108000000005],[-81.274475,32.55463399999999],[-81.268158,32.533749],[-81.236412,32.520432],[-81.195328,32.464375000000004],[-81.200096,32.420128000000005],[-81.178421,32.386639],[-81.179291,32.37159],[-81.157646,32.338547000000005],[-81.142052,32.348274],[-81.132057,32.332424],[-81.124214,32.276447000000005],[-81.148338,32.257515],[-81.147858,32.224247000000005],[-81.114883,32.190392],[-81.119278,32.117408999999995],[-81.105042,32.105239999999995],[-80.89492,32.005779000000004],[-80.973724,31.947711999999996],[-80.971046,31.890095000000002],[-81.140022,31.864124000000004],[-81.180168,31.905677999999995],[-81.207428,31.899907999999996],[-81.197472,31.919683000000006],[-81.204079,31.928220999999994],[-81.239853,31.903204000000002],[-81.284462,31.949219],[-81.245117,31.89448],[-81.206657,31.920439000000002],[-81.220276,31.892927],[-81.18042,31.897458999999998],[-81.14164,31.853300000000004],[-81.039185,31.823138999999998],[-81.061218,31.777321],[-81.137001,31.726851999999994],[-81.174187,31.799593],[-81.196541,31.784626000000003],[-81.175354,31.735581999999994],[-81.289902,31.799449999999993],[-81.135117,31.645847000000003],[-81.18737,31.599676000000002],[-81.240898,31.639954000000003],[-81.239326,31.556662000000003],[-81.194954,31.504929000000004],[-81.208755,31.466673],[-81.313248,31.337370000000007],[-81.365761,31.344328000000004],[-81.410522,31.311252999999994],[-81.394951,31.263861000000006],[-81.388992,31.296920999999998],[-81.301018,31.275588999999997],[-81.310432,31.242464],[-81.381187,31.148714],[-81.528564,31.130898000000002],[-81.525436,31.086316999999994],[-81.475517,31.043591000000006],[-81.535606,31.076525000000004],[-81.491035,30.985579],[-81.52874,30.961884999999995],[-81.485008,30.944665999999998],[-81.529449,30.864543999999995],[-81.498566,30.757278],[-81.528778,30.721216],[-81.536774,30.706340999999995],[-81.601349,30.724650999999994],[-81.60495,30.716085000000007],[-81.628159,30.731538999999998],[-81.642654,30.728846000000004],[-81.716942,30.745133999999993],[-81.736847,30.763655],[-81.757881,30.769397999999995],[-81.776878,30.761351000000005],[-81.803368,30.787851000000003],[-81.873169,30.798851],[-81.899307,30.828075],[-81.907684,30.813242000000002],[-81.94397,30.824016999999998],[-81.953194,30.820198000000005],[-81.961716,30.795773999999994],[-81.981644,30.778118000000006],[-82.015701,30.791086000000007],[-82.01313,30.764022999999995],[-82.032043,30.757299000000003],[-82.045074,30.650677],[-82.013817,30.598455],[-82.005966,30.570755000000005],[-82.022675,30.477481999999995],[-82.035286,30.442642000000006],[-82.046265,30.433831999999995],[-82.038521,30.378668000000005],[-82.052933,30.363557999999998],[-82.164803,30.361057000000002],[-82.180397,30.368397],[-82.205727,30.42362],[-82.199348,30.489782000000005],[-82.219528,30.502739000000005],[-82.238556,30.531214000000006],[-82.221199,30.566845],[-82.412247,30.577084],[-82.463287,30.582468000000006],[-82.583107,30.588835000000003],[-82.696503,30.595502999999994],[-83.132576,30.621129999999994],[-83.301445,30.633077999999998],[-83.31073,30.634096],[-83.609177,30.650582999999997],[-83.737961,30.660292],[-84.000839,30.675341000000003],[-84.075668,30.678381],[-84.281761,30.690224],[-84.374542,30.693897000000007],[-84.863083,30.712473000000003],[-84.864662,30.714312000000007],[-84.888367,30.743697999999995],[-84.915421,30.753899000000004],[-84.926971,30.775897999999998],[-84.93264,30.802435000000003],[-84.927002,30.846733],[-84.937851,30.894769999999994],[-84.969086,30.926907],[-84.97364,30.963477999999995],[-85.000214,30.979134000000002],[-85.001678,31.001068000000004],[-85.017067,31.07992],[-85.038139,31.126531999999997],[-85.068733,31.162183999999996],[-85.093437,31.172031000000004],[-85.103027,31.196742999999998],[-85.093674,31.226895999999996],[-85.103432,31.271259],[-85.081299,31.302903999999998],[-85.082634,31.332159000000004],[-85.088013,31.367059999999995],[-85.061478,31.440490999999994],[-85.066383,31.475917999999993],[-85.04277,31.519488999999993],[-85.042793,31.55422],[-85.059357,31.621098000000003],[-85.111275,31.684076000000005],[-85.118744,31.708405999999997],[-85.115356,31.731401000000005],[-85.130234,31.778689999999997]]],[[[-81.485237,30.903648000000004],[-81.416588,30.970366],[-81.403236,30.938568000000004],[-81.455902,30.716189999999997],[-81.479645,30.736647000000005],[-81.47007,30.860022999999998],[-81.503487,30.881500000000003],[-81.485237,30.903648000000004]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Georgia","STATE_FIPS":"13","SUB_REGION":"S Atl","STATE_ABBR":"GA","LAND_KM":148574.888,"WATER_KM":3934.991,"PERSONS":6457339,"FAMILIES":1707476,"HOUSHOLD":2359351,"MALE":3134562,"FEMALE":3322777,"WORKERS":2346478,"DRVALONE":2372513,"CARPOOL":465734,"PUBTRANS":86587,"EMPLOYED":3081555,"UNEMPLOY":187390,"SERVICE":802419,"MANUAL":536597,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":935083}},{"type":"Feature","id":"states.20","geometry":{"type":"MultiPolygon","coordinates":[[[[-81.759758,33.195232000000004],[-81.770042,33.213734],[-81.779999,33.21722],[-81.801727,33.207779],[-81.810928,33.22629499999999],[-81.854126,33.243354999999994],[-81.83696,33.260468],[-81.840004,33.273163],[-81.826736,33.269279],[-81.860878,33.296947],[-81.840271,33.308201],[-81.865707,33.315524999999994],[-81.877037,33.30669399999999],[-81.893646,33.335094],[-81.912254,33.332054],[-81.911575,33.349354000000005],[-81.936874,33.350296],[-81.945229,33.377007000000006],[-81.925972,33.376419],[-81.940498,33.408024],[-81.913727,33.415302],[-81.927437,33.436004999999994],[-81.916801,33.451195],[-81.936546,33.470882],[-81.981079,33.490601],[-81.996696,33.520354999999995],[-82.020302,33.538596999999996],[-82.038704,33.547371],[-82.065842,33.57373],[-82.116562,33.594643000000005],[-82.139137,33.593773],[-82.16729,33.615082],[-82.192345,33.623706999999996],[-82.214363,33.680603000000005],[-82.235054,33.690208],[-82.266373,33.761466999999996],[-82.305664,33.782520000000005],[-82.311272,33.803787],[-82.351463,33.835266000000004],[-82.36586,33.83588399999999],[-82.390747,33.854015000000004],[-82.424675,33.86013],[-82.456779,33.878101],[-82.517685,33.930908],[-82.576759,33.959166999999994],[-82.573753,33.968784],[-82.596283,34.013301999999996],[-82.603088,34.034519],[-82.6605,34.108242000000004],[-82.735924,34.169685],[-82.742737,34.205444],[-82.758171,34.233265],[-82.764313,34.28085299999999],[-82.783012,34.290409],[-82.808723,34.339794],[-82.836578,34.370941],[-82.844231,34.412571],[-82.868179,34.457438999999994],[-82.90519,34.477881999999994],[-82.982094,34.476395],[-83.00808,34.470726],[-83.055122,34.489959999999996],[-83.079147,34.518871000000004],[-83.108246,34.534915999999996],[-83.137489,34.567768],[-83.159073,34.576733000000004],[-83.165001,34.598839],[-83.237106,34.613224],[-83.299011,34.662848999999994],[-83.339905,34.677597000000006],[-83.3508,34.709553],[-83.350449,34.727287000000004],[-83.32354,34.75214],[-83.322807,34.787150999999994],[-83.302872,34.80543900000001],[-83.270233,34.814987],[-83.267891,34.839138000000005],[-83.250542,34.839619],[-83.250427,34.850075000000004],[-83.235809,34.862292999999994],[-83.243195,34.877990999999994],[-83.232925,34.873729999999995],[-83.219551,34.88909099999999],[-83.203636,34.884079],[-83.182304,34.910557],[-83.158478,34.917561000000006],[-83.155151,34.932190000000006],[-83.137688,34.930386],[-83.125763,34.940701000000004],[-83.113228,34.936035000000004],[-83.127441,34.954285],[-83.121529,34.960803999999996],[-83.115669,34.95459700000001],[-83.100578,34.98407400000001],[-83.106285,35.000277999999994],[-83.007278,35.024204],[-82.887695,35.055369999999996],[-82.771347,35.085423000000006],[-82.697357,35.091232000000005],[-82.688034,35.097801000000004],[-82.68605,35.121464],[-82.654495,35.119457],[-82.57003,35.14949],[-82.524635,35.154560000000004],[-82.466743,35.173500000000004],[-82.43792,35.16955900000001],[-82.38961,35.208241],[-82.371376,35.18272399999999],[-82.360123,35.182948999999994],[-82.350861,35.192673],[-82.32077,35.184189],[-82.278328,35.195007000000004],[-82.210175,35.193127000000004],[-81.971443,35.188282],[-81.87059,35.183116999999996],[-81.765358,35.182472000000004],[-81.362175,35.162853],[-81.322823,35.163757000000004],[-81.049301,35.151531000000006],[-81.049042,35.132011000000006],[-81.028442,35.105408],[-81.065552,35.066483000000005],[-81.039886,35.037200999999996],[-80.927795,35.10124999999999],[-80.894714,35.059734000000006],[-80.840164,35.00201800000001],[-80.785652,34.940639000000004],[-80.800064,34.816113],[-80.561546,34.815228000000005],[-80.325279,34.814762],[-79.919952,34.807919],[-79.685959,34.805256],[-79.667503,34.800663],[-79.455971,34.63409],[-79.447144,34.619061],[-79.074501,34.304573000000005],[-78.655716,33.948673],[-78.57972,33.881992],[-78.622856,33.865536000000006],[-78.586197,33.853359],[-78.855133,33.71619],[-79.000938,33.57246000000001],[-79.121101,33.430611],[-79.150383,33.317088999999996],[-79.158348,33.342265999999995],[-79.271072,33.296870999999996],[-79.202141,33.183521],[-79.22979,33.141338000000005],[-79.348976,33.154827],[-79.298058,33.138794000000004],[-79.288101,33.10453],[-79.410835,33.013699],[-79.582565,33.015842000000006],[-79.617439,32.980796999999995],[-79.587852,32.92493399999999],[-79.607018,32.899071000000006],[-79.752518,32.79406],[-79.907677,32.790531],[-79.800056,32.929783],[-79.907333,32.859215000000006],[-79.930443,32.914047],[-79.962311,32.904236],[-79.948174,32.81062300000001],[-79.891846,32.733852],[-79.896584,32.67724200000001],[-79.996803,32.605605999999995],[-80.210983,32.561417000000006],[-80.290833,32.503883],[-80.347351,32.511768000000004],[-80.391045,32.65522],[-80.416168,32.668980000000005],[-80.399979,32.504772],[-80.480881,32.510245999999995],[-80.550568,32.557655],[-80.539055,32.509677999999994],[-80.646584,32.518692],[-80.64373,32.498272],[-80.486244,32.43084],[-80.44297,32.37331399999999],[-80.460564,32.318489],[-80.626198,32.272621],[-80.678185,32.285465],[-80.742134,32.360016],[-80.799553,32.473118],[-80.784958,32.504864],[-80.830688,32.516093999999995],[-80.867348,32.532509000000005],[-80.822037,32.400516999999994],[-80.780731,32.247921000000005],[-80.893082,32.067963000000006],[-81.105042,32.105239999999995],[-81.119278,32.117408999999995],[-81.114883,32.190392],[-81.147858,32.224247000000005],[-81.148338,32.257515],[-81.124214,32.276447000000005],[-81.132057,32.332424],[-81.142052,32.348274],[-81.157646,32.338547000000005],[-81.179291,32.37159],[-81.178421,32.386639],[-81.200096,32.420128000000005],[-81.195328,32.464375000000004],[-81.236412,32.520432],[-81.268158,32.533749],[-81.274475,32.55463399999999],[-81.299156,32.567108000000005],[-81.340576,32.57118199999999],[-81.351662,32.58335099999999],[-81.366875,32.581801999999996],[-81.36644,32.588188],[-81.385078,32.595707000000004],[-81.412277,32.625434999999996],[-81.399651,32.650642000000005],[-81.407364,32.686531],[-81.420708,32.701397],[-81.407799,32.741637999999995],[-81.42321,32.749645],[-81.416245,32.756561000000005],[-81.430412,32.785988],[-81.421005,32.80933],[-81.430481,32.82014100000001],[-81.424133,32.831608],[-81.432503,32.84151799999999],[-81.45549,32.844414],[-81.45871,32.871239],[-81.483376,32.875930999999994],[-81.465202,32.89756800000001],[-81.477219,32.897411000000005],[-81.510406,32.947063],[-81.51001,32.95526099999999],[-81.49807,32.959518],[-81.492905,33.004658000000006],[-81.508919,33.012637999999995],[-81.52977,33.043774],[-81.547829,33.043530000000004],[-81.560204,33.060660999999996],[-81.595993,33.070637000000005],[-81.61113,33.087723],[-81.704445,33.122787],[-81.74054,33.144547],[-81.763573,33.169685],[-81.759758,33.195232000000004]]],[[[-80.767975,32.258446000000006],[-80.719254,32.272003],[-80.666786,32.21991],[-80.819435,32.104488],[-80.767975,32.258446000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"South Carolina","STATE_FIPS":"45","SUB_REGION":"S Atl","STATE_ABBR":"SC","LAND_KM":77987.823,"WATER_KM":4910.636,"PERSONS":3486703,"FAMILIES":928206,"HOUSHOLD":1258044,"MALE":1688510,"FEMALE":1798193,"WORKERS":1268959,"DRVALONE":1234700,"CARPOOL":277209,"PUBTRANS":18092,"EMPLOYED":1603425,"UNEMPLOY":94673,"SERVICE":455692,"MANUAL":337824,"P_MALE":0.484,"P_FEMALE":0.516,"SAMP_POP":506464}},{"type":"Feature","id":"states.21","geometry":{"type":"MultiPolygon","coordinates":[[[[-94.461479,34.19665500000001],[-94.452408,34.508326999999994],[-94.44574,34.735504000000006],[-94.439102,34.929050000000004],[-94.428337,35.400454999999994],[-94.468269,35.641003],[-94.485718,35.760227],[-94.542198,36.106753999999995],[-94.552895,36.164444],[-94.607231,36.478714],[-94.617035,36.489338000000004],[-94.080849,36.49095199999999],[-93.857323,36.489716],[-93.59626,36.489891],[-93.328163,36.490196],[-93.297142,36.490616],[-92.852104,36.489819],[-92.777466,36.489918],[-92.522888,36.490855999999994],[-92.146164,36.491596],[-92.127487,36.491371],[-91.688416,36.490955],[-91.45285,36.490376],[-91.411659,36.491039],[-91.133827,36.487953000000005],[-90.804314,36.489204],[-90.581619,36.490962999999994],[-90.224373,36.492751999999996],[-90.150162,36.491814000000005],[-90.137276,36.45741700000001],[-90.117226,36.453896],[-90.123833,36.422565000000006],[-90.116829,36.404915],[-90.080177,36.39738800000001],[-90.052063,36.382553],[-90.050201,36.362606],[-90.067635,36.325333],[-90.049751,36.300472],[-90.066093,36.272273999999996],[-90.109917,36.257996000000006],[-90.131218,36.21207],[-90.161308,36.196940999999995],[-90.219223,36.172565000000006],[-90.232224,36.161148],[-90.23484,36.137089],[-90.263702,36.118763],[-90.284752,36.115905999999995],[-90.315239,36.091656],[-90.37896,35.989586],[-90.283455,35.991158],[-89.963203,35.996838],[-89.721756,35.999877999999995],[-89.713135,35.966324],[-89.664192,35.93782],[-89.645401,35.913799],[-89.649338,35.894287000000006],[-89.66465,35.885647000000006],[-89.714684,35.911427],[-89.737976,35.915012000000004],[-89.762909,35.896812],[-89.766273,35.884102],[-89.757713,35.871418000000006],[-89.701439,35.842037000000005],[-89.700829,35.827515000000005],[-89.735939,35.807036999999994],[-89.759796,35.817420999999996],[-89.790382,35.805553],[-89.799904,35.774223000000006],[-89.827042,35.758269999999996],[-89.859871,35.748192],[-89.909782,35.754836999999995],[-89.951035,35.734268],[-89.952034,35.712486],[-89.929741,35.676266],[-89.893402,35.655972000000006],[-89.865181,35.673306],[-89.857246,35.671062000000006],[-89.849197,35.645222000000004],[-89.863838,35.629745],[-89.877441,35.633335],[-89.957047,35.603104],[-89.958031,35.578593999999995],[-89.921661,35.546059],[-89.931175,35.52923199999999],[-89.947548,35.526900999999995],[-89.962273,35.532291],[-89.989586,35.561676000000006],[-90.033051,35.552414],[-90.040901,35.542846999999995],[-90.041817,35.51244],[-89.999565,35.445454],[-90.046783,35.417103],[-90.060295,35.41341],[-90.073936,35.426506],[-90.074844,35.472342999999995],[-90.08223,35.478207],[-90.101959,35.473568],[-90.137276,35.442524000000006],[-90.172676,35.423716999999996],[-90.167816,35.384254],[-90.140167,35.383044999999996],[-90.132469,35.4076],[-90.112244,35.41768999999999],[-90.085159,35.418282000000005],[-90.075478,35.406527999999994],[-90.087135,35.381508],[-90.105621,35.365982],[-90.098701,35.345591999999996],[-90.106346,35.314685999999995],[-90.15699,35.30624400000001],[-90.169746,35.282566],[-90.152122,35.264056999999994],[-90.105942,35.263847],[-90.090103,35.254397999999995],[-90.068962,35.212738],[-90.073303,35.191833],[-90.062431,35.166916],[-90.064537,35.147385],[-90.082924,35.12505],[-90.14373,35.13653600000001],[-90.164474,35.129611999999995],[-90.178345,35.10864599999999],[-90.169083,35.077827],[-90.195709,35.040897],[-90.291809,35.048458],[-90.305351,35.000693999999996],[-90.299507,34.978481],[-90.248169,34.94976],[-90.241898,34.938903999999994],[-90.242844,34.920731],[-90.266708,34.896511000000004],[-90.296272,34.88269],[-90.299446,34.864959999999996],[-90.301552,34.851776],[-90.322823,34.850266000000005],[-90.341423,34.860577000000006],[-90.403931,34.841038],[-90.42231,34.832268],[-90.433548,34.835353999999995],[-90.427841,34.872643],[-90.438087,34.88618099999999],[-90.470528,34.88092399999999],[-90.474716,34.857727],[-90.451904,34.82521800000001],[-90.466705,34.79966400000001],[-90.448868,34.76075],[-90.451431,34.741198999999995],[-90.485924,34.726833],[-90.504417,34.729855],[-90.516968,34.748371000000006],[-90.498734,34.765784999999994],[-90.501282,34.789833],[-90.516045,34.805603000000005],[-90.52726,34.807323],[-90.547745,34.790336999999994],[-90.533279,34.713252999999995],[-90.513565,34.702068],[-90.469978,34.704254000000006],[-90.466225,34.672039],[-90.508812,34.638065],[-90.538963,34.636894],[-90.547546,34.65180599999999],[-90.539062,34.685947],[-90.561058,34.700287],[-90.5793,34.645611],[-90.58799,34.627815],[-90.577614,34.604744],[-90.530617,34.555649],[-90.537148,34.543327000000005],[-90.565681,34.532509000000005],[-90.580345,34.520222000000004],[-90.59005,34.496506],[-90.574402,34.453945000000004],[-90.579124,34.432998999999995],[-90.60379,34.40459799999999],[-90.657242,34.36591],[-90.657814,34.330006],[-90.679337,34.31797400000001],[-90.689377,34.320145],[-90.681137,34.3634],[-90.687485,34.377871999999996],[-90.75531,34.37216600000001],[-90.761856,34.363913999999994],[-90.747757,34.317719],[-90.758255,34.278976],[-90.792526,34.299957000000006],[-90.806419,34.299347],[-90.823837,34.277339999999995],[-90.83136,34.229534],[-90.863411,34.219162],[-90.928436,34.250195000000005],[-90.933708,34.23467599999999],[-90.921486,34.20483],[-90.822922,34.190544],[-90.80751,34.166172],[-90.828865,34.148658999999995],[-90.846611,34.147544999999994],[-90.928917,34.185649999999995],[-90.953346,34.155804],[-90.942245,34.125941999999995],[-90.906311,34.102749],[-90.866333,34.10095200000001],[-90.886345,34.040710000000004],[-90.95047,34.031288],[-90.973366,34.010998],[-90.975273,33.994606000000005],[-90.961128,33.978874000000005],[-90.96479,33.967461],[-90.986816,33.960815],[-91.000259,33.968372],[-91.009544,33.990528],[-91.031059,33.985699],[-91.069695,34.006096],[-91.088852,33.994468999999995],[-91.075706,33.974644],[-91.018463,33.936306],[-91.061371,33.867081],[-91.054817,33.843525],[-91.028854,33.816586],[-90.990372,33.798897],[-90.984039,33.78533899999999],[-90.995377,33.77154899999999],[-91.018433,33.76397299999999],[-91.043404,33.769554],[-91.066391,33.786525999999995],[-91.105415,33.776439999999994],[-91.136986,33.780086999999995],[-91.142891,33.771820000000005],[-91.138,33.723225],[-91.128944,33.71244],[-91.104568,33.70823300000001],[-91.056213,33.719357],[-91.038826,33.70549],[-91.037834,33.683216],[-91.083771,33.662586000000005],[-91.121048,33.677527999999995],[-91.1633,33.718315000000004],[-91.211678,33.708965000000006],[-91.215141,33.690723000000006],[-91.205307,33.669945],[-91.154404,33.637032000000005],[-91.15065,33.616161000000005],[-91.168022,33.57724399999999],[-91.187805,33.57468],[-91.22673,33.590481],[-91.227631,33.55635100000001],[-91.213486,33.539276],[-91.204102,33.538506],[-91.182846,33.52334999999999],[-91.180405,33.512012],[-91.207642,33.473395999999994],[-91.22715,33.459453999999994],[-91.232849,33.443443],[-91.18177,33.447388000000004],[-91.17173,33.466644],[-91.174179,33.504368],[-91.164978,33.51178],[-91.128799,33.493190999999996],[-91.118958,33.469673],[-91.119713,33.452831],[-91.130516,33.443123],[-91.19883,33.422112],[-91.204163,33.414299],[-91.184982,33.39183],[-91.137634,33.388878000000005],[-91.099129,33.414897999999994],[-91.0858,33.462856],[-91.073761,33.466206],[-91.060982,33.460010999999994],[-91.061516,33.431797],[-91.07869,33.410179],[-91.106941,33.393406],[-91.130424,33.359402],[-91.141747,33.322384],[-91.122505,33.268505000000005],[-91.102905,33.249210000000005],[-91.076324,33.29235799999999],[-91.053833,33.293575000000004],[-91.040428,33.281921],[-91.054543,33.245780999999994],[-91.092003,33.225697],[-91.086319,33.161602],[-91.095856,33.145084],[-91.12133,33.131069],[-91.177628,33.150288],[-91.195503,33.140465000000006],[-91.190536,33.113224],[-91.14679,33.090652000000006],[-91.11779,33.065571000000006],[-91.123985,33.04727200000001],[-91.156685,33.040431999999996],[-91.160675,33.021709],[-91.162132,33.013039000000006],[-91.254616,33.013476999999995],[-91.427528,33.013419999999996],[-91.454353,33.013874],[-92.063309,33.010025],[-92.717079,33.016701],[-92.978828,33.018135],[-93.232376,33.019238],[-93.478897,33.021393],[-93.511742,33.021152],[-93.809753,33.022594],[-94.03875,33.023289000000005],[-94.036507,33.270325],[-94.035927,33.555912000000006],[-94.061432,33.577213],[-94.086655,33.583954000000006],[-94.098701,33.572998],[-94.155167,33.567085000000006],[-94.159515,33.593773],[-94.205345,33.58507899999999],[-94.210884,33.557987],[-94.235367,33.561535000000006],[-94.223038,33.585719999999995],[-94.237236,33.592422],[-94.274544,33.561736999999994],[-94.272079,33.584605999999994],[-94.278984,33.589332999999996],[-94.29882,33.579853],[-94.302383,33.556934],[-94.328751,33.57313499999999],[-94.370758,33.547684000000004],[-94.395264,33.560303000000005],[-94.372307,33.572661999999994],[-94.370628,33.590042],[-94.379112,33.593327],[-94.393417,33.57495900000001],[-94.40657,33.573486],[-94.428467,33.59714099999999],[-94.443329,33.596503999999996],[-94.451553,33.604347000000004],[-94.436333,33.616844],[-94.435913,33.636444],[-94.476486,33.631966000000006],[-94.468376,33.939198000000005],[-94.461479,34.19665500000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Arkansas","STATE_FIPS":"05","SUB_REGION":"W S Cen","STATE_ABBR":"AR","LAND_KM":134875.075,"WATER_KM":2867.302,"PERSONS":2350725,"FAMILIES":651555,"HOUSHOLD":891179,"MALE":1133076,"FEMALE":1217649,"WORKERS":849722,"DRVALONE":764635,"CARPOOL":153025,"PUBTRANS":5096,"EMPLOYED":994289,"UNEMPLOY":72079,"SERVICE":298794,"MANUAL":210650,"P_MALE":0.482,"P_FEMALE":0.518,"SAMP_POP":414226}},{"type":"Feature","id":"states.22","geometry":{"type":"MultiPolygon","coordinates":[[[[-93.707359,30.239372000000003],[-93.699211,30.297387999999998],[-93.729774,30.304916000000006],[-93.759178,30.340872000000005],[-93.759338,30.354145000000003],[-93.747833,30.367411000000004],[-93.754944,30.381788],[-93.742561,30.408822999999998],[-93.721535,30.43298],[-93.696571,30.442633],[-93.703423,30.462513],[-93.697975,30.470046999999994],[-93.714851,30.488628000000006],[-93.707275,30.496240999999998],[-93.714638,30.505114000000006],[-93.70546,30.522858],[-93.735306,30.545517000000004],[-93.71788,30.568152999999995],[-93.717812,30.587379],[-93.69342,30.598834999999994],[-93.671585,30.597831999999997],[-93.692696,30.615795000000006],[-93.684586,30.623424999999997],[-93.692879,30.640040999999997],[-93.677971,30.639691999999997],[-93.659988,30.672859000000003],[-93.617607,30.686802],[-93.612411,30.710329],[-93.61779,30.732547999999994],[-93.607651,30.732010000000002],[-93.618454,30.745789000000002],[-93.585175,30.772183999999996],[-93.581871,30.802040000000005],[-93.550682,30.828344],[-93.555641,30.842342000000002],[-93.566444,30.845147999999995],[-93.552803,30.860282999999995],[-93.560844,30.871880000000004],[-93.568497,30.886234],[-93.564476,30.901932000000002],[-93.546516,30.905333999999996],[-93.549622,30.924885000000003],[-93.529984,30.926970999999995],[-93.52562,30.935820000000007],[-93.532188,30.960731999999993],[-93.537338,30.956884000000002],[-93.548676,30.970190000000002],[-93.572456,30.976177000000007],[-93.560951,30.991690000000006],[-93.570847,30.997270999999998],[-93.567894,31.012923999999998],[-93.564941,31.018062999999998],[-93.547119,31.014140999999995],[-93.507217,31.038908000000006],[-93.525742,31.056979999999996],[-93.516998,31.074670999999995],[-93.544106,31.082373000000004],[-93.543121,31.094751000000002],[-93.559982,31.100536000000005],[-93.556679,31.109342999999996],[-93.535088,31.116072000000003],[-93.528091,31.125924999999995],[-93.537506,31.132441],[-93.544189,31.159166],[-93.528328,31.162943],[-93.537018,31.176339999999996],[-93.526932,31.178076000000004],[-93.528923,31.185773999999995],[-93.550591,31.190928999999997],[-93.576942,31.17214],[-93.593941,31.180199],[-93.602921,31.199066000000002],[-93.590546,31.229687],[-93.611,31.242188],[-93.611877,31.270032999999998],[-93.616455,31.275805000000005],[-93.630829,31.273903000000004],[-93.645592,31.290262],[-93.656128,31.286671],[-93.681587,31.312679000000003],[-93.67704,31.328385999999995],[-93.634857,31.373827000000006],[-93.661072,31.372394999999997],[-93.664017,31.398329000000004],[-93.687492,31.406130000000005],[-93.694443,31.415921999999995],[-93.696129,31.427735999999996],[-93.687004,31.438131],[-93.701927,31.446251000000004],[-93.698418,31.461457999999993],[-93.726784,31.459474999999998],[-93.751244,31.485500000000002],[-93.750435,31.490556999999995],[-93.718994,31.495402999999996],[-93.705795,31.520568999999995],[-93.731659,31.521877000000003],[-93.747543,31.537717999999998],[-93.763306,31.530724000000006],[-93.780128,31.533734999999993],[-93.810516,31.559062999999995],[-93.816322,31.577110000000005],[-93.832619,31.590182999999996],[-93.835579,31.615189],[-93.819588,31.618092000000004],[-93.814728,31.647965999999997],[-93.806427,31.653767000000002],[-93.811844,31.674566],[-93.792267,31.711394999999996],[-93.808769,31.707565000000002],[-93.814949,31.712350999999998],[-93.80999,31.730351999999996],[-93.831161,31.753281],[-93.822067,31.774637],[-93.834328,31.802017000000006],[-93.864822,31.817272000000003],[-93.877403,31.850112999999993],[-93.881264,31.87142],[-93.892525,31.870065999999994],[-93.899261,31.894454999999994],[-93.923462,31.892593000000005],[-93.917923,31.909701999999996],[-93.93573,31.909456000000006],[-93.969986,31.923164],[-93.977211,31.946158999999994],[-94.004395,31.977942],[-94.009888,31.989134000000007],[-94.035065,31.994512999999998],[-94.034767,32.199448000000004],[-94.035233,32.389224999999996],[-94.040199,32.694812999999996],[-94.041603,32.882346999999996],[-94.03875,33.023289000000005],[-93.809753,33.022594],[-93.511742,33.021152],[-93.478897,33.021393],[-93.232376,33.019238],[-92.978828,33.018135],[-92.717079,33.016701],[-92.063309,33.010025],[-91.454353,33.013874],[-91.427528,33.013419999999996],[-91.254616,33.013476999999995],[-91.162132,33.013039000000006],[-91.161865,33.000294],[-91.20916,32.935852],[-91.198311,32.914162000000005],[-91.169701,32.905022],[-91.137177,32.91778600000001],[-91.129936,32.937466],[-91.132355,32.975224],[-91.111816,32.987350000000006],[-91.092674,32.987621000000004],[-91.075592,32.953711999999996],[-91.079529,32.877162999999996],[-91.142151,32.841212999999996],[-91.156342,32.76268],[-91.136467,32.751125],[-91.09771,32.749397],[-91.059029,32.723518],[-91.139557,32.663174],[-91.146263,32.644852],[-91.110992,32.597527],[-91.063812,32.606387999999995],[-91.04763,32.614352999999994],[-91.027466,32.641502],[-91.007881,32.642673],[-90.996132,32.625977000000006],[-90.998657,32.615466999999995],[-91.032326,32.582672],[-91.058868,32.576389000000006],[-91.073265,32.561611],[-91.063087,32.542159999999996],[-90.995071,32.511641999999995],[-90.99205,32.495281000000006],[-91.019684,32.490814],[-91.037201,32.496956],[-91.088783,32.548637],[-91.118744,32.524067],[-91.117683,32.498569],[-91.05851,32.446999000000005],[-91.026909,32.442417000000006],[-90.98745,32.452965000000006],[-90.965485,32.440037000000004],[-90.969986,32.419017999999994],[-91.009209,32.397082999999995],[-90.998863,32.366234000000006],[-90.984566,32.356396000000004],[-90.914925,32.345898000000005],[-90.885155,32.381355],[-90.875351,32.37965],[-90.916374,32.305317],[-90.929245,32.297405],[-90.971657,32.303698999999995],[-90.980766,32.297653],[-90.983818,32.287132],[-90.971016,32.269065999999995],[-90.977219,32.223404],[-91.041649,32.249438999999995],[-91.062462,32.232742],[-91.087914,32.232388],[-91.100571,32.21488600000001],[-91.115952,32.225605],[-91.157265,32.205864000000005],[-91.166847,32.171988999999996],[-91.15654,32.144783000000004],[-91.108711,32.134991],[-91.083008,32.148579],[-91.054047,32.134392000000005],[-91.045311,32.158671999999996],[-91.054474,32.184532000000004],[-91.024414,32.169899],[-91.00383,32.169262],[-91.011284,32.134060000000005],[-91.041084,32.10767],[-91.073814,32.093993999999995],[-91.06501,32.058552000000006],[-91.089302,32.056843],[-91.125618,32.088245],[-91.145584,32.085674],[-91.143013,32.06610499999999],[-91.086884,32.043655],[-91.073135,32.031994],[-91.07238,32.021057],[-91.108002,31.991827],[-91.163033,31.988291000000004],[-91.201431,31.914288999999997],[-91.24437,31.878511000000003],[-91.26458,31.865425000000002],[-91.241272,31.835226000000006],[-91.250618,31.818658999999997],[-91.276688,31.827371999999997],[-91.292534,31.861332000000004],[-91.30336,31.862983999999997],[-91.334732,31.843317],[-91.347122,31.79567],[-91.36702,31.770703999999995],[-91.336143,31.763458],[-91.262573,31.773764],[-91.263878,31.759600000000006],[-91.282509,31.749723000000003],[-91.339798,31.758379000000005],[-91.370384,31.753310999999997],[-91.36496,31.751576999999997],[-91.387833,31.716517999999994],[-91.389069,31.654439999999994],[-91.408287,31.625364000000005],[-91.45726,31.626801],[-91.49765,31.650729999999996],[-91.50769,31.643704999999997],[-91.508759,31.62178],[-91.497032,31.604192999999995],[-91.415268,31.602427000000006],[-91.404137,31.586186999999995],[-91.423462,31.562579999999997],[-91.464355,31.542699999999996],[-91.502838,31.534713999999994],[-91.506363,31.52552],[-91.507782,31.452915000000004],[-91.473175,31.420205999999993],[-91.465805,31.403899999999993],[-91.480721,31.377611],[-91.494591,31.375079999999997],[-91.522896,31.391921999999994],[-91.53405,31.409069000000002],[-91.534683,31.434166000000005],[-91.552353,31.43293],[-91.567612,31.421235999999993],[-91.559258,31.388059999999996],[-91.534454,31.382580000000004],[-91.544289,31.368703999999994],[-91.542671,31.346815000000007],[-91.505638,31.323285999999996],[-91.502357,31.298687],[-91.51696,31.282898000000003],[-91.556801,31.270296000000002],[-91.634094,31.277518999999998],[-91.643562,31.270943000000003],[-91.636879,31.240928999999994],[-91.600845,31.213755000000006],[-91.59137,31.178307000000004],[-91.619995,31.127517999999995],[-91.564857,31.081958999999998],[-91.551964,31.057982999999993],[-91.57267,31.032471],[-91.627655,31.011781999999997],[-91.632179,31.001186000000004],[-91.1791,31.000283999999994],[-91.056908,31.000240000000005],[-90.829613,31.001368],[-90.560158,31.001527999999993],[-90.542557,31.002150999999998],[-90.343567,31.005211000000003],[-90.259285,31.007191000000006],[-89.833481,31.007002],[-89.732643,31.007261],[-89.723549,31.001340999999996],[-89.726707,30.984431999999998],[-89.719749,30.975308999999996],[-89.739449,30.965215999999998],[-89.748466,30.949663],[-89.740402,30.925923999999995],[-89.75798,30.920857999999996],[-89.745682,30.909921999999995],[-89.746727,30.902608999999998],[-89.763237,30.900285999999994],[-89.765778,30.861897999999997],[-89.78495,30.861393000000007],[-89.774727,30.830344999999994],[-89.796021,30.828918],[-89.796494,30.812466],[-89.81086,30.811511999999993],[-89.824615,30.789536999999996],[-89.813278,30.74798],[-89.825493,30.742459999999994],[-89.823326,30.732866],[-89.835541,30.729174],[-89.843979,30.712236000000004],[-89.83065,30.703592],[-89.84127,30.700361],[-89.841713,30.679331000000005],[-89.83532,30.675693999999993],[-89.845375,30.666062999999994],[-89.829453,30.670685000000006],[-89.819283,30.651055999999997],[-89.805466,30.649266999999995],[-89.820236,30.624081000000004],[-89.790779,30.553753],[-89.772728,30.551056000000003],[-89.755112,30.515429999999995],[-89.732254,30.497646000000003],[-89.718994,30.495846],[-89.71312,30.481223999999997],[-89.695618,30.478054],[-89.694534,30.467995000000002],[-89.683388,30.462525999999997],[-89.6754,30.44516],[-89.675308,30.399880999999993],[-89.65461,30.378872],[-89.646629,30.355097],[-89.633392,30.355114],[-89.62014,30.343235000000007],[-89.61853,30.323566],[-89.637024,30.311649000000003],[-89.639114,30.295635000000004],[-89.625885,30.290160999999998],[-89.621605,30.256769000000006],[-89.606255,30.247632999999993],[-89.609947,30.241224000000003],[-89.57383,30.194738],[-89.7285,30.180817000000005],[-89.759155,30.230897999999996],[-89.943466,30.269656999999995],[-90.075485,30.368784000000005],[-90.23967,30.380756000000005],[-90.308945,30.303650000000005],[-90.424446,30.185677999999996],[-90.395485,30.091879000000006],[-90.275902,30.061852000000002],[-90.111473,30.041409],[-89.990479,30.053462999999994],[-89.891159,30.155893000000006],[-89.798203,30.105172999999994],[-89.740028,30.158731000000003],[-89.724869,30.120897],[-89.669144,30.163185],[-89.649338,30.122229000000004],[-89.716782,30.055026999999995],[-89.8489,30.010485000000003],[-89.820786,29.951088],[-89.714958,29.969201999999996],[-89.712143,29.897323999999998],[-89.627357,29.875474999999994],[-89.585808,29.897953],[-89.574326,30.008758999999998],[-89.435806,30.044205000000005],[-89.453575,29.985530999999995],[-89.377747,29.951083999999994],[-89.431,29.940074999999993],[-89.402153,29.845741000000004],[-89.421104,29.827894],[-89.363991,29.796570000000003],[-89.417374,29.782731999999996],[-89.482185,29.830743999999996],[-89.540443,29.754524000000004],[-89.650528,29.766693000000004],[-89.592819,29.710655000000003],[-89.611778,29.697537999999994],[-89.511887,29.664406],[-89.479134,29.635962000000006],[-89.597893,29.664947999999995],[-89.676643,29.702751000000006],[-89.695267,29.693869000000007],[-89.635201,29.626320000000007],[-89.728256,29.645964000000006],[-89.748482,29.637164999999996],[-89.723145,29.605813999999995],[-89.771713,29.610033],[-89.544571,29.471469999999997],[-89.537018,29.401235999999997],[-89.384468,29.397722],[-89.337006,29.340675000000005],[-89.264725,29.350447000000003],[-89.262505,29.29759],[-89.193352,29.348831000000004],[-89.12989,29.290667999999997],[-89.120178,29.211662000000004],[-89.033218,29.223191999999997],[-89.098228,29.163218999999998],[-89.021759,29.146894000000003],[-89.057709,29.085052000000005],[-89.126495,29.135084000000006],[-89.111359,29.082790000000003],[-89.153976,29.05699],[-89.144348,29.016448999999994],[-89.241112,29.120942999999997],[-89.257446,29.059235],[-89.394844,28.939419],[-89.263237,29.147987],[-89.319038,29.179964],[-89.339684,29.104266999999993],[-89.388611,29.100149000000002],[-89.393082,29.146038000000004],[-89.467018,29.216097000000005],[-89.459061,29.255514000000005],[-89.493141,29.234772000000007],[-89.61953,29.279352000000003],[-89.610657,29.331536999999997],[-89.794876,29.322316999999998],[-89.753639,29.374066999999997],[-89.821678,29.420692000000003],[-89.817459,29.477407],[-89.966667,29.472459999999998],[-89.971855,29.503325000000004],[-90.006622,29.493719],[-90.113007,29.553633000000005],[-90.137215,29.533593999999994],[-90.151718,29.595093000000006],[-90.208069,29.544514000000007],[-90.174057,29.495723999999996],[-90.036011,29.446938000000003],[-90.055252,29.428061999999997],[-90.029869,29.373985000000005],[-90.05587,29.351208],[-90.032928,29.308646999999993],[-90.111565,29.321500999999998],[-90.077805,29.214346000000006],[-90.043037,29.223448000000005],[-90.077728,29.176212000000007],[-90.227684,29.098444],[-90.263878,29.184421999999998],[-90.242836,29.254514999999998],[-90.27874,29.274933000000004],[-90.284019,29.245307999999994],[-90.347565,29.312726999999995],[-90.396347,29.272121],[-90.406746,29.325767999999997],[-90.450432,29.352219000000005],[-90.476387,29.303717000000006],[-90.611008,29.304811],[-90.583046,29.260701999999995],[-90.621178,29.222738000000007],[-90.649963,29.254065999999995],[-90.638031,29.162341999999995],[-90.683769,29.181691999999998],[-90.676704,29.140046999999996],[-90.782806,29.126712999999995],[-90.772598,29.160397000000003],[-90.839287,29.182114],[-90.882545,29.137184000000005],[-90.920319,29.181684000000004],[-90.814201,29.220781000000002],[-90.818459,29.256578000000005],[-90.897255,29.267443],[-90.936432,29.343298000000004],[-91.078285,29.359800000000007],[-91.102089,29.313914999999994],[-91.213631,29.405705999999995],[-91.262619,29.489372000000003],[-91.432915,29.552368],[-91.547752,29.531470999999996],[-91.548378,29.641918000000004],[-91.643433,29.643753000000004],[-91.615654,29.768929999999997],[-91.863136,29.725629999999995],[-91.881058,29.765747000000005],[-91.846512,29.808189],[-91.823814,29.786683999999994],[-91.827385,29.838835000000003],[-91.966965,29.841680999999994],[-91.973206,29.805848999999995],[-92.137024,29.73053],[-92.129974,29.773314999999997],[-92.19957,29.762908999999993],[-92.059631,29.606800000000007],[-92.297241,29.541351000000006],[-92.607285,29.588403999999997],[-93.233505,29.788773000000006],[-93.721832,29.758573999999996],[-93.801659,29.725645],[-93.899734,29.809765],[-93.79129,29.850303999999994],[-93.760201,30.005964000000006],[-93.712479,30.060519999999997],[-93.715858,30.095669],[-93.708382,30.114739999999998],[-93.696922,30.117929000000004],[-93.698639,30.141226000000003],[-93.685959,30.141253000000006],[-93.683144,30.148231999999993],[-93.699661,30.150807999999998],[-93.696167,30.175675999999996],[-93.704361,30.180860999999993],[-93.714844,30.220305999999994],[-93.707359,30.239372000000003]]],[[[-92.016243,29.596264000000005],[-91.902428,29.650718999999995],[-91.76973,29.578401999999997],[-91.7015,29.577053000000006],[-91.764847,29.534039000000007],[-91.757996,29.494297000000003],[-91.848969,29.486866000000006],[-92.016243,29.596264000000005]]],[[[-91.341209,29.341691999999995],[-91.300385,29.316238],[-91.226448,29.381181999999995],[-91.189171,29.297392000000002],[-91.161461,29.323502000000005],[-91.17112,29.283457],[-91.18792,29.284537999999998],[-91.200356,29.307766],[-91.194954,29.273453000000003],[-91.152489,29.266313999999994],[-91.163559,29.245047],[-91.13459,29.259704999999997],[-91.128204,29.226777999999996],[-91.276054,29.253806999999995],[-91.341209,29.341691999999995]]],[[[-90.934479,29.258872999999994],[-90.970749,29.241874999999993],[-90.953529,29.272836999999996],[-90.981285,29.276128999999997],[-90.980286,29.21973],[-90.944885,29.226169999999996],[-90.961929,29.185575],[-91.003143,29.184093000000004],[-90.994469,29.224581],[-91.04435,29.211037000000005],[-91.033005,29.275409999999994],[-91.067589,29.252899],[-91.055458,29.190692999999996],[-91.122459,29.226864000000006],[-91.127411,29.293295],[-91.007271,29.297325],[-90.998856,29.323582000000002],[-90.934479,29.258872999999994]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Louisiana","STATE_FIPS":"22","SUB_REGION":"W S Cen","STATE_ABBR":"LA","LAND_KM":112836.008,"WATER_KM":19978.72,"PERSONS":4219973,"FAMILIES":1089882,"HOUSHOLD":1499269,"MALE":2031386,"FEMALE":2188587,"WORKERS":1468894,"DRVALONE":1239339,"CARPOOL":247348,"PUBTRANS":49252,"EMPLOYED":1641614,"UNEMPLOY":175303,"SERVICE":480026,"MANUAL":243755,"P_MALE":0.481,"P_FEMALE":0.519,"SAMP_POP":628817}},{"type":"Feature","id":"states.23","geometry":{"type":"MultiPolygon","coordinates":[[[[-80.785889,28.784925],[-80.762642,28.736064999999996],[-80.832329,28.785916999999998],[-80.850929,28.785431000000003],[-80.747414,28.398709999999994],[-80.49247,27.869877000000002],[-80.509583,27.825405000000003],[-80.482079,27.845419000000007],[-80.401604,27.703277999999997],[-80.357605,27.555349000000007],[-80.239868,27.264324000000002],[-80.190323,27.185357999999994],[-80.22422,27.214741000000004],[-80.289864,27.241014000000007],[-80.327019,27.247938000000005],[-80.290649,27.212528000000006],[-80.221504,27.202517],[-80.148201,27.108739999999997],[-80.090599,26.973709],[-80.114845,26.973502999999994],[-80.051147,26.796858],[-80.08493,26.326020999999997],[-80.128014,25.977166999999994],[-80.193329,25.759654999999995],[-80.301682,25.613369000000006],[-80.330215,25.489627999999996],[-80.3022,25.400810000000007],[-80.417038,25.249505999999997],[-80.421028,25.191820000000007],[-80.552094,25.211920000000006],[-80.694038,25.151897000000005],[-80.85701,25.185230000000004],[-80.976082,25.130098000000004],[-81.119217,25.133785000000003],[-81.14843,25.164288],[-81.183983,25.268479999999997],[-81.14077,25.320368000000002],[-81.011765,25.214028999999996],[-80.951233,25.202136999999993],[-80.915482,25.246325999999996],[-80.974487,25.322063],[-81.143524,25.396433000000002],[-81.258575,25.680716000000004],[-81.20015,25.710038999999995],[-81.256409,25.802723],[-81.530937,25.914282],[-81.718483,25.923204],[-81.705887,25.999798],[-81.794907,26.110792000000004],[-81.814049,26.284103],[-81.849541,26.331834999999998],[-81.864403,26.439195999999995],[-81.942207,26.467205000000007],[-81.968307,26.517027],[-81.928963,26.534626000000003],[-81.884468,26.642636999999993],[-81.774109,26.709919],[-81.897293,26.663417999999993],[-81.944641,26.550365],[-82.02166,26.524323999999993],[-82.083847,26.715442999999993],[-82.068459,26.766623999999993],[-82.051956,26.866366999999997],[-82.098061,26.921446000000003],[-81.991631,26.962719000000007],[-81.979385,27.031345],[-81.993042,27.031341999999995],[-82.012878,26.976213],[-82.153397,26.936725999999993],[-82.257645,27.004071999999994],[-82.282364,27.024220999999997],[-82.257767,26.997569999999996],[-82.176682,26.913353],[-82.154015,26.789783],[-82.290024,26.849542999999997],[-82.355614,26.948556999999994],[-82.398354,26.998177999999996],[-82.368851,26.947598999999997],[-82.343811,26.903291999999993],[-82.380219,26.946956999999998],[-82.507111,27.236664000000005],[-82.531311,27.259951],[-82.514664,27.210125000000005],[-82.570137,27.273954000000003],[-82.532921,27.331478000000004],[-82.565742,27.386359999999996],[-82.686104,27.473528],[-82.639069,27.503142999999994],[-82.666008,27.493270999999993],[-82.681885,27.524114999999995],[-82.488449,27.477749000000003],[-82.514381,27.511673000000002],[-82.427361,27.522543],[-82.575752,27.512009000000006],[-82.638947,27.536323999999993],[-82.569786,27.552398999999994],[-82.554443,27.581925999999996],[-82.626556,27.554879999999997],[-82.540222,27.607794],[-82.552681,27.643703000000002],[-82.404564,27.791323000000006],[-82.399002,27.905918],[-82.461182,27.939856000000006],[-82.483315,27.821644000000006],[-82.51078,27.830928999999998],[-82.539177,27.935429],[-82.645744,28.028550999999993],[-82.650864,28.006866000000002],[-82.698517,28.045873999999998],[-82.672897,28.010217999999995],[-82.700844,27.975055999999995],[-82.64492,27.966285999999997],[-82.725662,27.940264],[-82.564445,27.878159999999994],[-82.623833,27.848225],[-82.644798,27.715418],[-82.678505,27.705280000000002],[-82.794014,27.829351000000003],[-82.72834,27.717466],[-82.74118,27.685559999999995],[-82.84446,27.850340000000003],[-82.77932,28.172736999999998],[-82.673653,28.428231999999994],[-82.636253,28.692483999999993],[-82.681557,28.808122999999995],[-82.636696,28.814018000000004],[-82.636795,28.884451],[-82.755493,29.008409999999998],[-82.802322,29.154886000000005],[-83.036903,29.179143999999994],[-83.074081,29.265411],[-83.142357,29.299412000000004],[-83.109146,29.327944000000002],[-83.174782,29.343441],[-83.234474,29.433701999999997],[-83.380173,29.519644],[-83.405113,29.669376],[-83.550583,29.737100999999996],[-83.654312,29.910746000000003],[-83.971855,30.077274000000003],[-84.074738,30.099740999999995],[-84.147964,30.081518000000003],[-84.233177,30.107906],[-84.354027,30.069419999999994],[-84.360519,29.977183999999994],[-84.43779,29.991586999999996],[-84.433205,29.959339],[-84.339043,29.946934],[-84.347015,29.909959999999998],[-84.464638,29.929419999999993],[-84.858124,29.746649000000005],[-84.928604,29.777760999999998],[-84.988373,29.719708999999995],[-85.214844,29.701345000000003],[-85.36496,29.682806],[-85.409683,29.776556],[-85.414131,29.862859999999998],[-85.393074,29.875206000000006],[-85.402626,29.794155000000003],[-85.358124,29.691041999999996],[-85.306671,29.701498],[-85.300606,29.809586999999993],[-85.384872,29.923595000000006],[-85.628571,30.092388],[-85.568604,30.098090999999997],[-85.471436,30.021659999999997],[-85.415092,30.031349000000006],[-85.432465,30.045551000000003],[-85.382774,30.024067000000002],[-85.382736,30.036083000000005],[-85.395752,30.058364999999995],[-85.464394,30.050961],[-85.529793,30.131484999999998],[-85.7099,30.178572000000003],[-85.66613,30.251490000000004],[-85.60025,30.250951999999998],[-85.56955,30.310806],[-85.717201,30.264861999999994],[-85.752777,30.296729999999997],[-85.850487,30.280158999999998],[-85.830009,30.232613],[-85.757988,30.228745000000004],[-85.726463,30.128639000000007],[-85.987076,30.274229000000005],[-86.387512,30.387459000000007],[-86.505363,30.409773],[-86.388161,30.405812999999995],[-86.240089,30.399688999999995],[-86.241623,30.428329000000005],[-86.1147,30.385603000000003],[-86.122993,30.426264000000003],[-86.219666,30.487657999999996],[-86.387932,30.461968999999996],[-86.45269,30.501040000000003],[-86.610283,30.423451999999997],[-86.79039,30.417765000000003],[-87.193413,30.355022000000005],[-86.932549,30.463367000000005],[-87.014435,30.514238000000006],[-86.986229,30.590237000000002],[-87.019615,30.587272999999996],[-87.069305,30.450367],[-87.124565,30.564471999999995],[-87.171585,30.557541],[-87.160133,30.464836000000005],[-87.273926,30.357185],[-87.424103,30.323470999999998],[-87.409279,30.40204],[-87.346832,30.431301000000005],[-87.34742,30.456971999999993],[-87.418839,30.481504],[-87.445374,30.531194999999997],[-87.422089,30.556298999999996],[-87.393303,30.619905000000003],[-87.398666,30.667823999999996],[-87.418915,30.692618999999993],[-87.460159,30.705612000000002],[-87.526619,30.748301999999995],[-87.541916,30.785506999999996],[-87.615929,30.848110000000005],[-87.625725,30.876717],[-87.589882,30.954178],[-87.598595,31.002449],[-87.163147,31.002975000000006],[-86.779404,30.998011000000005],[-86.701897,30.997911000000002],[-86.383972,30.991358000000005],[-86.181534,30.995045000000005],[-86.031883,30.993146999999993],[-85.486664,31.000816],[-85.485077,31.000820000000004],[-85.001678,31.001068000000004],[-85.000214,30.979134000000002],[-84.97364,30.963477999999995],[-84.969086,30.926907],[-84.937851,30.894769999999994],[-84.927002,30.846733],[-84.93264,30.802435000000003],[-84.926971,30.775897999999998],[-84.915421,30.753899000000004],[-84.888367,30.743697999999995],[-84.864662,30.714312000000007],[-84.863083,30.712473000000003],[-84.374542,30.693897000000007],[-84.281761,30.690224],[-84.075668,30.678381],[-84.000839,30.675341000000003],[-83.737961,30.660292],[-83.609177,30.650582999999997],[-83.31073,30.634096],[-83.301445,30.633077999999998],[-83.132576,30.621129999999994],[-82.696503,30.595502999999994],[-82.583107,30.588835000000003],[-82.463287,30.582468000000006],[-82.412247,30.577084],[-82.221199,30.566845],[-82.238556,30.531214000000006],[-82.219528,30.502739000000005],[-82.199348,30.489782000000005],[-82.205727,30.42362],[-82.180397,30.368397],[-82.164803,30.361057000000002],[-82.052933,30.363557999999998],[-82.038521,30.378668000000005],[-82.046265,30.433831999999995],[-82.035286,30.442642000000006],[-82.022675,30.477481999999995],[-82.005966,30.570755000000005],[-82.013817,30.598455],[-82.045074,30.650677],[-82.032043,30.757299000000003],[-82.01313,30.764022999999995],[-82.015701,30.791086000000007],[-81.981644,30.778118000000006],[-81.961716,30.795773999999994],[-81.953194,30.820198000000005],[-81.94397,30.824016999999998],[-81.907684,30.813242000000002],[-81.899307,30.828075],[-81.873169,30.798851],[-81.803368,30.787851000000003],[-81.776878,30.761351000000005],[-81.757881,30.769397999999995],[-81.736847,30.763655],[-81.716942,30.745133999999993],[-81.642654,30.728846000000004],[-81.628159,30.731538999999998],[-81.60495,30.716085000000007],[-81.601349,30.724650999999994],[-81.536774,30.706340999999995],[-81.528778,30.721216],[-81.49897,30.598367999999994],[-81.518303,30.555975000000004],[-81.457718,30.454525000000004],[-81.480988,30.380301000000003],[-81.443451,30.356947000000005],[-81.432961,30.246539999999996],[-81.302963,29.912806000000003],[-81.316696,29.828992999999997],[-81.243996,29.737694000000005],[-81.233978,29.668774],[-81.1101,29.429985000000002],[-81.097275,29.351543000000007],[-80.785889,28.784925]]],[[[-86.833923,30.399535999999998],[-86.791595,30.403769999999994],[-86.620872,30.414351999999994],[-86.534805,30.406591000000006],[-86.52282,30.400948],[-86.532692,30.393187999999995],[-86.738686,30.402359000000004],[-86.793007,30.390366],[-86.834625,30.386838999999995],[-87.242378,30.321231999999995],[-87.267075,30.321231999999995],[-87.290352,30.332520000000002],[-87.286118,30.339573],[-87.202171,30.334635000000006],[-87.139381,30.351566000000005],[-87.047676,30.369202],[-86.929161,30.381195000000005],[-86.833923,30.399535999999998]]],[[[-80.736061,28.788576000000006],[-80.763557,28.821799999999996],[-80.817406,28.895123999999996],[-80.891304,29.013130000000004],[-80.916512,29.071560000000005],[-80.899323,29.061249000000004],[-80.862663,28.991361999999995],[-80.736061,28.788576000000006]]],[[[-80.726128,28.784098],[-80.579918,28.589879999999994],[-80.526176,28.463184],[-80.587883,28.408979000000002],[-80.621857,28.412378000000004],[-80.577675,28.548378],[-80.599358,28.603649000000004],[-80.660271,28.618378000000007],[-80.692108,28.588076],[-80.78067,28.618686999999994],[-80.786156,28.687444999999997],[-80.735222,28.706346999999994],[-80.754295,28.736614000000003],[-80.641426,28.657073999999994],[-80.726128,28.784098]]],[[[-80.68885,28.581490000000002],[-80.654022,28.600616000000002],[-80.609421,28.573291999999995],[-80.662956,28.427130000000005],[-80.667336,28.301556000000005],[-80.605797,28.144653000000005],[-80.721268,28.385118000000006],[-80.68885,28.581490000000002]]],[[[-82.102127,26.585724],[-82.067139,26.497208],[-82.097641,26.493585999999993],[-82.135895,26.642279000000002],[-82.183495,26.683082999999996],[-82.128838,26.693342],[-82.102127,26.585724]]],[[[-80.24968,25.354546],[-80.355888,25.157832999999997],[-80.588036,24.955967],[-80.353287,25.211134],[-80.330521,25.267585999999994],[-80.361824,25.296104],[-80.24968,25.354546]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Florida","STATE_FIPS":"12","SUB_REGION":"S Atl","STATE_ABBR":"FL","LAND_KM":139852.123,"WATER_KM":30456.797,"PERSONS":1.2937926E7,"FAMILIES":3511825,"HOUSHOLD":5134869,"MALE":6261719,"FEMALE":6676207,"WORKERS":4943568,"DRVALONE":4468021,"CARPOOL":818546,"PUBTRANS":116352,"EMPLOYED":5810467,"UNEMPLOY":356769,"SERVICE":1683987,"MANUAL":675050,"P_MALE":0.484,"P_FEMALE":0.516,"SAMP_POP":1603894}},{"type":"Feature","id":"states.24","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.497459,48.173923],[-88.625252,48.033287],[-88.901466,47.960361000000006],[-89.028534,47.850761000000006],[-89.139793,47.82418100000001],[-89.192825,47.844719],[-89.201698,47.88396499999999],[-89.156013,47.93933899999999],[-88.497459,48.173923]]],[[[-88.500565,47.290257],[-88.43779,47.355976],[-88.211288,47.447922000000005],[-87.78801,47.47089],[-87.704269,47.416045999999994],[-87.737396,47.39312000000001],[-87.916931,47.35809699999999],[-88.222168,47.200829],[-88.41272,46.988167000000004],[-88.470543,47.111546000000004],[-88.594139,47.134838],[-88.595512,47.243668000000014],[-88.500565,47.290257]]],[[[-85.859734,45.96948599999999],[-85.914841,45.95799600000001],[-85.916992,45.91820899999999],[-86.067764,45.96423300000001],[-86.259178,45.946957],[-86.315498,45.905708000000004],[-86.343658,45.834419],[-86.458138,45.762767999999994],[-86.529251,45.748980999999986],[-86.521873,45.72411299999999],[-86.575989,45.710194],[-86.629654,45.62125],[-86.684921,45.65006600000001],[-86.696785,45.692532],[-86.584595,45.81390400000001],[-86.76133,45.82609600000001],[-86.901489,45.71480600000001],[-87.123627,45.69627800000001],[-87.260582,45.55482900000001],[-87.332108,45.42396500000001],[-87.583755,45.16274999999999],[-87.592407,45.108517000000006],[-87.672707,45.140690000000006],[-87.729561,45.176624000000004],[-87.736092,45.199093000000005],[-87.721519,45.211693],[-87.719559,45.236794],[-87.705032,45.247108],[-87.704361,45.27222800000001],[-87.645248,45.34819400000001],[-87.64357,45.36188100000001],[-87.689484,45.39129600000001],[-87.759926,45.352924],[-87.827896,45.358349000000004],[-87.841171,45.346176000000014],[-87.861984,45.370193],[-87.868423,45.37210099999999],[-87.873863,45.36211399999999],[-87.883499,45.365883],[-87.849419,45.406147000000004],[-87.860153,45.44512900000001],[-87.813499,45.46649199999999],[-87.789268,45.4991],[-87.805023,45.54455899999999],[-87.828484,45.568625999999995],[-87.786194,45.568554000000006],[-87.774956,45.60042200000001],[-87.775925,45.613235],[-87.819817,45.654487999999986],[-87.816933,45.66542799999999],[-87.780823,45.67595299999999],[-87.777351,45.68413899999999],[-87.801033,45.701362999999986],[-87.80143,45.71143000000001],[-87.842239,45.72245799999999],[-87.873505,45.75074000000001],[-87.969055,45.766491],[-87.989944,45.79508999999999],[-88.051514,45.786156000000005],[-88.088608,45.79157599999999],[-88.129822,45.819447],[-88.121658,45.834923],[-88.065292,45.87368799999999],[-88.095634,45.891850000000005],[-88.093719,45.92066199999999],[-88.111259,45.926334],[-88.150307,45.93634],[-88.180061,45.953564],[-88.214859,45.947948],[-88.257034,45.96710200000001],[-88.299019,45.961989999999986],[-88.32119,45.966758999999996],[-88.369804,45.99463299999999],[-88.403389,45.98346699999999],[-88.454185,46.000805000000014],[-88.483681,45.999194999999986],[-88.49395,46.013003999999995],[-88.51548,46.018654],[-88.548225,46.01934399999999],[-88.575226,46.00900300000001],[-88.597404,46.015559999999994],[-88.615372,45.99416400000001],[-88.643539,45.99343099999999],[-88.677254,46.02018699999999],[-88.703476,46.018967],[-88.72628,46.02962500000001],[-88.772888,46.02119099999999],[-88.777351,46.032658],[-88.793686,46.036404000000005],[-88.804268,46.026848],[-88.925064,46.073646999999994],[-88.985168,46.100437],[-89.09967,46.145691],[-89.924973,46.30407700000001],[-90.111488,46.34048100000001],[-90.115005,46.365207999999996],[-90.141624,46.39395099999999],[-90.161217,46.442432],[-90.211349,46.506348],[-90.258224,46.50884199999999],[-90.269608,46.52253300000001],[-90.300003,46.525104999999996],[-90.302216,46.54435000000001],[-90.31353,46.55161699999999],[-90.385345,46.53971100000001],[-90.40802,46.56866500000001],[-90.018692,46.678687999999994],[-89.886086,46.76899],[-89.791084,46.824768000000006],[-89.386574,46.850266000000005],[-89.214455,46.923439],[-89.125053,46.996669999999995],[-88.994743,46.997169000000014],[-88.929558,47.03099399999999],[-88.884705,47.104625999999996],[-88.629379,47.225887],[-88.617981,47.13118700000001],[-88.511093,47.10657900000001],[-88.512871,47.03266099999999],[-88.44104,46.99080699999999],[-88.445839,46.92837499999999],[-88.476395,46.855221],[-88.446487,46.799465],[-88.177704,46.945965],[-88.189064,46.90103099999999],[-88.03656,46.91194200000001],[-87.900528,46.90984],[-87.663635,46.836929],[-87.371399,46.50805700000001],[-87.110535,46.50153700000001],[-87.006256,46.53635800000001],[-86.871231,46.44442000000001],[-86.759338,46.486694],[-86.638062,46.42231799999999],[-86.462227,46.56113400000001],[-86.147942,46.67308399999999],[-86.096573,46.65529599999999],[-85.857376,46.694828],[-85.503716,46.67416800000001],[-85.22998,46.75676300000001],[-84.954681,46.770927],[-85.026886,46.69431700000001],[-85.01889,46.549004],[-85.051567,46.50555800000001],[-85.016556,46.476425000000006],[-84.931244,46.48782299999999],[-84.803589,46.444035000000014],[-84.629761,46.482922],[-84.572617,46.407906],[-84.415924,46.480637],[-84.311577,46.488646999999986],[-84.181618,46.248703000000006],[-84.273102,46.207291],[-84.247002,46.17142899999999],[-84.119713,46.17608999999999],[-84.029564,46.12892500000001],[-84.061966,46.09445199999999],[-83.989494,46.02596700000001],[-83.901947,46.005882000000014],[-83.906456,45.96021999999999],[-84.113258,45.978519000000006],[-84.354454,45.99917199999999],[-84.501595,45.978329],[-84.616798,46.038216000000006],[-84.688972,46.03590399999999],[-84.731682,45.85566700000001],[-84.851044,45.890625],[-85.061562,46.024742],[-85.378151,46.10004799999999],[-85.509445,46.101916999999986],[-85.655281,45.972881],[-85.859734,45.96948599999999]]],[[[-83.854675,46.01401100000001],[-83.801102,45.988392000000005],[-83.756416,46.02731700000001],[-83.673592,46.036170999999996],[-83.680313,46.071774000000005],[-83.732445,46.08408700000001],[-83.649887,46.103950999999995],[-83.5895,46.08849699999999],[-83.533997,46.01176799999999],[-83.473198,45.987526],[-83.516167,45.92569399999999],[-83.579819,45.91748000000001],[-83.629707,45.953575],[-83.804878,45.936745],[-83.852806,45.99742900000001],[-83.885887,45.970833],[-83.854675,46.01401100000001]]],[[[-86.834801,41.765465000000006],[-86.617569,41.90740600000001],[-86.49881,42.126408],[-86.374252,42.24938599999999],[-86.28495,42.42229499999999],[-86.217812,42.77480299999999],[-86.273781,43.12102899999999],[-86.463127,43.47515899999999],[-86.541222,43.66318100000001],[-86.447731,43.772659000000004],[-86.404266,43.766636000000005],[-86.434021,43.781452],[-86.428734,43.82011800000001],[-86.459465,43.95017999999999],[-86.438065,43.94558699999999],[-86.518517,44.053616000000005],[-86.386337,44.183201],[-86.271866,44.351226999999994],[-86.237946,44.52227400000001],[-86.25853,44.700733000000014],[-86.108391,44.734443999999996],[-86.082825,44.777930999999995],[-86.09787,44.850616],[-86.06736,44.89826199999999],[-85.79567,44.98597699999999],[-85.61013,45.196529],[-85.56543,45.18056100000001],[-85.652924,44.95836299999999],[-85.637962,44.778435],[-85.526009,44.763161],[-85.451279,44.86053799999999],[-85.384796,45.01060100000001],[-85.390167,45.21159],[-85.373177,45.273537000000005],[-85.305405,45.32037700000001],[-85.092804,45.370216],[-84.98584,45.37316899999999],[-84.921623,45.40988899999999],[-85.081757,45.464642],[-85.120384,45.569771],[-85.077957,45.630177],[-84.983353,45.683704000000006],[-84.971977,45.73773600000001],[-84.724136,45.780293],[-84.46524,45.653625000000005],[-84.321434,45.665595999999994],[-84.205544,45.63089400000001],[-84.135216,45.57133099999999],[-84.105896,45.498737000000006],[-83.92289,45.49176],[-83.782814,45.409435],[-83.712326,45.41238000000001],[-83.592377,45.34948700000001],[-83.49585,45.36078599999999],[-83.489616,45.328922000000006],[-83.394043,45.27289200000001],[-83.420784,45.25716800000001],[-83.39872,45.213627],[-83.312737,45.09860599999999],[-83.444466,45.052761000000004],[-83.433998,45.01111599999999],[-83.464928,44.997871],[-83.429382,44.92628500000001],[-83.319756,44.860634000000005],[-83.280846,44.703171],[-83.320068,44.515446],[-83.356995,44.335117],[-83.529175,44.261257],[-83.56826,44.17010099999999],[-83.598427,44.07047700000001],[-83.704819,43.99714700000001],[-83.873627,43.96282199999999],[-83.918388,43.916977],[-83.938141,43.698261],[-83.699196,43.59962100000001],[-83.654648,43.60739899999999],[-83.530945,43.72592499999999],[-83.494286,43.70282399999999],[-83.466446,43.745723999999996],[-83.367203,43.844437],[-83.326065,43.94044500000001],[-82.940208,44.06994599999999],[-82.806038,44.03355400000001],[-82.727966,43.97249600000001],[-82.618561,43.787848999999994],[-82.605812,43.69454999999999],[-82.503899,43.172225999999995],[-82.419922,42.97243499999999],[-82.472038,42.898651],[-82.473328,42.76286300000001],[-82.518272,42.634018],[-82.645966,42.63169500000001],[-82.634102,42.66935000000001],[-82.729889,42.681194000000005],[-82.820488,42.635761],[-82.802444,42.61289199999999],[-82.888222,42.495720000000006],[-82.874992,42.458031000000005],[-82.929474,42.36300299999999],[-83.107666,42.292666999999994],[-83.193947,42.115706999999986],[-83.19014,42.03393600000001],[-83.482758,41.725081999999986],[-83.764015,41.71699100000001],[-83.868698,41.71594200000001],[-84.359261,41.707989],[-84.384445,41.7071],[-84.790421,41.69744499999999],[-84.788521,41.760909999999996],[-84.82605,41.76182600000001],[-85.193169,41.76281700000001],[-85.297234,41.763531],[-85.65947,41.76257699999999],[-85.799232,41.763485],[-86.068298,41.764579999999995],[-86.234558,41.764815999999996],[-86.525162,41.76549499999999],[-86.834801,41.765465000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Michigan","STATE_FIPS":"26","SUB_REGION":"E N Cen","STATE_ABBR":"MI","LAND_KM":147135.821,"WATER_KM":12547.912,"PERSONS":9295297,"FAMILIES":2439171,"HOUSHOLD":3419331,"MALE":4512781,"FEMALE":4782516,"WORKERS":3388716,"DRVALONE":3327685,"CARPOOL":429086,"PUBTRANS":66653,"EMPLOYED":4166196,"UNEMPLOY":374341,"SERVICE":1138730,"MANUAL":717162,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":1735861}},{"type":"Feature","id":"states.25","geometry":{"type":"MultiPolygon","coordinates":[[[[-111.474632,44.70223999999999],[-111.480011,44.691494000000006],[-111.4599,44.67010099999999],[-111.457474,44.652634000000006],[-111.469376,44.64078900000001],[-111.506897,44.637767999999994],[-111.500954,44.616051],[-111.513733,44.593277],[-111.492111,44.55126999999999],[-111.462036,44.55002200000001],[-111.458534,44.538002000000006],[-111.481781,44.536224000000004],[-111.489449,44.52877799999999],[-111.566437,44.55294799999999],[-111.604454,44.543071999999995],[-111.684067,44.550835000000006],[-111.716202,44.53384399999999],[-111.766121,44.51890900000001],[-111.791809,44.51854700000001],[-111.807037,44.504065999999995],[-111.871696,44.55635100000001],[-111.939575,44.549812],[-111.977005,44.529762000000005],[-112.022797,44.53513000000001],[-112.02626,44.52293],[-112.058548,44.52869799999999],[-112.099075,44.518317999999994],[-112.123367,44.52833899999999],[-112.19883,44.53153599999999],[-112.216934,44.53858199999999],[-112.229568,44.55957799999999],[-112.255844,44.560058999999995],[-112.281509,44.54178999999999],[-112.341675,44.525188000000014],[-112.339745,44.49726899999999],[-112.366753,44.44936000000001],[-112.419922,44.449375],[-112.457687,44.46892500000001],[-112.501007,44.463089],[-112.53849,44.477588999999995],[-112.652351,44.48089200000001],[-112.713486,44.49702500000001],[-112.732872,44.484409],[-112.779022,44.47400999999999],[-112.795387,44.458099000000004],[-112.825851,44.42117300000001],[-112.817871,44.39490900000001],[-112.816559,44.364292000000006],[-112.843437,44.35372899999999],[-112.869942,44.370068],[-112.886467,44.39294100000001],[-112.937439,44.407279999999986],[-112.984406,44.43562700000001],[-113.011169,44.43780100000001],[-113.005814,44.45270199999999],[-113.019463,44.48186100000001],[-113.006866,44.510695999999996],[-113.036972,44.53304299999999],[-113.038811,44.556377],[-113.082184,44.582764],[-113.053436,44.624371],[-113.072289,44.67560599999999],[-113.098099,44.69599500000001],[-113.100845,44.71525199999999],[-113.126572,44.737457000000006],[-113.137413,44.761517],[-113.239471,44.811916],[-113.256287,44.810562000000004],[-113.31781,44.780304],[-113.33976,44.779076],[-113.349152,44.80764400000001],[-113.420502,44.833775],[-113.444695,44.851315],[-113.495308,44.930744000000004],[-113.486465,44.939648000000005],[-113.462532,44.940848999999986],[-113.447884,44.949596000000014],[-113.440147,44.998267999999996],[-113.45797,45.027523],[-113.454552,45.04342299999999],[-113.48542,45.05839499999999],[-113.489273,45.071293],[-113.519722,45.082137999999986],[-113.509338,45.107910000000004],[-113.551384,45.10762399999999],[-113.573486,45.117785999999995],[-113.570694,45.13462100000001],[-113.593208,45.14981800000001],[-113.600037,45.18106800000001],[-113.644699,45.20686699999999],[-113.689224,45.26236],[-113.687813,45.27786599999999],[-113.738182,45.321608999999995],[-113.74041,45.382464999999996],[-113.774124,45.410252000000014],[-113.78476,45.44571300000001],[-113.768265,45.477787000000006],[-113.7714,45.50713300000001],[-113.780029,45.51694499999999],[-113.832809,45.51498799999999],[-113.802849,45.583809],[-113.821579,45.600716000000006],[-113.85112,45.60964200000001],[-113.902397,45.61357100000001],[-113.901291,45.63733300000001],[-113.922623,45.655204999999995],[-113.925789,45.671291],[-113.963234,45.67945900000001],[-113.970238,45.69745599999999],[-114.00856,45.68641299999999],[-114.018967,45.672459],[-114.010078,45.652592],[-114.01712,45.64085399999999],[-114.055603,45.625225],[-114.082054,45.58645999999999],[-114.117226,45.57120900000001],[-114.131134,45.550465],[-114.171753,45.544005999999996],[-114.193893,45.52799999999999],[-114.241081,45.53537399999999],[-114.246964,45.503029],[-114.261322,45.48594299999999],[-114.325516,45.45750799999999],[-114.349327,45.46346700000001],[-114.370537,45.485825000000006],[-114.418129,45.49909199999999],[-114.432632,45.52771799999999],[-114.461784,45.547932],[-114.495667,45.54673399999999],[-114.526466,45.558277000000004],[-114.559998,45.548823999999996],[-114.540031,45.59648100000001],[-114.563751,45.62435500000001],[-114.500816,45.652477000000005],[-114.509781,45.67414099999999],[-114.496635,45.694484999999986],[-114.53405,45.72308000000001],[-114.541031,45.746082],[-114.562614,45.762482000000006],[-114.516449,45.81014999999999],[-114.498238,45.84276600000001],[-114.472878,45.83955],[-114.442307,45.85270299999999],[-114.406601,45.84653499999999],[-114.391914,45.870968000000005],[-114.412605,45.910731999999996],[-114.428535,45.921558000000005],[-114.404366,45.95406],[-114.411522,45.972054000000014],[-114.483528,45.98988700000001],[-114.473602,46.00984600000001],[-114.493393,46.02349100000001],[-114.464828,46.050895999999995],[-114.455101,46.08231000000001],[-114.47644,46.107437000000004],[-114.505638,46.11622199999999],[-114.518013,46.136143000000004],[-114.508682,46.157497000000006],[-114.466087,46.15534199999999],[-114.439949,46.169048000000004],[-114.438622,46.22033300000001],[-114.471901,46.24386200000001],[-114.472862,46.25304],[-114.430862,46.28478999999999],[-114.408859,46.39299],[-114.39608,46.39962399999999],[-114.383087,46.428257],[-114.409775,46.487449999999995],[-114.359528,46.506203],[-114.349174,46.51746700000001],[-114.342377,46.58795900000001],[-114.323769,46.622917],[-114.33374,46.654304999999994],[-114.383072,46.661674000000005],[-114.44059,46.645793999999995],[-114.483772,46.62365299999999],[-114.539444,46.637969999999996],[-114.609879,46.62912800000001],[-114.643791,46.66090399999999],[-114.644089,46.67100099999999],[-114.624977,46.687186999999994],[-114.672935,46.734802],[-114.697479,46.73384100000001],[-114.747154,46.695212999999995],[-114.781967,46.70312100000001],[-114.776878,46.755798],[-114.793076,46.76661300000001],[-114.839836,46.77562],[-114.865646,46.79712699999999],[-114.901367,46.799515000000014],[-114.947449,46.85252800000001],[-114.939606,46.89096799999999],[-114.923164,46.90724599999999],[-114.963768,46.92529300000001],[-115.00061,46.958889],[-115.036369,46.96308099999999],[-115.054672,46.97343799999999],[-115.080368,47.02660399999999],[-115.134537,47.06362899999999],[-115.147713,47.09182000000001],[-115.171524,47.09764899999999],[-115.192101,47.12410399999999],[-115.295258,47.17962600000001],[-115.324249,47.24522400000001],[-115.342682,47.25509600000001],[-115.407227,47.263667999999996],[-115.425659,47.27444800000001],[-115.500946,47.28171900000001],[-115.522079,47.292057],[-115.554535,47.334686000000005],[-115.598549,47.370075000000014],[-115.637794,47.38011599999999],[-115.665489,47.399238999999994],[-115.749336,47.42254600000001],[-115.749115,47.43403599999999],[-115.731491,47.44537399999999],[-115.655098,47.44924900000001],[-115.642197,47.457863],[-115.639153,47.475303999999994],[-115.69178,47.489609],[-115.700531,47.520962],[-115.741837,47.53376],[-115.691093,47.59079],[-115.697289,47.616150000000005],[-115.73307,47.63995],[-115.732666,47.69562500000001],[-115.774727,47.70980499999999],[-115.789536,47.744911],[-115.835739,47.75635500000001],[-115.84832,47.805256000000014],[-115.868805,47.827526000000006],[-115.902916,47.841148000000004],[-115.936836,47.867199],[-115.997925,47.925217],[-116.024307,47.965014999999994],[-116.052483,47.976269],[-116.054497,48.208549000000005],[-116.055679,48.498726000000005],[-116.0625,48.99999600000001],[-114.728333,49],[-114.0625,49],[-112.1875,48.99999600000001],[-111.281876,49],[-110.75,49],[-109.5,48.99999600000001],[-108.25,48.99999600000001],[-107.1875,48.99999600000001],[-106.125,48.99999600000001],[-105.0625,48.99999600000001],[-104.0625,49],[-104.051826,48.64579800000001],[-104.05162,48.390995000000004],[-104.047935,48.00006099999999],[-104.046822,47.400002],[-104.045441,47.33381700000001],[-104.046951,46.64293699999999],[-104.046219,46.54253],[-104.047348,46.280876000000006],[-104.048416,45.942993],[-104.049026,45.88305299999999],[-104.043358,45.212886999999995],[-104.04258,44.997817999999995],[-104.059349,44.997349000000014],[-105.04126,45.001091],[-105.084465,44.999832],[-106.020576,44.99722700000001],[-106.258644,44.996173999999996],[-107.893715,44.99981299999999],[-108.258568,45.000159999999994],[-108.624573,44.99764300000001],[-109.798653,44.99958000000001],[-109.994789,45.00285299999999],[-110.392006,44.99868799999999],[-110.428894,44.99234799999999],[-111.05265,44.995766],[-111.050842,44.66456199999999],[-111.050789,44.47339600000001],[-111.093857,44.486198],[-111.128143,44.500832],[-111.133583,44.52797699999999],[-111.169464,44.54526100000001],[-111.177986,44.564926000000014],[-111.218727,44.57324600000001],[-111.233452,44.60263800000001],[-111.219017,44.61805699999999],[-111.22319,44.62698399999999],[-111.269882,44.64228800000001],[-111.269424,44.673878],[-111.294884,44.683013999999986],[-111.31469,44.70526899999999],[-111.318436,44.72793999999999],[-111.34919,44.72625400000001],[-111.371521,44.74516299999999],[-111.384171,44.73777000000001],[-111.394295,44.708946],[-111.442841,44.713257],[-111.474632,44.70223999999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Montana","STATE_FIPS":"30","SUB_REGION":"Mtn","STATE_ABBR":"MT","LAND_KM":376990.894,"WATER_KM":3858.589,"PERSONS":799065,"FAMILIES":211666,"HOUSHOLD":306163,"MALE":395769,"FEMALE":403296,"WORKERS":293243,"DRVALONE":250373,"CARPOOL":41442,"PUBTRANS":2050,"EMPLOYED":350723,"UNEMPLOY":26217,"SERVICE":123090,"MANUAL":43619,"P_MALE":0.495,"P_FEMALE":0.505,"SAMP_POP":150091}},{"type":"Feature","id":"states.26","geometry":{"type":"MultiPolygon","coordinates":[[[[-69.777786,44.074073999999996],[-69.860435,43.99992399999999],[-69.792038,43.756001],[-69.830902,43.727901],[-69.852295,43.74424400000001],[-69.846664,43.842262000000005],[-69.887299,43.876633],[-69.903641,43.790649],[-69.973412,43.768764000000004],[-70.000008,43.786125],[-69.987877,43.84565699999999],[-70.026909,43.84551999999999],[-70.157135,43.78972999999999],[-70.236305,43.68571499999999],[-70.222748,43.577156],[-70.342117,43.534823999999986],[-70.366432,43.430217999999996],[-70.457481,43.349383999999986],[-70.539444,43.335632000000004],[-70.666176,43.09096099999999],[-70.819168,43.12178399999999],[-70.831047,43.159088],[-70.813705,43.235138000000006],[-70.901581,43.280936999999994],[-70.906296,43.301987],[-70.970192,43.366299],[-70.979591,43.39610300000001],[-70.961975,43.438046000000014],[-70.971283,43.47013100000001],[-70.95977,43.51630800000001],[-70.96476,43.53191000000001],[-70.950111,43.54887400000001],[-70.957016,43.564064],[-70.974365,43.571751000000006],[-70.984932,43.791088],[-71.009079,44.282082],[-71.029205,44.66848400000001],[-71.08799,45.301422],[-70.959862,45.338818],[-70.87693,45.22539499999999],[-70.843361,45.278088],[-70.813148,45.354629999999986],[-70.829613,45.39067800000001],[-70.797447,45.42512500000001],[-70.635414,45.391918000000004],[-70.72039,45.51290900000001],[-70.55275,45.660618],[-70.396866,45.72200000000001],[-70.416695,45.79026400000001],[-70.254448,45.89896400000001],[-70.247948,45.94458],[-70.310776,45.96874199999999],[-70.280502,46.05311599999999],[-70.305328,46.06662],[-70.229805,46.13739799999999],[-70.283974,46.190212],[-70.191536,46.33480499999999],[-70.047089,46.426083000000006],[-70.014626,46.57056399999999],[-69.985458,46.691329999999994],[-69.230789,47.45329699999999],[-69.047478,47.421992999999986],[-69.037231,47.257328],[-68.895386,47.18222],[-68.515182,47.29692499999999],[-68.391769,47.285056999999995],[-68.335327,47.35733400000001],[-68.231323,47.35210799999999],[-67.79155,47.060959],[-67.78083,45.94700599999999],[-67.756157,45.91652300000001],[-67.795113,45.87841800000001],[-67.759911,45.827740000000006],[-67.803596,45.794448999999986],[-67.803978,45.67805100000001],[-67.753502,45.65922499999999],[-67.718582,45.68123600000001],[-67.615692,45.605132999999995],[-67.439857,45.592495000000014],[-67.416641,45.50348700000001],[-67.504662,45.485748],[-67.419113,45.37578199999999],[-67.478508,45.28020900000001],[-67.439995,45.18951000000001],[-67.346169,45.12217699999999],[-67.274658,45.18270899999999],[-67.166473,45.15618900000001],[-67.15123,45.121914000000004],[-67.065933,44.959216999999995],[-67.147278,44.904503000000005],[-66.969849,44.828575],[-67.008293,44.78054399999999],[-67.200935,44.65370200000001],[-67.309036,44.65344200000001],[-67.389076,44.691322000000014],[-67.571556,44.598254999999995],[-67.6194,44.54016100000001],[-67.811775,44.553932],[-67.859116,44.535999000000004],[-67.900597,44.452319999999986],[-67.968895,44.471149],[-67.963989,44.50524899999999],[-67.987076,44.484734],[-68.016945,44.38487599999999],[-68.074928,44.381294],[-68.13681,44.47515899999999],[-68.246155,44.49056999999999],[-68.364304,44.431309],[-68.429108,44.465228999999994],[-68.552719,44.398971999999986],[-68.530609,44.28975700000001],[-68.559959,44.25980799999999],[-68.740837,44.34625199999999],[-68.813377,44.327354000000014],[-68.814293,44.413914000000005],[-68.741875,44.507209999999986],[-68.745804,44.552246],[-68.824074,44.608833000000004],[-68.824333,44.664017],[-68.86113,44.610896999999994],[-68.808426,44.56958],[-68.812202,44.494518],[-68.959702,44.430256000000014],[-68.98555,44.271033999999986],[-69.022003,44.24401499999999],[-69.074974,44.068985],[-69.21965,43.94670500000001],[-69.294159,43.94210799999999],[-69.346962,44.01588799999999],[-69.394997,44.025047],[-69.483742,43.887077000000005],[-69.589836,43.844779999999986],[-69.664963,43.852141999999986],[-69.655754,43.98017100000001],[-69.613441,44.033535],[-69.721146,43.93790100000001],[-69.749039,43.893294999999995],[-69.725182,43.784392999999994],[-69.75087,43.76161999999999],[-69.778183,43.79118700000001],[-69.800522,44.026791],[-69.767265,44.04765699999999],[-69.777786,44.074073999999996]]],[[[-68.388458,44.377174],[-68.350792,44.39887200000001],[-68.355988,44.42877999999999],[-68.23925,44.43748500000001],[-68.165314,44.33441500000001],[-68.305244,44.289951],[-68.321251,44.224998],[-68.403427,44.27072100000001],[-68.388458,44.377174]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Maine","STATE_FIPS":"23","SUB_REGION":"N Eng","STATE_ABBR":"ME","LAND_KM":79939.207,"WATER_KM":10236.779,"PERSONS":1227928,"FAMILIES":328685,"HOUSHOLD":465312,"MALE":597850,"FEMALE":630078,"WORKERS":456299,"DRVALONE":424101,"CARPOOL":79763,"PUBTRANS":5084,"EMPLOYED":571842,"UNEMPLOY":40722,"SERVICE":172830,"MANUAL":94926,"P_MALE":0.487,"P_FEMALE":0.513,"SAMP_POP":274322}},{"type":"Feature","id":"states.27","geometry":{"type":"MultiPolygon","coordinates":[[[[-98.730057,45.938297000000006],[-99.006447,45.939583],[-99.716949,45.94278],[-99.875389,45.943561999999986],[-100.514,45.940392],[-102.00235,45.94250500000001],[-102.945953,45.94166200000001],[-102.994377,45.941113],[-104.048416,45.942993],[-104.047348,46.280876000000006],[-104.046219,46.54253],[-104.046951,46.64293699999999],[-104.045441,47.33381700000001],[-104.046822,47.400002],[-104.047935,48.00006099999999],[-104.05162,48.390995000000004],[-104.051826,48.64579800000001],[-104.0625,49],[-102.9375,48.99999600000001],[-102.02182,49],[-101.5,49],[-100.1875,48.99999600000001],[-99.53315,49],[-99,49],[-97.9375,48.99999600000001],[-97.229095,49],[-97.216026,48.931842999999986],[-97.175385,48.873772],[-97.17086,48.835995],[-97.180077,48.815552],[-97.164368,48.810383],[-97.173599,48.80152899999999],[-97.147171,48.781184999999994],[-97.138901,48.76355699999999],[-97.147552,48.75566900000001],[-97.132156,48.74723399999999],[-97.13446,48.72625400000001],[-97.109756,48.70859899999999],[-97.116394,48.69525899999999],[-97.096825,48.674544999999995],[-97.107285,48.629963000000004],[-97.127098,48.62980999999999],[-97.122612,48.62078500000001],[-97.144371,48.61403999999999],[-97.140465,48.58692199999999],[-97.157845,48.58365599999999],[-97.151779,48.57287199999999],[-97.167595,48.56227899999999],[-97.146271,48.549553],[-97.160088,48.545094000000006],[-97.15519,48.53841399999999],[-97.139038,48.53466399999999],[-97.14798,48.517967],[-97.134247,48.51732999999999],[-97.143265,48.43812600000001],[-97.119286,48.437118999999996],[-97.122253,48.41612599999999],[-97.151299,48.41962799999999],[-97.149475,48.41000700000001],[-97.128777,48.40790200000001],[-97.15847,48.38822200000001],[-97.134857,48.38442599999999],[-97.133438,48.37247099999999],[-97.150047,48.36323200000001],[-97.130775,48.36150699999999],[-97.136787,48.326008],[-97.112244,48.319942],[-97.132286,48.310986000000014],[-97.114403,48.303635000000014],[-97.113373,48.29489899999999],[-97.130165,48.29305600000001],[-97.112335,48.28616299999999],[-97.111366,48.277893000000006],[-97.136307,48.2645],[-97.123436,48.25918999999999],[-97.127205,48.233540000000005],[-97.108887,48.22806499999999],[-97.139404,48.22177099999999],[-97.11055,48.20762300000001],[-97.130478,48.20375799999999],[-97.136925,48.19507999999999],[-97.135941,48.175242999999995],[-97.137093,48.16778600000001],[-97.115715,48.15924100000001],[-97.136162,48.148415],[-97.120567,48.142791999999986],[-97.121521,48.116386000000006],[-97.098679,48.100989999999996],[-97.092369,48.07036199999999],[-97.066719,48.048182999999995],[-97.047699,47.95494500000001],[-97.014977,47.917912],[-97.02021,47.875590999999986],[-96.999985,47.87021999999999],[-96.976875,47.82805300000001],[-96.983536,47.809685],[-96.957474,47.794464000000005],[-96.931656,47.763531],[-96.923302,47.71411900000001],[-96.889069,47.67394999999999],[-96.872978,47.61528000000001],[-96.85186,47.60117700000001],[-96.858307,47.56300400000001],[-96.848831,47.54459399999999],[-96.860329,47.52138099999999],[-96.851257,47.50064499999999],[-96.866325,47.46156300000001],[-96.855469,47.436779],[-96.86689,47.41311300000001],[-96.849648,47.408962],[-96.83947,47.38414399999999],[-96.850273,47.36098100000001],[-96.838104,47.34227000000001],[-96.84639,47.314629],[-96.837357,47.29391100000001],[-96.849266,47.25686999999999],[-96.836708,47.240486000000004],[-96.826134,47.170094000000006],[-96.838806,47.151917],[-96.818794,47.092636],[-96.826607,47.07886500000001],[-96.82225,47.03396599999999],[-96.834938,47.010265000000004],[-96.824173,47.00347099999999],[-96.816414,46.969814000000014],[-96.793068,46.96967699999999],[-96.801529,46.95587900000001],[-96.789352,46.948238],[-96.787567,46.93222],[-96.762711,46.936297999999994],[-96.756554,46.92281700000001],[-96.777702,46.86738600000001],[-96.767891,46.844898],[-96.796837,46.81206900000001],[-96.780022,46.762348],[-96.781197,46.70708099999999],[-96.793335,46.678841000000006],[-96.789886,46.62980999999999],[-96.783958,46.62414899999999],[-96.770683,46.600021],[-96.75087,46.58865700000001],[-96.73996,46.48947100000001],[-96.714539,46.46875800000001],[-96.709328,46.42720800000001],[-96.687874,46.41225800000001],[-96.651749,46.359474000000006],[-96.61451,46.350853],[-96.601723,46.336365],[-96.597832,46.23872399999999],[-96.586105,46.215453999999994],[-96.58754,46.191959],[-96.570816,46.17721599999999],[-96.551582,46.09557000000001],[-96.575867,46.02132],[-96.561455,45.947722999999996],[-96.566574,45.934151000000014],[-97.232941,45.936543],[-97.97834,45.930859],[-98.014328,45.931534],[-98.730057,45.938297000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"North Dakota","STATE_FIPS":"38","SUB_REGION":"W N Cen","STATE_ABBR":"ND","LAND_KM":178695.213,"WATER_KM":4427.798,"PERSONS":638800,"FAMILIES":166270,"HOUSHOLD":240878,"MALE":318201,"FEMALE":320599,"WORKERS":237047,"DRVALONE":209546,"CARPOOL":31332,"PUBTRANS":1638,"EMPLOYED":287558,"UNEMPLOY":16083,"SERVICE":104938,"MANUAL":33936,"P_MALE":0.498,"P_FEMALE":0.502,"SAMP_POP":155209}},{"type":"Feature","id":"states.28","geometry":{"type":"MultiPolygon","coordinates":[[[[-102.787933,42.99532300000001],[-103.005409,42.99937399999999],[-103.500984,42.99865],[-104.05571,43.003094000000004],[-104.05867,43.47916000000001],[-104.057426,43.503738],[-104.05899,43.85292799999999],[-104.059242,44.14584400000001],[-104.060547,44.181842999999986],[-104.058975,44.57436799999999],[-104.059349,44.997349000000014],[-104.04258,44.997817999999995],[-104.043358,45.212886999999995],[-104.049026,45.88305299999999],[-104.048416,45.942993],[-102.994377,45.941113],[-102.945953,45.94166200000001],[-102.00235,45.94250500000001],[-100.514,45.940392],[-99.875389,45.943561999999986],[-99.716949,45.94278],[-99.006447,45.939583],[-98.730057,45.938297000000006],[-98.014328,45.931534],[-97.97834,45.930859],[-97.232941,45.936543],[-96.566574,45.934151000000014],[-96.587608,45.817893999999995],[-96.604263,45.80830399999999],[-96.657043,45.73901000000001],[-96.832443,45.65072599999999],[-96.854637,45.609161],[-96.842735,45.58412899999999],[-96.768898,45.517517],[-96.737686,45.45823300000001],[-96.692825,45.410675],[-96.604744,45.39656099999999],[-96.532211,45.375168],[-96.477257,45.32854499999999],[-96.457268,45.29888500000001],[-96.454163,45.27522999999999],[-96.45575,44.97203099999999],[-96.454887,44.80138400000001],[-96.45639,44.62884500000001],[-96.454781,44.53837999999999],[-96.457077,44.199093000000005],[-96.456284,43.84877],[-96.460136,43.49974399999999],[-96.597992,43.499874000000005],[-96.583473,43.481944999999996],[-96.588791,43.435562000000004],[-96.557388,43.40074899999999],[-96.524734,43.38424699999999],[-96.522575,43.356987000000004],[-96.540245,43.30767800000001],[-96.578812,43.29009199999999],[-96.570404,43.263630000000006],[-96.55925,43.25328099999999],[-96.566673,43.23965100000001],[-96.558289,43.225505999999996],[-96.486931,43.217926000000006],[-96.472801,43.20909900000001],[-96.451195,43.12632400000001],[-96.460495,43.087886999999995],[-96.461784,43.07559599999999],[-96.479263,43.06189699999999],[-96.519699,43.05152100000001],[-96.498711,43.012061999999986],[-96.516838,42.986469],[-96.514626,42.952393],[-96.543953,42.91387599999999],[-96.537201,42.89691500000001],[-96.555901,42.846667999999994],[-96.572815,42.83435399999999],[-96.587334,42.835387999999995],[-96.600563,42.799564000000004],[-96.632668,42.77683999999999],[-96.640396,42.74860799999999],[-96.626228,42.708359],[-96.562729,42.668518000000006],[-96.540855,42.66241099999999],[-96.512535,42.629761],[-96.48819,42.58048600000001],[-96.500633,42.573891],[-96.489029,42.56403399999999],[-96.479935,42.517135999999994],[-96.439087,42.48924600000001],[-96.494392,42.48846399999999],[-96.546906,42.52050399999999],[-96.584442,42.518291000000005],[-96.605156,42.507239999999996],[-96.628983,42.522696999999994],[-96.63636,42.550735],[-96.713745,42.61230499999999],[-96.714958,42.621910000000014],[-96.694283,42.641166999999996],[-96.698746,42.657718999999986],[-96.722343,42.66859400000001],[-96.799026,42.67002099999999],[-96.81012,42.681343],[-96.809822,42.70408599999999],[-96.907913,42.73170099999999],[-96.970451,42.721149],[-96.977547,42.72730999999999],[-96.969681,42.75206800000001],[-96.979271,42.75831600000001],[-97.014816,42.759544000000005],[-97.130142,42.77392599999999],[-97.161095,42.798621999999995],[-97.211502,42.81257600000001],[-97.224113,42.841206],[-97.242859,42.85183000000001],[-97.271126,42.850018000000006],[-97.311081,42.861774],[-97.388969,42.867435],[-97.456924,42.85044500000001],[-97.482819,42.857158999999996],[-97.505791,42.860138000000006],[-97.570312,42.847992000000005],[-97.634628,42.86128600000001],[-97.68541,42.836838],[-97.724907,42.85800900000001],[-97.771843,42.84616500000001],[-97.796684,42.849597999999986],[-97.818298,42.866589000000005],[-97.888313,42.855807999999996],[-97.889595,42.83127200000001],[-97.929131,42.79232400000001],[-97.963211,42.77368899999999],[-97.994797,42.76681099999999],[-98.032791,42.769192000000004],[-98.121468,42.80836099999999],[-98.122765,42.82022499999999],[-98.144516,42.83579599999999],[-98.167473,42.839573],[-98.309982,42.881798],[-98.390846,42.920139000000006],[-98.457085,42.937163999999996],[-98.497292,42.991783],[-99.253593,42.99239],[-99.532402,42.992332000000005],[-100.197739,42.99108899999999],[-101.231308,42.98683500000001],[-102.086273,42.989891],[-102.787933,42.99532300000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"South Dakota","STATE_FIPS":"46","SUB_REGION":"W N Cen","STATE_ABBR":"SD","LAND_KM":196575.21,"WATER_KM":3169.429,"PERSONS":696004,"FAMILIES":180306,"HOUSHOLD":259034,"MALE":342498,"FEMALE":353506,"WORKERS":250825,"DRVALONE":233478,"CARPOOL":32610,"PUBTRANS":971,"EMPLOYED":321891,"UNEMPLOY":13983,"SERVICE":119594,"MANUAL":41921,"P_MALE":0.492,"P_FEMALE":0.508,"SAMP_POP":162746}},{"type":"Feature","id":"states.29","geometry":{"type":"MultiPolygon","coordinates":[[[[-104.053108,41.69824600000001],[-104.054993,41.564246999999995],[-104.053505,41.38810699999999],[-104.051201,41.00322700000001],[-104.933968,40.994305],[-105.278259,40.996365],[-106.202896,41.000111000000004],[-106.328545,41.001316],[-106.864838,40.998489000000006],[-107.303436,41.000168],[-107.918037,41.00341],[-109.047638,40.99847399999999],[-110.001457,40.997646],[-110.062477,40.99794],[-111.050285,40.996635],[-111.050911,41.25847999999999],[-111.050323,41.57864799999999],[-111.047951,41.996264999999994],[-111.046028,42.503322999999995],[-111.048447,43.01996199999999],[-111.04673,43.284813000000014],[-111.045998,43.51560599999999],[-111.049629,43.982631999999995],[-111.050789,44.47339600000001],[-111.050842,44.66456199999999],[-111.05265,44.995766],[-110.428894,44.99234799999999],[-110.392006,44.99868799999999],[-109.994789,45.00285299999999],[-109.798653,44.99958000000001],[-108.624573,44.99764300000001],[-108.258568,45.000159999999994],[-107.893715,44.99981299999999],[-106.258644,44.996173999999996],[-106.020576,44.99722700000001],[-105.084465,44.999832],[-105.04126,45.001091],[-104.059349,44.997349000000014],[-104.058975,44.57436799999999],[-104.060547,44.181842999999986],[-104.059242,44.14584400000001],[-104.05899,43.85292799999999],[-104.057426,43.503738],[-104.05867,43.47916000000001],[-104.05571,43.003094000000004],[-104.055725,42.61470399999999],[-104.053009,41.99985100000001],[-104.053108,41.69824600000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Wyoming","STATE_FIPS":"56","SUB_REGION":"Mtn","STATE_ABBR":"WY","LAND_KM":251500.801,"WATER_KM":1848.149,"PERSONS":453588,"FAMILIES":119825,"HOUSHOLD":168839,"MALE":227007,"FEMALE":226581,"WORKERS":164561,"DRVALONE":153679,"CARPOOL":28109,"PUBTRANS":2963,"EMPLOYED":207868,"UNEMPLOY":13112,"SERVICE":71419,"MANUAL":29157,"P_MALE":0.5,"P_FEMALE":0.5,"SAMP_POP":83202}},{"type":"Feature","id":"states.30","geometry":{"type":"MultiPolygon","coordinates":[[[[-87.748451,44.96162799999999],[-87.83989,44.927334],[-87.830917,44.873356],[-87.985687,44.720482000000004],[-87.983078,44.677273000000014],[-88.013184,44.639126000000005],[-87.975655,44.595821],[-88.012917,44.622242],[-88.040314,44.57145700000001],[-87.966125,44.535503000000006],[-87.926308,44.53914599999999],[-87.868683,44.61691300000001],[-87.76413,44.64405400000001],[-87.723724,44.68929299999999],[-87.614365,44.833054000000004],[-87.552689,44.85134099999999],[-87.551575,44.82302899999999],[-87.433647,44.89110199999999],[-87.367363,44.81156899999999],[-87.314369,44.79472000000001],[-87.372978,44.676918],[-87.473442,44.53394700000001],[-87.537407,44.327854],[-87.517242,44.175758],[-87.644287,44.097836],[-87.726036,43.89390900000001],[-87.702644,43.67318],[-87.785957,43.546299000000005],[-87.802872,43.458713999999986],[-87.875244,43.358588999999995],[-87.889748,43.19720799999999],[-87.859985,43.075863],[-87.891899,43.02576099999999],[-87.836357,42.96457699999999],[-87.819771,42.841544999999996],[-87.756729,42.77752699999999],[-87.791435,42.66662199999999],[-87.79731,42.48913200000001],[-88.194702,42.48961299999999],[-88.297897,42.49197000000001],[-88.70652,42.489655],[-88.764954,42.490905999999995],[-88.939079,42.49086399999999],[-89.359444,42.497906],[-89.400497,42.49749],[-89.834618,42.50345999999999],[-89.923569,42.504108],[-90.419975,42.508362000000005],[-90.638329,42.50936100000001],[-90.62558,42.528560999999996],[-90.639091,42.555713999999995],[-90.664253,42.571392],[-90.694664,42.637932000000006],[-90.745483,42.657005],[-90.892418,42.678246],[-90.919281,42.68068299999999],[-90.999054,42.707066],[-91.06604,42.744923],[-91.081902,42.78337500000001],[-91.0933,42.871452000000005],[-91.138992,42.925906999999995],[-91.152084,43.00133099999999],[-91.159622,43.081199999999995],[-91.168442,43.08290500000001],[-91.161224,43.147594],[-91.068924,43.25791899999999],[-91.066299,43.280703999999986],[-91.078369,43.313320000000004],[-91.176918,43.353970000000004],[-91.198112,43.37053700000001],[-91.210785,43.424076000000014],[-91.235771,43.46471],[-91.223434,43.500834999999995],[-91.240425,43.54874000000001],[-91.232857,43.598918999999995],[-91.258255,43.67735300000001],[-91.258781,43.72242700000001],[-91.250969,43.78810899999999],[-91.291809,43.84722500000001],[-91.373215,43.947227],[-91.425758,43.985657],[-91.528275,44.03425200000001],[-91.569016,44.03499199999999],[-91.601639,44.04085900000001],[-91.652084,44.066933000000006],[-91.753067,44.13726399999999],[-91.848587,44.19122300000001],[-91.888535,44.25753],[-91.922188,44.288376],[-91.922592,44.317554],[-91.938705,44.339146],[-91.972221,44.364520999999996],[-92.091164,44.41562300000001],[-92.205963,44.43842699999999],[-92.248924,44.456249000000014],[-92.296509,44.49221399999999],[-92.320297,44.540524000000005],[-92.340691,44.55286799999999],[-92.509026,44.57519099999999],[-92.60878,44.61032499999999],[-92.630173,44.642685],[-92.736946,44.713627],[-92.805382,44.746193000000005],[-92.760826,44.835403000000014],[-92.764061,44.862267],[-92.771667,44.899529],[-92.753723,44.91503499999999],[-92.749565,44.935688],[-92.766922,45.001037999999994],[-92.762787,45.022152000000006],[-92.796555,45.065642999999994],[-92.745216,45.11303699999999],[-92.744728,45.15645599999999],[-92.762375,45.186645999999996],[-92.755211,45.212410000000006],[-92.746384,45.297638000000006],[-92.707176,45.31823700000001],[-92.684662,45.363113],[-92.648544,45.39550399999999],[-92.644768,45.439491000000004],[-92.65461,45.45526100000001],[-92.685211,45.47009299999999],[-92.727943,45.54728299999999],[-92.761963,45.56430399999999],[-92.834824,45.56344200000001],[-92.876617,45.57887600000001],[-92.885185,45.64499699999999],[-92.85981,45.71060600000001],[-92.833427,45.73093399999999],[-92.7789,45.763386],[-92.748558,45.83734899999999],[-92.733894,45.84502800000001],[-92.706039,45.891006000000004],[-92.666008,45.915752],[-92.552475,45.95132100000001],[-92.523781,45.98263499999999],[-92.462151,45.981250999999986],[-92.424805,46.02555799999999],[-92.364769,46.01630399999999],[-92.346031,46.022651999999994],[-92.327179,46.05693400000001],[-92.289177,46.07328799999999],[-92.28875,46.15665799999999],[-92.28849,46.416042000000004],[-92.287079,46.65884399999999],[-92.208961,46.646930999999995],[-92.095779,46.74268699999999],[-92.003967,46.68386100000001],[-91.921272,46.680195],[-91.555588,46.756924],[-90.861542,46.952549000000005],[-90.7743,46.92030299999999],[-90.77726,46.88319000000001],[-90.926056,46.58555999999999],[-90.73053,46.645756000000006],[-90.540695,46.587582],[-90.40802,46.56866500000001],[-90.385345,46.53971100000001],[-90.31353,46.55161699999999],[-90.302216,46.54435000000001],[-90.300003,46.525104999999996],[-90.269608,46.52253300000001],[-90.258224,46.50884199999999],[-90.211349,46.506348],[-90.161217,46.442432],[-90.141624,46.39395099999999],[-90.115005,46.365207999999996],[-90.111488,46.34048100000001],[-89.924973,46.30407700000001],[-89.09967,46.145691],[-88.985168,46.100437],[-88.925064,46.073646999999994],[-88.804268,46.026848],[-88.793686,46.036404000000005],[-88.777351,46.032658],[-88.772888,46.02119099999999],[-88.72628,46.02962500000001],[-88.703476,46.018967],[-88.677254,46.02018699999999],[-88.643539,45.99343099999999],[-88.615372,45.99416400000001],[-88.597404,46.015559999999994],[-88.575226,46.00900300000001],[-88.548225,46.01934399999999],[-88.51548,46.018654],[-88.49395,46.013003999999995],[-88.483681,45.999194999999986],[-88.454185,46.000805000000014],[-88.403389,45.98346699999999],[-88.369804,45.99463299999999],[-88.32119,45.966758999999996],[-88.299019,45.961989999999986],[-88.257034,45.96710200000001],[-88.214859,45.947948],[-88.180061,45.953564],[-88.150307,45.93634],[-88.111259,45.926334],[-88.093719,45.92066199999999],[-88.095634,45.891850000000005],[-88.065292,45.87368799999999],[-88.121658,45.834923],[-88.129822,45.819447],[-88.088608,45.79157599999999],[-88.051514,45.786156000000005],[-87.989944,45.79508999999999],[-87.969055,45.766491],[-87.873505,45.75074000000001],[-87.842239,45.72245799999999],[-87.80143,45.71143000000001],[-87.801033,45.701362999999986],[-87.777351,45.68413899999999],[-87.780823,45.67595299999999],[-87.816933,45.66542799999999],[-87.819817,45.654487999999986],[-87.775925,45.613235],[-87.774956,45.60042200000001],[-87.786194,45.568554000000006],[-87.828484,45.568625999999995],[-87.805023,45.54455899999999],[-87.789268,45.4991],[-87.813499,45.46649199999999],[-87.860153,45.44512900000001],[-87.849419,45.406147000000004],[-87.883499,45.365883],[-87.873863,45.36211399999999],[-87.868423,45.37210099999999],[-87.861984,45.370193],[-87.841171,45.346176000000014],[-87.827896,45.358349000000004],[-87.759926,45.352924],[-87.689484,45.39129600000001],[-87.64357,45.36188100000001],[-87.645248,45.34819400000001],[-87.704361,45.27222800000001],[-87.705032,45.247108],[-87.719559,45.236794],[-87.721519,45.211693],[-87.736092,45.199093000000005],[-87.729561,45.176624000000004],[-87.672707,45.140690000000006],[-87.66478,45.10907],[-87.581169,45.09465399999999],[-87.618416,45.05681999999999],[-87.620232,44.992008],[-87.748451,44.96162799999999]]],[[[-87.034409,45.29042100000001],[-86.986137,45.29867200000001],[-86.967598,45.24028799999999],[-86.995621,45.218422000000004],[-87.044998,45.249031],[-87.025337,45.149981999999994],[-87.079765,45.14731599999999],[-87.044792,45.09551999999999],[-87.08757,45.092186],[-87.083794,45.053291],[-87.11245,45.06477000000001],[-87.178589,44.982811],[-87.168686,44.93332699999999],[-87.205551,44.87324100000001],[-87.311028,44.798775000000006],[-87.378639,44.83774600000001],[-87.405319,44.911204999999995],[-87.342056,45.015221],[-87.283379,45.052628],[-87.230804,45.17507599999999],[-87.177803,45.15498400000001],[-87.065948,45.29647800000001],[-87.034409,45.29042100000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Wisconsin","STATE_FIPS":"55","SUB_REGION":"E N Cen","STATE_ABBR":"WI","LAND_KM":139556.572,"WATER_KM":8223.295,"PERSONS":4796441,"FAMILIES":1249223,"HOUSHOLD":1789141,"MALE":2345442,"FEMALE":2450999,"WORKERS":1763163,"DRVALONE":1710612,"CARPOOL":264651,"PUBTRANS":57559,"EMPLOYED":2335941,"UNEMPLOY":129191,"SERVICE":688168,"MANUAL":425748,"P_MALE":0.489,"P_FEMALE":0.511,"SAMP_POP":1180518}},{"type":"Feature","id":"states.31","geometry":{"type":"MultiPolygon","coordinates":[[[[-117.025307,43.67914999999999],[-117.02280400000001,43.75381899999999],[-117.036125,43.80025900000001],[-117.026634,43.831683999999996],[-117.009514,43.83988600000001],[-117.01522800000001,43.853088000000014],[-116.984779,43.859466999999995],[-116.977158,43.87358499999999],[-116.97715,43.904556000000014],[-116.958725,43.92869200000001],[-116.966965,43.96331000000001],[-116.932602,44.014317000000005],[-116.975822,44.07400899999999],[-116.962448,44.090411999999986],[-116.945892,44.093140000000005],[-116.90126000000001,44.14642699999999],[-116.912056,44.17741799999999],[-116.980873,44.197956000000005],[-116.975128,44.225295999999986],[-116.99170699999999,44.24717699999999],[-117.02935,44.24945099999999],[-117.05102500000001,44.23167000000001],[-117.080383,44.24396100000001],[-117.099556,44.26719299999999],[-117.111687,44.26992000000001],[-117.142273,44.25074799999999],[-117.169716,44.25344799999999],[-117.212563,44.28483600000001],[-117.21644599999999,44.300781],[-117.200592,44.33955399999999],[-117.23590899999999,44.39009899999999],[-117.21620899999999,44.427971000000014],[-117.22339600000001,44.47310300000001],[-117.20295,44.48590100000001],[-117.18637799999999,44.511921],[-117.14415,44.534771000000006],[-117.14292900000001,44.559402000000006],[-117.129494,44.57263900000001],[-117.07834600000001,44.689452999999986],[-117.065506,44.697674000000006],[-117.038567,44.749233000000004],[-116.950493,44.77615399999999],[-116.908623,44.82906],[-116.89636999999999,44.848674999999986],[-116.86608100000001,44.868729],[-116.834404,44.920265],[-116.846565,44.954971],[-116.83040600000001,44.97275500000001],[-116.84716800000001,44.97186300000001],[-116.854897,44.980087],[-116.847107,45.00016400000001],[-116.853523,45.017067],[-116.80632,45.04987700000001],[-116.786224,45.075874],[-116.777107,45.099602000000004],[-116.760284,45.10642200000001],[-116.735603,45.137428],[-116.687836,45.26247000000001],[-116.671288,45.33552900000001],[-116.564796,45.45998],[-116.553528,45.493763],[-116.477577,45.56617399999999],[-116.46944400000001,45.60637299999999],[-116.513939,45.66460799999999],[-116.527298,45.710846000000004],[-116.559654,45.74754300000001],[-116.653419,45.78075000000001],[-116.702202,45.819289999999995],[-116.772728,45.819885],[-116.790283,45.845989],[-116.855492,45.90372099999999],[-116.897217,45.980639999999994],[-116.91815199999999,45.995299999999986],[-116.956741,46.065811],[-116.98622900000001,46.078632],[-116.960655,46.097397],[-116.928444,46.165604],[-116.96650700000001,46.197674000000006],[-116.97174100000001,46.249427999999995],[-117.00065599999999,46.30256700000001],[-117.026985,46.335544999999996],[-117.06319400000001,46.348816],[-117.04348,46.388690999999994],[-117.037567,46.42809700000001],[-117.040932,46.53671600000001],[-117.039963,47.11942300000001],[-117.041382,47.258601999999996],[-117.040779,47.361541999999986],[-117.036438,47.971191000000005],[-117.037834,48.046284000000014],[-117.028046,48.83815000000001],[-117.030975,49],[-116.0625,48.99999600000001],[-116.055679,48.498726000000005],[-116.054497,48.208549000000005],[-116.052483,47.976269],[-116.024307,47.965014999999994],[-115.997925,47.925217],[-115.936836,47.867199],[-115.902916,47.841148000000004],[-115.868805,47.827526000000006],[-115.84832,47.805256000000014],[-115.835739,47.75635500000001],[-115.789536,47.744911],[-115.774727,47.70980499999999],[-115.732666,47.69562500000001],[-115.73307,47.63995],[-115.697289,47.616150000000005],[-115.691093,47.59079],[-115.741837,47.53376],[-115.700531,47.520962],[-115.69178,47.489609],[-115.639153,47.475303999999994],[-115.642197,47.457863],[-115.655098,47.44924900000001],[-115.731491,47.44537399999999],[-115.749115,47.43403599999999],[-115.749336,47.42254600000001],[-115.665489,47.399238999999994],[-115.637794,47.38011599999999],[-115.598549,47.370075000000014],[-115.554535,47.334686000000005],[-115.522079,47.292057],[-115.500946,47.28171900000001],[-115.425659,47.27444800000001],[-115.407227,47.263667999999996],[-115.342682,47.25509600000001],[-115.324249,47.24522400000001],[-115.295258,47.17962600000001],[-115.192101,47.12410399999999],[-115.171524,47.09764899999999],[-115.147713,47.09182000000001],[-115.134537,47.06362899999999],[-115.080368,47.02660399999999],[-115.054672,46.97343799999999],[-115.036369,46.96308099999999],[-115.00061,46.958889],[-114.963768,46.92529300000001],[-114.923164,46.90724599999999],[-114.939606,46.89096799999999],[-114.947449,46.85252800000001],[-114.901367,46.799515000000014],[-114.865646,46.79712699999999],[-114.839836,46.77562],[-114.793076,46.76661300000001],[-114.776878,46.755798],[-114.781967,46.70312100000001],[-114.747154,46.695212999999995],[-114.697479,46.73384100000001],[-114.672935,46.734802],[-114.624977,46.687186999999994],[-114.644089,46.67100099999999],[-114.643791,46.66090399999999],[-114.609879,46.62912800000001],[-114.539444,46.637969999999996],[-114.483772,46.62365299999999],[-114.44059,46.645793999999995],[-114.383072,46.661674000000005],[-114.33374,46.654304999999994],[-114.323769,46.622917],[-114.342377,46.58795900000001],[-114.349174,46.51746700000001],[-114.359528,46.506203],[-114.409775,46.487449999999995],[-114.383087,46.428257],[-114.39608,46.39962399999999],[-114.408859,46.39299],[-114.430862,46.28478999999999],[-114.472862,46.25304],[-114.471901,46.24386200000001],[-114.438622,46.22033300000001],[-114.439949,46.169048000000004],[-114.466087,46.15534199999999],[-114.508682,46.157497000000006],[-114.518013,46.136143000000004],[-114.505638,46.11622199999999],[-114.47644,46.107437000000004],[-114.455101,46.08231000000001],[-114.464828,46.050895999999995],[-114.493393,46.02349100000001],[-114.473602,46.00984600000001],[-114.483528,45.98988700000001],[-114.411522,45.972054000000014],[-114.404366,45.95406],[-114.428535,45.921558000000005],[-114.412605,45.910731999999996],[-114.391914,45.870968000000005],[-114.406601,45.84653499999999],[-114.442307,45.85270299999999],[-114.472878,45.83955],[-114.498238,45.84276600000001],[-114.516449,45.81014999999999],[-114.562614,45.762482000000006],[-114.541031,45.746082],[-114.53405,45.72308000000001],[-114.496635,45.694484999999986],[-114.509781,45.67414099999999],[-114.500816,45.652477000000005],[-114.563751,45.62435500000001],[-114.540031,45.59648100000001],[-114.559998,45.548823999999996],[-114.526466,45.558277000000004],[-114.495667,45.54673399999999],[-114.461784,45.547932],[-114.432632,45.52771799999999],[-114.418129,45.49909199999999],[-114.370537,45.485825000000006],[-114.349327,45.46346700000001],[-114.325516,45.45750799999999],[-114.261322,45.48594299999999],[-114.246964,45.503029],[-114.241081,45.53537399999999],[-114.193893,45.52799999999999],[-114.171753,45.544005999999996],[-114.131134,45.550465],[-114.117226,45.57120900000001],[-114.082054,45.58645999999999],[-114.055603,45.625225],[-114.01712,45.64085399999999],[-114.010078,45.652592],[-114.018967,45.672459],[-114.00856,45.68641299999999],[-113.970238,45.69745599999999],[-113.963234,45.67945900000001],[-113.925789,45.671291],[-113.922623,45.655204999999995],[-113.901291,45.63733300000001],[-113.902397,45.61357100000001],[-113.85112,45.60964200000001],[-113.821579,45.600716000000006],[-113.802849,45.583809],[-113.832809,45.51498799999999],[-113.780029,45.51694499999999],[-113.7714,45.50713300000001],[-113.768265,45.477787000000006],[-113.78476,45.44571300000001],[-113.774124,45.410252000000014],[-113.74041,45.382464999999996],[-113.738182,45.321608999999995],[-113.687813,45.27786599999999],[-113.689224,45.26236],[-113.644699,45.20686699999999],[-113.600037,45.18106800000001],[-113.593208,45.14981800000001],[-113.570694,45.13462100000001],[-113.573486,45.117785999999995],[-113.551384,45.10762399999999],[-113.509338,45.107910000000004],[-113.519722,45.082137999999986],[-113.489273,45.071293],[-113.48542,45.05839499999999],[-113.454552,45.04342299999999],[-113.45797,45.027523],[-113.440147,44.998267999999996],[-113.447884,44.949596000000014],[-113.462532,44.940848999999986],[-113.486465,44.939648000000005],[-113.495308,44.930744000000004],[-113.444695,44.851315],[-113.420502,44.833775],[-113.349152,44.80764400000001],[-113.33976,44.779076],[-113.31781,44.780304],[-113.256287,44.810562000000004],[-113.239471,44.811916],[-113.137413,44.761517],[-113.126572,44.737457000000006],[-113.100845,44.71525199999999],[-113.098099,44.69599500000001],[-113.072289,44.67560599999999],[-113.053436,44.624371],[-113.082184,44.582764],[-113.038811,44.556377],[-113.036972,44.53304299999999],[-113.006866,44.510695999999996],[-113.019463,44.48186100000001],[-113.005814,44.45270199999999],[-113.011169,44.43780100000001],[-112.984406,44.43562700000001],[-112.937439,44.407279999999986],[-112.886467,44.39294100000001],[-112.869942,44.370068],[-112.843437,44.35372899999999],[-112.816559,44.364292000000006],[-112.817871,44.39490900000001],[-112.825851,44.42117300000001],[-112.795387,44.458099000000004],[-112.779022,44.47400999999999],[-112.732872,44.484409],[-112.713486,44.49702500000001],[-112.652351,44.48089200000001],[-112.53849,44.477588999999995],[-112.501007,44.463089],[-112.457687,44.46892500000001],[-112.419922,44.449375],[-112.366753,44.44936000000001],[-112.339745,44.49726899999999],[-112.341675,44.525188000000014],[-112.281509,44.54178999999999],[-112.255844,44.560058999999995],[-112.229568,44.55957799999999],[-112.216934,44.53858199999999],[-112.19883,44.53153599999999],[-112.123367,44.52833899999999],[-112.099075,44.518317999999994],[-112.058548,44.52869799999999],[-112.02626,44.52293],[-112.022797,44.53513000000001],[-111.977005,44.529762000000005],[-111.939575,44.549812],[-111.871696,44.55635100000001],[-111.807037,44.504065999999995],[-111.791809,44.51854700000001],[-111.766121,44.51890900000001],[-111.716202,44.53384399999999],[-111.684067,44.550835000000006],[-111.604454,44.543071999999995],[-111.566437,44.55294799999999],[-111.489449,44.52877799999999],[-111.481781,44.536224000000004],[-111.458534,44.538002000000006],[-111.462036,44.55002200000001],[-111.492111,44.55126999999999],[-111.513733,44.593277],[-111.500954,44.616051],[-111.506897,44.637767999999994],[-111.469376,44.64078900000001],[-111.457474,44.652634000000006],[-111.4599,44.67010099999999],[-111.480011,44.691494000000006],[-111.474632,44.70223999999999],[-111.442841,44.713257],[-111.394295,44.708946],[-111.384171,44.73777000000001],[-111.371521,44.74516299999999],[-111.34919,44.72625400000001],[-111.318436,44.72793999999999],[-111.31469,44.70526899999999],[-111.294884,44.683013999999986],[-111.269424,44.673878],[-111.269882,44.64228800000001],[-111.22319,44.62698399999999],[-111.219017,44.61805699999999],[-111.233452,44.60263800000001],[-111.218727,44.57324600000001],[-111.177986,44.564926000000014],[-111.169464,44.54526100000001],[-111.133583,44.52797699999999],[-111.128143,44.500832],[-111.093857,44.486198],[-111.050789,44.47339600000001],[-111.049629,43.982631999999995],[-111.045998,43.51560599999999],[-111.04673,43.284813000000014],[-111.048447,43.01996199999999],[-111.046028,42.503322999999995],[-111.047951,41.996264999999994],[-111.49382,42.00023999999999],[-112.099724,42.002376999999996],[-112.146324,41.99913000000001],[-112.988754,42.001228],[-114.038223,41.995476],[-114.268616,41.99601000000001],[-115.023979,41.99659700000001],[-115.946617,41.994698],[-116.991356,41.99490399999999],[-117.01790600000001,41.99490399999999],[-117.025307,43.67914999999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Idaho","STATE_FIPS":"16","SUB_REGION":"Mtn","STATE_ABBR":"ID","LAND_KM":214324.978,"WATER_KM":2131.144,"PERSONS":1006749,"FAMILIES":263194,"HOUSHOLD":360723,"MALE":500956,"FEMALE":505793,"WORKERS":359136,"DRVALONE":329881,"CARPOOL":52958,"PUBTRANS":8572,"EMPLOYED":443703,"UNEMPLOY":29070,"SERVICE":144809,"MANUAL":68391,"P_MALE":0.498,"P_FEMALE":0.502,"SAMP_POP":201595}},{"type":"Feature","id":"states.32","geometry":{"type":"MultiPolygon","coordinates":[[[[-73.258507,42.745979000000005],[-73.269722,42.747401999999994],[-73.296616,42.803471],[-73.280029,42.83702500000001],[-73.276451,42.94021599999999],[-73.250519,43.310779999999994],[-73.238838,43.512764000000004],[-73.260429,43.559315],[-73.291847,43.57496599999999],[-73.282181,43.593121],[-73.294548,43.619586999999996],[-73.303978,43.624649000000005],[-73.364128,43.61493300000001],[-73.388557,43.56907699999999],[-73.418762,43.582413],[-73.423401,43.63204999999999],[-73.371429,43.71421799999999],[-73.357109,43.756496],[-73.359436,43.778366000000005],[-73.385178,43.80444700000001],[-73.375557,43.885918000000004],[-73.405769,43.914749],[-73.417839,43.98813999999999],[-73.408684,44.01816600000001],[-73.436432,44.045624000000004],[-73.435646,44.06384299999999],[-73.409187,44.10655600000001],[-73.408295,44.136173000000014],[-73.382492,44.172054],[-73.377762,44.20119500000001],[-73.305756,44.26008999999999],[-73.330215,44.36734000000001],[-73.300423,44.405483000000004],[-73.293747,44.432804000000004],[-73.334877,44.54428100000001],[-73.348236,44.55392499999999],[-73.371719,44.57912099999999],[-73.382248,44.61976200000001],[-73.37056,44.634303999999986],[-73.37352,44.66123200000001],[-73.358574,44.68032500000001],[-73.373581,44.72419400000001],[-73.327209,44.799251999999996],[-73.369476,44.81907699999999],[-73.382729,44.847893],[-73.336838,44.93256400000001],[-73.351181,44.981933999999995],[-73.345146,45.0061],[-73.188972,45.00844599999999],[-72.547668,45.005325],[-71.902328,45.007294],[-71.505844,45.013306],[-71.541397,44.976517],[-71.517448,44.94364899999999],[-71.506836,44.89962399999999],[-71.575569,44.81597099999999],[-71.583969,44.77914799999999],[-71.631599,44.74166099999999],[-71.608147,44.67781099999999],[-71.589218,44.65054699999999],[-71.568497,44.637394],[-71.554573,44.59653499999999],[-71.537262,44.57887600000001],[-71.592758,44.551146999999986],[-71.591911,44.53881799999999],[-71.575714,44.52574899999999],[-71.58709,44.49448000000001],[-71.614693,44.47444899999999],[-71.637024,44.476673000000005],[-71.648178,44.469116000000014],[-71.656868,44.440079],[-71.677353,44.421284000000014],[-71.767036,44.39819],[-71.798195,44.38411300000001],[-71.821663,44.350300000000004],[-71.835281,44.34413900000001],[-71.928825,44.336051999999995],[-71.939369,44.325726],[-71.994896,44.32748799999999],[-72.035957,44.299374],[-72.060028,44.26143300000001],[-72.044853,44.234318],[-72.059746,44.18211400000001],[-72.045189,44.156372000000005],[-72.035385,44.12068199999999],[-72.04998,44.10038800000001],[-72.032913,44.096035],[-72.035194,44.083309000000014],[-72.077385,44.03197499999999],[-72.08567,44.008858000000004],[-72.110374,43.98916199999999],[-72.113274,43.976448000000005],[-72.092178,43.95792399999999],[-72.11367,43.939098],[-72.122116,43.90914900000001],[-72.170555,43.878849],[-72.185303,43.801620000000014],[-72.206558,43.764565000000005],[-72.219589,43.75062199999999],[-72.260521,43.735229000000004],[-72.304504,43.69846000000001],[-72.333549,43.597294000000005],[-72.373962,43.572304],[-72.395462,43.517483],[-72.38298,43.48455799999999],[-72.396713,43.41008400000001],[-72.412605,43.37705199999999],[-72.398094,43.350933],[-72.410698,43.32333],[-72.402885,43.307308000000006],[-72.436066,43.232178000000005],[-72.452866,43.155945],[-72.438072,43.11619200000001],[-72.443932,43.078959999999995],[-72.462219,43.046425],[-72.457626,42.99952300000001],[-72.473808,42.97606300000001],[-72.50473,42.96550400000001],[-72.520683,42.95159100000001],[-72.525276,42.912532999999996],[-72.553894,42.86056099999999],[-72.539383,42.80765199999999],[-72.513535,42.789176999999995],[-72.507736,42.76865000000001],[-72.47979,42.761505],[-72.462639,42.746758],[-72.456238,42.725769000000014],[-72.923454,42.73728199999999],[-73.020149,42.74031400000001],[-73.258507,42.745979000000005]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Vermont","STATE_FIPS":"50","SUB_REGION":"N Eng","STATE_ABBR":"VT","LAND_KM":23955.748,"WATER_KM":947.04,"PERSONS":562758,"FAMILIES":144895,"HOUSHOLD":210650,"MALE":275492,"FEMALE":287266,"WORKERS":209604,"DRVALONE":199808,"CARPOOL":35731,"PUBTRANS":2033,"EMPLOYED":283146,"UNEMPLOY":17600,"SERVICE":84759,"MANUAL":38046,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":146370}},{"type":"Feature","id":"states.33","geometry":{"type":"MultiPolygon","coordinates":[[[[-91.730217,43.49960300000001],[-92.07737,43.499187000000006],[-92.452995,43.49949599999999],[-92.557831,43.500294],[-93.027016,43.501316],[-93.054184,43.501495000000006],[-93.500618,43.50053399999999],[-93.653481,43.500809000000004],[-93.973717,43.50034299999999],[-94.246544,43.49899300000001],[-94.454987,43.49814599999999],[-94.859573,43.50007199999999],[-94.920197,43.499413000000004],[-95.396278,43.500370000000004],[-95.464493,43.49957699999999],[-95.866615,43.498977999999994],[-96.060738,43.49856600000001],[-96.460136,43.49974399999999],[-96.456284,43.84877],[-96.457077,44.199093000000005],[-96.454781,44.53837999999999],[-96.45639,44.62884500000001],[-96.454887,44.80138400000001],[-96.45575,44.97203099999999],[-96.454163,45.27522999999999],[-96.457268,45.29888500000001],[-96.477257,45.32854499999999],[-96.532211,45.375168],[-96.604744,45.39656099999999],[-96.692825,45.410675],[-96.737686,45.45823300000001],[-96.768898,45.517517],[-96.842735,45.58412899999999],[-96.854637,45.609161],[-96.832443,45.65072599999999],[-96.657043,45.73901000000001],[-96.604263,45.80830399999999],[-96.587608,45.817893999999995],[-96.566574,45.934151000000014],[-96.561455,45.947722999999996],[-96.575867,46.02132],[-96.551582,46.09557000000001],[-96.570816,46.17721599999999],[-96.58754,46.191959],[-96.586105,46.215453999999994],[-96.597832,46.23872399999999],[-96.601723,46.336365],[-96.61451,46.350853],[-96.651749,46.359474000000006],[-96.687874,46.41225800000001],[-96.709328,46.42720800000001],[-96.714539,46.46875800000001],[-96.73996,46.48947100000001],[-96.75087,46.58865700000001],[-96.770683,46.600021],[-96.783958,46.62414899999999],[-96.789886,46.62980999999999],[-96.793335,46.678841000000006],[-96.781197,46.70708099999999],[-96.780022,46.762348],[-96.796837,46.81206900000001],[-96.767891,46.844898],[-96.777702,46.86738600000001],[-96.756554,46.92281700000001],[-96.762711,46.936297999999994],[-96.787567,46.93222],[-96.789352,46.948238],[-96.801529,46.95587900000001],[-96.793068,46.96967699999999],[-96.816414,46.969814000000014],[-96.824173,47.00347099999999],[-96.834938,47.010265000000004],[-96.82225,47.03396599999999],[-96.826607,47.07886500000001],[-96.818794,47.092636],[-96.838806,47.151917],[-96.826134,47.170094000000006],[-96.836708,47.240486000000004],[-96.849266,47.25686999999999],[-96.837357,47.29391100000001],[-96.84639,47.314629],[-96.838104,47.34227000000001],[-96.850273,47.36098100000001],[-96.83947,47.38414399999999],[-96.849648,47.408962],[-96.86689,47.41311300000001],[-96.855469,47.436779],[-96.866325,47.46156300000001],[-96.851257,47.50064499999999],[-96.860329,47.52138099999999],[-96.848831,47.54459399999999],[-96.858307,47.56300400000001],[-96.85186,47.60117700000001],[-96.872978,47.61528000000001],[-96.889069,47.67394999999999],[-96.923302,47.71411900000001],[-96.931656,47.763531],[-96.957474,47.794464000000005],[-96.983536,47.809685],[-96.976875,47.82805300000001],[-96.999985,47.87021999999999],[-97.02021,47.875590999999986],[-97.014977,47.917912],[-97.047699,47.95494500000001],[-97.066719,48.048182999999995],[-97.092369,48.07036199999999],[-97.098679,48.100989999999996],[-97.121521,48.116386000000006],[-97.120567,48.142791999999986],[-97.136162,48.148415],[-97.115715,48.15924100000001],[-97.137093,48.16778600000001],[-97.135941,48.175242999999995],[-97.136925,48.19507999999999],[-97.130478,48.20375799999999],[-97.11055,48.20762300000001],[-97.139404,48.22177099999999],[-97.108887,48.22806499999999],[-97.127205,48.233540000000005],[-97.123436,48.25918999999999],[-97.136307,48.2645],[-97.111366,48.277893000000006],[-97.112335,48.28616299999999],[-97.130165,48.29305600000001],[-97.113373,48.29489899999999],[-97.114403,48.303635000000014],[-97.132286,48.310986000000014],[-97.112244,48.319942],[-97.136787,48.326008],[-97.130775,48.36150699999999],[-97.150047,48.36323200000001],[-97.133438,48.37247099999999],[-97.134857,48.38442599999999],[-97.15847,48.38822200000001],[-97.128777,48.40790200000001],[-97.149475,48.41000700000001],[-97.151299,48.41962799999999],[-97.122253,48.41612599999999],[-97.119286,48.437118999999996],[-97.143265,48.43812600000001],[-97.134247,48.51732999999999],[-97.14798,48.517967],[-97.139038,48.53466399999999],[-97.15519,48.53841399999999],[-97.160088,48.545094000000006],[-97.146271,48.549553],[-97.167595,48.56227899999999],[-97.151779,48.57287199999999],[-97.157845,48.58365599999999],[-97.140465,48.58692199999999],[-97.144371,48.61403999999999],[-97.122612,48.62078500000001],[-97.127098,48.62980999999999],[-97.107285,48.629963000000004],[-97.096825,48.674544999999995],[-97.116394,48.69525899999999],[-97.109756,48.70859899999999],[-97.13446,48.72625400000001],[-97.132156,48.74723399999999],[-97.147552,48.75566900000001],[-97.138901,48.76355699999999],[-97.147171,48.781184999999994],[-97.173599,48.80152899999999],[-97.164368,48.810383],[-97.180077,48.815552],[-97.17086,48.835995],[-97.175385,48.873772],[-97.216026,48.931842999999986],[-97.229095,49],[-96.406616,49],[-95.276421,49],[-95.157516,49.00000399999999],[-95.151627,49.371735],[-94.83181,49.33081100000001],[-94.681038,48.87717799999999],[-94.694221,48.777637],[-94.570107,48.71370300000001],[-94.430435,48.710815],[-94.292145,48.70774499999999],[-94.230637,48.652023000000014],[-93.843735,48.62478300000001],[-93.812515,48.525454999999994],[-93.780937,48.511639],[-93.513985,48.53432799999999],[-93.465187,48.54957999999999],[-93.457619,48.59277],[-93.304092,48.63722999999999],[-93.091301,48.62666300000001],[-92.946785,48.62844100000001],[-92.728851,48.54030599999999],[-92.64167,48.54044300000001],[-92.626228,48.502917999999994],[-92.698669,48.494815999999986],[-92.70649,48.460464],[-92.497375,48.440166000000005],[-92.456192,48.402264],[-92.473167,48.357594000000006],[-92.369965,48.22087500000001],[-92.276772,48.244438],[-92.300125,48.29840899999999],[-92.275986,48.352417],[-92.125824,48.36685600000001],[-92.035049,48.35561000000001],[-91.979401,48.25049999999999],[-91.788689,48.206249000000014],[-91.711815,48.19687999999999],[-91.703606,48.11494099999999],[-91.568657,48.10456500000001],[-91.571442,48.043678],[-91.239334,48.08140599999999],[-91.027039,48.195449999999994],[-90.864388,48.254311],[-90.743256,48.08855399999999],[-90.567352,48.12181100000001],[-90.556732,48.092861],[-90.14518,48.112885000000006],[-90.026611,48.08619300000001],[-89.986931,48.02367000000001],[-89.900299,47.99261899999999],[-89.749222,48.0266],[-89.530586,48.00176999999999],[-89.625557,47.99267599999999],[-89.636284,47.95950300000001],[-89.99958,47.82467299999999],[-90.509514,47.71004500000001],[-91.021317,47.461151],[-91.468483,47.12500800000001],[-91.800789,46.92715100000001],[-92.088303,46.791957999999994],[-92.214432,46.668262],[-92.302956,46.66663399999999],[-92.287079,46.65884399999999],[-92.28849,46.416042000000004],[-92.28875,46.15665799999999],[-92.289177,46.07328799999999],[-92.327179,46.05693400000001],[-92.346031,46.022651999999994],[-92.364769,46.01630399999999],[-92.424805,46.02555799999999],[-92.462151,45.981250999999986],[-92.523781,45.98263499999999],[-92.552475,45.95132100000001],[-92.666008,45.915752],[-92.706039,45.891006000000004],[-92.733894,45.84502800000001],[-92.748558,45.83734899999999],[-92.7789,45.763386],[-92.833427,45.73093399999999],[-92.85981,45.71060600000001],[-92.885185,45.64499699999999],[-92.876617,45.57887600000001],[-92.834824,45.56344200000001],[-92.761963,45.56430399999999],[-92.727943,45.54728299999999],[-92.685211,45.47009299999999],[-92.65461,45.45526100000001],[-92.644768,45.439491000000004],[-92.648544,45.39550399999999],[-92.684662,45.363113],[-92.707176,45.31823700000001],[-92.746384,45.297638000000006],[-92.755211,45.212410000000006],[-92.762375,45.186645999999996],[-92.744728,45.15645599999999],[-92.745216,45.11303699999999],[-92.796555,45.065642999999994],[-92.762787,45.022152000000006],[-92.766922,45.001037999999994],[-92.749565,44.935688],[-92.753723,44.91503499999999],[-92.771667,44.899529],[-92.764061,44.862267],[-92.760826,44.835403000000014],[-92.805382,44.746193000000005],[-92.736946,44.713627],[-92.630173,44.642685],[-92.60878,44.61032499999999],[-92.509026,44.57519099999999],[-92.340691,44.55286799999999],[-92.320297,44.540524000000005],[-92.296509,44.49221399999999],[-92.248924,44.456249000000014],[-92.205963,44.43842699999999],[-92.091164,44.41562300000001],[-91.972221,44.364520999999996],[-91.938705,44.339146],[-91.922592,44.317554],[-91.922188,44.288376],[-91.888535,44.25753],[-91.848587,44.19122300000001],[-91.753067,44.13726399999999],[-91.652084,44.066933000000006],[-91.601639,44.04085900000001],[-91.569016,44.03499199999999],[-91.528275,44.03425200000001],[-91.425758,43.985657],[-91.373215,43.947227],[-91.291809,43.84722500000001],[-91.250969,43.78810899999999],[-91.258781,43.72242700000001],[-91.258255,43.67735300000001],[-91.232857,43.598918999999995],[-91.240425,43.54874000000001],[-91.223434,43.500834999999995],[-91.610954,43.50065599999999],[-91.730217,43.49960300000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Minnesota","STATE_FIPS":"27","SUB_REGION":"W N Cen","STATE_ABBR":"MN","LAND_KM":206207.099,"WATER_KM":12845.411,"PERSONS":4375099,"FAMILIES":1130683,"HOUSHOLD":1647853,"MALE":2145183,"FEMALE":2229916,"WORKERS":1605702,"DRVALONE":1593019,"CARPOOL":246546,"PUBTRANS":77722,"EMPLOYED":2192417,"UNEMPLOY":118919,"SERVICE":606584,"MANUAL":303141,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":1043304}},{"type":"Feature","id":"states.34","geometry":{"type":"MultiPolygon","coordinates":[[[[-121.440407,41.99445700000001],[-122.28357700000001,42.0009],[-123.22094,42.00234599999999],[-123.512032,41.99799300000001],[-123.81796299999999,41.99311399999999],[-124.205246,41.997814000000005],[-124.351036,42.09884299999999],[-124.41384099999999,42.246059],[-124.4366,42.42977500000001],[-124.390549,42.553196000000014],[-124.39986400000001,42.62286800000001],[-124.55839499999999,42.832626000000005],[-124.484123,42.955624],[-124.38554400000001,43.26175699999999],[-124.40484599999999,43.300365],[-124.27276599999999,43.459270000000004],[-124.224777,43.605166999999994],[-124.157097,43.85727700000001],[-124.117088,44.269672000000014],[-124.053177,44.66229999999999],[-124.074341,44.81490299999999],[-124.006348,45.03627399999999],[-123.955376,45.293139999999994],[-123.97931700000001,45.48526000000001],[-123.93543199999999,45.508140999999995],[-123.89086900000001,45.47422399999999],[-123.858269,45.499256],[-123.95217099999999,45.568703],[-123.93483,45.703007000000014],[-123.97538,45.775654],[-123.955025,45.871212000000014],[-123.995255,45.942093],[-123.919937,46.012493000000006],[-123.97608199999999,46.20288099999999],[-123.792847,46.11161799999999],[-123.775833,46.1446],[-123.819725,46.193821000000014],[-123.76016200000001,46.210109999999986],[-123.715912,46.170063],[-123.668999,46.174667],[-123.515785,46.23625899999999],[-123.36232,46.14432099999999],[-123.303482,46.144904999999994],[-123.247566,46.144188000000014],[-123.211205,46.170174],[-123.174965,46.18375399999999],[-123.117325,46.17947799999999],[-123.04937000000001,46.155902999999995],[-122.97294600000001,46.110648999999995],[-122.898537,46.07949400000001],[-122.874199,46.02734799999999],[-122.80652599999999,45.944053999999994],[-122.805008,45.904236],[-122.78286,45.86805000000001],[-122.78330199999999,45.85061300000001],[-122.786797,45.80050700000001],[-122.76307700000001,45.76073099999999],[-122.771339,45.727847999999994],[-122.759331,45.64955900000001],[-122.69511399999999,45.63120699999999],[-122.650002,45.606990999999994],[-122.564224,45.594978],[-122.435951,45.56493800000001],[-122.355255,45.566329999999994],[-122.30194900000001,45.543251],[-122.243721,45.548271],[-122.08084099999999,45.590664000000004],[-121.998817,45.617985000000004],[-121.97146599999999,45.63593700000001],[-121.925629,45.642189],[-121.887093,45.677017000000006],[-121.809853,45.70084399999999],[-121.757507,45.689876999999996],[-121.705231,45.688953],[-121.52787000000001,45.719727000000006],[-121.441368,45.69512599999999],[-121.420845,45.69076200000001],[-121.366631,45.69984400000001],[-121.318794,45.696799999999996],[-121.27520799999999,45.67849699999999],[-121.213089,45.66580200000001],[-121.20212599999999,45.657444],[-121.190872,45.61340000000001],[-121.173134,45.600674],[-121.124023,45.607215999999994],[-121.07235,45.64676700000001],[-121.032303,45.65299999999999],[-120.9673,45.645309],[-120.947395,45.65047100000001],[-120.906761,45.63563199999999],[-120.86024499999999,45.665339999999986],[-120.695824,45.71066300000001],[-120.657234,45.732765],[-120.622589,45.743763],[-120.568916,45.74107000000001],[-120.49799300000001,45.69578200000001],[-120.442223,45.68942999999999],[-120.282478,45.71673200000001],[-120.206291,45.719933],[-120.154755,45.76141000000001],[-120.067497,45.78035],[-119.993172,45.81128699999999],[-119.86859100000001,45.83184399999999],[-119.832413,45.841755000000006],[-119.677307,45.85268400000001],[-119.620979,45.89955499999999],[-119.58815799999999,45.913459999999986],[-119.511086,45.89934500000001],[-119.43772899999999,45.914412999999996],[-119.378311,45.917755],[-119.301636,45.932807999999994],[-119.17761999999999,45.92249699999999],[-119.13913,45.92585399999999],[-119.031105,45.966419],[-118.981018,45.999202999999994],[-117.991478,46.001778],[-117.981628,46.00001900000001],[-117.60180700000001,46.00040100000001],[-117.48065199999999,45.999966],[-116.91815199999999,45.995299999999986],[-116.897217,45.980639999999994],[-116.855492,45.90372099999999],[-116.790283,45.845989],[-116.772728,45.819885],[-116.702202,45.819289999999995],[-116.653419,45.78075000000001],[-116.559654,45.74754300000001],[-116.527298,45.710846000000004],[-116.513939,45.66460799999999],[-116.46944400000001,45.60637299999999],[-116.477577,45.56617399999999],[-116.553528,45.493763],[-116.564796,45.45998],[-116.671288,45.33552900000001],[-116.687836,45.26247000000001],[-116.735603,45.137428],[-116.760284,45.10642200000001],[-116.777107,45.099602000000004],[-116.786224,45.075874],[-116.80632,45.04987700000001],[-116.853523,45.017067],[-116.847107,45.00016400000001],[-116.854897,44.980087],[-116.84716800000001,44.97186300000001],[-116.83040600000001,44.97275500000001],[-116.846565,44.954971],[-116.834404,44.920265],[-116.86608100000001,44.868729],[-116.89636999999999,44.848674999999986],[-116.908623,44.82906],[-116.950493,44.77615399999999],[-117.038567,44.749233000000004],[-117.065506,44.697674000000006],[-117.07834600000001,44.689452999999986],[-117.129494,44.57263900000001],[-117.14292900000001,44.559402000000006],[-117.14415,44.534771000000006],[-117.18637799999999,44.511921],[-117.20295,44.48590100000001],[-117.22339600000001,44.47310300000001],[-117.21620899999999,44.427971000000014],[-117.23590899999999,44.39009899999999],[-117.200592,44.33955399999999],[-117.21644599999999,44.300781],[-117.212563,44.28483600000001],[-117.169716,44.25344799999999],[-117.142273,44.25074799999999],[-117.111687,44.26992000000001],[-117.099556,44.26719299999999],[-117.080383,44.24396100000001],[-117.05102500000001,44.23167000000001],[-117.02935,44.24945099999999],[-116.99170699999999,44.24717699999999],[-116.975128,44.225295999999986],[-116.980873,44.197956000000005],[-116.912056,44.17741799999999],[-116.90126000000001,44.14642699999999],[-116.945892,44.093140000000005],[-116.962448,44.090411999999986],[-116.975822,44.07400899999999],[-116.932602,44.014317000000005],[-116.966965,43.96331000000001],[-116.958725,43.92869200000001],[-116.97715,43.904556000000014],[-116.977158,43.87358499999999],[-116.984779,43.859466999999995],[-117.01522800000001,43.853088000000014],[-117.009514,43.83988600000001],[-117.026634,43.831683999999996],[-117.036125,43.80025900000001],[-117.02280400000001,43.75381899999999],[-117.025307,43.67914999999999],[-117.01790600000001,41.99490399999999],[-118.184326,41.99674200000001],[-119.309906,41.98924299999999],[-119.350655,41.98895999999999],[-119.992401,41.989315000000005],[-120.87082699999999,41.98778899999999],[-121.440407,41.99445700000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Oregon","STATE_FIPS":"41","SUB_REGION":"Pacific","STATE_ABBR":"OR","LAND_KM":248646.672,"WATER_KM":6172.331,"PERSONS":2842321,"FAMILIES":750844,"HOUSHOLD":1103313,"MALE":1397073,"FEMALE":1445248,"WORKERS":1063797,"DRVALONE":949326,"CARPOOL":165256,"PUBTRANS":43435,"EMPLOYED":1319960,"UNEMPLOY":87183,"SERVICE":380532,"MANUAL":206287,"P_MALE":0.492,"P_FEMALE":0.508,"SAMP_POP":452821}},{"type":"Feature","id":"states.35","geometry":{"type":"MultiPolygon","coordinates":[[[[-72.280388,42.720383],[-72.456238,42.725769000000014],[-72.462639,42.746758],[-72.47979,42.761505],[-72.507736,42.76865000000001],[-72.513535,42.789176999999995],[-72.539383,42.80765199999999],[-72.553894,42.86056099999999],[-72.525276,42.912532999999996],[-72.520683,42.95159100000001],[-72.50473,42.96550400000001],[-72.473808,42.97606300000001],[-72.457626,42.99952300000001],[-72.462219,43.046425],[-72.443932,43.078959999999995],[-72.438072,43.11619200000001],[-72.452866,43.155945],[-72.436066,43.232178000000005],[-72.402885,43.307308000000006],[-72.410698,43.32333],[-72.398094,43.350933],[-72.412605,43.37705199999999],[-72.396713,43.41008400000001],[-72.38298,43.48455799999999],[-72.395462,43.517483],[-72.373962,43.572304],[-72.333549,43.597294000000005],[-72.304504,43.69846000000001],[-72.260521,43.735229000000004],[-72.219589,43.75062199999999],[-72.206558,43.764565000000005],[-72.185303,43.801620000000014],[-72.170555,43.878849],[-72.122116,43.90914900000001],[-72.11367,43.939098],[-72.092178,43.95792399999999],[-72.113274,43.976448000000005],[-72.110374,43.98916199999999],[-72.08567,44.008858000000004],[-72.077385,44.03197499999999],[-72.035194,44.083309000000014],[-72.032913,44.096035],[-72.04998,44.10038800000001],[-72.035385,44.12068199999999],[-72.045189,44.156372000000005],[-72.059746,44.18211400000001],[-72.044853,44.234318],[-72.060028,44.26143300000001],[-72.035957,44.299374],[-71.994896,44.32748799999999],[-71.939369,44.325726],[-71.928825,44.336051999999995],[-71.835281,44.34413900000001],[-71.821663,44.350300000000004],[-71.798195,44.38411300000001],[-71.767036,44.39819],[-71.677353,44.421284000000014],[-71.656868,44.440079],[-71.648178,44.469116000000014],[-71.637024,44.476673000000005],[-71.614693,44.47444899999999],[-71.58709,44.49448000000001],[-71.575714,44.52574899999999],[-71.591911,44.53881799999999],[-71.592758,44.551146999999986],[-71.537262,44.57887600000001],[-71.554573,44.59653499999999],[-71.568497,44.637394],[-71.589218,44.65054699999999],[-71.608147,44.67781099999999],[-71.631599,44.74166099999999],[-71.583969,44.77914799999999],[-71.575569,44.81597099999999],[-71.506836,44.89962399999999],[-71.517448,44.94364899999999],[-71.541397,44.976517],[-71.505844,45.013306],[-71.503471,45.059844999999996],[-71.430885,45.11694700000001],[-71.403,45.202758999999986],[-71.447037,45.23603800000001],[-71.386856,45.23488599999999],[-71.297714,45.29344900000001],[-71.153572,45.237922999999995],[-71.08799,45.301422],[-71.029205,44.66848400000001],[-71.009079,44.282082],[-70.984932,43.791088],[-70.974365,43.571751000000006],[-70.957016,43.564064],[-70.950111,43.54887400000001],[-70.96476,43.53191000000001],[-70.95977,43.51630800000001],[-70.971283,43.47013100000001],[-70.961975,43.438046000000014],[-70.979591,43.39610300000001],[-70.970192,43.366299],[-70.906296,43.301987],[-70.901581,43.280936999999994],[-70.813705,43.235138000000006],[-70.831047,43.159088],[-70.819168,43.12178399999999],[-70.885246,43.127621000000005],[-70.87513,43.10144],[-70.905914,43.083935],[-70.886993,43.058796],[-70.810928,43.089653],[-70.734642,43.058673999999996],[-70.814384,42.866974],[-70.850243,42.863338],[-70.898613,42.886787],[-70.921837,42.88505900000001],[-71.025925,42.85108199999999],[-71.066063,42.80422999999999],[-71.121101,42.81819200000001],[-71.181557,42.80722800000001],[-71.186844,42.73867000000001],[-71.240974,42.743464999999986],[-71.252907,42.725978999999995],[-71.287689,42.69851299999999],[-71.901421,42.705291999999986],[-71.930695,42.707122999999996],[-72.280388,42.720383]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"New Hampshire","STATE_FIPS":"33","SUB_REGION":"N Eng","STATE_ABBR":"NH","LAND_KM":23230.674,"WATER_KM":875.265,"PERSONS":1109252,"FAMILIES":292601,"HOUSHOLD":411186,"MALE":543544,"FEMALE":565708,"WORKERS":415538,"DRVALONE":443317,"CARPOOL":69904,"PUBTRANS":4067,"EMPLOYED":574237,"UNEMPLOY":38108,"SERVICE":148720,"MANUAL":78699,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":193338}},{"type":"Feature","id":"states.36","geometry":{"type":"MultiPolygon","coordinates":[[[[-91.119987,40.70540199999999],[-91.129158,40.68214800000001],[-91.162498,40.65631099999999],[-91.214912,40.64381800000001],[-91.262062,40.639545],[-91.37561,40.60343900000001],[-91.411118,40.572970999999995],[-91.412872,40.54799299999999],[-91.382103,40.52849599999999],[-91.374794,40.50365400000001],[-91.385399,40.44725],[-91.372757,40.40298799999999],[-91.385757,40.392360999999994],[-91.418816,40.386875],[-91.448593,40.371902000000006],[-91.476883,40.39096799999999],[-91.490158,40.390761999999995],[-91.500221,40.40511699999999],[-91.527534,40.41012599999999],[-91.529449,40.43504300000001],[-91.538689,40.44124600000001],[-91.533051,40.455399],[-91.579224,40.463718],[-91.585869,40.484477999999996],[-91.616699,40.50483299999999],[-91.622375,40.53286399999999],[-91.691917,40.55163999999999],[-91.689796,40.581165],[-91.716812,40.593399000000005],[-91.741547,40.609748999999994],[-91.946198,40.60823400000001],[-92.192993,40.60006000000001],[-92.361328,40.599548],[-92.64624,40.59143800000001],[-92.717621,40.58964499999999],[-93.100731,40.58433500000001],[-93.370056,40.58048199999999],[-93.562691,40.58080699999999],[-93.786079,40.57844499999999],[-94.01783,40.57402400000001],[-94.238159,40.57097200000001],[-94.484993,40.57421500000001],[-94.639633,40.57575600000001],[-94.920364,40.57722899999999],[-95.217171,40.581897999999995],[-95.382294,40.58433500000001],[-95.767204,40.589045999999996],[-95.757271,40.620903],[-95.767723,40.64311599999999],[-95.876335,40.730434],[-95.851509,40.792598999999996],[-95.846153,40.848331],[-95.834114,40.870299999999986],[-95.836258,40.901107999999994],[-95.837318,40.97425799999999],[-95.860611,41.002650999999986],[-95.859253,41.03500399999999],[-95.878517,41.06587200000001],[-95.857986,41.10918799999999],[-95.876396,41.16420400000001],[-95.859512,41.166866],[-95.85891,41.18053800000001],[-95.91581,41.194064999999995],[-95.921959,41.207854999999995],[-95.91069,41.225246],[-95.929939,41.302059000000014],[-95.910912,41.308471999999995],[-95.897301,41.286865000000006],[-95.888817,41.30139199999999],[-95.942604,41.34008],[-95.939766,41.39481000000001],[-95.934776,41.46238700000001],[-95.952896,41.47239300000001],[-96.006607,41.48195999999999],[-96.013161,41.492999999999995],[-95.996399,41.51152400000001],[-95.993675,41.528110999999996],[-96.004303,41.53667100000001],[-96.049881,41.52434199999999],[-96.085548,41.537529000000006],[-96.091644,41.563152],[-96.080544,41.576008],[-96.111015,41.59901400000001],[-96.099014,41.65468999999999],[-96.119972,41.68410499999999],[-96.12191,41.69492299999999],[-96.085266,41.70499799999999],[-96.09948,41.73157499999999],[-96.09903,41.75298699999999],[-96.076126,41.791481000000005],[-96.13533,41.86263299999999],[-96.159676,41.90416300000001],[-96.145576,41.92491899999999],[-96.147034,41.96626699999999],[-96.184921,41.98069799999999],[-96.202545,41.99662799999999],[-96.235794,42.001270000000005],[-96.238426,42.02844999999999],[-96.265182,42.04890800000001],[-96.284821,42.12346299999999],[-96.35186,42.168194],[-96.363205,42.214049999999986],[-96.337402,42.22953000000001],[-96.332352,42.26031499999999],[-96.342575,42.28208900000001],[-96.368393,42.29803100000001],[-96.389473,42.32879600000001],[-96.423866,42.34928500000001],[-96.411453,42.38092399999999],[-96.41732,42.414783],[-96.397583,42.441799],[-96.395767,42.46740700000001],[-96.439087,42.48924600000001],[-96.479935,42.517135999999994],[-96.489029,42.56403399999999],[-96.500633,42.573891],[-96.48819,42.58048600000001],[-96.512535,42.629761],[-96.540855,42.66241099999999],[-96.562729,42.668518000000006],[-96.626228,42.708359],[-96.640396,42.74860799999999],[-96.632668,42.77683999999999],[-96.600563,42.799564000000004],[-96.587334,42.835387999999995],[-96.572815,42.83435399999999],[-96.555901,42.846667999999994],[-96.537201,42.89691500000001],[-96.543953,42.91387599999999],[-96.514626,42.952393],[-96.516838,42.986469],[-96.498711,43.012061999999986],[-96.519699,43.05152100000001],[-96.479263,43.06189699999999],[-96.461784,43.07559599999999],[-96.460495,43.087886999999995],[-96.451195,43.12632400000001],[-96.472801,43.20909900000001],[-96.486931,43.217926000000006],[-96.558289,43.225505999999996],[-96.566673,43.23965100000001],[-96.55925,43.25328099999999],[-96.570404,43.263630000000006],[-96.578812,43.29009199999999],[-96.540245,43.30767800000001],[-96.522575,43.356987000000004],[-96.524734,43.38424699999999],[-96.557388,43.40074899999999],[-96.588791,43.435562000000004],[-96.583473,43.481944999999996],[-96.597992,43.499874000000005],[-96.460136,43.49974399999999],[-96.060738,43.49856600000001],[-95.866615,43.498977999999994],[-95.464493,43.49957699999999],[-95.396278,43.500370000000004],[-94.920197,43.499413000000004],[-94.859573,43.50007199999999],[-94.454987,43.49814599999999],[-94.246544,43.49899300000001],[-93.973717,43.50034299999999],[-93.653481,43.500809000000004],[-93.500618,43.50053399999999],[-93.054184,43.501495000000006],[-93.027016,43.501316],[-92.557831,43.500294],[-92.452995,43.49949599999999],[-92.07737,43.499187000000006],[-91.730217,43.49960300000001],[-91.610954,43.50065599999999],[-91.223434,43.500834999999995],[-91.235771,43.46471],[-91.210785,43.424076000000014],[-91.198112,43.37053700000001],[-91.176918,43.353970000000004],[-91.078369,43.313320000000004],[-91.066299,43.280703999999986],[-91.068924,43.25791899999999],[-91.161224,43.147594],[-91.168442,43.08290500000001],[-91.159622,43.081199999999995],[-91.152084,43.00133099999999],[-91.138992,42.925906999999995],[-91.0933,42.871452000000005],[-91.081902,42.78337500000001],[-91.06604,42.744923],[-90.999054,42.707066],[-90.919281,42.68068299999999],[-90.892418,42.678246],[-90.745483,42.657005],[-90.694664,42.637932000000006],[-90.664253,42.571392],[-90.639091,42.555713999999995],[-90.62558,42.528560999999996],[-90.638329,42.50936100000001],[-90.651772,42.494698],[-90.648346,42.47564299999999],[-90.605827,42.46055999999999],[-90.563583,42.42183700000001],[-90.491043,42.38878299999999],[-90.441597,42.360073],[-90.427681,42.340633],[-90.417984,42.263924],[-90.407173,42.24264500000001],[-90.367729,42.21020899999999],[-90.323601,42.19731899999999],[-90.230934,42.15972099999999],[-90.191574,42.12268800000001],[-90.176086,42.12050199999999],[-90.166649,42.103745],[-90.168098,42.06104300000001],[-90.150536,42.03342799999999],[-90.14267,41.98396299999999],[-90.154518,41.93077500000001],[-90.195839,41.80613700000001],[-90.25531,41.78173799999999],[-90.304886,41.75646599999999],[-90.326027,41.722736],[-90.341133,41.64909],[-90.339348,41.60279800000001],[-90.348366,41.586849],[-90.423004,41.567272],[-90.434967,41.543578999999994],[-90.454994,41.527546],[-90.54084,41.52597],[-90.6007,41.50958600000001],[-90.658791,41.46231800000001],[-90.708214,41.450062],[-90.7799,41.449820999999986],[-90.844139,41.44462200000001],[-90.949654,41.421234],[-91.000694,41.431084],[-91.027489,41.423508],[-91.055786,41.40137899999999],[-91.07328,41.334895999999986],[-91.102348,41.267818000000005],[-91.101524,41.23152200000001],[-91.05632,41.17625799999999],[-91.018257,41.16582500000001],[-90.990341,41.14437100000001],[-90.957787,41.10435899999999],[-90.954651,41.07036199999999],[-90.960709,40.950503999999995],[-90.983276,40.92392699999999],[-91.04921,40.87958499999999],[-91.088905,40.833729000000005],[-91.092751,40.76154700000001],[-91.119987,40.70540199999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Iowa","STATE_FIPS":"19","SUB_REGION":"W N Cen","STATE_ABBR":"IA","LAND_KM":144715.989,"WATER_KM":1037.659,"PERSONS":2776755,"FAMILIES":740819,"HOUSHOLD":1064325,"MALE":1344802,"FEMALE":1431953,"WORKERS":1013757,"DRVALONE":970933,"CARPOOL":156930,"PUBTRANS":16373,"EMPLOYED":1340242,"UNEMPLOY":63641,"SERVICE":429860,"MANUAL":217271,"P_MALE":0.484,"P_FEMALE":0.516,"SAMP_POP":579075}},{"type":"Feature","id":"states.37","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.319832,41.77209500000001],[-71.340302,41.784324999999995],[-71.345985,41.813061000000005],[-71.335045,41.85780299999999],[-71.342995,41.87568300000001],[-71.333588,41.89593099999999],[-71.384453,41.88834],[-71.382904,41.979164],[-71.379143,42.01361499999999],[-71.497925,42.00915499999999],[-71.798317,42.004177],[-71.802826,42.01787899999999],[-72.095451,42.02570299999999],[-72.136826,42.026306000000005],[-72.508041,42.030669999999986],[-72.571693,42.03002900000001],[-72.582375,42.021511000000004],[-72.608292,42.022705],[-72.609993,42.030440999999996],[-72.756355,42.03375199999999],[-72.768036,42.002071],[-72.818138,41.99708899999999],[-72.81691,42.033412999999996],[-73.006546,42.03591499999999],[-73.046082,42.03621699999999],[-73.484665,42.047337],[-73.499275,42.07737],[-73.351273,42.504673],[-73.258507,42.745979000000005],[-73.020149,42.74031400000001],[-72.923454,42.73728199999999],[-72.456238,42.725769000000014],[-72.280388,42.720383],[-71.930695,42.707122999999996],[-71.901421,42.705291999999986],[-71.287689,42.69851299999999],[-71.252907,42.725978999999995],[-71.240974,42.743464999999986],[-71.186844,42.73867000000001],[-71.181557,42.80722800000001],[-71.121101,42.81819200000001],[-71.066063,42.80422999999999],[-71.025925,42.85108199999999],[-70.921837,42.88505900000001],[-70.898613,42.886787],[-70.850243,42.863338],[-70.814384,42.866974],[-70.740204,42.66342900000001],[-70.593712,42.646209999999996],[-70.633965,42.58254600000001],[-70.813637,42.54634100000001],[-70.894112,42.447970999999995],[-70.961128,42.432297000000005],[-71.034668,42.285529999999994],[-70.923714,42.23441700000001],[-70.893181,42.26566700000001],[-70.825172,42.26040599999999],[-70.775108,42.248538999999994],[-70.686554,42.153065],[-70.619225,41.968086],[-70.540863,41.930847],[-70.538231,41.805656],[-70.424042,41.743515],[-70.274368,41.721554],[-70.34166,41.711704],[-70.205795,41.712463000000014],[-70.019753,41.781409999999994],[-70.000984,41.856243000000006],[-70.101028,42.00209000000001],[-70.255676,42.06001699999999],[-70.13562,42.07239200000001],[-70.051003,42.026196],[-69.964706,41.903988],[-69.91832,41.76754399999999],[-69.954964,41.67138299999999],[-70.398148,41.612460999999996],[-70.433449,41.56964500000001],[-70.637665,41.53969599999999],[-70.665413,41.55601899999999],[-70.620285,41.73553100000001],[-70.839951,41.626587],[-70.892647,41.63380799999999],[-71.001701,41.52001999999999],[-71.117645,41.49295799999999],[-71.141724,41.65517],[-71.199318,41.67839799999999],[-71.229485,41.707592000000005],[-71.267136,41.749641],[-71.319832,41.77209500000001]]],[[[-70.604858,41.429550000000006],[-70.568222,41.46445499999999],[-70.55336,41.41727399999999],[-70.576385,41.41017199999999],[-70.515686,41.39854399999999],[-70.486671,41.341442],[-70.739204,41.33404200000001],[-70.770241,41.29804999999999],[-70.844444,41.348488],[-70.783051,41.352406],[-70.771454,41.32486700000001],[-70.752296,41.382057],[-70.668015,41.454826],[-70.606369,41.47455199999999],[-70.604858,41.429550000000006]]],[[[-70.032257,41.31181000000001],[-70.00705,41.32465400000001],[-70.027161,41.33708999999999],[-70.088173,41.29672600000001],[-70.035027,41.349597999999986],[-70.049805,41.391842],[-69.966522,41.294769],[-69.968987,41.251693999999986],[-70.103645,41.238155000000006],[-70.213806,41.270081000000005],[-70.207634,41.29396399999999],[-70.098412,41.27750800000001],[-70.032257,41.31181000000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Massachusetts","STATE_FIPS":"25","SUB_REGION":"N Eng","STATE_ABBR":"MA","LAND_KM":20300.349,"WATER_KM":2606.738,"PERSONS":6016425,"FAMILIES":1514746,"HOUSHOLD":2247110,"MALE":2888745,"FEMALE":3127680,"WORKERS":2268095,"DRVALONE":2148065,"CARPOOL":318026,"PUBTRANS":247381,"EMPLOYED":3027950,"UNEMPLOY":218000,"SERVICE":718354,"MANUAL":345333,"P_MALE":0.48,"P_FEMALE":0.52,"SAMP_POP":808423}},{"type":"Feature","id":"states.38","geometry":{"type":"MultiPolygon","coordinates":[[[[-101.406952,40.00100699999999],[-102.051071,39.99892800000001],[-102.047081,40.34265099999999],[-102.047157,40.431084],[-102.04557,40.69732300000001],[-102.046532,40.743134],[-102.047279,40.998076999999995],[-102.620789,41.000225],[-102.651802,40.99813499999999],[-103.382469,41.000331999999986],[-103.571823,40.999663999999996],[-104.051201,41.00322700000001],[-104.053505,41.38810699999999],[-104.054993,41.564246999999995],[-104.053108,41.69824600000001],[-104.053009,41.99985100000001],[-104.055725,42.61470399999999],[-104.05571,43.003094000000004],[-103.500984,42.99865],[-103.005409,42.99937399999999],[-102.787933,42.99532300000001],[-102.086273,42.989891],[-101.231308,42.98683500000001],[-100.197739,42.99108899999999],[-99.532402,42.992332000000005],[-99.253593,42.99239],[-98.497292,42.991783],[-98.457085,42.937163999999996],[-98.390846,42.920139000000006],[-98.309982,42.881798],[-98.167473,42.839573],[-98.144516,42.83579599999999],[-98.122765,42.82022499999999],[-98.121468,42.80836099999999],[-98.032791,42.769192000000004],[-97.994797,42.76681099999999],[-97.963211,42.77368899999999],[-97.929131,42.79232400000001],[-97.889595,42.83127200000001],[-97.888313,42.855807999999996],[-97.818298,42.866589000000005],[-97.796684,42.849597999999986],[-97.771843,42.84616500000001],[-97.724907,42.85800900000001],[-97.68541,42.836838],[-97.634628,42.86128600000001],[-97.570312,42.847992000000005],[-97.505791,42.860138000000006],[-97.482819,42.857158999999996],[-97.456924,42.85044500000001],[-97.388969,42.867435],[-97.311081,42.861774],[-97.271126,42.850018000000006],[-97.242859,42.85183000000001],[-97.224113,42.841206],[-97.211502,42.81257600000001],[-97.161095,42.798621999999995],[-97.130142,42.77392599999999],[-97.014816,42.759544000000005],[-96.979271,42.75831600000001],[-96.969681,42.75206800000001],[-96.977547,42.72730999999999],[-96.970451,42.721149],[-96.907913,42.73170099999999],[-96.809822,42.70408599999999],[-96.81012,42.681343],[-96.799026,42.67002099999999],[-96.722343,42.66859400000001],[-96.698746,42.657718999999986],[-96.694283,42.641166999999996],[-96.714958,42.621910000000014],[-96.713745,42.61230499999999],[-96.63636,42.550735],[-96.628983,42.522696999999994],[-96.605156,42.507239999999996],[-96.584442,42.518291000000005],[-96.546906,42.52050399999999],[-96.494392,42.48846399999999],[-96.439087,42.48924600000001],[-96.395767,42.46740700000001],[-96.397583,42.441799],[-96.41732,42.414783],[-96.411453,42.38092399999999],[-96.423866,42.34928500000001],[-96.389473,42.32879600000001],[-96.368393,42.29803100000001],[-96.342575,42.28208900000001],[-96.332352,42.26031499999999],[-96.337402,42.22953000000001],[-96.363205,42.214049999999986],[-96.35186,42.168194],[-96.284821,42.12346299999999],[-96.265182,42.04890800000001],[-96.238426,42.02844999999999],[-96.235794,42.001270000000005],[-96.202545,41.99662799999999],[-96.184921,41.98069799999999],[-96.147034,41.96626699999999],[-96.145576,41.92491899999999],[-96.159676,41.90416300000001],[-96.13533,41.86263299999999],[-96.076126,41.791481000000005],[-96.09903,41.75298699999999],[-96.09948,41.73157499999999],[-96.085266,41.70499799999999],[-96.12191,41.69492299999999],[-96.119972,41.68410499999999],[-96.099014,41.65468999999999],[-96.111015,41.59901400000001],[-96.080544,41.576008],[-96.091644,41.563152],[-96.085548,41.537529000000006],[-96.049881,41.52434199999999],[-96.004303,41.53667100000001],[-95.993675,41.528110999999996],[-95.996399,41.51152400000001],[-96.013161,41.492999999999995],[-96.006607,41.48195999999999],[-95.952896,41.47239300000001],[-95.934776,41.46238700000001],[-95.939766,41.39481000000001],[-95.942604,41.34008],[-95.888817,41.30139199999999],[-95.897301,41.286865000000006],[-95.910912,41.308471999999995],[-95.929939,41.302059000000014],[-95.91069,41.225246],[-95.921959,41.207854999999995],[-95.91581,41.194064999999995],[-95.85891,41.18053800000001],[-95.859512,41.166866],[-95.876396,41.16420400000001],[-95.857986,41.10918799999999],[-95.878517,41.06587200000001],[-95.859253,41.03500399999999],[-95.860611,41.002650999999986],[-95.837318,40.97425799999999],[-95.836258,40.901107999999994],[-95.834114,40.870299999999986],[-95.846153,40.848331],[-95.851509,40.792598999999996],[-95.876335,40.730434],[-95.767723,40.64311599999999],[-95.757271,40.620903],[-95.767204,40.589045999999996],[-95.763138,40.549705999999986],[-95.736763,40.53237200000001],[-95.691795,40.52412799999999],[-95.687141,40.56116900000001],[-95.675423,40.565833999999995],[-95.662674,40.558727000000005],[-95.657791,40.53033099999999],[-95.6847,40.512203],[-95.695091,40.48533599999999],[-95.636551,40.396389],[-95.633919,40.358799000000005],[-95.615936,40.346497],[-95.617668,40.33141699999999],[-95.645287,40.32234600000001],[-95.646561,40.30910900000001],[-95.595268,40.309776],[-95.546875,40.266215999999986],[-95.476562,40.226856],[-95.466377,40.213257],[-95.460693,40.17399599999999],[-95.422218,40.131744],[-95.392555,40.11541700000001],[-95.384285,40.09536399999999],[-95.403526,40.08037899999999],[-95.413506,40.048111000000006],[-95.390274,40.043750999999986],[-95.370987,40.028751],[-95.34481,40.02497500000001],[-95.308441,39.999409000000014],[-95.329445,39.99259599999999],[-95.780434,39.99348800000001],[-96.000977,39.995159],[-96.240311,39.99450300000001],[-96.453743,39.994170999999994],[-96.801117,39.994473],[-96.907982,39.996151],[-97.361595,39.997375000000005],[-97.816269,39.999718],[-97.929268,39.99843999999999],[-98.26384,39.99842100000001],[-98.504143,39.997116000000005],[-98.720284,39.998447],[-99.064384,39.998324999999994],[-99.177834,39.99956499999999],[-99.627472,40.00297900000001],[-100.180496,40.000473],[-100.190697,40.000580000000014],[-100.734619,39.999168],[-100.754425,40.00019499999999],[-101.321709,40.001823],[-101.406952,40.00100699999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Nebraska","STATE_FIPS":"31","SUB_REGION":"W N Cen","STATE_ABBR":"NE","LAND_KM":199113.203,"WATER_KM":1244.957,"PERSONS":1578385,"FAMILIES":415427,"HOUSHOLD":602363,"MALE":769439,"FEMALE":808946,"WORKERS":571600,"DRVALONE":590216,"CARPOOL":86820,"PUBTRANS":8988,"EMPLOYED":772813,"UNEMPLOY":29326,"SERVICE":249094,"MANUAL":108841,"P_MALE":0.487,"P_FEMALE":0.513,"SAMP_POP":328831}},{"type":"Feature","id":"states.39","geometry":{"type":"MultiPolygon","coordinates":[[[[-79.763466,42.267269],[-79.444252,42.41930400000001],[-79.355118,42.493404],[-79.142471,42.574557999999996],[-79.043991,42.69918799999999],[-78.859444,42.792686],[-78.93679,42.974174000000005],[-78.883034,43.022301],[-78.925835,43.06657000000001],[-79.061348,43.09054900000001],[-79.039558,43.14468400000001],[-79.062469,43.26816199999999],[-78.464905,43.371937],[-77.992271,43.36551299999999],[-77.745277,43.335109999999986],[-77.575989,43.24148600000001],[-77.377602,43.27565000000001],[-76.914841,43.27852999999999],[-76.737152,43.342667000000006],[-76.718796,43.323375999999996],[-76.619957,43.414085],[-76.454994,43.500652],[-76.223114,43.554084999999986],[-76.184921,43.633129],[-76.206017,43.68263200000001],[-76.240341,43.83506399999999],[-76.194069,43.91243],[-76.129417,43.93214800000001],[-76.134872,44.013172],[-76.201889,44.06554399999999],[-76.297226,44.04196200000001],[-76.363213,44.09830099999999],[-75.848351,44.390209],[-75.758972,44.51747499999999],[-75.329201,44.81057000000001],[-74.968819,44.948578],[-74.736481,44.99286699999999],[-74.021935,44.990803],[-73.345146,45.0061],[-73.351181,44.981933999999995],[-73.336838,44.93256400000001],[-73.382729,44.847893],[-73.369476,44.81907699999999],[-73.327209,44.799251999999996],[-73.373581,44.72419400000001],[-73.358574,44.68032500000001],[-73.37352,44.66123200000001],[-73.37056,44.634303999999986],[-73.382248,44.61976200000001],[-73.371719,44.57912099999999],[-73.348236,44.55392499999999],[-73.334877,44.54428100000001],[-73.293747,44.432804000000004],[-73.300423,44.405483000000004],[-73.330215,44.36734000000001],[-73.305756,44.26008999999999],[-73.377762,44.20119500000001],[-73.382492,44.172054],[-73.408295,44.136173000000014],[-73.409187,44.10655600000001],[-73.435646,44.06384299999999],[-73.436432,44.045624000000004],[-73.408684,44.01816600000001],[-73.417839,43.98813999999999],[-73.405769,43.914749],[-73.375557,43.885918000000004],[-73.385178,43.80444700000001],[-73.359436,43.778366000000005],[-73.357109,43.756496],[-73.371429,43.71421799999999],[-73.423401,43.63204999999999],[-73.418762,43.582413],[-73.388557,43.56907699999999],[-73.364128,43.61493300000001],[-73.303978,43.624649000000005],[-73.294548,43.619586999999996],[-73.282181,43.593121],[-73.291847,43.57496599999999],[-73.260429,43.559315],[-73.238838,43.512764000000004],[-73.250519,43.310779999999994],[-73.276451,42.94021599999999],[-73.280029,42.83702500000001],[-73.296616,42.803471],[-73.269722,42.747401999999994],[-73.258507,42.745979000000005],[-73.351273,42.504673],[-73.499275,42.07737],[-73.484665,42.047337],[-73.517578,41.665592000000004],[-73.530823,41.522651999999994],[-73.544724,41.365204000000006],[-73.55069,41.293526000000014],[-73.478554,41.21065899999999],[-73.725662,41.100258],[-73.654152,41.012519999999995],[-73.65358,40.99829500000001],[-73.780464,40.88658899999999],[-73.796768,40.832233],[-73.92028,40.802704000000006],[-74.006599,40.70389900000001],[-74.006676,40.737629],[-73.977478,40.79738599999999],[-73.922813,40.885941],[-73.909386,40.92721599999999],[-73.896568,40.96077299999999],[-73.897118,40.99843200000001],[-74.213448,41.123515999999995],[-74.242767,41.137530999999996],[-74.372383,41.19575499999999],[-74.700455,41.35047900000001],[-74.705666,41.374966],[-74.740829,41.401543000000004],[-74.740433,41.421966999999995],[-74.755219,41.43005400000001],[-74.79319,41.429824999999994],[-74.864456,41.447063000000014],[-74.895668,41.44458],[-74.898949,41.461803],[-74.932953,41.484261000000004],[-74.972176,41.48351299999999],[-75.015274,41.539467],[-75.025475,41.56571199999999],[-75.070251,41.604389],[-75.072838,41.612990999999994],[-75.051712,41.637226],[-75.065788,41.714747999999986],[-75.057358,41.72662],[-75.061707,41.770172],[-75.097542,41.778954],[-75.097214,41.79711900000001],[-75.080231,41.81406000000001],[-75.118164,41.83689899999999],[-75.125137,41.84909400000001],[-75.148666,41.85570100000001],[-75.171669,41.867751999999996],[-75.254898,41.868786],[-75.284073,41.947517000000005],[-75.324448,41.96118899999999],[-75.346039,41.992760000000004],[-75.383194,41.998271999999986],[-75.48011,41.996284],[-76.105186,41.999424000000005],[-76.14537,42.000580000000014],[-76.564247,42.002937],[-76.928711,42.00246000000001],[-76.968887,42.00290699999999],[-77.613136,41.998760000000004],[-77.745293,41.997265],[-78.204529,41.99813499999999],[-78.305351,41.99935500000001],[-78.918777,41.999786],[-79.059723,42.00109900000001],[-79.612595,42.00053],[-79.761887,42.003052],[-79.763466,42.267269]]],[[[-73.752632,40.594482],[-73.928009,40.557545000000005],[-73.761818,40.618134],[-73.765358,40.636829000000006],[-73.846481,40.65249600000001],[-73.916153,40.63102699999999],[-73.880234,40.59016399999999],[-74.004456,40.581154],[-74.028137,40.63923299999999],[-73.956024,40.739281000000005],[-73.899437,40.79701600000001],[-73.754341,40.78874999999999],[-73.749901,40.844898],[-73.598701,40.90304599999999],[-73.478523,40.87964600000001],[-73.431084,40.922459],[-73.214966,40.90094400000001],[-73.141426,40.95129800000001],[-73.021721,40.968334],[-72.632034,40.98118600000001],[-72.317505,41.149235000000004],[-72.281624,41.142437],[-72.354752,41.11010400000001],[-72.416817,41.02593999999999],[-72.551437,40.966080000000005],[-72.605278,40.905201000000005],[-72.476578,40.92004800000001],[-72.293556,41.02391800000001],[-72.203827,41.03527500000001],[-72.077492,41.000473],[-71.924187,41.08476999999999],[-71.870476,41.07440600000001],[-71.919189,41.030472],[-72.521629,40.814941000000005],[-73.422958,40.661224000000004],[-73.752632,40.594482]]],[[[-73.293495,40.626282],[-73.29158,40.63297700000001],[-73.240875,40.63297700000001],[-73.051468,40.67506800000001],[-72.877357,40.737246999999996],[-72.782654,40.76403400000001],[-72.757782,40.76786000000001],[-72.764481,40.75829300000001],[-72.956764,40.69994],[-73.03138,40.67124200000001],[-73.249489,40.625324000000006],[-73.293495,40.626282]]],[[[-74.23735,40.505898],[-74.23735,40.537800000000004],[-74.16671,40.624393],[-74.07328,40.649460000000005],[-74.059608,40.60160400000001],[-74.123413,40.544636],[-74.194054,40.510456000000005],[-74.23735,40.505898]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"New York","STATE_FIPS":"36","SUB_REGION":"Mid Atl","STATE_ABBR":"NY","LAND_KM":120316.171,"WATER_KM":6262.71,"PERSONS":1.8235907E7,"FAMILIES":4548344,"HOUSHOLD":6746555,"MALE":8739138,"FEMALE":9496769,"WORKERS":6763332,"DRVALONE":4467866,"CARPOOL":881693,"PUBTRANS":2113133,"EMPLOYED":8498119,"UNEMPLOY":636280,"SERVICE":2104413,"MANUAL":1035767,"P_MALE":0.479,"P_FEMALE":0.521,"SAMP_POP":2564485}},{"type":"Feature","id":"states.40","geometry":{"type":"MultiPolygon","coordinates":[[[[-77.476082,39.719528],[-78.096222,39.725368],[-78.334816,39.724007],[-78.385048,39.723659999999995],[-78.818016,39.723029999999994],[-78.930428,39.722252],[-79.396851,39.719234],[-79.481209,39.72019599999999],[-79.765358,39.72172900000001],[-79.918488,39.721588],[-80.429283,39.719761000000005],[-80.524467,39.721126999999996],[-80.524857,39.95834400000001],[-80.525169,40.022751],[-80.526253,40.16244900000001],[-80.523773,40.40296599999999],[-80.524567,40.478717999999986],[-80.522209,40.63713799999999],[-80.520515,40.854107],[-80.521133,40.897209000000004],[-80.52314,41.12957],[-80.520203,41.48923500000001],[-80.524132,41.495048999999995],[-80.52285,41.850719],[-80.520798,41.986816000000005],[-79.763466,42.267269],[-79.761887,42.003052],[-79.612595,42.00053],[-79.059723,42.00109900000001],[-78.918777,41.999786],[-78.305351,41.99935500000001],[-78.204529,41.99813499999999],[-77.745293,41.997265],[-77.613136,41.998760000000004],[-76.968887,42.00290699999999],[-76.928711,42.00246000000001],[-76.564247,42.002937],[-76.14537,42.000580000000014],[-76.105186,41.999424000000005],[-75.48011,41.996284],[-75.383194,41.998271999999986],[-75.346039,41.992760000000004],[-75.324448,41.96118899999999],[-75.284073,41.947517000000005],[-75.254898,41.868786],[-75.171669,41.867751999999996],[-75.148666,41.85570100000001],[-75.125137,41.84909400000001],[-75.118164,41.83689899999999],[-75.080231,41.81406000000001],[-75.097214,41.79711900000001],[-75.097542,41.778954],[-75.061707,41.770172],[-75.057358,41.72662],[-75.065788,41.714747999999986],[-75.051712,41.637226],[-75.072838,41.612990999999994],[-75.070251,41.604389],[-75.025475,41.56571199999999],[-75.015274,41.539467],[-74.972176,41.48351299999999],[-74.932953,41.484261000000004],[-74.898949,41.461803],[-74.895668,41.44458],[-74.864456,41.447063000000014],[-74.79319,41.429824999999994],[-74.755219,41.43005400000001],[-74.740433,41.421966999999995],[-74.740829,41.401543000000004],[-74.705666,41.374966],[-74.700455,41.35047900000001],[-74.792053,41.311871],[-74.794533,41.29512],[-74.825584,41.282612],[-74.866798,41.22672299999999],[-74.863274,41.20667599999999],[-74.915154,41.141009999999994],[-74.950378,41.111759000000006],[-74.984978,41.09928500000001],[-74.989265,41.08166499999999],[-74.966675,41.082581000000005],[-75.001534,41.062388999999996],[-75.035637,41.028107000000006],[-75.070358,41.01061999999999],[-75.116997,41.00015300000001],[-75.139679,40.97743199999999],[-75.135902,40.962841],[-75.080116,40.90325200000001],[-75.074066,40.884528999999986],[-75.05687,40.871948],[-75.055,40.85557600000001],[-75.099922,40.83918800000001],[-75.089592,40.821293],[-75.100922,40.791561],[-75.130699,40.772609999999986],[-75.170692,40.774711999999994],[-75.194023,40.747906],[-75.188133,40.723759],[-75.205734,40.68596299999999],[-75.184441,40.669692999999995],[-75.209297,40.65063900000001],[-75.198318,40.634106],[-75.200768,40.614643],[-75.193893,40.58366799999999],[-75.197952,40.570583],[-75.182663,40.55669800000001],[-75.124908,40.564696999999995],[-75.08017,40.545254],[-75.064064,40.52090100000001],[-75.070503,40.45615000000001],[-75.057838,40.42006699999999],[-75.021652,40.401218],[-75.000862,40.40851599999999],[-74.973228,40.40434300000001],[-74.950577,40.34536700000001],[-74.932892,40.33366799999999],[-74.921539,40.31392700000001],[-74.88105,40.29948400000001],[-74.843155,40.248344],[-74.73922,40.177616],[-74.725876,40.14919699999999],[-74.746689,40.12424899999999],[-74.829414,40.116051],[-74.872314,40.077946],[-74.956589,40.05790300000001],[-74.983871,40.033962],[-75.046059,40.00752299999999],[-75.068428,39.98527899999999],[-75.084969,39.97561999999999],[-75.111343,39.97657799999999],[-75.140244,39.95580699999999],[-75.147537,39.934628000000004],[-75.136185,39.89677399999999],[-75.14328,39.88148899999999],[-75.185982,39.87729300000001],[-75.247368,39.850291999999996],[-75.254112,39.845425000000006],[-75.346298,39.84840399999999],[-75.42083,39.798869999999994],[-75.470345,39.826435000000004],[-75.583794,39.84000800000001],[-75.644341,39.83819600000001],[-75.695114,39.820347],[-75.745934,39.77481800000001],[-75.775269,39.72444200000001],[-75.791435,39.72375500000001],[-76.139549,39.72212200000001],[-76.233444,39.72174799999999],[-76.570145,39.72016099999999],[-76.790794,39.72115299999999],[-76.997108,39.72079099999999],[-77.221344,39.72058100000001],[-77.464722,39.719978],[-77.476082,39.719528]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Pennsylvania","STATE_FIPS":"42","SUB_REGION":"Mid Atl","STATE_ABBR":"PA","LAND_KM":116082.737,"WATER_KM":1274.584,"PERSONS":1.1881643E7,"FAMILIES":3155989,"HOUSHOLD":4495966,"MALE":5694265,"FEMALE":6187378,"WORKERS":4416669,"DRVALONE":3818385,"CARPOOL":689656,"PUBTRANS":343724,"EMPLOYED":5434532,"UNEMPLOY":344795,"SERVICE":1426851,"MANUAL":916786,"P_MALE":0.479,"P_FEMALE":0.521,"SAMP_POP":2147891}},{"type":"Feature","id":"states.41","geometry":{"type":"MultiPolygon","coordinates":[[[[-73.530823,41.522651999999994],[-73.517578,41.665592000000004],[-73.484665,42.047337],[-73.046082,42.03621699999999],[-73.006546,42.03591499999999],[-72.81691,42.033412999999996],[-72.818138,41.99708899999999],[-72.768036,42.002071],[-72.756355,42.03375199999999],[-72.609993,42.030440999999996],[-72.608292,42.022705],[-72.582375,42.021511000000004],[-72.571693,42.03002900000001],[-72.508041,42.030669999999986],[-72.136826,42.026306000000005],[-72.095451,42.02570299999999],[-71.802826,42.01787899999999],[-71.798317,42.004177],[-71.788734,41.72150400000001],[-71.793091,41.641659000000004],[-71.79068,41.601208000000014],[-71.80323,41.415729999999996],[-71.846481,41.40375499999999],[-71.837357,41.34186199999999],[-71.848259,41.325249000000014],[-71.867165,41.32266999999999],[-72.281891,41.281048],[-72.326828,41.28954300000001],[-72.378883,41.35825],[-72.378624,41.27800400000001],[-72.52771,41.26360299999999],[-72.907188,41.26996600000001],[-73.104866,41.160942000000006],[-73.65358,40.99829500000001],[-73.654152,41.012519999999995],[-73.725662,41.100258],[-73.478554,41.21065899999999],[-73.55069,41.293526000000014],[-73.544724,41.365204000000006],[-73.530823,41.522651999999994]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Connecticut","STATE_FIPS":"09","SUB_REGION":"N Eng","STATE_ABBR":"CT","LAND_KM":12549.571,"WATER_KM":748.495,"PERSONS":3287116,"FAMILIES":864493,"HOUSHOLD":1230479,"MALE":1592873,"FEMALE":1694243,"WORKERS":1248972,"DRVALONE":1300825,"CARPOOL":186944,"PUBTRANS":65805,"EMPLOYED":1692874,"UNEMPLOY":95819,"SERVICE":402039,"MANUAL":195403,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":446558}},{"type":"Feature","id":"states.42","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.79068,41.601208000000014],[-71.793091,41.641659000000004],[-71.788734,41.72150400000001],[-71.798317,42.004177],[-71.497925,42.00915499999999],[-71.379143,42.01361499999999],[-71.382904,41.979164],[-71.384453,41.88834],[-71.333588,41.89593099999999],[-71.342995,41.87568300000001],[-71.335045,41.85780299999999],[-71.345985,41.813061000000005],[-71.340302,41.784324999999995],[-71.319832,41.77209500000001],[-71.267136,41.749641],[-71.229485,41.707592000000005],[-71.284508,41.67944700000001],[-71.367889,41.74124900000001],[-71.394081,41.761055],[-71.369514,41.703190000000006],[-71.419746,41.65211099999999],[-71.427818,41.48658800000001],[-71.490387,41.39198300000001],[-71.722755,41.32716400000001],[-71.867165,41.32266999999999],[-71.848259,41.325249000000014],[-71.837357,41.34186199999999],[-71.846481,41.40375499999999],[-71.80323,41.415729999999996],[-71.79068,41.601208000000014]]],[[[-71.199318,41.67839799999999],[-71.141724,41.65517],[-71.117645,41.49295799999999],[-71.200447,41.46321499999999],[-71.199318,41.67839799999999]]],[[[-71.269676,41.62116599999999],[-71.219955,41.63553999999999],[-71.239182,41.47474700000001],[-71.288513,41.483517000000006],[-71.350029,41.44575499999999],[-71.269676,41.62116599999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Rhode Island","STATE_FIPS":"44","SUB_REGION":"N Eng","STATE_ABBR":"RI","LAND_KM":2706.52,"WATER_KM":538.056,"PERSONS":1003464,"FAMILIES":258886,"HOUSHOLD":377977,"MALE":481496,"FEMALE":521968,"WORKERS":377122,"DRVALONE":375766,"CARPOOL":58141,"PUBTRANS":12187,"EMPLOYED":487913,"UNEMPLOY":34690,"SERVICE":131213,"MANUAL":75612,"P_MALE":0.48,"P_FEMALE":0.52,"SAMP_POP":128740}},{"type":"Feature","id":"states.43","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.489639,39.71474499999999],[-75.476334,39.71997099999999],[-75.475128,39.74171799999999],[-75.460754,39.763248000000004],[-75.428009,39.778130000000004],[-75.412117,39.789658],[-75.42083,39.798869999999994],[-75.346298,39.84840399999999],[-75.254112,39.845425000000006],[-75.247368,39.850291999999996],[-75.185982,39.87729300000001],[-75.14328,39.88148899999999],[-75.136185,39.89677399999999],[-75.147537,39.934628000000004],[-75.140244,39.95580699999999],[-75.111343,39.97657799999999],[-75.084969,39.97561999999999],[-75.068428,39.98527899999999],[-75.046059,40.00752299999999],[-74.983871,40.033962],[-74.956589,40.05790300000001],[-74.872314,40.077946],[-74.829414,40.116051],[-74.746689,40.12424899999999],[-74.725876,40.14919699999999],[-74.73922,40.177616],[-74.843155,40.248344],[-74.88105,40.29948400000001],[-74.921539,40.31392700000001],[-74.932892,40.33366799999999],[-74.950577,40.34536700000001],[-74.973228,40.40434300000001],[-75.000862,40.40851599999999],[-75.021652,40.401218],[-75.057838,40.42006699999999],[-75.070503,40.45615000000001],[-75.064064,40.52090100000001],[-75.08017,40.545254],[-75.124908,40.564696999999995],[-75.182663,40.55669800000001],[-75.197952,40.570583],[-75.193893,40.58366799999999],[-75.200768,40.614643],[-75.198318,40.634106],[-75.209297,40.65063900000001],[-75.184441,40.669692999999995],[-75.205734,40.68596299999999],[-75.188133,40.723759],[-75.194023,40.747906],[-75.170692,40.774711999999994],[-75.130699,40.772609999999986],[-75.100922,40.791561],[-75.089592,40.821293],[-75.099922,40.83918800000001],[-75.055,40.85557600000001],[-75.05687,40.871948],[-75.074066,40.884528999999986],[-75.080116,40.90325200000001],[-75.135902,40.962841],[-75.139679,40.97743199999999],[-75.116997,41.00015300000001],[-75.070358,41.01061999999999],[-75.035637,41.028107000000006],[-75.001534,41.062388999999996],[-74.966675,41.082581000000005],[-74.989265,41.08166499999999],[-74.984978,41.09928500000001],[-74.950378,41.111759000000006],[-74.915154,41.141009999999994],[-74.863274,41.20667599999999],[-74.866798,41.22672299999999],[-74.825584,41.282612],[-74.794533,41.29512],[-74.792053,41.311871],[-74.700455,41.35047900000001],[-74.372383,41.19575499999999],[-74.242767,41.137530999999996],[-74.213448,41.123515999999995],[-73.897118,40.99843200000001],[-73.896568,40.96077299999999],[-73.909386,40.92721599999999],[-73.922813,40.885941],[-73.977478,40.79738599999999],[-74.006676,40.737629],[-74.006599,40.70389900000001],[-74.129471,40.64696900000001],[-74.115944,40.705524],[-74.14727,40.675377],[-74.208664,40.591083999999995],[-74.27932,40.51419799999999],[-74.269325,40.46364199999999],[-74.224915,40.443478],[-74.122299,40.45135099999999],[-73.978859,40.32350500000001],[-74.03965,40.10172700000001],[-74.091843,40.115971],[-74.08419,40.088066],[-74.034714,40.091251],[-74.050209,40.05673999999999],[-74.122597,40.051445],[-74.077751,40.042156000000006],[-74.159645,39.87848700000001],[-74.171844,39.718154999999996],[-74.238091,39.62392800000001],[-74.323753,39.571968],[-74.329262,39.52350999999999],[-74.412796,39.54250300000001],[-74.401527,39.50251],[-74.460823,39.42663999999999],[-74.447906,39.38095899999999],[-74.65863,39.287136000000004],[-74.622925,39.28151700000001],[-74.624985,39.25071299999999],[-74.802681,39.02626000000001],[-74.879639,38.989731000000006],[-74.876686,38.95657],[-74.968506,38.971625999999986],[-74.890587,39.11374699999999],[-74.917038,39.170525],[-75.014786,39.19825],[-75.120331,39.18457799999999],[-75.416031,39.37485899999999],[-75.553116,39.49040199999999],[-75.517044,39.56645599999999],[-75.570587,39.61762200000001],[-75.489639,39.71474499999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"New Jersey","STATE_FIPS":"34","SUB_REGION":"Mid Atl","STATE_ABBR":"NJ","LAND_KM":21208.368,"WATER_KM":1128.595,"PERSONS":7484736,"FAMILIES":1962314,"HOUSHOLD":2687478,"MALE":3622220,"FEMALE":3862516,"WORKERS":2817265,"DRVALONE":2723918,"CARPOOL":451438,"PUBTRANS":266063,"EMPLOYED":3741297,"UNEMPLOY":218598,"SERVICE":846794,"MANUAL":460013,"P_MALE":0.484,"P_FEMALE":0.516,"SAMP_POP":1052748}},{"type":"Feature","id":"states.44","geometry":{"type":"MultiPolygon","coordinates":[[[[-86.341629,38.177223],[-86.364372,38.19322600000001],[-86.388329,38.194743999999986],[-86.387123,38.167957],[-86.343147,38.155495],[-86.335442,38.143963000000014],[-86.344063,38.13420500000001],[-86.3937,38.12323000000001],[-86.407204,38.10815400000001],[-86.452545,38.129692000000006],[-86.464867,38.12909300000001],[-86.474358,38.11164500000001],[-86.442543,38.08863400000001],[-86.44249,38.075931999999995],[-86.458389,38.05909700000001],[-86.503136,38.051585999999986],[-86.519112,38.046986000000004],[-86.527855,38.018631],[-86.530869,37.987415],[-86.516922,37.942181000000005],[-86.522758,37.927811000000005],[-86.541107,37.921454999999995],[-86.581802,37.925606],[-86.598328,37.921013],[-86.614799,37.857918],[-86.645584,37.845943000000005],[-86.665939,37.847324],[-86.670685,37.860584],[-86.660324,37.902514999999994],[-86.668671,37.913139],[-86.68914,37.91179700000001],[-86.728889,37.894566],[-86.753838,37.898303999999996],[-86.802826,37.978745],[-86.826317,37.991505000000004],[-86.863281,37.986866000000006],[-86.900085,37.953644],[-86.93158,37.937988000000004],[-86.989037,37.930565],[-87.013161,37.924713],[-87.036484,37.907955],[-87.071312,37.807086999999996],[-87.10643,37.784203000000005],[-87.131882,37.789688],[-87.158081,37.82692],[-87.175781,37.838593],[-87.226761,37.84907200000001],[-87.272743,37.870773],[-87.310555,37.89367300000001],[-87.387543,37.93492500000001],[-87.452278,37.936477999999994],[-87.504791,37.91558499999999],[-87.604309,37.971115],[-87.627121,37.923412],[-87.594704,37.890724000000006],[-87.59362,37.864868],[-87.607574,37.843777],[-87.65168,37.828132999999994],[-87.6847,37.836330000000004],[-87.679703,37.897007],[-87.709389,37.899711999999994],[-87.72818,37.894543],[-87.753761,37.898087000000004],[-87.823624,37.878212000000005],[-87.857162,37.890902999999994],[-87.89901,37.924553],[-87.921867,37.919865],[-87.934456,37.904160000000005],[-87.936821,37.875179],[-87.910202,37.838570000000004],[-87.920143,37.809685],[-87.939583,37.799507000000006],[-87.95871,37.77618],[-88.011192,37.801308000000006],[-88.035576,37.805683],[-88.086029,37.817612],[-88.089264,37.831249],[-88.042137,37.827522],[-88.034241,37.843745999999996],[-88.075737,37.867808999999994],[-88.101456,37.895306000000005],[-88.100082,37.90617],[-88.044868,37.896004000000005],[-88.026588,37.905758000000006],[-88.030441,37.917591],[-88.084,37.92366],[-88.078941,37.944],[-88.064621,37.929783],[-88.041771,37.934498000000005],[-88.042511,37.956264000000004],[-88.021706,37.975055999999995],[-88.029213,38.00823600000001],[-88.021698,38.03353100000001],[-88.041473,38.03830300000001],[-88.043091,38.04512],[-88.034729,38.054084999999986],[-87.975296,38.073307],[-87.964867,38.09674799999999],[-88.012329,38.09234599999999],[-88.018547,38.10330200000001],[-87.973503,38.131760000000014],[-87.950569,38.13691299999999],[-87.931992,38.15752800000001],[-87.932289,38.171131],[-87.977928,38.200714000000005],[-87.986008,38.234814],[-87.980019,38.241085],[-87.925919,38.30477099999999],[-87.913651,38.302345],[-87.914108,38.281048],[-87.888466,38.300658999999996],[-87.883446,38.315552],[-87.874039,38.316788],[-87.863007,38.28536199999999],[-87.850082,38.28609800000001],[-87.834503,38.35252399999999],[-87.784019,38.378124000000014],[-87.748428,38.41796500000001],[-87.738953,38.44548],[-87.758659,38.45709600000001],[-87.756096,38.466125000000005],[-87.692818,38.48153300000001],[-87.679909,38.50400500000001],[-87.653534,38.50044299999999],[-87.65139,38.51536899999999],[-87.672943,38.54742400000001],[-87.652855,38.573871999999994],[-87.640594,38.593177999999995],[-87.619827,38.599209],[-87.628647,38.622917],[-87.625191,38.642810999999995],[-87.588478,38.672169],[-87.543892,38.68597399999999],[-87.508316,38.73663300000001],[-87.508003,38.769722],[-87.519028,38.77669900000001],[-87.507889,38.795559],[-87.550507,38.857890999999995],[-87.559059,38.869811999999996],[-87.5392,38.90486100000001],[-87.530182,38.93191899999999],[-87.53347,38.96370300000001],[-87.547905,38.97707700000001],[-87.591858,38.99408299999999],[-87.581749,38.995743000000004],[-87.58532,39.062434999999994],[-87.612007,39.08460600000001],[-87.630867,39.08897400000001],[-87.631668,39.10394299999999],[-87.662262,39.11346800000001],[-87.659454,39.130652999999995],[-87.670326,39.146679000000006],[-87.644257,39.168507000000005],[-87.607925,39.196068],[-87.594208,39.198128],[-87.588593,39.20846599999999],[-87.584564,39.248752999999994],[-87.606895,39.258162999999996],[-87.615799,39.281418],[-87.610619,39.297661000000005],[-87.625237,39.30740399999999],[-87.597664,39.338268],[-87.540215,39.350525000000005],[-87.538567,39.47744800000001],[-87.535576,39.609341],[-87.535774,39.887302000000005],[-87.535339,40.16619499999999],[-87.535675,40.48324600000001],[-87.53717,40.494609999999994],[-87.532669,40.74541099999999],[-87.532021,41.00993],[-87.531731,41.173756],[-87.532448,41.30130399999999],[-87.532646,41.46971500000001],[-87.529861,41.723591],[-87.463669,41.67158900000001],[-87.419266,41.676331000000005],[-87.441933,41.65807699999999],[-87.394707,41.63415499999999],[-87.233818,41.62615199999999],[-86.942429,41.716465],[-86.834801,41.765465000000006],[-86.525162,41.76549499999999],[-86.234558,41.764815999999996],[-86.068298,41.764579999999995],[-85.799232,41.763485],[-85.65947,41.76257699999999],[-85.297234,41.763531],[-85.193169,41.76281700000001],[-84.82605,41.76182600000001],[-84.788521,41.760909999999996],[-84.790421,41.69744499999999],[-84.791412,41.530440999999996],[-84.791939,41.42784900000001],[-84.791016,41.28376800000001],[-84.791626,41.253082000000006],[-84.790565,40.988293],[-84.791061,40.937659999999994],[-84.793098,40.728813],[-84.793289,40.58869200000001],[-84.794594,40.353004],[-84.795425,40.31945400000001],[-84.803604,40.01394300000001],[-84.80619,39.91711799999999],[-84.808739,39.73325],[-84.811081,39.563998999999995],[-84.81115,39.51311100000001],[-84.812073,39.31227899999999],[-84.812119,39.302975],[-84.811531,39.10252800000001],[-84.827911,39.10363000000001],[-84.886757,39.064987],[-84.890045,39.050591],[-84.876343,39.032837],[-84.844276,39.00577200000001],[-84.834496,38.98271600000001],[-84.846367,38.95457099999999],[-84.875931,38.92754400000001],[-84.875305,38.909369999999996],[-84.859795,38.901981000000006],[-84.803276,38.89712900000001],[-84.788719,38.884322999999995],[-84.787498,38.866581],[-84.824478,38.83439999999999],[-84.818832,38.793346000000014],[-84.975662,38.78057899999999],[-85.025124,38.764229],[-85.068504,38.750361999999996],[-85.119705,38.714077],[-85.16098,38.69511399999999],[-85.205208,38.69575499999999],[-85.271439,38.744316],[-85.335052,38.73694599999999],[-85.418228,38.738358000000005],[-85.446732,38.72478100000001],[-85.45372,38.694614],[-85.424446,38.584778],[-85.417503,38.56141299999999],[-85.432411,38.53695300000001],[-85.466423,38.518112],[-85.50724,38.47135499999999],[-85.612679,38.446606],[-85.643631,38.383621000000005],[-85.654266,38.33768499999999],[-85.681427,38.300883999999996],[-85.746964,38.27024499999999],[-85.786247,38.28232199999999],[-85.806587,38.28611000000001],[-85.839943,38.27622199999999],[-85.852371,38.23849100000001],[-85.912109,38.17993200000001],[-85.914787,38.06480400000001],[-85.930908,38.03397799999999],[-85.958618,38.01176799999999],[-86.006699,38.001693999999986],[-86.031654,37.992878000000005],[-86.05275,37.966713],[-86.105019,38.01126500000001],[-86.190651,38.01768899999999],[-86.252182,38.04065299999999],[-86.277725,38.05810500000001],[-86.291466,38.07842299999999],[-86.297699,38.150238],[-86.341629,38.177223]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Indiana","STATE_FIPS":"18","SUB_REGION":"E N Cen","STATE_ABBR":"IN","LAND_KM":92903.666,"WATER_KM":882.327,"PERSONS":5544159,"FAMILIES":1480351,"HOUSHOLD":2065355,"MALE":2688281,"FEMALE":2855878,"WORKERS":2023242,"DRVALONE":2040232,"CARPOOL":332386,"PUBTRANS":34117,"EMPLOYED":2628695,"UNEMPLOY":160143,"SERVICE":746029,"MANUAL":518252,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":891110}},{"type":"Feature","id":"states.45","geometry":{"type":"MultiPolygon","coordinates":[[[[-119.151466,38.411883999999986],[-119.31783300000001,38.527195000000006],[-119.57468399999999,38.703002999999995],[-119.888329,38.92234400000001],[-119.99423999999999,38.99419800000001],[-119.994133,39.063582999999994],[-119.99352300000001,39.106224],[-119.994507,39.158806],[-119.99427800000001,39.31163799999999],[-119.99498,39.443591999999995],[-119.995132,39.720702999999986],[-119.995277,41.177670000000006],[-119.992401,41.989315000000005],[-119.350655,41.98895999999999],[-119.309906,41.98924299999999],[-118.184326,41.99674200000001],[-117.01790600000001,41.99490399999999],[-116.991356,41.99490399999999],[-115.946617,41.994698],[-115.023979,41.99659700000001],[-114.268616,41.99601000000001],[-114.038223,41.995476],[-114.037308,40.997761],[-114.03727,40.111110999999994],[-114.039009,39.90884],[-114.039276,39.53874200000001],[-114.043449,38.67904300000001],[-114.044273,38.571140000000014],[-114.046463,38.13769099999999],[-114.046448,37.598507],[-114.043137,36.996562999999995],[-114.042915,36.84187300000001],[-114.036598,36.216038],[-114.044312,36.193993000000006],[-114.106979,36.121105],[-114.128227,36.041743999999994],[-114.205971,36.017269],[-114.232674,36.018345],[-114.306786,36.062248],[-114.303055,36.087124],[-114.315292,36.111453999999995],[-114.34343,36.137496999999996],[-114.379997,36.151009],[-114.443138,36.121071],[-114.465805,36.124729],[-114.529762,36.155108999999996],[-114.598122,36.138355000000004],[-114.620796,36.141987],[-114.711945,36.105202000000006],[-114.727333,36.085983],[-114.728149,36.058773],[-114.716858,36.036777],[-114.735397,35.987667],[-114.698463,35.911629000000005],[-114.660789,35.880489],[-114.661652,35.870975],[-114.689056,35.847458],[-114.681931,35.764717000000005],[-114.688011,35.732609],[-114.664284,35.693111],[-114.667679,35.656409999999994],[-114.653259,35.646595000000005],[-114.639061,35.61135899999999],[-114.652328,35.584843000000006],[-114.648987,35.546645999999996],[-114.67141,35.515761999999995],[-114.644592,35.450768],[-114.588783,35.358383],[-114.58709,35.304771],[-114.558784,35.220184],[-114.560242,35.174347],[-114.571457,35.140068],[-114.581818,35.132560999999995],[-114.625641,35.133906999999994],[-114.635109,35.118656],[-114.594833,35.076057000000006],[-114.63298,35.041861999999995],[-114.62027,34.998913],[-115.625359,35.795722999999995],[-115.884918,36.001259000000005],[-117.15952300000001,36.959655999999995],[-117.837761,37.457367000000005],[-118.416466,37.886745000000005],[-119.151466,38.411883999999986]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Nevada","STATE_FIPS":"32","SUB_REGION":"Mtn","STATE_ABBR":"NV","LAND_KM":284397.191,"WATER_KM":1971.049,"PERSONS":1201833,"FAMILIES":307400,"HOUSHOLD":466297,"MALE":611880,"FEMALE":589953,"WORKERS":475643,"DRVALONE":443571,"CARPOOL":93635,"PUBTRANS":16096,"EMPLOYED":607437,"UNEMPLOY":40083,"SERVICE":222792,"MANUAL":67743,"P_MALE":0.509,"P_FEMALE":0.491,"SAMP_POP":159997}},{"type":"Feature","id":"states.46","geometry":{"type":"MultiPolygon","coordinates":[[[[-114.046463,38.13769099999999],[-114.044273,38.571140000000014],[-114.043449,38.67904300000001],[-114.039276,39.53874200000001],[-114.039009,39.90884],[-114.03727,40.111110999999994],[-114.037308,40.997761],[-114.038223,41.995476],[-112.988754,42.001228],[-112.146324,41.99913000000001],[-112.099724,42.002376999999996],[-111.49382,42.00023999999999],[-111.047951,41.996264999999994],[-111.050323,41.57864799999999],[-111.050911,41.25847999999999],[-111.050285,40.996635],[-110.062477,40.99794],[-110.001457,40.997646],[-109.047638,40.99847399999999],[-109.045479,40.665329000000014],[-109.050591,40.210544999999996],[-109.051888,39.65741],[-109.052864,39.51819599999999],[-109.050751,39.36098899999999],[-109.053284,38.494663],[-109.055199,38.24493000000001],[-109.042801,38.15294299999999],[-109.042542,37.887428],[-109.044937,37.630829000000006],[-109.047821,36.996643000000006],[-109.996399,36.992065],[-110.451546,36.991749],[-110.483398,37.003929],[-110.739372,37.002491000000006],[-111.355453,37.001720000000006],[-112.236511,36.995506000000006],[-112.541763,36.998008999999996],[-112.899216,36.99624300000001],[-114.043137,36.996562999999995],[-114.046448,37.598507],[-114.046463,38.13769099999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Utah","STATE_FIPS":"49","SUB_REGION":"Mtn","STATE_ABBR":"UT","LAND_KM":212815.546,"WATER_KM":7086.152,"PERSONS":1722850,"FAMILIES":410862,"HOUSHOLD":537273,"MALE":855759,"FEMALE":867091,"WORKERS":564185,"DRVALONE":541226,"CARPOOL":111197,"PUBTRANS":16971,"EMPLOYED":736059,"UNEMPLOY":41389,"SERVICE":196289,"MANUAL":102232,"P_MALE":0.497,"P_FEMALE":0.503,"SAMP_POP":304592}},{"type":"Feature","id":"states.47","geometry":{"type":"MultiPolygon","coordinates":[[[[-121.664154,38.16936899999999],[-121.781296,38.066856],[-121.90169499999999,38.072990000000004],[-121.983475,38.13958400000001],[-122.23116300000001,38.071158999999994],[-122.271919,38.15950000000001],[-122.314674,38.206017],[-122.337822,38.19366500000001],[-122.28427099999999,38.159392999999994],[-122.27169,38.097565],[-122.397377,38.161418999999995],[-122.428116,38.113888],[-122.48784599999999,38.113495],[-122.527557,38.15075300000001],[-122.473457,38.08553699999999],[-122.505363,38.018730000000005],[-122.440697,37.983031999999994],[-122.48893699999999,37.931843],[-122.457176,37.834293],[-122.514641,37.822177999999994],[-122.665298,37.906994],[-122.690628,37.894465999999994],[-122.821091,38.00774799999999],[-122.920074,38.030697],[-122.95549,37.990829000000005],[-123.00962100000001,37.994536999999994],[-122.938164,38.15334300000001],[-122.993538,38.29731000000001],[-123.047684,38.294224000000014],[-123.12043,38.433685],[-123.29682199999999,38.547421000000014],[-123.52276599999999,38.75774799999999],[-123.720772,38.92486199999999],[-123.68232,39.041900999999996],[-123.812592,39.34791200000001],[-123.753525,39.55199400000001],[-123.78240199999999,39.687229],[-123.836975,39.82652300000001],[-124.0065,39.99871400000001],[-124.093414,40.10051300000001],[-124.34414699999999,40.25257099999999],[-124.334946,40.327698],[-124.391472,40.435383],[-124.108269,40.978363],[-124.148521,41.128986],[-124.070419,41.313987999999995],[-124.05677,41.45832100000001],[-124.143021,41.727355999999986],[-124.241905,41.77691999999999],[-124.206306,41.84849199999999],[-124.205246,41.997814000000005],[-123.81796299999999,41.99311399999999],[-123.512032,41.99799300000001],[-123.22094,42.00234599999999],[-122.28357700000001,42.0009],[-121.440407,41.99445700000001],[-120.87082699999999,41.98778899999999],[-119.992401,41.989315000000005],[-119.995277,41.177670000000006],[-119.995132,39.720702999999986],[-119.99498,39.443591999999995],[-119.99427800000001,39.31163799999999],[-119.994507,39.158806],[-119.99352300000001,39.106224],[-119.994133,39.063582999999994],[-119.99423999999999,38.99419800000001],[-119.888329,38.92234400000001],[-119.57468399999999,38.703002999999995],[-119.31783300000001,38.527195000000006],[-119.151466,38.411883999999986],[-118.416466,37.886745000000005],[-117.837761,37.457367000000005],[-117.15952300000001,36.959655999999995],[-115.884918,36.001259000000005],[-115.625359,35.795722999999995],[-114.62027,34.998913],[-114.631477,34.99764999999999],[-114.620209,34.943607],[-114.629677,34.919498000000004],[-114.626465,34.87553],[-114.56942,34.831856],[-114.541245,34.759952999999996],[-114.524757,34.74890499999999],[-114.497009,34.744750999999994],[-114.464844,34.709866000000005],[-114.421478,34.610885999999994],[-114.43351,34.598952999999995],[-114.408951,34.583714],[-114.376038,34.536552],[-114.383072,34.477074],[-114.375717,34.459666999999996],[-114.331848,34.454860999999994],[-114.302078,34.43574099999999],[-114.282608,34.41205600000001],[-114.257057,34.40547599999999],[-114.181297,34.36519199999999],[-114.152634,34.336433],[-114.133347,34.314533],[-114.124451,34.272605999999996],[-114.149132,34.266964],[-114.234993,34.186206999999996],[-114.284584,34.171215000000004],[-114.322014,34.141281000000006],[-114.409378,34.102638],[-114.423241,34.078316],[-114.428192,34.029827],[-114.517418,33.965046],[-114.524841,33.95239599999999],[-114.497398,33.925017999999994],[-114.520172,33.86290700000001],[-114.510933,33.84194599999999],[-114.520332,33.826012000000006],[-114.503769,33.771694],[-114.509499,33.743179],[-114.494888,33.708347],[-114.535645,33.68271300000001],[-114.524475,33.665482],[-114.526382,33.622112],[-114.539459,33.580482],[-114.528633,33.560047],[-114.586273,33.509418],[-114.597298,33.486098999999996],[-114.6203,33.468571],[-114.629784,33.439396],[-114.644302,33.41908599999999],[-114.724144,33.41103],[-114.702812,33.352385999999996],[-114.734634,33.305676000000005],[-114.676903,33.267982],[-114.68692,33.239222999999996],[-114.67926,33.22456],[-114.67733,33.167213000000004],[-114.708672,33.122337],[-114.710564,33.095344999999995],[-114.663162,33.038883],[-114.644371,33.04437299999999],[-114.633179,33.03352700000001],[-114.609138,33.026962],[-114.558304,33.036743],[-114.519844,33.027668000000006],[-114.467606,32.977749],[-114.475662,32.935867],[-114.460655,32.845378999999994],[-114.525436,32.809867999999994],[-114.534294,32.788002000000006],[-114.529312,32.771366],[-114.542404,32.771187],[-114.542221,32.760704000000004],[-114.560799,32.760707999999994],[-114.559967,32.74889],[-114.571426,32.748783],[-114.571175,32.737392],[-114.602737,32.735839999999996],[-114.603157,32.726237999999995],[-114.693253,32.741378999999995],[-114.711906,32.734966],[-114.72126,32.72081],[-116.10612499999999,32.61940800000001],[-117.127235,32.535725],[-117.198944,32.718391],[-117.119743,32.602818],[-117.123665,32.678878999999995],[-117.197906,32.738884],[-117.247337,32.680042],[-117.284454,32.851173],[-117.253998,32.888126],[-117.327568,33.111442999999994],[-117.40927099999999,33.234055],[-117.596451,33.394504999999995],[-118.10582,33.747547],[-118.245712,33.773906999999994],[-118.285988,33.703888000000006],[-118.40418199999999,33.738434],[-118.42804699999999,33.77543300000001],[-118.387268,33.812309],[-118.411201,33.882954],[-118.54093900000001,34.037243000000004],[-118.787193,34.018249999999995],[-118.93843100000001,34.04007300000001],[-119.215393,34.146336000000005],[-119.265823,34.238094000000004],[-119.482056,34.374866],[-119.605331,34.416439],[-119.868462,34.404799999999994],[-120.010521,34.46167],[-120.139183,34.471912],[-120.455208,34.442513000000005],[-120.508408,34.521389],[-120.640289,34.57235300000001],[-120.60062400000001,34.704041000000004],[-120.630669,34.75992599999999],[-120.607155,34.855637],[-120.66494,34.903831],[-120.643333,34.972660000000005],[-120.61576099999999,35.074841000000006],[-120.637405,35.140052999999995],[-120.86032900000001,35.209278],[-120.88258400000001,35.259429999999995],[-120.848984,35.364563000000004],[-120.874199,35.427792],[-120.990929,35.456608],[-121.145531,35.629352999999995],[-121.269226,35.663567],[-121.328041,35.801067],[-121.444496,35.879887],[-121.688751,36.181171000000006],[-121.88121000000001,36.306979999999996],[-121.954216,36.582813],[-121.91035500000001,36.640468999999996],[-121.866318,36.607754],[-121.807503,36.648262],[-121.76033000000001,36.819035],[-121.790649,36.85037199999999],[-121.882469,36.962147],[-122.06025700000001,36.947556000000006],[-122.17236299999999,37.000918999999996],[-122.273552,37.106834000000006],[-122.413551,37.239182],[-122.38816800000001,37.35247],[-122.440376,37.479541999999995],[-122.504593,37.522964],[-122.497124,37.700321],[-122.497131,37.783012],[-122.399849,37.808696999999995],[-122.34539000000001,37.725291999999996],[-122.36525,37.702518],[-122.358589,37.609852000000004],[-122.088234,37.452602],[-121.974266,37.460781],[-122.091949,37.497375000000005],[-122.198654,37.735271],[-122.31133299999999,37.77853399999999],[-122.306473,37.89183800000001],[-122.37041500000001,37.90942],[-122.378601,37.973522],[-122.294441,38.01487399999999],[-121.99955,38.057232],[-121.697891,38.023574999999994],[-121.65668500000001,38.08618200000001],[-121.57582099999999,38.09421900000001],[-121.56848099999999,38.063747000000006],[-121.54641000000001,38.06355300000001],[-121.57177,38.113879999999995],[-121.55308500000001,38.13744399999999],[-121.65851599999999,38.09654599999999],[-121.664154,38.16936899999999]]],[[[-119.866859,34.075226],[-119.666962,34.021339],[-119.571632,34.055779],[-119.522141,34.034588],[-119.538422,34.006493000000006],[-119.711578,33.965278999999995],[-119.84631300000001,33.968410000000006],[-119.88810000000001,34.004665],[-119.873024,34.03187200000001],[-119.926727,34.059177000000005],[-119.866859,34.075226]]],[[[-120.16642,33.92416],[-120.237579,34.010887],[-120.045837,34.04110300000001],[-119.962425,33.94775799999999],[-120.108215,33.89481000000001],[-120.16642,33.92416]]],[[[-118.593864,33.480793000000006],[-118.36148800000001,33.410984],[-118.29368600000001,33.334419],[-118.30313100000001,33.30746499999999],[-118.454475,33.324757000000005],[-118.48043100000001,33.41952499999999],[-118.555519,33.434456],[-118.593864,33.480793000000006]]],[[[-118.350052,32.819157000000004],[-118.419197,32.806076000000004],[-118.51076499999999,32.892039999999994],[-118.598602,33.020988],[-118.570572,33.035938],[-118.540672,32.987350000000006],[-118.350052,32.819157000000004]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"California","STATE_FIPS":"06","SUB_REGION":"Pacific","STATE_ABBR":"CA","LAND_KM":403970.143,"WATER_KM":20023.368,"PERSONS":2.9760021E7,"FAMILIES":7139394,"HOUSHOLD":1.0381206E7,"MALE":1.4897627E7,"FEMALE":1.4862394E7,"WORKERS":1.1306576E7,"DRVALONE":9982242,"CARPOOL":2036025,"PUBTRANS":685797,"EMPLOYED":1.3996309E7,"UNEMPLOY":996502,"SERVICE":3664771,"MANUAL":1798201,"P_MALE":0.501,"P_FEMALE":0.499,"SAMP_POP":3792553}},{"type":"Feature","id":"states.48","geometry":{"type":"MultiPolygon","coordinates":[[[[-83.27285,38.60918000000001],[-83.290138,38.59656100000001],[-83.306625,38.59624099999999],[-83.320419,38.60648699999999],[-83.330116,38.631912],[-83.371513,38.654922],[-83.453705,38.663700000000006],[-83.50016,38.69006300000001],[-83.526642,38.69603699999999],[-83.618462,38.677898],[-83.633324,38.664897999999994],[-83.643272,38.63578799999999],[-83.655838,38.623806],[-83.678612,38.62085300000001],[-83.712906,38.635479000000004],[-83.770302,38.650745],[-83.790543,38.693771],[-83.837608,38.71180699999999],[-83.857628,38.744845999999995],[-83.912613,38.757889000000006],[-83.962234,38.77757600000001],[-84.053871,38.763664000000006],[-84.088936,38.765434],[-84.176819,38.78842900000001],[-84.228767,38.812622000000005],[-84.235359,38.87448900000001],[-84.261589,38.91741200000001],[-84.290199,38.94447299999999],[-84.313377,39.01401100000001],[-84.34584,39.03774999999999],[-84.391373,39.035683000000006],[-84.4198,39.04727600000001],[-84.425743,39.084663000000006],[-84.444977,39.111766999999986],[-84.492111,39.107304],[-84.515358,39.094134999999994],[-84.593124,39.07020600000001],[-84.622704,39.07487499999999],[-84.667542,39.08956499999999],[-84.742928,39.14200600000001],[-84.789978,39.106976],[-84.811531,39.10252800000001],[-84.812119,39.302975],[-84.812073,39.31227899999999],[-84.81115,39.51311100000001],[-84.811081,39.563998999999995],[-84.808739,39.73325],[-84.80619,39.91711799999999],[-84.803604,40.01394300000001],[-84.795425,40.31945400000001],[-84.794594,40.353004],[-84.793289,40.58869200000001],[-84.793098,40.728813],[-84.791061,40.937659999999994],[-84.790565,40.988293],[-84.791626,41.253082000000006],[-84.791016,41.28376800000001],[-84.791939,41.42784900000001],[-84.791412,41.530440999999996],[-84.790421,41.69744499999999],[-84.384445,41.7071],[-84.359261,41.707989],[-83.868698,41.71594200000001],[-83.764015,41.71699100000001],[-83.482758,41.725081999999986],[-83.153824,41.62604099999999],[-83.003517,41.53814299999999],[-82.795921,41.537598],[-82.784798,41.50736599999999],[-83.07048,41.45605900000001],[-82.909019,41.429417],[-82.717041,41.450474000000014],[-82.548943,41.391289],[-82.341499,41.43145799999999],[-82.015739,41.51526999999999],[-81.962044,41.50187700000001],[-81.738647,41.49110400000001],[-81.478424,41.63166799999999],[-81.362434,41.72423900000001],[-80.999954,41.85020399999999],[-80.520798,41.986816000000005],[-80.52285,41.850719],[-80.524132,41.495048999999995],[-80.520203,41.48923500000001],[-80.52314,41.12957],[-80.521133,40.897209000000004],[-80.520515,40.854107],[-80.522209,40.63713799999999],[-80.574623,40.615910000000014],[-80.611755,40.61999900000001],[-80.637543,40.61391800000001],[-80.667931,40.58207300000001],[-80.668823,40.56821400000001],[-80.633644,40.539139000000006],[-80.625458,40.50439800000001],[-80.602036,40.48047299999999],[-80.628052,40.39815899999999],[-80.629448,40.38859600000001],[-80.609451,40.37320700000001],[-80.604721,40.306174999999996],[-80.614891,40.276432],[-80.650314,40.245609],[-80.678757,40.194080000000014],[-80.701088,40.16811000000001],[-80.702263,40.15401800000001],[-80.738434,40.03559100000001],[-80.739082,39.98340200000001],[-80.763252,39.94694100000001],[-80.759079,39.92119199999999],[-80.768318,39.913239000000004],[-80.796211,39.91976500000001],[-80.808029,39.915829],[-80.812325,39.90482700000001],[-80.791039,39.87227200000001],[-80.798714,39.85664700000001],[-80.826103,39.83959200000001],[-80.81929,39.808926000000014],[-80.870911,39.759918],[-80.856636,39.73625899999999],[-80.832481,39.71875800000001],[-80.83297,39.70332300000001],[-80.863594,39.680274999999995],[-80.872925,39.66233399999999],[-80.881287,39.62400400000001],[-80.912766,39.60727700000001],[-80.932785,39.606865],[-80.983818,39.58172999999999],[-81.032738,39.54406700000001],[-81.037552,39.532589],[-81.098412,39.496376],[-81.117256,39.46770900000001],[-81.180733,39.437725],[-81.20047,39.415820999999994],[-81.225113,39.40828300000001],[-81.237785,39.388397],[-81.28418,39.38699700000001],[-81.338997,39.35356899999999],[-81.376076,39.34561500000001],[-81.434135,39.40594899999999],[-81.448112,39.410954000000004],[-81.465164,39.40678399999999],[-81.540802,39.352633999999995],[-81.557541,39.332581000000005],[-81.572838,39.26584199999999],[-81.667671,39.27042],[-81.689674,39.26015100000001],[-81.698051,39.219944],[-81.723221,39.21319199999999],[-81.759056,39.17567399999999],[-81.74485,39.125797000000006],[-81.753708,39.09464299999999],[-81.786507,39.077179],[-81.81971,39.07693900000001],[-81.824417,39.066338],[-81.813606,39.044028999999995],[-81.775826,39.01675],[-81.781876,38.96844899999999],[-81.762444,38.93009900000001],[-81.783371,38.92348100000001],[-81.823921,38.948387],[-81.841057,38.93780899999999],[-81.866943,38.885628],[-81.892838,38.87337099999999],[-81.91539,38.884365],[-81.931992,38.89466100000001],[-81.89875,38.932143999999994],[-81.927971,38.98419200000001],[-81.937874,38.991096],[-81.975327,38.992928000000006],[-81.999817,39.01518200000001],[-82.043022,39.014061],[-82.05864,38.98898700000001],[-82.085152,38.97711899999999],[-82.101341,38.95201499999999],[-82.13945,38.89931899999999],[-82.146233,38.838707],[-82.197853,38.804539000000005],[-82.216881,38.778858000000014],[-82.184105,38.71021999999999],[-82.18911,38.67781099999999],[-82.17379,38.63210699999999],[-82.18438,38.59494799999999],[-82.213791,38.58475100000001],[-82.271027,38.594807],[-82.2901,38.57999799999999],[-82.314369,38.46514500000001],[-82.329308,38.441868],[-82.39489,38.42838699999999],[-82.415016,38.430308999999994],[-82.49511,38.40575000000001],[-82.547668,38.400429],[-82.575539,38.403819999999996],[-82.586723,38.41243700000001],[-82.613861,38.472588],[-82.669876,38.50206],[-82.695694,38.539063],[-82.742058,38.552986000000004],[-82.802475,38.557209],[-82.827103,38.571583000000004],[-82.853966,38.60038],[-82.860138,38.65231700000001],[-82.880119,38.683223999999996],[-82.873299,38.718929],[-82.890419,38.74269899999999],[-82.92141,38.74633800000001],[-82.972588,38.719565999999986],[-83.027046,38.714436000000006],[-83.060982,38.68565000000001],[-83.111343,38.66475700000001],[-83.14325,38.61926299999999],[-83.182037,38.60976400000001],[-83.24511,38.62409600000001],[-83.27285,38.60918000000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Ohio","STATE_FIPS":"39","SUB_REGION":"E N Cen","STATE_ABBR":"OH","LAND_KM":105012.073,"WATER_KM":2001.617,"PERSONS":9980887,"FAMILIES":2673875,"HOUSHOLD":3748665,"MALE":4816445,"FEMALE":5164442,"WORKERS":3638837,"DRVALONE":3581182,"CARPOOL":477421,"PUBTRANS":98938,"EMPLOYED":4524383,"UNEMPLOY":324867,"SERVICE":1206763,"MANUAL":830481,"P_MALE":0.483,"P_FEMALE":0.517,"SAMP_POP":1727359}},{"type":"Feature","id":"states.49","geometry":{"type":"MultiPolygon","coordinates":[[[[-122.40074899999999,48.22539499999999],[-122.461586,48.228542000000004],[-122.453156,48.12867399999999],[-122.36007699999999,48.060280000000006],[-122.513245,48.13415499999999],[-122.540802,48.21064000000001],[-122.507858,48.25397100000001],[-122.403137,48.24677299999999],[-122.37705199999999,48.289897999999994],[-122.563087,48.414421000000004],[-122.665749,48.413071],[-122.698128,48.49450300000001],[-122.60689500000001,48.51899700000001],[-122.52195,48.458575999999994],[-122.472557,48.462368],[-122.504021,48.559616000000005],[-122.428268,48.59956700000001],[-122.486519,48.63874100000001],[-122.52527599999999,48.711895],[-122.51557199999999,48.75809100000001],[-122.696114,48.80318500000001],[-122.75295299999999,48.910156],[-122.821129,48.95089300000001],[-122.74265299999999,48.955974999999995],[-122.76383200000001,48.999911999999995],[-120.855827,48.99997300000001],[-118.842453,49],[-118.19923399999999,49.00000399999999],[-117.4375,48.99999600000001],[-117.030975,49],[-117.028046,48.83815000000001],[-117.037834,48.046284000000014],[-117.036438,47.971191000000005],[-117.040779,47.361541999999986],[-117.041382,47.258601999999996],[-117.039963,47.11942300000001],[-117.040932,46.53671600000001],[-117.037567,46.42809700000001],[-117.04348,46.388690999999994],[-117.06319400000001,46.348816],[-117.026985,46.335544999999996],[-117.00065599999999,46.30256700000001],[-116.97174100000001,46.249427999999995],[-116.96650700000001,46.197674000000006],[-116.928444,46.165604],[-116.960655,46.097397],[-116.98622900000001,46.078632],[-116.956741,46.065811],[-116.91815199999999,45.995299999999986],[-117.48065199999999,45.999966],[-117.60180700000001,46.00040100000001],[-117.981628,46.00001900000001],[-117.991478,46.001778],[-118.981018,45.999202999999994],[-119.031105,45.966419],[-119.13913,45.92585399999999],[-119.17761999999999,45.92249699999999],[-119.301636,45.932807999999994],[-119.378311,45.917755],[-119.43772899999999,45.914412999999996],[-119.511086,45.89934500000001],[-119.58815799999999,45.913459999999986],[-119.620979,45.89955499999999],[-119.677307,45.85268400000001],[-119.832413,45.841755000000006],[-119.86859100000001,45.83184399999999],[-119.993172,45.81128699999999],[-120.067497,45.78035],[-120.154755,45.76141000000001],[-120.206291,45.719933],[-120.282478,45.71673200000001],[-120.442223,45.68942999999999],[-120.49799300000001,45.69578200000001],[-120.568916,45.74107000000001],[-120.622589,45.743763],[-120.657234,45.732765],[-120.695824,45.71066300000001],[-120.86024499999999,45.665339999999986],[-120.906761,45.63563199999999],[-120.947395,45.65047100000001],[-120.9673,45.645309],[-121.032303,45.65299999999999],[-121.07235,45.64676700000001],[-121.124023,45.607215999999994],[-121.173134,45.600674],[-121.190872,45.61340000000001],[-121.20212599999999,45.657444],[-121.213089,45.66580200000001],[-121.27520799999999,45.67849699999999],[-121.318794,45.696799999999996],[-121.366631,45.69984400000001],[-121.420845,45.69076200000001],[-121.441368,45.69512599999999],[-121.52787000000001,45.719727000000006],[-121.705231,45.688953],[-121.757507,45.689876999999996],[-121.809853,45.70084399999999],[-121.887093,45.677017000000006],[-121.925629,45.642189],[-121.97146599999999,45.63593700000001],[-121.998817,45.617985000000004],[-122.08084099999999,45.590664000000004],[-122.243721,45.548271],[-122.30194900000001,45.543251],[-122.355255,45.566329999999994],[-122.435951,45.56493800000001],[-122.564224,45.594978],[-122.650002,45.606990999999994],[-122.69511399999999,45.63120699999999],[-122.759331,45.64955900000001],[-122.771339,45.727847999999994],[-122.76307700000001,45.76073099999999],[-122.786797,45.80050700000001],[-122.78330199999999,45.85061300000001],[-122.78286,45.86805000000001],[-122.805008,45.904236],[-122.80652599999999,45.944053999999994],[-122.874199,46.02734799999999],[-122.898537,46.07949400000001],[-122.97294600000001,46.110648999999995],[-123.04937000000001,46.155902999999995],[-123.117325,46.17947799999999],[-123.174965,46.18375399999999],[-123.211205,46.170174],[-123.247566,46.144188000000014],[-123.303482,46.144904999999994],[-123.469528,46.275192000000004],[-123.61882800000001,46.258835000000005],[-123.724205,46.285595],[-123.884514,46.240612],[-123.992065,46.310452],[-124.077843,46.267437],[-124.064232,46.639927],[-124.021767,46.583721],[-124.01173399999999,46.383858000000004],[-123.840187,46.404517999999996],[-123.939423,46.481292999999994],[-123.892296,46.511257],[-123.956436,46.61740499999999],[-123.925194,46.67324099999999],[-123.839691,46.718468],[-123.89426399999999,46.74516700000001],[-124.041878,46.716038],[-124.089767,46.729206000000005],[-124.100784,46.78965400000001],[-124.137543,46.900172999999995],[-124.104477,46.90833699999999],[-124.103455,46.87433200000001],[-124.02752699999999,46.82395199999999],[-124.045647,46.88744],[-123.81137799999999,46.96414899999999],[-123.994583,46.976574],[-124.033112,47.03122300000001],[-124.111076,47.042866000000004],[-124.160751,46.929801999999995],[-124.19144399999999,47.167174999999986],[-124.230133,47.27526499999999],[-124.31813,47.349434],[-124.347778,47.527107],[-124.372299,47.63896199999999],[-124.482719,47.80845600000001],[-124.605362,47.873940000000005],[-124.73142200000001,48.150204],[-124.703857,48.232212000000004],[-124.71582000000001,48.37777299999999],[-124.562202,48.35748699999999],[-123.98989900000001,48.159355000000005],[-123.395561,48.11121700000001],[-123.121933,48.14891800000001],[-122.920311,48.09436400000001],[-122.923561,48.066981999999996],[-122.839828,48.13332],[-122.767601,48.14417599999999],[-122.80165099999999,48.08550600000001],[-122.660294,47.91734299999999],[-122.652321,47.86461600000001],[-122.744598,47.80917400000001],[-122.788528,47.80273399999999],[-122.808243,47.85726199999999],[-122.857529,47.827515000000005],[-122.898094,47.67270300000001],[-122.981476,47.605659],[-123.11264800000001,47.456458999999995],[-123.152794,47.34873200000001],[-123.009209,47.35320999999999],[-122.831993,47.438648],[-123.034943,47.356235999999996],[-123.11142000000001,47.37175400000001],[-123.02507,47.516121],[-122.91570300000001,47.614791999999994],[-122.751678,47.66087300000001],[-122.721794,47.75708399999999],[-122.60990100000001,47.85019299999999],[-122.611954,47.936375],[-122.530632,47.90964500000001],[-122.472343,47.75516099999999],[-122.620255,47.69715099999999],[-122.58521300000001,47.571372999999994],[-122.55401599999999,47.583687],[-122.541458,47.52291500000001],[-122.50322,47.507397],[-122.55720500000001,47.39854399999999],[-122.542885,47.37410700000001],[-122.587013,47.33411000000001],[-122.551918,47.283512],[-122.57929200000001,47.25156799999999],[-122.61030600000001,47.293578999999994],[-122.60567499999999,47.27075199999999],[-122.69850199999999,47.29226700000001],[-122.62751,47.39873499999999],[-122.636192,47.398762000000005],[-122.740303,47.341633],[-122.768463,47.26633799999999],[-122.718559,47.22331199999999],[-122.759995,47.162678],[-122.82386,47.23500799999999],[-122.772087,47.33754300000001],[-122.800934,47.36092400000001],[-122.87912,47.29941600000001],[-123.11417399999999,47.20816400000001],[-123.07994099999999,47.090239999999994],[-123.03009,47.100956],[-122.921898,47.048145000000005],[-122.788803,47.12604099999999],[-122.726944,47.08262300000001],[-122.698837,47.09850700000001],[-122.590569,47.180240999999995],[-122.529526,47.28763599999999],[-122.545349,47.31645599999999],[-122.422859,47.25965099999999],[-122.391609,47.277901000000014],[-122.440369,47.30130399999999],[-122.419601,47.31902299999999],[-122.324142,47.34450100000001],[-122.31850399999999,47.390293000000014],[-122.391396,47.510422000000005],[-122.38098099999999,47.59558899999999],[-122.413574,47.66435999999999],[-122.39325,47.77435700000001],[-122.30167399999999,47.95039700000001],[-122.22887399999999,47.969296000000014],[-122.215744,48.007622],[-122.367073,48.128322999999995],[-122.40074899999999,48.22539499999999]]],[[[-122.96669,48.443974],[-123.093941,48.479603],[-123.158424,48.52202199999999],[-123.16860199999999,48.56274400000001],[-123.13975500000001,48.62382500000001],[-123.102425,48.608554999999996],[-123.01080300000001,48.55765500000001],[-123.007408,48.533896999999996],[-122.96669,48.52711099999999],[-123.020981,48.51353800000001],[-123.017593,48.489783999999986],[-122.96669,48.443974]]],[[[-122.731903,48.276825],[-122.66433,48.396953999999994],[-122.603104,48.40496400000001],[-122.524475,48.32122000000001],[-122.52737400000001,48.28368800000001],[-122.622231,48.296527999999995],[-122.730751,48.225594],[-122.60965,48.206501],[-122.544937,48.077042000000006],[-122.49494899999999,48.09425400000001],[-122.378738,48.03233],[-122.354149,47.964068999999995],[-122.385712,47.904731999999996],[-122.441536,47.91824],[-122.47036,47.987694000000005],[-122.543701,47.967715999999996],[-122.607361,48.031616000000014],[-122.694275,48.181366],[-122.767494,48.218998],[-122.731903,48.276825]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Washington","STATE_FIPS":"53","SUB_REGION":"Pacific","STATE_ABBR":"WA","LAND_KM":172447.205,"WATER_KM":12226.63,"PERSONS":4866692,"FAMILIES":1264934,"HOUSHOLD":1872431,"MALE":2413747,"FEMALE":2452945,"WORKERS":1830031,"DRVALONE":1700872,"CARPOOL":282240,"PUBTRANS":104403,"EMPLOYED":2293961,"UNEMPLOY":139216,"SERVICE":637487,"MANUAL":302635,"P_MALE":0.496,"P_FEMALE":0.504,"SAMP_POP":736744}}],"crs":{"type":"EPSG","properties":{"code":"4326"}}} \ No newline at end of file +{"type":"FeatureCollection","totalFeatures":49,"features":[{"type":"Feature","id":"states.1","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.071564,37.51099000000001],[-88.087883,37.476273000000006],[-88.311707,37.442852],[-88.359177,37.40930899999999],[-88.419853,37.420292],[-88.467644,37.400757],[-88.511322,37.296852],[-88.501427,37.257782000000006],[-88.450699,37.205669],[-88.422516,37.156909999999996],[-88.45047,37.098670999999996],[-88.476799,37.072143999999994],[-88.4907,37.06818],[-88.517273,37.064769999999996],[-88.559273,37.072815000000006],[-88.61422,37.109047000000004],[-88.68837,37.13540999999999],[-88.739113,37.141182],[-88.746506,37.152107],[-88.863289,37.202194000000006],[-88.932503,37.218407],[-88.993172,37.22003599999999],[-89.065033,37.185860000000005],[-89.116821,37.112137000000004],[-89.146347,37.093185000000005],[-89.169548,37.064235999999994],[-89.174332,37.025711],[-89.150246,36.99844],[-89.12986,36.988113],[-89.193512,36.986771000000005],[-89.210052,37.02897299999999],[-89.237679,37.041732999999994],[-89.264053,37.087124],[-89.284233,37.091244],[-89.303291,37.085384000000005],[-89.3097,37.060908999999995],[-89.264244,37.027733],[-89.262001,37.008686],[-89.282768,36.999207],[-89.310982,37.009682],[-89.38295,37.049212999999995],[-89.37999,37.09908299999999],[-89.423798,37.137203],[-89.440521,37.165318],[-89.468216,37.224266],[-89.465309,37.253731],[-89.489594,37.256001],[-89.513885,37.276402000000004],[-89.513885,37.304962],[-89.50058,37.329441],[-89.468742,37.339409],[-89.435738,37.355717],[-89.427574,37.411018],[-89.453621,37.453186],[-89.494781,37.491726],[-89.524971,37.571957],[-89.513367,37.615928999999994],[-89.51918,37.650375],[-89.513374,37.67984],[-89.521523,37.694798000000006],[-89.581436,37.706103999999996],[-89.666458,37.745453],[-89.675858,37.78397],[-89.691055,37.804794],[-89.728447,37.840992],[-89.851715,37.905063999999996],[-89.861046,37.905486999999994],[-89.866814,37.891875999999996],[-89.900551,37.875904000000006],[-89.937874,37.878044],[-89.978912,37.911884],[-89.958229,37.963634],[-90.010811,37.969318],[-90.041924,37.993206],[-90.119339,38.032272000000006],[-90.134712,38.05395100000001],[-90.207527,38.08890500000001],[-90.254059,38.122169000000014],[-90.289635,38.16681700000001],[-90.336716,38.18871300000001],[-90.364769,38.23429899999999],[-90.369347,38.32355899999999],[-90.358688,38.36533],[-90.339607,38.39084600000001],[-90.301842,38.427357],[-90.265785,38.518688],[-90.26123,38.532768000000004],[-90.240944,38.562805],[-90.183708,38.61027100000001],[-90.183578,38.658772],[-90.20224,38.70036300000001],[-90.196571,38.72396499999999],[-90.163399,38.773098000000005],[-90.135178,38.785484],[-90.121727,38.80051],[-90.113121,38.830467],[-90.132812,38.85303099999999],[-90.243927,38.91450900000001],[-90.278931,38.92471699999999],[-90.31974,38.92490799999999],[-90.413071,38.96233000000001],[-90.469841,38.959179000000006],[-90.530426,38.89160899999999],[-90.570328,38.87132600000001],[-90.627213,38.880795000000006],[-90.668877,38.93525299999999],[-90.70607,39.037791999999996],[-90.707588,39.058178],[-90.690399,39.09370000000001],[-90.716736,39.14421100000001],[-90.718193,39.195873000000006],[-90.732338,39.22474700000001],[-90.738083,39.24780999999999],[-90.779343,39.29680300000001],[-90.850494,39.35045199999999],[-90.947891,39.40058500000001],[-91.036339,39.444412],[-91.064384,39.473984],[-91.093613,39.52892700000001],[-91.156189,39.552593],[-91.203247,39.600021],[-91.317665,39.68591699999999],[-91.367088,39.724639999999994],[-91.373421,39.76127199999999],[-91.381714,39.80377200000001],[-91.449188,39.86304899999999],[-91.450989,39.885242000000005],[-91.434052,39.90182899999999],[-91.430389,39.92183700000001],[-91.447243,39.94606400000001],[-91.487289,40.005753],[-91.504005,40.066711],[-91.516129,40.134544000000005],[-91.506546,40.200458999999995],[-91.498932,40.25137699999999],[-91.486694,40.309624000000014],[-91.448593,40.371902000000006],[-91.418816,40.386875],[-91.385757,40.392360999999994],[-91.372757,40.40298799999999],[-91.385399,40.44725],[-91.374794,40.50365400000001],[-91.382103,40.52849599999999],[-91.412872,40.54799299999999],[-91.411118,40.572970999999995],[-91.37561,40.60343900000001],[-91.262062,40.639545],[-91.214912,40.64381800000001],[-91.162498,40.65631099999999],[-91.129158,40.68214800000001],[-91.119987,40.70540199999999],[-91.092751,40.76154700000001],[-91.088905,40.833729000000005],[-91.04921,40.87958499999999],[-90.983276,40.92392699999999],[-90.960709,40.950503999999995],[-90.954651,41.07036199999999],[-90.957787,41.10435899999999],[-90.990341,41.14437100000001],[-91.018257,41.16582500000001],[-91.05632,41.17625799999999],[-91.101524,41.23152200000001],[-91.102348,41.267818000000005],[-91.07328,41.334895999999986],[-91.055786,41.40137899999999],[-91.027489,41.423508],[-91.000694,41.431084],[-90.949654,41.421234],[-90.844139,41.44462200000001],[-90.7799,41.449820999999986],[-90.708214,41.450062],[-90.658791,41.46231800000001],[-90.6007,41.50958600000001],[-90.54084,41.52597],[-90.454994,41.527546],[-90.434967,41.543578999999994],[-90.423004,41.567272],[-90.348366,41.586849],[-90.339348,41.60279800000001],[-90.341133,41.64909],[-90.326027,41.722736],[-90.304886,41.75646599999999],[-90.25531,41.78173799999999],[-90.195839,41.80613700000001],[-90.154518,41.93077500000001],[-90.14267,41.98396299999999],[-90.150536,42.03342799999999],[-90.168098,42.06104300000001],[-90.166649,42.103745],[-90.176086,42.12050199999999],[-90.191574,42.12268800000001],[-90.230934,42.15972099999999],[-90.323601,42.19731899999999],[-90.367729,42.21020899999999],[-90.407173,42.24264500000001],[-90.417984,42.263924],[-90.427681,42.340633],[-90.441597,42.360073],[-90.491043,42.38878299999999],[-90.563583,42.42183700000001],[-90.605827,42.46055999999999],[-90.648346,42.47564299999999],[-90.651772,42.494698],[-90.638329,42.50936100000001],[-90.419975,42.508362000000005],[-89.923569,42.504108],[-89.834618,42.50345999999999],[-89.400497,42.49749],[-89.359444,42.497906],[-88.939079,42.49086399999999],[-88.764954,42.490905999999995],[-88.70652,42.489655],[-88.297897,42.49197000000001],[-88.194702,42.48961299999999],[-87.79731,42.48913200000001],[-87.836945,42.314212999999995],[-87.760239,42.15645599999999],[-87.670547,42.059822],[-87.612625,41.847331999999994],[-87.529861,41.723591],[-87.532646,41.46971500000001],[-87.532448,41.30130399999999],[-87.531731,41.173756],[-87.532021,41.00993],[-87.532669,40.74541099999999],[-87.53717,40.494609999999994],[-87.535675,40.48324600000001],[-87.535339,40.16619499999999],[-87.535774,39.887302000000005],[-87.535576,39.609341],[-87.538567,39.47744800000001],[-87.540215,39.350525000000005],[-87.597664,39.338268],[-87.625237,39.30740399999999],[-87.610619,39.297661000000005],[-87.615799,39.281418],[-87.606895,39.258162999999996],[-87.584564,39.248752999999994],[-87.588593,39.20846599999999],[-87.594208,39.198128],[-87.607925,39.196068],[-87.644257,39.168507000000005],[-87.670326,39.146679000000006],[-87.659454,39.130652999999995],[-87.662262,39.11346800000001],[-87.631668,39.10394299999999],[-87.630867,39.08897400000001],[-87.612007,39.08460600000001],[-87.58532,39.062434999999994],[-87.581749,38.995743000000004],[-87.591858,38.99408299999999],[-87.547905,38.97707700000001],[-87.53347,38.96370300000001],[-87.530182,38.93191899999999],[-87.5392,38.90486100000001],[-87.559059,38.869811999999996],[-87.550507,38.857890999999995],[-87.507889,38.795559],[-87.519028,38.77669900000001],[-87.508003,38.769722],[-87.508316,38.73663300000001],[-87.543892,38.68597399999999],[-87.588478,38.672169],[-87.625191,38.642810999999995],[-87.628647,38.622917],[-87.619827,38.599209],[-87.640594,38.593177999999995],[-87.652855,38.573871999999994],[-87.672943,38.54742400000001],[-87.65139,38.51536899999999],[-87.653534,38.50044299999999],[-87.679909,38.50400500000001],[-87.692818,38.48153300000001],[-87.756096,38.466125000000005],[-87.758659,38.45709600000001],[-87.738953,38.44548],[-87.748428,38.41796500000001],[-87.784019,38.378124000000014],[-87.834503,38.35252399999999],[-87.850082,38.28609800000001],[-87.863007,38.28536199999999],[-87.874039,38.316788],[-87.883446,38.315552],[-87.888466,38.300658999999996],[-87.914108,38.281048],[-87.913651,38.302345],[-87.925919,38.30477099999999],[-87.980019,38.241085],[-87.986008,38.234814],[-87.977928,38.200714000000005],[-87.932289,38.171131],[-87.931992,38.15752800000001],[-87.950569,38.13691299999999],[-87.973503,38.131760000000014],[-88.018547,38.10330200000001],[-88.012329,38.09234599999999],[-87.964867,38.09674799999999],[-87.975296,38.073307],[-88.034729,38.054084999999986],[-88.043091,38.04512],[-88.041473,38.03830300000001],[-88.021698,38.03353100000001],[-88.029213,38.00823600000001],[-88.021706,37.975055999999995],[-88.042511,37.956264000000004],[-88.041771,37.934498000000005],[-88.064621,37.929783],[-88.078941,37.944],[-88.084,37.92366],[-88.030441,37.917591],[-88.026588,37.905758000000006],[-88.044868,37.896004000000005],[-88.100082,37.90617],[-88.101456,37.895306000000005],[-88.075737,37.867808999999994],[-88.034241,37.843745999999996],[-88.042137,37.827522],[-88.089264,37.831249],[-88.086029,37.817612],[-88.035576,37.805683],[-88.072472,37.735400999999996],[-88.133636,37.700745],[-88.15937,37.660686],[-88.157631,37.628479],[-88.134171,37.583572000000004],[-88.071564,37.51099000000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Illinois","STATE_FIPS":"17","SUB_REGION":"E N Cen","STATE_ABBR":"IL","LAND_KM":143986.61,"WATER_KM":1993.335,"PERSONS":1.1430602E7,"FAMILIES":2924880,"HOUSHOLD":4202240,"MALE":5552233,"FEMALE":5878369,"WORKERS":4199206,"DRVALONE":3741715,"CARPOOL":652603,"PUBTRANS":538071,"EMPLOYED":5417967,"UNEMPLOY":385040,"SERVICE":1360159,"MANUAL":828906,"P_MALE":0.486,"P_FEMALE":0.514,"SAMP_POP":1747776}},{"type":"Feature","id":"states.2","geometry":{"type":"MultiPolygon","coordinates":[[[[-77.008232,38.966556999999995],[-76.911209,38.88998799999999],[-77.045448,38.78811999999999],[-77.035248,38.81391500000001],[-77.045189,38.829364999999996],[-77.040405,38.838413],[-77.039078,38.86243099999999],[-77.067886,38.886101],[-77.078949,38.91560000000001],[-77.122627,38.93206000000001],[-77.042389,38.99343099999999],[-77.008232,38.966556999999995]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"District of Columbia","STATE_FIPS":"11","SUB_REGION":"S Atl","STATE_ABBR":"DC","LAND_KM":159.055,"WATER_KM":17.991,"PERSONS":606900,"FAMILIES":122087,"HOUSHOLD":249634,"MALE":282970,"FEMALE":323930,"WORKERS":229975,"DRVALONE":106694,"CARPOOL":36621,"PUBTRANS":111422,"EMPLOYED":303994,"UNEMPLOY":23442,"SERVICE":65498,"MANUAL":22407,"P_MALE":0.466,"P_FEMALE":0.534,"SAMP_POP":72696}},{"type":"Feature","id":"states.3","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.70742,38.55747600000001],[-75.71106,38.649551],[-75.724937,38.83017000000001],[-75.752922,39.141548],[-75.761658,39.24775299999999],[-75.764664,39.295849000000004],[-75.772697,39.38300699999999],[-75.791435,39.72375500000001],[-75.775269,39.72444200000001],[-75.745934,39.77481800000001],[-75.695114,39.820347],[-75.644341,39.83819600000001],[-75.583794,39.84000800000001],[-75.470345,39.826435000000004],[-75.42083,39.798869999999994],[-75.412117,39.789658],[-75.428009,39.778130000000004],[-75.460754,39.763248000000004],[-75.475128,39.74171799999999],[-75.476334,39.71997099999999],[-75.489639,39.71474499999999],[-75.610725,39.61279300000001],[-75.562996,39.566722999999996],[-75.590187,39.46376799999999],[-75.515572,39.36694],[-75.402481,39.25763699999999],[-75.397728,39.073036],[-75.324852,39.01238599999999],[-75.307899,38.945910999999995],[-75.190941,38.808670000000006],[-75.083138,38.799812],[-75.045998,38.44949],[-75.068298,38.449963],[-75.093094,38.45045099999999],[-75.350204,38.455208],[-75.69915,38.463066],[-75.70742,38.55747600000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Delaware","STATE_FIPS":"10","SUB_REGION":"S Atl","STATE_ABBR":"DE","LAND_KM":5062.456,"WATER_KM":1385.022,"PERSONS":666168,"FAMILIES":175867,"HOUSHOLD":247497,"MALE":322968,"FEMALE":343200,"WORKERS":247566,"DRVALONE":258087,"CARPOOL":42968,"PUBTRANS":8069,"EMPLOYED":335147,"UNEMPLOY":13945,"SERVICE":87973,"MANUAL":44140,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":102776}},{"type":"Feature","id":"states.4","geometry":{"type":"MultiPolygon","coordinates":[[[[-79.231903,38.480372999999986],[-79.272598,38.437183000000005],[-79.317238,38.41251],[-79.48658,38.46202500000001],[-79.536743,38.553687999999994],[-79.642632,38.592239000000006],[-79.669655,38.55006],[-79.66584,38.52065999999999],[-79.692879,38.500237],[-79.684319,38.43011899999999],[-79.720261,38.394566],[-79.733055,38.351719],[-79.764229,38.35387],[-79.800552,38.31420499999999],[-79.803001,38.29874799999999],[-79.786736,38.28499600000001],[-79.793846,38.268542999999994],[-79.831375,38.250156000000004],[-79.916382,38.17914200000001],[-79.910561,38.16248300000001],[-79.935547,38.121185],[-79.928513,38.10318799999999],[-79.957733,38.06724199999999],[-79.966713,38.038498000000004],[-80.000717,37.989746],[-80.055023,37.955524],[-80.106705,37.914536],[-80.118721,37.891155],[-80.160217,37.877106],[-80.172432,37.860062],[-80.171806,37.842845999999994],[-80.223946,37.80224200000001],[-80.220757,37.778735999999995],[-80.254898,37.757110999999995],[-80.250244,37.725928999999994],[-80.303322,37.682548999999995],[-80.295914,37.671379],[-80.305077,37.652122000000006],[-80.301147,37.640423],[-80.254639,37.640579],[-80.219147,37.624142000000006],[-80.246613,37.596771000000004],[-80.31694,37.566593],[-80.326126,37.533276],[-80.308525,37.528244],[-80.280952,37.53613300000001],[-80.288139,37.511024000000006],[-80.347733,37.491051],[-80.352379,37.475975000000005],[-80.388527,37.465599],[-80.425598,37.43478],[-80.474983,37.422695000000004],[-80.487015,37.433735],[-80.488098,37.460471999999996],[-80.50898,37.47492200000001],[-80.542969,37.469086000000004],[-80.597702,37.445930000000004],[-80.705414,37.388256],[-80.729942,37.392596999999995],[-80.746529,37.387615],[-80.747894,37.378960000000006],[-80.763199,37.371292],[-80.770226,37.386073999999994],[-80.799446,37.391632],[-80.799812,37.412941000000004],[-80.850723,37.423339999999996],[-80.877556,37.388577],[-80.848618,37.350821999999994],[-80.855629,37.339291],[-80.93438,37.301249999999996],[-80.968086,37.291672000000005],[-80.978729,37.296356],[-80.98613,37.306122],[-81.025124,37.285942000000006],[-81.140923,37.274806999999996],[-81.223114,37.240097000000006],[-81.31205,37.293591000000006],[-81.358971,37.338837],[-81.391121,37.311038999999994],[-81.403519,37.282509000000005],[-81.475533,37.254307],[-81.495705,37.252735],[-81.505707,37.234257],[-81.556824,37.206238],[-81.666054,37.204796],[-81.701897,37.235321],[-81.738625,37.250378],[-81.752022,37.272144],[-81.792824,37.287041],[-81.815544,37.279427],[-81.83905,37.285393],[-81.858841,37.30691899999999],[-81.863976,37.325344],[-81.897316,37.34047700000001],[-81.926979,37.371616],[-81.920891,37.41540500000001],[-81.988358,37.466476],[-81.976578,37.48279599999999],[-81.948151,37.492915999999994],[-81.935608,37.506535],[-81.959732,37.531063],[-81.97673,37.543144],[-82.026505,37.530411],[-82.049286,37.551345999999995],[-82.055817,37.525234],[-82.084541,37.548203],[-82.142654,37.557345999999995],[-82.146667,37.565815],[-82.137619,37.56979],[-82.131927,37.590430999999995],[-82.159454,37.593464],[-82.185692,37.640564],[-82.205582,37.623913],[-82.23851,37.656673],[-82.295761,37.668957000000006],[-82.329536,37.744072],[-82.319633,37.758326999999994],[-82.339981,37.784302],[-82.405937,37.811623],[-82.421638,37.872260999999995],[-82.437737,37.894760000000005],[-82.500336,37.922169],[-82.493523,37.942420999999996],[-82.480301,37.95430399999999],[-82.475906,37.975815],[-82.524803,38.01557199999999],[-82.59333,38.10987499999999],[-82.646248,38.146243999999996],[-82.647278,38.16935000000001],[-82.613884,38.178009],[-82.606766,38.19374099999999],[-82.616348,38.23872800000001],[-82.589233,38.245304000000004],[-82.574699,38.255889999999994],[-82.58017,38.292427],[-82.572418,38.307728],[-82.598358,38.368382],[-82.586723,38.41243700000001],[-82.575539,38.403819999999996],[-82.547668,38.400429],[-82.49511,38.40575000000001],[-82.415016,38.430308999999994],[-82.39489,38.42838699999999],[-82.329308,38.441868],[-82.314369,38.46514500000001],[-82.2901,38.57999799999999],[-82.271027,38.594807],[-82.213791,38.58475100000001],[-82.18438,38.59494799999999],[-82.17379,38.63210699999999],[-82.18911,38.67781099999999],[-82.184105,38.71021999999999],[-82.216881,38.778858000000014],[-82.197853,38.804539000000005],[-82.146233,38.838707],[-82.13945,38.89931899999999],[-82.101341,38.95201499999999],[-82.085152,38.97711899999999],[-82.05864,38.98898700000001],[-82.043022,39.014061],[-81.999817,39.01518200000001],[-81.975327,38.992928000000006],[-81.937874,38.991096],[-81.927971,38.98419200000001],[-81.89875,38.932143999999994],[-81.931992,38.89466100000001],[-81.91539,38.884365],[-81.892838,38.87337099999999],[-81.866943,38.885628],[-81.841057,38.93780899999999],[-81.823921,38.948387],[-81.783371,38.92348100000001],[-81.762444,38.93009900000001],[-81.781876,38.96844899999999],[-81.775826,39.01675],[-81.813606,39.044028999999995],[-81.824417,39.066338],[-81.81971,39.07693900000001],[-81.786507,39.077179],[-81.753708,39.09464299999999],[-81.74485,39.125797000000006],[-81.759056,39.17567399999999],[-81.723221,39.21319199999999],[-81.698051,39.219944],[-81.689674,39.26015100000001],[-81.667671,39.27042],[-81.572838,39.26584199999999],[-81.557541,39.332581000000005],[-81.540802,39.352633999999995],[-81.465164,39.40678399999999],[-81.448112,39.410954000000004],[-81.434135,39.40594899999999],[-81.376076,39.34561500000001],[-81.338997,39.35356899999999],[-81.28418,39.38699700000001],[-81.237785,39.388397],[-81.225113,39.40828300000001],[-81.20047,39.415820999999994],[-81.180733,39.437725],[-81.117256,39.46770900000001],[-81.098412,39.496376],[-81.037552,39.532589],[-81.032738,39.54406700000001],[-80.983818,39.58172999999999],[-80.932785,39.606865],[-80.912766,39.60727700000001],[-80.881287,39.62400400000001],[-80.872925,39.66233399999999],[-80.863594,39.680274999999995],[-80.83297,39.70332300000001],[-80.832481,39.71875800000001],[-80.856636,39.73625899999999],[-80.870911,39.759918],[-80.81929,39.808926000000014],[-80.826103,39.83959200000001],[-80.798714,39.85664700000001],[-80.791039,39.87227200000001],[-80.812325,39.90482700000001],[-80.808029,39.915829],[-80.796211,39.91976500000001],[-80.768318,39.913239000000004],[-80.759079,39.92119199999999],[-80.763252,39.94694100000001],[-80.739082,39.98340200000001],[-80.738434,40.03559100000001],[-80.702263,40.15401800000001],[-80.701088,40.16811000000001],[-80.678757,40.194080000000014],[-80.650314,40.245609],[-80.614891,40.276432],[-80.604721,40.306174999999996],[-80.609451,40.37320700000001],[-80.629448,40.38859600000001],[-80.628052,40.39815899999999],[-80.602036,40.48047299999999],[-80.625458,40.50439800000001],[-80.633644,40.539139000000006],[-80.668823,40.56821400000001],[-80.667931,40.58207300000001],[-80.637543,40.61391800000001],[-80.611755,40.61999900000001],[-80.574623,40.615910000000014],[-80.522209,40.63713799999999],[-80.524567,40.478717999999986],[-80.523773,40.40296599999999],[-80.526253,40.16244900000001],[-80.525169,40.022751],[-80.524857,39.95834400000001],[-80.524467,39.721126999999996],[-80.429283,39.719761000000005],[-79.918488,39.721588],[-79.765358,39.72172900000001],[-79.481209,39.72019599999999],[-79.490089,39.19728900000001],[-79.461418,39.21315799999999],[-79.449509,39.21198699999999],[-79.385078,39.269195999999994],[-79.346428,39.291988],[-79.295509,39.300438000000014],[-79.28006,39.325142],[-79.260406,39.34854100000001],[-79.163261,39.39339799999999],[-79.158371,39.41386399999999],[-79.131645,39.416934999999995],[-79.104324,39.44721200000001],[-79.096962,39.46453500000001],[-79.104843,39.47077899999999],[-79.070877,39.47075699999999],[-79.064659,39.48573300000001],[-79.049103,39.483723],[-78.970688,39.43843100000001],[-78.955643,39.460364999999996],[-78.871071,39.5257],[-78.838371,39.56322900000001],[-78.806808,39.566734],[-78.82267,39.585609000000005],[-78.798729,39.61533],[-78.798409,39.63074499999999],[-78.772964,39.644153999999986],[-78.767876,39.62652600000001],[-78.732643,39.62687700000001],[-78.730759,39.621455999999995],[-78.736511,39.60870399999999],[-78.774002,39.601528],[-78.761711,39.581703000000005],[-78.732979,39.57655299999999],[-78.716576,39.559483],[-78.666687,39.536838999999986],[-78.649406,39.53790699999999],[-78.637344,39.52985799999999],[-78.60463,39.53559100000001],[-78.564453,39.520981000000006],[-78.509048,39.52506600000001],[-78.481544,39.519844000000006],[-78.456078,39.533641999999986],[-78.446136,39.548225],[-78.421089,39.549316000000005],[-78.462082,39.58074199999999],[-78.450897,39.592613],[-78.404266,39.58752100000001],[-78.432159,39.62086099999999],[-78.384903,39.61440300000001],[-78.377937,39.631226],[-78.357048,39.632278000000014],[-78.34819,39.640499000000005],[-78.273285,39.61831699999999],[-78.257996,39.641075],[-78.2295,39.65847400000001],[-78.227867,39.67389700000001],[-78.204575,39.67584600000001],[-78.183243,39.69454999999999],[-78.094612,39.67550700000001],[-78.026695,39.622772],[-77.995483,39.598873],[-77.964516,39.61122900000001],[-77.945259,39.585915],[-77.935738,39.59184300000001],[-77.947823,39.61491799999999],[-77.938889,39.618122],[-77.903534,39.59602699999999],[-77.891022,39.600605],[-77.888718,39.61647400000001],[-77.855804,39.60207],[-77.84269,39.605278],[-77.840149,39.572643],[-77.853241,39.565357000000006],[-77.885452,39.56435400000001],[-77.890198,39.557995000000005],[-77.869843,39.545815000000005],[-77.864914,39.51455300000001],[-77.844131,39.531834],[-77.835747,39.52551299999999],[-77.829208,39.529156],[-77.825546,39.51194000000001],[-77.84816,39.50190699999999],[-77.82547,39.493809],[-77.771835,39.49801600000001],[-77.799782,39.480728],[-77.785393,39.459002999999996],[-77.804474,39.46303900000001],[-77.796082,39.450817],[-77.804977,39.439919],[-77.802559,39.43221700000001],[-77.757271,39.42506399999999],[-77.741119,39.40333899999999],[-77.737518,39.396095],[-77.756508,39.378376],[-77.745735,39.36027100000001],[-77.754585,39.338493],[-77.750374,39.326717],[-77.727753,39.31769600000001],[-77.759743,39.28454199999999],[-77.768517,39.24644900000001],[-77.805733,39.19650300000001],[-77.820328,39.14162099999999],[-77.830963,39.13207600000001],[-78.033607,39.265536999999995],[-78.229782,39.39101400000001],[-78.277153,39.42336700000001],[-78.347816,39.456902000000014],[-78.350502,39.38073],[-78.365746,39.36158800000001],[-78.3442,39.35085699999999],[-78.341118,39.341358000000014],[-78.413818,39.257439000000005],[-78.399399,39.244850000000014],[-78.42334,39.21204],[-78.424339,39.19752500000001],[-78.402634,39.17049],[-78.43084,39.14852099999999],[-78.44825,39.118931],[-78.485519,39.111839],[-78.501869,39.09357800000001],[-78.536919,39.05702600000001],[-78.564445,39.035037999999986],[-78.549469,39.02338],[-78.553474,39.01382799999999],[-78.598961,38.967197],[-78.631111,38.979603],[-78.647232,38.95044300000001],[-78.680489,38.92157399999999],[-78.719246,38.90488099999999],[-78.724403,38.93021400000001],[-78.737991,38.92917299999999],[-78.749512,38.911381000000006],[-78.793312,38.88010800000001],[-78.816116,38.83363299999999],[-78.866814,38.76329000000001],[-78.987701,38.84664900000001],[-79.033989,38.799847],[-79.055046,38.79051999999999],[-79.056801,38.76194000000001],[-79.087479,38.707153000000005],[-79.088791,38.659088],[-79.121307,38.66365099999999],[-79.12767,38.65812700000001],[-79.231903,38.480372999999986]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"West Virginia","STATE_FIPS":"54","SUB_REGION":"S Atl","STATE_ABBR":"WV","LAND_KM":62384.2,"WATER_KM":375.199,"PERSONS":1793477,"FAMILIES":500259,"HOUSHOLD":688557,"MALE":861536,"FEMALE":931941,"WORKERS":661702,"DRVALONE":493164,"CARPOOL":106918,"PUBTRANS":7237,"EMPLOYED":671085,"UNEMPLOY":71142,"SERVICE":205950,"MANUAL":124172,"P_MALE":0.48,"P_FEMALE":0.52,"SAMP_POP":317564}},{"type":"Feature","id":"states.5","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.71106,38.649551],[-75.70742,38.55747600000001],[-75.69915,38.463066],[-75.350204,38.455208],[-75.093094,38.45045099999999],[-75.155243,38.36962500000001],[-75.150986,38.273765999999995],[-75.262863,38.201415999999995],[-75.373428,38.06891999999999],[-75.37278,38.01671200000001],[-75.626434,37.996418000000006],[-75.648216,37.970130999999995],[-75.86573,37.979656000000006],[-75.769554,38.09724800000001],[-75.897797,38.17493400000001],[-75.838074,38.231594],[-75.861671,38.24004400000001],[-75.794174,38.26360299999999],[-75.894958,38.258872999999994],[-75.872437,38.35723100000001],[-75.886826,38.375462],[-75.949928,38.282055000000014],[-75.995285,38.282523999999995],[-76.020805,38.32189600000001],[-76.06546,38.25893400000001],[-76.294273,38.436935000000005],[-76.291985,38.47872899999999],[-76.192215,38.54334299999999],[-76.251053,38.59508099999999],[-76.031937,38.571922],[-76.028061,38.622005],[-76.046921,38.591858],[-76.075996,38.610783],[-76.124039,38.707977],[-76.174042,38.70909499999999],[-76.223312,38.76279099999999],[-76.26712,38.769886000000014],[-76.337624,38.67937499999999],[-76.350533,38.69902400000001],[-76.272415,38.834],[-76.195175,38.765254999999996],[-76.165855,38.78860900000001],[-76.114372,38.885456000000005],[-76.075867,38.88954899999999],[-76.102898,38.89801800000001],[-76.095497,38.94813199999999],[-76.113869,38.920715],[-76.199669,38.973354],[-76.111282,39.118595],[-76.221771,39.092918],[-76.238892,39.13082499999999],[-76.218437,39.204853000000014],[-76.112373,39.32129699999999],[-76.037422,39.35836800000001],[-75.849739,39.37913900000001],[-75.978798,39.39455000000001],[-75.952637,39.471180000000004],[-75.974762,39.524021000000005],[-76.03141,39.56992700000001],[-76.078506,39.542362],[-76.154526,39.401936000000006],[-76.226662,39.374888999999996],[-76.364029,39.393280000000004],[-76.39904,39.231144],[-76.531296,39.24261899999999],[-76.604027,39.259354],[-76.565132,39.23144500000001],[-76.576981,39.19811999999999],[-76.60733,39.180983999999995],[-76.595139,39.15868800000001],[-76.563919,39.19626600000001],[-76.423935,39.11835500000001],[-76.472038,38.908237000000014],[-76.549126,38.758972],[-76.525253,38.709633],[-76.508896,38.522099],[-76.385811,38.39128099999999],[-76.405457,38.34602000000001],[-76.421463,38.32049900000001],[-76.471924,38.33565899999999],[-76.520081,38.41013699999999],[-76.647255,38.450424],[-76.343781,38.21306200000001],[-76.33017,38.045704],[-76.577271,38.22263699999999],[-76.760239,38.23428000000001],[-76.864182,38.391346],[-76.908577,38.29984999999999],[-76.97303,38.331028],[-77.002396,38.426852999999994],[-77.220924,38.39066299999999],[-77.255875,38.41359299999999],[-77.277756,38.487099],[-77.12999,38.64812499999999],[-77.125114,38.67779899999999],[-77.093147,38.703982999999994],[-77.081879,38.71527900000001],[-77.057121,38.71202099999999],[-77.046471,38.71878100000001],[-77.045448,38.78811999999999],[-76.911209,38.88998799999999],[-77.008232,38.966556999999995],[-77.042389,38.99343099999999],[-77.122627,38.93206000000001],[-77.152046,38.96477899999999],[-77.243729,38.97587999999999],[-77.255989,39.02757299999999],[-77.3246,39.062588000000005],[-77.346519,39.068512],[-77.433037,39.066776000000004],[-77.459694,39.080837],[-77.479248,39.103958000000006],[-77.513046,39.116653000000014],[-77.516617,39.157444],[-77.478638,39.17693299999999],[-77.461998,39.218632000000014],[-77.464958,39.22905700000001],[-77.494064,39.249911999999995],[-77.542191,39.268939999999986],[-77.568962,39.298393000000004],[-77.616524,39.29971699999999],[-77.679588,39.31868],[-77.727753,39.31769600000001],[-77.750374,39.326717],[-77.754585,39.338493],[-77.745735,39.36027100000001],[-77.756508,39.378376],[-77.737518,39.396095],[-77.741119,39.40333899999999],[-77.757271,39.42506399999999],[-77.802559,39.43221700000001],[-77.804977,39.439919],[-77.796082,39.450817],[-77.804474,39.46303900000001],[-77.785393,39.459002999999996],[-77.799782,39.480728],[-77.771835,39.49801600000001],[-77.82547,39.493809],[-77.84816,39.50190699999999],[-77.825546,39.51194000000001],[-77.829208,39.529156],[-77.835747,39.52551299999999],[-77.844131,39.531834],[-77.864914,39.51455300000001],[-77.869843,39.545815000000005],[-77.890198,39.557995000000005],[-77.885452,39.56435400000001],[-77.853241,39.565357000000006],[-77.840149,39.572643],[-77.84269,39.605278],[-77.855804,39.60207],[-77.888718,39.61647400000001],[-77.891022,39.600605],[-77.903534,39.59602699999999],[-77.938889,39.618122],[-77.947823,39.61491799999999],[-77.935738,39.59184300000001],[-77.945259,39.585915],[-77.964516,39.61122900000001],[-77.995483,39.598873],[-78.026695,39.622772],[-78.094612,39.67550700000001],[-78.183243,39.69454999999999],[-78.204575,39.67584600000001],[-78.227867,39.67389700000001],[-78.2295,39.65847400000001],[-78.257996,39.641075],[-78.273285,39.61831699999999],[-78.34819,39.640499000000005],[-78.357048,39.632278000000014],[-78.377937,39.631226],[-78.384903,39.61440300000001],[-78.432159,39.62086099999999],[-78.404266,39.58752100000001],[-78.450897,39.592613],[-78.462082,39.58074199999999],[-78.421089,39.549316000000005],[-78.446136,39.548225],[-78.456078,39.533641999999986],[-78.481544,39.519844000000006],[-78.509048,39.52506600000001],[-78.564453,39.520981000000006],[-78.60463,39.53559100000001],[-78.637344,39.52985799999999],[-78.649406,39.53790699999999],[-78.666687,39.536838999999986],[-78.716576,39.559483],[-78.732979,39.57655299999999],[-78.761711,39.581703000000005],[-78.774002,39.601528],[-78.736511,39.60870399999999],[-78.730759,39.621455999999995],[-78.732643,39.62687700000001],[-78.767876,39.62652600000001],[-78.772964,39.644153999999986],[-78.798409,39.63074499999999],[-78.798729,39.61533],[-78.82267,39.585609000000005],[-78.806808,39.566734],[-78.838371,39.56322900000001],[-78.871071,39.5257],[-78.955643,39.460364999999996],[-78.970688,39.43843100000001],[-79.049103,39.483723],[-79.064659,39.48573300000001],[-79.070877,39.47075699999999],[-79.104843,39.47077899999999],[-79.096962,39.46453500000001],[-79.104324,39.44721200000001],[-79.131645,39.416934999999995],[-79.158371,39.41386399999999],[-79.163261,39.39339799999999],[-79.260406,39.34854100000001],[-79.28006,39.325142],[-79.295509,39.300438000000014],[-79.346428,39.291988],[-79.385078,39.269195999999994],[-79.449509,39.21198699999999],[-79.461418,39.21315799999999],[-79.490089,39.19728900000001],[-79.481209,39.72019599999999],[-79.396851,39.719234],[-78.930428,39.722252],[-78.818016,39.723029999999994],[-78.385048,39.723659999999995],[-78.334816,39.724007],[-78.096222,39.725368],[-77.476082,39.719528],[-77.464722,39.719978],[-77.221344,39.72058100000001],[-76.997108,39.72079099999999],[-76.790794,39.72115299999999],[-76.570145,39.72016099999999],[-76.233444,39.72174799999999],[-76.139549,39.72212200000001],[-75.791435,39.72375500000001],[-75.772697,39.38300699999999],[-75.764664,39.295849000000004],[-75.761658,39.24775299999999],[-75.752922,39.141548],[-75.724937,38.83017000000001],[-75.71106,38.649551]]],[[[-76.293129,38.90772200000001],[-76.29451,38.967567],[-76.339066,38.956661],[-76.314453,38.941925],[-76.322632,38.91208599999999],[-76.342545,38.924057000000005],[-76.329712,38.875889],[-76.375565,38.85410300000001],[-76.356796,38.95818700000001],[-76.299812,39.040595999999994],[-76.248146,38.97889699999999],[-76.246735,38.92357999999999],[-76.273514,38.94923],[-76.293129,38.90772200000001]]],[[[-75.068298,38.449963],[-75.045998,38.44949],[-75.087692,38.322945000000004],[-75.068298,38.449963]]],[[[-75.270721,38.02758800000001],[-75.244461,38.037903],[-75.209755,38.094177],[-75.164742,38.204845000000006],[-75.094398,38.320201999999995],[-75.17318,38.124187000000006],[-75.242584,38.028526],[-75.270721,38.02758800000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Maryland","STATE_FIPS":"24","SUB_REGION":"S Atl","STATE_ABBR":"MD","LAND_KM":25316.345,"WATER_KM":6188.794,"PERSONS":4781468,"FAMILIES":1245814,"HOUSHOLD":1748991,"MALE":2318671,"FEMALE":2462797,"WORKERS":1783061,"DRVALONE":1732837,"CARPOOL":376449,"PUBTRANS":202169,"EMPLOYED":2481342,"UNEMPLOY":111536,"SERVICE":586994,"MANUAL":260308,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":684773}},{"type":"Feature","id":"states.6","geometry":{"type":"MultiPolygon","coordinates":[[[[-102.043999,37.641459999999995],[-102.041557,37.386261000000005],[-102.036758,36.988972000000004],[-102.997223,36.998504999999994],[-103.077377,36.999741],[-103.993111,36.994445999999996],[-105.145615,36.993183],[-105.212532,36.992580000000004],[-105.712891,36.994541],[-105.991425,36.99227500000001],[-106.471588,36.991493000000006],[-106.860657,36.989491],[-106.889778,36.999072999999996],[-107.410217,36.997519999999994],[-107.471855,36.998772],[-108.371834,36.999474000000006],[-109.047821,36.996643000000006],[-109.044937,37.630829000000006],[-109.042542,37.887428],[-109.042801,38.15294299999999],[-109.055199,38.24493000000001],[-109.053284,38.494663],[-109.050751,39.36098899999999],[-109.052864,39.51819599999999],[-109.051888,39.65741],[-109.050591,40.210544999999996],[-109.045479,40.665329000000014],[-109.047638,40.99847399999999],[-107.918037,41.00341],[-107.303436,41.000168],[-106.864838,40.998489000000006],[-106.328545,41.001316],[-106.202896,41.000111000000004],[-105.278259,40.996365],[-104.933968,40.994305],[-104.051201,41.00322700000001],[-103.571823,40.999663999999996],[-103.382469,41.000331999999986],[-102.651802,40.99813499999999],[-102.620789,41.000225],[-102.047279,40.998076999999995],[-102.046532,40.743134],[-102.04557,40.69732300000001],[-102.047157,40.431084],[-102.047081,40.34265099999999],[-102.051071,39.99892800000001],[-102.048981,39.56869900000001],[-102.04834,39.56280899999999],[-102.047417,39.12675100000001],[-102.048515,39.03699900000001],[-102.047112,38.69253900000001],[-102.047127,38.615486000000004],[-102.04509,38.263329],[-102.045601,38.253806999999995],[-102.043518,37.734386],[-102.043999,37.641459999999995]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Colorado","STATE_FIPS":"08","SUB_REGION":"Mtn","STATE_ABBR":"CO","LAND_KM":268659.501,"WATER_KM":960.364,"PERSONS":3294394,"FAMILIES":854214,"HOUSHOLD":1282489,"MALE":1631295,"FEMALE":1663099,"WORKERS":1233023,"DRVALONE":1216639,"CARPOOL":210274,"PUBTRANS":46983,"EMPLOYED":1633281,"UNEMPLOY":99438,"SERVICE":421079,"MANUAL":181760,"P_MALE":0.495,"P_FEMALE":0.505,"SAMP_POP":512677}},{"type":"Feature","id":"states.7","geometry":{"type":"MultiPolygon","coordinates":[[[[-86.510674,36.655033],[-86.770538,36.652058],[-87.068184,36.650768],[-87.112701,36.651264],[-87.346603,36.649231],[-87.64064,36.645168],[-87.693512,36.64444],[-87.853516,36.64147199999999],[-87.870689,36.66937299999999],[-88.071312,36.67963],[-88.041061,36.582668],[-88.035049,36.538146999999995],[-88.042732,36.496517],[-88.495979,36.498149999999995],[-88.512634,36.499489],[-88.810661,36.498985000000005],[-88.826302,36.499847],[-88.830315,36.499793999999994],[-89.346596,36.502548000000004],[-89.414711,36.502617],[-89.418137,36.510563000000005],[-89.373878,36.616187999999994],[-89.363548,36.625702000000004],[-89.342323,36.628849],[-89.322273,36.622017],[-89.283424,36.575249],[-89.241615,36.569266999999996],[-89.21006,36.581894000000005],[-89.200119,36.631298],[-89.177094,36.653003999999996],[-89.167831,36.67157],[-89.197495,36.713367000000005],[-89.196297,36.72742100000001],[-89.1772,36.760925],[-89.151367,36.759040999999996],[-89.125473,36.768032000000005],[-89.125839,36.792412],[-89.164375,36.80441999999999],[-89.173462,36.829384000000005],[-89.166496,36.843422000000004],[-89.129585,36.86644],[-89.104965,36.953869],[-89.107147,36.977451],[-89.12986,36.988113],[-89.150246,36.99844],[-89.174332,37.025711],[-89.169548,37.064235999999994],[-89.146347,37.093185000000005],[-89.116821,37.112137000000004],[-89.065033,37.185860000000005],[-88.993172,37.22003599999999],[-88.932503,37.218407],[-88.863289,37.202194000000006],[-88.746506,37.152107],[-88.739113,37.141182],[-88.68837,37.13540999999999],[-88.61422,37.109047000000004],[-88.559273,37.072815000000006],[-88.517273,37.064769999999996],[-88.4907,37.06818],[-88.476799,37.072143999999994],[-88.45047,37.098670999999996],[-88.422516,37.156909999999996],[-88.450699,37.205669],[-88.501427,37.257782000000006],[-88.511322,37.296852],[-88.467644,37.400757],[-88.419853,37.420292],[-88.359177,37.40930899999999],[-88.311707,37.442852],[-88.087883,37.476273000000006],[-88.071564,37.51099000000001],[-88.134171,37.583572000000004],[-88.157631,37.628479],[-88.15937,37.660686],[-88.133636,37.700745],[-88.072472,37.735400999999996],[-88.035576,37.805683],[-88.011192,37.801308000000006],[-87.95871,37.77618],[-87.939583,37.799507000000006],[-87.920143,37.809685],[-87.910202,37.838570000000004],[-87.936821,37.875179],[-87.934456,37.904160000000005],[-87.921867,37.919865],[-87.89901,37.924553],[-87.857162,37.890902999999994],[-87.823624,37.878212000000005],[-87.753761,37.898087000000004],[-87.72818,37.894543],[-87.709389,37.899711999999994],[-87.679703,37.897007],[-87.6847,37.836330000000004],[-87.65168,37.828132999999994],[-87.607574,37.843777],[-87.59362,37.864868],[-87.594704,37.890724000000006],[-87.627121,37.923412],[-87.604309,37.971115],[-87.504791,37.91558499999999],[-87.452278,37.936477999999994],[-87.387543,37.93492500000001],[-87.310555,37.89367300000001],[-87.272743,37.870773],[-87.226761,37.84907200000001],[-87.175781,37.838593],[-87.158081,37.82692],[-87.131882,37.789688],[-87.10643,37.784203000000005],[-87.071312,37.807086999999996],[-87.036484,37.907955],[-87.013161,37.924713],[-86.989037,37.930565],[-86.93158,37.937988000000004],[-86.900085,37.953644],[-86.863281,37.986866000000006],[-86.826317,37.991505000000004],[-86.802826,37.978745],[-86.753838,37.898303999999996],[-86.728889,37.894566],[-86.68914,37.91179700000001],[-86.668671,37.913139],[-86.660324,37.902514999999994],[-86.670685,37.860584],[-86.665939,37.847324],[-86.645584,37.845943000000005],[-86.614799,37.857918],[-86.598328,37.921013],[-86.581802,37.925606],[-86.541107,37.921454999999995],[-86.522758,37.927811000000005],[-86.516922,37.942181000000005],[-86.530869,37.987415],[-86.527855,38.018631],[-86.519112,38.046986000000004],[-86.503136,38.051585999999986],[-86.458389,38.05909700000001],[-86.44249,38.075931999999995],[-86.442543,38.08863400000001],[-86.474358,38.11164500000001],[-86.464867,38.12909300000001],[-86.452545,38.129692000000006],[-86.407204,38.10815400000001],[-86.3937,38.12323000000001],[-86.344063,38.13420500000001],[-86.335442,38.143963000000014],[-86.343147,38.155495],[-86.387123,38.167957],[-86.388329,38.194743999999986],[-86.364372,38.19322600000001],[-86.341629,38.177223],[-86.297699,38.150238],[-86.291466,38.07842299999999],[-86.277725,38.05810500000001],[-86.252182,38.04065299999999],[-86.190651,38.01768899999999],[-86.105019,38.01126500000001],[-86.05275,37.966713],[-86.031654,37.992878000000005],[-86.006699,38.001693999999986],[-85.958618,38.01176799999999],[-85.930908,38.03397799999999],[-85.914787,38.06480400000001],[-85.912109,38.17993200000001],[-85.852371,38.23849100000001],[-85.839943,38.27622199999999],[-85.806587,38.28611000000001],[-85.786247,38.28232199999999],[-85.746964,38.27024499999999],[-85.681427,38.300883999999996],[-85.654266,38.33768499999999],[-85.643631,38.383621000000005],[-85.612679,38.446606],[-85.50724,38.47135499999999],[-85.466423,38.518112],[-85.432411,38.53695300000001],[-85.417503,38.56141299999999],[-85.424446,38.584778],[-85.45372,38.694614],[-85.446732,38.72478100000001],[-85.418228,38.738358000000005],[-85.335052,38.73694599999999],[-85.271439,38.744316],[-85.205208,38.69575499999999],[-85.16098,38.69511399999999],[-85.119705,38.714077],[-85.068504,38.750361999999996],[-85.025124,38.764229],[-84.975662,38.78057899999999],[-84.818832,38.793346000000014],[-84.824478,38.83439999999999],[-84.787498,38.866581],[-84.788719,38.884322999999995],[-84.803276,38.89712900000001],[-84.859795,38.901981000000006],[-84.875305,38.909369999999996],[-84.875931,38.92754400000001],[-84.846367,38.95457099999999],[-84.834496,38.98271600000001],[-84.844276,39.00577200000001],[-84.876343,39.032837],[-84.890045,39.050591],[-84.886757,39.064987],[-84.827911,39.10363000000001],[-84.811531,39.10252800000001],[-84.789978,39.106976],[-84.742928,39.14200600000001],[-84.667542,39.08956499999999],[-84.622704,39.07487499999999],[-84.593124,39.07020600000001],[-84.515358,39.094134999999994],[-84.492111,39.107304],[-84.444977,39.111766999999986],[-84.425743,39.084663000000006],[-84.4198,39.04727600000001],[-84.391373,39.035683000000006],[-84.34584,39.03774999999999],[-84.313377,39.01401100000001],[-84.290199,38.94447299999999],[-84.261589,38.91741200000001],[-84.235359,38.87448900000001],[-84.228767,38.812622000000005],[-84.176819,38.78842900000001],[-84.088936,38.765434],[-84.053871,38.763664000000006],[-83.962234,38.77757600000001],[-83.912613,38.757889000000006],[-83.857628,38.744845999999995],[-83.837608,38.71180699999999],[-83.790543,38.693771],[-83.770302,38.650745],[-83.712906,38.635479000000004],[-83.678612,38.62085300000001],[-83.655838,38.623806],[-83.643272,38.63578799999999],[-83.633324,38.664897999999994],[-83.618462,38.677898],[-83.526642,38.69603699999999],[-83.50016,38.69006300000001],[-83.453705,38.663700000000006],[-83.371513,38.654922],[-83.330116,38.631912],[-83.320419,38.60648699999999],[-83.306625,38.59624099999999],[-83.290138,38.59656100000001],[-83.27285,38.60918000000001],[-83.24511,38.62409600000001],[-83.182037,38.60976400000001],[-83.14325,38.61926299999999],[-83.111343,38.66475700000001],[-83.060982,38.68565000000001],[-83.027046,38.714436000000006],[-82.972588,38.719565999999986],[-82.92141,38.74633800000001],[-82.890419,38.74269899999999],[-82.873299,38.718929],[-82.880119,38.683223999999996],[-82.860138,38.65231700000001],[-82.853966,38.60038],[-82.827103,38.571583000000004],[-82.802475,38.557209],[-82.742058,38.552986000000004],[-82.695694,38.539063],[-82.669876,38.50206],[-82.613861,38.472588],[-82.586723,38.41243700000001],[-82.598358,38.368382],[-82.572418,38.307728],[-82.58017,38.292427],[-82.574699,38.255889999999994],[-82.589233,38.245304000000004],[-82.616348,38.23872800000001],[-82.606766,38.19374099999999],[-82.613884,38.178009],[-82.647278,38.16935000000001],[-82.646248,38.146243999999996],[-82.59333,38.10987499999999],[-82.524803,38.01557199999999],[-82.475906,37.975815],[-82.480301,37.95430399999999],[-82.493523,37.942420999999996],[-82.500336,37.922169],[-82.437737,37.894760000000005],[-82.421638,37.872260999999995],[-82.405937,37.811623],[-82.339981,37.784302],[-82.319633,37.758326999999994],[-82.329536,37.744072],[-82.295761,37.668957000000006],[-82.23851,37.656673],[-82.205582,37.623913],[-82.185692,37.640564],[-82.159454,37.593464],[-82.131927,37.590430999999995],[-82.137619,37.56979],[-82.146667,37.565815],[-82.142654,37.557345999999995],[-82.084541,37.548203],[-82.055817,37.525234],[-82.049286,37.551345999999995],[-82.026505,37.530411],[-81.97673,37.543144],[-81.959732,37.531063],[-82.289085,37.30475199999999],[-82.353973,37.26040999999999],[-82.406013,37.250595000000004],[-82.550163,37.19927199999999],[-82.568146,37.193813000000006],[-82.719215,37.109916999999996],[-82.721497,37.093018],[-82.70929,37.075382000000005],[-82.720177,37.065830000000005],[-82.723717,37.033894000000004],[-82.81234,37.005505],[-82.866676,36.974491],[-82.860748,36.932068],[-82.878159,36.893600000000006],[-82.95092,36.863986999999995],[-83.046745,36.858704],[-83.068062,36.850905999999995],[-83.128326,36.779064000000005],[-83.124496,36.75108],[-83.138618,36.739971],[-83.203758,36.734173],[-83.32148,36.709446],[-83.385948,36.68813299999999],[-83.404243,36.672241],[-83.460312,36.661747000000005],[-83.530983,36.661395999999996],[-83.646889,36.616894],[-83.675262,36.598620999999994],[-83.695694,36.584166999999994],[-83.935677,36.591209000000006],[-84.006821,36.592006999999995],[-84.254555,36.595371],[-84.256844,36.595417],[-84.781929,36.605002999999996],[-84.791115,36.605366000000004],[-84.998512,36.620914],[-85.272537,36.625553],[-85.300133,36.626037999999994],[-85.437408,36.618137000000004],[-85.7855,36.626628999999994],[-85.980629,36.63306],[-86.199005,36.643246000000005],[-86.415451,36.650890000000004],[-86.510674,36.655033]]],[[[-89.533195,36.498108],[-89.566986,36.518738],[-89.568153,36.541409],[-89.556137,36.557743],[-89.530365,36.564555999999996],[-89.493126,36.559116],[-89.481674,36.547775],[-89.471375,36.525555],[-89.481682,36.504695999999996],[-89.475822,36.498547],[-89.533195,36.498108]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Kentucky","STATE_FIPS":"21","SUB_REGION":"E S Cen","STATE_ABBR":"KY","LAND_KM":103961.904,"WATER_KM":1772.542,"PERSONS":4551524,"FAMILIES":1237346,"HOUSHOLD":1718663,"MALE":2195130,"FEMALE":2356394,"WORKERS":1656590,"DRVALONE":1502949,"CARPOOL":273091,"PUBTRANS":48158,"EMPLOYED":1970934,"UNEMPLOY":148125,"SERVICE":556744,"MANUAL":361621,"P_MALE":0.482,"P_FEMALE":0.518,"SAMP_POP":646517}},{"type":"Feature","id":"states.8","geometry":{"type":"MultiPolygon","coordinates":[[[[-95.071693,37.001408],[-95.406372,37.000538000000006],[-95.525764,37.000938000000005],[-95.785492,36.998035],[-95.957703,37.000011],[-96.005791,36.998264000000006],[-96.518898,37.000538000000006],[-96.74839,37.000134],[-97.137375,36.999779000000004],[-97.46508,36.996441000000004],[-97.803917,36.998543],[-98.104187,36.998645999999994],[-98.346794,36.999035000000006],[-98.539864,36.99834799999999],[-98.999138,36.998042999999996],[-99.43708,36.99453],[-99.544243,36.995434],[-99.998848,36.995388000000005],[-100.088158,36.997623000000004],[-100.633812,36.997806999999995],[-100.950142,36.996635],[-101.071159,36.99744],[-101.553238,36.996666000000005],[-102.024071,36.988853000000006],[-102.036758,36.988972000000004],[-102.041557,37.386261000000005],[-102.043999,37.641459999999995],[-102.043518,37.734386],[-102.045601,38.253806999999995],[-102.04509,38.263329],[-102.047127,38.615486000000004],[-102.047112,38.69253900000001],[-102.048515,39.03699900000001],[-102.047417,39.12675100000001],[-102.04834,39.56280899999999],[-102.048981,39.56869900000001],[-102.051071,39.99892800000001],[-101.406952,40.00100699999999],[-101.321709,40.001823],[-100.754425,40.00019499999999],[-100.734619,39.999168],[-100.190697,40.000580000000014],[-100.180496,40.000473],[-99.627472,40.00297900000001],[-99.177834,39.99956499999999],[-99.064384,39.998324999999994],[-98.720284,39.998447],[-98.504143,39.997116000000005],[-98.26384,39.99842100000001],[-97.929268,39.99843999999999],[-97.816269,39.999718],[-97.361595,39.997375000000005],[-96.907982,39.996151],[-96.801117,39.994473],[-96.453743,39.994170999999994],[-96.240311,39.99450300000001],[-96.000977,39.995159],[-95.780434,39.99348800000001],[-95.329445,39.99259599999999],[-95.308441,39.999409000000014],[-95.240707,39.94210799999999],[-95.207344,39.93817899999999],[-95.19371,39.91018299999999],[-95.150299,39.90805800000001],[-95.100471,39.869868999999994],[-95.062996,39.86654300000001],[-95.033257,39.877849999999995],[-95.021523,39.896984],[-94.964775,39.90082899999999],[-94.937996,39.89608799999999],[-94.936264,39.849391999999995],[-94.92363,39.83313799999999],[-94.898079,39.828339],[-94.88826,39.817406000000005],[-94.899078,39.793780999999996],[-94.933022,39.78278],[-94.934868,39.77543299999999],[-94.921555,39.757847],[-94.876823,39.760684999999995],[-94.870941,39.75412399999999],[-94.877617,39.73931099999999],[-94.905434,39.72676100000001],[-94.930611,39.72703200000001],[-94.952896,39.73650699999999],[-94.96154,39.732044],[-94.978325,39.68499399999999],[-95.028046,39.66191900000001],[-95.055771,39.62569400000001],[-95.053368,39.586781],[-95.108742,39.56069600000001],[-95.101791,39.53285199999999],[-95.047356,39.485332],[-95.040268,39.46294399999999],[-94.985962,39.43946500000001],[-94.958252,39.411449000000005],[-94.925507,39.381268000000006],[-94.898041,39.380641999999995],[-94.911102,39.34012200000001],[-94.90744,39.32302899999999],[-94.880867,39.286045],[-94.833237,39.261765],[-94.82058,39.21100200000001],[-94.78981,39.19687999999999],[-94.730293,39.17125300000001],[-94.675278,39.17491899999999],[-94.646172,39.158424],[-94.612419,39.151646],[-94.60099,39.141223999999994],[-94.607903,39.112797],[-94.609047,39.04466199999999],[-94.612236,38.83710099999999],[-94.612915,38.737213],[-94.618484,38.47145800000001],[-94.61882,38.39201399999999],[-94.617096,38.05575200000001],[-94.616501,38.03035399999999],[-94.619057,37.679824999999994],[-94.618759,37.65033],[-94.61853,37.360714],[-94.618744,37.327679],[-94.620438,37.060085],[-94.620155,36.996983],[-95.032509,37.00071],[-95.071693,37.001408]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Kansas","STATE_FIPS":"20","SUB_REGION":"W N Cen","STATE_ABBR":"KS","LAND_KM":211921.641,"WATER_KM":1188.865,"PERSONS":2477574,"FAMILIES":658600,"HOUSHOLD":944726,"MALE":1214645,"FEMALE":1262929,"WORKERS":907383,"DRVALONE":928575,"CARPOOL":135598,"PUBTRANS":7585,"EMPLOYED":1172214,"UNEMPLOY":57772,"SERVICE":346339,"MANUAL":166429,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":453411}},{"type":"Feature","id":"states.9","geometry":{"type":"MultiPolygon","coordinates":[[[[-79.144325,36.546059],[-79.217064,36.54978199999999],[-79.5103,36.547657],[-79.717445,36.547889999999995],[-80.024055,36.545024999999995],[-80.048096,36.547134],[-80.43531,36.551044000000005],[-80.611053,36.557297000000005],[-80.838158,36.563438000000005],[-80.903442,36.565212],[-81.345299,36.57286499999999],[-81.669998,36.589648999999994],[-81.652435,36.607555000000005],[-81.829056,36.611481],[-81.918449,36.613495],[-81.929459,36.595837],[-82.154327,36.595043000000004],[-82.216805,36.593967000000006],[-82.296997,36.591697999999994],[-82.610962,36.591446000000005],[-82.849937,36.590946],[-82.986809,36.591198000000006],[-83.211029,36.588001000000006],[-83.248489,36.589848],[-83.275131,36.60038],[-83.464302,36.598755],[-83.675262,36.598620999999994],[-83.646889,36.616894],[-83.530983,36.661395999999996],[-83.460312,36.661747000000005],[-83.404243,36.672241],[-83.385948,36.68813299999999],[-83.32148,36.709446],[-83.203758,36.734173],[-83.138618,36.739971],[-83.124496,36.75108],[-83.128326,36.779064000000005],[-83.068062,36.850905999999995],[-83.046745,36.858704],[-82.95092,36.863986999999995],[-82.878159,36.893600000000006],[-82.860748,36.932068],[-82.866676,36.974491],[-82.81234,37.005505],[-82.723717,37.033894000000004],[-82.720177,37.065830000000005],[-82.70929,37.075382000000005],[-82.721497,37.093018],[-82.719215,37.109916999999996],[-82.568146,37.193813000000006],[-82.550163,37.19927199999999],[-82.406013,37.250595000000004],[-82.353973,37.26040999999999],[-82.289085,37.30475199999999],[-81.959732,37.531063],[-81.935608,37.506535],[-81.948151,37.492915999999994],[-81.976578,37.48279599999999],[-81.988358,37.466476],[-81.920891,37.41540500000001],[-81.926979,37.371616],[-81.897316,37.34047700000001],[-81.863976,37.325344],[-81.858841,37.30691899999999],[-81.83905,37.285393],[-81.815544,37.279427],[-81.792824,37.287041],[-81.752022,37.272144],[-81.738625,37.250378],[-81.701897,37.235321],[-81.666054,37.204796],[-81.556824,37.206238],[-81.505707,37.234257],[-81.495705,37.252735],[-81.475533,37.254307],[-81.403519,37.282509000000005],[-81.391121,37.311038999999994],[-81.358971,37.338837],[-81.31205,37.293591000000006],[-81.223114,37.240097000000006],[-81.140923,37.274806999999996],[-81.025124,37.285942000000006],[-80.98613,37.306122],[-80.978729,37.296356],[-80.968086,37.291672000000005],[-80.93438,37.301249999999996],[-80.855629,37.339291],[-80.848618,37.350821999999994],[-80.877556,37.388577],[-80.850723,37.423339999999996],[-80.799812,37.412941000000004],[-80.799446,37.391632],[-80.770226,37.386073999999994],[-80.763199,37.371292],[-80.747894,37.378960000000006],[-80.746529,37.387615],[-80.729942,37.392596999999995],[-80.705414,37.388256],[-80.597702,37.445930000000004],[-80.542969,37.469086000000004],[-80.50898,37.47492200000001],[-80.488098,37.460471999999996],[-80.487015,37.433735],[-80.474983,37.422695000000004],[-80.425598,37.43478],[-80.388527,37.465599],[-80.352379,37.475975000000005],[-80.347733,37.491051],[-80.288139,37.511024000000006],[-80.280952,37.53613300000001],[-80.308525,37.528244],[-80.326126,37.533276],[-80.31694,37.566593],[-80.246613,37.596771000000004],[-80.219147,37.624142000000006],[-80.254639,37.640579],[-80.301147,37.640423],[-80.305077,37.652122000000006],[-80.295914,37.671379],[-80.303322,37.682548999999995],[-80.250244,37.725928999999994],[-80.254898,37.757110999999995],[-80.220757,37.778735999999995],[-80.223946,37.80224200000001],[-80.171806,37.842845999999994],[-80.172432,37.860062],[-80.160217,37.877106],[-80.118721,37.891155],[-80.106705,37.914536],[-80.055023,37.955524],[-80.000717,37.989746],[-79.966713,38.038498000000004],[-79.957733,38.06724199999999],[-79.928513,38.10318799999999],[-79.935547,38.121185],[-79.910561,38.16248300000001],[-79.916382,38.17914200000001],[-79.831375,38.250156000000004],[-79.793846,38.268542999999994],[-79.786736,38.28499600000001],[-79.803001,38.29874799999999],[-79.800552,38.31420499999999],[-79.764229,38.35387],[-79.733055,38.351719],[-79.720261,38.394566],[-79.684319,38.43011899999999],[-79.692879,38.500237],[-79.66584,38.52065999999999],[-79.669655,38.55006],[-79.642632,38.592239000000006],[-79.536743,38.553687999999994],[-79.48658,38.46202500000001],[-79.317238,38.41251],[-79.272598,38.437183000000005],[-79.231903,38.480372999999986],[-79.12767,38.65812700000001],[-79.121307,38.66365099999999],[-79.088791,38.659088],[-79.087479,38.707153000000005],[-79.056801,38.76194000000001],[-79.055046,38.79051999999999],[-79.033989,38.799847],[-78.987701,38.84664900000001],[-78.866814,38.76329000000001],[-78.816116,38.83363299999999],[-78.793312,38.88010800000001],[-78.749512,38.911381000000006],[-78.737991,38.92917299999999],[-78.724403,38.93021400000001],[-78.719246,38.90488099999999],[-78.680489,38.92157399999999],[-78.647232,38.95044300000001],[-78.631111,38.979603],[-78.598961,38.967197],[-78.553474,39.01382799999999],[-78.549469,39.02338],[-78.564445,39.035037999999986],[-78.536919,39.05702600000001],[-78.501869,39.09357800000001],[-78.485519,39.111839],[-78.44825,39.118931],[-78.43084,39.14852099999999],[-78.402634,39.17049],[-78.424339,39.19752500000001],[-78.42334,39.21204],[-78.399399,39.244850000000014],[-78.413818,39.257439000000005],[-78.341118,39.341358000000014],[-78.3442,39.35085699999999],[-78.365746,39.36158800000001],[-78.350502,39.38073],[-78.347816,39.456902000000014],[-78.277153,39.42336700000001],[-78.229782,39.39101400000001],[-78.033607,39.265536999999995],[-77.830963,39.13207600000001],[-77.820328,39.14162099999999],[-77.805733,39.19650300000001],[-77.768517,39.24644900000001],[-77.759743,39.28454199999999],[-77.727753,39.31769600000001],[-77.679588,39.31868],[-77.616524,39.29971699999999],[-77.568962,39.298393000000004],[-77.542191,39.268939999999986],[-77.494064,39.249911999999995],[-77.464958,39.22905700000001],[-77.461998,39.218632000000014],[-77.478638,39.17693299999999],[-77.516617,39.157444],[-77.513046,39.116653000000014],[-77.479248,39.103958000000006],[-77.459694,39.080837],[-77.433037,39.066776000000004],[-77.346519,39.068512],[-77.3246,39.062588000000005],[-77.255989,39.02757299999999],[-77.243729,38.97587999999999],[-77.152046,38.96477899999999],[-77.122627,38.93206000000001],[-77.078949,38.91560000000001],[-77.067886,38.886101],[-77.039078,38.86243099999999],[-77.040405,38.838413],[-77.045189,38.829364999999996],[-77.035248,38.81391500000001],[-77.045448,38.78811999999999],[-77.046471,38.71878100000001],[-77.057121,38.71202099999999],[-77.081879,38.71527900000001],[-77.093147,38.703982999999994],[-77.125114,38.67779899999999],[-77.12999,38.64812499999999],[-77.197258,38.62270000000001],[-77.194748,38.66076699999999],[-77.227592,38.650723],[-77.303619,38.50191100000001],[-77.338486,38.436825],[-77.289482,38.362671000000006],[-77.321823,38.34398300000001],[-77.2407,38.33137099999999],[-77.054535,38.375350999999995],[-76.999359,38.280272999999994],[-76.936462,38.202473],[-76.595604,38.12022400000001],[-76.549034,38.074112000000014],[-76.558044,38.02533],[-76.573692,38.00317000000001],[-76.524544,38.012744999999995],[-76.367744,37.956951000000004],[-76.259201,37.890029999999996],[-76.251923,37.850178],[-76.324539,37.798812999999996],[-76.309944,37.719111999999996],[-76.357002,37.70013],[-76.323059,37.677814],[-76.344872,37.622924999999995],[-76.507088,37.656384],[-76.58046,37.770115000000004],[-76.631775,37.796349000000006],[-76.771851,37.916675999999995],[-76.818504,37.919506],[-76.732353,37.798480999999995],[-76.681732,37.774754],[-76.569496,37.641907],[-76.314644,37.551201000000006],[-76.34864,37.52515],[-76.512856,37.55257400000001],[-76.434181,37.515202],[-76.355667,37.515755],[-76.254593,37.390190000000004],[-76.275192,37.330321999999995],[-76.300972,37.334571999999994],[-76.33902,37.393547],[-76.446869,37.457966],[-76.463936,37.418892],[-76.417084,37.412136000000004],[-76.403755,37.373028000000005],[-76.455551,37.377491000000006],[-76.392738,37.293426999999994],[-76.461136,37.255432],[-76.653488,37.412200999999996],[-76.704681,37.418491],[-76.669983,37.371646999999996],[-76.595039,37.291298],[-76.424667,37.207297999999994],[-76.412994,37.152393000000004],[-76.396873,37.173030999999995],[-76.363785,37.146427],[-76.337318,37.177009999999996],[-76.285675,37.122097],[-76.395691,37.107708],[-76.278931,37.074344999999994],[-76.293343,37.020489],[-76.384552,36.990414],[-76.426117,36.96526],[-76.53112,37.067642000000006],[-76.515266,37.088367000000005],[-76.564491,37.117771000000005],[-76.568443,37.080173],[-76.624916,37.13227500000001],[-76.610031,37.178577000000004],[-76.648094,37.225837999999996],[-76.697151,37.232521000000006],[-76.746101,37.193389999999994],[-76.795929,37.240387],[-76.85717,37.2439],[-76.875488,37.322945000000004],[-76.878426,37.259426000000005],[-76.94149,37.23661],[-76.900864,37.201054],[-76.797394,37.207302],[-76.72921,37.15066899999999],[-76.685966,37.197987],[-76.671539,37.147712999999996],[-76.665642,37.054134000000005],[-76.577827,37.024494000000004],[-76.613373,36.994843],[-76.555046,37.006195000000005],[-76.48951,36.961723000000006],[-76.517174,36.912186000000005],[-76.482178,36.91908599999999],[-76.486618,36.895568999999995],[-76.560516,36.841801000000004],[-76.561852,36.795615999999995],[-76.507195,36.869473],[-76.410805,36.901413000000005],[-76.348145,36.913342],[-76.341919,36.860187999999994],[-76.394089,36.835926],[-76.401184,36.826138],[-76.317436,36.845844],[-76.292702,36.828342000000006],[-76.307617,36.942001000000005],[-76.284225,36.962734],[-76.202332,36.935069999999996],[-76.191666,36.904442],[-76.118431,36.931618],[-75.995361,36.923134000000005],[-75.878166,36.555874],[-75.901985,36.556197999999995],[-75.892853,36.599022000000005],[-75.950798,36.721565],[-75.998665,36.556652],[-76.027168,36.556717000000006],[-76.061859,36.603592000000006],[-76.045959,36.55695299999999],[-76.127396,36.557163],[-76.330254,36.556056999999996],[-76.497559,36.555813],[-76.563583,36.555251999999996],[-76.921631,36.554157000000004],[-76.924133,36.554146],[-77.177353,36.556286],[-77.320053,36.553917],[-77.763931,36.553439999999995],[-77.898857,36.552944],[-78.051666,36.552475],[-78.321251,36.545531999999994],[-78.458809,36.541481000000005],[-78.737389,36.546074000000004],[-78.7967,36.543533],[-79.144325,36.546059]]],[[[-75.270721,38.02758800000001],[-75.242584,38.028526],[-75.298859,37.962875],[-75.33918,37.888783000000004],[-75.386078,37.875652],[-75.34481,37.90191299999999],[-75.378571,37.900974000000005],[-75.346687,37.918797],[-75.270721,38.02758800000001]]],[[[-75.867371,37.552181000000004],[-75.941101,37.561554],[-75.929558,37.58588399999999],[-75.887276,37.580344999999994],[-75.905991,37.592175],[-75.799721,37.711792],[-75.7826,37.789833],[-75.696083,37.824516],[-75.686707,37.858124000000004],[-75.733978,37.930569000000006],[-75.658447,37.941181],[-75.648216,37.970130999999995],[-75.626434,37.996418000000006],[-75.37278,38.01671200000001],[-75.61792,37.697131999999996],[-75.589905,37.677193],[-75.699493,37.589512],[-75.650269,37.559753],[-75.727524,37.558182],[-75.7565,37.510540000000006],[-75.705269,37.493472999999994],[-75.813026,37.469044],[-75.820488,37.426204999999996],[-75.790771,37.408108],[-75.826675,37.418148],[-75.89711,37.36739300000001],[-75.931389,37.14250199999999],[-75.970985,37.126232],[-76.018471,37.308780999999996],[-75.934448,37.484641999999994],[-75.965446,37.479350999999994],[-75.954704,37.521832],[-75.930756,37.556889],[-75.867371,37.552181000000004]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Virginia","STATE_FIPS":"51","SUB_REGION":"S Atl","STATE_ABBR":"VA","LAND_KM":102537.328,"WATER_KM":4263.82,"PERSONS":6180651,"FAMILIES":1627615,"HOUSHOLD":2289067,"MALE":3030948,"FEMALE":3149703,"WORKERS":2343200,"DRVALONE":2278600,"CARPOOL":499251,"PUBTRANS":125792,"EMPLOYED":3025109,"UNEMPLOY":141926,"SERVICE":777181,"MANUAL":420070,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":898089}},{"type":"Feature","id":"states.10","geometry":{"type":"MultiPolygon","coordinates":[[[[-89.104965,36.953869],[-89.129585,36.86644],[-89.166496,36.843422000000004],[-89.173462,36.829384000000005],[-89.164375,36.80441999999999],[-89.125839,36.792412],[-89.125473,36.768032000000005],[-89.151367,36.759040999999996],[-89.1772,36.760925],[-89.196297,36.72742100000001],[-89.197495,36.713367000000005],[-89.167831,36.67157],[-89.177094,36.653003999999996],[-89.200119,36.631298],[-89.21006,36.581894000000005],[-89.241615,36.569266999999996],[-89.283424,36.575249],[-89.322273,36.622017],[-89.342323,36.628849],[-89.363548,36.625702000000004],[-89.373878,36.616187999999994],[-89.418137,36.510563000000005],[-89.414711,36.502617],[-89.448517,36.456379],[-89.470833,36.445953],[-89.491989,36.465462],[-89.475822,36.498547],[-89.481682,36.504695999999996],[-89.471375,36.525555],[-89.481674,36.547775],[-89.493126,36.559116],[-89.530365,36.564555999999996],[-89.556137,36.557743],[-89.568153,36.541409],[-89.566986,36.518738],[-89.533195,36.498108],[-89.516022,36.47180899999999],[-89.545181,36.440960000000004],[-89.520004,36.401058000000006],[-89.519333,36.35593],[-89.544556,36.345721999999995],[-89.60569,36.354752000000005],[-89.622795,36.334782000000004],[-89.606766,36.308037],[-89.542236,36.280865000000006],[-89.535378,36.264538],[-89.541649,36.257278],[-89.61808,36.240898],[-89.670586,36.25489399999999],[-89.694542,36.25213599999999],[-89.695656,36.240795000000006],[-89.676788,36.220867],[-89.618561,36.18374300000001],[-89.589455,36.15201999999999],[-89.589424,36.129791],[-89.667389,36.099316],[-89.678169,36.08297],[-89.688843,36.025795],[-89.721756,35.999877999999995],[-89.963203,35.996838],[-90.283455,35.991158],[-90.37896,35.989586],[-90.315239,36.091656],[-90.284752,36.115905999999995],[-90.263702,36.118763],[-90.23484,36.137089],[-90.232224,36.161148],[-90.219223,36.172565000000006],[-90.161308,36.196940999999995],[-90.131218,36.21207],[-90.109917,36.257996000000006],[-90.066093,36.272273999999996],[-90.049751,36.300472],[-90.067635,36.325333],[-90.050201,36.362606],[-90.052063,36.382553],[-90.080177,36.39738800000001],[-90.116829,36.404915],[-90.123833,36.422565000000006],[-90.117226,36.453896],[-90.137276,36.45741700000001],[-90.150162,36.491814000000005],[-90.224373,36.492751999999996],[-90.581619,36.490962999999994],[-90.804314,36.489204],[-91.133827,36.487953000000005],[-91.411659,36.491039],[-91.45285,36.490376],[-91.688416,36.490955],[-92.127487,36.491371],[-92.146164,36.491596],[-92.522888,36.490855999999994],[-92.777466,36.489918],[-92.852104,36.489819],[-93.297142,36.490616],[-93.328163,36.490196],[-93.59626,36.489891],[-93.857323,36.489716],[-94.080849,36.49095199999999],[-94.617035,36.489338000000004],[-94.62085,36.670471000000006],[-94.62146,36.763538],[-94.620155,36.996983],[-94.620438,37.060085],[-94.618744,37.327679],[-94.61853,37.360714],[-94.618759,37.65033],[-94.619057,37.679824999999994],[-94.616501,38.03035399999999],[-94.617096,38.05575200000001],[-94.61882,38.39201399999999],[-94.618484,38.47145800000001],[-94.612915,38.737213],[-94.612236,38.83710099999999],[-94.609047,39.04466199999999],[-94.607903,39.112797],[-94.60099,39.141223999999994],[-94.612419,39.151646],[-94.646172,39.158424],[-94.675278,39.17491899999999],[-94.730293,39.17125300000001],[-94.78981,39.19687999999999],[-94.82058,39.21100200000001],[-94.833237,39.261765],[-94.880867,39.286045],[-94.90744,39.32302899999999],[-94.911102,39.34012200000001],[-94.898041,39.380641999999995],[-94.925507,39.381268000000006],[-94.958252,39.411449000000005],[-94.985962,39.43946500000001],[-95.040268,39.46294399999999],[-95.047356,39.485332],[-95.101791,39.53285199999999],[-95.108742,39.56069600000001],[-95.053368,39.586781],[-95.055771,39.62569400000001],[-95.028046,39.66191900000001],[-94.978325,39.68499399999999],[-94.96154,39.732044],[-94.952896,39.73650699999999],[-94.930611,39.72703200000001],[-94.905434,39.72676100000001],[-94.877617,39.73931099999999],[-94.870941,39.75412399999999],[-94.876823,39.760684999999995],[-94.921555,39.757847],[-94.934868,39.77543299999999],[-94.933022,39.78278],[-94.899078,39.793780999999996],[-94.88826,39.817406000000005],[-94.898079,39.828339],[-94.92363,39.83313799999999],[-94.936264,39.849391999999995],[-94.937996,39.89608799999999],[-94.964775,39.90082899999999],[-95.021523,39.896984],[-95.033257,39.877849999999995],[-95.062996,39.86654300000001],[-95.100471,39.869868999999994],[-95.150299,39.90805800000001],[-95.19371,39.91018299999999],[-95.207344,39.93817899999999],[-95.240707,39.94210799999999],[-95.308441,39.999409000000014],[-95.34481,40.02497500000001],[-95.370987,40.028751],[-95.390274,40.043750999999986],[-95.413506,40.048111000000006],[-95.403526,40.08037899999999],[-95.384285,40.09536399999999],[-95.392555,40.11541700000001],[-95.422218,40.131744],[-95.460693,40.17399599999999],[-95.466377,40.213257],[-95.476562,40.226856],[-95.546875,40.266215999999986],[-95.595268,40.309776],[-95.646561,40.30910900000001],[-95.645287,40.32234600000001],[-95.617668,40.33141699999999],[-95.615936,40.346497],[-95.633919,40.358799000000005],[-95.636551,40.396389],[-95.695091,40.48533599999999],[-95.6847,40.512203],[-95.657791,40.53033099999999],[-95.662674,40.558727000000005],[-95.675423,40.565833999999995],[-95.687141,40.56116900000001],[-95.691795,40.52412799999999],[-95.736763,40.53237200000001],[-95.763138,40.549705999999986],[-95.767204,40.589045999999996],[-95.382294,40.58433500000001],[-95.217171,40.581897999999995],[-94.920364,40.57722899999999],[-94.639633,40.57575600000001],[-94.484993,40.57421500000001],[-94.238159,40.57097200000001],[-94.01783,40.57402400000001],[-93.786079,40.57844499999999],[-93.562691,40.58080699999999],[-93.370056,40.58048199999999],[-93.100731,40.58433500000001],[-92.717621,40.58964499999999],[-92.64624,40.59143800000001],[-92.361328,40.599548],[-92.192993,40.60006000000001],[-91.946198,40.60823400000001],[-91.741547,40.609748999999994],[-91.716812,40.593399000000005],[-91.689796,40.581165],[-91.691917,40.55163999999999],[-91.622375,40.53286399999999],[-91.616699,40.50483299999999],[-91.585869,40.484477999999996],[-91.579224,40.463718],[-91.533051,40.455399],[-91.538689,40.44124600000001],[-91.529449,40.43504300000001],[-91.527534,40.41012599999999],[-91.500221,40.40511699999999],[-91.490158,40.390761999999995],[-91.476883,40.39096799999999],[-91.448593,40.371902000000006],[-91.486694,40.309624000000014],[-91.498932,40.25137699999999],[-91.506546,40.200458999999995],[-91.516129,40.134544000000005],[-91.504005,40.066711],[-91.487289,40.005753],[-91.447243,39.94606400000001],[-91.430389,39.92183700000001],[-91.434052,39.90182899999999],[-91.450989,39.885242000000005],[-91.449188,39.86304899999999],[-91.381714,39.80377200000001],[-91.373421,39.76127199999999],[-91.367088,39.724639999999994],[-91.317665,39.68591699999999],[-91.203247,39.600021],[-91.156189,39.552593],[-91.093613,39.52892700000001],[-91.064384,39.473984],[-91.036339,39.444412],[-90.947891,39.40058500000001],[-90.850494,39.35045199999999],[-90.779343,39.29680300000001],[-90.738083,39.24780999999999],[-90.732338,39.22474700000001],[-90.718193,39.195873000000006],[-90.716736,39.14421100000001],[-90.690399,39.09370000000001],[-90.707588,39.058178],[-90.70607,39.037791999999996],[-90.668877,38.93525299999999],[-90.627213,38.880795000000006],[-90.570328,38.87132600000001],[-90.530426,38.89160899999999],[-90.469841,38.959179000000006],[-90.413071,38.96233000000001],[-90.31974,38.92490799999999],[-90.278931,38.92471699999999],[-90.243927,38.91450900000001],[-90.132812,38.85303099999999],[-90.113121,38.830467],[-90.121727,38.80051],[-90.135178,38.785484],[-90.163399,38.773098000000005],[-90.196571,38.72396499999999],[-90.20224,38.70036300000001],[-90.183578,38.658772],[-90.183708,38.61027100000001],[-90.240944,38.562805],[-90.26123,38.532768000000004],[-90.265785,38.518688],[-90.301842,38.427357],[-90.339607,38.39084600000001],[-90.358688,38.36533],[-90.369347,38.32355899999999],[-90.364769,38.23429899999999],[-90.336716,38.18871300000001],[-90.289635,38.16681700000001],[-90.254059,38.122169000000014],[-90.207527,38.08890500000001],[-90.134712,38.05395100000001],[-90.119339,38.032272000000006],[-90.041924,37.993206],[-90.010811,37.969318],[-89.958229,37.963634],[-89.978912,37.911884],[-89.937874,37.878044],[-89.900551,37.875904000000006],[-89.866814,37.891875999999996],[-89.861046,37.905486999999994],[-89.851715,37.905063999999996],[-89.728447,37.840992],[-89.691055,37.804794],[-89.675858,37.78397],[-89.666458,37.745453],[-89.581436,37.706103999999996],[-89.521523,37.694798000000006],[-89.513374,37.67984],[-89.51918,37.650375],[-89.513367,37.615928999999994],[-89.524971,37.571957],[-89.494781,37.491726],[-89.453621,37.453186],[-89.427574,37.411018],[-89.435738,37.355717],[-89.468742,37.339409],[-89.50058,37.329441],[-89.513885,37.304962],[-89.513885,37.276402000000004],[-89.489594,37.256001],[-89.465309,37.253731],[-89.468216,37.224266],[-89.440521,37.165318],[-89.423798,37.137203],[-89.37999,37.09908299999999],[-89.38295,37.049212999999995],[-89.310982,37.009682],[-89.282768,36.999207],[-89.262001,37.008686],[-89.264244,37.027733],[-89.3097,37.060908999999995],[-89.303291,37.085384000000005],[-89.284233,37.091244],[-89.264053,37.087124],[-89.237679,37.041732999999994],[-89.210052,37.02897299999999],[-89.193512,36.986771000000005],[-89.12986,36.988113],[-89.107147,36.977451],[-89.104965,36.953869]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Missouri","STATE_FIPS":"29","SUB_REGION":"W N Cen","STATE_ABBR":"MO","LAND_KM":178445.951,"WATER_KM":2100.115,"PERSONS":5117073,"FAMILIES":1368334,"HOUSHOLD":1961206,"MALE":2464315,"FEMALE":2652758,"WORKERS":1861192,"DRVALONE":1816079,"CARPOOL":312042,"PUBTRANS":47129,"EMPLOYED":2367395,"UNEMPLOY":155388,"SERVICE":659782,"MANUAL":386746,"P_MALE":0.482,"P_FEMALE":0.518,"SAMP_POP":864999}},{"type":"Feature","id":"states.11","geometry":{"type":"MultiPolygon","coordinates":[[[[-114.519844,33.027668000000006],[-114.558304,33.036743],[-114.609138,33.026962],[-114.633179,33.03352700000001],[-114.644371,33.04437299999999],[-114.663162,33.038883],[-114.710564,33.095344999999995],[-114.708672,33.122337],[-114.67733,33.167213000000004],[-114.67926,33.22456],[-114.68692,33.239222999999996],[-114.676903,33.267982],[-114.734634,33.305676000000005],[-114.702812,33.352385999999996],[-114.724144,33.41103],[-114.644302,33.41908599999999],[-114.629784,33.439396],[-114.6203,33.468571],[-114.597298,33.486098999999996],[-114.586273,33.509418],[-114.528633,33.560047],[-114.539459,33.580482],[-114.526382,33.622112],[-114.524475,33.665482],[-114.535645,33.68271300000001],[-114.494888,33.708347],[-114.509499,33.743179],[-114.503769,33.771694],[-114.520332,33.826012000000006],[-114.510933,33.84194599999999],[-114.520172,33.86290700000001],[-114.497398,33.925017999999994],[-114.524841,33.95239599999999],[-114.517418,33.965046],[-114.428192,34.029827],[-114.423241,34.078316],[-114.409378,34.102638],[-114.322014,34.141281000000006],[-114.284584,34.171215000000004],[-114.234993,34.186206999999996],[-114.149132,34.266964],[-114.124451,34.272605999999996],[-114.133347,34.314533],[-114.152634,34.336433],[-114.181297,34.36519199999999],[-114.257057,34.40547599999999],[-114.282608,34.41205600000001],[-114.302078,34.43574099999999],[-114.331848,34.454860999999994],[-114.375717,34.459666999999996],[-114.383072,34.477074],[-114.376038,34.536552],[-114.408951,34.583714],[-114.43351,34.598952999999995],[-114.421478,34.610885999999994],[-114.464844,34.709866000000005],[-114.497009,34.744750999999994],[-114.524757,34.74890499999999],[-114.541245,34.759952999999996],[-114.56942,34.831856],[-114.626465,34.87553],[-114.629677,34.919498000000004],[-114.620209,34.943607],[-114.631477,34.99764999999999],[-114.62027,34.998913],[-114.63298,35.041861999999995],[-114.594833,35.076057000000006],[-114.635109,35.118656],[-114.625641,35.133906999999994],[-114.581818,35.132560999999995],[-114.571457,35.140068],[-114.560242,35.174347],[-114.558784,35.220184],[-114.58709,35.304771],[-114.588783,35.358383],[-114.644592,35.450768],[-114.67141,35.515761999999995],[-114.648987,35.546645999999996],[-114.652328,35.584843000000006],[-114.639061,35.61135899999999],[-114.653259,35.646595000000005],[-114.667679,35.656409999999994],[-114.664284,35.693111],[-114.688011,35.732609],[-114.681931,35.764717000000005],[-114.689056,35.847458],[-114.661652,35.870975],[-114.660789,35.880489],[-114.698463,35.911629000000005],[-114.735397,35.987667],[-114.716858,36.036777],[-114.728149,36.058773],[-114.727333,36.085983],[-114.711945,36.105202000000006],[-114.620796,36.141987],[-114.598122,36.138355000000004],[-114.529762,36.155108999999996],[-114.465805,36.124729],[-114.443138,36.121071],[-114.379997,36.151009],[-114.34343,36.137496999999996],[-114.315292,36.111453999999995],[-114.303055,36.087124],[-114.306786,36.062248],[-114.232674,36.018345],[-114.205971,36.017269],[-114.128227,36.041743999999994],[-114.106979,36.121105],[-114.044312,36.193993000000006],[-114.036598,36.216038],[-114.042915,36.84187300000001],[-114.043137,36.996562999999995],[-112.899216,36.99624300000001],[-112.541763,36.998008999999996],[-112.236511,36.995506000000006],[-111.355453,37.001720000000006],[-110.739372,37.002491000000006],[-110.483398,37.003929],[-110.451546,36.991749],[-109.996399,36.992065],[-109.047821,36.996643000000006],[-109.047195,35.996655000000004],[-109.045998,34.954612999999995],[-109.048012,34.59174],[-109.049721,33.783249],[-109.049904,33.205101],[-109.050728,32.77948000000001],[-109.048882,32.441967000000005],[-109.045006,31.343348000000006],[-110.451942,31.337559],[-111.07132,31.335534999999993],[-111.368866,31.431438],[-113.328377,32.04356],[-114.820969,32.487114000000005],[-114.808601,32.615993],[-114.72126,32.72081],[-114.711906,32.734966],[-114.693253,32.741378999999995],[-114.603157,32.726237999999995],[-114.602737,32.735839999999996],[-114.571175,32.737392],[-114.571426,32.748783],[-114.559967,32.74889],[-114.560799,32.760707999999994],[-114.542221,32.760704000000004],[-114.542404,32.771187],[-114.529312,32.771366],[-114.534294,32.788002000000006],[-114.525436,32.809867999999994],[-114.460655,32.845378999999994],[-114.475662,32.935867],[-114.467606,32.977749],[-114.519844,33.027668000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Arizona","STATE_FIPS":"04","SUB_REGION":"Mtn","STATE_ABBR":"AZ","LAND_KM":294333.462,"WATER_KM":942.772,"PERSONS":3665228,"FAMILIES":940106,"HOUSHOLD":1368843,"MALE":1810691,"FEMALE":1854537,"WORKERS":1358263,"DRVALONE":1178320,"CARPOOL":239083,"PUBTRANS":32856,"EMPLOYED":1603896,"UNEMPLOY":123902,"SERVICE":455896,"MANUAL":185109,"P_MALE":0.494,"P_FEMALE":0.506,"SAMP_POP":468178}},{"type":"Feature","id":"states.12","geometry":{"type":"MultiPolygon","coordinates":[[[[-94.439102,34.929050000000004],[-94.44574,34.735504000000006],[-94.452408,34.508326999999994],[-94.461479,34.19665500000001],[-94.468376,33.939198000000005],[-94.476486,33.631966000000006],[-94.50061,33.623047],[-94.510559,33.63081],[-94.525055,33.621021],[-94.51799,33.643009000000006],[-94.550194,33.632694],[-94.562149,33.635536],[-94.562195,33.642830000000004],[-94.541931,33.648247],[-94.545418,33.661621],[-94.576462,33.652157],[-94.588387,33.655449000000004],[-94.585159,33.662132],[-94.565208,33.66301300000001],[-94.560722,33.671913],[-94.578506,33.670471000000006],[-94.585106,33.678982000000005],[-94.600945,33.665606999999994],[-94.631737,33.683899],[-94.638763,33.67010500000001],[-94.658539,33.663737999999995],[-94.669426,33.666061],[-94.667953,33.671459],[-94.644325,33.67765],[-94.655479,33.692291],[-94.668457,33.696537000000006],[-94.690987,33.69028900000001],[-94.741653,33.701267],[-94.754478,33.707770999999994],[-94.742111,33.719048],[-94.762718,33.716797],[-94.749771,33.736706],[-94.783157,33.733665],[-94.782028,33.742267999999996],[-94.764175,33.752842],[-94.783508,33.75326200000001],[-94.803223,33.739582],[-94.81916,33.749404999999996],[-94.85788,33.749320999999995],[-94.881638,33.774963],[-94.913879,33.789597],[-94.908546,33.803478],[-94.918236,33.816196000000005],[-94.940399,33.81580700000001],[-94.939888,33.840824],[-94.959908,33.848076000000006],[-94.968704,33.866215],[-94.989281,33.856182000000004],[-95.012772,33.869946],[-95.037361,33.866451],[-95.042862,33.884445],[-95.063141,33.896694],[-95.063477,33.917648],[-95.083603,33.888462000000004],[-95.089714,33.89691500000001],[-95.082268,33.918453],[-95.09536,33.921738000000005],[-95.119225,33.91228099999999],[-95.126678,33.917145000000005],[-95.127968,33.940867999999995],[-95.148315,33.943546],[-95.234039,33.964862999999994],[-95.251289,33.936443],[-95.250992,33.905022],[-95.263618,33.897800000000004],[-95.277351,33.91793800000001],[-95.28643,33.886902000000006],[-95.301956,33.886623],[-95.336227,33.897114],[-95.33004,33.870918],[-95.451607,33.865753],[-95.468124,33.886433],[-95.498856,33.881718000000006],[-95.512886,33.897735999999995],[-95.544037,33.88574199999999],[-95.547493,33.893158],[-95.526733,33.897816000000006],[-95.519577,33.906643],[-95.546318,33.904033999999996],[-95.562775,33.93607299999999],[-95.606071,33.944553],[-95.61483,33.936690999999996],[-95.612984,33.920238],[-95.633492,33.92010500000001],[-95.699707,33.894825],[-95.746864,33.903397],[-95.760696,33.89344],[-95.764252,33.87900500000001],[-95.768517,33.85140199999999],[-95.795479,33.864673999999994],[-95.825974,33.843025],[-95.846558,33.841038],[-95.933075,33.89053],[-95.943069,33.889973],[-95.958763,33.86503999999999],[-95.977394,33.857952],[-95.994209,33.875378],[-96.002617,33.87339],[-96.001793,33.856978999999995],[-96.014069,33.844207999999995],[-96.026749,33.856021999999996],[-96.047974,33.841278],[-96.091522,33.844578],[-96.109444,33.829257999999996],[-96.148964,33.835589999999996],[-96.169205,33.828982999999994],[-96.183128,33.815792],[-96.180725,33.808434000000005],[-96.154518,33.823944],[-96.141418,33.820319999999995],[-96.161316,33.798229000000006],[-96.168816,33.769356],[-96.187027,33.758583],[-96.212547,33.756691000000004],[-96.278076,33.773388],[-96.28968,33.761932],[-96.300789,33.71405],[-96.316277,33.701801],[-96.347588,33.705528],[-96.370819,33.74039500000001],[-96.419464,33.788326],[-96.487373,33.778130000000004],[-96.500748,33.78809],[-96.510574,33.815685],[-96.562134,33.825419999999994],[-96.601196,33.842957],[-96.614166,33.862899999999996],[-96.584488,33.896145000000004],[-96.666237,33.913544],[-96.677704,33.904324],[-96.693382,33.847904],[-96.711678,33.833870000000005],[-96.748825,33.831738],[-96.797592,33.869949000000005],[-96.814117,33.871769],[-96.844009,33.858031999999994],[-96.861015,33.861678999999995],[-96.878937,33.88400300000001],[-96.882851,33.92459100000001],[-96.898453,33.950027000000006],[-96.929565,33.961772999999994],[-96.936203,33.947849000000005],[-96.968185,33.937321],[-96.987862,33.944202000000004],[-96.987709,33.876423],[-97.005852,33.85051300000001],[-97.025597,33.840560999999994],[-97.0709,33.856728000000004],[-97.082176,33.851101],[-97.078247,33.837811],[-97.050026,33.823448],[-97.087669,33.807570999999996],[-97.083466,33.742413],[-97.0905,33.731669999999994],[-97.115562,33.725933],[-97.152473,33.728668],[-97.189163,33.752769],[-97.208321,33.819649],[-97.195015,33.836158999999995],[-97.168594,33.84779399999999],[-97.164169,33.863147999999995],[-97.187767,33.899204],[-97.211334,33.905688999999995],[-97.246063,33.894238],[-97.250687,33.87297100000001],[-97.263908,33.858729999999994],[-97.272278,33.872574],[-97.314087,33.89584000000001],[-97.314957,33.870391999999995],[-97.341805,33.861915999999994],[-97.363319,33.831024],[-97.410118,33.820708999999994],[-97.452736,33.836212],[-97.457062,33.890429999999995],[-97.462761,33.902382],[-97.477531,33.907707],[-97.518204,33.916771],[-97.554588,33.903904],[-97.575668,33.902530999999996],[-97.592354,33.917885],[-97.600182,33.969437],[-97.671066,33.988613],[-97.704262,33.971546000000004],[-97.729019,33.939293000000006],[-97.756363,33.932097999999996],[-97.790207,33.890457],[-97.852547,33.857071000000005],[-97.869751,33.855114],[-97.909065,33.874022999999994],[-97.954735,33.883480000000006],[-97.976379,33.90250399999999],[-97.976128,33.912052],[-97.950684,33.932518],[-97.962997,33.94865],[-97.947754,33.959751],[-97.950226,33.971160999999995],[-97.982681,34.00128599999999],[-98.023491,33.98698400000001],[-98.055557,33.989799000000005],[-98.086205,34.005314],[-98.110687,34.06982000000001],[-98.094124,34.134556],[-98.114868,34.148987000000005],[-98.136864,34.138431999999995],[-98.172844,34.115368000000004],[-98.277,34.122871],[-98.320488,34.13942],[-98.350403,34.142120000000006],[-98.384254,34.11578],[-98.390953,34.087231],[-98.407135,34.082454999999996],[-98.421341,34.065830000000005],[-98.448189,34.05437499999999],[-98.499519,34.066413999999995],[-98.557579,34.105335],[-98.576332,34.14193],[-98.607246,34.151398],[-98.625992,34.158435999999995],[-98.66172,34.147037999999995],[-98.682213,34.149998],[-98.705292,34.130714],[-98.778534,34.131962],[-98.811066,34.145934999999994],[-98.891342,34.16082],[-98.952507,34.194565],[-98.996193,34.209496],[-99.035217,34.198921],[-99.07843,34.208359],[-99.127945,34.201469],[-99.176155,34.21272999999999],[-99.190483,34.223736],[-99.204597,34.255646],[-99.196304,34.305122],[-99.20549,34.331993],[-99.254105,34.368213999999995],[-99.267174,34.398285],[-99.323296,34.412707999999995],[-99.364204,34.450194999999994],[-99.392792,34.428993000000006],[-99.394157,34.396744],[-99.409958,34.369106],[-99.438377,34.364704],[-99.479439,34.383522],[-99.502136,34.404067999999995],[-99.553864,34.41518000000001],[-99.57785,34.408913],[-99.58522,34.384857],[-99.601448,34.368556999999996],[-99.684906,34.377444999999994],[-99.777687,34.443993000000006],[-99.829933,34.501778],[-99.860573,34.518626999999995],[-99.8806,34.548176],[-99.931908,34.579109],[-99.94474,34.579571],[-99.972099,34.561863],[-99.996094,34.562321],[-99.998878,34.747185],[-99.996071,35.030998],[-99.997185,35.182182],[-99.994354,35.424572],[-100,35.618809],[-99.997726,35.883793],[-99.997154,36.057548999999995],[-100.001144,36.492519],[-100.006866,36.493877],[-100.549416,36.48944899999999],[-100.956909,36.489609],[-101.089668,36.488022],[-101.620316,36.492003999999994],[-102.03421,36.492954],[-102.165222,36.490207999999996],[-102.996918,36.492344],[-102.997223,36.998504999999994],[-102.036758,36.988972000000004],[-102.024071,36.988853000000006],[-101.553238,36.996666000000005],[-101.071159,36.99744],[-100.950142,36.996635],[-100.633812,36.997806999999995],[-100.088158,36.997623000000004],[-99.998848,36.995388000000005],[-99.544243,36.995434],[-99.43708,36.99453],[-98.999138,36.998042999999996],[-98.539864,36.99834799999999],[-98.346794,36.999035000000006],[-98.104187,36.998645999999994],[-97.803917,36.998543],[-97.46508,36.996441000000004],[-97.137375,36.999779000000004],[-96.74839,37.000134],[-96.518898,37.000538000000006],[-96.005791,36.998264000000006],[-95.957703,37.000011],[-95.785492,36.998035],[-95.525764,37.000938000000005],[-95.406372,37.000538000000006],[-95.071693,37.001408],[-95.032509,37.00071],[-94.620155,36.996983],[-94.62146,36.763538],[-94.62085,36.670471000000006],[-94.617035,36.489338000000004],[-94.607231,36.478714],[-94.552895,36.164444],[-94.542198,36.106753999999995],[-94.485718,35.760227],[-94.468269,35.641003],[-94.428337,35.400454999999994],[-94.439102,34.929050000000004]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Oklahoma","STATE_FIPS":"40","SUB_REGION":"W S Cen","STATE_ABBR":"OK","LAND_KM":177877.536,"WATER_KM":3170.998,"PERSONS":3145585,"FAMILIES":855321,"HOUSHOLD":1206135,"MALE":1530819,"FEMALE":1614766,"WORKERS":1146497,"DRVALONE":1078894,"CARPOOL":190902,"PUBTRANS":7817,"EMPLOYED":1369138,"UNEMPLOY":100931,"SERVICE":405802,"MANUAL":205601,"P_MALE":0.487,"P_FEMALE":0.513,"SAMP_POP":528722}},{"type":"Feature","id":"states.13","geometry":{"type":"MultiPolygon","coordinates":[[[[-83.988548,34.989067000000006],[-84.11824,34.988224],[-84.323853,34.98900999999999],[-84.291039,35.210544999999996],[-84.225945,35.261604000000005],[-84.179726,35.24099],[-84.101646,35.245552],[-84.042778,35.272575],[-84.030861,35.292522000000005],[-84.029205,35.32529100000001],[-84.00631,35.37286],[-84.01265,35.407623],[-83.954704,35.45546],[-83.910011,35.476479],[-83.881226,35.510586],[-83.8302,35.519062000000005],[-83.775879,35.552605],[-83.672874,35.564972],[-83.613861,35.571738999999994],[-83.561035,35.555176],[-83.505798,35.559551],[-83.45829,35.597279],[-83.387093,35.625217000000006],[-83.343025,35.653259000000006],[-83.298416,35.65632600000001],[-83.259125,35.691010000000006],[-83.253304,35.700706],[-83.243851,35.718216],[-83.185349,35.728886],[-83.143661,35.76268399999999],[-83.118187,35.763808999999995],[-83.059959,35.782578],[-82.987007,35.773990999999995],[-82.962753,35.791850999999994],[-82.906822,35.872215],[-82.91407,35.927868000000004],[-82.895973,35.948359999999994],[-82.85627,35.94742599999999],[-82.80867,35.920872],[-82.776443,35.956573000000006],[-82.773598,35.987503000000004],[-82.763229,35.999545999999995],[-82.64389,36.051722999999996],[-82.628044,36.054339999999996],[-82.604401,36.042987999999994],[-82.592232,36.022448999999995],[-82.605804,36.003547999999995],[-82.599304,35.963299000000006],[-82.554146,35.956108],[-82.506935,35.972542000000004],[-82.475197,35.993176000000005],[-82.408424,36.075317],[-82.373856,36.098698],[-82.311928,36.122150000000005],[-82.262306,36.120377000000005],[-82.207733,36.147014999999996],[-82.154053,36.139622],[-82.11808,36.096256],[-82.077759,36.100139999999996],[-82.020454,36.129711],[-81.933113,36.263321000000005],[-81.911156,36.290752],[-81.830574,36.334655999999995],[-81.730492,36.329342],[-81.709457,36.333725],[-81.740379,36.361858],[-81.741074,36.391785],[-81.69828,36.471779],[-81.702797,36.519341],[-81.669998,36.589648999999994],[-81.345299,36.57286499999999],[-80.903442,36.565212],[-80.838158,36.563438000000005],[-80.611053,36.557297000000005],[-80.43531,36.551044000000005],[-80.048096,36.547134],[-80.024055,36.545024999999995],[-79.717445,36.547889999999995],[-79.5103,36.547657],[-79.217064,36.54978199999999],[-79.144325,36.546059],[-78.7967,36.543533],[-78.737389,36.546074000000004],[-78.458809,36.541481000000005],[-78.321251,36.545531999999994],[-78.051666,36.552475],[-77.898857,36.552944],[-77.763931,36.553439999999995],[-77.320053,36.553917],[-77.177353,36.556286],[-76.924133,36.554146],[-76.921631,36.554157000000004],[-76.563583,36.555251999999996],[-76.497559,36.555813],[-76.330254,36.556056999999996],[-76.127396,36.557163],[-76.045959,36.55695299999999],[-76.033211,36.514374000000004],[-76.091064,36.503567000000004],[-75.976074,36.43621400000001],[-75.969765,36.415119000000004],[-76.00161,36.418915],[-75.951256,36.365471],[-75.928123,36.423244],[-75.924591,36.350948],[-75.800056,36.112815999999995],[-75.798851,36.072818999999996],[-75.855164,36.105667],[-75.913765,36.244800999999995],[-75.957512,36.25945299999999],[-75.941933,36.294337999999996],[-76.008972,36.31959500000001],[-75.957184,36.193771],[-75.981339,36.169726999999995],[-76.183167,36.315239000000005],[-76.218903,36.296608000000006],[-76.112709,36.174419],[-76.141937,36.14769],[-76.234978,36.163360999999995],[-76.298927,36.21423],[-76.275505,36.110371],[-76.48053,36.079792],[-76.420425,36.058605],[-76.52301,36.00716799999999],[-76.594002,36.010132],[-76.649017,36.065708],[-76.633209,36.037116999999995],[-76.690155,36.04961],[-76.726509,36.156822000000005],[-76.688736,36.294518],[-76.776642,36.358329999999995],[-76.92408,36.392444999999995],[-76.741348,36.315166000000005],[-76.707497,36.266132],[-76.745064,36.233917000000005],[-76.760674,36.144592],[-76.693764,35.99297],[-76.741127,35.936626000000004],[-76.69722,35.94154399999999],[-76.40947,35.977467000000004],[-76.371483,35.932343],[-76.213768,35.97687500000001],[-76.089638,35.962914],[-76.026047,35.920424999999994],[-76.075912,35.75680199999999],[-76.043068,35.683848999999995],[-76.167305,35.696842000000004],[-76.104744,35.663639],[-76.02121,35.669094],[-75.987854,35.892708],[-75.818054,35.923519],[-75.748962,35.869339],[-75.72937,35.665172999999996],[-75.779053,35.578686000000005],[-75.891495,35.631268000000006],[-76.052979,35.414604],[-76.181618,35.341533999999996],[-76.498802,35.416218],[-76.533752,35.450199],[-76.458435,35.504425],[-76.446526,35.550865],[-76.518944,35.57764400000001],[-76.492538,35.541786],[-76.638199,35.520336],[-76.628769,35.43789700000001],[-76.705376,35.411934],[-77.103767,35.550186],[-76.983185,35.43650100000001],[-76.694901,35.350426],[-76.614517,35.272919],[-76.591209,35.312079999999995],[-76.540977,35.303687999999994],[-76.507126,35.248768],[-76.640091,35.172520000000006],[-76.605225,35.138560999999996],[-76.624222,35.064350000000005],[-76.678009,35.024086],[-76.849464,34.98222],[-76.94149,35.027428],[-76.943245,35.07003400000001],[-77.047882,35.092155000000005],[-77.104675,35.087986],[-77.110588,35.066036],[-77.00119,35.052887],[-76.913109,34.93647],[-76.647049,34.906334],[-76.670059,34.969997000000006],[-76.529778,34.974636000000004],[-76.44503,35.016659000000004],[-76.424057,34.946247],[-76.364014,34.943111],[-76.329407,34.975956],[-76.314713,34.948814],[-76.469902,34.785061],[-76.625313,34.719753],[-77.050529,34.698916999999994],[-77.148956,34.764331999999996],[-77.129395,34.684914000000006],[-77.156601,34.660636999999994],[-77.538635,34.457008],[-77.586761,34.420936999999995],[-77.609726,34.43504299999999],[-77.602615,34.412628],[-77.750526,34.305046000000004],[-77.864388,34.192738000000006],[-77.894402,34.06918],[-77.926758,34.062034999999995],[-77.960732,34.189243000000005],[-77.958527,33.992580000000004],[-78.034805,33.914291000000006],[-78.57972,33.881992],[-78.655716,33.948673],[-79.074501,34.304573000000005],[-79.447144,34.619061],[-79.455971,34.63409],[-79.667503,34.800663],[-79.685959,34.805256],[-79.919952,34.807919],[-80.325279,34.814762],[-80.561546,34.815228000000005],[-80.800064,34.816113],[-80.785652,34.940639000000004],[-80.840164,35.00201800000001],[-80.894714,35.059734000000006],[-80.927795,35.10124999999999],[-81.039886,35.037200999999996],[-81.065552,35.066483000000005],[-81.028442,35.105408],[-81.049042,35.132011000000006],[-81.049301,35.151531000000006],[-81.322823,35.163757000000004],[-81.362175,35.162853],[-81.765358,35.182472000000004],[-81.87059,35.183116999999996],[-81.971443,35.188282],[-82.210175,35.193127000000004],[-82.278328,35.195007000000004],[-82.32077,35.184189],[-82.350861,35.192673],[-82.360123,35.182948999999994],[-82.371376,35.18272399999999],[-82.38961,35.208241],[-82.43792,35.16955900000001],[-82.466743,35.173500000000004],[-82.524635,35.154560000000004],[-82.57003,35.14949],[-82.654495,35.119457],[-82.68605,35.121464],[-82.688034,35.097801000000004],[-82.697357,35.091232000000005],[-82.771347,35.085423000000006],[-82.887695,35.055369999999996],[-83.007278,35.024204],[-83.106285,35.000277999999994],[-83.513008,34.992023],[-83.549416,34.989536],[-83.937996,34.989391],[-83.988548,34.989067000000006]]],[[[-76.027168,36.556717000000006],[-75.998665,36.556652],[-75.911919,36.54253],[-75.924805,36.47397599999999],[-75.97728,36.478016],[-75.976288,36.517925000000005],[-76.027168,36.556717000000006]]],[[[-75.901985,36.556197999999995],[-75.878166,36.555874],[-75.773155,36.22925600000001],[-75.544968,35.788360999999995],[-75.702736,36.049862000000005],[-75.740868,36.050323000000006],[-75.783173,36.225193000000004],[-75.901985,36.556197999999995]]],[[[-75.491219,35.670497999999995],[-75.533623,35.768856],[-75.456978,35.617397],[-75.526299,35.227917000000005],[-75.74929,35.189826999999994],[-75.691566,35.234989],[-75.521484,35.281357],[-75.475418,35.564494999999994],[-75.491219,35.670497999999995]]],[[[-76.017006,35.069435],[-75.975693,35.116184000000004],[-75.853935,35.167282],[-75.763702,35.192284],[-75.811539,35.164021000000005],[-75.903946,35.132492],[-76.002876,35.069435],[-76.017006,35.069435]]],[[[-76.544273,34.58783],[-76.555145,34.61066099999999],[-76.53775,34.613922],[-76.484482,34.697632],[-76.432297,34.760684999999995],[-76.37468,34.812870000000004],[-76.287704,34.87701],[-76.469261,34.693282999999994],[-76.544273,34.58783]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"North Carolina","STATE_FIPS":"37","SUB_REGION":"S Atl","STATE_ABBR":"NC","LAND_KM":126177.635,"WATER_KM":10309.652,"PERSONS":6628629,"FAMILIES":1812051,"HOUSHOLD":2517024,"MALE":3214286,"FEMALE":3414343,"WORKERS":2484061,"DRVALONE":2527980,"CARPOOL":529828,"PUBTRANS":33902,"EMPLOYED":3238414,"UNEMPLOY":163081,"SERVICE":883563,"MANUAL":701142,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":1013599}},{"type":"Feature","id":"states.14","geometry":{"type":"MultiPolygon","coordinates":[[[[-83.954704,35.45546],[-84.01265,35.407623],[-84.00631,35.37286],[-84.029205,35.32529100000001],[-84.030861,35.292522000000005],[-84.042778,35.272575],[-84.101646,35.245552],[-84.179726,35.24099],[-84.225945,35.261604000000005],[-84.291039,35.210544999999996],[-84.323853,34.98900999999999],[-84.618752,34.988682],[-84.771194,34.990680999999995],[-84.800476,34.992756],[-84.967911,34.99260700000001],[-84.972847,34.992554],[-85.267761,34.989075],[-85.359985,34.989902],[-85.467422,34.990047000000004],[-85.608994,34.990086000000005],[-85.869591,34.992301999999995],[-86.303513,34.995377000000005],[-86.313065,34.995186000000004],[-86.782372,34.99699],[-86.83342,34.998160999999996],[-87.207573,35.00787699999999],[-87.222748,35.007262999999995],[-87.607788,35.010464],[-87.986046,35.015949000000006],[-88.194923,35.013458],[-88.193954,35.004368],[-88.351685,35.00374600000001],[-88.383102,35.004954999999995],[-88.784988,35.003094000000004],[-88.812492,35.00235000000001],[-89.006134,35.000145],[-89.198067,35.000793],[-89.3423,34.999714],[-89.646477,35.000641],[-89.717186,34.999168],[-90.305351,35.000693999999996],[-90.291809,35.048458],[-90.195709,35.040897],[-90.169083,35.077827],[-90.178345,35.10864599999999],[-90.164474,35.129611999999995],[-90.14373,35.13653600000001],[-90.082924,35.12505],[-90.064537,35.147385],[-90.062431,35.166916],[-90.073303,35.191833],[-90.068962,35.212738],[-90.090103,35.254397999999995],[-90.105942,35.263847],[-90.152122,35.264056999999994],[-90.169746,35.282566],[-90.15699,35.30624400000001],[-90.106346,35.314685999999995],[-90.098701,35.345591999999996],[-90.105621,35.365982],[-90.087135,35.381508],[-90.075478,35.406527999999994],[-90.085159,35.418282000000005],[-90.112244,35.41768999999999],[-90.132469,35.4076],[-90.140167,35.383044999999996],[-90.167816,35.384254],[-90.172676,35.423716999999996],[-90.137276,35.442524000000006],[-90.101959,35.473568],[-90.08223,35.478207],[-90.074844,35.472342999999995],[-90.073936,35.426506],[-90.060295,35.41341],[-90.046783,35.417103],[-89.999565,35.445454],[-90.041817,35.51244],[-90.040901,35.542846999999995],[-90.033051,35.552414],[-89.989586,35.561676000000006],[-89.962273,35.532291],[-89.947548,35.526900999999995],[-89.931175,35.52923199999999],[-89.921661,35.546059],[-89.958031,35.578593999999995],[-89.957047,35.603104],[-89.877441,35.633335],[-89.863838,35.629745],[-89.849197,35.645222000000004],[-89.857246,35.671062000000006],[-89.865181,35.673306],[-89.893402,35.655972000000006],[-89.929741,35.676266],[-89.952034,35.712486],[-89.951035,35.734268],[-89.909782,35.754836999999995],[-89.859871,35.748192],[-89.827042,35.758269999999996],[-89.799904,35.774223000000006],[-89.790382,35.805553],[-89.759796,35.817420999999996],[-89.735939,35.807036999999994],[-89.700829,35.827515000000005],[-89.701439,35.842037000000005],[-89.757713,35.871418000000006],[-89.766273,35.884102],[-89.762909,35.896812],[-89.737976,35.915012000000004],[-89.714684,35.911427],[-89.66465,35.885647000000006],[-89.649338,35.894287000000006],[-89.645401,35.913799],[-89.664192,35.93782],[-89.713135,35.966324],[-89.721756,35.999877999999995],[-89.688843,36.025795],[-89.678169,36.08297],[-89.667389,36.099316],[-89.589424,36.129791],[-89.589455,36.15201999999999],[-89.618561,36.18374300000001],[-89.676788,36.220867],[-89.695656,36.240795000000006],[-89.694542,36.25213599999999],[-89.670586,36.25489399999999],[-89.61808,36.240898],[-89.541649,36.257278],[-89.535378,36.264538],[-89.542236,36.280865000000006],[-89.606766,36.308037],[-89.622795,36.334782000000004],[-89.60569,36.354752000000005],[-89.544556,36.345721999999995],[-89.519333,36.35593],[-89.520004,36.401058000000006],[-89.545181,36.440960000000004],[-89.516022,36.47180899999999],[-89.533195,36.498108],[-89.475822,36.498547],[-89.491989,36.465462],[-89.470833,36.445953],[-89.448517,36.456379],[-89.414711,36.502617],[-89.346596,36.502548000000004],[-88.830315,36.499793999999994],[-88.826302,36.499847],[-88.810661,36.498985000000005],[-88.512634,36.499489],[-88.495979,36.498149999999995],[-88.042732,36.496517],[-88.035049,36.538146999999995],[-88.041061,36.582668],[-88.071312,36.67963],[-87.870689,36.66937299999999],[-87.853516,36.64147199999999],[-87.693512,36.64444],[-87.64064,36.645168],[-87.346603,36.649231],[-87.112701,36.651264],[-87.068184,36.650768],[-86.770538,36.652058],[-86.510674,36.655033],[-86.415451,36.650890000000004],[-86.199005,36.643246000000005],[-85.980629,36.63306],[-85.7855,36.626628999999994],[-85.437408,36.618137000000004],[-85.300133,36.626037999999994],[-85.272537,36.625553],[-84.998512,36.620914],[-84.791115,36.605366000000004],[-84.781929,36.605002999999996],[-84.256844,36.595417],[-84.254555,36.595371],[-84.006821,36.592006999999995],[-83.935677,36.591209000000006],[-83.695694,36.584166999999994],[-83.675262,36.598620999999994],[-83.464302,36.598755],[-83.275131,36.60038],[-83.248489,36.589848],[-83.211029,36.588001000000006],[-82.986809,36.591198000000006],[-82.849937,36.590946],[-82.610962,36.591446000000005],[-82.296997,36.591697999999994],[-82.216805,36.593967000000006],[-82.154327,36.595043000000004],[-81.929459,36.595837],[-81.918449,36.613495],[-81.829056,36.611481],[-81.652435,36.607555000000005],[-81.669998,36.589648999999994],[-81.702797,36.519341],[-81.69828,36.471779],[-81.741074,36.391785],[-81.740379,36.361858],[-81.709457,36.333725],[-81.730492,36.329342],[-81.830574,36.334655999999995],[-81.911156,36.290752],[-81.933113,36.263321000000005],[-82.020454,36.129711],[-82.077759,36.100139999999996],[-82.11808,36.096256],[-82.154053,36.139622],[-82.207733,36.147014999999996],[-82.262306,36.120377000000005],[-82.311928,36.122150000000005],[-82.373856,36.098698],[-82.408424,36.075317],[-82.475197,35.993176000000005],[-82.506935,35.972542000000004],[-82.554146,35.956108],[-82.599304,35.963299000000006],[-82.605804,36.003547999999995],[-82.592232,36.022448999999995],[-82.604401,36.042987999999994],[-82.628044,36.054339999999996],[-82.64389,36.051722999999996],[-82.763229,35.999545999999995],[-82.773598,35.987503000000004],[-82.776443,35.956573000000006],[-82.80867,35.920872],[-82.85627,35.94742599999999],[-82.895973,35.948359999999994],[-82.91407,35.927868000000004],[-82.906822,35.872215],[-82.962753,35.791850999999994],[-82.987007,35.773990999999995],[-83.059959,35.782578],[-83.118187,35.763808999999995],[-83.143661,35.76268399999999],[-83.185349,35.728886],[-83.243851,35.718216],[-83.253304,35.700706],[-83.259125,35.691010000000006],[-83.298416,35.65632600000001],[-83.343025,35.653259000000006],[-83.387093,35.625217000000006],[-83.45829,35.597279],[-83.505798,35.559551],[-83.561035,35.555176],[-83.613861,35.571738999999994],[-83.672874,35.564972],[-83.775879,35.552605],[-83.8302,35.519062000000005],[-83.881226,35.510586],[-83.910011,35.476479],[-83.954704,35.45546]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Tennessee","STATE_FIPS":"47","SUB_REGION":"E S Cen","STATE_ABBR":"TN","LAND_KM":105823.567,"WATER_KM":2311.556,"PERSONS":4829958,"FAMILIES":1334052,"HOUSHOLD":1835272,"MALE":2326184,"FEMALE":2503774,"WORKERS":1777371,"DRVALONE":1747015,"CARPOOL":321170,"PUBTRANS":29542,"EMPLOYED":2230659,"UNEMPLOY":152128,"SERVICE":596400,"MANUAL":456189,"P_MALE":0.482,"P_FEMALE":0.518,"SAMP_POP":736654}},{"type":"Feature","id":"states.15","geometry":{"type":"MultiPolygon","coordinates":[[[[-105.99836,31.393817999999996],[-106.212753,31.478127999999998],[-106.383041,31.733762999999996],[-106.538971,31.786198],[-106.614441,31.817728000000002],[-106.615578,31.844634999999997],[-106.643532,31.895101999999994],[-106.633202,31.913998000000007],[-106.632057,31.972117999999995],[-106.649513,31.980227999999997],[-106.623077,32.00098800000001],[-106.377846,32.000645000000006],[-106.002708,32.001553],[-104.921799,32.004268999999994],[-104.850563,32.003151],[-104.018814,32.007278],[-103.980896,32.005889999999994],[-103.728973,32.00610399999999],[-103.332092,32.004154],[-103.057968,32.001900000000006],[-103.055191,32.084995000000006],[-103.059547,32.515429999999995],[-103.048836,32.95353299999999],[-103.042603,33.377728000000005],[-103.038239,33.565742],[-103.032761,33.826088],[-103.029144,34.307743],[-103.022156,34.745266],[-103.02475,34.964718000000005],[-103.02565,35.17720799999999],[-103.021797,35.623604],[-103.022118,35.742287000000005],[-103.02356,36.056026],[-103.026802,36.491566000000006],[-102.996918,36.492344],[-102.165222,36.490207999999996],[-102.03421,36.492954],[-101.620316,36.492003999999994],[-101.089668,36.488022],[-100.956909,36.489609],[-100.549416,36.48944899999999],[-100.006866,36.493877],[-100.001144,36.492519],[-99.997154,36.057548999999995],[-99.997726,35.883793],[-100,35.618809],[-99.994354,35.424572],[-99.997185,35.182182],[-99.996071,35.030998],[-99.998878,34.747185],[-99.996094,34.562321],[-99.972099,34.561863],[-99.94474,34.579571],[-99.931908,34.579109],[-99.8806,34.548176],[-99.860573,34.518626999999995],[-99.829933,34.501778],[-99.777687,34.443993000000006],[-99.684906,34.377444999999994],[-99.601448,34.368556999999996],[-99.58522,34.384857],[-99.57785,34.408913],[-99.553864,34.41518000000001],[-99.502136,34.404067999999995],[-99.479439,34.383522],[-99.438377,34.364704],[-99.409958,34.369106],[-99.394157,34.396744],[-99.392792,34.428993000000006],[-99.364204,34.450194999999994],[-99.323296,34.412707999999995],[-99.267174,34.398285],[-99.254105,34.368213999999995],[-99.20549,34.331993],[-99.196304,34.305122],[-99.204597,34.255646],[-99.190483,34.223736],[-99.176155,34.21272999999999],[-99.127945,34.201469],[-99.07843,34.208359],[-99.035217,34.198921],[-98.996193,34.209496],[-98.952507,34.194565],[-98.891342,34.16082],[-98.811066,34.145934999999994],[-98.778534,34.131962],[-98.705292,34.130714],[-98.682213,34.149998],[-98.66172,34.147037999999995],[-98.625992,34.158435999999995],[-98.607246,34.151398],[-98.576332,34.14193],[-98.557579,34.105335],[-98.499519,34.066413999999995],[-98.448189,34.05437499999999],[-98.421341,34.065830000000005],[-98.407135,34.082454999999996],[-98.390953,34.087231],[-98.384254,34.11578],[-98.350403,34.142120000000006],[-98.320488,34.13942],[-98.277,34.122871],[-98.172844,34.115368000000004],[-98.136864,34.138431999999995],[-98.114868,34.148987000000005],[-98.094124,34.134556],[-98.110687,34.06982000000001],[-98.086205,34.005314],[-98.055557,33.989799000000005],[-98.023491,33.98698400000001],[-97.982681,34.00128599999999],[-97.950226,33.971160999999995],[-97.947754,33.959751],[-97.962997,33.94865],[-97.950684,33.932518],[-97.976128,33.912052],[-97.976379,33.90250399999999],[-97.954735,33.883480000000006],[-97.909065,33.874022999999994],[-97.869751,33.855114],[-97.852547,33.857071000000005],[-97.790207,33.890457],[-97.756363,33.932097999999996],[-97.729019,33.939293000000006],[-97.704262,33.971546000000004],[-97.671066,33.988613],[-97.600182,33.969437],[-97.592354,33.917885],[-97.575668,33.902530999999996],[-97.554588,33.903904],[-97.518204,33.916771],[-97.477531,33.907707],[-97.462761,33.902382],[-97.457062,33.890429999999995],[-97.452736,33.836212],[-97.410118,33.820708999999994],[-97.363319,33.831024],[-97.341805,33.861915999999994],[-97.314957,33.870391999999995],[-97.314087,33.89584000000001],[-97.272278,33.872574],[-97.263908,33.858729999999994],[-97.250687,33.87297100000001],[-97.246063,33.894238],[-97.211334,33.905688999999995],[-97.187767,33.899204],[-97.164169,33.863147999999995],[-97.168594,33.84779399999999],[-97.195015,33.836158999999995],[-97.208321,33.819649],[-97.189163,33.752769],[-97.152473,33.728668],[-97.115562,33.725933],[-97.0905,33.731669999999994],[-97.083466,33.742413],[-97.087669,33.807570999999996],[-97.050026,33.823448],[-97.078247,33.837811],[-97.082176,33.851101],[-97.0709,33.856728000000004],[-97.025597,33.840560999999994],[-97.005852,33.85051300000001],[-96.987709,33.876423],[-96.987862,33.944202000000004],[-96.968185,33.937321],[-96.936203,33.947849000000005],[-96.929565,33.961772999999994],[-96.898453,33.950027000000006],[-96.882851,33.92459100000001],[-96.878937,33.88400300000001],[-96.861015,33.861678999999995],[-96.844009,33.858031999999994],[-96.814117,33.871769],[-96.797592,33.869949000000005],[-96.748825,33.831738],[-96.711678,33.833870000000005],[-96.693382,33.847904],[-96.677704,33.904324],[-96.666237,33.913544],[-96.584488,33.896145000000004],[-96.614166,33.862899999999996],[-96.601196,33.842957],[-96.562134,33.825419999999994],[-96.510574,33.815685],[-96.500748,33.78809],[-96.487373,33.778130000000004],[-96.419464,33.788326],[-96.370819,33.74039500000001],[-96.347588,33.705528],[-96.316277,33.701801],[-96.300789,33.71405],[-96.28968,33.761932],[-96.278076,33.773388],[-96.212547,33.756691000000004],[-96.187027,33.758583],[-96.168816,33.769356],[-96.161316,33.798229000000006],[-96.141418,33.820319999999995],[-96.154518,33.823944],[-96.180725,33.808434000000005],[-96.183128,33.815792],[-96.169205,33.828982999999994],[-96.148964,33.835589999999996],[-96.109444,33.829257999999996],[-96.091522,33.844578],[-96.047974,33.841278],[-96.026749,33.856021999999996],[-96.014069,33.844207999999995],[-96.001793,33.856978999999995],[-96.002617,33.87339],[-95.994209,33.875378],[-95.977394,33.857952],[-95.958763,33.86503999999999],[-95.943069,33.889973],[-95.933075,33.89053],[-95.846558,33.841038],[-95.825974,33.843025],[-95.795479,33.864673999999994],[-95.768517,33.85140199999999],[-95.764252,33.87900500000001],[-95.760696,33.89344],[-95.746864,33.903397],[-95.699707,33.894825],[-95.633492,33.92010500000001],[-95.612984,33.920238],[-95.61483,33.936690999999996],[-95.606071,33.944553],[-95.562775,33.93607299999999],[-95.546318,33.904033999999996],[-95.519577,33.906643],[-95.526733,33.897816000000006],[-95.547493,33.893158],[-95.544037,33.88574199999999],[-95.512886,33.897735999999995],[-95.498856,33.881718000000006],[-95.468124,33.886433],[-95.451607,33.865753],[-95.33004,33.870918],[-95.336227,33.897114],[-95.301956,33.886623],[-95.28643,33.886902000000006],[-95.277351,33.91793800000001],[-95.263618,33.897800000000004],[-95.250992,33.905022],[-95.251289,33.936443],[-95.234039,33.964862999999994],[-95.148315,33.943546],[-95.127968,33.940867999999995],[-95.126678,33.917145000000005],[-95.119225,33.91228099999999],[-95.09536,33.921738000000005],[-95.082268,33.918453],[-95.089714,33.89691500000001],[-95.083603,33.888462000000004],[-95.063477,33.917648],[-95.063141,33.896694],[-95.042862,33.884445],[-95.037361,33.866451],[-95.012772,33.869946],[-94.989281,33.856182000000004],[-94.968704,33.866215],[-94.959908,33.848076000000006],[-94.939888,33.840824],[-94.940399,33.81580700000001],[-94.918236,33.816196000000005],[-94.908546,33.803478],[-94.913879,33.789597],[-94.881638,33.774963],[-94.85788,33.749320999999995],[-94.81916,33.749404999999996],[-94.803223,33.739582],[-94.783508,33.75326200000001],[-94.764175,33.752842],[-94.782028,33.742267999999996],[-94.783157,33.733665],[-94.749771,33.736706],[-94.762718,33.716797],[-94.742111,33.719048],[-94.754478,33.707770999999994],[-94.741653,33.701267],[-94.690987,33.69028900000001],[-94.668457,33.696537000000006],[-94.655479,33.692291],[-94.644325,33.67765],[-94.667953,33.671459],[-94.669426,33.666061],[-94.658539,33.663737999999995],[-94.638763,33.67010500000001],[-94.631737,33.683899],[-94.600945,33.665606999999994],[-94.585106,33.678982000000005],[-94.578506,33.670471000000006],[-94.560722,33.671913],[-94.565208,33.66301300000001],[-94.585159,33.662132],[-94.588387,33.655449000000004],[-94.576462,33.652157],[-94.545418,33.661621],[-94.541931,33.648247],[-94.562195,33.642830000000004],[-94.562149,33.635536],[-94.550194,33.632694],[-94.51799,33.643009000000006],[-94.525055,33.621021],[-94.510559,33.63081],[-94.50061,33.623047],[-94.476486,33.631966000000006],[-94.435913,33.636444],[-94.436333,33.616844],[-94.451553,33.604347000000004],[-94.443329,33.596503999999996],[-94.428467,33.59714099999999],[-94.40657,33.573486],[-94.393417,33.57495900000001],[-94.379112,33.593327],[-94.370628,33.590042],[-94.372307,33.572661999999994],[-94.395264,33.560303000000005],[-94.370758,33.547684000000004],[-94.328751,33.57313499999999],[-94.302383,33.556934],[-94.29882,33.579853],[-94.278984,33.589332999999996],[-94.272079,33.584605999999994],[-94.274544,33.561736999999994],[-94.237236,33.592422],[-94.223038,33.585719999999995],[-94.235367,33.561535000000006],[-94.210884,33.557987],[-94.205345,33.58507899999999],[-94.159515,33.593773],[-94.155167,33.567085000000006],[-94.098701,33.572998],[-94.086655,33.583954000000006],[-94.061432,33.577213],[-94.035927,33.555912000000006],[-94.036507,33.270325],[-94.03875,33.023289000000005],[-94.041603,32.882346999999996],[-94.040199,32.694812999999996],[-94.035233,32.389224999999996],[-94.034767,32.199448000000004],[-94.035065,31.994512999999998],[-94.009888,31.989134000000007],[-94.004395,31.977942],[-93.977211,31.946158999999994],[-93.969986,31.923164],[-93.93573,31.909456000000006],[-93.917923,31.909701999999996],[-93.923462,31.892593000000005],[-93.899261,31.894454999999994],[-93.892525,31.870065999999994],[-93.881264,31.87142],[-93.877403,31.850112999999993],[-93.864822,31.817272000000003],[-93.834328,31.802017000000006],[-93.822067,31.774637],[-93.831161,31.753281],[-93.80999,31.730351999999996],[-93.814949,31.712350999999998],[-93.808769,31.707565000000002],[-93.792267,31.711394999999996],[-93.811844,31.674566],[-93.806427,31.653767000000002],[-93.814728,31.647965999999997],[-93.819588,31.618092000000004],[-93.835579,31.615189],[-93.832619,31.590182999999996],[-93.816322,31.577110000000005],[-93.810516,31.559062999999995],[-93.780128,31.533734999999993],[-93.763306,31.530724000000006],[-93.747543,31.537717999999998],[-93.731659,31.521877000000003],[-93.705795,31.520568999999995],[-93.718994,31.495402999999996],[-93.750435,31.490556999999995],[-93.751244,31.485500000000002],[-93.726784,31.459474999999998],[-93.698418,31.461457999999993],[-93.701927,31.446251000000004],[-93.687004,31.438131],[-93.696129,31.427735999999996],[-93.694443,31.415921999999995],[-93.687492,31.406130000000005],[-93.664017,31.398329000000004],[-93.661072,31.372394999999997],[-93.634857,31.373827000000006],[-93.67704,31.328385999999995],[-93.681587,31.312679000000003],[-93.656128,31.286671],[-93.645592,31.290262],[-93.630829,31.273903000000004],[-93.616455,31.275805000000005],[-93.611877,31.270032999999998],[-93.611,31.242188],[-93.590546,31.229687],[-93.602921,31.199066000000002],[-93.593941,31.180199],[-93.576942,31.17214],[-93.550591,31.190928999999997],[-93.528923,31.185773999999995],[-93.526932,31.178076000000004],[-93.537018,31.176339999999996],[-93.528328,31.162943],[-93.544189,31.159166],[-93.537506,31.132441],[-93.528091,31.125924999999995],[-93.535088,31.116072000000003],[-93.556679,31.109342999999996],[-93.559982,31.100536000000005],[-93.543121,31.094751000000002],[-93.544106,31.082373000000004],[-93.516998,31.074670999999995],[-93.525742,31.056979999999996],[-93.507217,31.038908000000006],[-93.547119,31.014140999999995],[-93.564941,31.018062999999998],[-93.567894,31.012923999999998],[-93.570847,30.997270999999998],[-93.560951,30.991690000000006],[-93.572456,30.976177000000007],[-93.548676,30.970190000000002],[-93.537338,30.956884000000002],[-93.532188,30.960731999999993],[-93.52562,30.935820000000007],[-93.529984,30.926970999999995],[-93.549622,30.924885000000003],[-93.546516,30.905333999999996],[-93.564476,30.901932000000002],[-93.568497,30.886234],[-93.560844,30.871880000000004],[-93.552803,30.860282999999995],[-93.566444,30.845147999999995],[-93.555641,30.842342000000002],[-93.550682,30.828344],[-93.581871,30.802040000000005],[-93.585175,30.772183999999996],[-93.618454,30.745789000000002],[-93.607651,30.732010000000002],[-93.61779,30.732547999999994],[-93.612411,30.710329],[-93.617607,30.686802],[-93.659988,30.672859000000003],[-93.677971,30.639691999999997],[-93.692879,30.640040999999997],[-93.684586,30.623424999999997],[-93.692696,30.615795000000006],[-93.671585,30.597831999999997],[-93.69342,30.598834999999994],[-93.717812,30.587379],[-93.71788,30.568152999999995],[-93.735306,30.545517000000004],[-93.70546,30.522858],[-93.714638,30.505114000000006],[-93.707275,30.496240999999998],[-93.714851,30.488628000000006],[-93.697975,30.470046999999994],[-93.703423,30.462513],[-93.696571,30.442633],[-93.721535,30.43298],[-93.742561,30.408822999999998],[-93.754944,30.381788],[-93.747833,30.367411000000004],[-93.759338,30.354145000000003],[-93.759178,30.340872000000005],[-93.729774,30.304916000000006],[-93.699211,30.297387999999998],[-93.707359,30.239372000000003],[-93.714844,30.220305999999994],[-93.704361,30.180860999999993],[-93.696167,30.175675999999996],[-93.699661,30.150807999999998],[-93.683144,30.148231999999993],[-93.685959,30.141253000000006],[-93.698639,30.141226000000003],[-93.696922,30.117929000000004],[-93.708382,30.114739999999998],[-93.715858,30.095669],[-93.712479,30.060519999999997],[-93.760201,30.005964000000006],[-93.857277,29.990654000000006],[-93.856331,29.964602],[-93.951767,29.818363000000005],[-93.834961,29.674570000000003],[-94.065407,29.674076],[-94.356995,29.5599],[-94.377007,29.551969999999997],[-94.682518,29.432905000000005],[-94.766548,29.363992999999994],[-94.785248,29.383261000000005],[-94.681915,29.475111],[-94.572693,29.533051999999998],[-94.501282,29.517522999999997],[-94.469795,29.556780000000003],[-94.510811,29.545147],[-94.533699,29.553984],[-94.564438,29.578998999999996],[-94.788086,29.538556999999997],[-94.706421,29.658516000000006],[-94.700279,29.754568000000006],[-94.735725,29.792986],[-94.829414,29.759856999999997],[-94.887161,29.668538999999996],[-94.932587,29.682209],[-95.088264,29.803979999999996],[-95.040398,29.711578000000003],[-94.989334,29.679700999999994],[-95.014122,29.559264999999996],[-94.911156,29.500333999999995],[-94.982811,29.460527],[-94.943756,29.464681999999996],[-94.952507,29.424234],[-94.913445,29.420113],[-94.916992,29.447823],[-94.891136,29.399323999999993],[-94.815353,29.370931999999996],[-94.891472,29.393831000000006],[-94.898788,29.308774999999997],[-94.951134,29.325922000000006],[-95.066368,29.195876999999996],[-95.160522,29.200030999999996],[-95.16478,29.117548],[-95.197342,29.105222999999995],[-95.248405,28.978392],[-95.526581,28.803241999999997],[-95.683029,28.726954000000006],[-95.671318,28.752681999999993],[-95.786354,28.738871000000003],[-95.937309,28.690454000000003],[-95.956146,28.622673000000006],[-95.702148,28.718987],[-96.206581,28.488386000000006],[-95.991646,28.596424],[-95.983749,28.653132999999997],[-96.237587,28.571320999999998],[-96.239029,28.597116],[-96.157471,28.611231000000004],[-96.240456,28.634859000000006],[-96.151062,28.762671999999995],[-96.212173,28.686719999999994],[-96.285973,28.661724000000007],[-96.270378,28.708980999999994],[-96.326157,28.634089000000003],[-96.364159,28.617981],[-96.391777,28.670252000000005],[-96.392731,28.726028],[-96.427086,28.712013],[-96.449677,28.755035000000007],[-96.432259,28.697248000000002],[-96.403397,28.719493999999997],[-96.418785,28.638664000000006],[-96.375397,28.610088000000005],[-96.491203,28.556944],[-96.437157,28.596991000000003],[-96.454384,28.655933000000005],[-96.483269,28.598055000000002],[-96.511894,28.608181000000002],[-96.511734,28.649541999999997],[-96.570396,28.636267000000004],[-96.570557,28.691840999999997],[-96.572212,28.808173999999994],[-96.576485,28.690689000000006],[-96.591499,28.71736],[-96.646515,28.714141999999995],[-96.660011,28.679074999999997],[-96.606705,28.623633999999996],[-96.610344,28.558941000000004],[-96.566704,28.574099000000004],[-96.48658,28.506221999999994],[-96.563194,28.469627000000003],[-96.518501,28.460826999999995],[-96.476501,28.499454],[-96.390724,28.434059000000005],[-96.661308,28.306263],[-96.702362,28.340197000000003],[-96.703812,28.395885000000007],[-96.740768,28.403458],[-96.787094,28.477507000000003],[-96.823875,28.449640000000002],[-96.788338,28.446254999999994],[-96.759102,28.410911999999996],[-96.77536,28.391630000000006],[-96.853493,28.404996999999995],[-96.788231,28.352469999999997],[-96.78627,28.312859000000003],[-96.793335,28.271372],[-96.777931,28.229349],[-96.803688,28.211447000000007],[-96.950905,28.114355000000003],[-96.91272,28.256798000000003],[-96.975304,28.210751000000002],[-96.941071,28.186770999999993],[-96.975105,28.115046000000007],[-97.033615,28.137398000000005],[-97.023567,28.199797000000004],[-97.131836,28.130426],[-97.135414,28.161810000000003],[-97.167992,28.159459999999996],[-97.157059,28.116381000000004],[-97.260284,28.064724],[-97.241234,28.048653],[-97.270294,28.025931999999997],[-97.236214,28.04052],[-97.123077,28.054266],[-97.026405,28.107749999999996],[-97.023804,28.020236999999995],[-97.114624,27.915385999999998],[-97.195465,27.812219999999996],[-97.247025,27.822318999999993],[-97.213341,27.831109999999995],[-97.283485,27.871145],[-97.361046,27.839954000000006],[-97.345619,27.873177999999996],[-97.479355,27.852962000000005],[-97.496681,27.875468999999995],[-97.521698,27.863625999999996],[-97.499535,27.843243],[-97.479813,27.820282000000006],[-97.388542,27.831427000000005],[-97.396561,27.770840000000007],[-97.317795,27.712225000000004],[-97.34951,27.715328],[-97.320015,27.690634000000003],[-97.353363,27.6408],[-97.399216,27.633185999999995],[-97.347504,27.631439],[-97.309212,27.707863000000003],[-97.249794,27.688830999999993],[-97.331459,27.562320999999997],[-97.412262,27.321023999999994],[-97.500435,27.319667999999993],[-97.507538,27.439215000000004],[-97.528381,27.344100999999995],[-97.600113,27.300134999999997],[-97.750076,27.419666000000007],[-97.680008,27.294372999999993],[-97.784744,27.287719999999993],[-97.548157,27.230206999999993],[-97.427216,27.265133000000006],[-97.503502,27.081541],[-97.478996,26.996508000000006],[-97.568565,26.977857999999998],[-97.558052,26.846052],[-97.495575,26.793780999999996],[-97.451698,26.600984999999994],[-97.425858,26.518225],[-97.474709,26.476805],[-97.421188,26.385059],[-97.368698,26.35906],[-97.353363,26.182449000000005],[-97.25312,26.068315999999996],[-97.276321,26.002274999999997],[-97.213097,26.009068],[-97.172226,25.954569000000006],[-97.307144,25.965124000000003],[-97.304436,25.938663000000005],[-97.380989,25.917021000000005],[-97.385643,25.845361999999994],[-97.434349,25.845197999999996],[-97.590088,25.933231000000006],[-97.574936,25.954172],[-97.612923,25.962002],[-97.647972,26.023444999999995],[-97.867432,26.060141],[-98.04007,26.059394999999995],[-98.076347,26.034626000000003],[-98.083214,26.065758000000002],[-98.200691,26.055375999999995],[-98.291946,26.098104000000006],[-98.271355,26.120895000000004],[-98.292274,26.132808999999995],[-98.327934,26.111647000000005],[-98.347191,26.158680000000004],[-98.384521,26.156031],[-98.453392,26.220911],[-98.488518,26.201544],[-98.599968,26.260453999999996],[-98.677917,26.242056000000005],[-98.819832,26.375071000000005],[-98.908897,26.360328999999993],[-98.93927,26.395308999999997],[-99.106728,26.419531000000006],[-99.101471,26.488339999999994],[-99.168678,26.545728999999994],[-99.165817,26.579888999999994],[-99.285522,26.857360999999997],[-99.390518,26.94663],[-99.392715,26.995549999999994],[-99.455063,27.028648000000004],[-99.437157,27.199197999999996],[-99.465271,27.269884000000005],[-99.543587,27.318652999999998],[-99.490494,27.490754999999993],[-99.526741,27.504284],[-99.549187,27.612627000000003],[-99.714493,27.661558],[-99.815727,27.780107],[-99.874733,27.797686],[-99.941856,27.986880999999997],[-99.993309,28.003460000000004],[-100.096924,28.154281999999995],[-100.214073,28.201935000000006],[-100.223465,28.241456999999997],[-100.29792,28.280354000000003],[-100.292892,28.320359999999994],[-100.35157,28.394182],[-100.37677,28.478651],[-100.345802,28.500811],[-100.419533,28.544190999999998],[-100.403175,28.589732999999995],[-100.49791,28.660988000000003],[-100.58979,28.894222],[-100.647224,28.922349999999994],[-100.66877,29.080072],[-100.768608,29.166571000000005],[-100.796989,29.242502],[-101.009056,29.373255],[-101.06736,29.473552999999995],[-101.261429,29.526473999999993],[-101.254585,29.628749999999997],[-101.308929,29.580910000000003],[-101.305862,29.652431000000007],[-101.368401,29.657162],[-101.4161,29.745434000000003],[-101.401276,29.769904999999994],[-101.448425,29.760586000000004],[-101.470467,29.788691],[-101.538345,29.763018000000002],[-101.543953,29.810119999999998],[-101.58149,29.765150000000006],[-101.639671,29.756960000000007],[-101.759094,29.787166999999997],[-101.805206,29.779999000000004],[-101.819099,29.814125000000004],[-101.924225,29.788501999999994],[-101.97332,29.818772999999993],[-102.063995,29.784571],[-102.324333,29.880116],[-102.367561,29.845288999999994],[-102.384796,29.767945999999995],[-102.503098,29.785455999999996],[-102.551949,29.749499999999998],[-102.5765,29.778248000000005],[-102.637611,29.732338],[-102.676361,29.744225],[-102.804726,29.530146000000002],[-102.822205,29.411844000000002],[-102.883011,29.353370999999996],[-102.908325,29.269203000000005],[-102.866173,29.229035999999994],[-102.988098,29.190862999999993],[-103.153465,28.978682000000006],[-103.266586,29.007453999999996],[-103.28035,28.986373999999998],[-103.335518,29.050338999999994],[-103.37545,29.032107999999994],[-103.474075,29.072134000000005],[-103.526237,29.146646000000004],[-103.720314,29.190631999999994],[-103.739853,29.230349000000004],[-103.782158,29.229794999999996],[-103.767761,29.281239999999997],[-103.786995,29.267259999999993],[-104.045631,29.328119],[-104.164383,29.400715000000005],[-104.204735,29.484041000000005],[-104.377594,29.550611000000004],[-104.535248,29.679466000000005],[-104.57756,29.807935999999998],[-104.67437,29.909283000000002],[-104.696495,30.057302000000007],[-104.674759,30.148964000000007],[-104.702614,30.238489],[-104.813957,30.35047],[-104.806473,30.376447999999996],[-104.852997,30.392263],[-104.890678,30.570556999999994],[-104.986931,30.641324999999995],[-104.997543,30.684334000000007],[-105.060562,30.687870000000004],[-105.21434,30.812085999999994],[-105.258186,30.797652999999997],[-105.287598,30.831948999999994],[-105.313782,30.816507],[-105.390312,30.853081000000003],[-105.409065,30.902510000000007],[-105.554382,30.998284999999996],[-105.603218,31.086427999999998],[-105.76973,31.170779999999993],[-105.99836,31.393817999999996]]],[[[-94.913429,29.257571999999996],[-94.76738,29.342450999999997],[-94.748405,29.319490000000002],[-95.105415,29.096958],[-94.913429,29.257571999999996]]],[[[-96.397881,28.345845999999995],[-96.834625,28.066322],[-96.803841,28.172161000000003],[-96.738907,28.183535000000006],[-96.532135,28.318245000000005],[-96.463051,28.325832000000005],[-96.422554,28.391439000000005],[-96.397881,28.345845999999995]]],[[[-96.939964,28.045933000000005],[-96.872421,28.131405],[-96.837425,28.101840999999993],[-96.853806,28.049402],[-97.049606,27.840953999999996],[-97.024429,27.914381000000006],[-96.949387,27.984526000000002],[-96.973,28.000853000000006],[-96.939964,28.045933000000005]]],[[[-97.359116,27.283717999999993],[-97.379379,27.210453],[-97.376091,27.284643000000003],[-97.335503,27.440819000000005],[-97.248672,27.581132999999994],[-97.258682,27.651748999999995],[-97.203583,27.612064000000004],[-97.170181,27.707459999999998],[-97.075294,27.811273999999997],[-97.113037,27.819215999999997],[-97.053566,27.830472999999998],[-97.223717,27.574006999999995],[-97.359116,27.283717999999993]]],[[[-97.301132,26.601022999999998],[-97.358025,26.706646000000006],[-97.381332,26.820375],[-97.395309,26.921988],[-97.400909,27.111227],[-97.388786,27.201651],[-97.378532,27.204448999999997],[-97.386925,27.097244000000003],[-97.381332,26.949022],[-97.358025,26.802663999999993],[-97.295837,26.600669999999994],[-97.232109,26.418142000000003],[-97.194992,26.259241000000003],[-97.171799,26.077720999999997],[-97.179337,26.071920000000006],[-97.208916,26.250541999999996],[-97.226311,26.348551],[-97.251251,26.419303999999997],[-97.26725,26.478904999999997],[-97.278549,26.539963],[-97.301132,26.601022999999998]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Texas","STATE_FIPS":"48","SUB_REGION":"W S Cen","STATE_ABBR":"TX","LAND_KM":688219.07,"WATER_KM":17337.549,"PERSONS":1.712202E7,"FAMILIES":4377106,"HOUSHOLD":6115966,"MALE":8433346.00000001,"FEMALE":8688674,"WORKERS":6192585,"DRVALONE":5860490,"CARPOOL":1142908,"PUBTRANS":168814,"EMPLOYED":7687338,"UNEMPLOY":590269,"SERVICE":2139266,"MANUAL":1042397,"P_MALE":0.493,"P_FEMALE":0.507,"SAMP_POP":2487642}},{"type":"Feature","id":"states.16","geometry":{"type":"MultiPolygon","coordinates":[[[[-109.048882,32.441967000000005],[-109.050728,32.77948000000001],[-109.049904,33.205101],[-109.049721,33.783249],[-109.048012,34.59174],[-109.045998,34.954612999999995],[-109.047195,35.996655000000004],[-109.047821,36.996643000000006],[-108.371834,36.999474000000006],[-107.471855,36.998772],[-107.410217,36.997519999999994],[-106.889778,36.999072999999996],[-106.860657,36.989491],[-106.471588,36.991493000000006],[-105.991425,36.99227500000001],[-105.712891,36.994541],[-105.212532,36.992580000000004],[-105.145615,36.993183],[-103.993111,36.994445999999996],[-103.077377,36.999741],[-102.997223,36.998504999999994],[-102.996918,36.492344],[-103.026802,36.491566000000006],[-103.02356,36.056026],[-103.022118,35.742287000000005],[-103.021797,35.623604],[-103.02565,35.17720799999999],[-103.02475,34.964718000000005],[-103.022156,34.745266],[-103.029144,34.307743],[-103.032761,33.826088],[-103.038239,33.565742],[-103.042603,33.377728000000005],[-103.048836,32.95353299999999],[-103.059547,32.515429999999995],[-103.055191,32.084995000000006],[-103.057968,32.001900000000006],[-103.332092,32.004154],[-103.728973,32.00610399999999],[-103.980896,32.005889999999994],[-104.018814,32.007278],[-104.850563,32.003151],[-104.921799,32.004268999999994],[-106.002708,32.001553],[-106.377846,32.000645000000006],[-106.623077,32.00098800000001],[-106.649513,31.980227999999997],[-106.632057,31.972117999999995],[-106.633202,31.913998000000007],[-106.643532,31.895101999999994],[-106.615578,31.844634999999997],[-106.614441,31.817728000000002],[-106.538971,31.786198],[-107.282997,31.784981000000002],[-108.20266,31.786804000000004],[-108.21006,31.343742000000006],[-109.045006,31.343348000000006],[-109.048882,32.441967000000005]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"New Mexico","STATE_FIPS":"35","SUB_REGION":"Mtn","STATE_ABBR":"NM","LAND_KM":304472.805,"WATER_KM":586.054,"PERSONS":1379559,"FAMILIES":358259,"HOUSHOLD":497680,"MALE":677870,"FEMALE":701689,"WORKERS":491847,"DRVALONE":433150,"CARPOOL":87085,"PUBTRANS":6019,"EMPLOYED":576213,"UNEMPLOY":49368,"SERVICE":169914,"MANUAL":68673,"P_MALE":0.491,"P_FEMALE":0.509,"SAMP_POP":237629}},{"type":"Feature","id":"states.17","geometry":{"type":"MultiPolygon","coordinates":[[[[-85.070137,31.980545000000006],[-85.115219,31.907264999999995],[-85.135635,31.854723000000007],[-85.13163,31.783651000000006],[-85.130234,31.778689999999997],[-85.115356,31.731401000000005],[-85.118744,31.708405999999997],[-85.111275,31.684076000000005],[-85.059357,31.621098000000003],[-85.042793,31.55422],[-85.04277,31.519488999999993],[-85.066383,31.475917999999993],[-85.061478,31.440490999999994],[-85.088013,31.367059999999995],[-85.082634,31.332159000000004],[-85.081299,31.302903999999998],[-85.103432,31.271259],[-85.093674,31.226895999999996],[-85.103027,31.196742999999998],[-85.093437,31.172031000000004],[-85.068733,31.162183999999996],[-85.038139,31.126531999999997],[-85.017067,31.07992],[-85.001678,31.001068000000004],[-85.485077,31.000820000000004],[-85.486664,31.000816],[-86.031883,30.993146999999993],[-86.181534,30.995045000000005],[-86.383972,30.991358000000005],[-86.701897,30.997911000000002],[-86.779404,30.998011000000005],[-87.163147,31.002975000000006],[-87.598595,31.002449],[-87.589882,30.954178],[-87.625725,30.876717],[-87.615929,30.848110000000005],[-87.541916,30.785506999999996],[-87.526619,30.748301999999995],[-87.460159,30.705612000000002],[-87.418915,30.692618999999993],[-87.398666,30.667823999999996],[-87.393303,30.619905000000003],[-87.422089,30.556298999999996],[-87.445374,30.531194999999997],[-87.418839,30.481504],[-87.405273,30.440163],[-87.466461,30.359522],[-87.587585,30.319053999999994],[-87.593422,30.278214000000006],[-87.795341,30.233728],[-88.002563,30.233400000000003],[-87.779953,30.272436],[-87.757515,30.299221000000003],[-87.903473,30.421098999999998],[-87.913391,30.620993],[-88.019791,30.744000999999997],[-88.135681,30.336957999999996],[-88.32032,30.404094999999998],[-88.401405,30.393353000000005],[-88.417229,30.736266999999998],[-88.429184,31.000511000000003],[-88.434547,31.120699000000002],[-88.450783,31.435450000000003],[-88.465073,31.702084999999997],[-88.472923,31.888723],[-88.437691,32.22761199999999],[-88.425758,32.309082000000004],[-88.393799,32.58033399999999],[-88.348007,32.924628999999996],[-88.339432,32.98737],[-88.304794,33.288773000000006],[-88.274551,33.538685],[-88.248161,33.742615],[-88.202606,34.059017],[-88.19931,34.090343000000004],[-88.167572,34.32404699999999],[-88.151215,34.465176],[-88.13636,34.58040200000001],[-88.090431,34.895542000000006],[-88.108849,34.899849],[-88.143066,34.93022499999999],[-88.193954,35.004368],[-88.194923,35.013458],[-87.986046,35.015949000000006],[-87.607788,35.010464],[-87.222748,35.007262999999995],[-87.207573,35.00787699999999],[-86.83342,34.998160999999996],[-86.782372,34.99699],[-86.313065,34.995186000000004],[-86.303513,34.995377000000005],[-85.869591,34.992301999999995],[-85.608994,34.990086000000005],[-85.583092,34.862244000000004],[-85.534729,34.622406],[-85.525871,34.584602000000004],[-85.511894,34.52293],[-85.460327,34.29007],[-85.416611,34.086822999999995],[-85.395782,33.959728],[-85.384056,33.905308000000005],[-85.335335,33.654816],[-85.305031,33.490482],[-85.293877,33.425762000000006],[-85.233902,33.129115999999996],[-85.233559,33.120018],[-85.180779,32.871685],[-85.162361,32.807316],[-85.128151,32.776939],[-85.133362,32.756184000000005],[-85.124947,32.744251000000006],[-85.11393,32.734257],[-85.107796,32.689837999999995],[-85.090538,32.676018],[-85.103867,32.645775],[-85.086388,32.628315],[-85.084213,32.602867],[-85.070839,32.581115999999994],[-84.99572,32.518787],[-84.989883,32.454693000000006],[-84.965454,32.429306],[-84.971031,32.396666999999994],[-84.984558,32.386948000000004],[-84.971733,32.371357],[-85.002159,32.346931],[-85.005402,32.32944500000001],[-84.921143,32.292987999999994],[-84.894676,32.268585],[-84.894089,32.259026000000006],[-84.905434,32.249404999999996],[-84.923752,32.247237999999996],[-84.916077,32.228404999999995],[-84.928444,32.217827],[-84.975815,32.212097],[-84.960457,32.191776000000004],[-85.007896,32.178726],[-85.024452,32.166122],[-85.053383,32.126484000000005],[-85.046257,32.09074],[-85.056725,32.069489000000004],[-85.06208,32.049853999999996],[-85.05677,32.017219999999995],[-85.070137,31.980545000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Alabama","STATE_FIPS":"01","SUB_REGION":"E S Cen","STATE_ABBR":"AL","LAND_KM":131443.119,"WATER_KM":4332.268,"PERSONS":4040587,"FAMILIES":1103835,"HOUSHOLD":1506790,"MALE":1936162,"FEMALE":2104425,"WORKERS":1455669,"DRVALONE":1374395,"CARPOOL":267191,"PUBTRANS":13279,"EMPLOYED":1741794,"UNEMPLOY":128587,"SERVICE":474797,"MANUAL":360499,"P_MALE":0.479,"P_FEMALE":0.521,"SAMP_POP":630032}},{"type":"Feature","id":"states.18","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.450783,31.435450000000003],[-88.434547,31.120699000000002],[-88.429184,31.000511000000003],[-88.417229,30.736266999999998],[-88.401405,30.393353000000005],[-88.399216,30.352686000000006],[-88.464226,30.325875999999994],[-88.577744,30.38055],[-88.683243,30.342123],[-88.873756,30.430079000000006],[-88.930191,30.416602999999995],[-88.885696,30.398089999999996],[-89.276077,30.314644],[-89.273483,30.372190000000003],[-89.334999,30.380228000000002],[-89.357483,30.365088999999998],[-89.318497,30.318657],[-89.415565,30.256288999999995],[-89.438072,30.200768999999994],[-89.57383,30.194738],[-89.609947,30.241224000000003],[-89.606255,30.247632999999993],[-89.621605,30.256769000000006],[-89.625885,30.290160999999998],[-89.639114,30.295635000000004],[-89.637024,30.311649000000003],[-89.61853,30.323566],[-89.62014,30.343235000000007],[-89.633392,30.355114],[-89.646629,30.355097],[-89.65461,30.378872],[-89.675308,30.399880999999993],[-89.6754,30.44516],[-89.683388,30.462525999999997],[-89.694534,30.467995000000002],[-89.695618,30.478054],[-89.71312,30.481223999999997],[-89.718994,30.495846],[-89.732254,30.497646000000003],[-89.755112,30.515429999999995],[-89.772728,30.551056000000003],[-89.790779,30.553753],[-89.820236,30.624081000000004],[-89.805466,30.649266999999995],[-89.819283,30.651055999999997],[-89.829453,30.670685000000006],[-89.845375,30.666062999999994],[-89.83532,30.675693999999993],[-89.841713,30.679331000000005],[-89.84127,30.700361],[-89.83065,30.703592],[-89.843979,30.712236000000004],[-89.835541,30.729174],[-89.823326,30.732866],[-89.825493,30.742459999999994],[-89.813278,30.74798],[-89.824615,30.789536999999996],[-89.81086,30.811511999999993],[-89.796494,30.812466],[-89.796021,30.828918],[-89.774727,30.830344999999994],[-89.78495,30.861393000000007],[-89.765778,30.861897999999997],[-89.763237,30.900285999999994],[-89.746727,30.902608999999998],[-89.745682,30.909921999999995],[-89.75798,30.920857999999996],[-89.740402,30.925923999999995],[-89.748466,30.949663],[-89.739449,30.965215999999998],[-89.719749,30.975308999999996],[-89.726707,30.984431999999998],[-89.723549,31.001340999999996],[-89.732643,31.007261],[-89.833481,31.007002],[-90.259285,31.007191000000006],[-90.343567,31.005211000000003],[-90.542557,31.002150999999998],[-90.560158,31.001527999999993],[-90.829613,31.001368],[-91.056908,31.000240000000005],[-91.1791,31.000283999999994],[-91.632179,31.001186000000004],[-91.627655,31.011781999999997],[-91.57267,31.032471],[-91.551964,31.057982999999993],[-91.564857,31.081958999999998],[-91.619995,31.127517999999995],[-91.59137,31.178307000000004],[-91.600845,31.213755000000006],[-91.636879,31.240928999999994],[-91.643562,31.270943000000003],[-91.634094,31.277518999999998],[-91.556801,31.270296000000002],[-91.51696,31.282898000000003],[-91.502357,31.298687],[-91.505638,31.323285999999996],[-91.542671,31.346815000000007],[-91.544289,31.368703999999994],[-91.534454,31.382580000000004],[-91.559258,31.388059999999996],[-91.567612,31.421235999999993],[-91.552353,31.43293],[-91.534683,31.434166000000005],[-91.53405,31.409069000000002],[-91.522896,31.391921999999994],[-91.494591,31.375079999999997],[-91.480721,31.377611],[-91.465805,31.403899999999993],[-91.473175,31.420205999999993],[-91.507782,31.452915000000004],[-91.506363,31.52552],[-91.502838,31.534713999999994],[-91.464355,31.542699999999996],[-91.423462,31.562579999999997],[-91.404137,31.586186999999995],[-91.415268,31.602427000000006],[-91.497032,31.604192999999995],[-91.508759,31.62178],[-91.50769,31.643704999999997],[-91.49765,31.650729999999996],[-91.45726,31.626801],[-91.408287,31.625364000000005],[-91.389069,31.654439999999994],[-91.387833,31.716517999999994],[-91.36496,31.751576999999997],[-91.370384,31.753310999999997],[-91.339798,31.758379000000005],[-91.282509,31.749723000000003],[-91.263878,31.759600000000006],[-91.262573,31.773764],[-91.336143,31.763458],[-91.36702,31.770703999999995],[-91.347122,31.79567],[-91.334732,31.843317],[-91.30336,31.862983999999997],[-91.292534,31.861332000000004],[-91.276688,31.827371999999997],[-91.250618,31.818658999999997],[-91.241272,31.835226000000006],[-91.26458,31.865425000000002],[-91.24437,31.878511000000003],[-91.201431,31.914288999999997],[-91.163033,31.988291000000004],[-91.108002,31.991827],[-91.07238,32.021057],[-91.073135,32.031994],[-91.086884,32.043655],[-91.143013,32.06610499999999],[-91.145584,32.085674],[-91.125618,32.088245],[-91.089302,32.056843],[-91.06501,32.058552000000006],[-91.073814,32.093993999999995],[-91.041084,32.10767],[-91.011284,32.134060000000005],[-91.00383,32.169262],[-91.024414,32.169899],[-91.054474,32.184532000000004],[-91.045311,32.158671999999996],[-91.054047,32.134392000000005],[-91.083008,32.148579],[-91.108711,32.134991],[-91.15654,32.144783000000004],[-91.166847,32.171988999999996],[-91.157265,32.205864000000005],[-91.115952,32.225605],[-91.100571,32.21488600000001],[-91.087914,32.232388],[-91.062462,32.232742],[-91.041649,32.249438999999995],[-90.977219,32.223404],[-90.971016,32.269065999999995],[-90.983818,32.287132],[-90.980766,32.297653],[-90.971657,32.303698999999995],[-90.929245,32.297405],[-90.916374,32.305317],[-90.875351,32.37965],[-90.885155,32.381355],[-90.914925,32.345898000000005],[-90.984566,32.356396000000004],[-90.998863,32.366234000000006],[-91.009209,32.397082999999995],[-90.969986,32.419017999999994],[-90.965485,32.440037000000004],[-90.98745,32.452965000000006],[-91.026909,32.442417000000006],[-91.05851,32.446999000000005],[-91.117683,32.498569],[-91.118744,32.524067],[-91.088783,32.548637],[-91.037201,32.496956],[-91.019684,32.490814],[-90.99205,32.495281000000006],[-90.995071,32.511641999999995],[-91.063087,32.542159999999996],[-91.073265,32.561611],[-91.058868,32.576389000000006],[-91.032326,32.582672],[-90.998657,32.615466999999995],[-90.996132,32.625977000000006],[-91.007881,32.642673],[-91.027466,32.641502],[-91.04763,32.614352999999994],[-91.063812,32.606387999999995],[-91.110992,32.597527],[-91.146263,32.644852],[-91.139557,32.663174],[-91.059029,32.723518],[-91.09771,32.749397],[-91.136467,32.751125],[-91.156342,32.76268],[-91.142151,32.841212999999996],[-91.079529,32.877162999999996],[-91.075592,32.953711999999996],[-91.092674,32.987621000000004],[-91.111816,32.987350000000006],[-91.132355,32.975224],[-91.129936,32.937466],[-91.137177,32.91778600000001],[-91.169701,32.905022],[-91.198311,32.914162000000005],[-91.20916,32.935852],[-91.161865,33.000294],[-91.162132,33.013039000000006],[-91.160675,33.021709],[-91.156685,33.040431999999996],[-91.123985,33.04727200000001],[-91.11779,33.065571000000006],[-91.14679,33.090652000000006],[-91.190536,33.113224],[-91.195503,33.140465000000006],[-91.177628,33.150288],[-91.12133,33.131069],[-91.095856,33.145084],[-91.086319,33.161602],[-91.092003,33.225697],[-91.054543,33.245780999999994],[-91.040428,33.281921],[-91.053833,33.293575000000004],[-91.076324,33.29235799999999],[-91.102905,33.249210000000005],[-91.122505,33.268505000000005],[-91.141747,33.322384],[-91.130424,33.359402],[-91.106941,33.393406],[-91.07869,33.410179],[-91.061516,33.431797],[-91.060982,33.460010999999994],[-91.073761,33.466206],[-91.0858,33.462856],[-91.099129,33.414897999999994],[-91.137634,33.388878000000005],[-91.184982,33.39183],[-91.204163,33.414299],[-91.19883,33.422112],[-91.130516,33.443123],[-91.119713,33.452831],[-91.118958,33.469673],[-91.128799,33.493190999999996],[-91.164978,33.51178],[-91.174179,33.504368],[-91.17173,33.466644],[-91.18177,33.447388000000004],[-91.232849,33.443443],[-91.22715,33.459453999999994],[-91.207642,33.473395999999994],[-91.180405,33.512012],[-91.182846,33.52334999999999],[-91.204102,33.538506],[-91.213486,33.539276],[-91.227631,33.55635100000001],[-91.22673,33.590481],[-91.187805,33.57468],[-91.168022,33.57724399999999],[-91.15065,33.616161000000005],[-91.154404,33.637032000000005],[-91.205307,33.669945],[-91.215141,33.690723000000006],[-91.211678,33.708965000000006],[-91.1633,33.718315000000004],[-91.121048,33.677527999999995],[-91.083771,33.662586000000005],[-91.037834,33.683216],[-91.038826,33.70549],[-91.056213,33.719357],[-91.104568,33.70823300000001],[-91.128944,33.71244],[-91.138,33.723225],[-91.142891,33.771820000000005],[-91.136986,33.780086999999995],[-91.105415,33.776439999999994],[-91.066391,33.786525999999995],[-91.043404,33.769554],[-91.018433,33.76397299999999],[-90.995377,33.77154899999999],[-90.984039,33.78533899999999],[-90.990372,33.798897],[-91.028854,33.816586],[-91.054817,33.843525],[-91.061371,33.867081],[-91.018463,33.936306],[-91.075706,33.974644],[-91.088852,33.994468999999995],[-91.069695,34.006096],[-91.031059,33.985699],[-91.009544,33.990528],[-91.000259,33.968372],[-90.986816,33.960815],[-90.96479,33.967461],[-90.961128,33.978874000000005],[-90.975273,33.994606000000005],[-90.973366,34.010998],[-90.95047,34.031288],[-90.886345,34.040710000000004],[-90.866333,34.10095200000001],[-90.906311,34.102749],[-90.942245,34.125941999999995],[-90.953346,34.155804],[-90.928917,34.185649999999995],[-90.846611,34.147544999999994],[-90.828865,34.148658999999995],[-90.80751,34.166172],[-90.822922,34.190544],[-90.921486,34.20483],[-90.933708,34.23467599999999],[-90.928436,34.250195000000005],[-90.863411,34.219162],[-90.83136,34.229534],[-90.823837,34.277339999999995],[-90.806419,34.299347],[-90.792526,34.299957000000006],[-90.758255,34.278976],[-90.747757,34.317719],[-90.761856,34.363913999999994],[-90.75531,34.37216600000001],[-90.687485,34.377871999999996],[-90.681137,34.3634],[-90.689377,34.320145],[-90.679337,34.31797400000001],[-90.657814,34.330006],[-90.657242,34.36591],[-90.60379,34.40459799999999],[-90.579124,34.432998999999995],[-90.574402,34.453945000000004],[-90.59005,34.496506],[-90.580345,34.520222000000004],[-90.565681,34.532509000000005],[-90.537148,34.543327000000005],[-90.530617,34.555649],[-90.577614,34.604744],[-90.58799,34.627815],[-90.5793,34.645611],[-90.561058,34.700287],[-90.539062,34.685947],[-90.547546,34.65180599999999],[-90.538963,34.636894],[-90.508812,34.638065],[-90.466225,34.672039],[-90.469978,34.704254000000006],[-90.513565,34.702068],[-90.533279,34.713252999999995],[-90.547745,34.790336999999994],[-90.52726,34.807323],[-90.516045,34.805603000000005],[-90.501282,34.789833],[-90.498734,34.765784999999994],[-90.516968,34.748371000000006],[-90.504417,34.729855],[-90.485924,34.726833],[-90.451431,34.741198999999995],[-90.448868,34.76075],[-90.466705,34.79966400000001],[-90.451904,34.82521800000001],[-90.474716,34.857727],[-90.470528,34.88092399999999],[-90.438087,34.88618099999999],[-90.427841,34.872643],[-90.433548,34.835353999999995],[-90.42231,34.832268],[-90.403931,34.841038],[-90.341423,34.860577000000006],[-90.322823,34.850266000000005],[-90.301552,34.851776],[-90.299446,34.864959999999996],[-90.296272,34.88269],[-90.266708,34.896511000000004],[-90.242844,34.920731],[-90.241898,34.938903999999994],[-90.248169,34.94976],[-90.299507,34.978481],[-90.305351,35.000693999999996],[-89.717186,34.999168],[-89.646477,35.000641],[-89.3423,34.999714],[-89.198067,35.000793],[-89.006134,35.000145],[-88.812492,35.00235000000001],[-88.784988,35.003094000000004],[-88.383102,35.004954999999995],[-88.351685,35.00374600000001],[-88.193954,35.004368],[-88.143066,34.93022499999999],[-88.108849,34.899849],[-88.090431,34.895542000000006],[-88.13636,34.58040200000001],[-88.151215,34.465176],[-88.167572,34.32404699999999],[-88.19931,34.090343000000004],[-88.202606,34.059017],[-88.248161,33.742615],[-88.274551,33.538685],[-88.304794,33.288773000000006],[-88.339432,32.98737],[-88.348007,32.924628999999996],[-88.393799,32.58033399999999],[-88.425758,32.309082000000004],[-88.437691,32.22761199999999],[-88.472923,31.888723],[-88.465073,31.702084999999997],[-88.450783,31.435450000000003]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Mississippi","STATE_FIPS":"28","SUB_REGION":"E S Cen","STATE_ABBR":"MS","LAND_KM":121506.43,"WATER_KM":3598.337,"PERSONS":2573216,"FAMILIES":674378,"HOUSHOLD":911374,"MALE":1230617,"FEMALE":1342599,"WORKERS":890741,"DRVALONE":777422,"CARPOOL":184019,"PUBTRANS":8020,"EMPLOYED":1028773,"UNEMPLOY":94712,"SERVICE":294070,"MANUAL":222644,"P_MALE":0.478,"P_FEMALE":0.522,"SAMP_POP":399625}},{"type":"Feature","id":"states.19","geometry":{"type":"MultiPolygon","coordinates":[[[[-85.130234,31.778689999999997],[-85.13163,31.783651000000006],[-85.135635,31.854723000000007],[-85.115219,31.907264999999995],[-85.070137,31.980545000000006],[-85.05677,32.017219999999995],[-85.06208,32.049853999999996],[-85.056725,32.069489000000004],[-85.046257,32.09074],[-85.053383,32.126484000000005],[-85.024452,32.166122],[-85.007896,32.178726],[-84.960457,32.191776000000004],[-84.975815,32.212097],[-84.928444,32.217827],[-84.916077,32.228404999999995],[-84.923752,32.247237999999996],[-84.905434,32.249404999999996],[-84.894089,32.259026000000006],[-84.894676,32.268585],[-84.921143,32.292987999999994],[-85.005402,32.32944500000001],[-85.002159,32.346931],[-84.971733,32.371357],[-84.984558,32.386948000000004],[-84.971031,32.396666999999994],[-84.965454,32.429306],[-84.989883,32.454693000000006],[-84.99572,32.518787],[-85.070839,32.581115999999994],[-85.084213,32.602867],[-85.086388,32.628315],[-85.103867,32.645775],[-85.090538,32.676018],[-85.107796,32.689837999999995],[-85.11393,32.734257],[-85.124947,32.744251000000006],[-85.133362,32.756184000000005],[-85.128151,32.776939],[-85.162361,32.807316],[-85.180779,32.871685],[-85.233559,33.120018],[-85.233902,33.129115999999996],[-85.293877,33.425762000000006],[-85.305031,33.490482],[-85.335335,33.654816],[-85.384056,33.905308000000005],[-85.395782,33.959728],[-85.416611,34.086822999999995],[-85.460327,34.29007],[-85.511894,34.52293],[-85.525871,34.584602000000004],[-85.534729,34.622406],[-85.583092,34.862244000000004],[-85.608994,34.990086000000005],[-85.467422,34.990047000000004],[-85.359985,34.989902],[-85.267761,34.989075],[-84.972847,34.992554],[-84.967911,34.99260700000001],[-84.800476,34.992756],[-84.771194,34.990680999999995],[-84.618752,34.988682],[-84.323853,34.98900999999999],[-84.11824,34.988224],[-83.988548,34.989067000000006],[-83.937996,34.989391],[-83.549416,34.989536],[-83.513008,34.992023],[-83.106285,35.000277999999994],[-83.100578,34.98407400000001],[-83.115669,34.95459700000001],[-83.121529,34.960803999999996],[-83.127441,34.954285],[-83.113228,34.936035000000004],[-83.125763,34.940701000000004],[-83.137688,34.930386],[-83.155151,34.932190000000006],[-83.158478,34.917561000000006],[-83.182304,34.910557],[-83.203636,34.884079],[-83.219551,34.88909099999999],[-83.232925,34.873729999999995],[-83.243195,34.877990999999994],[-83.235809,34.862292999999994],[-83.250427,34.850075000000004],[-83.250542,34.839619],[-83.267891,34.839138000000005],[-83.270233,34.814987],[-83.302872,34.80543900000001],[-83.322807,34.787150999999994],[-83.32354,34.75214],[-83.350449,34.727287000000004],[-83.3508,34.709553],[-83.339905,34.677597000000006],[-83.299011,34.662848999999994],[-83.237106,34.613224],[-83.165001,34.598839],[-83.159073,34.576733000000004],[-83.137489,34.567768],[-83.108246,34.534915999999996],[-83.079147,34.518871000000004],[-83.055122,34.489959999999996],[-83.00808,34.470726],[-82.982094,34.476395],[-82.90519,34.477881999999994],[-82.868179,34.457438999999994],[-82.844231,34.412571],[-82.836578,34.370941],[-82.808723,34.339794],[-82.783012,34.290409],[-82.764313,34.28085299999999],[-82.758171,34.233265],[-82.742737,34.205444],[-82.735924,34.169685],[-82.6605,34.108242000000004],[-82.603088,34.034519],[-82.596283,34.013301999999996],[-82.573753,33.968784],[-82.576759,33.959166999999994],[-82.517685,33.930908],[-82.456779,33.878101],[-82.424675,33.86013],[-82.390747,33.854015000000004],[-82.36586,33.83588399999999],[-82.351463,33.835266000000004],[-82.311272,33.803787],[-82.305664,33.782520000000005],[-82.266373,33.761466999999996],[-82.235054,33.690208],[-82.214363,33.680603000000005],[-82.192345,33.623706999999996],[-82.16729,33.615082],[-82.139137,33.593773],[-82.116562,33.594643000000005],[-82.065842,33.57373],[-82.038704,33.547371],[-82.020302,33.538596999999996],[-81.996696,33.520354999999995],[-81.981079,33.490601],[-81.936546,33.470882],[-81.916801,33.451195],[-81.927437,33.436004999999994],[-81.913727,33.415302],[-81.940498,33.408024],[-81.925972,33.376419],[-81.945229,33.377007000000006],[-81.936874,33.350296],[-81.911575,33.349354000000005],[-81.912254,33.332054],[-81.893646,33.335094],[-81.877037,33.30669399999999],[-81.865707,33.315524999999994],[-81.840271,33.308201],[-81.860878,33.296947],[-81.826736,33.269279],[-81.840004,33.273163],[-81.83696,33.260468],[-81.854126,33.243354999999994],[-81.810928,33.22629499999999],[-81.801727,33.207779],[-81.779999,33.21722],[-81.770042,33.213734],[-81.759758,33.195232000000004],[-81.763573,33.169685],[-81.74054,33.144547],[-81.704445,33.122787],[-81.61113,33.087723],[-81.595993,33.070637000000005],[-81.560204,33.060660999999996],[-81.547829,33.043530000000004],[-81.52977,33.043774],[-81.508919,33.012637999999995],[-81.492905,33.004658000000006],[-81.49807,32.959518],[-81.51001,32.95526099999999],[-81.510406,32.947063],[-81.477219,32.897411000000005],[-81.465202,32.89756800000001],[-81.483376,32.875930999999994],[-81.45871,32.871239],[-81.45549,32.844414],[-81.432503,32.84151799999999],[-81.424133,32.831608],[-81.430481,32.82014100000001],[-81.421005,32.80933],[-81.430412,32.785988],[-81.416245,32.756561000000005],[-81.42321,32.749645],[-81.407799,32.741637999999995],[-81.420708,32.701397],[-81.407364,32.686531],[-81.399651,32.650642000000005],[-81.412277,32.625434999999996],[-81.385078,32.595707000000004],[-81.36644,32.588188],[-81.366875,32.581801999999996],[-81.351662,32.58335099999999],[-81.340576,32.57118199999999],[-81.299156,32.567108000000005],[-81.274475,32.55463399999999],[-81.268158,32.533749],[-81.236412,32.520432],[-81.195328,32.464375000000004],[-81.200096,32.420128000000005],[-81.178421,32.386639],[-81.179291,32.37159],[-81.157646,32.338547000000005],[-81.142052,32.348274],[-81.132057,32.332424],[-81.124214,32.276447000000005],[-81.148338,32.257515],[-81.147858,32.224247000000005],[-81.114883,32.190392],[-81.119278,32.117408999999995],[-81.105042,32.105239999999995],[-80.89492,32.005779000000004],[-80.973724,31.947711999999996],[-80.971046,31.890095000000002],[-81.140022,31.864124000000004],[-81.180168,31.905677999999995],[-81.207428,31.899907999999996],[-81.197472,31.919683000000006],[-81.204079,31.928220999999994],[-81.239853,31.903204000000002],[-81.284462,31.949219],[-81.245117,31.89448],[-81.206657,31.920439000000002],[-81.220276,31.892927],[-81.18042,31.897458999999998],[-81.14164,31.853300000000004],[-81.039185,31.823138999999998],[-81.061218,31.777321],[-81.137001,31.726851999999994],[-81.174187,31.799593],[-81.196541,31.784626000000003],[-81.175354,31.735581999999994],[-81.289902,31.799449999999993],[-81.135117,31.645847000000003],[-81.18737,31.599676000000002],[-81.240898,31.639954000000003],[-81.239326,31.556662000000003],[-81.194954,31.504929000000004],[-81.208755,31.466673],[-81.313248,31.337370000000007],[-81.365761,31.344328000000004],[-81.410522,31.311252999999994],[-81.394951,31.263861000000006],[-81.388992,31.296920999999998],[-81.301018,31.275588999999997],[-81.310432,31.242464],[-81.381187,31.148714],[-81.528564,31.130898000000002],[-81.525436,31.086316999999994],[-81.475517,31.043591000000006],[-81.535606,31.076525000000004],[-81.491035,30.985579],[-81.52874,30.961884999999995],[-81.485008,30.944665999999998],[-81.529449,30.864543999999995],[-81.498566,30.757278],[-81.528778,30.721216],[-81.536774,30.706340999999995],[-81.601349,30.724650999999994],[-81.60495,30.716085000000007],[-81.628159,30.731538999999998],[-81.642654,30.728846000000004],[-81.716942,30.745133999999993],[-81.736847,30.763655],[-81.757881,30.769397999999995],[-81.776878,30.761351000000005],[-81.803368,30.787851000000003],[-81.873169,30.798851],[-81.899307,30.828075],[-81.907684,30.813242000000002],[-81.94397,30.824016999999998],[-81.953194,30.820198000000005],[-81.961716,30.795773999999994],[-81.981644,30.778118000000006],[-82.015701,30.791086000000007],[-82.01313,30.764022999999995],[-82.032043,30.757299000000003],[-82.045074,30.650677],[-82.013817,30.598455],[-82.005966,30.570755000000005],[-82.022675,30.477481999999995],[-82.035286,30.442642000000006],[-82.046265,30.433831999999995],[-82.038521,30.378668000000005],[-82.052933,30.363557999999998],[-82.164803,30.361057000000002],[-82.180397,30.368397],[-82.205727,30.42362],[-82.199348,30.489782000000005],[-82.219528,30.502739000000005],[-82.238556,30.531214000000006],[-82.221199,30.566845],[-82.412247,30.577084],[-82.463287,30.582468000000006],[-82.583107,30.588835000000003],[-82.696503,30.595502999999994],[-83.132576,30.621129999999994],[-83.301445,30.633077999999998],[-83.31073,30.634096],[-83.609177,30.650582999999997],[-83.737961,30.660292],[-84.000839,30.675341000000003],[-84.075668,30.678381],[-84.281761,30.690224],[-84.374542,30.693897000000007],[-84.863083,30.712473000000003],[-84.864662,30.714312000000007],[-84.888367,30.743697999999995],[-84.915421,30.753899000000004],[-84.926971,30.775897999999998],[-84.93264,30.802435000000003],[-84.927002,30.846733],[-84.937851,30.894769999999994],[-84.969086,30.926907],[-84.97364,30.963477999999995],[-85.000214,30.979134000000002],[-85.001678,31.001068000000004],[-85.017067,31.07992],[-85.038139,31.126531999999997],[-85.068733,31.162183999999996],[-85.093437,31.172031000000004],[-85.103027,31.196742999999998],[-85.093674,31.226895999999996],[-85.103432,31.271259],[-85.081299,31.302903999999998],[-85.082634,31.332159000000004],[-85.088013,31.367059999999995],[-85.061478,31.440490999999994],[-85.066383,31.475917999999993],[-85.04277,31.519488999999993],[-85.042793,31.55422],[-85.059357,31.621098000000003],[-85.111275,31.684076000000005],[-85.118744,31.708405999999997],[-85.115356,31.731401000000005],[-85.130234,31.778689999999997]]],[[[-81.485237,30.903648000000004],[-81.416588,30.970366],[-81.403236,30.938568000000004],[-81.455902,30.716189999999997],[-81.479645,30.736647000000005],[-81.47007,30.860022999999998],[-81.503487,30.881500000000003],[-81.485237,30.903648000000004]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Georgia","STATE_FIPS":"13","SUB_REGION":"S Atl","STATE_ABBR":"GA","LAND_KM":148574.888,"WATER_KM":3934.991,"PERSONS":6457339,"FAMILIES":1707476,"HOUSHOLD":2359351,"MALE":3134562,"FEMALE":3322777,"WORKERS":2346478,"DRVALONE":2372513,"CARPOOL":465734,"PUBTRANS":86587,"EMPLOYED":3081555,"UNEMPLOY":187390,"SERVICE":802419,"MANUAL":536597,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":935083}},{"type":"Feature","id":"states.20","geometry":{"type":"MultiPolygon","coordinates":[[[[-81.759758,33.195232000000004],[-81.770042,33.213734],[-81.779999,33.21722],[-81.801727,33.207779],[-81.810928,33.22629499999999],[-81.854126,33.243354999999994],[-81.83696,33.260468],[-81.840004,33.273163],[-81.826736,33.269279],[-81.860878,33.296947],[-81.840271,33.308201],[-81.865707,33.315524999999994],[-81.877037,33.30669399999999],[-81.893646,33.335094],[-81.912254,33.332054],[-81.911575,33.349354000000005],[-81.936874,33.350296],[-81.945229,33.377007000000006],[-81.925972,33.376419],[-81.940498,33.408024],[-81.913727,33.415302],[-81.927437,33.436004999999994],[-81.916801,33.451195],[-81.936546,33.470882],[-81.981079,33.490601],[-81.996696,33.520354999999995],[-82.020302,33.538596999999996],[-82.038704,33.547371],[-82.065842,33.57373],[-82.116562,33.594643000000005],[-82.139137,33.593773],[-82.16729,33.615082],[-82.192345,33.623706999999996],[-82.214363,33.680603000000005],[-82.235054,33.690208],[-82.266373,33.761466999999996],[-82.305664,33.782520000000005],[-82.311272,33.803787],[-82.351463,33.835266000000004],[-82.36586,33.83588399999999],[-82.390747,33.854015000000004],[-82.424675,33.86013],[-82.456779,33.878101],[-82.517685,33.930908],[-82.576759,33.959166999999994],[-82.573753,33.968784],[-82.596283,34.013301999999996],[-82.603088,34.034519],[-82.6605,34.108242000000004],[-82.735924,34.169685],[-82.742737,34.205444],[-82.758171,34.233265],[-82.764313,34.28085299999999],[-82.783012,34.290409],[-82.808723,34.339794],[-82.836578,34.370941],[-82.844231,34.412571],[-82.868179,34.457438999999994],[-82.90519,34.477881999999994],[-82.982094,34.476395],[-83.00808,34.470726],[-83.055122,34.489959999999996],[-83.079147,34.518871000000004],[-83.108246,34.534915999999996],[-83.137489,34.567768],[-83.159073,34.576733000000004],[-83.165001,34.598839],[-83.237106,34.613224],[-83.299011,34.662848999999994],[-83.339905,34.677597000000006],[-83.3508,34.709553],[-83.350449,34.727287000000004],[-83.32354,34.75214],[-83.322807,34.787150999999994],[-83.302872,34.80543900000001],[-83.270233,34.814987],[-83.267891,34.839138000000005],[-83.250542,34.839619],[-83.250427,34.850075000000004],[-83.235809,34.862292999999994],[-83.243195,34.877990999999994],[-83.232925,34.873729999999995],[-83.219551,34.88909099999999],[-83.203636,34.884079],[-83.182304,34.910557],[-83.158478,34.917561000000006],[-83.155151,34.932190000000006],[-83.137688,34.930386],[-83.125763,34.940701000000004],[-83.113228,34.936035000000004],[-83.127441,34.954285],[-83.121529,34.960803999999996],[-83.115669,34.95459700000001],[-83.100578,34.98407400000001],[-83.106285,35.000277999999994],[-83.007278,35.024204],[-82.887695,35.055369999999996],[-82.771347,35.085423000000006],[-82.697357,35.091232000000005],[-82.688034,35.097801000000004],[-82.68605,35.121464],[-82.654495,35.119457],[-82.57003,35.14949],[-82.524635,35.154560000000004],[-82.466743,35.173500000000004],[-82.43792,35.16955900000001],[-82.38961,35.208241],[-82.371376,35.18272399999999],[-82.360123,35.182948999999994],[-82.350861,35.192673],[-82.32077,35.184189],[-82.278328,35.195007000000004],[-82.210175,35.193127000000004],[-81.971443,35.188282],[-81.87059,35.183116999999996],[-81.765358,35.182472000000004],[-81.362175,35.162853],[-81.322823,35.163757000000004],[-81.049301,35.151531000000006],[-81.049042,35.132011000000006],[-81.028442,35.105408],[-81.065552,35.066483000000005],[-81.039886,35.037200999999996],[-80.927795,35.10124999999999],[-80.894714,35.059734000000006],[-80.840164,35.00201800000001],[-80.785652,34.940639000000004],[-80.800064,34.816113],[-80.561546,34.815228000000005],[-80.325279,34.814762],[-79.919952,34.807919],[-79.685959,34.805256],[-79.667503,34.800663],[-79.455971,34.63409],[-79.447144,34.619061],[-79.074501,34.304573000000005],[-78.655716,33.948673],[-78.57972,33.881992],[-78.622856,33.865536000000006],[-78.586197,33.853359],[-78.855133,33.71619],[-79.000938,33.57246000000001],[-79.121101,33.430611],[-79.150383,33.317088999999996],[-79.158348,33.342265999999995],[-79.271072,33.296870999999996],[-79.202141,33.183521],[-79.22979,33.141338000000005],[-79.348976,33.154827],[-79.298058,33.138794000000004],[-79.288101,33.10453],[-79.410835,33.013699],[-79.582565,33.015842000000006],[-79.617439,32.980796999999995],[-79.587852,32.92493399999999],[-79.607018,32.899071000000006],[-79.752518,32.79406],[-79.907677,32.790531],[-79.800056,32.929783],[-79.907333,32.859215000000006],[-79.930443,32.914047],[-79.962311,32.904236],[-79.948174,32.81062300000001],[-79.891846,32.733852],[-79.896584,32.67724200000001],[-79.996803,32.605605999999995],[-80.210983,32.561417000000006],[-80.290833,32.503883],[-80.347351,32.511768000000004],[-80.391045,32.65522],[-80.416168,32.668980000000005],[-80.399979,32.504772],[-80.480881,32.510245999999995],[-80.550568,32.557655],[-80.539055,32.509677999999994],[-80.646584,32.518692],[-80.64373,32.498272],[-80.486244,32.43084],[-80.44297,32.37331399999999],[-80.460564,32.318489],[-80.626198,32.272621],[-80.678185,32.285465],[-80.742134,32.360016],[-80.799553,32.473118],[-80.784958,32.504864],[-80.830688,32.516093999999995],[-80.867348,32.532509000000005],[-80.822037,32.400516999999994],[-80.780731,32.247921000000005],[-80.893082,32.067963000000006],[-81.105042,32.105239999999995],[-81.119278,32.117408999999995],[-81.114883,32.190392],[-81.147858,32.224247000000005],[-81.148338,32.257515],[-81.124214,32.276447000000005],[-81.132057,32.332424],[-81.142052,32.348274],[-81.157646,32.338547000000005],[-81.179291,32.37159],[-81.178421,32.386639],[-81.200096,32.420128000000005],[-81.195328,32.464375000000004],[-81.236412,32.520432],[-81.268158,32.533749],[-81.274475,32.55463399999999],[-81.299156,32.567108000000005],[-81.340576,32.57118199999999],[-81.351662,32.58335099999999],[-81.366875,32.581801999999996],[-81.36644,32.588188],[-81.385078,32.595707000000004],[-81.412277,32.625434999999996],[-81.399651,32.650642000000005],[-81.407364,32.686531],[-81.420708,32.701397],[-81.407799,32.741637999999995],[-81.42321,32.749645],[-81.416245,32.756561000000005],[-81.430412,32.785988],[-81.421005,32.80933],[-81.430481,32.82014100000001],[-81.424133,32.831608],[-81.432503,32.84151799999999],[-81.45549,32.844414],[-81.45871,32.871239],[-81.483376,32.875930999999994],[-81.465202,32.89756800000001],[-81.477219,32.897411000000005],[-81.510406,32.947063],[-81.51001,32.95526099999999],[-81.49807,32.959518],[-81.492905,33.004658000000006],[-81.508919,33.012637999999995],[-81.52977,33.043774],[-81.547829,33.043530000000004],[-81.560204,33.060660999999996],[-81.595993,33.070637000000005],[-81.61113,33.087723],[-81.704445,33.122787],[-81.74054,33.144547],[-81.763573,33.169685],[-81.759758,33.195232000000004]]],[[[-80.767975,32.258446000000006],[-80.719254,32.272003],[-80.666786,32.21991],[-80.819435,32.104488],[-80.767975,32.258446000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"South Carolina","STATE_FIPS":"45","SUB_REGION":"S Atl","STATE_ABBR":"SC","LAND_KM":77987.823,"WATER_KM":4910.636,"PERSONS":3486703,"FAMILIES":928206,"HOUSHOLD":1258044,"MALE":1688510,"FEMALE":1798193,"WORKERS":1268959,"DRVALONE":1234700,"CARPOOL":277209,"PUBTRANS":18092,"EMPLOYED":1603425,"UNEMPLOY":94673,"SERVICE":455692,"MANUAL":337824,"P_MALE":0.484,"P_FEMALE":0.516,"SAMP_POP":506464}},{"type":"Feature","id":"states.21","geometry":{"type":"MultiPolygon","coordinates":[[[[-94.461479,34.19665500000001],[-94.452408,34.508326999999994],[-94.44574,34.735504000000006],[-94.439102,34.929050000000004],[-94.428337,35.400454999999994],[-94.468269,35.641003],[-94.485718,35.760227],[-94.542198,36.106753999999995],[-94.552895,36.164444],[-94.607231,36.478714],[-94.617035,36.489338000000004],[-94.080849,36.49095199999999],[-93.857323,36.489716],[-93.59626,36.489891],[-93.328163,36.490196],[-93.297142,36.490616],[-92.852104,36.489819],[-92.777466,36.489918],[-92.522888,36.490855999999994],[-92.146164,36.491596],[-92.127487,36.491371],[-91.688416,36.490955],[-91.45285,36.490376],[-91.411659,36.491039],[-91.133827,36.487953000000005],[-90.804314,36.489204],[-90.581619,36.490962999999994],[-90.224373,36.492751999999996],[-90.150162,36.491814000000005],[-90.137276,36.45741700000001],[-90.117226,36.453896],[-90.123833,36.422565000000006],[-90.116829,36.404915],[-90.080177,36.39738800000001],[-90.052063,36.382553],[-90.050201,36.362606],[-90.067635,36.325333],[-90.049751,36.300472],[-90.066093,36.272273999999996],[-90.109917,36.257996000000006],[-90.131218,36.21207],[-90.161308,36.196940999999995],[-90.219223,36.172565000000006],[-90.232224,36.161148],[-90.23484,36.137089],[-90.263702,36.118763],[-90.284752,36.115905999999995],[-90.315239,36.091656],[-90.37896,35.989586],[-90.283455,35.991158],[-89.963203,35.996838],[-89.721756,35.999877999999995],[-89.713135,35.966324],[-89.664192,35.93782],[-89.645401,35.913799],[-89.649338,35.894287000000006],[-89.66465,35.885647000000006],[-89.714684,35.911427],[-89.737976,35.915012000000004],[-89.762909,35.896812],[-89.766273,35.884102],[-89.757713,35.871418000000006],[-89.701439,35.842037000000005],[-89.700829,35.827515000000005],[-89.735939,35.807036999999994],[-89.759796,35.817420999999996],[-89.790382,35.805553],[-89.799904,35.774223000000006],[-89.827042,35.758269999999996],[-89.859871,35.748192],[-89.909782,35.754836999999995],[-89.951035,35.734268],[-89.952034,35.712486],[-89.929741,35.676266],[-89.893402,35.655972000000006],[-89.865181,35.673306],[-89.857246,35.671062000000006],[-89.849197,35.645222000000004],[-89.863838,35.629745],[-89.877441,35.633335],[-89.957047,35.603104],[-89.958031,35.578593999999995],[-89.921661,35.546059],[-89.931175,35.52923199999999],[-89.947548,35.526900999999995],[-89.962273,35.532291],[-89.989586,35.561676000000006],[-90.033051,35.552414],[-90.040901,35.542846999999995],[-90.041817,35.51244],[-89.999565,35.445454],[-90.046783,35.417103],[-90.060295,35.41341],[-90.073936,35.426506],[-90.074844,35.472342999999995],[-90.08223,35.478207],[-90.101959,35.473568],[-90.137276,35.442524000000006],[-90.172676,35.423716999999996],[-90.167816,35.384254],[-90.140167,35.383044999999996],[-90.132469,35.4076],[-90.112244,35.41768999999999],[-90.085159,35.418282000000005],[-90.075478,35.406527999999994],[-90.087135,35.381508],[-90.105621,35.365982],[-90.098701,35.345591999999996],[-90.106346,35.314685999999995],[-90.15699,35.30624400000001],[-90.169746,35.282566],[-90.152122,35.264056999999994],[-90.105942,35.263847],[-90.090103,35.254397999999995],[-90.068962,35.212738],[-90.073303,35.191833],[-90.062431,35.166916],[-90.064537,35.147385],[-90.082924,35.12505],[-90.14373,35.13653600000001],[-90.164474,35.129611999999995],[-90.178345,35.10864599999999],[-90.169083,35.077827],[-90.195709,35.040897],[-90.291809,35.048458],[-90.305351,35.000693999999996],[-90.299507,34.978481],[-90.248169,34.94976],[-90.241898,34.938903999999994],[-90.242844,34.920731],[-90.266708,34.896511000000004],[-90.296272,34.88269],[-90.299446,34.864959999999996],[-90.301552,34.851776],[-90.322823,34.850266000000005],[-90.341423,34.860577000000006],[-90.403931,34.841038],[-90.42231,34.832268],[-90.433548,34.835353999999995],[-90.427841,34.872643],[-90.438087,34.88618099999999],[-90.470528,34.88092399999999],[-90.474716,34.857727],[-90.451904,34.82521800000001],[-90.466705,34.79966400000001],[-90.448868,34.76075],[-90.451431,34.741198999999995],[-90.485924,34.726833],[-90.504417,34.729855],[-90.516968,34.748371000000006],[-90.498734,34.765784999999994],[-90.501282,34.789833],[-90.516045,34.805603000000005],[-90.52726,34.807323],[-90.547745,34.790336999999994],[-90.533279,34.713252999999995],[-90.513565,34.702068],[-90.469978,34.704254000000006],[-90.466225,34.672039],[-90.508812,34.638065],[-90.538963,34.636894],[-90.547546,34.65180599999999],[-90.539062,34.685947],[-90.561058,34.700287],[-90.5793,34.645611],[-90.58799,34.627815],[-90.577614,34.604744],[-90.530617,34.555649],[-90.537148,34.543327000000005],[-90.565681,34.532509000000005],[-90.580345,34.520222000000004],[-90.59005,34.496506],[-90.574402,34.453945000000004],[-90.579124,34.432998999999995],[-90.60379,34.40459799999999],[-90.657242,34.36591],[-90.657814,34.330006],[-90.679337,34.31797400000001],[-90.689377,34.320145],[-90.681137,34.3634],[-90.687485,34.377871999999996],[-90.75531,34.37216600000001],[-90.761856,34.363913999999994],[-90.747757,34.317719],[-90.758255,34.278976],[-90.792526,34.299957000000006],[-90.806419,34.299347],[-90.823837,34.277339999999995],[-90.83136,34.229534],[-90.863411,34.219162],[-90.928436,34.250195000000005],[-90.933708,34.23467599999999],[-90.921486,34.20483],[-90.822922,34.190544],[-90.80751,34.166172],[-90.828865,34.148658999999995],[-90.846611,34.147544999999994],[-90.928917,34.185649999999995],[-90.953346,34.155804],[-90.942245,34.125941999999995],[-90.906311,34.102749],[-90.866333,34.10095200000001],[-90.886345,34.040710000000004],[-90.95047,34.031288],[-90.973366,34.010998],[-90.975273,33.994606000000005],[-90.961128,33.978874000000005],[-90.96479,33.967461],[-90.986816,33.960815],[-91.000259,33.968372],[-91.009544,33.990528],[-91.031059,33.985699],[-91.069695,34.006096],[-91.088852,33.994468999999995],[-91.075706,33.974644],[-91.018463,33.936306],[-91.061371,33.867081],[-91.054817,33.843525],[-91.028854,33.816586],[-90.990372,33.798897],[-90.984039,33.78533899999999],[-90.995377,33.77154899999999],[-91.018433,33.76397299999999],[-91.043404,33.769554],[-91.066391,33.786525999999995],[-91.105415,33.776439999999994],[-91.136986,33.780086999999995],[-91.142891,33.771820000000005],[-91.138,33.723225],[-91.128944,33.71244],[-91.104568,33.70823300000001],[-91.056213,33.719357],[-91.038826,33.70549],[-91.037834,33.683216],[-91.083771,33.662586000000005],[-91.121048,33.677527999999995],[-91.1633,33.718315000000004],[-91.211678,33.708965000000006],[-91.215141,33.690723000000006],[-91.205307,33.669945],[-91.154404,33.637032000000005],[-91.15065,33.616161000000005],[-91.168022,33.57724399999999],[-91.187805,33.57468],[-91.22673,33.590481],[-91.227631,33.55635100000001],[-91.213486,33.539276],[-91.204102,33.538506],[-91.182846,33.52334999999999],[-91.180405,33.512012],[-91.207642,33.473395999999994],[-91.22715,33.459453999999994],[-91.232849,33.443443],[-91.18177,33.447388000000004],[-91.17173,33.466644],[-91.174179,33.504368],[-91.164978,33.51178],[-91.128799,33.493190999999996],[-91.118958,33.469673],[-91.119713,33.452831],[-91.130516,33.443123],[-91.19883,33.422112],[-91.204163,33.414299],[-91.184982,33.39183],[-91.137634,33.388878000000005],[-91.099129,33.414897999999994],[-91.0858,33.462856],[-91.073761,33.466206],[-91.060982,33.460010999999994],[-91.061516,33.431797],[-91.07869,33.410179],[-91.106941,33.393406],[-91.130424,33.359402],[-91.141747,33.322384],[-91.122505,33.268505000000005],[-91.102905,33.249210000000005],[-91.076324,33.29235799999999],[-91.053833,33.293575000000004],[-91.040428,33.281921],[-91.054543,33.245780999999994],[-91.092003,33.225697],[-91.086319,33.161602],[-91.095856,33.145084],[-91.12133,33.131069],[-91.177628,33.150288],[-91.195503,33.140465000000006],[-91.190536,33.113224],[-91.14679,33.090652000000006],[-91.11779,33.065571000000006],[-91.123985,33.04727200000001],[-91.156685,33.040431999999996],[-91.160675,33.021709],[-91.162132,33.013039000000006],[-91.254616,33.013476999999995],[-91.427528,33.013419999999996],[-91.454353,33.013874],[-92.063309,33.010025],[-92.717079,33.016701],[-92.978828,33.018135],[-93.232376,33.019238],[-93.478897,33.021393],[-93.511742,33.021152],[-93.809753,33.022594],[-94.03875,33.023289000000005],[-94.036507,33.270325],[-94.035927,33.555912000000006],[-94.061432,33.577213],[-94.086655,33.583954000000006],[-94.098701,33.572998],[-94.155167,33.567085000000006],[-94.159515,33.593773],[-94.205345,33.58507899999999],[-94.210884,33.557987],[-94.235367,33.561535000000006],[-94.223038,33.585719999999995],[-94.237236,33.592422],[-94.274544,33.561736999999994],[-94.272079,33.584605999999994],[-94.278984,33.589332999999996],[-94.29882,33.579853],[-94.302383,33.556934],[-94.328751,33.57313499999999],[-94.370758,33.547684000000004],[-94.395264,33.560303000000005],[-94.372307,33.572661999999994],[-94.370628,33.590042],[-94.379112,33.593327],[-94.393417,33.57495900000001],[-94.40657,33.573486],[-94.428467,33.59714099999999],[-94.443329,33.596503999999996],[-94.451553,33.604347000000004],[-94.436333,33.616844],[-94.435913,33.636444],[-94.476486,33.631966000000006],[-94.468376,33.939198000000005],[-94.461479,34.19665500000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Arkansas","STATE_FIPS":"05","SUB_REGION":"W S Cen","STATE_ABBR":"AR","LAND_KM":134875.075,"WATER_KM":2867.302,"PERSONS":2350725,"FAMILIES":651555,"HOUSHOLD":891179,"MALE":1133076,"FEMALE":1217649,"WORKERS":849722,"DRVALONE":764635,"CARPOOL":153025,"PUBTRANS":5096,"EMPLOYED":994289,"UNEMPLOY":72079,"SERVICE":298794,"MANUAL":210650,"P_MALE":0.482,"P_FEMALE":0.518,"SAMP_POP":414226}},{"type":"Feature","id":"states.22","geometry":{"type":"MultiPolygon","coordinates":[[[[-93.707359,30.239372000000003],[-93.699211,30.297387999999998],[-93.729774,30.304916000000006],[-93.759178,30.340872000000005],[-93.759338,30.354145000000003],[-93.747833,30.367411000000004],[-93.754944,30.381788],[-93.742561,30.408822999999998],[-93.721535,30.43298],[-93.696571,30.442633],[-93.703423,30.462513],[-93.697975,30.470046999999994],[-93.714851,30.488628000000006],[-93.707275,30.496240999999998],[-93.714638,30.505114000000006],[-93.70546,30.522858],[-93.735306,30.545517000000004],[-93.71788,30.568152999999995],[-93.717812,30.587379],[-93.69342,30.598834999999994],[-93.671585,30.597831999999997],[-93.692696,30.615795000000006],[-93.684586,30.623424999999997],[-93.692879,30.640040999999997],[-93.677971,30.639691999999997],[-93.659988,30.672859000000003],[-93.617607,30.686802],[-93.612411,30.710329],[-93.61779,30.732547999999994],[-93.607651,30.732010000000002],[-93.618454,30.745789000000002],[-93.585175,30.772183999999996],[-93.581871,30.802040000000005],[-93.550682,30.828344],[-93.555641,30.842342000000002],[-93.566444,30.845147999999995],[-93.552803,30.860282999999995],[-93.560844,30.871880000000004],[-93.568497,30.886234],[-93.564476,30.901932000000002],[-93.546516,30.905333999999996],[-93.549622,30.924885000000003],[-93.529984,30.926970999999995],[-93.52562,30.935820000000007],[-93.532188,30.960731999999993],[-93.537338,30.956884000000002],[-93.548676,30.970190000000002],[-93.572456,30.976177000000007],[-93.560951,30.991690000000006],[-93.570847,30.997270999999998],[-93.567894,31.012923999999998],[-93.564941,31.018062999999998],[-93.547119,31.014140999999995],[-93.507217,31.038908000000006],[-93.525742,31.056979999999996],[-93.516998,31.074670999999995],[-93.544106,31.082373000000004],[-93.543121,31.094751000000002],[-93.559982,31.100536000000005],[-93.556679,31.109342999999996],[-93.535088,31.116072000000003],[-93.528091,31.125924999999995],[-93.537506,31.132441],[-93.544189,31.159166],[-93.528328,31.162943],[-93.537018,31.176339999999996],[-93.526932,31.178076000000004],[-93.528923,31.185773999999995],[-93.550591,31.190928999999997],[-93.576942,31.17214],[-93.593941,31.180199],[-93.602921,31.199066000000002],[-93.590546,31.229687],[-93.611,31.242188],[-93.611877,31.270032999999998],[-93.616455,31.275805000000005],[-93.630829,31.273903000000004],[-93.645592,31.290262],[-93.656128,31.286671],[-93.681587,31.312679000000003],[-93.67704,31.328385999999995],[-93.634857,31.373827000000006],[-93.661072,31.372394999999997],[-93.664017,31.398329000000004],[-93.687492,31.406130000000005],[-93.694443,31.415921999999995],[-93.696129,31.427735999999996],[-93.687004,31.438131],[-93.701927,31.446251000000004],[-93.698418,31.461457999999993],[-93.726784,31.459474999999998],[-93.751244,31.485500000000002],[-93.750435,31.490556999999995],[-93.718994,31.495402999999996],[-93.705795,31.520568999999995],[-93.731659,31.521877000000003],[-93.747543,31.537717999999998],[-93.763306,31.530724000000006],[-93.780128,31.533734999999993],[-93.810516,31.559062999999995],[-93.816322,31.577110000000005],[-93.832619,31.590182999999996],[-93.835579,31.615189],[-93.819588,31.618092000000004],[-93.814728,31.647965999999997],[-93.806427,31.653767000000002],[-93.811844,31.674566],[-93.792267,31.711394999999996],[-93.808769,31.707565000000002],[-93.814949,31.712350999999998],[-93.80999,31.730351999999996],[-93.831161,31.753281],[-93.822067,31.774637],[-93.834328,31.802017000000006],[-93.864822,31.817272000000003],[-93.877403,31.850112999999993],[-93.881264,31.87142],[-93.892525,31.870065999999994],[-93.899261,31.894454999999994],[-93.923462,31.892593000000005],[-93.917923,31.909701999999996],[-93.93573,31.909456000000006],[-93.969986,31.923164],[-93.977211,31.946158999999994],[-94.004395,31.977942],[-94.009888,31.989134000000007],[-94.035065,31.994512999999998],[-94.034767,32.199448000000004],[-94.035233,32.389224999999996],[-94.040199,32.694812999999996],[-94.041603,32.882346999999996],[-94.03875,33.023289000000005],[-93.809753,33.022594],[-93.511742,33.021152],[-93.478897,33.021393],[-93.232376,33.019238],[-92.978828,33.018135],[-92.717079,33.016701],[-92.063309,33.010025],[-91.454353,33.013874],[-91.427528,33.013419999999996],[-91.254616,33.013476999999995],[-91.162132,33.013039000000006],[-91.161865,33.000294],[-91.20916,32.935852],[-91.198311,32.914162000000005],[-91.169701,32.905022],[-91.137177,32.91778600000001],[-91.129936,32.937466],[-91.132355,32.975224],[-91.111816,32.987350000000006],[-91.092674,32.987621000000004],[-91.075592,32.953711999999996],[-91.079529,32.877162999999996],[-91.142151,32.841212999999996],[-91.156342,32.76268],[-91.136467,32.751125],[-91.09771,32.749397],[-91.059029,32.723518],[-91.139557,32.663174],[-91.146263,32.644852],[-91.110992,32.597527],[-91.063812,32.606387999999995],[-91.04763,32.614352999999994],[-91.027466,32.641502],[-91.007881,32.642673],[-90.996132,32.625977000000006],[-90.998657,32.615466999999995],[-91.032326,32.582672],[-91.058868,32.576389000000006],[-91.073265,32.561611],[-91.063087,32.542159999999996],[-90.995071,32.511641999999995],[-90.99205,32.495281000000006],[-91.019684,32.490814],[-91.037201,32.496956],[-91.088783,32.548637],[-91.118744,32.524067],[-91.117683,32.498569],[-91.05851,32.446999000000005],[-91.026909,32.442417000000006],[-90.98745,32.452965000000006],[-90.965485,32.440037000000004],[-90.969986,32.419017999999994],[-91.009209,32.397082999999995],[-90.998863,32.366234000000006],[-90.984566,32.356396000000004],[-90.914925,32.345898000000005],[-90.885155,32.381355],[-90.875351,32.37965],[-90.916374,32.305317],[-90.929245,32.297405],[-90.971657,32.303698999999995],[-90.980766,32.297653],[-90.983818,32.287132],[-90.971016,32.269065999999995],[-90.977219,32.223404],[-91.041649,32.249438999999995],[-91.062462,32.232742],[-91.087914,32.232388],[-91.100571,32.21488600000001],[-91.115952,32.225605],[-91.157265,32.205864000000005],[-91.166847,32.171988999999996],[-91.15654,32.144783000000004],[-91.108711,32.134991],[-91.083008,32.148579],[-91.054047,32.134392000000005],[-91.045311,32.158671999999996],[-91.054474,32.184532000000004],[-91.024414,32.169899],[-91.00383,32.169262],[-91.011284,32.134060000000005],[-91.041084,32.10767],[-91.073814,32.093993999999995],[-91.06501,32.058552000000006],[-91.089302,32.056843],[-91.125618,32.088245],[-91.145584,32.085674],[-91.143013,32.06610499999999],[-91.086884,32.043655],[-91.073135,32.031994],[-91.07238,32.021057],[-91.108002,31.991827],[-91.163033,31.988291000000004],[-91.201431,31.914288999999997],[-91.24437,31.878511000000003],[-91.26458,31.865425000000002],[-91.241272,31.835226000000006],[-91.250618,31.818658999999997],[-91.276688,31.827371999999997],[-91.292534,31.861332000000004],[-91.30336,31.862983999999997],[-91.334732,31.843317],[-91.347122,31.79567],[-91.36702,31.770703999999995],[-91.336143,31.763458],[-91.262573,31.773764],[-91.263878,31.759600000000006],[-91.282509,31.749723000000003],[-91.339798,31.758379000000005],[-91.370384,31.753310999999997],[-91.36496,31.751576999999997],[-91.387833,31.716517999999994],[-91.389069,31.654439999999994],[-91.408287,31.625364000000005],[-91.45726,31.626801],[-91.49765,31.650729999999996],[-91.50769,31.643704999999997],[-91.508759,31.62178],[-91.497032,31.604192999999995],[-91.415268,31.602427000000006],[-91.404137,31.586186999999995],[-91.423462,31.562579999999997],[-91.464355,31.542699999999996],[-91.502838,31.534713999999994],[-91.506363,31.52552],[-91.507782,31.452915000000004],[-91.473175,31.420205999999993],[-91.465805,31.403899999999993],[-91.480721,31.377611],[-91.494591,31.375079999999997],[-91.522896,31.391921999999994],[-91.53405,31.409069000000002],[-91.534683,31.434166000000005],[-91.552353,31.43293],[-91.567612,31.421235999999993],[-91.559258,31.388059999999996],[-91.534454,31.382580000000004],[-91.544289,31.368703999999994],[-91.542671,31.346815000000007],[-91.505638,31.323285999999996],[-91.502357,31.298687],[-91.51696,31.282898000000003],[-91.556801,31.270296000000002],[-91.634094,31.277518999999998],[-91.643562,31.270943000000003],[-91.636879,31.240928999999994],[-91.600845,31.213755000000006],[-91.59137,31.178307000000004],[-91.619995,31.127517999999995],[-91.564857,31.081958999999998],[-91.551964,31.057982999999993],[-91.57267,31.032471],[-91.627655,31.011781999999997],[-91.632179,31.001186000000004],[-91.1791,31.000283999999994],[-91.056908,31.000240000000005],[-90.829613,31.001368],[-90.560158,31.001527999999993],[-90.542557,31.002150999999998],[-90.343567,31.005211000000003],[-90.259285,31.007191000000006],[-89.833481,31.007002],[-89.732643,31.007261],[-89.723549,31.001340999999996],[-89.726707,30.984431999999998],[-89.719749,30.975308999999996],[-89.739449,30.965215999999998],[-89.748466,30.949663],[-89.740402,30.925923999999995],[-89.75798,30.920857999999996],[-89.745682,30.909921999999995],[-89.746727,30.902608999999998],[-89.763237,30.900285999999994],[-89.765778,30.861897999999997],[-89.78495,30.861393000000007],[-89.774727,30.830344999999994],[-89.796021,30.828918],[-89.796494,30.812466],[-89.81086,30.811511999999993],[-89.824615,30.789536999999996],[-89.813278,30.74798],[-89.825493,30.742459999999994],[-89.823326,30.732866],[-89.835541,30.729174],[-89.843979,30.712236000000004],[-89.83065,30.703592],[-89.84127,30.700361],[-89.841713,30.679331000000005],[-89.83532,30.675693999999993],[-89.845375,30.666062999999994],[-89.829453,30.670685000000006],[-89.819283,30.651055999999997],[-89.805466,30.649266999999995],[-89.820236,30.624081000000004],[-89.790779,30.553753],[-89.772728,30.551056000000003],[-89.755112,30.515429999999995],[-89.732254,30.497646000000003],[-89.718994,30.495846],[-89.71312,30.481223999999997],[-89.695618,30.478054],[-89.694534,30.467995000000002],[-89.683388,30.462525999999997],[-89.6754,30.44516],[-89.675308,30.399880999999993],[-89.65461,30.378872],[-89.646629,30.355097],[-89.633392,30.355114],[-89.62014,30.343235000000007],[-89.61853,30.323566],[-89.637024,30.311649000000003],[-89.639114,30.295635000000004],[-89.625885,30.290160999999998],[-89.621605,30.256769000000006],[-89.606255,30.247632999999993],[-89.609947,30.241224000000003],[-89.57383,30.194738],[-89.7285,30.180817000000005],[-89.759155,30.230897999999996],[-89.943466,30.269656999999995],[-90.075485,30.368784000000005],[-90.23967,30.380756000000005],[-90.308945,30.303650000000005],[-90.424446,30.185677999999996],[-90.395485,30.091879000000006],[-90.275902,30.061852000000002],[-90.111473,30.041409],[-89.990479,30.053462999999994],[-89.891159,30.155893000000006],[-89.798203,30.105172999999994],[-89.740028,30.158731000000003],[-89.724869,30.120897],[-89.669144,30.163185],[-89.649338,30.122229000000004],[-89.716782,30.055026999999995],[-89.8489,30.010485000000003],[-89.820786,29.951088],[-89.714958,29.969201999999996],[-89.712143,29.897323999999998],[-89.627357,29.875474999999994],[-89.585808,29.897953],[-89.574326,30.008758999999998],[-89.435806,30.044205000000005],[-89.453575,29.985530999999995],[-89.377747,29.951083999999994],[-89.431,29.940074999999993],[-89.402153,29.845741000000004],[-89.421104,29.827894],[-89.363991,29.796570000000003],[-89.417374,29.782731999999996],[-89.482185,29.830743999999996],[-89.540443,29.754524000000004],[-89.650528,29.766693000000004],[-89.592819,29.710655000000003],[-89.611778,29.697537999999994],[-89.511887,29.664406],[-89.479134,29.635962000000006],[-89.597893,29.664947999999995],[-89.676643,29.702751000000006],[-89.695267,29.693869000000007],[-89.635201,29.626320000000007],[-89.728256,29.645964000000006],[-89.748482,29.637164999999996],[-89.723145,29.605813999999995],[-89.771713,29.610033],[-89.544571,29.471469999999997],[-89.537018,29.401235999999997],[-89.384468,29.397722],[-89.337006,29.340675000000005],[-89.264725,29.350447000000003],[-89.262505,29.29759],[-89.193352,29.348831000000004],[-89.12989,29.290667999999997],[-89.120178,29.211662000000004],[-89.033218,29.223191999999997],[-89.098228,29.163218999999998],[-89.021759,29.146894000000003],[-89.057709,29.085052000000005],[-89.126495,29.135084000000006],[-89.111359,29.082790000000003],[-89.153976,29.05699],[-89.144348,29.016448999999994],[-89.241112,29.120942999999997],[-89.257446,29.059235],[-89.394844,28.939419],[-89.263237,29.147987],[-89.319038,29.179964],[-89.339684,29.104266999999993],[-89.388611,29.100149000000002],[-89.393082,29.146038000000004],[-89.467018,29.216097000000005],[-89.459061,29.255514000000005],[-89.493141,29.234772000000007],[-89.61953,29.279352000000003],[-89.610657,29.331536999999997],[-89.794876,29.322316999999998],[-89.753639,29.374066999999997],[-89.821678,29.420692000000003],[-89.817459,29.477407],[-89.966667,29.472459999999998],[-89.971855,29.503325000000004],[-90.006622,29.493719],[-90.113007,29.553633000000005],[-90.137215,29.533593999999994],[-90.151718,29.595093000000006],[-90.208069,29.544514000000007],[-90.174057,29.495723999999996],[-90.036011,29.446938000000003],[-90.055252,29.428061999999997],[-90.029869,29.373985000000005],[-90.05587,29.351208],[-90.032928,29.308646999999993],[-90.111565,29.321500999999998],[-90.077805,29.214346000000006],[-90.043037,29.223448000000005],[-90.077728,29.176212000000007],[-90.227684,29.098444],[-90.263878,29.184421999999998],[-90.242836,29.254514999999998],[-90.27874,29.274933000000004],[-90.284019,29.245307999999994],[-90.347565,29.312726999999995],[-90.396347,29.272121],[-90.406746,29.325767999999997],[-90.450432,29.352219000000005],[-90.476387,29.303717000000006],[-90.611008,29.304811],[-90.583046,29.260701999999995],[-90.621178,29.222738000000007],[-90.649963,29.254065999999995],[-90.638031,29.162341999999995],[-90.683769,29.181691999999998],[-90.676704,29.140046999999996],[-90.782806,29.126712999999995],[-90.772598,29.160397000000003],[-90.839287,29.182114],[-90.882545,29.137184000000005],[-90.920319,29.181684000000004],[-90.814201,29.220781000000002],[-90.818459,29.256578000000005],[-90.897255,29.267443],[-90.936432,29.343298000000004],[-91.078285,29.359800000000007],[-91.102089,29.313914999999994],[-91.213631,29.405705999999995],[-91.262619,29.489372000000003],[-91.432915,29.552368],[-91.547752,29.531470999999996],[-91.548378,29.641918000000004],[-91.643433,29.643753000000004],[-91.615654,29.768929999999997],[-91.863136,29.725629999999995],[-91.881058,29.765747000000005],[-91.846512,29.808189],[-91.823814,29.786683999999994],[-91.827385,29.838835000000003],[-91.966965,29.841680999999994],[-91.973206,29.805848999999995],[-92.137024,29.73053],[-92.129974,29.773314999999997],[-92.19957,29.762908999999993],[-92.059631,29.606800000000007],[-92.297241,29.541351000000006],[-92.607285,29.588403999999997],[-93.233505,29.788773000000006],[-93.721832,29.758573999999996],[-93.801659,29.725645],[-93.899734,29.809765],[-93.79129,29.850303999999994],[-93.760201,30.005964000000006],[-93.712479,30.060519999999997],[-93.715858,30.095669],[-93.708382,30.114739999999998],[-93.696922,30.117929000000004],[-93.698639,30.141226000000003],[-93.685959,30.141253000000006],[-93.683144,30.148231999999993],[-93.699661,30.150807999999998],[-93.696167,30.175675999999996],[-93.704361,30.180860999999993],[-93.714844,30.220305999999994],[-93.707359,30.239372000000003]]],[[[-92.016243,29.596264000000005],[-91.902428,29.650718999999995],[-91.76973,29.578401999999997],[-91.7015,29.577053000000006],[-91.764847,29.534039000000007],[-91.757996,29.494297000000003],[-91.848969,29.486866000000006],[-92.016243,29.596264000000005]]],[[[-91.341209,29.341691999999995],[-91.300385,29.316238],[-91.226448,29.381181999999995],[-91.189171,29.297392000000002],[-91.161461,29.323502000000005],[-91.17112,29.283457],[-91.18792,29.284537999999998],[-91.200356,29.307766],[-91.194954,29.273453000000003],[-91.152489,29.266313999999994],[-91.163559,29.245047],[-91.13459,29.259704999999997],[-91.128204,29.226777999999996],[-91.276054,29.253806999999995],[-91.341209,29.341691999999995]]],[[[-90.934479,29.258872999999994],[-90.970749,29.241874999999993],[-90.953529,29.272836999999996],[-90.981285,29.276128999999997],[-90.980286,29.21973],[-90.944885,29.226169999999996],[-90.961929,29.185575],[-91.003143,29.184093000000004],[-90.994469,29.224581],[-91.04435,29.211037000000005],[-91.033005,29.275409999999994],[-91.067589,29.252899],[-91.055458,29.190692999999996],[-91.122459,29.226864000000006],[-91.127411,29.293295],[-91.007271,29.297325],[-90.998856,29.323582000000002],[-90.934479,29.258872999999994]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Louisiana","STATE_FIPS":"22","SUB_REGION":"W S Cen","STATE_ABBR":"LA","LAND_KM":112836.008,"WATER_KM":19978.72,"PERSONS":4219973,"FAMILIES":1089882,"HOUSHOLD":1499269,"MALE":2031386,"FEMALE":2188587,"WORKERS":1468894,"DRVALONE":1239339,"CARPOOL":247348,"PUBTRANS":49252,"EMPLOYED":1641614,"UNEMPLOY":175303,"SERVICE":480026,"MANUAL":243755,"P_MALE":0.481,"P_FEMALE":0.519,"SAMP_POP":628817}},{"type":"Feature","id":"states.23","geometry":{"type":"MultiPolygon","coordinates":[[[[-80.785889,28.784925],[-80.762642,28.736064999999996],[-80.832329,28.785916999999998],[-80.850929,28.785431000000003],[-80.747414,28.398709999999994],[-80.49247,27.869877000000002],[-80.509583,27.825405000000003],[-80.482079,27.845419000000007],[-80.401604,27.703277999999997],[-80.357605,27.555349000000007],[-80.239868,27.264324000000002],[-80.190323,27.185357999999994],[-80.22422,27.214741000000004],[-80.289864,27.241014000000007],[-80.327019,27.247938000000005],[-80.290649,27.212528000000006],[-80.221504,27.202517],[-80.148201,27.108739999999997],[-80.090599,26.973709],[-80.114845,26.973502999999994],[-80.051147,26.796858],[-80.08493,26.326020999999997],[-80.128014,25.977166999999994],[-80.193329,25.759654999999995],[-80.301682,25.613369000000006],[-80.330215,25.489627999999996],[-80.3022,25.400810000000007],[-80.417038,25.249505999999997],[-80.421028,25.191820000000007],[-80.552094,25.211920000000006],[-80.694038,25.151897000000005],[-80.85701,25.185230000000004],[-80.976082,25.130098000000004],[-81.119217,25.133785000000003],[-81.14843,25.164288],[-81.183983,25.268479999999997],[-81.14077,25.320368000000002],[-81.011765,25.214028999999996],[-80.951233,25.202136999999993],[-80.915482,25.246325999999996],[-80.974487,25.322063],[-81.143524,25.396433000000002],[-81.258575,25.680716000000004],[-81.20015,25.710038999999995],[-81.256409,25.802723],[-81.530937,25.914282],[-81.718483,25.923204],[-81.705887,25.999798],[-81.794907,26.110792000000004],[-81.814049,26.284103],[-81.849541,26.331834999999998],[-81.864403,26.439195999999995],[-81.942207,26.467205000000007],[-81.968307,26.517027],[-81.928963,26.534626000000003],[-81.884468,26.642636999999993],[-81.774109,26.709919],[-81.897293,26.663417999999993],[-81.944641,26.550365],[-82.02166,26.524323999999993],[-82.083847,26.715442999999993],[-82.068459,26.766623999999993],[-82.051956,26.866366999999997],[-82.098061,26.921446000000003],[-81.991631,26.962719000000007],[-81.979385,27.031345],[-81.993042,27.031341999999995],[-82.012878,26.976213],[-82.153397,26.936725999999993],[-82.257645,27.004071999999994],[-82.282364,27.024220999999997],[-82.257767,26.997569999999996],[-82.176682,26.913353],[-82.154015,26.789783],[-82.290024,26.849542999999997],[-82.355614,26.948556999999994],[-82.398354,26.998177999999996],[-82.368851,26.947598999999997],[-82.343811,26.903291999999993],[-82.380219,26.946956999999998],[-82.507111,27.236664000000005],[-82.531311,27.259951],[-82.514664,27.210125000000005],[-82.570137,27.273954000000003],[-82.532921,27.331478000000004],[-82.565742,27.386359999999996],[-82.686104,27.473528],[-82.639069,27.503142999999994],[-82.666008,27.493270999999993],[-82.681885,27.524114999999995],[-82.488449,27.477749000000003],[-82.514381,27.511673000000002],[-82.427361,27.522543],[-82.575752,27.512009000000006],[-82.638947,27.536323999999993],[-82.569786,27.552398999999994],[-82.554443,27.581925999999996],[-82.626556,27.554879999999997],[-82.540222,27.607794],[-82.552681,27.643703000000002],[-82.404564,27.791323000000006],[-82.399002,27.905918],[-82.461182,27.939856000000006],[-82.483315,27.821644000000006],[-82.51078,27.830928999999998],[-82.539177,27.935429],[-82.645744,28.028550999999993],[-82.650864,28.006866000000002],[-82.698517,28.045873999999998],[-82.672897,28.010217999999995],[-82.700844,27.975055999999995],[-82.64492,27.966285999999997],[-82.725662,27.940264],[-82.564445,27.878159999999994],[-82.623833,27.848225],[-82.644798,27.715418],[-82.678505,27.705280000000002],[-82.794014,27.829351000000003],[-82.72834,27.717466],[-82.74118,27.685559999999995],[-82.84446,27.850340000000003],[-82.77932,28.172736999999998],[-82.673653,28.428231999999994],[-82.636253,28.692483999999993],[-82.681557,28.808122999999995],[-82.636696,28.814018000000004],[-82.636795,28.884451],[-82.755493,29.008409999999998],[-82.802322,29.154886000000005],[-83.036903,29.179143999999994],[-83.074081,29.265411],[-83.142357,29.299412000000004],[-83.109146,29.327944000000002],[-83.174782,29.343441],[-83.234474,29.433701999999997],[-83.380173,29.519644],[-83.405113,29.669376],[-83.550583,29.737100999999996],[-83.654312,29.910746000000003],[-83.971855,30.077274000000003],[-84.074738,30.099740999999995],[-84.147964,30.081518000000003],[-84.233177,30.107906],[-84.354027,30.069419999999994],[-84.360519,29.977183999999994],[-84.43779,29.991586999999996],[-84.433205,29.959339],[-84.339043,29.946934],[-84.347015,29.909959999999998],[-84.464638,29.929419999999993],[-84.858124,29.746649000000005],[-84.928604,29.777760999999998],[-84.988373,29.719708999999995],[-85.214844,29.701345000000003],[-85.36496,29.682806],[-85.409683,29.776556],[-85.414131,29.862859999999998],[-85.393074,29.875206000000006],[-85.402626,29.794155000000003],[-85.358124,29.691041999999996],[-85.306671,29.701498],[-85.300606,29.809586999999993],[-85.384872,29.923595000000006],[-85.628571,30.092388],[-85.568604,30.098090999999997],[-85.471436,30.021659999999997],[-85.415092,30.031349000000006],[-85.432465,30.045551000000003],[-85.382774,30.024067000000002],[-85.382736,30.036083000000005],[-85.395752,30.058364999999995],[-85.464394,30.050961],[-85.529793,30.131484999999998],[-85.7099,30.178572000000003],[-85.66613,30.251490000000004],[-85.60025,30.250951999999998],[-85.56955,30.310806],[-85.717201,30.264861999999994],[-85.752777,30.296729999999997],[-85.850487,30.280158999999998],[-85.830009,30.232613],[-85.757988,30.228745000000004],[-85.726463,30.128639000000007],[-85.987076,30.274229000000005],[-86.387512,30.387459000000007],[-86.505363,30.409773],[-86.388161,30.405812999999995],[-86.240089,30.399688999999995],[-86.241623,30.428329000000005],[-86.1147,30.385603000000003],[-86.122993,30.426264000000003],[-86.219666,30.487657999999996],[-86.387932,30.461968999999996],[-86.45269,30.501040000000003],[-86.610283,30.423451999999997],[-86.79039,30.417765000000003],[-87.193413,30.355022000000005],[-86.932549,30.463367000000005],[-87.014435,30.514238000000006],[-86.986229,30.590237000000002],[-87.019615,30.587272999999996],[-87.069305,30.450367],[-87.124565,30.564471999999995],[-87.171585,30.557541],[-87.160133,30.464836000000005],[-87.273926,30.357185],[-87.424103,30.323470999999998],[-87.409279,30.40204],[-87.346832,30.431301000000005],[-87.34742,30.456971999999993],[-87.418839,30.481504],[-87.445374,30.531194999999997],[-87.422089,30.556298999999996],[-87.393303,30.619905000000003],[-87.398666,30.667823999999996],[-87.418915,30.692618999999993],[-87.460159,30.705612000000002],[-87.526619,30.748301999999995],[-87.541916,30.785506999999996],[-87.615929,30.848110000000005],[-87.625725,30.876717],[-87.589882,30.954178],[-87.598595,31.002449],[-87.163147,31.002975000000006],[-86.779404,30.998011000000005],[-86.701897,30.997911000000002],[-86.383972,30.991358000000005],[-86.181534,30.995045000000005],[-86.031883,30.993146999999993],[-85.486664,31.000816],[-85.485077,31.000820000000004],[-85.001678,31.001068000000004],[-85.000214,30.979134000000002],[-84.97364,30.963477999999995],[-84.969086,30.926907],[-84.937851,30.894769999999994],[-84.927002,30.846733],[-84.93264,30.802435000000003],[-84.926971,30.775897999999998],[-84.915421,30.753899000000004],[-84.888367,30.743697999999995],[-84.864662,30.714312000000007],[-84.863083,30.712473000000003],[-84.374542,30.693897000000007],[-84.281761,30.690224],[-84.075668,30.678381],[-84.000839,30.675341000000003],[-83.737961,30.660292],[-83.609177,30.650582999999997],[-83.31073,30.634096],[-83.301445,30.633077999999998],[-83.132576,30.621129999999994],[-82.696503,30.595502999999994],[-82.583107,30.588835000000003],[-82.463287,30.582468000000006],[-82.412247,30.577084],[-82.221199,30.566845],[-82.238556,30.531214000000006],[-82.219528,30.502739000000005],[-82.199348,30.489782000000005],[-82.205727,30.42362],[-82.180397,30.368397],[-82.164803,30.361057000000002],[-82.052933,30.363557999999998],[-82.038521,30.378668000000005],[-82.046265,30.433831999999995],[-82.035286,30.442642000000006],[-82.022675,30.477481999999995],[-82.005966,30.570755000000005],[-82.013817,30.598455],[-82.045074,30.650677],[-82.032043,30.757299000000003],[-82.01313,30.764022999999995],[-82.015701,30.791086000000007],[-81.981644,30.778118000000006],[-81.961716,30.795773999999994],[-81.953194,30.820198000000005],[-81.94397,30.824016999999998],[-81.907684,30.813242000000002],[-81.899307,30.828075],[-81.873169,30.798851],[-81.803368,30.787851000000003],[-81.776878,30.761351000000005],[-81.757881,30.769397999999995],[-81.736847,30.763655],[-81.716942,30.745133999999993],[-81.642654,30.728846000000004],[-81.628159,30.731538999999998],[-81.60495,30.716085000000007],[-81.601349,30.724650999999994],[-81.536774,30.706340999999995],[-81.528778,30.721216],[-81.49897,30.598367999999994],[-81.518303,30.555975000000004],[-81.457718,30.454525000000004],[-81.480988,30.380301000000003],[-81.443451,30.356947000000005],[-81.432961,30.246539999999996],[-81.302963,29.912806000000003],[-81.316696,29.828992999999997],[-81.243996,29.737694000000005],[-81.233978,29.668774],[-81.1101,29.429985000000002],[-81.097275,29.351543000000007],[-80.785889,28.784925]]],[[[-86.833923,30.399535999999998],[-86.791595,30.403769999999994],[-86.620872,30.414351999999994],[-86.534805,30.406591000000006],[-86.52282,30.400948],[-86.532692,30.393187999999995],[-86.738686,30.402359000000004],[-86.793007,30.390366],[-86.834625,30.386838999999995],[-87.242378,30.321231999999995],[-87.267075,30.321231999999995],[-87.290352,30.332520000000002],[-87.286118,30.339573],[-87.202171,30.334635000000006],[-87.139381,30.351566000000005],[-87.047676,30.369202],[-86.929161,30.381195000000005],[-86.833923,30.399535999999998]]],[[[-80.736061,28.788576000000006],[-80.763557,28.821799999999996],[-80.817406,28.895123999999996],[-80.891304,29.013130000000004],[-80.916512,29.071560000000005],[-80.899323,29.061249000000004],[-80.862663,28.991361999999995],[-80.736061,28.788576000000006]]],[[[-80.726128,28.784098],[-80.579918,28.589879999999994],[-80.526176,28.463184],[-80.587883,28.408979000000002],[-80.621857,28.412378000000004],[-80.577675,28.548378],[-80.599358,28.603649000000004],[-80.660271,28.618378000000007],[-80.692108,28.588076],[-80.78067,28.618686999999994],[-80.786156,28.687444999999997],[-80.735222,28.706346999999994],[-80.754295,28.736614000000003],[-80.641426,28.657073999999994],[-80.726128,28.784098]]],[[[-80.68885,28.581490000000002],[-80.654022,28.600616000000002],[-80.609421,28.573291999999995],[-80.662956,28.427130000000005],[-80.667336,28.301556000000005],[-80.605797,28.144653000000005],[-80.721268,28.385118000000006],[-80.68885,28.581490000000002]]],[[[-82.102127,26.585724],[-82.067139,26.497208],[-82.097641,26.493585999999993],[-82.135895,26.642279000000002],[-82.183495,26.683082999999996],[-82.128838,26.693342],[-82.102127,26.585724]]],[[[-80.24968,25.354546],[-80.355888,25.157832999999997],[-80.588036,24.955967],[-80.353287,25.211134],[-80.330521,25.267585999999994],[-80.361824,25.296104],[-80.24968,25.354546]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Florida","STATE_FIPS":"12","SUB_REGION":"S Atl","STATE_ABBR":"FL","LAND_KM":139852.123,"WATER_KM":30456.797,"PERSONS":1.2937926E7,"FAMILIES":3511825,"HOUSHOLD":5134869,"MALE":6261719,"FEMALE":6676207,"WORKERS":4943568,"DRVALONE":4468021,"CARPOOL":818546,"PUBTRANS":116352,"EMPLOYED":5810467,"UNEMPLOY":356769,"SERVICE":1683987,"MANUAL":675050,"P_MALE":0.484,"P_FEMALE":0.516,"SAMP_POP":1603894}},{"type":"Feature","id":"states.24","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.497459,48.173923],[-88.625252,48.033287],[-88.901466,47.960361000000006],[-89.028534,47.850761000000006],[-89.139793,47.82418100000001],[-89.192825,47.844719],[-89.201698,47.88396499999999],[-89.156013,47.93933899999999],[-88.497459,48.173923]]],[[[-88.500565,47.290257],[-88.43779,47.355976],[-88.211288,47.447922000000005],[-87.78801,47.47089],[-87.704269,47.416045999999994],[-87.737396,47.39312000000001],[-87.916931,47.35809699999999],[-88.222168,47.200829],[-88.41272,46.988167000000004],[-88.470543,47.111546000000004],[-88.594139,47.134838],[-88.595512,47.243668000000014],[-88.500565,47.290257]]],[[[-85.859734,45.96948599999999],[-85.914841,45.95799600000001],[-85.916992,45.91820899999999],[-86.067764,45.96423300000001],[-86.259178,45.946957],[-86.315498,45.905708000000004],[-86.343658,45.834419],[-86.458138,45.762767999999994],[-86.529251,45.748980999999986],[-86.521873,45.72411299999999],[-86.575989,45.710194],[-86.629654,45.62125],[-86.684921,45.65006600000001],[-86.696785,45.692532],[-86.584595,45.81390400000001],[-86.76133,45.82609600000001],[-86.901489,45.71480600000001],[-87.123627,45.69627800000001],[-87.260582,45.55482900000001],[-87.332108,45.42396500000001],[-87.583755,45.16274999999999],[-87.592407,45.108517000000006],[-87.672707,45.140690000000006],[-87.729561,45.176624000000004],[-87.736092,45.199093000000005],[-87.721519,45.211693],[-87.719559,45.236794],[-87.705032,45.247108],[-87.704361,45.27222800000001],[-87.645248,45.34819400000001],[-87.64357,45.36188100000001],[-87.689484,45.39129600000001],[-87.759926,45.352924],[-87.827896,45.358349000000004],[-87.841171,45.346176000000014],[-87.861984,45.370193],[-87.868423,45.37210099999999],[-87.873863,45.36211399999999],[-87.883499,45.365883],[-87.849419,45.406147000000004],[-87.860153,45.44512900000001],[-87.813499,45.46649199999999],[-87.789268,45.4991],[-87.805023,45.54455899999999],[-87.828484,45.568625999999995],[-87.786194,45.568554000000006],[-87.774956,45.60042200000001],[-87.775925,45.613235],[-87.819817,45.654487999999986],[-87.816933,45.66542799999999],[-87.780823,45.67595299999999],[-87.777351,45.68413899999999],[-87.801033,45.701362999999986],[-87.80143,45.71143000000001],[-87.842239,45.72245799999999],[-87.873505,45.75074000000001],[-87.969055,45.766491],[-87.989944,45.79508999999999],[-88.051514,45.786156000000005],[-88.088608,45.79157599999999],[-88.129822,45.819447],[-88.121658,45.834923],[-88.065292,45.87368799999999],[-88.095634,45.891850000000005],[-88.093719,45.92066199999999],[-88.111259,45.926334],[-88.150307,45.93634],[-88.180061,45.953564],[-88.214859,45.947948],[-88.257034,45.96710200000001],[-88.299019,45.961989999999986],[-88.32119,45.966758999999996],[-88.369804,45.99463299999999],[-88.403389,45.98346699999999],[-88.454185,46.000805000000014],[-88.483681,45.999194999999986],[-88.49395,46.013003999999995],[-88.51548,46.018654],[-88.548225,46.01934399999999],[-88.575226,46.00900300000001],[-88.597404,46.015559999999994],[-88.615372,45.99416400000001],[-88.643539,45.99343099999999],[-88.677254,46.02018699999999],[-88.703476,46.018967],[-88.72628,46.02962500000001],[-88.772888,46.02119099999999],[-88.777351,46.032658],[-88.793686,46.036404000000005],[-88.804268,46.026848],[-88.925064,46.073646999999994],[-88.985168,46.100437],[-89.09967,46.145691],[-89.924973,46.30407700000001],[-90.111488,46.34048100000001],[-90.115005,46.365207999999996],[-90.141624,46.39395099999999],[-90.161217,46.442432],[-90.211349,46.506348],[-90.258224,46.50884199999999],[-90.269608,46.52253300000001],[-90.300003,46.525104999999996],[-90.302216,46.54435000000001],[-90.31353,46.55161699999999],[-90.385345,46.53971100000001],[-90.40802,46.56866500000001],[-90.018692,46.678687999999994],[-89.886086,46.76899],[-89.791084,46.824768000000006],[-89.386574,46.850266000000005],[-89.214455,46.923439],[-89.125053,46.996669999999995],[-88.994743,46.997169000000014],[-88.929558,47.03099399999999],[-88.884705,47.104625999999996],[-88.629379,47.225887],[-88.617981,47.13118700000001],[-88.511093,47.10657900000001],[-88.512871,47.03266099999999],[-88.44104,46.99080699999999],[-88.445839,46.92837499999999],[-88.476395,46.855221],[-88.446487,46.799465],[-88.177704,46.945965],[-88.189064,46.90103099999999],[-88.03656,46.91194200000001],[-87.900528,46.90984],[-87.663635,46.836929],[-87.371399,46.50805700000001],[-87.110535,46.50153700000001],[-87.006256,46.53635800000001],[-86.871231,46.44442000000001],[-86.759338,46.486694],[-86.638062,46.42231799999999],[-86.462227,46.56113400000001],[-86.147942,46.67308399999999],[-86.096573,46.65529599999999],[-85.857376,46.694828],[-85.503716,46.67416800000001],[-85.22998,46.75676300000001],[-84.954681,46.770927],[-85.026886,46.69431700000001],[-85.01889,46.549004],[-85.051567,46.50555800000001],[-85.016556,46.476425000000006],[-84.931244,46.48782299999999],[-84.803589,46.444035000000014],[-84.629761,46.482922],[-84.572617,46.407906],[-84.415924,46.480637],[-84.311577,46.488646999999986],[-84.181618,46.248703000000006],[-84.273102,46.207291],[-84.247002,46.17142899999999],[-84.119713,46.17608999999999],[-84.029564,46.12892500000001],[-84.061966,46.09445199999999],[-83.989494,46.02596700000001],[-83.901947,46.005882000000014],[-83.906456,45.96021999999999],[-84.113258,45.978519000000006],[-84.354454,45.99917199999999],[-84.501595,45.978329],[-84.616798,46.038216000000006],[-84.688972,46.03590399999999],[-84.731682,45.85566700000001],[-84.851044,45.890625],[-85.061562,46.024742],[-85.378151,46.10004799999999],[-85.509445,46.101916999999986],[-85.655281,45.972881],[-85.859734,45.96948599999999]]],[[[-83.854675,46.01401100000001],[-83.801102,45.988392000000005],[-83.756416,46.02731700000001],[-83.673592,46.036170999999996],[-83.680313,46.071774000000005],[-83.732445,46.08408700000001],[-83.649887,46.103950999999995],[-83.5895,46.08849699999999],[-83.533997,46.01176799999999],[-83.473198,45.987526],[-83.516167,45.92569399999999],[-83.579819,45.91748000000001],[-83.629707,45.953575],[-83.804878,45.936745],[-83.852806,45.99742900000001],[-83.885887,45.970833],[-83.854675,46.01401100000001]]],[[[-86.834801,41.765465000000006],[-86.617569,41.90740600000001],[-86.49881,42.126408],[-86.374252,42.24938599999999],[-86.28495,42.42229499999999],[-86.217812,42.77480299999999],[-86.273781,43.12102899999999],[-86.463127,43.47515899999999],[-86.541222,43.66318100000001],[-86.447731,43.772659000000004],[-86.404266,43.766636000000005],[-86.434021,43.781452],[-86.428734,43.82011800000001],[-86.459465,43.95017999999999],[-86.438065,43.94558699999999],[-86.518517,44.053616000000005],[-86.386337,44.183201],[-86.271866,44.351226999999994],[-86.237946,44.52227400000001],[-86.25853,44.700733000000014],[-86.108391,44.734443999999996],[-86.082825,44.777930999999995],[-86.09787,44.850616],[-86.06736,44.89826199999999],[-85.79567,44.98597699999999],[-85.61013,45.196529],[-85.56543,45.18056100000001],[-85.652924,44.95836299999999],[-85.637962,44.778435],[-85.526009,44.763161],[-85.451279,44.86053799999999],[-85.384796,45.01060100000001],[-85.390167,45.21159],[-85.373177,45.273537000000005],[-85.305405,45.32037700000001],[-85.092804,45.370216],[-84.98584,45.37316899999999],[-84.921623,45.40988899999999],[-85.081757,45.464642],[-85.120384,45.569771],[-85.077957,45.630177],[-84.983353,45.683704000000006],[-84.971977,45.73773600000001],[-84.724136,45.780293],[-84.46524,45.653625000000005],[-84.321434,45.665595999999994],[-84.205544,45.63089400000001],[-84.135216,45.57133099999999],[-84.105896,45.498737000000006],[-83.92289,45.49176],[-83.782814,45.409435],[-83.712326,45.41238000000001],[-83.592377,45.34948700000001],[-83.49585,45.36078599999999],[-83.489616,45.328922000000006],[-83.394043,45.27289200000001],[-83.420784,45.25716800000001],[-83.39872,45.213627],[-83.312737,45.09860599999999],[-83.444466,45.052761000000004],[-83.433998,45.01111599999999],[-83.464928,44.997871],[-83.429382,44.92628500000001],[-83.319756,44.860634000000005],[-83.280846,44.703171],[-83.320068,44.515446],[-83.356995,44.335117],[-83.529175,44.261257],[-83.56826,44.17010099999999],[-83.598427,44.07047700000001],[-83.704819,43.99714700000001],[-83.873627,43.96282199999999],[-83.918388,43.916977],[-83.938141,43.698261],[-83.699196,43.59962100000001],[-83.654648,43.60739899999999],[-83.530945,43.72592499999999],[-83.494286,43.70282399999999],[-83.466446,43.745723999999996],[-83.367203,43.844437],[-83.326065,43.94044500000001],[-82.940208,44.06994599999999],[-82.806038,44.03355400000001],[-82.727966,43.97249600000001],[-82.618561,43.787848999999994],[-82.605812,43.69454999999999],[-82.503899,43.172225999999995],[-82.419922,42.97243499999999],[-82.472038,42.898651],[-82.473328,42.76286300000001],[-82.518272,42.634018],[-82.645966,42.63169500000001],[-82.634102,42.66935000000001],[-82.729889,42.681194000000005],[-82.820488,42.635761],[-82.802444,42.61289199999999],[-82.888222,42.495720000000006],[-82.874992,42.458031000000005],[-82.929474,42.36300299999999],[-83.107666,42.292666999999994],[-83.193947,42.115706999999986],[-83.19014,42.03393600000001],[-83.482758,41.725081999999986],[-83.764015,41.71699100000001],[-83.868698,41.71594200000001],[-84.359261,41.707989],[-84.384445,41.7071],[-84.790421,41.69744499999999],[-84.788521,41.760909999999996],[-84.82605,41.76182600000001],[-85.193169,41.76281700000001],[-85.297234,41.763531],[-85.65947,41.76257699999999],[-85.799232,41.763485],[-86.068298,41.764579999999995],[-86.234558,41.764815999999996],[-86.525162,41.76549499999999],[-86.834801,41.765465000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Michigan","STATE_FIPS":"26","SUB_REGION":"E N Cen","STATE_ABBR":"MI","LAND_KM":147135.821,"WATER_KM":12547.912,"PERSONS":9295297,"FAMILIES":2439171,"HOUSHOLD":3419331,"MALE":4512781,"FEMALE":4782516,"WORKERS":3388716,"DRVALONE":3327685,"CARPOOL":429086,"PUBTRANS":66653,"EMPLOYED":4166196,"UNEMPLOY":374341,"SERVICE":1138730,"MANUAL":717162,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":1735861}},{"type":"Feature","id":"states.25","geometry":{"type":"MultiPolygon","coordinates":[[[[-111.474632,44.70223999999999],[-111.480011,44.691494000000006],[-111.4599,44.67010099999999],[-111.457474,44.652634000000006],[-111.469376,44.64078900000001],[-111.506897,44.637767999999994],[-111.500954,44.616051],[-111.513733,44.593277],[-111.492111,44.55126999999999],[-111.462036,44.55002200000001],[-111.458534,44.538002000000006],[-111.481781,44.536224000000004],[-111.489449,44.52877799999999],[-111.566437,44.55294799999999],[-111.604454,44.543071999999995],[-111.684067,44.550835000000006],[-111.716202,44.53384399999999],[-111.766121,44.51890900000001],[-111.791809,44.51854700000001],[-111.807037,44.504065999999995],[-111.871696,44.55635100000001],[-111.939575,44.549812],[-111.977005,44.529762000000005],[-112.022797,44.53513000000001],[-112.02626,44.52293],[-112.058548,44.52869799999999],[-112.099075,44.518317999999994],[-112.123367,44.52833899999999],[-112.19883,44.53153599999999],[-112.216934,44.53858199999999],[-112.229568,44.55957799999999],[-112.255844,44.560058999999995],[-112.281509,44.54178999999999],[-112.341675,44.525188000000014],[-112.339745,44.49726899999999],[-112.366753,44.44936000000001],[-112.419922,44.449375],[-112.457687,44.46892500000001],[-112.501007,44.463089],[-112.53849,44.477588999999995],[-112.652351,44.48089200000001],[-112.713486,44.49702500000001],[-112.732872,44.484409],[-112.779022,44.47400999999999],[-112.795387,44.458099000000004],[-112.825851,44.42117300000001],[-112.817871,44.39490900000001],[-112.816559,44.364292000000006],[-112.843437,44.35372899999999],[-112.869942,44.370068],[-112.886467,44.39294100000001],[-112.937439,44.407279999999986],[-112.984406,44.43562700000001],[-113.011169,44.43780100000001],[-113.005814,44.45270199999999],[-113.019463,44.48186100000001],[-113.006866,44.510695999999996],[-113.036972,44.53304299999999],[-113.038811,44.556377],[-113.082184,44.582764],[-113.053436,44.624371],[-113.072289,44.67560599999999],[-113.098099,44.69599500000001],[-113.100845,44.71525199999999],[-113.126572,44.737457000000006],[-113.137413,44.761517],[-113.239471,44.811916],[-113.256287,44.810562000000004],[-113.31781,44.780304],[-113.33976,44.779076],[-113.349152,44.80764400000001],[-113.420502,44.833775],[-113.444695,44.851315],[-113.495308,44.930744000000004],[-113.486465,44.939648000000005],[-113.462532,44.940848999999986],[-113.447884,44.949596000000014],[-113.440147,44.998267999999996],[-113.45797,45.027523],[-113.454552,45.04342299999999],[-113.48542,45.05839499999999],[-113.489273,45.071293],[-113.519722,45.082137999999986],[-113.509338,45.107910000000004],[-113.551384,45.10762399999999],[-113.573486,45.117785999999995],[-113.570694,45.13462100000001],[-113.593208,45.14981800000001],[-113.600037,45.18106800000001],[-113.644699,45.20686699999999],[-113.689224,45.26236],[-113.687813,45.27786599999999],[-113.738182,45.321608999999995],[-113.74041,45.382464999999996],[-113.774124,45.410252000000014],[-113.78476,45.44571300000001],[-113.768265,45.477787000000006],[-113.7714,45.50713300000001],[-113.780029,45.51694499999999],[-113.832809,45.51498799999999],[-113.802849,45.583809],[-113.821579,45.600716000000006],[-113.85112,45.60964200000001],[-113.902397,45.61357100000001],[-113.901291,45.63733300000001],[-113.922623,45.655204999999995],[-113.925789,45.671291],[-113.963234,45.67945900000001],[-113.970238,45.69745599999999],[-114.00856,45.68641299999999],[-114.018967,45.672459],[-114.010078,45.652592],[-114.01712,45.64085399999999],[-114.055603,45.625225],[-114.082054,45.58645999999999],[-114.117226,45.57120900000001],[-114.131134,45.550465],[-114.171753,45.544005999999996],[-114.193893,45.52799999999999],[-114.241081,45.53537399999999],[-114.246964,45.503029],[-114.261322,45.48594299999999],[-114.325516,45.45750799999999],[-114.349327,45.46346700000001],[-114.370537,45.485825000000006],[-114.418129,45.49909199999999],[-114.432632,45.52771799999999],[-114.461784,45.547932],[-114.495667,45.54673399999999],[-114.526466,45.558277000000004],[-114.559998,45.548823999999996],[-114.540031,45.59648100000001],[-114.563751,45.62435500000001],[-114.500816,45.652477000000005],[-114.509781,45.67414099999999],[-114.496635,45.694484999999986],[-114.53405,45.72308000000001],[-114.541031,45.746082],[-114.562614,45.762482000000006],[-114.516449,45.81014999999999],[-114.498238,45.84276600000001],[-114.472878,45.83955],[-114.442307,45.85270299999999],[-114.406601,45.84653499999999],[-114.391914,45.870968000000005],[-114.412605,45.910731999999996],[-114.428535,45.921558000000005],[-114.404366,45.95406],[-114.411522,45.972054000000014],[-114.483528,45.98988700000001],[-114.473602,46.00984600000001],[-114.493393,46.02349100000001],[-114.464828,46.050895999999995],[-114.455101,46.08231000000001],[-114.47644,46.107437000000004],[-114.505638,46.11622199999999],[-114.518013,46.136143000000004],[-114.508682,46.157497000000006],[-114.466087,46.15534199999999],[-114.439949,46.169048000000004],[-114.438622,46.22033300000001],[-114.471901,46.24386200000001],[-114.472862,46.25304],[-114.430862,46.28478999999999],[-114.408859,46.39299],[-114.39608,46.39962399999999],[-114.383087,46.428257],[-114.409775,46.487449999999995],[-114.359528,46.506203],[-114.349174,46.51746700000001],[-114.342377,46.58795900000001],[-114.323769,46.622917],[-114.33374,46.654304999999994],[-114.383072,46.661674000000005],[-114.44059,46.645793999999995],[-114.483772,46.62365299999999],[-114.539444,46.637969999999996],[-114.609879,46.62912800000001],[-114.643791,46.66090399999999],[-114.644089,46.67100099999999],[-114.624977,46.687186999999994],[-114.672935,46.734802],[-114.697479,46.73384100000001],[-114.747154,46.695212999999995],[-114.781967,46.70312100000001],[-114.776878,46.755798],[-114.793076,46.76661300000001],[-114.839836,46.77562],[-114.865646,46.79712699999999],[-114.901367,46.799515000000014],[-114.947449,46.85252800000001],[-114.939606,46.89096799999999],[-114.923164,46.90724599999999],[-114.963768,46.92529300000001],[-115.00061,46.958889],[-115.036369,46.96308099999999],[-115.054672,46.97343799999999],[-115.080368,47.02660399999999],[-115.134537,47.06362899999999],[-115.147713,47.09182000000001],[-115.171524,47.09764899999999],[-115.192101,47.12410399999999],[-115.295258,47.17962600000001],[-115.324249,47.24522400000001],[-115.342682,47.25509600000001],[-115.407227,47.263667999999996],[-115.425659,47.27444800000001],[-115.500946,47.28171900000001],[-115.522079,47.292057],[-115.554535,47.334686000000005],[-115.598549,47.370075000000014],[-115.637794,47.38011599999999],[-115.665489,47.399238999999994],[-115.749336,47.42254600000001],[-115.749115,47.43403599999999],[-115.731491,47.44537399999999],[-115.655098,47.44924900000001],[-115.642197,47.457863],[-115.639153,47.475303999999994],[-115.69178,47.489609],[-115.700531,47.520962],[-115.741837,47.53376],[-115.691093,47.59079],[-115.697289,47.616150000000005],[-115.73307,47.63995],[-115.732666,47.69562500000001],[-115.774727,47.70980499999999],[-115.789536,47.744911],[-115.835739,47.75635500000001],[-115.84832,47.805256000000014],[-115.868805,47.827526000000006],[-115.902916,47.841148000000004],[-115.936836,47.867199],[-115.997925,47.925217],[-116.024307,47.965014999999994],[-116.052483,47.976269],[-116.054497,48.208549000000005],[-116.055679,48.498726000000005],[-116.0625,48.99999600000001],[-114.728333,49],[-114.0625,49],[-112.1875,48.99999600000001],[-111.281876,49],[-110.75,49],[-109.5,48.99999600000001],[-108.25,48.99999600000001],[-107.1875,48.99999600000001],[-106.125,48.99999600000001],[-105.0625,48.99999600000001],[-104.0625,49],[-104.051826,48.64579800000001],[-104.05162,48.390995000000004],[-104.047935,48.00006099999999],[-104.046822,47.400002],[-104.045441,47.33381700000001],[-104.046951,46.64293699999999],[-104.046219,46.54253],[-104.047348,46.280876000000006],[-104.048416,45.942993],[-104.049026,45.88305299999999],[-104.043358,45.212886999999995],[-104.04258,44.997817999999995],[-104.059349,44.997349000000014],[-105.04126,45.001091],[-105.084465,44.999832],[-106.020576,44.99722700000001],[-106.258644,44.996173999999996],[-107.893715,44.99981299999999],[-108.258568,45.000159999999994],[-108.624573,44.99764300000001],[-109.798653,44.99958000000001],[-109.994789,45.00285299999999],[-110.392006,44.99868799999999],[-110.428894,44.99234799999999],[-111.05265,44.995766],[-111.050842,44.66456199999999],[-111.050789,44.47339600000001],[-111.093857,44.486198],[-111.128143,44.500832],[-111.133583,44.52797699999999],[-111.169464,44.54526100000001],[-111.177986,44.564926000000014],[-111.218727,44.57324600000001],[-111.233452,44.60263800000001],[-111.219017,44.61805699999999],[-111.22319,44.62698399999999],[-111.269882,44.64228800000001],[-111.269424,44.673878],[-111.294884,44.683013999999986],[-111.31469,44.70526899999999],[-111.318436,44.72793999999999],[-111.34919,44.72625400000001],[-111.371521,44.74516299999999],[-111.384171,44.73777000000001],[-111.394295,44.708946],[-111.442841,44.713257],[-111.474632,44.70223999999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Montana","STATE_FIPS":"30","SUB_REGION":"Mtn","STATE_ABBR":"MT","LAND_KM":376990.894,"WATER_KM":3858.589,"PERSONS":799065,"FAMILIES":211666,"HOUSHOLD":306163,"MALE":395769,"FEMALE":403296,"WORKERS":293243,"DRVALONE":250373,"CARPOOL":41442,"PUBTRANS":2050,"EMPLOYED":350723,"UNEMPLOY":26217,"SERVICE":123090,"MANUAL":43619,"P_MALE":0.495,"P_FEMALE":0.505,"SAMP_POP":150091}},{"type":"Feature","id":"states.26","geometry":{"type":"MultiPolygon","coordinates":[[[[-69.777786,44.074073999999996],[-69.860435,43.99992399999999],[-69.792038,43.756001],[-69.830902,43.727901],[-69.852295,43.74424400000001],[-69.846664,43.842262000000005],[-69.887299,43.876633],[-69.903641,43.790649],[-69.973412,43.768764000000004],[-70.000008,43.786125],[-69.987877,43.84565699999999],[-70.026909,43.84551999999999],[-70.157135,43.78972999999999],[-70.236305,43.68571499999999],[-70.222748,43.577156],[-70.342117,43.534823999999986],[-70.366432,43.430217999999996],[-70.457481,43.349383999999986],[-70.539444,43.335632000000004],[-70.666176,43.09096099999999],[-70.819168,43.12178399999999],[-70.831047,43.159088],[-70.813705,43.235138000000006],[-70.901581,43.280936999999994],[-70.906296,43.301987],[-70.970192,43.366299],[-70.979591,43.39610300000001],[-70.961975,43.438046000000014],[-70.971283,43.47013100000001],[-70.95977,43.51630800000001],[-70.96476,43.53191000000001],[-70.950111,43.54887400000001],[-70.957016,43.564064],[-70.974365,43.571751000000006],[-70.984932,43.791088],[-71.009079,44.282082],[-71.029205,44.66848400000001],[-71.08799,45.301422],[-70.959862,45.338818],[-70.87693,45.22539499999999],[-70.843361,45.278088],[-70.813148,45.354629999999986],[-70.829613,45.39067800000001],[-70.797447,45.42512500000001],[-70.635414,45.391918000000004],[-70.72039,45.51290900000001],[-70.55275,45.660618],[-70.396866,45.72200000000001],[-70.416695,45.79026400000001],[-70.254448,45.89896400000001],[-70.247948,45.94458],[-70.310776,45.96874199999999],[-70.280502,46.05311599999999],[-70.305328,46.06662],[-70.229805,46.13739799999999],[-70.283974,46.190212],[-70.191536,46.33480499999999],[-70.047089,46.426083000000006],[-70.014626,46.57056399999999],[-69.985458,46.691329999999994],[-69.230789,47.45329699999999],[-69.047478,47.421992999999986],[-69.037231,47.257328],[-68.895386,47.18222],[-68.515182,47.29692499999999],[-68.391769,47.285056999999995],[-68.335327,47.35733400000001],[-68.231323,47.35210799999999],[-67.79155,47.060959],[-67.78083,45.94700599999999],[-67.756157,45.91652300000001],[-67.795113,45.87841800000001],[-67.759911,45.827740000000006],[-67.803596,45.794448999999986],[-67.803978,45.67805100000001],[-67.753502,45.65922499999999],[-67.718582,45.68123600000001],[-67.615692,45.605132999999995],[-67.439857,45.592495000000014],[-67.416641,45.50348700000001],[-67.504662,45.485748],[-67.419113,45.37578199999999],[-67.478508,45.28020900000001],[-67.439995,45.18951000000001],[-67.346169,45.12217699999999],[-67.274658,45.18270899999999],[-67.166473,45.15618900000001],[-67.15123,45.121914000000004],[-67.065933,44.959216999999995],[-67.147278,44.904503000000005],[-66.969849,44.828575],[-67.008293,44.78054399999999],[-67.200935,44.65370200000001],[-67.309036,44.65344200000001],[-67.389076,44.691322000000014],[-67.571556,44.598254999999995],[-67.6194,44.54016100000001],[-67.811775,44.553932],[-67.859116,44.535999000000004],[-67.900597,44.452319999999986],[-67.968895,44.471149],[-67.963989,44.50524899999999],[-67.987076,44.484734],[-68.016945,44.38487599999999],[-68.074928,44.381294],[-68.13681,44.47515899999999],[-68.246155,44.49056999999999],[-68.364304,44.431309],[-68.429108,44.465228999999994],[-68.552719,44.398971999999986],[-68.530609,44.28975700000001],[-68.559959,44.25980799999999],[-68.740837,44.34625199999999],[-68.813377,44.327354000000014],[-68.814293,44.413914000000005],[-68.741875,44.507209999999986],[-68.745804,44.552246],[-68.824074,44.608833000000004],[-68.824333,44.664017],[-68.86113,44.610896999999994],[-68.808426,44.56958],[-68.812202,44.494518],[-68.959702,44.430256000000014],[-68.98555,44.271033999999986],[-69.022003,44.24401499999999],[-69.074974,44.068985],[-69.21965,43.94670500000001],[-69.294159,43.94210799999999],[-69.346962,44.01588799999999],[-69.394997,44.025047],[-69.483742,43.887077000000005],[-69.589836,43.844779999999986],[-69.664963,43.852141999999986],[-69.655754,43.98017100000001],[-69.613441,44.033535],[-69.721146,43.93790100000001],[-69.749039,43.893294999999995],[-69.725182,43.784392999999994],[-69.75087,43.76161999999999],[-69.778183,43.79118700000001],[-69.800522,44.026791],[-69.767265,44.04765699999999],[-69.777786,44.074073999999996]]],[[[-68.388458,44.377174],[-68.350792,44.39887200000001],[-68.355988,44.42877999999999],[-68.23925,44.43748500000001],[-68.165314,44.33441500000001],[-68.305244,44.289951],[-68.321251,44.224998],[-68.403427,44.27072100000001],[-68.388458,44.377174]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Maine","STATE_FIPS":"23","SUB_REGION":"N Eng","STATE_ABBR":"ME","LAND_KM":79939.207,"WATER_KM":10236.779,"PERSONS":1227928,"FAMILIES":328685,"HOUSHOLD":465312,"MALE":597850,"FEMALE":630078,"WORKERS":456299,"DRVALONE":424101,"CARPOOL":79763,"PUBTRANS":5084,"EMPLOYED":571842,"UNEMPLOY":40722,"SERVICE":172830,"MANUAL":94926,"P_MALE":0.487,"P_FEMALE":0.513,"SAMP_POP":274322}},{"type":"Feature","id":"states.27","geometry":{"type":"MultiPolygon","coordinates":[[[[-98.730057,45.938297000000006],[-99.006447,45.939583],[-99.716949,45.94278],[-99.875389,45.943561999999986],[-100.514,45.940392],[-102.00235,45.94250500000001],[-102.945953,45.94166200000001],[-102.994377,45.941113],[-104.048416,45.942993],[-104.047348,46.280876000000006],[-104.046219,46.54253],[-104.046951,46.64293699999999],[-104.045441,47.33381700000001],[-104.046822,47.400002],[-104.047935,48.00006099999999],[-104.05162,48.390995000000004],[-104.051826,48.64579800000001],[-104.0625,49],[-102.9375,48.99999600000001],[-102.02182,49],[-101.5,49],[-100.1875,48.99999600000001],[-99.53315,49],[-99,49],[-97.9375,48.99999600000001],[-97.229095,49],[-97.216026,48.931842999999986],[-97.175385,48.873772],[-97.17086,48.835995],[-97.180077,48.815552],[-97.164368,48.810383],[-97.173599,48.80152899999999],[-97.147171,48.781184999999994],[-97.138901,48.76355699999999],[-97.147552,48.75566900000001],[-97.132156,48.74723399999999],[-97.13446,48.72625400000001],[-97.109756,48.70859899999999],[-97.116394,48.69525899999999],[-97.096825,48.674544999999995],[-97.107285,48.629963000000004],[-97.127098,48.62980999999999],[-97.122612,48.62078500000001],[-97.144371,48.61403999999999],[-97.140465,48.58692199999999],[-97.157845,48.58365599999999],[-97.151779,48.57287199999999],[-97.167595,48.56227899999999],[-97.146271,48.549553],[-97.160088,48.545094000000006],[-97.15519,48.53841399999999],[-97.139038,48.53466399999999],[-97.14798,48.517967],[-97.134247,48.51732999999999],[-97.143265,48.43812600000001],[-97.119286,48.437118999999996],[-97.122253,48.41612599999999],[-97.151299,48.41962799999999],[-97.149475,48.41000700000001],[-97.128777,48.40790200000001],[-97.15847,48.38822200000001],[-97.134857,48.38442599999999],[-97.133438,48.37247099999999],[-97.150047,48.36323200000001],[-97.130775,48.36150699999999],[-97.136787,48.326008],[-97.112244,48.319942],[-97.132286,48.310986000000014],[-97.114403,48.303635000000014],[-97.113373,48.29489899999999],[-97.130165,48.29305600000001],[-97.112335,48.28616299999999],[-97.111366,48.277893000000006],[-97.136307,48.2645],[-97.123436,48.25918999999999],[-97.127205,48.233540000000005],[-97.108887,48.22806499999999],[-97.139404,48.22177099999999],[-97.11055,48.20762300000001],[-97.130478,48.20375799999999],[-97.136925,48.19507999999999],[-97.135941,48.175242999999995],[-97.137093,48.16778600000001],[-97.115715,48.15924100000001],[-97.136162,48.148415],[-97.120567,48.142791999999986],[-97.121521,48.116386000000006],[-97.098679,48.100989999999996],[-97.092369,48.07036199999999],[-97.066719,48.048182999999995],[-97.047699,47.95494500000001],[-97.014977,47.917912],[-97.02021,47.875590999999986],[-96.999985,47.87021999999999],[-96.976875,47.82805300000001],[-96.983536,47.809685],[-96.957474,47.794464000000005],[-96.931656,47.763531],[-96.923302,47.71411900000001],[-96.889069,47.67394999999999],[-96.872978,47.61528000000001],[-96.85186,47.60117700000001],[-96.858307,47.56300400000001],[-96.848831,47.54459399999999],[-96.860329,47.52138099999999],[-96.851257,47.50064499999999],[-96.866325,47.46156300000001],[-96.855469,47.436779],[-96.86689,47.41311300000001],[-96.849648,47.408962],[-96.83947,47.38414399999999],[-96.850273,47.36098100000001],[-96.838104,47.34227000000001],[-96.84639,47.314629],[-96.837357,47.29391100000001],[-96.849266,47.25686999999999],[-96.836708,47.240486000000004],[-96.826134,47.170094000000006],[-96.838806,47.151917],[-96.818794,47.092636],[-96.826607,47.07886500000001],[-96.82225,47.03396599999999],[-96.834938,47.010265000000004],[-96.824173,47.00347099999999],[-96.816414,46.969814000000014],[-96.793068,46.96967699999999],[-96.801529,46.95587900000001],[-96.789352,46.948238],[-96.787567,46.93222],[-96.762711,46.936297999999994],[-96.756554,46.92281700000001],[-96.777702,46.86738600000001],[-96.767891,46.844898],[-96.796837,46.81206900000001],[-96.780022,46.762348],[-96.781197,46.70708099999999],[-96.793335,46.678841000000006],[-96.789886,46.62980999999999],[-96.783958,46.62414899999999],[-96.770683,46.600021],[-96.75087,46.58865700000001],[-96.73996,46.48947100000001],[-96.714539,46.46875800000001],[-96.709328,46.42720800000001],[-96.687874,46.41225800000001],[-96.651749,46.359474000000006],[-96.61451,46.350853],[-96.601723,46.336365],[-96.597832,46.23872399999999],[-96.586105,46.215453999999994],[-96.58754,46.191959],[-96.570816,46.17721599999999],[-96.551582,46.09557000000001],[-96.575867,46.02132],[-96.561455,45.947722999999996],[-96.566574,45.934151000000014],[-97.232941,45.936543],[-97.97834,45.930859],[-98.014328,45.931534],[-98.730057,45.938297000000006]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"North Dakota","STATE_FIPS":"38","SUB_REGION":"W N Cen","STATE_ABBR":"ND","LAND_KM":178695.213,"WATER_KM":4427.798,"PERSONS":638800,"FAMILIES":166270,"HOUSHOLD":240878,"MALE":318201,"FEMALE":320599,"WORKERS":237047,"DRVALONE":209546,"CARPOOL":31332,"PUBTRANS":1638,"EMPLOYED":287558,"UNEMPLOY":16083,"SERVICE":104938,"MANUAL":33936,"P_MALE":0.498,"P_FEMALE":0.502,"SAMP_POP":155209}},{"type":"Feature","id":"states.28","geometry":{"type":"MultiPolygon","coordinates":[[[[-102.787933,42.99532300000001],[-103.005409,42.99937399999999],[-103.500984,42.99865],[-104.05571,43.003094000000004],[-104.05867,43.47916000000001],[-104.057426,43.503738],[-104.05899,43.85292799999999],[-104.059242,44.14584400000001],[-104.060547,44.181842999999986],[-104.058975,44.57436799999999],[-104.059349,44.997349000000014],[-104.04258,44.997817999999995],[-104.043358,45.212886999999995],[-104.049026,45.88305299999999],[-104.048416,45.942993],[-102.994377,45.941113],[-102.945953,45.94166200000001],[-102.00235,45.94250500000001],[-100.514,45.940392],[-99.875389,45.943561999999986],[-99.716949,45.94278],[-99.006447,45.939583],[-98.730057,45.938297000000006],[-98.014328,45.931534],[-97.97834,45.930859],[-97.232941,45.936543],[-96.566574,45.934151000000014],[-96.587608,45.817893999999995],[-96.604263,45.80830399999999],[-96.657043,45.73901000000001],[-96.832443,45.65072599999999],[-96.854637,45.609161],[-96.842735,45.58412899999999],[-96.768898,45.517517],[-96.737686,45.45823300000001],[-96.692825,45.410675],[-96.604744,45.39656099999999],[-96.532211,45.375168],[-96.477257,45.32854499999999],[-96.457268,45.29888500000001],[-96.454163,45.27522999999999],[-96.45575,44.97203099999999],[-96.454887,44.80138400000001],[-96.45639,44.62884500000001],[-96.454781,44.53837999999999],[-96.457077,44.199093000000005],[-96.456284,43.84877],[-96.460136,43.49974399999999],[-96.597992,43.499874000000005],[-96.583473,43.481944999999996],[-96.588791,43.435562000000004],[-96.557388,43.40074899999999],[-96.524734,43.38424699999999],[-96.522575,43.356987000000004],[-96.540245,43.30767800000001],[-96.578812,43.29009199999999],[-96.570404,43.263630000000006],[-96.55925,43.25328099999999],[-96.566673,43.23965100000001],[-96.558289,43.225505999999996],[-96.486931,43.217926000000006],[-96.472801,43.20909900000001],[-96.451195,43.12632400000001],[-96.460495,43.087886999999995],[-96.461784,43.07559599999999],[-96.479263,43.06189699999999],[-96.519699,43.05152100000001],[-96.498711,43.012061999999986],[-96.516838,42.986469],[-96.514626,42.952393],[-96.543953,42.91387599999999],[-96.537201,42.89691500000001],[-96.555901,42.846667999999994],[-96.572815,42.83435399999999],[-96.587334,42.835387999999995],[-96.600563,42.799564000000004],[-96.632668,42.77683999999999],[-96.640396,42.74860799999999],[-96.626228,42.708359],[-96.562729,42.668518000000006],[-96.540855,42.66241099999999],[-96.512535,42.629761],[-96.48819,42.58048600000001],[-96.500633,42.573891],[-96.489029,42.56403399999999],[-96.479935,42.517135999999994],[-96.439087,42.48924600000001],[-96.494392,42.48846399999999],[-96.546906,42.52050399999999],[-96.584442,42.518291000000005],[-96.605156,42.507239999999996],[-96.628983,42.522696999999994],[-96.63636,42.550735],[-96.713745,42.61230499999999],[-96.714958,42.621910000000014],[-96.694283,42.641166999999996],[-96.698746,42.657718999999986],[-96.722343,42.66859400000001],[-96.799026,42.67002099999999],[-96.81012,42.681343],[-96.809822,42.70408599999999],[-96.907913,42.73170099999999],[-96.970451,42.721149],[-96.977547,42.72730999999999],[-96.969681,42.75206800000001],[-96.979271,42.75831600000001],[-97.014816,42.759544000000005],[-97.130142,42.77392599999999],[-97.161095,42.798621999999995],[-97.211502,42.81257600000001],[-97.224113,42.841206],[-97.242859,42.85183000000001],[-97.271126,42.850018000000006],[-97.311081,42.861774],[-97.388969,42.867435],[-97.456924,42.85044500000001],[-97.482819,42.857158999999996],[-97.505791,42.860138000000006],[-97.570312,42.847992000000005],[-97.634628,42.86128600000001],[-97.68541,42.836838],[-97.724907,42.85800900000001],[-97.771843,42.84616500000001],[-97.796684,42.849597999999986],[-97.818298,42.866589000000005],[-97.888313,42.855807999999996],[-97.889595,42.83127200000001],[-97.929131,42.79232400000001],[-97.963211,42.77368899999999],[-97.994797,42.76681099999999],[-98.032791,42.769192000000004],[-98.121468,42.80836099999999],[-98.122765,42.82022499999999],[-98.144516,42.83579599999999],[-98.167473,42.839573],[-98.309982,42.881798],[-98.390846,42.920139000000006],[-98.457085,42.937163999999996],[-98.497292,42.991783],[-99.253593,42.99239],[-99.532402,42.992332000000005],[-100.197739,42.99108899999999],[-101.231308,42.98683500000001],[-102.086273,42.989891],[-102.787933,42.99532300000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"South Dakota","STATE_FIPS":"46","SUB_REGION":"W N Cen","STATE_ABBR":"SD","LAND_KM":196575.21,"WATER_KM":3169.429,"PERSONS":696004,"FAMILIES":180306,"HOUSHOLD":259034,"MALE":342498,"FEMALE":353506,"WORKERS":250825,"DRVALONE":233478,"CARPOOL":32610,"PUBTRANS":971,"EMPLOYED":321891,"UNEMPLOY":13983,"SERVICE":119594,"MANUAL":41921,"P_MALE":0.492,"P_FEMALE":0.508,"SAMP_POP":162746}},{"type":"Feature","id":"states.29","geometry":{"type":"MultiPolygon","coordinates":[[[[-104.053108,41.69824600000001],[-104.054993,41.564246999999995],[-104.053505,41.38810699999999],[-104.051201,41.00322700000001],[-104.933968,40.994305],[-105.278259,40.996365],[-106.202896,41.000111000000004],[-106.328545,41.001316],[-106.864838,40.998489000000006],[-107.303436,41.000168],[-107.918037,41.00341],[-109.047638,40.99847399999999],[-110.001457,40.997646],[-110.062477,40.99794],[-111.050285,40.996635],[-111.050911,41.25847999999999],[-111.050323,41.57864799999999],[-111.047951,41.996264999999994],[-111.046028,42.503322999999995],[-111.048447,43.01996199999999],[-111.04673,43.284813000000014],[-111.045998,43.51560599999999],[-111.049629,43.982631999999995],[-111.050789,44.47339600000001],[-111.050842,44.66456199999999],[-111.05265,44.995766],[-110.428894,44.99234799999999],[-110.392006,44.99868799999999],[-109.994789,45.00285299999999],[-109.798653,44.99958000000001],[-108.624573,44.99764300000001],[-108.258568,45.000159999999994],[-107.893715,44.99981299999999],[-106.258644,44.996173999999996],[-106.020576,44.99722700000001],[-105.084465,44.999832],[-105.04126,45.001091],[-104.059349,44.997349000000014],[-104.058975,44.57436799999999],[-104.060547,44.181842999999986],[-104.059242,44.14584400000001],[-104.05899,43.85292799999999],[-104.057426,43.503738],[-104.05867,43.47916000000001],[-104.05571,43.003094000000004],[-104.055725,42.61470399999999],[-104.053009,41.99985100000001],[-104.053108,41.69824600000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Wyoming","STATE_FIPS":"56","SUB_REGION":"Mtn","STATE_ABBR":"WY","LAND_KM":251500.801,"WATER_KM":1848.149,"PERSONS":453588,"FAMILIES":119825,"HOUSHOLD":168839,"MALE":227007,"FEMALE":226581,"WORKERS":164561,"DRVALONE":153679,"CARPOOL":28109,"PUBTRANS":2963,"EMPLOYED":207868,"UNEMPLOY":13112,"SERVICE":71419,"MANUAL":29157,"P_MALE":0.5,"P_FEMALE":0.5,"SAMP_POP":83202}},{"type":"Feature","id":"states.30","geometry":{"type":"MultiPolygon","coordinates":[[[[-87.748451,44.96162799999999],[-87.83989,44.927334],[-87.830917,44.873356],[-87.985687,44.720482000000004],[-87.983078,44.677273000000014],[-88.013184,44.639126000000005],[-87.975655,44.595821],[-88.012917,44.622242],[-88.040314,44.57145700000001],[-87.966125,44.535503000000006],[-87.926308,44.53914599999999],[-87.868683,44.61691300000001],[-87.76413,44.64405400000001],[-87.723724,44.68929299999999],[-87.614365,44.833054000000004],[-87.552689,44.85134099999999],[-87.551575,44.82302899999999],[-87.433647,44.89110199999999],[-87.367363,44.81156899999999],[-87.314369,44.79472000000001],[-87.372978,44.676918],[-87.473442,44.53394700000001],[-87.537407,44.327854],[-87.517242,44.175758],[-87.644287,44.097836],[-87.726036,43.89390900000001],[-87.702644,43.67318],[-87.785957,43.546299000000005],[-87.802872,43.458713999999986],[-87.875244,43.358588999999995],[-87.889748,43.19720799999999],[-87.859985,43.075863],[-87.891899,43.02576099999999],[-87.836357,42.96457699999999],[-87.819771,42.841544999999996],[-87.756729,42.77752699999999],[-87.791435,42.66662199999999],[-87.79731,42.48913200000001],[-88.194702,42.48961299999999],[-88.297897,42.49197000000001],[-88.70652,42.489655],[-88.764954,42.490905999999995],[-88.939079,42.49086399999999],[-89.359444,42.497906],[-89.400497,42.49749],[-89.834618,42.50345999999999],[-89.923569,42.504108],[-90.419975,42.508362000000005],[-90.638329,42.50936100000001],[-90.62558,42.528560999999996],[-90.639091,42.555713999999995],[-90.664253,42.571392],[-90.694664,42.637932000000006],[-90.745483,42.657005],[-90.892418,42.678246],[-90.919281,42.68068299999999],[-90.999054,42.707066],[-91.06604,42.744923],[-91.081902,42.78337500000001],[-91.0933,42.871452000000005],[-91.138992,42.925906999999995],[-91.152084,43.00133099999999],[-91.159622,43.081199999999995],[-91.168442,43.08290500000001],[-91.161224,43.147594],[-91.068924,43.25791899999999],[-91.066299,43.280703999999986],[-91.078369,43.313320000000004],[-91.176918,43.353970000000004],[-91.198112,43.37053700000001],[-91.210785,43.424076000000014],[-91.235771,43.46471],[-91.223434,43.500834999999995],[-91.240425,43.54874000000001],[-91.232857,43.598918999999995],[-91.258255,43.67735300000001],[-91.258781,43.72242700000001],[-91.250969,43.78810899999999],[-91.291809,43.84722500000001],[-91.373215,43.947227],[-91.425758,43.985657],[-91.528275,44.03425200000001],[-91.569016,44.03499199999999],[-91.601639,44.04085900000001],[-91.652084,44.066933000000006],[-91.753067,44.13726399999999],[-91.848587,44.19122300000001],[-91.888535,44.25753],[-91.922188,44.288376],[-91.922592,44.317554],[-91.938705,44.339146],[-91.972221,44.364520999999996],[-92.091164,44.41562300000001],[-92.205963,44.43842699999999],[-92.248924,44.456249000000014],[-92.296509,44.49221399999999],[-92.320297,44.540524000000005],[-92.340691,44.55286799999999],[-92.509026,44.57519099999999],[-92.60878,44.61032499999999],[-92.630173,44.642685],[-92.736946,44.713627],[-92.805382,44.746193000000005],[-92.760826,44.835403000000014],[-92.764061,44.862267],[-92.771667,44.899529],[-92.753723,44.91503499999999],[-92.749565,44.935688],[-92.766922,45.001037999999994],[-92.762787,45.022152000000006],[-92.796555,45.065642999999994],[-92.745216,45.11303699999999],[-92.744728,45.15645599999999],[-92.762375,45.186645999999996],[-92.755211,45.212410000000006],[-92.746384,45.297638000000006],[-92.707176,45.31823700000001],[-92.684662,45.363113],[-92.648544,45.39550399999999],[-92.644768,45.439491000000004],[-92.65461,45.45526100000001],[-92.685211,45.47009299999999],[-92.727943,45.54728299999999],[-92.761963,45.56430399999999],[-92.834824,45.56344200000001],[-92.876617,45.57887600000001],[-92.885185,45.64499699999999],[-92.85981,45.71060600000001],[-92.833427,45.73093399999999],[-92.7789,45.763386],[-92.748558,45.83734899999999],[-92.733894,45.84502800000001],[-92.706039,45.891006000000004],[-92.666008,45.915752],[-92.552475,45.95132100000001],[-92.523781,45.98263499999999],[-92.462151,45.981250999999986],[-92.424805,46.02555799999999],[-92.364769,46.01630399999999],[-92.346031,46.022651999999994],[-92.327179,46.05693400000001],[-92.289177,46.07328799999999],[-92.28875,46.15665799999999],[-92.28849,46.416042000000004],[-92.287079,46.65884399999999],[-92.208961,46.646930999999995],[-92.095779,46.74268699999999],[-92.003967,46.68386100000001],[-91.921272,46.680195],[-91.555588,46.756924],[-90.861542,46.952549000000005],[-90.7743,46.92030299999999],[-90.77726,46.88319000000001],[-90.926056,46.58555999999999],[-90.73053,46.645756000000006],[-90.540695,46.587582],[-90.40802,46.56866500000001],[-90.385345,46.53971100000001],[-90.31353,46.55161699999999],[-90.302216,46.54435000000001],[-90.300003,46.525104999999996],[-90.269608,46.52253300000001],[-90.258224,46.50884199999999],[-90.211349,46.506348],[-90.161217,46.442432],[-90.141624,46.39395099999999],[-90.115005,46.365207999999996],[-90.111488,46.34048100000001],[-89.924973,46.30407700000001],[-89.09967,46.145691],[-88.985168,46.100437],[-88.925064,46.073646999999994],[-88.804268,46.026848],[-88.793686,46.036404000000005],[-88.777351,46.032658],[-88.772888,46.02119099999999],[-88.72628,46.02962500000001],[-88.703476,46.018967],[-88.677254,46.02018699999999],[-88.643539,45.99343099999999],[-88.615372,45.99416400000001],[-88.597404,46.015559999999994],[-88.575226,46.00900300000001],[-88.548225,46.01934399999999],[-88.51548,46.018654],[-88.49395,46.013003999999995],[-88.483681,45.999194999999986],[-88.454185,46.000805000000014],[-88.403389,45.98346699999999],[-88.369804,45.99463299999999],[-88.32119,45.966758999999996],[-88.299019,45.961989999999986],[-88.257034,45.96710200000001],[-88.214859,45.947948],[-88.180061,45.953564],[-88.150307,45.93634],[-88.111259,45.926334],[-88.093719,45.92066199999999],[-88.095634,45.891850000000005],[-88.065292,45.87368799999999],[-88.121658,45.834923],[-88.129822,45.819447],[-88.088608,45.79157599999999],[-88.051514,45.786156000000005],[-87.989944,45.79508999999999],[-87.969055,45.766491],[-87.873505,45.75074000000001],[-87.842239,45.72245799999999],[-87.80143,45.71143000000001],[-87.801033,45.701362999999986],[-87.777351,45.68413899999999],[-87.780823,45.67595299999999],[-87.816933,45.66542799999999],[-87.819817,45.654487999999986],[-87.775925,45.613235],[-87.774956,45.60042200000001],[-87.786194,45.568554000000006],[-87.828484,45.568625999999995],[-87.805023,45.54455899999999],[-87.789268,45.4991],[-87.813499,45.46649199999999],[-87.860153,45.44512900000001],[-87.849419,45.406147000000004],[-87.883499,45.365883],[-87.873863,45.36211399999999],[-87.868423,45.37210099999999],[-87.861984,45.370193],[-87.841171,45.346176000000014],[-87.827896,45.358349000000004],[-87.759926,45.352924],[-87.689484,45.39129600000001],[-87.64357,45.36188100000001],[-87.645248,45.34819400000001],[-87.704361,45.27222800000001],[-87.705032,45.247108],[-87.719559,45.236794],[-87.721519,45.211693],[-87.736092,45.199093000000005],[-87.729561,45.176624000000004],[-87.672707,45.140690000000006],[-87.66478,45.10907],[-87.581169,45.09465399999999],[-87.618416,45.05681999999999],[-87.620232,44.992008],[-87.748451,44.96162799999999]]],[[[-87.034409,45.29042100000001],[-86.986137,45.29867200000001],[-86.967598,45.24028799999999],[-86.995621,45.218422000000004],[-87.044998,45.249031],[-87.025337,45.149981999999994],[-87.079765,45.14731599999999],[-87.044792,45.09551999999999],[-87.08757,45.092186],[-87.083794,45.053291],[-87.11245,45.06477000000001],[-87.178589,44.982811],[-87.168686,44.93332699999999],[-87.205551,44.87324100000001],[-87.311028,44.798775000000006],[-87.378639,44.83774600000001],[-87.405319,44.911204999999995],[-87.342056,45.015221],[-87.283379,45.052628],[-87.230804,45.17507599999999],[-87.177803,45.15498400000001],[-87.065948,45.29647800000001],[-87.034409,45.29042100000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Wisconsin","STATE_FIPS":"55","SUB_REGION":"E N Cen","STATE_ABBR":"WI","LAND_KM":139556.572,"WATER_KM":8223.295,"PERSONS":4796441,"FAMILIES":1249223,"HOUSHOLD":1789141,"MALE":2345442,"FEMALE":2450999,"WORKERS":1763163,"DRVALONE":1710612,"CARPOOL":264651,"PUBTRANS":57559,"EMPLOYED":2335941,"UNEMPLOY":129191,"SERVICE":688168,"MANUAL":425748,"P_MALE":0.489,"P_FEMALE":0.511,"SAMP_POP":1180518}},{"type":"Feature","id":"states.31","geometry":{"type":"MultiPolygon","coordinates":[[[[-117.025307,43.67914999999999],[-117.02280400000001,43.75381899999999],[-117.036125,43.80025900000001],[-117.026634,43.831683999999996],[-117.009514,43.83988600000001],[-117.01522800000001,43.853088000000014],[-116.984779,43.859466999999995],[-116.977158,43.87358499999999],[-116.97715,43.904556000000014],[-116.958725,43.92869200000001],[-116.966965,43.96331000000001],[-116.932602,44.014317000000005],[-116.975822,44.07400899999999],[-116.962448,44.090411999999986],[-116.945892,44.093140000000005],[-116.90126000000001,44.14642699999999],[-116.912056,44.17741799999999],[-116.980873,44.197956000000005],[-116.975128,44.225295999999986],[-116.99170699999999,44.24717699999999],[-117.02935,44.24945099999999],[-117.05102500000001,44.23167000000001],[-117.080383,44.24396100000001],[-117.099556,44.26719299999999],[-117.111687,44.26992000000001],[-117.142273,44.25074799999999],[-117.169716,44.25344799999999],[-117.212563,44.28483600000001],[-117.21644599999999,44.300781],[-117.200592,44.33955399999999],[-117.23590899999999,44.39009899999999],[-117.21620899999999,44.427971000000014],[-117.22339600000001,44.47310300000001],[-117.20295,44.48590100000001],[-117.18637799999999,44.511921],[-117.14415,44.534771000000006],[-117.14292900000001,44.559402000000006],[-117.129494,44.57263900000001],[-117.07834600000001,44.689452999999986],[-117.065506,44.697674000000006],[-117.038567,44.749233000000004],[-116.950493,44.77615399999999],[-116.908623,44.82906],[-116.89636999999999,44.848674999999986],[-116.86608100000001,44.868729],[-116.834404,44.920265],[-116.846565,44.954971],[-116.83040600000001,44.97275500000001],[-116.84716800000001,44.97186300000001],[-116.854897,44.980087],[-116.847107,45.00016400000001],[-116.853523,45.017067],[-116.80632,45.04987700000001],[-116.786224,45.075874],[-116.777107,45.099602000000004],[-116.760284,45.10642200000001],[-116.735603,45.137428],[-116.687836,45.26247000000001],[-116.671288,45.33552900000001],[-116.564796,45.45998],[-116.553528,45.493763],[-116.477577,45.56617399999999],[-116.46944400000001,45.60637299999999],[-116.513939,45.66460799999999],[-116.527298,45.710846000000004],[-116.559654,45.74754300000001],[-116.653419,45.78075000000001],[-116.702202,45.819289999999995],[-116.772728,45.819885],[-116.790283,45.845989],[-116.855492,45.90372099999999],[-116.897217,45.980639999999994],[-116.91815199999999,45.995299999999986],[-116.956741,46.065811],[-116.98622900000001,46.078632],[-116.960655,46.097397],[-116.928444,46.165604],[-116.96650700000001,46.197674000000006],[-116.97174100000001,46.249427999999995],[-117.00065599999999,46.30256700000001],[-117.026985,46.335544999999996],[-117.06319400000001,46.348816],[-117.04348,46.388690999999994],[-117.037567,46.42809700000001],[-117.040932,46.53671600000001],[-117.039963,47.11942300000001],[-117.041382,47.258601999999996],[-117.040779,47.361541999999986],[-117.036438,47.971191000000005],[-117.037834,48.046284000000014],[-117.028046,48.83815000000001],[-117.030975,49],[-116.0625,48.99999600000001],[-116.055679,48.498726000000005],[-116.054497,48.208549000000005],[-116.052483,47.976269],[-116.024307,47.965014999999994],[-115.997925,47.925217],[-115.936836,47.867199],[-115.902916,47.841148000000004],[-115.868805,47.827526000000006],[-115.84832,47.805256000000014],[-115.835739,47.75635500000001],[-115.789536,47.744911],[-115.774727,47.70980499999999],[-115.732666,47.69562500000001],[-115.73307,47.63995],[-115.697289,47.616150000000005],[-115.691093,47.59079],[-115.741837,47.53376],[-115.700531,47.520962],[-115.69178,47.489609],[-115.639153,47.475303999999994],[-115.642197,47.457863],[-115.655098,47.44924900000001],[-115.731491,47.44537399999999],[-115.749115,47.43403599999999],[-115.749336,47.42254600000001],[-115.665489,47.399238999999994],[-115.637794,47.38011599999999],[-115.598549,47.370075000000014],[-115.554535,47.334686000000005],[-115.522079,47.292057],[-115.500946,47.28171900000001],[-115.425659,47.27444800000001],[-115.407227,47.263667999999996],[-115.342682,47.25509600000001],[-115.324249,47.24522400000001],[-115.295258,47.17962600000001],[-115.192101,47.12410399999999],[-115.171524,47.09764899999999],[-115.147713,47.09182000000001],[-115.134537,47.06362899999999],[-115.080368,47.02660399999999],[-115.054672,46.97343799999999],[-115.036369,46.96308099999999],[-115.00061,46.958889],[-114.963768,46.92529300000001],[-114.923164,46.90724599999999],[-114.939606,46.89096799999999],[-114.947449,46.85252800000001],[-114.901367,46.799515000000014],[-114.865646,46.79712699999999],[-114.839836,46.77562],[-114.793076,46.76661300000001],[-114.776878,46.755798],[-114.781967,46.70312100000001],[-114.747154,46.695212999999995],[-114.697479,46.73384100000001],[-114.672935,46.734802],[-114.624977,46.687186999999994],[-114.644089,46.67100099999999],[-114.643791,46.66090399999999],[-114.609879,46.62912800000001],[-114.539444,46.637969999999996],[-114.483772,46.62365299999999],[-114.44059,46.645793999999995],[-114.383072,46.661674000000005],[-114.33374,46.654304999999994],[-114.323769,46.622917],[-114.342377,46.58795900000001],[-114.349174,46.51746700000001],[-114.359528,46.506203],[-114.409775,46.487449999999995],[-114.383087,46.428257],[-114.39608,46.39962399999999],[-114.408859,46.39299],[-114.430862,46.28478999999999],[-114.472862,46.25304],[-114.471901,46.24386200000001],[-114.438622,46.22033300000001],[-114.439949,46.169048000000004],[-114.466087,46.15534199999999],[-114.508682,46.157497000000006],[-114.518013,46.136143000000004],[-114.505638,46.11622199999999],[-114.47644,46.107437000000004],[-114.455101,46.08231000000001],[-114.464828,46.050895999999995],[-114.493393,46.02349100000001],[-114.473602,46.00984600000001],[-114.483528,45.98988700000001],[-114.411522,45.972054000000014],[-114.404366,45.95406],[-114.428535,45.921558000000005],[-114.412605,45.910731999999996],[-114.391914,45.870968000000005],[-114.406601,45.84653499999999],[-114.442307,45.85270299999999],[-114.472878,45.83955],[-114.498238,45.84276600000001],[-114.516449,45.81014999999999],[-114.562614,45.762482000000006],[-114.541031,45.746082],[-114.53405,45.72308000000001],[-114.496635,45.694484999999986],[-114.509781,45.67414099999999],[-114.500816,45.652477000000005],[-114.563751,45.62435500000001],[-114.540031,45.59648100000001],[-114.559998,45.548823999999996],[-114.526466,45.558277000000004],[-114.495667,45.54673399999999],[-114.461784,45.547932],[-114.432632,45.52771799999999],[-114.418129,45.49909199999999],[-114.370537,45.485825000000006],[-114.349327,45.46346700000001],[-114.325516,45.45750799999999],[-114.261322,45.48594299999999],[-114.246964,45.503029],[-114.241081,45.53537399999999],[-114.193893,45.52799999999999],[-114.171753,45.544005999999996],[-114.131134,45.550465],[-114.117226,45.57120900000001],[-114.082054,45.58645999999999],[-114.055603,45.625225],[-114.01712,45.64085399999999],[-114.010078,45.652592],[-114.018967,45.672459],[-114.00856,45.68641299999999],[-113.970238,45.69745599999999],[-113.963234,45.67945900000001],[-113.925789,45.671291],[-113.922623,45.655204999999995],[-113.901291,45.63733300000001],[-113.902397,45.61357100000001],[-113.85112,45.60964200000001],[-113.821579,45.600716000000006],[-113.802849,45.583809],[-113.832809,45.51498799999999],[-113.780029,45.51694499999999],[-113.7714,45.50713300000001],[-113.768265,45.477787000000006],[-113.78476,45.44571300000001],[-113.774124,45.410252000000014],[-113.74041,45.382464999999996],[-113.738182,45.321608999999995],[-113.687813,45.27786599999999],[-113.689224,45.26236],[-113.644699,45.20686699999999],[-113.600037,45.18106800000001],[-113.593208,45.14981800000001],[-113.570694,45.13462100000001],[-113.573486,45.117785999999995],[-113.551384,45.10762399999999],[-113.509338,45.107910000000004],[-113.519722,45.082137999999986],[-113.489273,45.071293],[-113.48542,45.05839499999999],[-113.454552,45.04342299999999],[-113.45797,45.027523],[-113.440147,44.998267999999996],[-113.447884,44.949596000000014],[-113.462532,44.940848999999986],[-113.486465,44.939648000000005],[-113.495308,44.930744000000004],[-113.444695,44.851315],[-113.420502,44.833775],[-113.349152,44.80764400000001],[-113.33976,44.779076],[-113.31781,44.780304],[-113.256287,44.810562000000004],[-113.239471,44.811916],[-113.137413,44.761517],[-113.126572,44.737457000000006],[-113.100845,44.71525199999999],[-113.098099,44.69599500000001],[-113.072289,44.67560599999999],[-113.053436,44.624371],[-113.082184,44.582764],[-113.038811,44.556377],[-113.036972,44.53304299999999],[-113.006866,44.510695999999996],[-113.019463,44.48186100000001],[-113.005814,44.45270199999999],[-113.011169,44.43780100000001],[-112.984406,44.43562700000001],[-112.937439,44.407279999999986],[-112.886467,44.39294100000001],[-112.869942,44.370068],[-112.843437,44.35372899999999],[-112.816559,44.364292000000006],[-112.817871,44.39490900000001],[-112.825851,44.42117300000001],[-112.795387,44.458099000000004],[-112.779022,44.47400999999999],[-112.732872,44.484409],[-112.713486,44.49702500000001],[-112.652351,44.48089200000001],[-112.53849,44.477588999999995],[-112.501007,44.463089],[-112.457687,44.46892500000001],[-112.419922,44.449375],[-112.366753,44.44936000000001],[-112.339745,44.49726899999999],[-112.341675,44.525188000000014],[-112.281509,44.54178999999999],[-112.255844,44.560058999999995],[-112.229568,44.55957799999999],[-112.216934,44.53858199999999],[-112.19883,44.53153599999999],[-112.123367,44.52833899999999],[-112.099075,44.518317999999994],[-112.058548,44.52869799999999],[-112.02626,44.52293],[-112.022797,44.53513000000001],[-111.977005,44.529762000000005],[-111.939575,44.549812],[-111.871696,44.55635100000001],[-111.807037,44.504065999999995],[-111.791809,44.51854700000001],[-111.766121,44.51890900000001],[-111.716202,44.53384399999999],[-111.684067,44.550835000000006],[-111.604454,44.543071999999995],[-111.566437,44.55294799999999],[-111.489449,44.52877799999999],[-111.481781,44.536224000000004],[-111.458534,44.538002000000006],[-111.462036,44.55002200000001],[-111.492111,44.55126999999999],[-111.513733,44.593277],[-111.500954,44.616051],[-111.506897,44.637767999999994],[-111.469376,44.64078900000001],[-111.457474,44.652634000000006],[-111.4599,44.67010099999999],[-111.480011,44.691494000000006],[-111.474632,44.70223999999999],[-111.442841,44.713257],[-111.394295,44.708946],[-111.384171,44.73777000000001],[-111.371521,44.74516299999999],[-111.34919,44.72625400000001],[-111.318436,44.72793999999999],[-111.31469,44.70526899999999],[-111.294884,44.683013999999986],[-111.269424,44.673878],[-111.269882,44.64228800000001],[-111.22319,44.62698399999999],[-111.219017,44.61805699999999],[-111.233452,44.60263800000001],[-111.218727,44.57324600000001],[-111.177986,44.564926000000014],[-111.169464,44.54526100000001],[-111.133583,44.52797699999999],[-111.128143,44.500832],[-111.093857,44.486198],[-111.050789,44.47339600000001],[-111.049629,43.982631999999995],[-111.045998,43.51560599999999],[-111.04673,43.284813000000014],[-111.048447,43.01996199999999],[-111.046028,42.503322999999995],[-111.047951,41.996264999999994],[-111.49382,42.00023999999999],[-112.099724,42.002376999999996],[-112.146324,41.99913000000001],[-112.988754,42.001228],[-114.038223,41.995476],[-114.268616,41.99601000000001],[-115.023979,41.99659700000001],[-115.946617,41.994698],[-116.991356,41.99490399999999],[-117.01790600000001,41.99490399999999],[-117.025307,43.67914999999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Idaho","STATE_FIPS":"16","SUB_REGION":"Mtn","STATE_ABBR":"ID","LAND_KM":214324.978,"WATER_KM":2131.144,"PERSONS":1006749,"FAMILIES":263194,"HOUSHOLD":360723,"MALE":500956,"FEMALE":505793,"WORKERS":359136,"DRVALONE":329881,"CARPOOL":52958,"PUBTRANS":8572,"EMPLOYED":443703,"UNEMPLOY":29070,"SERVICE":144809,"MANUAL":68391,"P_MALE":0.498,"P_FEMALE":0.502,"SAMP_POP":201595}},{"type":"Feature","id":"states.32","geometry":{"type":"MultiPolygon","coordinates":[[[[-73.258507,42.745979000000005],[-73.269722,42.747401999999994],[-73.296616,42.803471],[-73.280029,42.83702500000001],[-73.276451,42.94021599999999],[-73.250519,43.310779999999994],[-73.238838,43.512764000000004],[-73.260429,43.559315],[-73.291847,43.57496599999999],[-73.282181,43.593121],[-73.294548,43.619586999999996],[-73.303978,43.624649000000005],[-73.364128,43.61493300000001],[-73.388557,43.56907699999999],[-73.418762,43.582413],[-73.423401,43.63204999999999],[-73.371429,43.71421799999999],[-73.357109,43.756496],[-73.359436,43.778366000000005],[-73.385178,43.80444700000001],[-73.375557,43.885918000000004],[-73.405769,43.914749],[-73.417839,43.98813999999999],[-73.408684,44.01816600000001],[-73.436432,44.045624000000004],[-73.435646,44.06384299999999],[-73.409187,44.10655600000001],[-73.408295,44.136173000000014],[-73.382492,44.172054],[-73.377762,44.20119500000001],[-73.305756,44.26008999999999],[-73.330215,44.36734000000001],[-73.300423,44.405483000000004],[-73.293747,44.432804000000004],[-73.334877,44.54428100000001],[-73.348236,44.55392499999999],[-73.371719,44.57912099999999],[-73.382248,44.61976200000001],[-73.37056,44.634303999999986],[-73.37352,44.66123200000001],[-73.358574,44.68032500000001],[-73.373581,44.72419400000001],[-73.327209,44.799251999999996],[-73.369476,44.81907699999999],[-73.382729,44.847893],[-73.336838,44.93256400000001],[-73.351181,44.981933999999995],[-73.345146,45.0061],[-73.188972,45.00844599999999],[-72.547668,45.005325],[-71.902328,45.007294],[-71.505844,45.013306],[-71.541397,44.976517],[-71.517448,44.94364899999999],[-71.506836,44.89962399999999],[-71.575569,44.81597099999999],[-71.583969,44.77914799999999],[-71.631599,44.74166099999999],[-71.608147,44.67781099999999],[-71.589218,44.65054699999999],[-71.568497,44.637394],[-71.554573,44.59653499999999],[-71.537262,44.57887600000001],[-71.592758,44.551146999999986],[-71.591911,44.53881799999999],[-71.575714,44.52574899999999],[-71.58709,44.49448000000001],[-71.614693,44.47444899999999],[-71.637024,44.476673000000005],[-71.648178,44.469116000000014],[-71.656868,44.440079],[-71.677353,44.421284000000014],[-71.767036,44.39819],[-71.798195,44.38411300000001],[-71.821663,44.350300000000004],[-71.835281,44.34413900000001],[-71.928825,44.336051999999995],[-71.939369,44.325726],[-71.994896,44.32748799999999],[-72.035957,44.299374],[-72.060028,44.26143300000001],[-72.044853,44.234318],[-72.059746,44.18211400000001],[-72.045189,44.156372000000005],[-72.035385,44.12068199999999],[-72.04998,44.10038800000001],[-72.032913,44.096035],[-72.035194,44.083309000000014],[-72.077385,44.03197499999999],[-72.08567,44.008858000000004],[-72.110374,43.98916199999999],[-72.113274,43.976448000000005],[-72.092178,43.95792399999999],[-72.11367,43.939098],[-72.122116,43.90914900000001],[-72.170555,43.878849],[-72.185303,43.801620000000014],[-72.206558,43.764565000000005],[-72.219589,43.75062199999999],[-72.260521,43.735229000000004],[-72.304504,43.69846000000001],[-72.333549,43.597294000000005],[-72.373962,43.572304],[-72.395462,43.517483],[-72.38298,43.48455799999999],[-72.396713,43.41008400000001],[-72.412605,43.37705199999999],[-72.398094,43.350933],[-72.410698,43.32333],[-72.402885,43.307308000000006],[-72.436066,43.232178000000005],[-72.452866,43.155945],[-72.438072,43.11619200000001],[-72.443932,43.078959999999995],[-72.462219,43.046425],[-72.457626,42.99952300000001],[-72.473808,42.97606300000001],[-72.50473,42.96550400000001],[-72.520683,42.95159100000001],[-72.525276,42.912532999999996],[-72.553894,42.86056099999999],[-72.539383,42.80765199999999],[-72.513535,42.789176999999995],[-72.507736,42.76865000000001],[-72.47979,42.761505],[-72.462639,42.746758],[-72.456238,42.725769000000014],[-72.923454,42.73728199999999],[-73.020149,42.74031400000001],[-73.258507,42.745979000000005]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Vermont","STATE_FIPS":"50","SUB_REGION":"N Eng","STATE_ABBR":"VT","LAND_KM":23955.748,"WATER_KM":947.04,"PERSONS":562758,"FAMILIES":144895,"HOUSHOLD":210650,"MALE":275492,"FEMALE":287266,"WORKERS":209604,"DRVALONE":199808,"CARPOOL":35731,"PUBTRANS":2033,"EMPLOYED":283146,"UNEMPLOY":17600,"SERVICE":84759,"MANUAL":38046,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":146370}},{"type":"Feature","id":"states.33","geometry":{"type":"MultiPolygon","coordinates":[[[[-91.730217,43.49960300000001],[-92.07737,43.499187000000006],[-92.452995,43.49949599999999],[-92.557831,43.500294],[-93.027016,43.501316],[-93.054184,43.501495000000006],[-93.500618,43.50053399999999],[-93.653481,43.500809000000004],[-93.973717,43.50034299999999],[-94.246544,43.49899300000001],[-94.454987,43.49814599999999],[-94.859573,43.50007199999999],[-94.920197,43.499413000000004],[-95.396278,43.500370000000004],[-95.464493,43.49957699999999],[-95.866615,43.498977999999994],[-96.060738,43.49856600000001],[-96.460136,43.49974399999999],[-96.456284,43.84877],[-96.457077,44.199093000000005],[-96.454781,44.53837999999999],[-96.45639,44.62884500000001],[-96.454887,44.80138400000001],[-96.45575,44.97203099999999],[-96.454163,45.27522999999999],[-96.457268,45.29888500000001],[-96.477257,45.32854499999999],[-96.532211,45.375168],[-96.604744,45.39656099999999],[-96.692825,45.410675],[-96.737686,45.45823300000001],[-96.768898,45.517517],[-96.842735,45.58412899999999],[-96.854637,45.609161],[-96.832443,45.65072599999999],[-96.657043,45.73901000000001],[-96.604263,45.80830399999999],[-96.587608,45.817893999999995],[-96.566574,45.934151000000014],[-96.561455,45.947722999999996],[-96.575867,46.02132],[-96.551582,46.09557000000001],[-96.570816,46.17721599999999],[-96.58754,46.191959],[-96.586105,46.215453999999994],[-96.597832,46.23872399999999],[-96.601723,46.336365],[-96.61451,46.350853],[-96.651749,46.359474000000006],[-96.687874,46.41225800000001],[-96.709328,46.42720800000001],[-96.714539,46.46875800000001],[-96.73996,46.48947100000001],[-96.75087,46.58865700000001],[-96.770683,46.600021],[-96.783958,46.62414899999999],[-96.789886,46.62980999999999],[-96.793335,46.678841000000006],[-96.781197,46.70708099999999],[-96.780022,46.762348],[-96.796837,46.81206900000001],[-96.767891,46.844898],[-96.777702,46.86738600000001],[-96.756554,46.92281700000001],[-96.762711,46.936297999999994],[-96.787567,46.93222],[-96.789352,46.948238],[-96.801529,46.95587900000001],[-96.793068,46.96967699999999],[-96.816414,46.969814000000014],[-96.824173,47.00347099999999],[-96.834938,47.010265000000004],[-96.82225,47.03396599999999],[-96.826607,47.07886500000001],[-96.818794,47.092636],[-96.838806,47.151917],[-96.826134,47.170094000000006],[-96.836708,47.240486000000004],[-96.849266,47.25686999999999],[-96.837357,47.29391100000001],[-96.84639,47.314629],[-96.838104,47.34227000000001],[-96.850273,47.36098100000001],[-96.83947,47.38414399999999],[-96.849648,47.408962],[-96.86689,47.41311300000001],[-96.855469,47.436779],[-96.866325,47.46156300000001],[-96.851257,47.50064499999999],[-96.860329,47.52138099999999],[-96.848831,47.54459399999999],[-96.858307,47.56300400000001],[-96.85186,47.60117700000001],[-96.872978,47.61528000000001],[-96.889069,47.67394999999999],[-96.923302,47.71411900000001],[-96.931656,47.763531],[-96.957474,47.794464000000005],[-96.983536,47.809685],[-96.976875,47.82805300000001],[-96.999985,47.87021999999999],[-97.02021,47.875590999999986],[-97.014977,47.917912],[-97.047699,47.95494500000001],[-97.066719,48.048182999999995],[-97.092369,48.07036199999999],[-97.098679,48.100989999999996],[-97.121521,48.116386000000006],[-97.120567,48.142791999999986],[-97.136162,48.148415],[-97.115715,48.15924100000001],[-97.137093,48.16778600000001],[-97.135941,48.175242999999995],[-97.136925,48.19507999999999],[-97.130478,48.20375799999999],[-97.11055,48.20762300000001],[-97.139404,48.22177099999999],[-97.108887,48.22806499999999],[-97.127205,48.233540000000005],[-97.123436,48.25918999999999],[-97.136307,48.2645],[-97.111366,48.277893000000006],[-97.112335,48.28616299999999],[-97.130165,48.29305600000001],[-97.113373,48.29489899999999],[-97.114403,48.303635000000014],[-97.132286,48.310986000000014],[-97.112244,48.319942],[-97.136787,48.326008],[-97.130775,48.36150699999999],[-97.150047,48.36323200000001],[-97.133438,48.37247099999999],[-97.134857,48.38442599999999],[-97.15847,48.38822200000001],[-97.128777,48.40790200000001],[-97.149475,48.41000700000001],[-97.151299,48.41962799999999],[-97.122253,48.41612599999999],[-97.119286,48.437118999999996],[-97.143265,48.43812600000001],[-97.134247,48.51732999999999],[-97.14798,48.517967],[-97.139038,48.53466399999999],[-97.15519,48.53841399999999],[-97.160088,48.545094000000006],[-97.146271,48.549553],[-97.167595,48.56227899999999],[-97.151779,48.57287199999999],[-97.157845,48.58365599999999],[-97.140465,48.58692199999999],[-97.144371,48.61403999999999],[-97.122612,48.62078500000001],[-97.127098,48.62980999999999],[-97.107285,48.629963000000004],[-97.096825,48.674544999999995],[-97.116394,48.69525899999999],[-97.109756,48.70859899999999],[-97.13446,48.72625400000001],[-97.132156,48.74723399999999],[-97.147552,48.75566900000001],[-97.138901,48.76355699999999],[-97.147171,48.781184999999994],[-97.173599,48.80152899999999],[-97.164368,48.810383],[-97.180077,48.815552],[-97.17086,48.835995],[-97.175385,48.873772],[-97.216026,48.931842999999986],[-97.229095,49],[-96.406616,49],[-95.276421,49],[-95.157516,49.00000399999999],[-95.151627,49.371735],[-94.83181,49.33081100000001],[-94.681038,48.87717799999999],[-94.694221,48.777637],[-94.570107,48.71370300000001],[-94.430435,48.710815],[-94.292145,48.70774499999999],[-94.230637,48.652023000000014],[-93.843735,48.62478300000001],[-93.812515,48.525454999999994],[-93.780937,48.511639],[-93.513985,48.53432799999999],[-93.465187,48.54957999999999],[-93.457619,48.59277],[-93.304092,48.63722999999999],[-93.091301,48.62666300000001],[-92.946785,48.62844100000001],[-92.728851,48.54030599999999],[-92.64167,48.54044300000001],[-92.626228,48.502917999999994],[-92.698669,48.494815999999986],[-92.70649,48.460464],[-92.497375,48.440166000000005],[-92.456192,48.402264],[-92.473167,48.357594000000006],[-92.369965,48.22087500000001],[-92.276772,48.244438],[-92.300125,48.29840899999999],[-92.275986,48.352417],[-92.125824,48.36685600000001],[-92.035049,48.35561000000001],[-91.979401,48.25049999999999],[-91.788689,48.206249000000014],[-91.711815,48.19687999999999],[-91.703606,48.11494099999999],[-91.568657,48.10456500000001],[-91.571442,48.043678],[-91.239334,48.08140599999999],[-91.027039,48.195449999999994],[-90.864388,48.254311],[-90.743256,48.08855399999999],[-90.567352,48.12181100000001],[-90.556732,48.092861],[-90.14518,48.112885000000006],[-90.026611,48.08619300000001],[-89.986931,48.02367000000001],[-89.900299,47.99261899999999],[-89.749222,48.0266],[-89.530586,48.00176999999999],[-89.625557,47.99267599999999],[-89.636284,47.95950300000001],[-89.99958,47.82467299999999],[-90.509514,47.71004500000001],[-91.021317,47.461151],[-91.468483,47.12500800000001],[-91.800789,46.92715100000001],[-92.088303,46.791957999999994],[-92.214432,46.668262],[-92.302956,46.66663399999999],[-92.287079,46.65884399999999],[-92.28849,46.416042000000004],[-92.28875,46.15665799999999],[-92.289177,46.07328799999999],[-92.327179,46.05693400000001],[-92.346031,46.022651999999994],[-92.364769,46.01630399999999],[-92.424805,46.02555799999999],[-92.462151,45.981250999999986],[-92.523781,45.98263499999999],[-92.552475,45.95132100000001],[-92.666008,45.915752],[-92.706039,45.891006000000004],[-92.733894,45.84502800000001],[-92.748558,45.83734899999999],[-92.7789,45.763386],[-92.833427,45.73093399999999],[-92.85981,45.71060600000001],[-92.885185,45.64499699999999],[-92.876617,45.57887600000001],[-92.834824,45.56344200000001],[-92.761963,45.56430399999999],[-92.727943,45.54728299999999],[-92.685211,45.47009299999999],[-92.65461,45.45526100000001],[-92.644768,45.439491000000004],[-92.648544,45.39550399999999],[-92.684662,45.363113],[-92.707176,45.31823700000001],[-92.746384,45.297638000000006],[-92.755211,45.212410000000006],[-92.762375,45.186645999999996],[-92.744728,45.15645599999999],[-92.745216,45.11303699999999],[-92.796555,45.065642999999994],[-92.762787,45.022152000000006],[-92.766922,45.001037999999994],[-92.749565,44.935688],[-92.753723,44.91503499999999],[-92.771667,44.899529],[-92.764061,44.862267],[-92.760826,44.835403000000014],[-92.805382,44.746193000000005],[-92.736946,44.713627],[-92.630173,44.642685],[-92.60878,44.61032499999999],[-92.509026,44.57519099999999],[-92.340691,44.55286799999999],[-92.320297,44.540524000000005],[-92.296509,44.49221399999999],[-92.248924,44.456249000000014],[-92.205963,44.43842699999999],[-92.091164,44.41562300000001],[-91.972221,44.364520999999996],[-91.938705,44.339146],[-91.922592,44.317554],[-91.922188,44.288376],[-91.888535,44.25753],[-91.848587,44.19122300000001],[-91.753067,44.13726399999999],[-91.652084,44.066933000000006],[-91.601639,44.04085900000001],[-91.569016,44.03499199999999],[-91.528275,44.03425200000001],[-91.425758,43.985657],[-91.373215,43.947227],[-91.291809,43.84722500000001],[-91.250969,43.78810899999999],[-91.258781,43.72242700000001],[-91.258255,43.67735300000001],[-91.232857,43.598918999999995],[-91.240425,43.54874000000001],[-91.223434,43.500834999999995],[-91.610954,43.50065599999999],[-91.730217,43.49960300000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Minnesota","STATE_FIPS":"27","SUB_REGION":"W N Cen","STATE_ABBR":"MN","LAND_KM":206207.099,"WATER_KM":12845.411,"PERSONS":4375099,"FAMILIES":1130683,"HOUSHOLD":1647853,"MALE":2145183,"FEMALE":2229916,"WORKERS":1605702,"DRVALONE":1593019,"CARPOOL":246546,"PUBTRANS":77722,"EMPLOYED":2192417,"UNEMPLOY":118919,"SERVICE":606584,"MANUAL":303141,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":1043304}},{"type":"Feature","id":"states.34","geometry":{"type":"MultiPolygon","coordinates":[[[[-121.440407,41.99445700000001],[-122.28357700000001,42.0009],[-123.22094,42.00234599999999],[-123.512032,41.99799300000001],[-123.81796299999999,41.99311399999999],[-124.205246,41.997814000000005],[-124.351036,42.09884299999999],[-124.41384099999999,42.246059],[-124.4366,42.42977500000001],[-124.390549,42.553196000000014],[-124.39986400000001,42.62286800000001],[-124.55839499999999,42.832626000000005],[-124.484123,42.955624],[-124.38554400000001,43.26175699999999],[-124.40484599999999,43.300365],[-124.27276599999999,43.459270000000004],[-124.224777,43.605166999999994],[-124.157097,43.85727700000001],[-124.117088,44.269672000000014],[-124.053177,44.66229999999999],[-124.074341,44.81490299999999],[-124.006348,45.03627399999999],[-123.955376,45.293139999999994],[-123.97931700000001,45.48526000000001],[-123.93543199999999,45.508140999999995],[-123.89086900000001,45.47422399999999],[-123.858269,45.499256],[-123.95217099999999,45.568703],[-123.93483,45.703007000000014],[-123.97538,45.775654],[-123.955025,45.871212000000014],[-123.995255,45.942093],[-123.919937,46.012493000000006],[-123.97608199999999,46.20288099999999],[-123.792847,46.11161799999999],[-123.775833,46.1446],[-123.819725,46.193821000000014],[-123.76016200000001,46.210109999999986],[-123.715912,46.170063],[-123.668999,46.174667],[-123.515785,46.23625899999999],[-123.36232,46.14432099999999],[-123.303482,46.144904999999994],[-123.247566,46.144188000000014],[-123.211205,46.170174],[-123.174965,46.18375399999999],[-123.117325,46.17947799999999],[-123.04937000000001,46.155902999999995],[-122.97294600000001,46.110648999999995],[-122.898537,46.07949400000001],[-122.874199,46.02734799999999],[-122.80652599999999,45.944053999999994],[-122.805008,45.904236],[-122.78286,45.86805000000001],[-122.78330199999999,45.85061300000001],[-122.786797,45.80050700000001],[-122.76307700000001,45.76073099999999],[-122.771339,45.727847999999994],[-122.759331,45.64955900000001],[-122.69511399999999,45.63120699999999],[-122.650002,45.606990999999994],[-122.564224,45.594978],[-122.435951,45.56493800000001],[-122.355255,45.566329999999994],[-122.30194900000001,45.543251],[-122.243721,45.548271],[-122.08084099999999,45.590664000000004],[-121.998817,45.617985000000004],[-121.97146599999999,45.63593700000001],[-121.925629,45.642189],[-121.887093,45.677017000000006],[-121.809853,45.70084399999999],[-121.757507,45.689876999999996],[-121.705231,45.688953],[-121.52787000000001,45.719727000000006],[-121.441368,45.69512599999999],[-121.420845,45.69076200000001],[-121.366631,45.69984400000001],[-121.318794,45.696799999999996],[-121.27520799999999,45.67849699999999],[-121.213089,45.66580200000001],[-121.20212599999999,45.657444],[-121.190872,45.61340000000001],[-121.173134,45.600674],[-121.124023,45.607215999999994],[-121.07235,45.64676700000001],[-121.032303,45.65299999999999],[-120.9673,45.645309],[-120.947395,45.65047100000001],[-120.906761,45.63563199999999],[-120.86024499999999,45.665339999999986],[-120.695824,45.71066300000001],[-120.657234,45.732765],[-120.622589,45.743763],[-120.568916,45.74107000000001],[-120.49799300000001,45.69578200000001],[-120.442223,45.68942999999999],[-120.282478,45.71673200000001],[-120.206291,45.719933],[-120.154755,45.76141000000001],[-120.067497,45.78035],[-119.993172,45.81128699999999],[-119.86859100000001,45.83184399999999],[-119.832413,45.841755000000006],[-119.677307,45.85268400000001],[-119.620979,45.89955499999999],[-119.58815799999999,45.913459999999986],[-119.511086,45.89934500000001],[-119.43772899999999,45.914412999999996],[-119.378311,45.917755],[-119.301636,45.932807999999994],[-119.17761999999999,45.92249699999999],[-119.13913,45.92585399999999],[-119.031105,45.966419],[-118.981018,45.999202999999994],[-117.991478,46.001778],[-117.981628,46.00001900000001],[-117.60180700000001,46.00040100000001],[-117.48065199999999,45.999966],[-116.91815199999999,45.995299999999986],[-116.897217,45.980639999999994],[-116.855492,45.90372099999999],[-116.790283,45.845989],[-116.772728,45.819885],[-116.702202,45.819289999999995],[-116.653419,45.78075000000001],[-116.559654,45.74754300000001],[-116.527298,45.710846000000004],[-116.513939,45.66460799999999],[-116.46944400000001,45.60637299999999],[-116.477577,45.56617399999999],[-116.553528,45.493763],[-116.564796,45.45998],[-116.671288,45.33552900000001],[-116.687836,45.26247000000001],[-116.735603,45.137428],[-116.760284,45.10642200000001],[-116.777107,45.099602000000004],[-116.786224,45.075874],[-116.80632,45.04987700000001],[-116.853523,45.017067],[-116.847107,45.00016400000001],[-116.854897,44.980087],[-116.84716800000001,44.97186300000001],[-116.83040600000001,44.97275500000001],[-116.846565,44.954971],[-116.834404,44.920265],[-116.86608100000001,44.868729],[-116.89636999999999,44.848674999999986],[-116.908623,44.82906],[-116.950493,44.77615399999999],[-117.038567,44.749233000000004],[-117.065506,44.697674000000006],[-117.07834600000001,44.689452999999986],[-117.129494,44.57263900000001],[-117.14292900000001,44.559402000000006],[-117.14415,44.534771000000006],[-117.18637799999999,44.511921],[-117.20295,44.48590100000001],[-117.22339600000001,44.47310300000001],[-117.21620899999999,44.427971000000014],[-117.23590899999999,44.39009899999999],[-117.200592,44.33955399999999],[-117.21644599999999,44.300781],[-117.212563,44.28483600000001],[-117.169716,44.25344799999999],[-117.142273,44.25074799999999],[-117.111687,44.26992000000001],[-117.099556,44.26719299999999],[-117.080383,44.24396100000001],[-117.05102500000001,44.23167000000001],[-117.02935,44.24945099999999],[-116.99170699999999,44.24717699999999],[-116.975128,44.225295999999986],[-116.980873,44.197956000000005],[-116.912056,44.17741799999999],[-116.90126000000001,44.14642699999999],[-116.945892,44.093140000000005],[-116.962448,44.090411999999986],[-116.975822,44.07400899999999],[-116.932602,44.014317000000005],[-116.966965,43.96331000000001],[-116.958725,43.92869200000001],[-116.97715,43.904556000000014],[-116.977158,43.87358499999999],[-116.984779,43.859466999999995],[-117.01522800000001,43.853088000000014],[-117.009514,43.83988600000001],[-117.026634,43.831683999999996],[-117.036125,43.80025900000001],[-117.02280400000001,43.75381899999999],[-117.025307,43.67914999999999],[-117.01790600000001,41.99490399999999],[-118.184326,41.99674200000001],[-119.309906,41.98924299999999],[-119.350655,41.98895999999999],[-119.992401,41.989315000000005],[-120.87082699999999,41.98778899999999],[-121.440407,41.99445700000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Oregon","STATE_FIPS":"41","SUB_REGION":"Pacific","STATE_ABBR":"OR","LAND_KM":248646.672,"WATER_KM":6172.331,"PERSONS":2842321,"FAMILIES":750844,"HOUSHOLD":1103313,"MALE":1397073,"FEMALE":1445248,"WORKERS":1063797,"DRVALONE":949326,"CARPOOL":165256,"PUBTRANS":43435,"EMPLOYED":1319960,"UNEMPLOY":87183,"SERVICE":380532,"MANUAL":206287,"P_MALE":0.492,"P_FEMALE":0.508,"SAMP_POP":452821}},{"type":"Feature","id":"states.35","geometry":{"type":"MultiPolygon","coordinates":[[[[-72.280388,42.720383],[-72.456238,42.725769000000014],[-72.462639,42.746758],[-72.47979,42.761505],[-72.507736,42.76865000000001],[-72.513535,42.789176999999995],[-72.539383,42.80765199999999],[-72.553894,42.86056099999999],[-72.525276,42.912532999999996],[-72.520683,42.95159100000001],[-72.50473,42.96550400000001],[-72.473808,42.97606300000001],[-72.457626,42.99952300000001],[-72.462219,43.046425],[-72.443932,43.078959999999995],[-72.438072,43.11619200000001],[-72.452866,43.155945],[-72.436066,43.232178000000005],[-72.402885,43.307308000000006],[-72.410698,43.32333],[-72.398094,43.350933],[-72.412605,43.37705199999999],[-72.396713,43.41008400000001],[-72.38298,43.48455799999999],[-72.395462,43.517483],[-72.373962,43.572304],[-72.333549,43.597294000000005],[-72.304504,43.69846000000001],[-72.260521,43.735229000000004],[-72.219589,43.75062199999999],[-72.206558,43.764565000000005],[-72.185303,43.801620000000014],[-72.170555,43.878849],[-72.122116,43.90914900000001],[-72.11367,43.939098],[-72.092178,43.95792399999999],[-72.113274,43.976448000000005],[-72.110374,43.98916199999999],[-72.08567,44.008858000000004],[-72.077385,44.03197499999999],[-72.035194,44.083309000000014],[-72.032913,44.096035],[-72.04998,44.10038800000001],[-72.035385,44.12068199999999],[-72.045189,44.156372000000005],[-72.059746,44.18211400000001],[-72.044853,44.234318],[-72.060028,44.26143300000001],[-72.035957,44.299374],[-71.994896,44.32748799999999],[-71.939369,44.325726],[-71.928825,44.336051999999995],[-71.835281,44.34413900000001],[-71.821663,44.350300000000004],[-71.798195,44.38411300000001],[-71.767036,44.39819],[-71.677353,44.421284000000014],[-71.656868,44.440079],[-71.648178,44.469116000000014],[-71.637024,44.476673000000005],[-71.614693,44.47444899999999],[-71.58709,44.49448000000001],[-71.575714,44.52574899999999],[-71.591911,44.53881799999999],[-71.592758,44.551146999999986],[-71.537262,44.57887600000001],[-71.554573,44.59653499999999],[-71.568497,44.637394],[-71.589218,44.65054699999999],[-71.608147,44.67781099999999],[-71.631599,44.74166099999999],[-71.583969,44.77914799999999],[-71.575569,44.81597099999999],[-71.506836,44.89962399999999],[-71.517448,44.94364899999999],[-71.541397,44.976517],[-71.505844,45.013306],[-71.503471,45.059844999999996],[-71.430885,45.11694700000001],[-71.403,45.202758999999986],[-71.447037,45.23603800000001],[-71.386856,45.23488599999999],[-71.297714,45.29344900000001],[-71.153572,45.237922999999995],[-71.08799,45.301422],[-71.029205,44.66848400000001],[-71.009079,44.282082],[-70.984932,43.791088],[-70.974365,43.571751000000006],[-70.957016,43.564064],[-70.950111,43.54887400000001],[-70.96476,43.53191000000001],[-70.95977,43.51630800000001],[-70.971283,43.47013100000001],[-70.961975,43.438046000000014],[-70.979591,43.39610300000001],[-70.970192,43.366299],[-70.906296,43.301987],[-70.901581,43.280936999999994],[-70.813705,43.235138000000006],[-70.831047,43.159088],[-70.819168,43.12178399999999],[-70.885246,43.127621000000005],[-70.87513,43.10144],[-70.905914,43.083935],[-70.886993,43.058796],[-70.810928,43.089653],[-70.734642,43.058673999999996],[-70.814384,42.866974],[-70.850243,42.863338],[-70.898613,42.886787],[-70.921837,42.88505900000001],[-71.025925,42.85108199999999],[-71.066063,42.80422999999999],[-71.121101,42.81819200000001],[-71.181557,42.80722800000001],[-71.186844,42.73867000000001],[-71.240974,42.743464999999986],[-71.252907,42.725978999999995],[-71.287689,42.69851299999999],[-71.901421,42.705291999999986],[-71.930695,42.707122999999996],[-72.280388,42.720383]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"New Hampshire","STATE_FIPS":"33","SUB_REGION":"N Eng","STATE_ABBR":"NH","LAND_KM":23230.674,"WATER_KM":875.265,"PERSONS":1109252,"FAMILIES":292601,"HOUSHOLD":411186,"MALE":543544,"FEMALE":565708,"WORKERS":415538,"DRVALONE":443317,"CARPOOL":69904,"PUBTRANS":4067,"EMPLOYED":574237,"UNEMPLOY":38108,"SERVICE":148720,"MANUAL":78699,"P_MALE":0.49,"P_FEMALE":0.51,"SAMP_POP":193338}},{"type":"Feature","id":"states.36","geometry":{"type":"MultiPolygon","coordinates":[[[[-91.119987,40.70540199999999],[-91.129158,40.68214800000001],[-91.162498,40.65631099999999],[-91.214912,40.64381800000001],[-91.262062,40.639545],[-91.37561,40.60343900000001],[-91.411118,40.572970999999995],[-91.412872,40.54799299999999],[-91.382103,40.52849599999999],[-91.374794,40.50365400000001],[-91.385399,40.44725],[-91.372757,40.40298799999999],[-91.385757,40.392360999999994],[-91.418816,40.386875],[-91.448593,40.371902000000006],[-91.476883,40.39096799999999],[-91.490158,40.390761999999995],[-91.500221,40.40511699999999],[-91.527534,40.41012599999999],[-91.529449,40.43504300000001],[-91.538689,40.44124600000001],[-91.533051,40.455399],[-91.579224,40.463718],[-91.585869,40.484477999999996],[-91.616699,40.50483299999999],[-91.622375,40.53286399999999],[-91.691917,40.55163999999999],[-91.689796,40.581165],[-91.716812,40.593399000000005],[-91.741547,40.609748999999994],[-91.946198,40.60823400000001],[-92.192993,40.60006000000001],[-92.361328,40.599548],[-92.64624,40.59143800000001],[-92.717621,40.58964499999999],[-93.100731,40.58433500000001],[-93.370056,40.58048199999999],[-93.562691,40.58080699999999],[-93.786079,40.57844499999999],[-94.01783,40.57402400000001],[-94.238159,40.57097200000001],[-94.484993,40.57421500000001],[-94.639633,40.57575600000001],[-94.920364,40.57722899999999],[-95.217171,40.581897999999995],[-95.382294,40.58433500000001],[-95.767204,40.589045999999996],[-95.757271,40.620903],[-95.767723,40.64311599999999],[-95.876335,40.730434],[-95.851509,40.792598999999996],[-95.846153,40.848331],[-95.834114,40.870299999999986],[-95.836258,40.901107999999994],[-95.837318,40.97425799999999],[-95.860611,41.002650999999986],[-95.859253,41.03500399999999],[-95.878517,41.06587200000001],[-95.857986,41.10918799999999],[-95.876396,41.16420400000001],[-95.859512,41.166866],[-95.85891,41.18053800000001],[-95.91581,41.194064999999995],[-95.921959,41.207854999999995],[-95.91069,41.225246],[-95.929939,41.302059000000014],[-95.910912,41.308471999999995],[-95.897301,41.286865000000006],[-95.888817,41.30139199999999],[-95.942604,41.34008],[-95.939766,41.39481000000001],[-95.934776,41.46238700000001],[-95.952896,41.47239300000001],[-96.006607,41.48195999999999],[-96.013161,41.492999999999995],[-95.996399,41.51152400000001],[-95.993675,41.528110999999996],[-96.004303,41.53667100000001],[-96.049881,41.52434199999999],[-96.085548,41.537529000000006],[-96.091644,41.563152],[-96.080544,41.576008],[-96.111015,41.59901400000001],[-96.099014,41.65468999999999],[-96.119972,41.68410499999999],[-96.12191,41.69492299999999],[-96.085266,41.70499799999999],[-96.09948,41.73157499999999],[-96.09903,41.75298699999999],[-96.076126,41.791481000000005],[-96.13533,41.86263299999999],[-96.159676,41.90416300000001],[-96.145576,41.92491899999999],[-96.147034,41.96626699999999],[-96.184921,41.98069799999999],[-96.202545,41.99662799999999],[-96.235794,42.001270000000005],[-96.238426,42.02844999999999],[-96.265182,42.04890800000001],[-96.284821,42.12346299999999],[-96.35186,42.168194],[-96.363205,42.214049999999986],[-96.337402,42.22953000000001],[-96.332352,42.26031499999999],[-96.342575,42.28208900000001],[-96.368393,42.29803100000001],[-96.389473,42.32879600000001],[-96.423866,42.34928500000001],[-96.411453,42.38092399999999],[-96.41732,42.414783],[-96.397583,42.441799],[-96.395767,42.46740700000001],[-96.439087,42.48924600000001],[-96.479935,42.517135999999994],[-96.489029,42.56403399999999],[-96.500633,42.573891],[-96.48819,42.58048600000001],[-96.512535,42.629761],[-96.540855,42.66241099999999],[-96.562729,42.668518000000006],[-96.626228,42.708359],[-96.640396,42.74860799999999],[-96.632668,42.77683999999999],[-96.600563,42.799564000000004],[-96.587334,42.835387999999995],[-96.572815,42.83435399999999],[-96.555901,42.846667999999994],[-96.537201,42.89691500000001],[-96.543953,42.91387599999999],[-96.514626,42.952393],[-96.516838,42.986469],[-96.498711,43.012061999999986],[-96.519699,43.05152100000001],[-96.479263,43.06189699999999],[-96.461784,43.07559599999999],[-96.460495,43.087886999999995],[-96.451195,43.12632400000001],[-96.472801,43.20909900000001],[-96.486931,43.217926000000006],[-96.558289,43.225505999999996],[-96.566673,43.23965100000001],[-96.55925,43.25328099999999],[-96.570404,43.263630000000006],[-96.578812,43.29009199999999],[-96.540245,43.30767800000001],[-96.522575,43.356987000000004],[-96.524734,43.38424699999999],[-96.557388,43.40074899999999],[-96.588791,43.435562000000004],[-96.583473,43.481944999999996],[-96.597992,43.499874000000005],[-96.460136,43.49974399999999],[-96.060738,43.49856600000001],[-95.866615,43.498977999999994],[-95.464493,43.49957699999999],[-95.396278,43.500370000000004],[-94.920197,43.499413000000004],[-94.859573,43.50007199999999],[-94.454987,43.49814599999999],[-94.246544,43.49899300000001],[-93.973717,43.50034299999999],[-93.653481,43.500809000000004],[-93.500618,43.50053399999999],[-93.054184,43.501495000000006],[-93.027016,43.501316],[-92.557831,43.500294],[-92.452995,43.49949599999999],[-92.07737,43.499187000000006],[-91.730217,43.49960300000001],[-91.610954,43.50065599999999],[-91.223434,43.500834999999995],[-91.235771,43.46471],[-91.210785,43.424076000000014],[-91.198112,43.37053700000001],[-91.176918,43.353970000000004],[-91.078369,43.313320000000004],[-91.066299,43.280703999999986],[-91.068924,43.25791899999999],[-91.161224,43.147594],[-91.168442,43.08290500000001],[-91.159622,43.081199999999995],[-91.152084,43.00133099999999],[-91.138992,42.925906999999995],[-91.0933,42.871452000000005],[-91.081902,42.78337500000001],[-91.06604,42.744923],[-90.999054,42.707066],[-90.919281,42.68068299999999],[-90.892418,42.678246],[-90.745483,42.657005],[-90.694664,42.637932000000006],[-90.664253,42.571392],[-90.639091,42.555713999999995],[-90.62558,42.528560999999996],[-90.638329,42.50936100000001],[-90.651772,42.494698],[-90.648346,42.47564299999999],[-90.605827,42.46055999999999],[-90.563583,42.42183700000001],[-90.491043,42.38878299999999],[-90.441597,42.360073],[-90.427681,42.340633],[-90.417984,42.263924],[-90.407173,42.24264500000001],[-90.367729,42.21020899999999],[-90.323601,42.19731899999999],[-90.230934,42.15972099999999],[-90.191574,42.12268800000001],[-90.176086,42.12050199999999],[-90.166649,42.103745],[-90.168098,42.06104300000001],[-90.150536,42.03342799999999],[-90.14267,41.98396299999999],[-90.154518,41.93077500000001],[-90.195839,41.80613700000001],[-90.25531,41.78173799999999],[-90.304886,41.75646599999999],[-90.326027,41.722736],[-90.341133,41.64909],[-90.339348,41.60279800000001],[-90.348366,41.586849],[-90.423004,41.567272],[-90.434967,41.543578999999994],[-90.454994,41.527546],[-90.54084,41.52597],[-90.6007,41.50958600000001],[-90.658791,41.46231800000001],[-90.708214,41.450062],[-90.7799,41.449820999999986],[-90.844139,41.44462200000001],[-90.949654,41.421234],[-91.000694,41.431084],[-91.027489,41.423508],[-91.055786,41.40137899999999],[-91.07328,41.334895999999986],[-91.102348,41.267818000000005],[-91.101524,41.23152200000001],[-91.05632,41.17625799999999],[-91.018257,41.16582500000001],[-90.990341,41.14437100000001],[-90.957787,41.10435899999999],[-90.954651,41.07036199999999],[-90.960709,40.950503999999995],[-90.983276,40.92392699999999],[-91.04921,40.87958499999999],[-91.088905,40.833729000000005],[-91.092751,40.76154700000001],[-91.119987,40.70540199999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Iowa","STATE_FIPS":"19","SUB_REGION":"W N Cen","STATE_ABBR":"IA","LAND_KM":144715.989,"WATER_KM":1037.659,"PERSONS":2776755,"FAMILIES":740819,"HOUSHOLD":1064325,"MALE":1344802,"FEMALE":1431953,"WORKERS":1013757,"DRVALONE":970933,"CARPOOL":156930,"PUBTRANS":16373,"EMPLOYED":1340242,"UNEMPLOY":63641,"SERVICE":429860,"MANUAL":217271,"P_MALE":0.484,"P_FEMALE":0.516,"SAMP_POP":579075}},{"type":"Feature","id":"states.37","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.319832,41.77209500000001],[-71.340302,41.784324999999995],[-71.345985,41.813061000000005],[-71.335045,41.85780299999999],[-71.342995,41.87568300000001],[-71.333588,41.89593099999999],[-71.384453,41.88834],[-71.382904,41.979164],[-71.379143,42.01361499999999],[-71.497925,42.00915499999999],[-71.798317,42.004177],[-71.802826,42.01787899999999],[-72.095451,42.02570299999999],[-72.136826,42.026306000000005],[-72.508041,42.030669999999986],[-72.571693,42.03002900000001],[-72.582375,42.021511000000004],[-72.608292,42.022705],[-72.609993,42.030440999999996],[-72.756355,42.03375199999999],[-72.768036,42.002071],[-72.818138,41.99708899999999],[-72.81691,42.033412999999996],[-73.006546,42.03591499999999],[-73.046082,42.03621699999999],[-73.484665,42.047337],[-73.499275,42.07737],[-73.351273,42.504673],[-73.258507,42.745979000000005],[-73.020149,42.74031400000001],[-72.923454,42.73728199999999],[-72.456238,42.725769000000014],[-72.280388,42.720383],[-71.930695,42.707122999999996],[-71.901421,42.705291999999986],[-71.287689,42.69851299999999],[-71.252907,42.725978999999995],[-71.240974,42.743464999999986],[-71.186844,42.73867000000001],[-71.181557,42.80722800000001],[-71.121101,42.81819200000001],[-71.066063,42.80422999999999],[-71.025925,42.85108199999999],[-70.921837,42.88505900000001],[-70.898613,42.886787],[-70.850243,42.863338],[-70.814384,42.866974],[-70.740204,42.66342900000001],[-70.593712,42.646209999999996],[-70.633965,42.58254600000001],[-70.813637,42.54634100000001],[-70.894112,42.447970999999995],[-70.961128,42.432297000000005],[-71.034668,42.285529999999994],[-70.923714,42.23441700000001],[-70.893181,42.26566700000001],[-70.825172,42.26040599999999],[-70.775108,42.248538999999994],[-70.686554,42.153065],[-70.619225,41.968086],[-70.540863,41.930847],[-70.538231,41.805656],[-70.424042,41.743515],[-70.274368,41.721554],[-70.34166,41.711704],[-70.205795,41.712463000000014],[-70.019753,41.781409999999994],[-70.000984,41.856243000000006],[-70.101028,42.00209000000001],[-70.255676,42.06001699999999],[-70.13562,42.07239200000001],[-70.051003,42.026196],[-69.964706,41.903988],[-69.91832,41.76754399999999],[-69.954964,41.67138299999999],[-70.398148,41.612460999999996],[-70.433449,41.56964500000001],[-70.637665,41.53969599999999],[-70.665413,41.55601899999999],[-70.620285,41.73553100000001],[-70.839951,41.626587],[-70.892647,41.63380799999999],[-71.001701,41.52001999999999],[-71.117645,41.49295799999999],[-71.141724,41.65517],[-71.199318,41.67839799999999],[-71.229485,41.707592000000005],[-71.267136,41.749641],[-71.319832,41.77209500000001]]],[[[-70.604858,41.429550000000006],[-70.568222,41.46445499999999],[-70.55336,41.41727399999999],[-70.576385,41.41017199999999],[-70.515686,41.39854399999999],[-70.486671,41.341442],[-70.739204,41.33404200000001],[-70.770241,41.29804999999999],[-70.844444,41.348488],[-70.783051,41.352406],[-70.771454,41.32486700000001],[-70.752296,41.382057],[-70.668015,41.454826],[-70.606369,41.47455199999999],[-70.604858,41.429550000000006]]],[[[-70.032257,41.31181000000001],[-70.00705,41.32465400000001],[-70.027161,41.33708999999999],[-70.088173,41.29672600000001],[-70.035027,41.349597999999986],[-70.049805,41.391842],[-69.966522,41.294769],[-69.968987,41.251693999999986],[-70.103645,41.238155000000006],[-70.213806,41.270081000000005],[-70.207634,41.29396399999999],[-70.098412,41.27750800000001],[-70.032257,41.31181000000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Massachusetts","STATE_FIPS":"25","SUB_REGION":"N Eng","STATE_ABBR":"MA","LAND_KM":20300.349,"WATER_KM":2606.738,"PERSONS":6016425,"FAMILIES":1514746,"HOUSHOLD":2247110,"MALE":2888745,"FEMALE":3127680,"WORKERS":2268095,"DRVALONE":2148065,"CARPOOL":318026,"PUBTRANS":247381,"EMPLOYED":3027950,"UNEMPLOY":218000,"SERVICE":718354,"MANUAL":345333,"P_MALE":0.48,"P_FEMALE":0.52,"SAMP_POP":808423}},{"type":"Feature","id":"states.38","geometry":{"type":"MultiPolygon","coordinates":[[[[-101.406952,40.00100699999999],[-102.051071,39.99892800000001],[-102.047081,40.34265099999999],[-102.047157,40.431084],[-102.04557,40.69732300000001],[-102.046532,40.743134],[-102.047279,40.998076999999995],[-102.620789,41.000225],[-102.651802,40.99813499999999],[-103.382469,41.000331999999986],[-103.571823,40.999663999999996],[-104.051201,41.00322700000001],[-104.053505,41.38810699999999],[-104.054993,41.564246999999995],[-104.053108,41.69824600000001],[-104.053009,41.99985100000001],[-104.055725,42.61470399999999],[-104.05571,43.003094000000004],[-103.500984,42.99865],[-103.005409,42.99937399999999],[-102.787933,42.99532300000001],[-102.086273,42.989891],[-101.231308,42.98683500000001],[-100.197739,42.99108899999999],[-99.532402,42.992332000000005],[-99.253593,42.99239],[-98.497292,42.991783],[-98.457085,42.937163999999996],[-98.390846,42.920139000000006],[-98.309982,42.881798],[-98.167473,42.839573],[-98.144516,42.83579599999999],[-98.122765,42.82022499999999],[-98.121468,42.80836099999999],[-98.032791,42.769192000000004],[-97.994797,42.76681099999999],[-97.963211,42.77368899999999],[-97.929131,42.79232400000001],[-97.889595,42.83127200000001],[-97.888313,42.855807999999996],[-97.818298,42.866589000000005],[-97.796684,42.849597999999986],[-97.771843,42.84616500000001],[-97.724907,42.85800900000001],[-97.68541,42.836838],[-97.634628,42.86128600000001],[-97.570312,42.847992000000005],[-97.505791,42.860138000000006],[-97.482819,42.857158999999996],[-97.456924,42.85044500000001],[-97.388969,42.867435],[-97.311081,42.861774],[-97.271126,42.850018000000006],[-97.242859,42.85183000000001],[-97.224113,42.841206],[-97.211502,42.81257600000001],[-97.161095,42.798621999999995],[-97.130142,42.77392599999999],[-97.014816,42.759544000000005],[-96.979271,42.75831600000001],[-96.969681,42.75206800000001],[-96.977547,42.72730999999999],[-96.970451,42.721149],[-96.907913,42.73170099999999],[-96.809822,42.70408599999999],[-96.81012,42.681343],[-96.799026,42.67002099999999],[-96.722343,42.66859400000001],[-96.698746,42.657718999999986],[-96.694283,42.641166999999996],[-96.714958,42.621910000000014],[-96.713745,42.61230499999999],[-96.63636,42.550735],[-96.628983,42.522696999999994],[-96.605156,42.507239999999996],[-96.584442,42.518291000000005],[-96.546906,42.52050399999999],[-96.494392,42.48846399999999],[-96.439087,42.48924600000001],[-96.395767,42.46740700000001],[-96.397583,42.441799],[-96.41732,42.414783],[-96.411453,42.38092399999999],[-96.423866,42.34928500000001],[-96.389473,42.32879600000001],[-96.368393,42.29803100000001],[-96.342575,42.28208900000001],[-96.332352,42.26031499999999],[-96.337402,42.22953000000001],[-96.363205,42.214049999999986],[-96.35186,42.168194],[-96.284821,42.12346299999999],[-96.265182,42.04890800000001],[-96.238426,42.02844999999999],[-96.235794,42.001270000000005],[-96.202545,41.99662799999999],[-96.184921,41.98069799999999],[-96.147034,41.96626699999999],[-96.145576,41.92491899999999],[-96.159676,41.90416300000001],[-96.13533,41.86263299999999],[-96.076126,41.791481000000005],[-96.09903,41.75298699999999],[-96.09948,41.73157499999999],[-96.085266,41.70499799999999],[-96.12191,41.69492299999999],[-96.119972,41.68410499999999],[-96.099014,41.65468999999999],[-96.111015,41.59901400000001],[-96.080544,41.576008],[-96.091644,41.563152],[-96.085548,41.537529000000006],[-96.049881,41.52434199999999],[-96.004303,41.53667100000001],[-95.993675,41.528110999999996],[-95.996399,41.51152400000001],[-96.013161,41.492999999999995],[-96.006607,41.48195999999999],[-95.952896,41.47239300000001],[-95.934776,41.46238700000001],[-95.939766,41.39481000000001],[-95.942604,41.34008],[-95.888817,41.30139199999999],[-95.897301,41.286865000000006],[-95.910912,41.308471999999995],[-95.929939,41.302059000000014],[-95.91069,41.225246],[-95.921959,41.207854999999995],[-95.91581,41.194064999999995],[-95.85891,41.18053800000001],[-95.859512,41.166866],[-95.876396,41.16420400000001],[-95.857986,41.10918799999999],[-95.878517,41.06587200000001],[-95.859253,41.03500399999999],[-95.860611,41.002650999999986],[-95.837318,40.97425799999999],[-95.836258,40.901107999999994],[-95.834114,40.870299999999986],[-95.846153,40.848331],[-95.851509,40.792598999999996],[-95.876335,40.730434],[-95.767723,40.64311599999999],[-95.757271,40.620903],[-95.767204,40.589045999999996],[-95.763138,40.549705999999986],[-95.736763,40.53237200000001],[-95.691795,40.52412799999999],[-95.687141,40.56116900000001],[-95.675423,40.565833999999995],[-95.662674,40.558727000000005],[-95.657791,40.53033099999999],[-95.6847,40.512203],[-95.695091,40.48533599999999],[-95.636551,40.396389],[-95.633919,40.358799000000005],[-95.615936,40.346497],[-95.617668,40.33141699999999],[-95.645287,40.32234600000001],[-95.646561,40.30910900000001],[-95.595268,40.309776],[-95.546875,40.266215999999986],[-95.476562,40.226856],[-95.466377,40.213257],[-95.460693,40.17399599999999],[-95.422218,40.131744],[-95.392555,40.11541700000001],[-95.384285,40.09536399999999],[-95.403526,40.08037899999999],[-95.413506,40.048111000000006],[-95.390274,40.043750999999986],[-95.370987,40.028751],[-95.34481,40.02497500000001],[-95.308441,39.999409000000014],[-95.329445,39.99259599999999],[-95.780434,39.99348800000001],[-96.000977,39.995159],[-96.240311,39.99450300000001],[-96.453743,39.994170999999994],[-96.801117,39.994473],[-96.907982,39.996151],[-97.361595,39.997375000000005],[-97.816269,39.999718],[-97.929268,39.99843999999999],[-98.26384,39.99842100000001],[-98.504143,39.997116000000005],[-98.720284,39.998447],[-99.064384,39.998324999999994],[-99.177834,39.99956499999999],[-99.627472,40.00297900000001],[-100.180496,40.000473],[-100.190697,40.000580000000014],[-100.734619,39.999168],[-100.754425,40.00019499999999],[-101.321709,40.001823],[-101.406952,40.00100699999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Nebraska","STATE_FIPS":"31","SUB_REGION":"W N Cen","STATE_ABBR":"NE","LAND_KM":199113.203,"WATER_KM":1244.957,"PERSONS":1578385,"FAMILIES":415427,"HOUSHOLD":602363,"MALE":769439,"FEMALE":808946,"WORKERS":571600,"DRVALONE":590216,"CARPOOL":86820,"PUBTRANS":8988,"EMPLOYED":772813,"UNEMPLOY":29326,"SERVICE":249094,"MANUAL":108841,"P_MALE":0.487,"P_FEMALE":0.513,"SAMP_POP":328831}},{"type":"Feature","id":"states.39","geometry":{"type":"MultiPolygon","coordinates":[[[[-79.763466,42.267269],[-79.444252,42.41930400000001],[-79.355118,42.493404],[-79.142471,42.574557999999996],[-79.043991,42.69918799999999],[-78.859444,42.792686],[-78.93679,42.974174000000005],[-78.883034,43.022301],[-78.925835,43.06657000000001],[-79.061348,43.09054900000001],[-79.039558,43.14468400000001],[-79.062469,43.26816199999999],[-78.464905,43.371937],[-77.992271,43.36551299999999],[-77.745277,43.335109999999986],[-77.575989,43.24148600000001],[-77.377602,43.27565000000001],[-76.914841,43.27852999999999],[-76.737152,43.342667000000006],[-76.718796,43.323375999999996],[-76.619957,43.414085],[-76.454994,43.500652],[-76.223114,43.554084999999986],[-76.184921,43.633129],[-76.206017,43.68263200000001],[-76.240341,43.83506399999999],[-76.194069,43.91243],[-76.129417,43.93214800000001],[-76.134872,44.013172],[-76.201889,44.06554399999999],[-76.297226,44.04196200000001],[-76.363213,44.09830099999999],[-75.848351,44.390209],[-75.758972,44.51747499999999],[-75.329201,44.81057000000001],[-74.968819,44.948578],[-74.736481,44.99286699999999],[-74.021935,44.990803],[-73.345146,45.0061],[-73.351181,44.981933999999995],[-73.336838,44.93256400000001],[-73.382729,44.847893],[-73.369476,44.81907699999999],[-73.327209,44.799251999999996],[-73.373581,44.72419400000001],[-73.358574,44.68032500000001],[-73.37352,44.66123200000001],[-73.37056,44.634303999999986],[-73.382248,44.61976200000001],[-73.371719,44.57912099999999],[-73.348236,44.55392499999999],[-73.334877,44.54428100000001],[-73.293747,44.432804000000004],[-73.300423,44.405483000000004],[-73.330215,44.36734000000001],[-73.305756,44.26008999999999],[-73.377762,44.20119500000001],[-73.382492,44.172054],[-73.408295,44.136173000000014],[-73.409187,44.10655600000001],[-73.435646,44.06384299999999],[-73.436432,44.045624000000004],[-73.408684,44.01816600000001],[-73.417839,43.98813999999999],[-73.405769,43.914749],[-73.375557,43.885918000000004],[-73.385178,43.80444700000001],[-73.359436,43.778366000000005],[-73.357109,43.756496],[-73.371429,43.71421799999999],[-73.423401,43.63204999999999],[-73.418762,43.582413],[-73.388557,43.56907699999999],[-73.364128,43.61493300000001],[-73.303978,43.624649000000005],[-73.294548,43.619586999999996],[-73.282181,43.593121],[-73.291847,43.57496599999999],[-73.260429,43.559315],[-73.238838,43.512764000000004],[-73.250519,43.310779999999994],[-73.276451,42.94021599999999],[-73.280029,42.83702500000001],[-73.296616,42.803471],[-73.269722,42.747401999999994],[-73.258507,42.745979000000005],[-73.351273,42.504673],[-73.499275,42.07737],[-73.484665,42.047337],[-73.517578,41.665592000000004],[-73.530823,41.522651999999994],[-73.544724,41.365204000000006],[-73.55069,41.293526000000014],[-73.478554,41.21065899999999],[-73.725662,41.100258],[-73.654152,41.012519999999995],[-73.65358,40.99829500000001],[-73.780464,40.88658899999999],[-73.796768,40.832233],[-73.92028,40.802704000000006],[-74.006599,40.70389900000001],[-74.006676,40.737629],[-73.977478,40.79738599999999],[-73.922813,40.885941],[-73.909386,40.92721599999999],[-73.896568,40.96077299999999],[-73.897118,40.99843200000001],[-74.213448,41.123515999999995],[-74.242767,41.137530999999996],[-74.372383,41.19575499999999],[-74.700455,41.35047900000001],[-74.705666,41.374966],[-74.740829,41.401543000000004],[-74.740433,41.421966999999995],[-74.755219,41.43005400000001],[-74.79319,41.429824999999994],[-74.864456,41.447063000000014],[-74.895668,41.44458],[-74.898949,41.461803],[-74.932953,41.484261000000004],[-74.972176,41.48351299999999],[-75.015274,41.539467],[-75.025475,41.56571199999999],[-75.070251,41.604389],[-75.072838,41.612990999999994],[-75.051712,41.637226],[-75.065788,41.714747999999986],[-75.057358,41.72662],[-75.061707,41.770172],[-75.097542,41.778954],[-75.097214,41.79711900000001],[-75.080231,41.81406000000001],[-75.118164,41.83689899999999],[-75.125137,41.84909400000001],[-75.148666,41.85570100000001],[-75.171669,41.867751999999996],[-75.254898,41.868786],[-75.284073,41.947517000000005],[-75.324448,41.96118899999999],[-75.346039,41.992760000000004],[-75.383194,41.998271999999986],[-75.48011,41.996284],[-76.105186,41.999424000000005],[-76.14537,42.000580000000014],[-76.564247,42.002937],[-76.928711,42.00246000000001],[-76.968887,42.00290699999999],[-77.613136,41.998760000000004],[-77.745293,41.997265],[-78.204529,41.99813499999999],[-78.305351,41.99935500000001],[-78.918777,41.999786],[-79.059723,42.00109900000001],[-79.612595,42.00053],[-79.761887,42.003052],[-79.763466,42.267269]]],[[[-73.752632,40.594482],[-73.928009,40.557545000000005],[-73.761818,40.618134],[-73.765358,40.636829000000006],[-73.846481,40.65249600000001],[-73.916153,40.63102699999999],[-73.880234,40.59016399999999],[-74.004456,40.581154],[-74.028137,40.63923299999999],[-73.956024,40.739281000000005],[-73.899437,40.79701600000001],[-73.754341,40.78874999999999],[-73.749901,40.844898],[-73.598701,40.90304599999999],[-73.478523,40.87964600000001],[-73.431084,40.922459],[-73.214966,40.90094400000001],[-73.141426,40.95129800000001],[-73.021721,40.968334],[-72.632034,40.98118600000001],[-72.317505,41.149235000000004],[-72.281624,41.142437],[-72.354752,41.11010400000001],[-72.416817,41.02593999999999],[-72.551437,40.966080000000005],[-72.605278,40.905201000000005],[-72.476578,40.92004800000001],[-72.293556,41.02391800000001],[-72.203827,41.03527500000001],[-72.077492,41.000473],[-71.924187,41.08476999999999],[-71.870476,41.07440600000001],[-71.919189,41.030472],[-72.521629,40.814941000000005],[-73.422958,40.661224000000004],[-73.752632,40.594482]]],[[[-73.293495,40.626282],[-73.29158,40.63297700000001],[-73.240875,40.63297700000001],[-73.051468,40.67506800000001],[-72.877357,40.737246999999996],[-72.782654,40.76403400000001],[-72.757782,40.76786000000001],[-72.764481,40.75829300000001],[-72.956764,40.69994],[-73.03138,40.67124200000001],[-73.249489,40.625324000000006],[-73.293495,40.626282]]],[[[-74.23735,40.505898],[-74.23735,40.537800000000004],[-74.16671,40.624393],[-74.07328,40.649460000000005],[-74.059608,40.60160400000001],[-74.123413,40.544636],[-74.194054,40.510456000000005],[-74.23735,40.505898]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"New York","STATE_FIPS":"36","SUB_REGION":"Mid Atl","STATE_ABBR":"NY","LAND_KM":120316.171,"WATER_KM":6262.71,"PERSONS":1.8235907E7,"FAMILIES":4548344,"HOUSHOLD":6746555,"MALE":8739138,"FEMALE":9496769,"WORKERS":6763332,"DRVALONE":4467866,"CARPOOL":881693,"PUBTRANS":2113133,"EMPLOYED":8498119,"UNEMPLOY":636280,"SERVICE":2104413,"MANUAL":1035767,"P_MALE":0.479,"P_FEMALE":0.521,"SAMP_POP":2564485}},{"type":"Feature","id":"states.40","geometry":{"type":"MultiPolygon","coordinates":[[[[-77.476082,39.719528],[-78.096222,39.725368],[-78.334816,39.724007],[-78.385048,39.723659999999995],[-78.818016,39.723029999999994],[-78.930428,39.722252],[-79.396851,39.719234],[-79.481209,39.72019599999999],[-79.765358,39.72172900000001],[-79.918488,39.721588],[-80.429283,39.719761000000005],[-80.524467,39.721126999999996],[-80.524857,39.95834400000001],[-80.525169,40.022751],[-80.526253,40.16244900000001],[-80.523773,40.40296599999999],[-80.524567,40.478717999999986],[-80.522209,40.63713799999999],[-80.520515,40.854107],[-80.521133,40.897209000000004],[-80.52314,41.12957],[-80.520203,41.48923500000001],[-80.524132,41.495048999999995],[-80.52285,41.850719],[-80.520798,41.986816000000005],[-79.763466,42.267269],[-79.761887,42.003052],[-79.612595,42.00053],[-79.059723,42.00109900000001],[-78.918777,41.999786],[-78.305351,41.99935500000001],[-78.204529,41.99813499999999],[-77.745293,41.997265],[-77.613136,41.998760000000004],[-76.968887,42.00290699999999],[-76.928711,42.00246000000001],[-76.564247,42.002937],[-76.14537,42.000580000000014],[-76.105186,41.999424000000005],[-75.48011,41.996284],[-75.383194,41.998271999999986],[-75.346039,41.992760000000004],[-75.324448,41.96118899999999],[-75.284073,41.947517000000005],[-75.254898,41.868786],[-75.171669,41.867751999999996],[-75.148666,41.85570100000001],[-75.125137,41.84909400000001],[-75.118164,41.83689899999999],[-75.080231,41.81406000000001],[-75.097214,41.79711900000001],[-75.097542,41.778954],[-75.061707,41.770172],[-75.057358,41.72662],[-75.065788,41.714747999999986],[-75.051712,41.637226],[-75.072838,41.612990999999994],[-75.070251,41.604389],[-75.025475,41.56571199999999],[-75.015274,41.539467],[-74.972176,41.48351299999999],[-74.932953,41.484261000000004],[-74.898949,41.461803],[-74.895668,41.44458],[-74.864456,41.447063000000014],[-74.79319,41.429824999999994],[-74.755219,41.43005400000001],[-74.740433,41.421966999999995],[-74.740829,41.401543000000004],[-74.705666,41.374966],[-74.700455,41.35047900000001],[-74.792053,41.311871],[-74.794533,41.29512],[-74.825584,41.282612],[-74.866798,41.22672299999999],[-74.863274,41.20667599999999],[-74.915154,41.141009999999994],[-74.950378,41.111759000000006],[-74.984978,41.09928500000001],[-74.989265,41.08166499999999],[-74.966675,41.082581000000005],[-75.001534,41.062388999999996],[-75.035637,41.028107000000006],[-75.070358,41.01061999999999],[-75.116997,41.00015300000001],[-75.139679,40.97743199999999],[-75.135902,40.962841],[-75.080116,40.90325200000001],[-75.074066,40.884528999999986],[-75.05687,40.871948],[-75.055,40.85557600000001],[-75.099922,40.83918800000001],[-75.089592,40.821293],[-75.100922,40.791561],[-75.130699,40.772609999999986],[-75.170692,40.774711999999994],[-75.194023,40.747906],[-75.188133,40.723759],[-75.205734,40.68596299999999],[-75.184441,40.669692999999995],[-75.209297,40.65063900000001],[-75.198318,40.634106],[-75.200768,40.614643],[-75.193893,40.58366799999999],[-75.197952,40.570583],[-75.182663,40.55669800000001],[-75.124908,40.564696999999995],[-75.08017,40.545254],[-75.064064,40.52090100000001],[-75.070503,40.45615000000001],[-75.057838,40.42006699999999],[-75.021652,40.401218],[-75.000862,40.40851599999999],[-74.973228,40.40434300000001],[-74.950577,40.34536700000001],[-74.932892,40.33366799999999],[-74.921539,40.31392700000001],[-74.88105,40.29948400000001],[-74.843155,40.248344],[-74.73922,40.177616],[-74.725876,40.14919699999999],[-74.746689,40.12424899999999],[-74.829414,40.116051],[-74.872314,40.077946],[-74.956589,40.05790300000001],[-74.983871,40.033962],[-75.046059,40.00752299999999],[-75.068428,39.98527899999999],[-75.084969,39.97561999999999],[-75.111343,39.97657799999999],[-75.140244,39.95580699999999],[-75.147537,39.934628000000004],[-75.136185,39.89677399999999],[-75.14328,39.88148899999999],[-75.185982,39.87729300000001],[-75.247368,39.850291999999996],[-75.254112,39.845425000000006],[-75.346298,39.84840399999999],[-75.42083,39.798869999999994],[-75.470345,39.826435000000004],[-75.583794,39.84000800000001],[-75.644341,39.83819600000001],[-75.695114,39.820347],[-75.745934,39.77481800000001],[-75.775269,39.72444200000001],[-75.791435,39.72375500000001],[-76.139549,39.72212200000001],[-76.233444,39.72174799999999],[-76.570145,39.72016099999999],[-76.790794,39.72115299999999],[-76.997108,39.72079099999999],[-77.221344,39.72058100000001],[-77.464722,39.719978],[-77.476082,39.719528]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Pennsylvania","STATE_FIPS":"42","SUB_REGION":"Mid Atl","STATE_ABBR":"PA","LAND_KM":116082.737,"WATER_KM":1274.584,"PERSONS":1.1881643E7,"FAMILIES":3155989,"HOUSHOLD":4495966,"MALE":5694265,"FEMALE":6187378,"WORKERS":4416669,"DRVALONE":3818385,"CARPOOL":689656,"PUBTRANS":343724,"EMPLOYED":5434532,"UNEMPLOY":344795,"SERVICE":1426851,"MANUAL":916786,"P_MALE":0.479,"P_FEMALE":0.521,"SAMP_POP":2147891}},{"type":"Feature","id":"states.41","geometry":{"type":"MultiPolygon","coordinates":[[[[-73.530823,41.522651999999994],[-73.517578,41.665592000000004],[-73.484665,42.047337],[-73.046082,42.03621699999999],[-73.006546,42.03591499999999],[-72.81691,42.033412999999996],[-72.818138,41.99708899999999],[-72.768036,42.002071],[-72.756355,42.03375199999999],[-72.609993,42.030440999999996],[-72.608292,42.022705],[-72.582375,42.021511000000004],[-72.571693,42.03002900000001],[-72.508041,42.030669999999986],[-72.136826,42.026306000000005],[-72.095451,42.02570299999999],[-71.802826,42.01787899999999],[-71.798317,42.004177],[-71.788734,41.72150400000001],[-71.793091,41.641659000000004],[-71.79068,41.601208000000014],[-71.80323,41.415729999999996],[-71.846481,41.40375499999999],[-71.837357,41.34186199999999],[-71.848259,41.325249000000014],[-71.867165,41.32266999999999],[-72.281891,41.281048],[-72.326828,41.28954300000001],[-72.378883,41.35825],[-72.378624,41.27800400000001],[-72.52771,41.26360299999999],[-72.907188,41.26996600000001],[-73.104866,41.160942000000006],[-73.65358,40.99829500000001],[-73.654152,41.012519999999995],[-73.725662,41.100258],[-73.478554,41.21065899999999],[-73.55069,41.293526000000014],[-73.544724,41.365204000000006],[-73.530823,41.522651999999994]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Connecticut","STATE_FIPS":"09","SUB_REGION":"N Eng","STATE_ABBR":"CT","LAND_KM":12549.571,"WATER_KM":748.495,"PERSONS":3287116,"FAMILIES":864493,"HOUSHOLD":1230479,"MALE":1592873,"FEMALE":1694243,"WORKERS":1248972,"DRVALONE":1300825,"CARPOOL":186944,"PUBTRANS":65805,"EMPLOYED":1692874,"UNEMPLOY":95819,"SERVICE":402039,"MANUAL":195403,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":446558}},{"type":"Feature","id":"states.42","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.79068,41.601208000000014],[-71.793091,41.641659000000004],[-71.788734,41.72150400000001],[-71.798317,42.004177],[-71.497925,42.00915499999999],[-71.379143,42.01361499999999],[-71.382904,41.979164],[-71.384453,41.88834],[-71.333588,41.89593099999999],[-71.342995,41.87568300000001],[-71.335045,41.85780299999999],[-71.345985,41.813061000000005],[-71.340302,41.784324999999995],[-71.319832,41.77209500000001],[-71.267136,41.749641],[-71.229485,41.707592000000005],[-71.284508,41.67944700000001],[-71.367889,41.74124900000001],[-71.394081,41.761055],[-71.369514,41.703190000000006],[-71.419746,41.65211099999999],[-71.427818,41.48658800000001],[-71.490387,41.39198300000001],[-71.722755,41.32716400000001],[-71.867165,41.32266999999999],[-71.848259,41.325249000000014],[-71.837357,41.34186199999999],[-71.846481,41.40375499999999],[-71.80323,41.415729999999996],[-71.79068,41.601208000000014]]],[[[-71.199318,41.67839799999999],[-71.141724,41.65517],[-71.117645,41.49295799999999],[-71.200447,41.46321499999999],[-71.199318,41.67839799999999]]],[[[-71.269676,41.62116599999999],[-71.219955,41.63553999999999],[-71.239182,41.47474700000001],[-71.288513,41.483517000000006],[-71.350029,41.44575499999999],[-71.269676,41.62116599999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Rhode Island","STATE_FIPS":"44","SUB_REGION":"N Eng","STATE_ABBR":"RI","LAND_KM":2706.52,"WATER_KM":538.056,"PERSONS":1003464,"FAMILIES":258886,"HOUSHOLD":377977,"MALE":481496,"FEMALE":521968,"WORKERS":377122,"DRVALONE":375766,"CARPOOL":58141,"PUBTRANS":12187,"EMPLOYED":487913,"UNEMPLOY":34690,"SERVICE":131213,"MANUAL":75612,"P_MALE":0.48,"P_FEMALE":0.52,"SAMP_POP":128740}},{"type":"Feature","id":"states.43","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.489639,39.71474499999999],[-75.476334,39.71997099999999],[-75.475128,39.74171799999999],[-75.460754,39.763248000000004],[-75.428009,39.778130000000004],[-75.412117,39.789658],[-75.42083,39.798869999999994],[-75.346298,39.84840399999999],[-75.254112,39.845425000000006],[-75.247368,39.850291999999996],[-75.185982,39.87729300000001],[-75.14328,39.88148899999999],[-75.136185,39.89677399999999],[-75.147537,39.934628000000004],[-75.140244,39.95580699999999],[-75.111343,39.97657799999999],[-75.084969,39.97561999999999],[-75.068428,39.98527899999999],[-75.046059,40.00752299999999],[-74.983871,40.033962],[-74.956589,40.05790300000001],[-74.872314,40.077946],[-74.829414,40.116051],[-74.746689,40.12424899999999],[-74.725876,40.14919699999999],[-74.73922,40.177616],[-74.843155,40.248344],[-74.88105,40.29948400000001],[-74.921539,40.31392700000001],[-74.932892,40.33366799999999],[-74.950577,40.34536700000001],[-74.973228,40.40434300000001],[-75.000862,40.40851599999999],[-75.021652,40.401218],[-75.057838,40.42006699999999],[-75.070503,40.45615000000001],[-75.064064,40.52090100000001],[-75.08017,40.545254],[-75.124908,40.564696999999995],[-75.182663,40.55669800000001],[-75.197952,40.570583],[-75.193893,40.58366799999999],[-75.200768,40.614643],[-75.198318,40.634106],[-75.209297,40.65063900000001],[-75.184441,40.669692999999995],[-75.205734,40.68596299999999],[-75.188133,40.723759],[-75.194023,40.747906],[-75.170692,40.774711999999994],[-75.130699,40.772609999999986],[-75.100922,40.791561],[-75.089592,40.821293],[-75.099922,40.83918800000001],[-75.055,40.85557600000001],[-75.05687,40.871948],[-75.074066,40.884528999999986],[-75.080116,40.90325200000001],[-75.135902,40.962841],[-75.139679,40.97743199999999],[-75.116997,41.00015300000001],[-75.070358,41.01061999999999],[-75.035637,41.028107000000006],[-75.001534,41.062388999999996],[-74.966675,41.082581000000005],[-74.989265,41.08166499999999],[-74.984978,41.09928500000001],[-74.950378,41.111759000000006],[-74.915154,41.141009999999994],[-74.863274,41.20667599999999],[-74.866798,41.22672299999999],[-74.825584,41.282612],[-74.794533,41.29512],[-74.792053,41.311871],[-74.700455,41.35047900000001],[-74.372383,41.19575499999999],[-74.242767,41.137530999999996],[-74.213448,41.123515999999995],[-73.897118,40.99843200000001],[-73.896568,40.96077299999999],[-73.909386,40.92721599999999],[-73.922813,40.885941],[-73.977478,40.79738599999999],[-74.006676,40.737629],[-74.006599,40.70389900000001],[-74.129471,40.64696900000001],[-74.115944,40.705524],[-74.14727,40.675377],[-74.208664,40.591083999999995],[-74.27932,40.51419799999999],[-74.269325,40.46364199999999],[-74.224915,40.443478],[-74.122299,40.45135099999999],[-73.978859,40.32350500000001],[-74.03965,40.10172700000001],[-74.091843,40.115971],[-74.08419,40.088066],[-74.034714,40.091251],[-74.050209,40.05673999999999],[-74.122597,40.051445],[-74.077751,40.042156000000006],[-74.159645,39.87848700000001],[-74.171844,39.718154999999996],[-74.238091,39.62392800000001],[-74.323753,39.571968],[-74.329262,39.52350999999999],[-74.412796,39.54250300000001],[-74.401527,39.50251],[-74.460823,39.42663999999999],[-74.447906,39.38095899999999],[-74.65863,39.287136000000004],[-74.622925,39.28151700000001],[-74.624985,39.25071299999999],[-74.802681,39.02626000000001],[-74.879639,38.989731000000006],[-74.876686,38.95657],[-74.968506,38.971625999999986],[-74.890587,39.11374699999999],[-74.917038,39.170525],[-75.014786,39.19825],[-75.120331,39.18457799999999],[-75.416031,39.37485899999999],[-75.553116,39.49040199999999],[-75.517044,39.56645599999999],[-75.570587,39.61762200000001],[-75.489639,39.71474499999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"New Jersey","STATE_FIPS":"34","SUB_REGION":"Mid Atl","STATE_ABBR":"NJ","LAND_KM":21208.368,"WATER_KM":1128.595,"PERSONS":7484736,"FAMILIES":1962314,"HOUSHOLD":2687478,"MALE":3622220,"FEMALE":3862516,"WORKERS":2817265,"DRVALONE":2723918,"CARPOOL":451438,"PUBTRANS":266063,"EMPLOYED":3741297,"UNEMPLOY":218598,"SERVICE":846794,"MANUAL":460013,"P_MALE":0.484,"P_FEMALE":0.516,"SAMP_POP":1052748}},{"type":"Feature","id":"states.44","geometry":{"type":"MultiPolygon","coordinates":[[[[-86.341629,38.177223],[-86.364372,38.19322600000001],[-86.388329,38.194743999999986],[-86.387123,38.167957],[-86.343147,38.155495],[-86.335442,38.143963000000014],[-86.344063,38.13420500000001],[-86.3937,38.12323000000001],[-86.407204,38.10815400000001],[-86.452545,38.129692000000006],[-86.464867,38.12909300000001],[-86.474358,38.11164500000001],[-86.442543,38.08863400000001],[-86.44249,38.075931999999995],[-86.458389,38.05909700000001],[-86.503136,38.051585999999986],[-86.519112,38.046986000000004],[-86.527855,38.018631],[-86.530869,37.987415],[-86.516922,37.942181000000005],[-86.522758,37.927811000000005],[-86.541107,37.921454999999995],[-86.581802,37.925606],[-86.598328,37.921013],[-86.614799,37.857918],[-86.645584,37.845943000000005],[-86.665939,37.847324],[-86.670685,37.860584],[-86.660324,37.902514999999994],[-86.668671,37.913139],[-86.68914,37.91179700000001],[-86.728889,37.894566],[-86.753838,37.898303999999996],[-86.802826,37.978745],[-86.826317,37.991505000000004],[-86.863281,37.986866000000006],[-86.900085,37.953644],[-86.93158,37.937988000000004],[-86.989037,37.930565],[-87.013161,37.924713],[-87.036484,37.907955],[-87.071312,37.807086999999996],[-87.10643,37.784203000000005],[-87.131882,37.789688],[-87.158081,37.82692],[-87.175781,37.838593],[-87.226761,37.84907200000001],[-87.272743,37.870773],[-87.310555,37.89367300000001],[-87.387543,37.93492500000001],[-87.452278,37.936477999999994],[-87.504791,37.91558499999999],[-87.604309,37.971115],[-87.627121,37.923412],[-87.594704,37.890724000000006],[-87.59362,37.864868],[-87.607574,37.843777],[-87.65168,37.828132999999994],[-87.6847,37.836330000000004],[-87.679703,37.897007],[-87.709389,37.899711999999994],[-87.72818,37.894543],[-87.753761,37.898087000000004],[-87.823624,37.878212000000005],[-87.857162,37.890902999999994],[-87.89901,37.924553],[-87.921867,37.919865],[-87.934456,37.904160000000005],[-87.936821,37.875179],[-87.910202,37.838570000000004],[-87.920143,37.809685],[-87.939583,37.799507000000006],[-87.95871,37.77618],[-88.011192,37.801308000000006],[-88.035576,37.805683],[-88.086029,37.817612],[-88.089264,37.831249],[-88.042137,37.827522],[-88.034241,37.843745999999996],[-88.075737,37.867808999999994],[-88.101456,37.895306000000005],[-88.100082,37.90617],[-88.044868,37.896004000000005],[-88.026588,37.905758000000006],[-88.030441,37.917591],[-88.084,37.92366],[-88.078941,37.944],[-88.064621,37.929783],[-88.041771,37.934498000000005],[-88.042511,37.956264000000004],[-88.021706,37.975055999999995],[-88.029213,38.00823600000001],[-88.021698,38.03353100000001],[-88.041473,38.03830300000001],[-88.043091,38.04512],[-88.034729,38.054084999999986],[-87.975296,38.073307],[-87.964867,38.09674799999999],[-88.012329,38.09234599999999],[-88.018547,38.10330200000001],[-87.973503,38.131760000000014],[-87.950569,38.13691299999999],[-87.931992,38.15752800000001],[-87.932289,38.171131],[-87.977928,38.200714000000005],[-87.986008,38.234814],[-87.980019,38.241085],[-87.925919,38.30477099999999],[-87.913651,38.302345],[-87.914108,38.281048],[-87.888466,38.300658999999996],[-87.883446,38.315552],[-87.874039,38.316788],[-87.863007,38.28536199999999],[-87.850082,38.28609800000001],[-87.834503,38.35252399999999],[-87.784019,38.378124000000014],[-87.748428,38.41796500000001],[-87.738953,38.44548],[-87.758659,38.45709600000001],[-87.756096,38.466125000000005],[-87.692818,38.48153300000001],[-87.679909,38.50400500000001],[-87.653534,38.50044299999999],[-87.65139,38.51536899999999],[-87.672943,38.54742400000001],[-87.652855,38.573871999999994],[-87.640594,38.593177999999995],[-87.619827,38.599209],[-87.628647,38.622917],[-87.625191,38.642810999999995],[-87.588478,38.672169],[-87.543892,38.68597399999999],[-87.508316,38.73663300000001],[-87.508003,38.769722],[-87.519028,38.77669900000001],[-87.507889,38.795559],[-87.550507,38.857890999999995],[-87.559059,38.869811999999996],[-87.5392,38.90486100000001],[-87.530182,38.93191899999999],[-87.53347,38.96370300000001],[-87.547905,38.97707700000001],[-87.591858,38.99408299999999],[-87.581749,38.995743000000004],[-87.58532,39.062434999999994],[-87.612007,39.08460600000001],[-87.630867,39.08897400000001],[-87.631668,39.10394299999999],[-87.662262,39.11346800000001],[-87.659454,39.130652999999995],[-87.670326,39.146679000000006],[-87.644257,39.168507000000005],[-87.607925,39.196068],[-87.594208,39.198128],[-87.588593,39.20846599999999],[-87.584564,39.248752999999994],[-87.606895,39.258162999999996],[-87.615799,39.281418],[-87.610619,39.297661000000005],[-87.625237,39.30740399999999],[-87.597664,39.338268],[-87.540215,39.350525000000005],[-87.538567,39.47744800000001],[-87.535576,39.609341],[-87.535774,39.887302000000005],[-87.535339,40.16619499999999],[-87.535675,40.48324600000001],[-87.53717,40.494609999999994],[-87.532669,40.74541099999999],[-87.532021,41.00993],[-87.531731,41.173756],[-87.532448,41.30130399999999],[-87.532646,41.46971500000001],[-87.529861,41.723591],[-87.463669,41.67158900000001],[-87.419266,41.676331000000005],[-87.441933,41.65807699999999],[-87.394707,41.63415499999999],[-87.233818,41.62615199999999],[-86.942429,41.716465],[-86.834801,41.765465000000006],[-86.525162,41.76549499999999],[-86.234558,41.764815999999996],[-86.068298,41.764579999999995],[-85.799232,41.763485],[-85.65947,41.76257699999999],[-85.297234,41.763531],[-85.193169,41.76281700000001],[-84.82605,41.76182600000001],[-84.788521,41.760909999999996],[-84.790421,41.69744499999999],[-84.791412,41.530440999999996],[-84.791939,41.42784900000001],[-84.791016,41.28376800000001],[-84.791626,41.253082000000006],[-84.790565,40.988293],[-84.791061,40.937659999999994],[-84.793098,40.728813],[-84.793289,40.58869200000001],[-84.794594,40.353004],[-84.795425,40.31945400000001],[-84.803604,40.01394300000001],[-84.80619,39.91711799999999],[-84.808739,39.73325],[-84.811081,39.563998999999995],[-84.81115,39.51311100000001],[-84.812073,39.31227899999999],[-84.812119,39.302975],[-84.811531,39.10252800000001],[-84.827911,39.10363000000001],[-84.886757,39.064987],[-84.890045,39.050591],[-84.876343,39.032837],[-84.844276,39.00577200000001],[-84.834496,38.98271600000001],[-84.846367,38.95457099999999],[-84.875931,38.92754400000001],[-84.875305,38.909369999999996],[-84.859795,38.901981000000006],[-84.803276,38.89712900000001],[-84.788719,38.884322999999995],[-84.787498,38.866581],[-84.824478,38.83439999999999],[-84.818832,38.793346000000014],[-84.975662,38.78057899999999],[-85.025124,38.764229],[-85.068504,38.750361999999996],[-85.119705,38.714077],[-85.16098,38.69511399999999],[-85.205208,38.69575499999999],[-85.271439,38.744316],[-85.335052,38.73694599999999],[-85.418228,38.738358000000005],[-85.446732,38.72478100000001],[-85.45372,38.694614],[-85.424446,38.584778],[-85.417503,38.56141299999999],[-85.432411,38.53695300000001],[-85.466423,38.518112],[-85.50724,38.47135499999999],[-85.612679,38.446606],[-85.643631,38.383621000000005],[-85.654266,38.33768499999999],[-85.681427,38.300883999999996],[-85.746964,38.27024499999999],[-85.786247,38.28232199999999],[-85.806587,38.28611000000001],[-85.839943,38.27622199999999],[-85.852371,38.23849100000001],[-85.912109,38.17993200000001],[-85.914787,38.06480400000001],[-85.930908,38.03397799999999],[-85.958618,38.01176799999999],[-86.006699,38.001693999999986],[-86.031654,37.992878000000005],[-86.05275,37.966713],[-86.105019,38.01126500000001],[-86.190651,38.01768899999999],[-86.252182,38.04065299999999],[-86.277725,38.05810500000001],[-86.291466,38.07842299999999],[-86.297699,38.150238],[-86.341629,38.177223]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Indiana","STATE_FIPS":"18","SUB_REGION":"E N Cen","STATE_ABBR":"IN","LAND_KM":92903.666,"WATER_KM":882.327,"PERSONS":5544159,"FAMILIES":1480351,"HOUSHOLD":2065355,"MALE":2688281,"FEMALE":2855878,"WORKERS":2023242,"DRVALONE":2040232,"CARPOOL":332386,"PUBTRANS":34117,"EMPLOYED":2628695,"UNEMPLOY":160143,"SERVICE":746029,"MANUAL":518252,"P_MALE":0.485,"P_FEMALE":0.515,"SAMP_POP":891110}},{"type":"Feature","id":"states.45","geometry":{"type":"MultiPolygon","coordinates":[[[[-119.151466,38.411883999999986],[-119.31783300000001,38.527195000000006],[-119.57468399999999,38.703002999999995],[-119.888329,38.92234400000001],[-119.99423999999999,38.99419800000001],[-119.994133,39.063582999999994],[-119.99352300000001,39.106224],[-119.994507,39.158806],[-119.99427800000001,39.31163799999999],[-119.99498,39.443591999999995],[-119.995132,39.720702999999986],[-119.995277,41.177670000000006],[-119.992401,41.989315000000005],[-119.350655,41.98895999999999],[-119.309906,41.98924299999999],[-118.184326,41.99674200000001],[-117.01790600000001,41.99490399999999],[-116.991356,41.99490399999999],[-115.946617,41.994698],[-115.023979,41.99659700000001],[-114.268616,41.99601000000001],[-114.038223,41.995476],[-114.037308,40.997761],[-114.03727,40.111110999999994],[-114.039009,39.90884],[-114.039276,39.53874200000001],[-114.043449,38.67904300000001],[-114.044273,38.571140000000014],[-114.046463,38.13769099999999],[-114.046448,37.598507],[-114.043137,36.996562999999995],[-114.042915,36.84187300000001],[-114.036598,36.216038],[-114.044312,36.193993000000006],[-114.106979,36.121105],[-114.128227,36.041743999999994],[-114.205971,36.017269],[-114.232674,36.018345],[-114.306786,36.062248],[-114.303055,36.087124],[-114.315292,36.111453999999995],[-114.34343,36.137496999999996],[-114.379997,36.151009],[-114.443138,36.121071],[-114.465805,36.124729],[-114.529762,36.155108999999996],[-114.598122,36.138355000000004],[-114.620796,36.141987],[-114.711945,36.105202000000006],[-114.727333,36.085983],[-114.728149,36.058773],[-114.716858,36.036777],[-114.735397,35.987667],[-114.698463,35.911629000000005],[-114.660789,35.880489],[-114.661652,35.870975],[-114.689056,35.847458],[-114.681931,35.764717000000005],[-114.688011,35.732609],[-114.664284,35.693111],[-114.667679,35.656409999999994],[-114.653259,35.646595000000005],[-114.639061,35.61135899999999],[-114.652328,35.584843000000006],[-114.648987,35.546645999999996],[-114.67141,35.515761999999995],[-114.644592,35.450768],[-114.588783,35.358383],[-114.58709,35.304771],[-114.558784,35.220184],[-114.560242,35.174347],[-114.571457,35.140068],[-114.581818,35.132560999999995],[-114.625641,35.133906999999994],[-114.635109,35.118656],[-114.594833,35.076057000000006],[-114.63298,35.041861999999995],[-114.62027,34.998913],[-115.625359,35.795722999999995],[-115.884918,36.001259000000005],[-117.15952300000001,36.959655999999995],[-117.837761,37.457367000000005],[-118.416466,37.886745000000005],[-119.151466,38.411883999999986]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Nevada","STATE_FIPS":"32","SUB_REGION":"Mtn","STATE_ABBR":"NV","LAND_KM":284397.191,"WATER_KM":1971.049,"PERSONS":1201833,"FAMILIES":307400,"HOUSHOLD":466297,"MALE":611880,"FEMALE":589953,"WORKERS":475643,"DRVALONE":443571,"CARPOOL":93635,"PUBTRANS":16096,"EMPLOYED":607437,"UNEMPLOY":40083,"SERVICE":222792,"MANUAL":67743,"P_MALE":0.509,"P_FEMALE":0.491,"SAMP_POP":159997}},{"type":"Feature","id":"states.46","geometry":{"type":"MultiPolygon","coordinates":[[[[-114.046463,38.13769099999999],[-114.044273,38.571140000000014],[-114.043449,38.67904300000001],[-114.039276,39.53874200000001],[-114.039009,39.90884],[-114.03727,40.111110999999994],[-114.037308,40.997761],[-114.038223,41.995476],[-112.988754,42.001228],[-112.146324,41.99913000000001],[-112.099724,42.002376999999996],[-111.49382,42.00023999999999],[-111.047951,41.996264999999994],[-111.050323,41.57864799999999],[-111.050911,41.25847999999999],[-111.050285,40.996635],[-110.062477,40.99794],[-110.001457,40.997646],[-109.047638,40.99847399999999],[-109.045479,40.665329000000014],[-109.050591,40.210544999999996],[-109.051888,39.65741],[-109.052864,39.51819599999999],[-109.050751,39.36098899999999],[-109.053284,38.494663],[-109.055199,38.24493000000001],[-109.042801,38.15294299999999],[-109.042542,37.887428],[-109.044937,37.630829000000006],[-109.047821,36.996643000000006],[-109.996399,36.992065],[-110.451546,36.991749],[-110.483398,37.003929],[-110.739372,37.002491000000006],[-111.355453,37.001720000000006],[-112.236511,36.995506000000006],[-112.541763,36.998008999999996],[-112.899216,36.99624300000001],[-114.043137,36.996562999999995],[-114.046448,37.598507],[-114.046463,38.13769099999999]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Utah","STATE_FIPS":"49","SUB_REGION":"Mtn","STATE_ABBR":"UT","LAND_KM":212815.546,"WATER_KM":7086.152,"PERSONS":1722850,"FAMILIES":410862,"HOUSHOLD":537273,"MALE":855759,"FEMALE":867091,"WORKERS":564185,"DRVALONE":541226,"CARPOOL":111197,"PUBTRANS":16971,"EMPLOYED":736059,"UNEMPLOY":41389,"SERVICE":196289,"MANUAL":102232,"P_MALE":0.497,"P_FEMALE":0.503,"SAMP_POP":304592}},{"type":"Feature","id":"states.47","geometry":{"type":"MultiPolygon","coordinates":[[[[-121.664154,38.16936899999999],[-121.781296,38.066856],[-121.90169499999999,38.072990000000004],[-121.983475,38.13958400000001],[-122.23116300000001,38.071158999999994],[-122.271919,38.15950000000001],[-122.314674,38.206017],[-122.337822,38.19366500000001],[-122.28427099999999,38.159392999999994],[-122.27169,38.097565],[-122.397377,38.161418999999995],[-122.428116,38.113888],[-122.48784599999999,38.113495],[-122.527557,38.15075300000001],[-122.473457,38.08553699999999],[-122.505363,38.018730000000005],[-122.440697,37.983031999999994],[-122.48893699999999,37.931843],[-122.457176,37.834293],[-122.514641,37.822177999999994],[-122.665298,37.906994],[-122.690628,37.894465999999994],[-122.821091,38.00774799999999],[-122.920074,38.030697],[-122.95549,37.990829000000005],[-123.00962100000001,37.994536999999994],[-122.938164,38.15334300000001],[-122.993538,38.29731000000001],[-123.047684,38.294224000000014],[-123.12043,38.433685],[-123.29682199999999,38.547421000000014],[-123.52276599999999,38.75774799999999],[-123.720772,38.92486199999999],[-123.68232,39.041900999999996],[-123.812592,39.34791200000001],[-123.753525,39.55199400000001],[-123.78240199999999,39.687229],[-123.836975,39.82652300000001],[-124.0065,39.99871400000001],[-124.093414,40.10051300000001],[-124.34414699999999,40.25257099999999],[-124.334946,40.327698],[-124.391472,40.435383],[-124.108269,40.978363],[-124.148521,41.128986],[-124.070419,41.313987999999995],[-124.05677,41.45832100000001],[-124.143021,41.727355999999986],[-124.241905,41.77691999999999],[-124.206306,41.84849199999999],[-124.205246,41.997814000000005],[-123.81796299999999,41.99311399999999],[-123.512032,41.99799300000001],[-123.22094,42.00234599999999],[-122.28357700000001,42.0009],[-121.440407,41.99445700000001],[-120.87082699999999,41.98778899999999],[-119.992401,41.989315000000005],[-119.995277,41.177670000000006],[-119.995132,39.720702999999986],[-119.99498,39.443591999999995],[-119.99427800000001,39.31163799999999],[-119.994507,39.158806],[-119.99352300000001,39.106224],[-119.994133,39.063582999999994],[-119.99423999999999,38.99419800000001],[-119.888329,38.92234400000001],[-119.57468399999999,38.703002999999995],[-119.31783300000001,38.527195000000006],[-119.151466,38.411883999999986],[-118.416466,37.886745000000005],[-117.837761,37.457367000000005],[-117.15952300000001,36.959655999999995],[-115.884918,36.001259000000005],[-115.625359,35.795722999999995],[-114.62027,34.998913],[-114.631477,34.99764999999999],[-114.620209,34.943607],[-114.629677,34.919498000000004],[-114.626465,34.87553],[-114.56942,34.831856],[-114.541245,34.759952999999996],[-114.524757,34.74890499999999],[-114.497009,34.744750999999994],[-114.464844,34.709866000000005],[-114.421478,34.610885999999994],[-114.43351,34.598952999999995],[-114.408951,34.583714],[-114.376038,34.536552],[-114.383072,34.477074],[-114.375717,34.459666999999996],[-114.331848,34.454860999999994],[-114.302078,34.43574099999999],[-114.282608,34.41205600000001],[-114.257057,34.40547599999999],[-114.181297,34.36519199999999],[-114.152634,34.336433],[-114.133347,34.314533],[-114.124451,34.272605999999996],[-114.149132,34.266964],[-114.234993,34.186206999999996],[-114.284584,34.171215000000004],[-114.322014,34.141281000000006],[-114.409378,34.102638],[-114.423241,34.078316],[-114.428192,34.029827],[-114.517418,33.965046],[-114.524841,33.95239599999999],[-114.497398,33.925017999999994],[-114.520172,33.86290700000001],[-114.510933,33.84194599999999],[-114.520332,33.826012000000006],[-114.503769,33.771694],[-114.509499,33.743179],[-114.494888,33.708347],[-114.535645,33.68271300000001],[-114.524475,33.665482],[-114.526382,33.622112],[-114.539459,33.580482],[-114.528633,33.560047],[-114.586273,33.509418],[-114.597298,33.486098999999996],[-114.6203,33.468571],[-114.629784,33.439396],[-114.644302,33.41908599999999],[-114.724144,33.41103],[-114.702812,33.352385999999996],[-114.734634,33.305676000000005],[-114.676903,33.267982],[-114.68692,33.239222999999996],[-114.67926,33.22456],[-114.67733,33.167213000000004],[-114.708672,33.122337],[-114.710564,33.095344999999995],[-114.663162,33.038883],[-114.644371,33.04437299999999],[-114.633179,33.03352700000001],[-114.609138,33.026962],[-114.558304,33.036743],[-114.519844,33.027668000000006],[-114.467606,32.977749],[-114.475662,32.935867],[-114.460655,32.845378999999994],[-114.525436,32.809867999999994],[-114.534294,32.788002000000006],[-114.529312,32.771366],[-114.542404,32.771187],[-114.542221,32.760704000000004],[-114.560799,32.760707999999994],[-114.559967,32.74889],[-114.571426,32.748783],[-114.571175,32.737392],[-114.602737,32.735839999999996],[-114.603157,32.726237999999995],[-114.693253,32.741378999999995],[-114.711906,32.734966],[-114.72126,32.72081],[-116.10612499999999,32.61940800000001],[-117.127235,32.535725],[-117.198944,32.718391],[-117.119743,32.602818],[-117.123665,32.678878999999995],[-117.197906,32.738884],[-117.247337,32.680042],[-117.284454,32.851173],[-117.253998,32.888126],[-117.327568,33.111442999999994],[-117.40927099999999,33.234055],[-117.596451,33.394504999999995],[-118.10582,33.747547],[-118.245712,33.773906999999994],[-118.285988,33.703888000000006],[-118.40418199999999,33.738434],[-118.42804699999999,33.77543300000001],[-118.387268,33.812309],[-118.411201,33.882954],[-118.54093900000001,34.037243000000004],[-118.787193,34.018249999999995],[-118.93843100000001,34.04007300000001],[-119.215393,34.146336000000005],[-119.265823,34.238094000000004],[-119.482056,34.374866],[-119.605331,34.416439],[-119.868462,34.404799999999994],[-120.010521,34.46167],[-120.139183,34.471912],[-120.455208,34.442513000000005],[-120.508408,34.521389],[-120.640289,34.57235300000001],[-120.60062400000001,34.704041000000004],[-120.630669,34.75992599999999],[-120.607155,34.855637],[-120.66494,34.903831],[-120.643333,34.972660000000005],[-120.61576099999999,35.074841000000006],[-120.637405,35.140052999999995],[-120.86032900000001,35.209278],[-120.88258400000001,35.259429999999995],[-120.848984,35.364563000000004],[-120.874199,35.427792],[-120.990929,35.456608],[-121.145531,35.629352999999995],[-121.269226,35.663567],[-121.328041,35.801067],[-121.444496,35.879887],[-121.688751,36.181171000000006],[-121.88121000000001,36.306979999999996],[-121.954216,36.582813],[-121.91035500000001,36.640468999999996],[-121.866318,36.607754],[-121.807503,36.648262],[-121.76033000000001,36.819035],[-121.790649,36.85037199999999],[-121.882469,36.962147],[-122.06025700000001,36.947556000000006],[-122.17236299999999,37.000918999999996],[-122.273552,37.106834000000006],[-122.413551,37.239182],[-122.38816800000001,37.35247],[-122.440376,37.479541999999995],[-122.504593,37.522964],[-122.497124,37.700321],[-122.497131,37.783012],[-122.399849,37.808696999999995],[-122.34539000000001,37.725291999999996],[-122.36525,37.702518],[-122.358589,37.609852000000004],[-122.088234,37.452602],[-121.974266,37.460781],[-122.091949,37.497375000000005],[-122.198654,37.735271],[-122.31133299999999,37.77853399999999],[-122.306473,37.89183800000001],[-122.37041500000001,37.90942],[-122.378601,37.973522],[-122.294441,38.01487399999999],[-121.99955,38.057232],[-121.697891,38.023574999999994],[-121.65668500000001,38.08618200000001],[-121.57582099999999,38.09421900000001],[-121.56848099999999,38.063747000000006],[-121.54641000000001,38.06355300000001],[-121.57177,38.113879999999995],[-121.55308500000001,38.13744399999999],[-121.65851599999999,38.09654599999999],[-121.664154,38.16936899999999]]],[[[-119.866859,34.075226],[-119.666962,34.021339],[-119.571632,34.055779],[-119.522141,34.034588],[-119.538422,34.006493000000006],[-119.711578,33.965278999999995],[-119.84631300000001,33.968410000000006],[-119.88810000000001,34.004665],[-119.873024,34.03187200000001],[-119.926727,34.059177000000005],[-119.866859,34.075226]]],[[[-120.16642,33.92416],[-120.237579,34.010887],[-120.045837,34.04110300000001],[-119.962425,33.94775799999999],[-120.108215,33.89481000000001],[-120.16642,33.92416]]],[[[-118.593864,33.480793000000006],[-118.36148800000001,33.410984],[-118.29368600000001,33.334419],[-118.30313100000001,33.30746499999999],[-118.454475,33.324757000000005],[-118.48043100000001,33.41952499999999],[-118.555519,33.434456],[-118.593864,33.480793000000006]]],[[[-118.350052,32.819157000000004],[-118.419197,32.806076000000004],[-118.51076499999999,32.892039999999994],[-118.598602,33.020988],[-118.570572,33.035938],[-118.540672,32.987350000000006],[-118.350052,32.819157000000004]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"California","STATE_FIPS":"06","SUB_REGION":"Pacific","STATE_ABBR":"CA","LAND_KM":403970.143,"WATER_KM":20023.368,"PERSONS":2.9760021E7,"FAMILIES":7139394,"HOUSHOLD":1.0381206E7,"MALE":1.4897627E7,"FEMALE":1.4862394E7,"WORKERS":1.1306576E7,"DRVALONE":9982242,"CARPOOL":2036025,"PUBTRANS":685797,"EMPLOYED":1.3996309E7,"UNEMPLOY":996502,"SERVICE":3664771,"MANUAL":1798201,"P_MALE":0.501,"P_FEMALE":0.499,"SAMP_POP":3792553}},{"type":"Feature","id":"states.48","geometry":{"type":"MultiPolygon","coordinates":[[[[-83.27285,38.60918000000001],[-83.290138,38.59656100000001],[-83.306625,38.59624099999999],[-83.320419,38.60648699999999],[-83.330116,38.631912],[-83.371513,38.654922],[-83.453705,38.663700000000006],[-83.50016,38.69006300000001],[-83.526642,38.69603699999999],[-83.618462,38.677898],[-83.633324,38.664897999999994],[-83.643272,38.63578799999999],[-83.655838,38.623806],[-83.678612,38.62085300000001],[-83.712906,38.635479000000004],[-83.770302,38.650745],[-83.790543,38.693771],[-83.837608,38.71180699999999],[-83.857628,38.744845999999995],[-83.912613,38.757889000000006],[-83.962234,38.77757600000001],[-84.053871,38.763664000000006],[-84.088936,38.765434],[-84.176819,38.78842900000001],[-84.228767,38.812622000000005],[-84.235359,38.87448900000001],[-84.261589,38.91741200000001],[-84.290199,38.94447299999999],[-84.313377,39.01401100000001],[-84.34584,39.03774999999999],[-84.391373,39.035683000000006],[-84.4198,39.04727600000001],[-84.425743,39.084663000000006],[-84.444977,39.111766999999986],[-84.492111,39.107304],[-84.515358,39.094134999999994],[-84.593124,39.07020600000001],[-84.622704,39.07487499999999],[-84.667542,39.08956499999999],[-84.742928,39.14200600000001],[-84.789978,39.106976],[-84.811531,39.10252800000001],[-84.812119,39.302975],[-84.812073,39.31227899999999],[-84.81115,39.51311100000001],[-84.811081,39.563998999999995],[-84.808739,39.73325],[-84.80619,39.91711799999999],[-84.803604,40.01394300000001],[-84.795425,40.31945400000001],[-84.794594,40.353004],[-84.793289,40.58869200000001],[-84.793098,40.728813],[-84.791061,40.937659999999994],[-84.790565,40.988293],[-84.791626,41.253082000000006],[-84.791016,41.28376800000001],[-84.791939,41.42784900000001],[-84.791412,41.530440999999996],[-84.790421,41.69744499999999],[-84.384445,41.7071],[-84.359261,41.707989],[-83.868698,41.71594200000001],[-83.764015,41.71699100000001],[-83.482758,41.725081999999986],[-83.153824,41.62604099999999],[-83.003517,41.53814299999999],[-82.795921,41.537598],[-82.784798,41.50736599999999],[-83.07048,41.45605900000001],[-82.909019,41.429417],[-82.717041,41.450474000000014],[-82.548943,41.391289],[-82.341499,41.43145799999999],[-82.015739,41.51526999999999],[-81.962044,41.50187700000001],[-81.738647,41.49110400000001],[-81.478424,41.63166799999999],[-81.362434,41.72423900000001],[-80.999954,41.85020399999999],[-80.520798,41.986816000000005],[-80.52285,41.850719],[-80.524132,41.495048999999995],[-80.520203,41.48923500000001],[-80.52314,41.12957],[-80.521133,40.897209000000004],[-80.520515,40.854107],[-80.522209,40.63713799999999],[-80.574623,40.615910000000014],[-80.611755,40.61999900000001],[-80.637543,40.61391800000001],[-80.667931,40.58207300000001],[-80.668823,40.56821400000001],[-80.633644,40.539139000000006],[-80.625458,40.50439800000001],[-80.602036,40.48047299999999],[-80.628052,40.39815899999999],[-80.629448,40.38859600000001],[-80.609451,40.37320700000001],[-80.604721,40.306174999999996],[-80.614891,40.276432],[-80.650314,40.245609],[-80.678757,40.194080000000014],[-80.701088,40.16811000000001],[-80.702263,40.15401800000001],[-80.738434,40.03559100000001],[-80.739082,39.98340200000001],[-80.763252,39.94694100000001],[-80.759079,39.92119199999999],[-80.768318,39.913239000000004],[-80.796211,39.91976500000001],[-80.808029,39.915829],[-80.812325,39.90482700000001],[-80.791039,39.87227200000001],[-80.798714,39.85664700000001],[-80.826103,39.83959200000001],[-80.81929,39.808926000000014],[-80.870911,39.759918],[-80.856636,39.73625899999999],[-80.832481,39.71875800000001],[-80.83297,39.70332300000001],[-80.863594,39.680274999999995],[-80.872925,39.66233399999999],[-80.881287,39.62400400000001],[-80.912766,39.60727700000001],[-80.932785,39.606865],[-80.983818,39.58172999999999],[-81.032738,39.54406700000001],[-81.037552,39.532589],[-81.098412,39.496376],[-81.117256,39.46770900000001],[-81.180733,39.437725],[-81.20047,39.415820999999994],[-81.225113,39.40828300000001],[-81.237785,39.388397],[-81.28418,39.38699700000001],[-81.338997,39.35356899999999],[-81.376076,39.34561500000001],[-81.434135,39.40594899999999],[-81.448112,39.410954000000004],[-81.465164,39.40678399999999],[-81.540802,39.352633999999995],[-81.557541,39.332581000000005],[-81.572838,39.26584199999999],[-81.667671,39.27042],[-81.689674,39.26015100000001],[-81.698051,39.219944],[-81.723221,39.21319199999999],[-81.759056,39.17567399999999],[-81.74485,39.125797000000006],[-81.753708,39.09464299999999],[-81.786507,39.077179],[-81.81971,39.07693900000001],[-81.824417,39.066338],[-81.813606,39.044028999999995],[-81.775826,39.01675],[-81.781876,38.96844899999999],[-81.762444,38.93009900000001],[-81.783371,38.92348100000001],[-81.823921,38.948387],[-81.841057,38.93780899999999],[-81.866943,38.885628],[-81.892838,38.87337099999999],[-81.91539,38.884365],[-81.931992,38.89466100000001],[-81.89875,38.932143999999994],[-81.927971,38.98419200000001],[-81.937874,38.991096],[-81.975327,38.992928000000006],[-81.999817,39.01518200000001],[-82.043022,39.014061],[-82.05864,38.98898700000001],[-82.085152,38.97711899999999],[-82.101341,38.95201499999999],[-82.13945,38.89931899999999],[-82.146233,38.838707],[-82.197853,38.804539000000005],[-82.216881,38.778858000000014],[-82.184105,38.71021999999999],[-82.18911,38.67781099999999],[-82.17379,38.63210699999999],[-82.18438,38.59494799999999],[-82.213791,38.58475100000001],[-82.271027,38.594807],[-82.2901,38.57999799999999],[-82.314369,38.46514500000001],[-82.329308,38.441868],[-82.39489,38.42838699999999],[-82.415016,38.430308999999994],[-82.49511,38.40575000000001],[-82.547668,38.400429],[-82.575539,38.403819999999996],[-82.586723,38.41243700000001],[-82.613861,38.472588],[-82.669876,38.50206],[-82.695694,38.539063],[-82.742058,38.552986000000004],[-82.802475,38.557209],[-82.827103,38.571583000000004],[-82.853966,38.60038],[-82.860138,38.65231700000001],[-82.880119,38.683223999999996],[-82.873299,38.718929],[-82.890419,38.74269899999999],[-82.92141,38.74633800000001],[-82.972588,38.719565999999986],[-83.027046,38.714436000000006],[-83.060982,38.68565000000001],[-83.111343,38.66475700000001],[-83.14325,38.61926299999999],[-83.182037,38.60976400000001],[-83.24511,38.62409600000001],[-83.27285,38.60918000000001]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Ohio","STATE_FIPS":"39","SUB_REGION":"E N Cen","STATE_ABBR":"OH","LAND_KM":105012.073,"WATER_KM":2001.617,"PERSONS":9980887,"FAMILIES":2673875,"HOUSHOLD":3748665,"MALE":4816445,"FEMALE":5164442,"WORKERS":3638837,"DRVALONE":3581182,"CARPOOL":477421,"PUBTRANS":98938,"EMPLOYED":4524383,"UNEMPLOY":324867,"SERVICE":1206763,"MANUAL":830481,"P_MALE":0.483,"P_FEMALE":0.517,"SAMP_POP":1727359}},{"type":"Feature","id":"states.49","geometry":{"type":"MultiPolygon","coordinates":[[[[-122.40074899999999,48.22539499999999],[-122.461586,48.228542000000004],[-122.453156,48.12867399999999],[-122.36007699999999,48.060280000000006],[-122.513245,48.13415499999999],[-122.540802,48.21064000000001],[-122.507858,48.25397100000001],[-122.403137,48.24677299999999],[-122.37705199999999,48.289897999999994],[-122.563087,48.414421000000004],[-122.665749,48.413071],[-122.698128,48.49450300000001],[-122.60689500000001,48.51899700000001],[-122.52195,48.458575999999994],[-122.472557,48.462368],[-122.504021,48.559616000000005],[-122.428268,48.59956700000001],[-122.486519,48.63874100000001],[-122.52527599999999,48.711895],[-122.51557199999999,48.75809100000001],[-122.696114,48.80318500000001],[-122.75295299999999,48.910156],[-122.821129,48.95089300000001],[-122.74265299999999,48.955974999999995],[-122.76383200000001,48.999911999999995],[-120.855827,48.99997300000001],[-118.842453,49],[-118.19923399999999,49.00000399999999],[-117.4375,48.99999600000001],[-117.030975,49],[-117.028046,48.83815000000001],[-117.037834,48.046284000000014],[-117.036438,47.971191000000005],[-117.040779,47.361541999999986],[-117.041382,47.258601999999996],[-117.039963,47.11942300000001],[-117.040932,46.53671600000001],[-117.037567,46.42809700000001],[-117.04348,46.388690999999994],[-117.06319400000001,46.348816],[-117.026985,46.335544999999996],[-117.00065599999999,46.30256700000001],[-116.97174100000001,46.249427999999995],[-116.96650700000001,46.197674000000006],[-116.928444,46.165604],[-116.960655,46.097397],[-116.98622900000001,46.078632],[-116.956741,46.065811],[-116.91815199999999,45.995299999999986],[-117.48065199999999,45.999966],[-117.60180700000001,46.00040100000001],[-117.981628,46.00001900000001],[-117.991478,46.001778],[-118.981018,45.999202999999994],[-119.031105,45.966419],[-119.13913,45.92585399999999],[-119.17761999999999,45.92249699999999],[-119.301636,45.932807999999994],[-119.378311,45.917755],[-119.43772899999999,45.914412999999996],[-119.511086,45.89934500000001],[-119.58815799999999,45.913459999999986],[-119.620979,45.89955499999999],[-119.677307,45.85268400000001],[-119.832413,45.841755000000006],[-119.86859100000001,45.83184399999999],[-119.993172,45.81128699999999],[-120.067497,45.78035],[-120.154755,45.76141000000001],[-120.206291,45.719933],[-120.282478,45.71673200000001],[-120.442223,45.68942999999999],[-120.49799300000001,45.69578200000001],[-120.568916,45.74107000000001],[-120.622589,45.743763],[-120.657234,45.732765],[-120.695824,45.71066300000001],[-120.86024499999999,45.665339999999986],[-120.906761,45.63563199999999],[-120.947395,45.65047100000001],[-120.9673,45.645309],[-121.032303,45.65299999999999],[-121.07235,45.64676700000001],[-121.124023,45.607215999999994],[-121.173134,45.600674],[-121.190872,45.61340000000001],[-121.20212599999999,45.657444],[-121.213089,45.66580200000001],[-121.27520799999999,45.67849699999999],[-121.318794,45.696799999999996],[-121.366631,45.69984400000001],[-121.420845,45.69076200000001],[-121.441368,45.69512599999999],[-121.52787000000001,45.719727000000006],[-121.705231,45.688953],[-121.757507,45.689876999999996],[-121.809853,45.70084399999999],[-121.887093,45.677017000000006],[-121.925629,45.642189],[-121.97146599999999,45.63593700000001],[-121.998817,45.617985000000004],[-122.08084099999999,45.590664000000004],[-122.243721,45.548271],[-122.30194900000001,45.543251],[-122.355255,45.566329999999994],[-122.435951,45.56493800000001],[-122.564224,45.594978],[-122.650002,45.606990999999994],[-122.69511399999999,45.63120699999999],[-122.759331,45.64955900000001],[-122.771339,45.727847999999994],[-122.76307700000001,45.76073099999999],[-122.786797,45.80050700000001],[-122.78330199999999,45.85061300000001],[-122.78286,45.86805000000001],[-122.805008,45.904236],[-122.80652599999999,45.944053999999994],[-122.874199,46.02734799999999],[-122.898537,46.07949400000001],[-122.97294600000001,46.110648999999995],[-123.04937000000001,46.155902999999995],[-123.117325,46.17947799999999],[-123.174965,46.18375399999999],[-123.211205,46.170174],[-123.247566,46.144188000000014],[-123.303482,46.144904999999994],[-123.469528,46.275192000000004],[-123.61882800000001,46.258835000000005],[-123.724205,46.285595],[-123.884514,46.240612],[-123.992065,46.310452],[-124.077843,46.267437],[-124.064232,46.639927],[-124.021767,46.583721],[-124.01173399999999,46.383858000000004],[-123.840187,46.404517999999996],[-123.939423,46.481292999999994],[-123.892296,46.511257],[-123.956436,46.61740499999999],[-123.925194,46.67324099999999],[-123.839691,46.718468],[-123.89426399999999,46.74516700000001],[-124.041878,46.716038],[-124.089767,46.729206000000005],[-124.100784,46.78965400000001],[-124.137543,46.900172999999995],[-124.104477,46.90833699999999],[-124.103455,46.87433200000001],[-124.02752699999999,46.82395199999999],[-124.045647,46.88744],[-123.81137799999999,46.96414899999999],[-123.994583,46.976574],[-124.033112,47.03122300000001],[-124.111076,47.042866000000004],[-124.160751,46.929801999999995],[-124.19144399999999,47.167174999999986],[-124.230133,47.27526499999999],[-124.31813,47.349434],[-124.347778,47.527107],[-124.372299,47.63896199999999],[-124.482719,47.80845600000001],[-124.605362,47.873940000000005],[-124.73142200000001,48.150204],[-124.703857,48.232212000000004],[-124.71582000000001,48.37777299999999],[-124.562202,48.35748699999999],[-123.98989900000001,48.159355000000005],[-123.395561,48.11121700000001],[-123.121933,48.14891800000001],[-122.920311,48.09436400000001],[-122.923561,48.066981999999996],[-122.839828,48.13332],[-122.767601,48.14417599999999],[-122.80165099999999,48.08550600000001],[-122.660294,47.91734299999999],[-122.652321,47.86461600000001],[-122.744598,47.80917400000001],[-122.788528,47.80273399999999],[-122.808243,47.85726199999999],[-122.857529,47.827515000000005],[-122.898094,47.67270300000001],[-122.981476,47.605659],[-123.11264800000001,47.456458999999995],[-123.152794,47.34873200000001],[-123.009209,47.35320999999999],[-122.831993,47.438648],[-123.034943,47.356235999999996],[-123.11142000000001,47.37175400000001],[-123.02507,47.516121],[-122.91570300000001,47.614791999999994],[-122.751678,47.66087300000001],[-122.721794,47.75708399999999],[-122.60990100000001,47.85019299999999],[-122.611954,47.936375],[-122.530632,47.90964500000001],[-122.472343,47.75516099999999],[-122.620255,47.69715099999999],[-122.58521300000001,47.571372999999994],[-122.55401599999999,47.583687],[-122.541458,47.52291500000001],[-122.50322,47.507397],[-122.55720500000001,47.39854399999999],[-122.542885,47.37410700000001],[-122.587013,47.33411000000001],[-122.551918,47.283512],[-122.57929200000001,47.25156799999999],[-122.61030600000001,47.293578999999994],[-122.60567499999999,47.27075199999999],[-122.69850199999999,47.29226700000001],[-122.62751,47.39873499999999],[-122.636192,47.398762000000005],[-122.740303,47.341633],[-122.768463,47.26633799999999],[-122.718559,47.22331199999999],[-122.759995,47.162678],[-122.82386,47.23500799999999],[-122.772087,47.33754300000001],[-122.800934,47.36092400000001],[-122.87912,47.29941600000001],[-123.11417399999999,47.20816400000001],[-123.07994099999999,47.090239999999994],[-123.03009,47.100956],[-122.921898,47.048145000000005],[-122.788803,47.12604099999999],[-122.726944,47.08262300000001],[-122.698837,47.09850700000001],[-122.590569,47.180240999999995],[-122.529526,47.28763599999999],[-122.545349,47.31645599999999],[-122.422859,47.25965099999999],[-122.391609,47.277901000000014],[-122.440369,47.30130399999999],[-122.419601,47.31902299999999],[-122.324142,47.34450100000001],[-122.31850399999999,47.390293000000014],[-122.391396,47.510422000000005],[-122.38098099999999,47.59558899999999],[-122.413574,47.66435999999999],[-122.39325,47.77435700000001],[-122.30167399999999,47.95039700000001],[-122.22887399999999,47.969296000000014],[-122.215744,48.007622],[-122.367073,48.128322999999995],[-122.40074899999999,48.22539499999999]]],[[[-122.96669,48.443974],[-123.093941,48.479603],[-123.158424,48.52202199999999],[-123.16860199999999,48.56274400000001],[-123.13975500000001,48.62382500000001],[-123.102425,48.608554999999996],[-123.01080300000001,48.55765500000001],[-123.007408,48.533896999999996],[-122.96669,48.52711099999999],[-123.020981,48.51353800000001],[-123.017593,48.489783999999986],[-122.96669,48.443974]]],[[[-122.731903,48.276825],[-122.66433,48.396953999999994],[-122.603104,48.40496400000001],[-122.524475,48.32122000000001],[-122.52737400000001,48.28368800000001],[-122.622231,48.296527999999995],[-122.730751,48.225594],[-122.60965,48.206501],[-122.544937,48.077042000000006],[-122.49494899999999,48.09425400000001],[-122.378738,48.03233],[-122.354149,47.964068999999995],[-122.385712,47.904731999999996],[-122.441536,47.91824],[-122.47036,47.987694000000005],[-122.543701,47.967715999999996],[-122.607361,48.031616000000014],[-122.694275,48.181366],[-122.767494,48.218998],[-122.731903,48.276825]]]]},"geometry_name":"the_geom","properties":{"STATE_NAME":"Washington","STATE_FIPS":"53","SUB_REGION":"Pacific","STATE_ABBR":"WA","LAND_KM":172447.205,"WATER_KM":12226.63,"PERSONS":4866692,"FAMILIES":1264934,"HOUSHOLD":1872431,"MALE":2413747,"FEMALE":2452945,"WORKERS":1830031,"DRVALONE":1700872,"CARPOOL":282240,"PUBTRANS":104403,"EMPLOYED":2293961,"UNEMPLOY":139216,"SERVICE":637487,"MANUAL":302635,"P_MALE":0.496,"P_FEMALE":0.504,"SAMP_POP":736744}}],"crs":{"type":"EPSG","properties":{"code":"4326"}}} diff --git a/core/src/test/resources/map-data/gml/spearfish-streams-v2.gml b/core/src/test/resources/map-data/gml/spearfish-streams-v2.gml index cf930c3489..70a4a83198 100644 --- a/core/src/test/resources/map-data/gml/spearfish-streams-v2.gml +++ b/core/src/test/resources/map-data/gml/spearfish-streams-v2.gml @@ -1 +1 @@ -unknown609359.35,4925141.5 609338.87,4925151.33 609318.39,4925161.16 609302.86,4925178.7 609287.38,4925193.69 609253.84,4925226.18 609238.03,4925261.49 609237.05,4925322.44 609251.56,4925368.4 609251.11,4925396.34 609252.55,4925464.95 609236.95,4925487.56 609172.52,4925544.96 609171.99,4925577.971609171.99,4925577.97 609183.96,4925623.89 609193.02,4925692.62 609207.2,4925758.9 609234.32,4925810.14 609269.14,4925856.43 609268.57,4925891.98 609204.02,4925956.99 609198.66,4925974.69 609200.14,4926040.76 609224.56,4926102.12 609274.33,4926166.43 609294.41,4926181.99 609309.2,4926210.17 609300.89,4926253.23 609280.08,4926283.38 609249.2,4926308.28 609238.55,4926338.6 609217.83,4926363.67 609222.13,49264121609337.03,4926375.74 609306.47,4926380.33 609229.79,4926409.59 609222.13,49264121607279.65,4926358.02 607302.42,4926363.46 607373.61,4926359.52 607540.04,4926278.36 607593.29,4926284.29 607661.33,4926318.41 607704.3,4926331.8 607755.18,4926327.53 607806.21,4926313.11 607839.64,4926288.24 607880.15,4926296.51 607969.12,4926292.85 608010.36,4926255.41 608026.01,4926230.26 608089.42,4926236.35 608159.84,4926280.67 608225.59,4926299.5 608261.3,4926289.91 608279.45,4926267.34 608335.69,4926245.38 608390.12,4926177.66 608443.45,4926178.52 608486.87,4926163.97 608626.51,4926168.75 608708.94,4926256.44 608731.63,4926266.97 608757.03,4926267.37 608777.63,4926249.92 608780.38,4926237.26 608828.63,4926238.04 608843.66,4926250.98 608847.77,4926312.01 608880.29,4926343.02 608907.5,4926389.18 608940.51,4926389.71 608991.63,4926370.21 609057.75,4926366.18 609100.8,4926374.5 609211.69,4926429.62 609219.43,4926422.12 609222.13,49264121608825.39,4921525.67 608843,4921536.11 608900.44,4921598 608935.63,4921621.43 608988.55,4921647.68 609104.85,4921682.57 609147.66,4921706.12 609172.57,4921737 609182.32,4921762.56 609176.55,4921805.65 609155.46,4921853.58 609142.59,4921863.54 609121.5,4921911.47 609110.69,4921951.94 609110.12,4921987.49 609122.09,4922033.41 609161.99,4922079.78 609254.98,4922142.23 609348.34,4922181.83 609409.09,4922195.511607505.25,4920046.37 607547.21,4920123.25 607546.6,4920161.35 607502.98,4920188.59 607441.7,4920207.93 607416.02,4920225.3 607405.65,4920237.84 607405.12,4920270.85 607440.44,4920286.66 607686.38,4920316.01 607736.72,4920344.76 607781.54,4920401.36 607818.38,4920480.7 607835.14,4920544.48 607844.44,4920597.97 607854.44,4920608.3 607879.83,4920608.7 607892.65,4920601.29 607901.01,4920555.7 607929.35,4920530.75 607997.88,4920534.38 608058.67,4920545.52 608140.06,4920539.2 608218.51,4920558.24 608326.94,4920608.25 608377.45,4920626.84 608437.79,4920665.91 608445.17,4920681.27 608454.92,4920706.83 608448.98,4920760.08 608435.35,4920818.29 608431.71,4920886.82 608441.67,4920899.68 608449.95,4921016.67 608430.38,4921128.13 608426.75,4921196.66 608438.96,4921227.34 608461.45,4921250.56 608491.72,4921263.75 608527.36,4921259.24 608654.83,4921230.8 608695.38,4921236.53 608738.11,4921265.16 608745.44,4921283.06 608752.17,4921339.05 608743.73,4921389.73 608750.74,4921427.94 608765.53,4921456.12 608820.55,4921510.35 608825.39,4921525.671607125.64,4919163.87 607125.4,4919179.11 607155.39,4919210.07 607165.26,4919228.01 607159.29,4919283.81 607156.62,4919291.38 607151.22,4919311.62 607125.09,4919356.93 607127.51,4919364.59 607101.54,4919399.74 607083.28,4919429.93 607083.11,4919440.09 607072.63,4919460.24 607064.64,4919482.98 607046.34,4919515.71 607043.63,4919525.82 607030.57,4919548.48 606963.6,4919605.83 606884.14,4919650.29 606786.29,4919732.55 606752.7,4919767.58 606729.11,4919812.92 606730.64,4919876.46 606742.8,4919909.68 606765.46,4919922.74 606871.88,4919939.69 606912.03,4919970.81 606933.99,4920027.05 606966.96,4920030.12 606992.56,4920017.83 607053.48,4920021.35 607088.75,4920039.69 607131.43,4920070.86 607172.11,4920068.97 607197.79,4920051.6 607213.35,4920031.53 607214.09,4919985.82 607199.62,4919937.32 607165,4919878.34 607165.57,4919842.78 607186.17,4919825.33 607247.53,4919800.91 607321.1,4919807.17 607371.37,4919841 607421.47,4919884.98 607426.26,4919902.84 607492.84,4920028.39 607505.25,4920046.371603930.2,4918353.11 603932.29,4918381.09 603944.54,4918409.23 603959.61,4918419.63 604014.19,4918501.8 604036.11,4918560.58 604045.25,4918624.23 604046.97,4918675.06 604055.91,4918751.42 604077.38,4918838.13 604102.17,4918876.63 604117.33,4918881.96 604142.77,4918879.83 604165.91,4918862.41 604189.29,4918829.76 604200.02,4918794.37 604239.01,4918739.11 604292.3,4918742.5 604413.19,4918807.95 604509.58,4918817.11 604552.39,4918840.66 604610.64,4918851.76 604642.27,4918938.64 604646.82,4918971.73 604676.52,4919020.48 604711.87,4919033.74 604775.53,4919024.6 604806.29,4919007.31 604850.16,4918964.83 604860.68,4918942.14 604873.58,4918929.64 604891.93,4918894.37 604925.56,4918856.8 604938.34,4918851.93 604978.89,4918857.66 605003.84,4918886 605075.9,4918986.23 605115.85,4919030.05 605169.06,4919038.53 605235.54,4919011.65 605297.1,4918974.53 605410.43,4918877.27 605451.84,4918829.67 605479.98,4918817.42 605523.11,4918820.65 605583.54,4918854.64 605654.73,4918850.71 605736.36,4918829.15 605787,4918840.12 605834.11,4918912.01 605851.73,4918922.45 605945.57,4918931.58 606104.59,4918995.09 606152.69,4919006.02 606221.26,4919007.12 606300.88,4918952.51 606344.38,4918932.88 606419.05,4918870.57 606444.77,4918850.66 606505.72,4918851.64 606553.78,4918865.11 606599,4918896.32 606626.33,4918934.86 606643.45,4918975.78 606674.84,4919077.9 606696.36,4919162.07 606711.11,4919192.79 606725.98,4919215.9 606773.91,4919236.99 606857.72,4919238.33 606919.03,4919216.45 606947.5,4919183.88 606963.43,4919140.95 606989.31,4919110.88 607027.49,4919106.41 607052.77,4919114.44 607095.25,4919158.3 607125.64,4919163.871603206.04,4915826.58 603203.26,4915841.78 603161.89,4915886.84 603161.03,4915940.17 603187.91,4916006.65 603194.55,4916067.73 603201.93,4916083.09 603204.18,4916100.91 603228.6,4916162.27 603245.98,4916187.95 603292.07,4916323.32 603304.36,4916348.92 603306.54,4916371.82 603316.25,4916399.92 603333.74,4916417.98 603384.17,4916441.65 603455.2,4916447.87 603498.05,4916468.88 603510.22,4916502.1 603506.13,4916598.57 603487.66,4916641.46 603463.5,4916722.36 603462.24,4916801.09 603472.03,4916824.11 603481.95,4916839.51 603544.42,4916904.02 603566.38,4916960.26 603576.34,4916973.12 603647.02,4917159.7 603693.16,4917292.54 603725.16,4917356.56 603762.48,4917405.42 603847.73,4917475.38 603981.15,4917551.18 604033.26,4917628.23 604069.89,4917720.27 604069.12,4917768.52 604053.6,4917786.05 604004.98,4917808.14 603970.82,4917878.72 603968.04,4917893.92 603957.68,4917906.45 603949.73,4917926.65 603943.43,4918002.76 603960.27,4918061.46 604017.3,4918148.74 604039.79,4918171.96 604038.94,4918225.3 603979.51,4918287.85 603943.46,4918317.76 603930.36,4918342.95 603930.2,4918353.111602786.06,4915560.74 602806.1,4915578.84 603031.23,4915638.34 603099.4,4915664.83 603154.37,4915721.6 603196.57,4915783.24 603203.87,4915803.68 603206.04,4915826.581602333.86,4915403.61 602465.56,4915428.58 602554.08,4915452.87 602662.51,4915502.87 602733.06,4915539.57 602786.06,4915560.741601693.09,4914649.03 601725.49,4914687.65 601767.61,4914754.38 601807.06,4914828.68 601887.66,4915030.65 601914.86,4915076.82 602039.57,4915221.07 602124.74,4915296.11 602154.89,4915316.91 602169.92,4915329.86 602253,4915376.91 602333.86,4915403.611604043.03,4927482.33 603903.1,4927495.33 603856.98,4927519.99 603833.8,4927539.94 603815.09,4927598.07 603796.94,4927620.64 603781.09,4927658.5 603780.93,4927668.65 603773.23,4927673.61 603770.12,4927709.13 603762.42,4927714.08 603761.2,4927790.27 603800.21,4927892.51 603815.99,4928017.242606122.52,4927388.63 606195.56,4927427.91 606334.64,4927468.24 606342.01,4927483.6 606338.41,4927549.59 606333.13,4927562.21 606335.1,4927597.81 606382.25,4927667.15 606389.63,4927682.51 606386.36,4927728.18 606332.17,4927780.66 606298.06,4927848.7 606207.62,4927943.79 606171.66,4927968.62 606127.71,4928016.18 606112.06,4928041.33 606114.32,4928059.152605883.17,4927265.4 605913.36,4927283.67 605948.63,4927302.02 606067.99,4927303.932605522.71,4926614.38 605527.38,4926639.86 605561.72,4926716.62 605606.7,4926763.07 605646.44,4926819.59 605681.42,4926855.72 605659.52,4926954.44 605666.81,4926974.88 605724,4927052 605741.17,4927090.38 605755.64,4927138.88 605811.31,4927152.48 605818.64,4927170.382601444.2,4926218.79 601433.22,4926269.42 601420,4926302.23 601419.79,4926314.93 601409.35,4926332.54 601364.55,4926433.44 601350.59,4926511.97 601355.42,4926527.29 601380.49,4926548.01 601410.64,4926568.82 601407.62,4926599.25 601394.55,4926621.91 601401.72,4926649.96 601429.45,4926663.11 601487.79,4926669.13 601485.47,4926813.89 601505.3,4926844.69 601512.87,4926847.35 601543.35,4926847.84 601586.57,4926845.99 601593.7,4926876.59 601580.43,4926911.94 601530.95,4926987.36 601528.29,4926994.94 601523.01,4927007.55 601512.36,4927037.87 601514.17,4927083.62 601549.2,4927117.21 601550.76,4927178.2 601570.87,4927191.22 601705.48,4927193.38 601717.89,4927211.36 601730.02,4927247.12 601726.42,4927313.11 601715.61,4927353.58 601719.55,4927424.78 601726.76,4927450.3 601761.67,4927491.5 601832.41,4927515.5 601877.52,4927554.32 601909.76,4927603.11 601909.27,4927633.58 601923.82,4927677 601941.35,4927692.53 601971.91,4927687.93 602007.67,4927675.81 602065.96,4927684.36 602098.61,4927707.75 602110.9,4927733.35 602112.7,4927779.1 602102.34,4927791.64 602099.36,4927819.53 602101.12,4927867.83 602127.84,4927944.47 602130.13,4927959.74 602137.55,4927972.562605931.37,4924890.96 605902.09,4924974.33 605896.49,4925007.26 605830.27,4925176.4 605806.84,4925211.59 605785.67,4925264.6 605738.45,4925357.83 605719.82,4925410.88 605714.7,4925413.34 605714.49,4925426.04 605706.79,4925431 605676.45,4925580.39 605675.76,4925623.56 605693.52,4925783.89 605682.79,4925819.28 605677.59,4925826.82 605668.95,4925890.19 605678.25,4925943.69 605732.5,4926046.17 605765.07,4926074.63 605818.24,4926085.65 605917.16,4926094.85 605947.44,4926108.04 605959.73,4926133.64 605961.7,4926169.24 605973.5,4926225.31 605998.17,4926271.43 606056.13,4926300.31 606132.08,4926316.77 606335.17,4926325.1 606388.79,4926308.18 606434.34,4926319.07 606487.39,4926337.7 606540.88,4926328.4 606583.94,4926336.71 606611.55,4926357.47 606674.96,4926363.57 606679.06,4926424.6 606701.35,4926460.52 606728.88,4926486.37 606794.18,4926533.14 606814.37,4926541.09 606862.71,4926536.78 606903.55,4926524.73 606980.31,4926490.4 607054.16,4926478.88 607150.79,4926472.81 607176.39,4926460.52 607186.75,4926447.98 607194.74,4926425.24 607220.74,4926387.56 607246.47,4926367.65 607279.65,4926358.022601773.94,4924664.31 601765.59,4924709.9 601764.86,4924755.61 601801.98,4924817.18 601798.91,4924850.15 601775.6,4924877.72 601716.58,4924914.88 601708.55,4924940.16 601703.15,4924960.39 601690.25,4924972.89 601666.9,4925003 601656.34,4925028.23 601668.79,4925043.67 601665.89,4925066.49 601629.68,4925106.55 601629.43,4925121.79 601651.84,4925150.1 601694.41,4925188.88 601749.55,4925235.49 601805.22,4925249.09 601842.46,4925303.03 601857.13,4925338.83 601863.97,4925387.2 601853.41,4925412.44 601817.32,4925444.89 601768.91,4925454.27 601677.31,4925462.96 601651.59,4925482.87 601648.52,4925515.85 601665.94,4925538.99 601731.32,4925580.68 601733.29,4925616.28 601706.75,4925686.99 601688.52,4925714.64 601651.71,4925792.8 601561.39,4925880.26 601499.26,4925952.94 601478.33,4925990.71 601489.85,4926064.56 601486.54,4926112.77 601467.74,4926175.98 601444.2,4926218.792606628.74,4924333.1 606642.94,4924556.88 606657.53,4924597.76 606748.97,4924756.73 606769.08,4924769.75 606842.37,4924793.79 606892.67,4924825.08 606967.68,4924899.95 606977.56,4924917.89 606995.01,4924938.49 607024.59,4924994.85 607038.85,4925056.05 607081.3,4925102.46 607101.45,4925112.94 607147.2,4925111.13 607327.48,4925116.56 607406.46,4925102.58 607540.85,4925117.44 607614.55,4925116.08 607675.46,4925119.6 607692.79,4925147.82 607694.92,4925173.26 607715.24,4925173.58 607786.88,4925141.7 607964.13,4925177.57 608022.66,4925170.89 608068.82,4925143.68 608115.15,4925106.32 608173.93,4925084.4 608346.34,4925104.94 608392.09,4925103.14 608420.23,4925090.88 608496.99,4925056.55 608639.75,4925025.81 608708.32,4925026.91 608738.43,4925050.26 608821.06,4925125.25 608868.74,4925161.58 608919.21,4925182.71 608982.54,4925193.89 609007.65,4925212.07 609025.14,4925230.13 609065.66,4925238.4 609075.57,4925253.81 609071.61,4925342.65 609105.74,4925432.11 609110.08,4925477.91 609109.03,4925543.94 609136.64,4925564.7 609171.99,4925577.972602113.52,4924240.43 602103.2,4924250.43 602084.44,4924311.1 602068.96,4924326.09 602036.03,4924320.48 602003.5,4924289.48 601975.52,4924291.57 601965,4924314.26 601956.97,4924339.54 601931.21,4924361.99 601885.17,4924381.57 601877.3,4924396.69 601876.16,4924467.8 601881,4924483.12 601877.97,4924513.56 601867.53,4924531.17 601864.83,4924541.29 601857,4924553.86 601854.34,4924561.44 601843.98,4924573.98 601833.45,4924596.67 601807.41,4924636.9 601773.94,4924664.312601183.42,4923786.05 601184.69,4923864.82 601240.91,4924002.9 601240.42,4924033.38 601229.9,4924056.07 601231.74,4924099.29 601241.74,4924109.61 601259.44,4924114.97 601294.42,4924151.1 601298.08,4924240.07 601320.57,4924263.29 601340.8,4924268.7 601355.64,4924294.34 601367.76,4924330.1 601382.55,4924358.28 601422.66,4924391.94 601467.93,4924420.61 601474.9,4924461.37 601509.96,4924492.42 601588.41,4924511.46 601616.06,4924529.68 601645.92,4924568.26 601657.69,4924626.88 601677.64,4924650.06 601773.94,4924664.312605632.59,4923720.17 605520.97,4923710.76 605477.71,4923715.14 605454.45,4923740.17 605436.22,4923767.83 605425.01,4923833.69 605414.44,4923858.93 605389.96,4923960.15 605382.13,4923972.73 605365.8,4924041.05 605342.25,4924083.86 605313.7,4924121.51 605284.79,4924182.01 605276.4,4924230.14 605266.11,4924237.6 605263.09,4924268.04 605254.9,4924303.47 605259.2,4924351.81 605253.19,4924410.14 605222.06,4924450.28 605214.2,4924465.4 605190.85,4924495.51 605126.3,4924560.52 605090.34,4924585.35 605054.46,4924605.1 605011,4924622.18 604947.34,4924631.33 604822.9,4924629.33 604789.48,4924654.2 604776.41,4924676.85 604717.15,4924729.25 604670.82,4924766.61 604562.57,4924863.95 604562.32,4924879.19 604541.76,4924894.1 604518.13,4924941.99 604516.95,4925015.64 604526.99,4925023.42 604534.08,4925056.56 604558.42,4925123 604557.2,4925199.19 604551.99,4925206.73 604540.86,4925267.52 604525.17,4925295.21 604503.84,4925358.37 604493.56,4925365.83 604490.49,4925398.81 604455.19,4925540.5 604457.21,4925573.56 604486.83,4925627.38 604478.52,4925670.43 604457.83,4925692.96 604432.23,4925705.25 604421.75,4925725.41 604431.5,4925750.97 604428.19,4925799.18 604409.07,4925882.7 604407.89,4925956.36 604419.89,4925999.73 604421.7,4926045.492604421.7,4926045.49 604388.24,4926072.9 604301.11,4926119.77 604283.34,4926119.48 604226.65,4926169.38 604226.16,4926199.86 604215.8,4926212.39 604152.06,4926226.61 604018.9,4926293.07 603970.16,4926322.77 603883,4926372.18 603872.47,4926394.87 603871.66,4926445.67 603819.64,4926521.04 603814.24,4926541.28 603775.21,4926599.08 603714.09,4926608.27 603622.54,4926614.42 603566.06,4926651.62 603564.71,4926735.43 603569.47,4926755.83 603566.2,4926801.5 603545.72,4926811.33 603512.58,4926818.42 603492.06,4926830.8 603455.81,4926873.4 603419.93,4926893.15 603365.9,4926935.47 603357.96,4926955.66 603336.67,4927016.29 603326.22,4927033.91 603313.44,4927038.78 603240.04,4927022.36 603204.07,4927047.19 603199.99,4927143.66 603158.66,4927186.18 603033.16,4927250.22 602991.99,4927282.58 602955.71,4927327.73 602952.92,4927342.93 602934.98,4927352.8 602934.78,4927365.5 602827.22,4927419.66 602752.83,4927464.2 602706.39,4927509.18 602665.02,4927554.24 602513.75,4927640.73 602480.17,4927675.76 602461.9,4927705.95 602448.55,4927746.38 602422.79,4927768.83 602371.71,4927785.79 602333.29,4927805.5 602261.41,4927852.61 602250.8,4927880.39 602247.98,4927898.12 602219.55,4927928.15 602186.05,4927958.1 602137.55,4927972.562599444.25,4923567.66 599469.32,4923588.39 599496.24,4923652.33 599546.14,4923709.01 599626.55,4923763.65 599686.53,4923825.58 599701.2,4923861.38 599715.7,4923907.33 599740.37,4923953.46 599777.81,4923994.7 599785.19,4924010.06 599781.59,4924076.05 599806.5,4924106.94 599872,4924141.01 599904.49,4924174.55 599913.99,4924215.35 599979.66,4924239.27 600009.77,4924262.61 600051.76,4924336.95 600101.86,4924380.94 600159.59,4924425.05 600163.61,4924491.17 600178.52,4924511.73 600203.63,4924529.91 600235.87,4924578.7 600278.6,4924607.32 600321.45,4924628.33 600384.62,4924649.67 600409.52,4924680.55 600406.58,4924705.91 600396.26,4924715.9 600401.01,4924736.3 600430.75,4924782.5 600457.8,4924838.83 600472.22,4924889.86 600468.66,4924953.31 600455.27,4924996.29 600434.22,4925041.67 600423.58,4925071.99 600427.84,4925122.86 600434.93,4925156 600442.47,4925161.2 600471.76,4925235.34 600494.05,4925271.26 600516.34,4925307.18 600525.97,4925340.36 600560.67,4925394.27 600583.32,4925407.33 600649.23,4925416.01 600719.73,4925455.24 600827.27,4925561.12 600847.02,4925597 600851.41,4925640.26 600883.89,4925673.8 600947.06,4925695.14 600992.08,4925739.04 601037.31,4925770.25 601042.06,4925790.65 601043.01,4925889.74 601067.64,4925938.4 601140.76,4925972.59 601153.17,4925990.58 601160.39,4926016.09 601187.96,4926039.4 601261.28,4926060.9 601309.05,4926092.15 601434.04,4926218.63 601444.2,4926218.792600646.99,4923177.94 600656.82,4923198.42 600656.25,4923233.98 600670.96,4923267.24 600713.53,4923306.02 600725.74,4923336.7 600724.52,4923412.89 600731.44,4923456.19 600753.69,4923494.65 600783.68,4923525.61 600838.98,4923562.07 600892.03,4923580.7 600937.66,4923586.51 600965.68,4923581.88 601006.23,4923587.61 601038.48,4923636.39 601043.23,4923656.79 601063.14,4923682.51 601083.13,4923703.16 601135.9,4923739.57 601168.3,4923778.19 601183.42,4923786.052599452.82,4922874.29 599561.98,4922878.58 599602.13,4922909.7 599629.58,4922940.63 599652.31,4922948.61 599680.33,4922943.98 599736.49,4922927.1 599802.32,4922940.86 599959.13,4922984.01 600139.44,4922986.9 600215.84,4922975.43 600287.31,4922953.71 600502.62,4922992.72 600567.84,4923044.57 600617.41,4923121.58 600631.87,4923170.08 600646.99,4923177.942600835.69,4922657.65 600824.8,4922703.21 600826.65,4922746.42 600888.8,4922831.25 600883.15,4922866.72 600857.38,4922889.17 600824.08,4922906.42 600808.6,4922921.42 600792.22,4922992.28 600709.81,4923062.09 600702.07,4923069.59 600693.96,4923099.94 600678.52,4923112.4 600667.84,4923145.25 600646.99,4923177.942600801.6,4922565.66 600825.77,4922642.25 600835.69,4922657.652604118,4922486.7 604102.6,4922496.61 604061.55,4922521.36 604031.16,4922515.79 604023.7,4922505.51 604013.87,4922485.03 603988.47,4922484.62 603978.19,4922492.08 603978.03,4922502.24 603967.67,4922514.77 603956.82,4922557.79 603935.85,4922598.1 603899.6,4922640.7 603894.28,4922655.86 603891.37,4922678.67 603857.87,4922708.62 603834.89,4922715.87 603806.5,4922743.36 603803.56,4922768.72 603785.58,4922781.13 603767.88,4922775.77 603733.06,4922729.48 603717.78,4922731.78 603704.83,4922746.81 603696.93,4922764.47 603695.43,4922858.44 603677.04,4922896.25 603699.04,4922949.95 603693.35,4922987.96 603610.25,4923100.94 603594.48,4923133.72 603592.2,4923275.94 603576.6,4923298.55 603538.18,4923318.26 603446.71,4923319.33 603420.99,4923339.24 603417.84,4923377.3 603389.62,4923394.63 603364.18,4923396.76 603298.31,4923385.54 603251.9,4923427.99 603246.62,4923440.6 603194.65,4923513.44 603190.6,4923607.37 603174.79,4923642.68 603126.01,4923674.92 603092.71,4923692.17 603074.48,4923719.82 603077.77,4923831.65 603069.5,4923872.16 603028.22,4923912.15 603002.66,4923921.9 602946.82,4923918.46 602929.29,4923902.94 602926.96,4923890.2 602882.05,4923838.67 602864.24,4923840.93 602851.33,4923853.42 602827.18,4923934.33 602806.33,4923967.02 602783.39,4923971.73 602745.54,4923955.88 602684.63,4923952.37 602636.82,4923923.66 602604.54,4923877.41 602579.1,4923879.55 602568.74,4923892.08 602565.47,4923937.75 602547.32,4923960.33 602531.96,4923967.7 602499.03,4923962.09 602474,4923938.83 602453.64,4923941.04 602458.19,4923974.14 602472.94,4924004.86 602474.58,4924060.77 602459.02,4924080.85 602375.41,4924066.81 602359.97,4924079.262606309.25,4921759.71 606275.22,4921822.67 606262.27,4921837.71 606262.07,4921850.41 606241.39,4921872.94 606204.98,4921925.7 606098.77,4922053.56 606075.35,4922088.75 606067.44,4922106.4 606057.08,4922118.94 606010.47,4922174.08 606007.65,4922191.81 605916.85,4922309.76 605911.73,4922312.21 605906.48,4922322.29 605815.8,4922432.61 605785.12,4922444.82 605683.46,4922448.27 605634.92,4922465.28 605599,4922487.57 605567.83,4922530.25 605551.9,4922573.18 605546.09,4922618.82 605522.98,4922633.69 605500.29,4922623.16 605487.88,4922605.18 605459.82,4922612.35 605418.25,4922670.11 605415.42,4922687.85 605402.48,4922702.89 605392.24,4922707.8 605361.32,4922735.25 605335.76,4922745 605305.16,4922752.13 605234.17,4922743.37 605223.89,4922750.83 605188.46,4922742.64 605155.76,4922721.8 605104.97,4922720.98 605056.39,4922740.53 605028.13,4922760.4 604984.71,4922774.94 604926.75,4922746.07 604889.3,4922704.82 604854.03,4922686.48 604833.51,4922698.85 604820.49,4922718.96 604817.74,4922731.62 604802.26,4922746.62 604779.32,4922751.33 604733.77,4922740.44 604701.08,4922719.59 604670.69,4922714.02 604663.23,4922703.74 604661.87,4922630.05 604646.75,4922622.19 604606.04,4922626.62 604549.64,4922658.74 604524.36,4922650.71 604486.75,4922619.62 604438.87,4922595.99 604398.96,4922549.63 604361.28,4922523.62 604285.09,4922522.4 604234.62,4922501.27 604209.51,4922483.08 604118,4922486.72599478.9,4921246.35 599483.86,4921254.05 599488.25,4921297.31 599495.5,4921320.29 599512.46,4921371.37 599527.13,4921407.17 599571.99,4921461.23 599596.74,4921502.28 599616.81,4921517.84 599687.52,4921544.37 599738.39,4921540.11 599829.74,4921546.65 599865.21,4921552.3 599908.47,4921547.92 599977.73,4921505.84 600026.15,4921496.45 600074.16,4921512.47 600116.84,4921543.63 600123.97,4921574.23 600119.97,4921665.62 600106.42,4921718.75 600114.99,4921817.96 600166.45,4921935.64 600208.44,4922009.98 600273.25,4922087.23 600307.47,4922171.61 600364.09,4922284.29 600386.46,4922315.13 600466.51,4922392.63 600529.19,4922444.44 600556.84,4922462.66 600698.53,4922497.96 600793.98,4922565.53 600801.6,4922565.662599491.11,4920484.45 599506.19,4920494.85 599553.59,4920548.96 599573.33,4920584.84 599574.16,4920691.55 599563.84,4920701.54 599552.83,4920754.712606133.96,4920491.82 606090.09,4920534.3 605940.84,4920653.84 605843.23,4920720.87 605815.05,4920735.66 605724.86,4920815.5 605637.53,4920875.07 605484.1,4920938.66 605424.83,4920991.06 605330.01,4921042.89 605267.71,4921125.72 605216.35,4921160.46 605142,4921202.46 605085.56,4921237.12 605012.99,4921327.41 605010.28,4921337.52 604935.53,4921404.92 604863.73,4921446.95 604848.45,4921449.25 604804.67,4921486.65 604799.22,4921509.43 604791.48,4921516.92 604756.76,4921623.06 604728.17,4921663.25 604668.86,4921718.18 604645.6,4921743.21 604627.13,4921786.1 604616.81,4921796.1 604616.6,4921808.8 604606.28,4921818.79 604606.08,4921831.49 604600.92,4921836.49 604600.75,4921846.65 604593.01,4921854.15 604579.58,4921899.66 604569.26,4921909.65 604561.23,4921934.93 604550.75,4921955.08 604481.36,4922004.78 604440.32,4922029.52 604411.98,4922054.47 604398.75,4922087.28 604395.64,4922122.8 604367.18,4922155.37 604312.99,4922207.85 604299.84,4922235.58 604286.33,4922286.17 604258.03,4922308.58 604178.89,4922332.71 604134.94,4922380.28 604132,4922405.63 604118.85,4922433.37 604118,4922486.72606790.13,4920443.9 606890.09,4920547.12 607025.57,4920653.44 607132.94,4920769.48 607314.96,4920983.24 607487.59,4921148.59 607537.53,4921202.74 607560.15,4921218.34 607620.16,4921277.73 607680.26,4921332.04 607755.35,4921401.83 607883.61,4921482.64 608011.96,4921558.36 608168.28,4921632 608297.31,4921664.55 608391.16,4921673.67 608434.62,4921656.59 608475.05,4921669.94 608513.19,4921668.01 608556.73,4921645.84 608597.77,4921621.1 608707.71,4921577.13 608825.39,4921525.672599626.32,4919973.47 599643.12,4920034.71 599673.1,4920065.67 599753.76,4920105.07 599776.21,4920130.83 599855.73,4920241.34 599913.17,4920303.23 599950.9,4920326.7 600029.71,4920322.88 600126.62,4920299.03 600172.14,4920312.46 600199.79,4920330.68 600234.81,4920364.27 600234.57,4920379.51 600247.1,4920389.87 600274.27,4920438.57 600289.1,4920464.21 600298.61,4920505.01 600352.89,4920604.95 600435.44,4920685.03 600440.32,4920697.81 600505.09,4920777.59 600557.57,4920831.78 600617.87,4920873.39 600652.77,4920914.6 600781.07,4920992.86 600800.86,4921026.2 600822.82,4921082.44 600866.06,4921238.1 600882.37,4921329.81 600892.16,4921352.83 600925.19,4921510.86 600926.96,4921559.15 600938.97,4921602.53 600989.94,4921750.69 601048.53,4921898.97 601041.99,4921990.31 601028.96,4922010.43 601025.9,4922043.4 601007.63,4922073.59 600989.12,4922119.02 600988.57,4922312.08 600980.13,4922362.75 600894.65,4922465.53 600874.05,4922482.99 600801.6,4922565.662599514.25,4918881.87 599625.47,4918916.68 599733.74,4918976.84 599786.22,4919031.03 599823.46,4919084.97 599930.46,4919223.86 599960.49,4919252.29 600041.31,4919281.53 600124.15,4919343.82 600161.71,4919377.45 600222.1,4919413.98 600327.83,4919474.1 600461.53,4919532.13 600577.06,4919615.27 600717.04,4919757.24 600757.31,4919780.74 600843.46,4919794.83 600944.51,4919829.47 601028.04,4919848.59 601126.27,4919900.97 601158.6,4919944.67 601168.39,4919967.69 601166.35,4920094.68 601181.19,4920120.32 601216.5,4920136.13 601289.86,4920155.09 601347.66,4920194.12 601400.06,4920253.38 601454.88,4920320.31 601540.57,4920362.33 601570.48,4920398.37 601604.86,4920472.59 601637.3,4920508.68 601657.17,4920536.94 601678.52,4920631.27 601722.49,4920741.21 601744.94,4920766.98 601752.23,4920787.42 601809.42,4920864.54 601819.18,4920890.1 601825.9,4920946.1 601834.8,4921024.99 601849.1,4921083.65 601854.81,4921203.13 601846.41,4921251.26 601841.25,4921256.26 601833.27,4921279 601817.54,4921309.23 601806.89,4921339.54 601798.18,4921407.99 601769.43,4921458.34 601675.92,4921586.4 601670.56,4921604.09 601665.4,4921609.09 601665.23,4921619.25 601644.27,4921659.56 601643.37,4921715.43 601652.92,4921753.69 601667.63,4921786.95 601674.47,4921835.33 601666.24,4921873.3 601645.4,4921905.99 601639.14,4921979.56 601623.29,4922017.41 601618.09,4922024.95 601604.13,4922103.47 601583.12,4922146.32 601454.06,4922273.81 601445.87,4922309.25 601432.56,4922347.14 601391.44,4922376.96 601294.61,4922395.73 601256.02,4922425.6 601229.93,4922468.37 601232.31,4922478.57 601214.08,4922506.22 601172.76,4922548.74 601129.3,4922565.83 601075.8,4922575.13 601019.56,4922597.09 600978.36,4922632 600922.65,4922620.94 600873.95,4922648.11 600835.69,4922657.652607768.01,4917916.7 607764.94,4917949.68 607751.92,4917969.79 607743.93,4917992.52 607723.08,4918025.21 607717.68,4918045.45 607707.24,4918063.07 607704.45,4918078.26 607694.09,4918090.8 607688.48,4918123.73 607683.28,4918131.27 607683.08,4918143.97 607675.38,4918148.93 607672.47,4918171.74 607635.82,4918239.74 607552.47,4918367.97 607543.3,4918464.35 607512.14,4918507.04 607483.71,4918537.07 607470.08,4918595.28 607457.18,4918607.77 607446.57,4918635.54 607433.67,4918648.04 607436.09,4918655.7 607428.3,4918665.74 607420.32,4918688.47 607409.92,4918703.55 607412.33,4918711.21 607391.53,4918741.36 607377.89,4918799.57 607347.01,4918824.47 607176.2,4918862.38 607114.96,4918879.18 607065.9,4918929.2 607064.35,4919025.71 607084.14,4919059.05 607119.04,4919100.26 607126.42,4919115.62 607128.35,4919153.75 607125.64,4919163.872599534.29,4917472.31 599564.45,4917493.12 599576.9,4917508.56 599677.18,4917591.45 599719.99,4917615 599745.31,4917620.49 599768.25,4917615.78 599806.63,4917598.61 599876.01,4917548.91 599937.57,4917511.8 599985.83,4917512.57 600018.56,4917530.88 600043.55,4917556.68 600060.27,4917623 600082.52,4917661.46 600130.12,4917702.87 600139.87,4917728.42 600133.61,4917801.99 600130.34,4917847.67 600150.37,4917865.77 600165.49,4917873.63 600241.56,4917882.47 600279.04,4917921.18 600295.96,4917974.8 600315.91,4917997.98 600325.91,4918008.3 600356.39,4918008.79 600410,4917991.87 600425.04,4918004.81 600421.4,4918073.34 600413.66,4918080.84 600402.52,4918141.63 600394.78,4918149.12 600391.59,4918189.72 600380.58,4918242.89 600384.11,4918339.48 600388.66,4918372.57 600398.74,4918377.82 600411.11,4918398.34 600451.06,4918442.16 600463.1,4918483 600503.21,4918516.67 600568.92,4918538.04 600693.07,4918557.82 600736.33,4918553.43 600800.27,4918526.51 600843.61,4918517.04 600924.67,4918531.04 601020.73,4918560.53 601098.69,4918610.04 601129.09,4918615.61 601167.18,4918616.22 601203.02,4918599.01 601233.33,4918609.66 601303.43,4918674.29 601371.35,4918716.02 601413.99,4918749.73 601449.39,4918760.46 601507.76,4918763.93 601646.67,4918814.43 601656.62,4918827.29 601666.46,4918847.77 601673.51,4918883.45 601685.76,4918911.59 601725.98,4918937.63 601847.6,4918957.36 601902.87,4918996.36 601923.18,4918996.68 601933.51,4918986.68 601941.82,4918943.63 601949.68,4918928.52 601967.62,4918918.64 602018.13,4918937.23 602043.08,4918965.58 602042.39,4919008.75 602031.94,4919026.37 601993.07,4919074.01 601992.55,4919107.03 602014.59,4919158.19 602002.84,4919257.07 601984.37,4919299.96 601981.67,4919310.08 601976.51,4919315.08 601971.1,4919335.31 601905.99,4919435.88 601905.82,4919446.04 601898.12,4919451 601905.13,4919489.22 601955.07,4919543.362601955.07,4919543.36 601972.6,4919558.89 602010.09,4919597.59 602087.35,4919690.28 602099.56,4919720.96 602141.72,4919785.14 602171.34,4919838.97 602178.51,4919867.02 602188.22,4919895.12 602242.92,4919969.67 602274.92,4920033.69 602286.43,4920107.55 602282.59,4920188.77 602271.38,4920254.64 602270.09,4920493.41 602218.24,4920558.63 602207.55,4920591.48 602197.19,4920604.02 602199.52,4920616.76 602191.86,4920619.18 602191.62,4920634.41 602176.02,4920657.03 602162.54,4920705.08 602158.46,4920801.55 602140.07,4920839.36 602141.67,4920897.81 602146.59,4920908.05 602156.26,4920938.69 602157.54,4921017.46 602133.99,4921060.27 602110.56,4921095.46 602092.3,4921125.65 602068.87,4921160.84 602055.81,4921183.49 602042.38,4921229 602025.47,4921332.88 602017.73,4921340.38 602015.29,4921492.76 602024.92,4921525.94 602033.77,4921607.37 602020.54,4921640.19 601968.98,4921687.63 601954.53,4921796.63 601943.6,4921844.72 601945.04,4921913.33 601943.9,4921984.44 601936,4922002.1 601923.09,4922014.59 601917.77,4922029.75 601835.12,4922114.8 601819.55,4922134.87 601818.94,4922172.96 601836.27,4922201.19 601850.53,4922262.38 601841.94,4922323.21 601831.41,4922345.91 601833.46,4922376.42 601853.17,4922414.84 601860.14,4922455.6 601857.45,4922623.22 601838.98,4922666.11 601826.04,4922681.14 601802.9,4922698.56 601767.1,4922713.22 601761.53,4922743.62 601781.04,4922794.74 601780.18,4922848.07 601720.91,4922900.47 601710.47,4922918.08 601708.84,4923019.67 601683,4923047.2 601557.62,4923103.62 601552.3,4923118.78 601554.22,4923156.91 601583.93,4923205.65 601578.48,4923228.43 601545.02,4923255.84 601529.29,4923286.07 601528.4,4923341.94 601510.46,4923351.82 601446.72,4923366.04 601446.39,4923386.35 601453.85,4923396.63 601463.32,4923439.97 601459.96,4923490.73 601438.95,4923533.57 601364.04,4923611.12 601356.22,4923623.7 601302.24,4923663.48 601268.73,4923693.43 601196.2,4923781.18 601183.42,4923786.052609334.9,4917471.85 609263.54,4917485.94 609240.57,4917493.2 609072.09,4917543.84 608985.01,4917588.18 608925.78,4917638.03 608851.48,4917677.49 608756.17,4917759.79 608720.25,4917782.08 608628.29,4917813.63 608530.97,4917862.88 608451.91,4917881.93 608406.44,4917865.96 608379.04,4917832.5 608346.55,4917798.95 608321.28,4917790.93 608257.74,4917792.45 608214.41,4917801.92 608153.66,4917788.24 608115.85,4917769.85 608065.66,4917730.94 608037.85,4917722.88 607999.75,4917722.27 607920.49,4917754.02 607879.41,4917781.31 607848.33,4917818.91 607817.08,4917866.68 607778.21,4917914.32 607768.01,4917916.72605363.83,4917029.71 605428.46,4916959.61 605472.57,4916901.89 605506.11,4916869.41 605599.09,4916774.36 605640.17,4916747.08 605744.21,4916753.83 605769.49,4916761.85 606226.47,4916779.33 606309.91,4916803.53 606350.06,4916834.66 606397.91,4916860.83 606491.59,4916880.12 606521.86,4916893.3 606546.53,4916939.42 606570.3,4917041.42 606592.79,4917064.64 606635.39,4917100.89 606731.08,4917153.23 606801.38,4917205.16 606892.12,4917249.8 607051.63,4917282.84 607094.23,4917319.09 607160.69,4917452.25 607327.35,4917673.39 607367.33,4917714.67 607440.29,4917759.03 607462.95,4917772.09 607554.25,4917781.18 607742.9,4917898.52 607768.01,4917916.72600860.19,4916530.77 601021.14,4916632.42 601220.56,4916711.83 601311.17,4916764.08 601407.35,4916785.95 601493.5,4916800.03 601577.03,4916819.15 601688.77,4916820.94 601836.48,4916797.9 601912.47,4916811.82 602055.68,4916910.65 602118.6,4916947.22 602181.36,4916993.96 602211.27,4917030 602230.16,4917119.21 602269.13,4917223.99 602321.57,4917280.72 602399.61,4917325.16 602452.17,4917374.26 602590.51,4917460.31 602743.35,4917592.32 602858.02,4917728.79 602867.93,4917744.19 602957.53,4917859.94 603015.21,4917906.59 603080.55,4917950.83 603224.7,4917991.24 603361.6,4918008.68 603432.22,4918040.29 603633.48,4918162.91 603671.29,4918181.3 603713.82,4918222.63 603771.13,4918292.13 603844.01,4918341.57 603930.2,4918353.112602333.86,4915403.61 602323.17,4915436.46 602291.97,4915481.69 602268.66,4915509.26 602235.4,4915523.97 602202.22,4915533.6 602138.89,4915522.42 602068.11,4915500.97 601776,4915498.83 601704.61,4915515.47 601625.35,4915547.22 601568.91,4915581.88 601474.12,4915631.17 601392,4915683.2 601212.59,4915781.94 601168.81,4915819.34 601094.47,4915861.34 601032.46,4915926.39 600916.97,4916158.25 600849.67,4916235.92 600831.61,4916253.41 600798.43,4916263.04 600755.42,4916252.19 600674.68,4916217.88 600636.59,4916217.27 600613.61,4916224.52 600561.96,4916277.04 600516.16,4916281.38 600419.94,4916262.06 600346.66,4916238.02 600252.65,4916239.06 600194.15,4916243.2 600189.15,4916238.042609518.78,4915508.58 609457.78,4915510.14 609263.87,4915562.92 609162.25,4915563.83 609057.87,4915577.42600948.18,4914210.32 600871.66,4914229.41 600777.41,4914245.68 600479.13,4914312.03 600415.31,4914331.33 600290.58,4914347.12 600157.87,4914385.64 600144.97,4914398.13 600093.2,4914458.27 600006.07,4914505.14 599954.87,4914529.72 599885.89,4914554.02 599659.64,4914723.14 599580.09,4914772.672602420.61,4914111.97 602412.38,4914149.95 602413.66,4914228.72 602423.24,4914264.44 602413.14,4914419.23 602407.74,4914439.47 602403.33,4914556.25 602387.15,4914614.42 602368.89,4914644.61 602352.75,4914700.24 602353.91,4914786.63 602355.88,4914822.23 602354.41,4914913.66 602340.37,4914997.26 602347.71,4915015.16 602349.56,4915058.38 602318.67,4915083.29 602305.44,4915116.1 602307.62,4915139 602319.75,4915174.76 602336.59,4915233.45 602359.12,4915254.14 602475.21,4915301.72 602522.94,4915335.51 602644.35,4915367.94 602699.74,4915399.31 602769.63,4915476.64 602796.75,4915527.88 602798.93,4915550.78 602786.06,4915560.742603916.48,4914135.94 603971.25,4914205.41 604003.45,4914256.73 604152.42,4914472.51 604154.71,4914487.78 604153.21,4914581.75 604122.04,4914624.44 604057.94,4914661.52 604045.2,4914663.85 604014.23,4914693.84 604000.96,4914729.19 603972.46,4914764.3 603910.69,4914814.12 603894.93,4914846.89 603899.52,4914877.45 603949.25,4914944.29 603956.59,4914962.19 603945.37,4915028.06 603921.41,4915096.27 603924.86,4915197.93 603934.62,4915223.49 603932.74,4915340.32 603875.77,4915408 603849.97,4915432.99 603775.83,4915462.28 603679.08,4915475.97 603630.62,4915487.9 603620.3,4915497.89 603494.92,4915554.31 603430.74,4915596.47 603386.87,4915638.95 603368.32,4915686.92 603363.16,4915691.92 603357.71,4915714.7 603336.78,4915752.47 603298.08,4915789.95 603206.04,4915826.582604884.14,4914148.91 604920.73,4914243.48 604996.85,4914407.29 605043.23,4914524.88 605057.78,4914568.3 605094.65,4914645.1 605144.47,4914706.87 605257.17,4914807.75 605271.72,4914851.17 605283.6,4914902.16 605305.6,4914955.86 605342.68,4915019.97 605452.55,4915138.58 605462.43,4915156.52 605467.02,4915187.08 605478.62,4915255.85 605525.69,4915330.28 605627.34,4915486.87 605659.82,4915520.41 605700.05,4915546.46 605778.29,4915578.2 605915.07,4915603.25 605968.24,4915614.27 606064.67,4915620.89 606122.92,4915631.99 606198.58,4915666.22 606231.07,4915699.77 606261.3,4915715.49 606375.42,4915727.48 606679.83,4915912.73 606678.37,4916004.15 606695.74,4916029.84 606728.59,4916040.52 606829.89,4916059.93 606898.02,4916088.96 606955.86,4916125.46 606996.62,4916118.49 607029.96,4916098.7 607098.41,4916107.42 607172.3,4916093.36 607279.9,4916036.66 607372.23,4915982.25 607418.19,4915967.74 608170.5,4915944.23 608414.72,4915922.74 608557.79,4915871.69 608580.94,4915854.28 608632.22,4915824.61 608732.81,4915729.69 608809.86,4915677.58 608927.66,4915618.5 609057.87,4915577.42606702.55,4914178.04 606709.84,4914198.48 606711.61,4914246.78 606731.48,4914275.04 606788.87,4914339.47 606795.47,4914403.08 606800.23,4914423.48 606833,4914439.25 606959.29,4914484.46 607092.96,4914545.03 607183.53,4914599.82 607203.52,4914620.47 607194.64,4914699.07 607238.97,4914786.16 607236.15,4914803.89 607223.04,4914829.09 607181.6,4914879.23 607175.86,4914919.78 607205.97,4914943.13 607277,4914949.35 607340.46,4914952.9 607339.23,4915029.09 607356.85,4915039.54 607440.29,4915063.74 607493.18,4915092.53 607553.2,4915151.92 607568.35,4915157.24 607677.56,4915158.99 607748.42,4915175.37 607900.56,4915193.05 607928.74,4915178.26 607939.63,4915132.71 607954.99,4915125.33 608028.36,4915144.29 608078.58,4915180.66 608147.07,4915186.84 608169.36,4915222.76 608220.82,4915340.44 608250.89,4915366.32 608281.41,4915364.27 608294.51,4915339.08 608317.7,4915319.13 608512.68,4915357.82 608555.94,4915353.43 608606.89,4915344.08 608658.42,4915299.18 608671.28,4915289.23 608818.42,4915301.75 608846.19,4915312.35 608845.42,4915360.61 608785.62,4915446.02 608785.09,4915479.04 608807.71,4915494.64 608865.96,4915505.74 608934.69,4915496.68 608982.82,4915505.07 609020.59,4915526 609057.87,4915577.42608599.69,4914208.44 608686.38,4914347.01 608791.34,4914455.38 608876.5,4914530.42 608913.7,4914586.9 608928.09,4914640.48 608934.93,4914688.862608934.93,4914688.86 608954.64,4914727.28 609049.48,4914832.95 609119,4914933.14 609166.65,4914972 609212.04,4914993.05 609252.55,4915001.32 609526.75,4915010.82602137.55,4927972.56 602129.6,4927992.762599552.83,4920754.71 599537.18,4920779.87 599526.21,4920830.5 599521.01,4920838.04 599506.03,4920980.05 599504.85,4921053.7 599494,4921096.72 599480.98,4921116.832589677.72,4915711.1 589654.79,4915715.85 589636.9,4915723.21 589603.85,4915725.271590368.57,4914141.07 590358.23,4914153.62 590352.27,4914214.5 590349.58,4914224.62 590329.63,4914374.21 590308.43,4914434.87 590304.56,4914526.26 590281.12,4914566.56 590255.42,4914586.51 590255.24,4914599.21 590244.75,4914621.92 590240.81,4914718.4 590230.47,4914730.95 590230.28,4914743.65 590217.29,4914763.78 590198.74,4914816.86 590178.09,4914839.42 590133.92,4914907.37 590028.32,4915007.45 590025.52,4915025.19 589963.43,4915103.04 589952.2,4915176.54 589946.2,4915239.96 589930.15,4915295.62 589929.27,4915356.57 589936.63,4915374.46 589943.66,4915415.2 589938.06,4915450.69 589919.95,4915473.29 589865.88,4915523.31 589814.94,4915532.73 589786.71,4915552.64 589768.6,4915575.24 589677.87,4915700.94 589677.72,4915711.11589554.51,4919303.8 589609.83,4919342.71 589675.06,4919399.54 589732.55,4919463.88 589764.46,4919540.55 589768.99,4919578.72 589760.41,4919644.64 589749.41,4919702.91 589747.86,4919809.58 589774.77,4919881.09 589787.21,4919899.06 589799.65,4919917.02 589829.61,4919953.02 589834.06,4919996.27 589828.73,4920013.97 589777.09,4920071.65 589738.81,4920083.79 589629.38,4920097.45 589611.38,4920112.43 589603.17,4920152.96 589617.67,4920203.97 589642.48,4920244.98 589702.51,4920309.35 589704.9,4920319.55 589722.28,4920347.74 589715.87,4920439.1 589705.35,4920464.35 589704.98,4920489.75 589691.95,4920512.42 589694.3,4920525.16 589681.49,4920532.591589681.49,4920532.59 589678.33,4920575.73 589665.15,4920608.56 589652.23,4920623.62 589605.63,4920683.91 589548.87,4920744.05 589541.03,4920759.18 589542.62,4920825.25 589565.22,4920843.36 589605.89,4920841.41 589697.65,4920819.88 589773.7,4920831.14 589801.49,4920841.7 589836.6,4920872.7 589858.54,4920936.52 589851.47,4921073.59 589843.78,4921078.56 589840.72,4921114.08 589821.99,4921179.86 589823.68,4921238.31 589838.33,4921279.17 589842.97,4921309.72 589887.1,4921419.59 589916.47,4921496.22 589928.73,4921526.88 589936.02,4921549.85 589945.77,4921577.93 589953.02,4921603.44 589986.59,4921741.1 589996.34,4921769.19 590021.08,4921815.27 590055.86,4921869.12 590080.96,4921889.81 590108.79,4921897.83 590185.09,4921891.32 590256.39,4921879.65 590292.28,4921857.31 590307.92,4921829.59 590333.69,4921804.56 590349.15,4921789.54 590397.4,4921790.24 590417.5,4921805.78 590437.41,4921834.01 590444.15,4921895.07 590439.91,4922011.86 590431.85,4922042.23 590430.38,4922143.82 590439.54,4922212.54 590459.31,4922250.93 590484.23,4922284.321590484.23,4922284.32 590579.78,4922351.75 590609.41,4922410.6 590608.45,4922476.64 590590.05,4922519.55 590566.57,4922562.4 590414.22,4922732.93 590403.62,4922763.26 590405.57,4922803.93 590420.44,4922829.55 590480.95,4922860.91 590579.52,4922895.36 590720.97,4922950.76 590751.05,4922979.14 590826.1,4923058.97 590891.61,4923095.49 590921.76,4923118.79 590961.44,4923185.41 590984,4923206.06 591031.92,4923229.62 591051.95,4923250.23 591091.59,4923319.39 591148.31,4923437.06 591165.76,4923460.18 591248.57,4923529.97 591263.48,4923728.33 591254.31,4923834.88 591273.57,4923908.83 591338.2,4924006.3 591344.68,4924085.14 591361.87,4924126.03 591391.75,4924167.11 591446.86,4924221.26 591494.15,4924287.99 591498.9,4924310.92 591497.28,4924422.67 591489.59,4924427.64 591486.64,4924455.54 591470.34,4924528.97 591472.21,4924574.72 591484.1,4924630.78 591568.02,4924799.65 591596.81,4924916.92 591580.5,4924990.36 591570.27,4924995.29 591572.59,4925010.56 591564.89,4925015.53 591553.82,4925078.88 591578.29,4925142.74 591577.45,4925201.151591502.95,4925258.5 591419.61,4925224.27 591373.86,4925226.15 591345.78,4925235.9 591332.89,4925248.41 591325.02,4925266.08 591310.92,4925362.41 591292.48,4925407.87 591266.79,4925427.81 591131.48,4925474.12 591108.4,4925489.03 591028.68,4925556.46 591010.49,4925584.14 590979.65,4925609.09 590925.87,4925638.8 590889.91,4925666.22 590805.29,4925720.88 590682.5,4925780.06 590662.07,4925787.391590662.07,4925787.39 590656.81,4925800.01 590613.3,4925822.24 590592.72,4925839.73 590582.31,4925857.36 590553.78,4925897.59 590540.16,4925960.9 590546.75,4926032.12 590551.61,4926047.43 590548.15,4926110.89 590540.23,4926131.1 590455.47,4926195.92 590442.03,4926246.53 590438.39,4926322.68 590433.16,4926332.77 590427.34,4926383.49 590416.82,4926408.74 590411.33,4926436.6 590403.64,4926441.57 590390.24,4926489.64 590385.09,4926494.65 590363.74,4926565.47 590353.29,4926585.64 590323.66,4926702.06 590309.08,4926831.4 590296.2,4926843.921590296.2,4926843.92 590260.64,4927018.68 590255.34,4927033.85 590243.08,4927178.46 590235.31,4927188.51 590226.3,4927284.91 590223.61,4927295.03 590218.12,4927322.9 590210.32,4927335.49 590204.76,4927368.43 590194.38,4927383.52 590183.89,4927406.23 590142.56,4927453.9 590062.87,4927518.79 590041.78,4927571.83 590038.46,4927625.13 590028.2,4927632.6 590030.4,4927655.49 590020.13,4927662.96 590019.58,4927701.06 590009.2,4927716.15 589998.56,4927749.02 589988.18,4927764.11 589977.36,4927809.681591577.45,4925201.15 591569.75,4925206.12 591559.3,4925226.29 591520.8,4925253.68 591502.95,4925258.51589514.05,4922445.53 589579.23,4922504.9 589691.35,4922656.4 589766.44,4922733.7 589846.31,4922831.39 589878.66,4922877.58 589953.57,4922967.58 590042.75,4923123.83 590062.44,4923167.3 590077.42,4923185.29 590104.33,4923256.81 590119.39,4923269.73 590136.61,4923308.09 590228.67,4923441.51 590308.43,4923546.82 590360.92,4923606.01 590669.33,4923884.83 590684.05,4923920.61 590691.23,4923951.19 590705.88,4923992.05 590733.12,4924040.71 590765.06,4924114.84 590772.24,4924145.43 590821.45,4924255.37 590840.78,4924324.24 590941.92,4924531.47 590956.87,4924552.01 590974.02,4924595.44 591015.94,4924682.42 591028.09,4924720.7 591097.22,4924858.88 591108.77,4924937.79 591107.48,4925201.96 591120.59,4925349.49 591130.23,4925385.193598090.36,4927678.34 598148.88,4927671.57 598181.56,4927694.91 598188.67,4927730.58 598180.79,4927748.24 598189.55,4927844.9 598201.88,4927870.48 598219.44,4927885.98 598254.77,4927901.73 598282.27,4927932.612597310.36,4927512.08 597454.76,4927539.58 597526.06,4927527.91 597602.17,4927534.09 597637.29,4927565.09 597669.83,4927598.58 597730.19,4927640.1 597798.69,4927646.17 597862.52,4927624.24 597890.34,4927632.26 597907.9,4927647.76 597919.82,4927701.28 597952.58,4927719.53 598016.08,4927720.45 598079.94,4927695.98 598090.36,4927678.342589443.06,4927342.14 589453.07,4927352.45 589490.03,4927431.74 589533.09,4927615.262594666.75,4926930.14 594689.39,4926945.71 594716.96,4926971.51 594726.42,4927019.91 594720.49,4927078.25 594699.77,4927105.9 594703.89,4927172 594696.16,4927179.51 594685.53,4927212.38 594649.34,4927255.04 594605.87,4927274.73 594531.89,4927296.52 594501.15,4927313.86 594444.36,4927376.54 594377.37,4927441.62 594339.05,4927456.31 594234.81,4927462.41 594173.42,4927492.01 594119.49,4927531.87 594104.22,4927534.19 594042.79,4927566.32 593999.06,4927603.79 593927.32,4927645.94 593914.55,4927650.83 593894.05,4927663.24 593855.69,4927680.46 593827.75,4927680.06 593812.33,4927692.54 593700.36,4927706.15 593631.46,4927728.02 593590.27,4927765.52 593559.17,4927808.26 593545.99,4927841.09 593525.34,4927863.652589518.38,4925826.69 589631.75,4925891.84 589689.39,4925946.03 589809.12,4926097.64 589856.31,4926171.99 589935.52,4926315.39 590034.13,4926522.58 590041.01,4926573.49 590042.44,4926649.72 590087.86,4926670.7 590092.17,4926724.11 590104.57,4926744.61 590119.81,4926744.83 590181.1,4926722.86 590224.2,4926728.56 590249.12,4926761.95 590266.38,4926797.76 590278.57,4926833.5 590296.2,4926843.922589489.75,4924121.76 589524.83,4924155.29 589607.31,4924247.93 589641.06,4924372.9 589685.34,4924472.61 589722.56,4924534.12 589791.02,4924718.01 589805.85,4924746.17 589871.18,4924795.38 589909.06,4924811.17 589931.59,4924834.36 589941.38,4924859.9 589953.23,4924918.5 589972.92,4924961.97 590000.23,4925005.55 590070.39,4925072.61 590110.58,4925103.68 590204.11,4925135.52 590284.5,4925197.65 590357.67,4925231.74 590415.5,4925273.22 590452.97,4925316.95 590510.28,4925393.99 590529.86,4925445.07 590561.18,4925562.38 590590.96,4925611.08 590626.15,4925636.99 590676.83,4925645.35 590681.28,4925688.6 590675.95,4925706.3 590665.01,4925759.49 590662.07,4925787.392598133.99,4923617.08 598102.74,4923669.97 598089.41,4923712.97 598083.82,4923748.45 598070.6,4923783.82 598026.32,4923859.39 598015.72,4923889.72 598011.82,4923983.65 598001.15,4924019.06 597985.61,4924039.16 597982.82,4924056.9 597941.67,4924091.87 597872.58,4924126.43 597844.53,4924133.64 597839.38,4924138.65 597818.99,4924143.43 597808.64,4924155.98 597803.23,4924178.77 597787.88,4924186.17 597769.55,4924224 597751.37,4924251.68 597745.88,4924279.55 597709.56,4924332.37 597706.76,4924350.11 597688.57,4924377.79 597682.72,4924431.05 597628.32,4924503.93 597630.09,4924557.3 597637.56,4924567.57 597683.13,4924578.39 597713.23,4924604.23 597725.57,4924629.81 597723.95,4924741.56 597713.49,4924761.73 597710.77,4924774.39 597661.3,4924857.5 597655.74,4924890.45 597678.16,4924921.25 597679.96,4924972.09 597653.94,4925014.89 597635.05,4925090.83 597629.9,4925095.83 597624.38,4925126.24 597600.71,4925181.78 597603.03,4925197.05 597592.8,4925201.99 597578.52,4925311.01 597582.86,4925361.88 597600.16,4925395.15 597635.09,4925438.85 597675.25,4925472.45 597745.73,4925516.662597745.73,4925516.66 597780.74,4925555.27 597898.89,4925640.81 597977.36,4925659.73 598088.85,4925679.13 598116.53,4925697.31 598131.33,4925728.01 598129.64,4925844.84 598115.69,4925931 598117.6,4925974.22 598149.88,4926025.49 598146.71,4926068.63 598131.14,4926091.27 598125.59,4926124.21 598124.89,4926172.46 598117.16,4926179.97 598108.99,4926217.96 598082.82,4926270.92 598069.79,4926293.6 598053.29,4926379.73 598051.75,4926486.4 598041,4926526.89 598032.9,4926559.79 598012.22,4926584.89 598011.59,4926628.07 598018.92,4926648.5 598028.82,4926666.42 598030.55,4926722.34 598025.32,4926732.42 598025.06,4926750.2 598017.37,4926755.17 598019.1,4926811.08 598063.12,4926928.57 598064.67,4926997.18 598038.5,4927050.15 598030.55,4927072.89 598029.96,4927113.53 598044.83,4927139.15 598092.42,4927185.56 598104.42,4927234 598111.63,4927262.05 598118.96,4927282.48 598141.56,4927300.59 598194.71,4927314.06 598204.68,4927326.9 598199.2,4927354.77 598127.42,4927399.45 598009.82,4927451.09 597991.75,4927471.15 597991.45,4927491.47 597998.74,4927514.44 598011.26,4927527.32 598033.56,4927565.75 598090.36,4927678.342594837.63,4923378.78 594867.41,4923427.47 594877.23,4923450.48 594885.74,4923564.91 594952.28,4923705.59 594971.5,4923782.08 594969.99,4923886.21 595004.62,4923950.22 595016.84,4923983.42 595054.02,4924047.46 595178.39,4924229.63 595188.18,4924255.17 595189.21,4924359.34 595181.52,4924364.31 595175.6,4924422.65 595167.9,4924427.62 595164.74,4924470.75 595157.01,4924478.26 595156.86,4924488.42 595146.52,4924500.97 595141.11,4924523.76 595097.19,4924573.93 595061.16,4924606.43 594936.9,4924767.2 594926.44,4924787.37 594895.49,4924819.95 594864.35,4924865.22 594822.64,4924938.29 594819.96,4924948.41 594817.27,4924958.53 594795.88,4925031.89 594794.63,4925118.24 594814.36,4925159.17 594874.17,4925238.78 594884.07,4925256.71 594891.33,4925282.22 594892.76,4925358.45 594882.05,4925396.4 594876.49,4925429.34 594862.87,4925492.65 594855.22,4925495.08 594841.89,4925538.07 594825.99,4925583.56 594784.51,4925641.39 594768.61,4925686.88 594763.23,4925707.13 594756.46,4925823.88 594760.8,4925874.75 594777.77,4925930.88 594792.42,4925971.74 594814.8,4926005.09 594862.54,4926041.34 594880.21,4926049.22 594951.06,4926068.03 595062.07,4926120.44 595094.76,4926143.78 595184.79,4926241.61 595242.61,4926283.1 595340.93,4926335.33 595386.02,4926379.17 595511.83,4926462.28 595705.51,4926594.64 595848.1,4926746.58 595913.32,4926803.41 595993.79,4926860.47 596091.36,4926963.49 596146.8,4926994.78 596244.37,4927097.8 596254.31,4927113.19 596279.3,4927141.5 596311.62,4927190.23 596393.92,4927295.57 596424.07,4927318.87 596578.59,4927349.06 596641.6,4927382.99 596704.36,4927434.71 596762.44,4927458.41 597002.87,4927520.32 597103.98,4927554.81 597164.97,4927553.16 597305.17,4927519.63 597310.36,4927512.082591631.75,4922331.43 591623.65,4922364.34 591625.16,4922435.49 591642.16,4922489.08 591681.92,4922550.62 591766.87,4922648.39 591771.58,4922673.86 591778.24,4922740 591790.35,4922780.82 591792.27,4922824.03 591801.65,4922877.51 591864.81,4923076.57 591899.52,4923135.5 591926.1,4923229.88 591984.95,4923375.53 592002.25,4923408.8 592006.89,4923439.35 592036.19,4923521.06 592045.76,4923561.85 592065.27,4923618.02 592077.04,4923681.69 592089.23,4923717.43 592151.8,4923781.85 592247.65,4923828.96 592305.4,4923875.52 592354.9,4923965.15 592397.31,4924019.11 592396.72,4924059.75 592342.57,4924114.85 592263.29,4924151.8 592219.49,4924194.35 592203.84,4924222.07 592205.46,4924285.6 592220.22,4924318.84 592219.6,4924362.01 592209.25,4924374.56 592176.09,4924384.24 592074.28,4924398.01 592023.08,4924425.21 591992.01,4924465.4 591984.17,4924480.53 591981.16,4924513.51 591977.66,4924579.51 591987.3,4924615.21 591990.47,4924747.35 591999.89,4924798.29 591994.3,4924833.78 591957.71,4924904.37 591949.61,4924937.28 591944.46,4924942.29 591936.36,4924975.19 591890.09,4925012.63 591818.5,4925044.61 591777.31,4925082.12 591761.67,4925109.83 591738,4925165.38 591717.28,4925193.02 591671.27,4925212.67 591577.45,4925201.152594438.35,4921483.02 594415.01,4921690.99 594422.15,4921724.12 594447.11,4921754.96 594520.28,4921789.05 594550.39,4921814.88 594560.29,4921832.81 594569.97,4921865.97 594604.75,4921919.82 594614.18,4921970.77 594612.11,4922112.99 594632.06,4922138.68 594702.7,4922172.73 594722.65,4922198.42 594766.41,4922333.69 594839.22,4922393.17 594998.52,4922619.03 595160.92,4922806.82 595181.12,4922814.73 595238.58,4922881.61 595266.22,4922902.34 595308.55,4922961.38 595313.45,4922974.15 595375.36,4923084.28 595380.18,4923102.13 595420.08,4923153.51 595482.83,4923205.23 595552.84,4923282.45 595599.88,4923366.96 595651.71,4923471.87 595653.62,4923515.08 595693.63,4923558.84 595698.53,4923571.61 595705.63,4923607.28 595705.37,4923800.34 595717.45,4923843.7 595726.61,4923912.42 595723.3,4923965.72 595696.8,4924041.54 595686.42,4924056.63 595675.11,4924135.22 595701.8,4924221.97 595716.08,4924288.23 595716.93,4924405.09 595724.44,4924412.82 595726.83,4924423.02 595766.18,4924512.5 595790.47,4924589.06 595812.77,4924627.48 595842.74,4924663.48 595855.03,4924691.6 595854.59,4924722.08 595849.43,4924727.09 595843.91,4924757.49 595838.69,4924767.57 595838.58,4924775.19 595830.88,4924780.16 595828.01,4924802.98 595820.06,4924825.732595820.06,4924825.73 595819.36,4924873.99 595818.48,4924934.94 595810.45,4924962.77 595802.76,4924967.74 595792.05,4925005.68 595779.06,4925025.82 595776.19,4925048.64 595765.47,4925086.59 595766.65,4925180.59 595790.1,4925315.57 595829.7,4925387.27 595841.67,4925438.25 595840.38,4925527.14 595862.79,4925557.95 595905.6,4925583.97 595922.72,4925629.94 595936.78,4925711.44 595971.89,4925742.43 596002.22,4925753.03 596032.25,4925783.95 596042.05,4925809.49 596051.39,4925865.52 596052.61,4925956.98 596064.42,4926018.12 596076.75,4926043.7 596119.49,4926074.8 596159.94,4926088.09 596192.7,4926106.35 596212.69,4926129.5 596212.24,4926159.98 596191.59,4926182.54 596190.23,4926276.51 596130.2,4926387.41 596126.22,4926486.43 596143.23,4926540.02 596192.73,4926629.65 596207.49,4926662.88 596224.39,4926724.09 596241.58,4926764.99 596274.19,4926793.4 596311.92,4926819.35 596382.73,4926840.7 596402.83,4926856.24 596480.35,4926941.19 596520.1,4927002.73 596585.21,4927067.18 596590.07,4927082.49 596587.09,4927112.93 596576.67,4927130.56 596583.89,4927158.61 596616.39,4927194.65 596666.82,4927220.78 596770.65,4927242.61 596864.47,4927254.13 596907.54,4927262.37 596993.23,4927309.34 597088.56,4927392.01 597111.34,4927397.42 597139.35,4927392.75 597190.15,4927393.49 597222.87,4927414.28 597310.36,4927512.082598866.99,4921242.39 598856.06,4921295.58 598854.77,4921384.47 598844.31,4921404.64 598838.13,4921480.76 598824.7,4921531.37 598821.35,4921587.21 598831.06,4921617.83 598872.99,4921704.81 598882.89,4921722.73 598904.9,4921781.48 598909.39,4921822.19 598908.25,4921900.92 598902.95,4921916.09 598897.5,4921941.41 598884.21,4921981.86 598876.52,4921986.83 598878.91,4921997.03 598868.61,4922007.04 598860.65,4922029.79 598831.98,4922080.18 598831.39,4922120.81 598846.11,4922156.59 598890.8,4922228.36 598895.55,4922251.29 598902.39,4922304.74 598924.77,4922338.09 598977.41,4922387.12 599071.08,4922408.8 599186.99,4922473.98 599305.7,4922521.43 599348.43,4922552.53 599368.23,4922588.38 599375.45,4922616.43 599378.5,4922756.19 599392.97,4922809.74 599412.73,4922848.14 599448.03,4922866.432592771.51,4920986.37 592822.23,4920992.19 592880.2,4921023.51 592907.59,4921062.01 592919.73,4921100.29 592918.52,4921184.1 592889.25,4921275.13 592878.98,4921282.6 592877.22,4921404.51 592909.28,4921646.3 592972.07,4921870.75 592988.01,4921998 593004.53,4922084.61 593021.61,4922133.12 593081.64,4922197.5 593091.55,4922215.42 593091.25,4922235.74 593121.1,4922279.36 593181.28,4922333.57 593206.24,4922364.42 593215.77,4922407.74 593220.59,4922600.87 593235.06,4922654.43 593252.36,4922687.7 593337.49,4922772.77 593389.8,4922844.65 593402.09,4922872.77 593409.19,4922908.44 593400.32,4922994.68 593382.03,4923029.98 593373.31,4923106.06 593347.36,4923143.79 593295.9,4923188.77 593237.6,4923180.3 593204.76,4923167.12 593164.13,4923166.54 593100.3,4923188.47 593061.73,4923220.94 593038.13,4923271.4 593032.58,4923304.34 593027.64,4923469.39 593035,4923487.28 593035.7,4923614.3 593050.5,4923645 593117.93,4923724.73 593163.06,4923766.02 593198.28,4923789.4 593238.29,4923833.16 593245.36,4923871.37 593243.19,4924021.21 593255.19,4924069.65 593323.91,4924235.77 593328.36,4924279.01 593342.75,4924337.652593342.75,4924337.65 593360.16,4924363.3 593437.97,4924427.94 593447.84,4924448.4 593476.88,4924547.9 593470.4,4924644.33 593492.7,4924682.76 593532.53,4924739.22 593554.1,4924828.45 593555.9,4924879.28 593569.89,4924965.85 593601.84,4925039.98 593590.57,4925116.03 593577.14,4925166.64 593520.35,4925229.32 593512.47,4925246.99 593502.2,4925254.46 593499.22,4925284.9 593470.21,4925358.15 593447.02,4925380.67 593377.75,4925427.93 593296.04,4925457.23 593252.53,4925479.46 593201.07,4925524.44 593183.07,4925539.42 593152.04,4925577.08 593123.52,4925617.31 592955.23,4925660.59 592891.11,4925702.85 592860.56,4925707.49 592726.03,4925700.46 592649.65,4925712.05 592472.28,4925681.54 592384.05,4925634.53 592353.54,4925636.63 592233.54,4925678.07 592195.45,4925677.52 592160.11,4925661.77 592105.12,4925600.01 592075.38,4925548.77 592040.04,4925533.01 592009.05,4925568.13 591971.14,4925554.88 591918.39,4925513.47 591900.51,4925520.83 591877.32,4925543.36 591846.95,4925535.3 591821.92,4925509.53 591753.86,4925472.98 591665.41,4925441.21 591632.84,4925410.26 591627.94,4925397.49 591618.37,4925356.7 591598.24,4925343.71 591527.42,4925322.36 591505.01,4925291.55 591502.95,4925258.52594475.01,4920881.51 594479.76,4920904.44 594504.46,4920953.07 594516.6,4920991.35 594518.37,4921044.72 594563.31,4921098.72 594575.46,4921137 594577.04,4921203.07 594558.86,4921230.74 594517.56,4921275.87 594484.17,4921300.79 594466.06,4921323.39 594468.38,4921338.66 594458.15,4921343.6 594451.82,4921429.87 594438.35,4921483.022589540.67,4920434.02 589565.7,4920459.79 589608.32,4920498.51 589658.71,4920527.18 589681.49,4920532.592599441.56,4920333.68 599442.96,4920412.45 599450.25,4920435.42 599485.25,4920474.032598041.76,4919990.78 598030.61,4920059.2 598045.22,4920102.6 598048.87,4920201.72 598080.89,4920270.77 598090.42,4920314.1 598104.48,4920395.59 598103.78,4920443.84 598093.25,4920469.09 598084.6,4920540.1 598066.27,4920577.94 598054.86,4920664.14 598058.69,4920750.56 598080.67,4920811.85 598071.54,4920915.87 598083.94,4920936.37 598090.68,4920997.43 598082.8,4921015.1 598077.09,4921058.2 598053.65,4921098.51 598048.24,4921121.29 598060.38,4921159.57 598072.68,4921187.69 598179.68,4921341.66 598189.54,4921362.13 598199.22,4921395.29 598198.19,4921466.4 598184.24,4921552.57 598140.47,4921592.58 598142.76,4921610.39 598174.89,4921671.83 598184.42,4921715.15 598183.69,4921765.94 598162.93,4921796.13 598098.4,4921866.32 598077.38,4921914.28 598069.07,4921962.42 598068.48,4922003.06 598078.19,4922033.68 598102.93,4922079.77 598110.29,4922097.66 598106.98,4922150.95 598078.41,4922193.72 598077.64,4922247.06 598067,4922279.93 598059.31,4922284.9 598056.26,4922320.42 598009.84,4922368.01 597998.32,4922461.83 597990.52,4922474.42 597990.33,4922487.12 597979.92,4922504.75 597969.17,4922545.24 597973.14,4922621.5 597980.61,4922631.77 598012.67,4922698.29 598042.71,4922729.2 598128.95,4922738.08 598166.42,4922781.8 598213.5,4922863.77 598248.68,4922889.69 598311.96,4922905.85 598367.68,4922916.81 598377.62,4922932.2 598379.24,4922995.73 598447.67,4923006.88 598475.13,4923040.31 598490.29,4923045.61 598553.67,4923054.15 598624.31,4923088.19 598735.69,4923115.21 598805.84,4923182.27 598823.03,4923223.17 598853.32,4923236.31 598909.2,4923237.12 598959.11,4923298.81 598989.4,4923311.95 599055.29,4923323.07 599168.66,4923388.22 599249.04,4923450.35 599298.99,4923509.5 599331.64,4923535.37 599377.17,4923548.73 599420.35,4923549.36 599440.52,4923559.812599136.51,4918772.08 599364.05,4918846.5 599510.95,4918876.572594546.9,4918375.31 594570.2,4918520.44 594566.85,4918926.83 594571.49,4918957.38 594562.1,4919079.18 594556.62,4919107.04 594550.8,4919157.77 594534.39,4919238.82 594526.88,4919406.37 594527.28,4919553.71 594596.33,4919696.96 594617.42,4919819.2 594663.73,4919954.51 594673.08,4920010.53 594670.06,4920043.51 594659.16,4920094.16 594655.7,4920157.61 594663.06,4920175.5 594665.27,4920198.4 594679.99,4920234.17 594687.32,4920254.6 594707.16,4920287.91 594717.06,4920305.84 594749.49,4920346.95 594787.36,4920362.74 594962.53,4920370.36 594997.87,4920386.12 595015.24,4920414.31 595014.02,4920498.12 594969.52,4920588.93 594951.49,4920606.45 594943.68,4920619.04 594869.11,4920681.46 594797.52,4920713.45 594653.56,4920830.75 594607.66,4920842.79 594538.94,4920851.96 594475.01,4920881.512597077.55,4917987.77 597061.03,4918076.44 597047.85,4918109.27 597045.24,4918114.31 597037.25,4918139.6 597032.1,4918144.6 597026.61,4918172.47 597025.91,4918220.72 597033.16,4918246.23 597100.08,4918361.51 597109.94,4918381.98 597105.38,4918521.63 597150.14,4918588.32 597169.72,4918639.41 597172.15,4918647.07 597174.61,4918652.18 597193.79,4918731.21 597192.91,4918792.16 597184.92,4918817.45 597181.61,4918870.75 597198.87,4918906.56 597238.69,4918963.03 597299.06,4919004.55 597366.23,4919102.05 597370.13,4919183.4 597364.87,4919196.02 597361.37,4919262.02 597376.43,4919274.94 597419.35,4919293.34 597454.53,4919319.25 597530.54,4919333.06 597545.45,4919356.13 597547.66,4919379.03 597609.27,4919509.48 597631.91,4919525.05 597707.51,4919566.79 597734.9,4919605.29 597739.76,4919620.6 597829.71,4919723.51 597869.43,4919787.6 597934.87,4919829.19 597967.23,4919875.38 597977.09,4919895.85 598001.86,4919939.39 598006.68,4919957.25 598041.76,4919990.782596772.01,4917160.29 596735.35,4917235.97 596712.05,4917266.11 596701.56,4917288.82 596642.01,4917366.71 596628.91,4917394.46 596618.56,4917407.01 596618.45,4917414.63 596595.08,4917449.86 596576.34,4917515.63 596568.21,4917551.08 596571.52,4917673.06 596576.45,4917683.29 596578.55,4917713.8 596605.64,4917772.62 596632.92,4917818.74 596701.78,4917974.7 596708.33,4918048.46 596699.65,4918122 596689.23,4918139.63 596681.06,4918177.62 596678.48,4918180.12 596665.05,4918230.73 596654.7,4918243.28 596646.75,4918266.03 596638.99,4918276.08 596633.5,4918303.94 596623.16,4918316.49 596615.25,4918336.7 596579.03,4918381.9 596409.05,4918542.02 596309.48,4918576.14 596265.75,4918613.61 596216.84,4918658.62 596137.74,4918682.88 596061.73,4918669.07 596023.78,4918658.36 595891.46,4918674.23 595878.54,4918689.28 595865.21,4918732.27 595831.72,4918764.81 595823.91,4918777.4 595823.25,4918823.11 595857.92,4918884.58 595877.65,4918925.51 595879.93,4918943.33 595921.42,4919060.78 595943.72,4919099.21 595945.64,4919142.42 595935.33,4919152.43 595858.51,4919194.51 595847.91,4919224.83 595867.64,4919265.77 595882.14,4919316.78 595884.94,4919474.32 595892.45,4919482.05 595912.14,4919525.52 595924.14,4919573.96 595931.68,4919579.15 595951.41,4919620.08 596034.01,4919705.1 596041.41,4919720.45 596040.78,4919763.63 595989.36,4919806.07 595978.43,4919859.25 595988.15,4919889.88 596015.31,4919943.62 596022.34,4919984.36 596018.7,4920060.52 596000.22,4920108.522596000.22,4920108.52 595963.89,4920161.34 595895.9,4920294.99 595826.19,4920372.72 595769.69,4920415.09 595697.58,4920482.63 595663.98,4920522.79 595583.18,4920663.87 595572.4,4920706.9 595564.67,4920714.41 595561.83,4920734.69 595546.23,4920759.87 595543.39,4920780.15 595532.94,4920800.32 595531.76,4920881.59 595541.7,4920896.98 595626.76,4920987.12 595639.13,4921010.16 595648.85,4921040.78 595650.91,4921073.84 595685.25,4921158.16 595747.75,4921227.66 595780.32,4921258.61 595946.25,4921377.87 595988.65,4921431.83 596010.96,4921470.26 596020.64,4921503.42 596016.33,4921625.29 596071.43,4921679.44 596096.35,4921712.82 596118.36,4921771.57 596122.96,4921804.66 596135.15,4921840.4 596153.15,4922000.7 596174.9,4922077.22 596191.2,4922179.07 596207.88,4922255.52 596230.26,4922288.87 596267.8,4922327.51 596310.5,4922361.16 596370.68,4922415.37 596443.56,4922469.78 596463.36,4922505.63 596478.08,4922541.4 596484.38,4922632.95 596480.99,4922691.32 596455.19,4922718.89 596329.38,4922811.06 596295.88,4922843.6 596272.51,4922878.82 596254.14,4922919.2 596246.19,4922941.95 596247.55,4923023.25 596254.95,4923038.6 596342.74,4923116.08 596350.1,4923133.97 596349.29,4923189.85 596331.11,4923217.53 596284.55,4923275.28 596273.83,4923313.23 596273.21,4923356.4 596288.08,4923382.02 596330.78,4923415.66 596348.15,4923443.86 596351.98,4923530.28 596347.6,4923657.23 596339.76,4923672.36 596265.33,4923724.63 596254.69,4923757.5 596243.13,4923853.86 596252,4923942.92591789.93,4916851.82 591733.29,4916904.34 591715.1,4916932.02 591635.41,4916996.92 591573.98,4917029.05 591523,4917041.01 591390.24,4917087.35 591318.02,4917162.51 591202.48,4917247.21 591099.56,4917337.16 591073.47,4917385.05 591060.58,4917397.57 591060.4,4917410.26 591042.47,4917420.17 591042.25,4917435.4 590959.36,4917545.97 590946.55,4917553.41 590912.98,4917591.03 590889.94,4917603.39 590846.47,4917623.09 590718.93,4917659.34 590634.57,4917696.22 590557.49,4917756.07 590418.62,4917873.45 590387.92,4917888.25 590349.82,4917887.7 590311.99,4917869.37 590264.17,4917838.19 590208.48,4917824.68 590160.37,4917813.82 590089.19,4917817.87 590030.37,4917844.96 589991.76,4917879.97 589965.92,4917910.07 589965.55,4917935.47 589949.98,4917958.11 589941.77,4917998.63 589923.59,4918026.31 589874.52,4918081.49 589860.9,4918144.8 589858.33,4918147.3 589831.53,4918243.44 589823.58,4918266.19 589779.82,4918306.2 589741.43,4918325.96 589697.92,4918348.2 589631.11,4918400.57 589567.43,4918412.352597104.1,4916857.73 597220.45,4916892.44 597276.36,4916890.71 597319.68,4916881.18 597395.72,4916892.44 597436.69,4916870.17 597480.31,4916840.32 597518.48,4916835.79 597566.55,4916849.19 597606.89,4916870.1 597704.87,4916945.19 597807.46,4917053.37 597829.87,4917084.17 597869.48,4917155.88 597886.89,4917181.53 597974.45,4917274.25 597998.45,4917371.13 598023.37,4917404.51 598125.99,4917510.15 598135.93,4917525.54 598145.5,4917566.32 598136.74,4917644.94 598134.05,4917655.06 598131.29,4917670.27 598126.14,4917675.27 598112.88,4917713.18 598079.28,4917753.34 598028.08,4917780.54 598015.16,4917795.6 598016.93,4917848.97 598029.04,4917889.79 598046.37,4917920.52 598154.03,4918028.77 598168.94,4918051.85 598162.94,4918115.27 598128.86,4918188.45 598115.79,4918213.66 598119.99,4918274.69 598134.41,4918330.78 598133.35,4918404.43 598125.06,4918450.04 598123.89,4918531.31 598133.53,4918567.01 598129.33,4918681.27 598124.18,4918686.27 598116.01,4918724.26 598100.22,4918762.13 598079.42,4918794.85 598035.66,4918834.86 598014.79,4918872.67 598006.8,4918897.95 598003.67,4918938.55 597995.83,4918953.68 597992.59,4919001.9 597991.3,4919090.79 597998.7,4919106.14 598002.9,4919167.17 597993.69,4919276.26 598003.26,4919317.05 598015.63,4919340.09 598030.24,4919383.49 598034.26,4919457.21 598100.8,4919597.89 598127.34,4919694.81 598126.24,4919771 598115.38,4919819.11 598104.89,4919841.82 598096.46,4919897.58 598083.17,4919938.03 598041.76,4919990.782591935.47,4916099.47 592005.63,4916166.53 592132.65,4916341.11 592205.2,4916418.37 592270.72,4916454.89 592393.8,4916550.66 592439.08,4916581.8 592556.49,4916718.14 592566.43,4916733.52 592591.13,4916782.15 592600.85,4916812.77 592622.93,4916866.44 592655.5,4916897.39 592685.72,4916915.61 592786.28,4916988.2 592828.76,4917037.08 592863.03,4917126.48 592865.05,4917162.08 592854.67,4917177.17 592782.71,4917234.55 592784.37,4917295.54 592824.3,4917344.39 592878.82,4917439.17 592879.99,4917533.17 592834.39,4917700.17 592820.47,4917783.8 592803.76,4917885.17 592790.36,4917933.24 592782.3,4917963.6 592781.42,4918024.56 592825.33,4918149.67 592887.13,4918267.42 592916.72,4918328.81 592921.44,4918354.28 592915.77,4918394.84 592882.05,4918442.62 592822.9,4918492.57 592810.2,4918492.38 592784.55,4918509.79 592745.97,4918542.26 592730.26,4918575.05 592719.95,4918585.07 592714.61,4918602.77 592691.05,4918650.69 592685.68,4918670.94 592646.81,4918723.72 592608.31,4918751.11 592582.77,4918760.9 592508.38,4918810.62 592454.2,4918868.26 592453.94,4918886.04 592425.49,4918921.19 592402.3,4918943.722592402.3,4918943.72 592391.7,4918974.05 592381.39,4918984.06 592370.97,4919001.69 592360.45,4919026.94 592352.64,4919039.53 592313.26,4919127.87 592274.72,4919157.79 592208.21,4919189.85 592200.44,4919199.9 592202.39,4919240.57 592209.61,4919268.62 592272.07,4919340.65 592274.2,4919368.63 592286.46,4919399.29 592293.27,4919455.27 592305.34,4919498.63 592320.14,4919529.33 592367.33,4919603.68 592386.87,4919657.31 592396.29,4919708.25 592453.38,4919800.53 592495.67,4919862.11 592535.09,4919946.51 592581.73,4920058.96 592611.58,4920102.58 592684.28,4920169.68 592718.69,4920248.93 592803.83,4920333.99 592800.96,4920356.81 592790.61,4920369.36 592795.21,4920402.45 592825.03,4920448.61 592846.89,4920517.51 592904.86,4920548.84 593019.04,4920558.11 593087.28,4920581.96 593102.37,4920592.34 593130.16,4920602.91 593234.22,4920609.5 593246.7,4920624.92 593328.48,4920765.82 593347.73,4920839.77 593404.31,4920967.6 593502.03,4921060.47 593673.41,4921154.4 593811.8,4921245.32 593889.98,4921284.55 593956.05,4921282.97 593992.2,4921242.85 594012.67,4921232.99 594032.87,4921240.9 594055.33,4921269.17 594091.91,4921373.85 594124.3,4921417.51 594156.84,4921451 594204.73,4921477.1 594438.35,4921483.022598399.81,4915443.8 598376.36,4915484.1 598349.86,4915559.93 598339.37,4915582.64 598334,4915602.88 598323.69,4915612.89 598320.89,4915630.64 598310.48,4915648.27 598291.89,4915703.88 598283.53,4915754.57 598277.31,4915833.23 598269.58,4915840.74 598269.44,4915850.89 598261.67,4915860.94 598256.11,4915893.89 598240.25,4915936.84 598237.56,4915946.96 598224.38,4915979.79 598196.08,4916004.79 598173.11,4916012.08 598086.76,4916010.82 598066.22,4916025.77 598055.62,4916056.1 598052.45,4916099.24 597946.56,4916219.63 597935.92,4916252.5 597932.97,4916280.4 597972.5,4916357.18 597997.39,4916393.11 597997.02,4916418.51 597956.01,4916443.31 597955.76,4916461.09 597973.28,4916479.13 598028.89,4916497.72 598203.99,4916510.42 598226.63,4916525.99 598238.96,4916551.57 598248.71,4916579.65 598250,4916666.04 598254.93,4916676.27 598271.97,4916727.32 598287.03,4916740.24 598306.64,4916788.79 598458.66,4916991.68 598482.81,4917078.4 598482.36,4917108.88 598492.38,4917119.18 598492.19,4917131.88 598516.93,4917177.96 598546.74,4917224.12 598559,4917254.78 598578.32,4917323.65 598588.15,4917346.65 598608.32,4917357.11 598773.14,4917377.28 598780.87,4917369.77 598834.43,4917355.3 598959.98,4917280.92 599031.57,4917248.93 599072.32,4917241.9 599181.42,4917251.1 599229.45,4917267.04 599269.68,4917295.57 599340.02,4917349.93 599488.65,4917435.92 599531.42,4917464.482591902.9,4915016.84 591891.57,4915097.97 591862.75,4915158.51 591842.17,4915176 591795.57,4915236.29 591721.07,4915293.63 591582.89,4915362.76 591551.9,4915397.87 591533.61,4915433.17 591528.01,4915468.66 591504.53,4915511.5 591465.92,4915546.5 591387.08,4915552.98 591361.5,4915565.31 591263.92,4915637.57 591240.84,4915652.47 591200.17,4915654.42 591119.08,4915640.55 591015.58,4915595.86 590997.94,4915585.44 590861.87,4915509.8 590818.87,4915496.48 590752.8,4915498.06 590699.1,4915522.69 590629.94,4915562.33 590513.7,4915695.28 590459.3,4915768.16 590410.68,4915792.85 590331.65,4915812.03 590277.95,4915836.65 590166.23,4915832.49 590064.79,4915820.86 589948.52,4915781.07 589801.32,4915771.32 589680.19,4915716.22 589677.72,4915711.12599572.91,4914777.47 599544.72,4914794.85 599485.57,4914844.79 599459.99,4914857.12 599459.84,4914867.28 599408.6,4914897.02 599322.29,4914893.23 599175.46,4914858.08 598980.12,4914840.01 598858.22,4914838.24 598792.37,4914824.58 598756.77,4914826.61 598713.23,4914851.38 598671.93,4914896.51 598664.02,4914916.71 598640.76,4914944.32 598632.62,4914979.77 598622.2,4914997.4 598606.05,4915060.67 598609.14,4915197.892590554.45,4913935.46 590503.25,4913962.66 590464.61,4914000.2 590446.46,4914025.34 590446.2,4914043.12 590430.59,4914068.3 590381.6,4914118.39 590368.57,4914141.072593835.8,4913983.03 593868.04,4914036.84 593932.97,4914113.99 593942.8,4914137 593989.91,4914216.43 594007.13,4914254.78 594072.39,4914309.07 594124.7,4914380.96 594187.64,4914419.97 594230.15,4914466.32 594242.37,4914499.52 594251.94,4914540.3 594271.78,4914573.61 594304.28,4914609.65 594357.1,4914645.98 594422.36,4914700.27 594454.64,4914751.54 594451.51,4914792.14 594327.76,4914917.36 594317.16,4914947.69 594347.2,4914978.61 594399.91,4915022.56 594537.57,4915164.27 594562.19,4915217.97 594602.09,4915269.35 594705.19,4915341.98 594783.3,4915386.29 594826.29,4915399.62 594891.81,4915436.13 594924.75,4915441.69 595104.96,4915451.92 595325.03,4915516.08 595393.42,4915529.77 595461.11,4915591.72 595494.02,4915599.82 595531.78,4915623.23 595599.32,4915695.33 595621.89,4915715.98 595620.41,4915817.57 595630.13,4915848.2 595632.05,4915891.41 595646.66,4915934.81 595683.8,4916001.39 595682.62,4916082.66 595653.91,4916135.59 595607.27,4916198.42 595602.01,4916211.05 595589.13,4916223.56 595575.99,4916253.86 595544.88,4916296.59 595516.58,4916321.58 595472.96,4916351.43 595462.47,4916374.14 595455.95,4916473.12 595448.23,4916480.63 595440.27,4916503.37 595293.3,4916653.66 595255.06,4916663.27 595133,4916671.66 594974.69,4916727.79 594855.14,4916738.76 594804.38,4916735.48 594685.42,4916705.81 594593.95,4916707.03 594545.51,4916719.03 594509.74,4916733.75 594447.9,4916793.82 594434.79,4916821.57 594430.78,4916923.13 594445.32,4916971.6 594449.7,4917019.93 594445.98,4917101.172594445.98,4917101.17 594437.74,4917144.23 594419.44,4917179.53 594413.85,4917215.01 594372.29,4917277.92 594341.41,4917305.41 594277.44,4917337.51 594203.38,4917364.38 594187.59,4917402.25 594179.12,4917460.56 594155.68,4917500.86 594111.73,4917553.57 594093.47,4917586.33 594080.63,4917596.3 594062.26,4917636.68 594049.19,4917661.89 594033.37,4917702.31 593994.05,4917785.57 593942.52,4917835.63 593929.46,4917860.84 593925.44,4917962.39 593909.25,4918028.21 593875.53,4918075.98 593787.89,4918163.62 593777.29,4918193.95 593759.14,4918219.09 593727.53,4918297.38 593724.47,4918332.9 593713.36,4918398.79 593701.83,4918492.61 593674.85,4918776.73 593684.09,4918840.37 593713.39,4918922.08 593775.01,4919052.53 593786.27,4919151.76 593778.17,4919184.67 593815.38,4919246.18 593816.74,4919327.48 593828.49,4919393.7 593825.17,4919447 593809.53,4919474.71 593808.72,4919530.59 593815.82,4919566.26 593840.08,4919645.36 593879.35,4919739.92 593881.6,4919760.27 593883.07,4919833.96 593872.73,4919846.51 593871.62,4919922.7 593881.56,4919938.09 593903.5,4920001.91 593913.03,4920045.24 593909.68,4920101.07 593899.04,4920133.94 593890.73,4920182.09 593888.99,4920301.46 593898.16,4920370.18 593922.19,4920464.51 593956.57,4920546.3 594003.94,4920607.95 594036.04,4920671.93 594073.4,4920723.27 594123.5,4920772.26 594168.84,4920798.32 594234.91,4920796.74 594273.27,4920779.52 594306.65,4920754.6 594350.05,4920739.99 594393.15,4920745.69 594425.83,4920769.03 594440.63,4920799.72 594445.45,4920817.58 594467.46,4920876.32 594475.01,4920881.512598193.99,4914046.21 598165.2,4914104.22 598111.09,4914156.78 598082.9,4914174.15 597942.7,4914207.68 597932.28,4914225.31 597931.58,4914273.57 597898.09,4914306.11 597841.59,4914348.47 597818.25,4914381.16 597799.88,4914421.53 597766.43,4914451.53 597715.85,4914435.562597715.85,4914435.56 597622.03,4914424.04 597335.59,4914381.78 597274.82,4914368.2 597206.65,4914339.27 597116.03,4914282.07 597068.51,4914230.57 597055.85,4914227.85 596964.49,4914221.44 596926.62,4914205.65 596863.75,4914161.56 596838.87,4914125.63 596720.5,4914055.33 596695.54,4914024.482599460.04,4921162.08 599461.84,4921212.91 599466.77,4921223.14 599474.21,4921235.952599478.51,4921114.08 599470.86,4921116.51 599460.04,4921162.082589465.3,4925808.14 589498.06,4925826.4 589518.38,4925826.692589474.98,4925315.47 589479.99,4925320.62 589511.57,4925420.15 589523.02,4925506.69 589516.61,4925773.32 589518.38,4925826.692 \ No newline at end of file +unknown609359.35,4925141.5 609338.87,4925151.33 609318.39,4925161.16 609302.86,4925178.7 609287.38,4925193.69 609253.84,4925226.18 609238.03,4925261.49 609237.05,4925322.44 609251.56,4925368.4 609251.11,4925396.34 609252.55,4925464.95 609236.95,4925487.56 609172.52,4925544.96 609171.99,4925577.971609171.99,4925577.97 609183.96,4925623.89 609193.02,4925692.62 609207.2,4925758.9 609234.32,4925810.14 609269.14,4925856.43 609268.57,4925891.98 609204.02,4925956.99 609198.66,4925974.69 609200.14,4926040.76 609224.56,4926102.12 609274.33,4926166.43 609294.41,4926181.99 609309.2,4926210.17 609300.89,4926253.23 609280.08,4926283.38 609249.2,4926308.28 609238.55,4926338.6 609217.83,4926363.67 609222.13,49264121609337.03,4926375.74 609306.47,4926380.33 609229.79,4926409.59 609222.13,49264121607279.65,4926358.02 607302.42,4926363.46 607373.61,4926359.52 607540.04,4926278.36 607593.29,4926284.29 607661.33,4926318.41 607704.3,4926331.8 607755.18,4926327.53 607806.21,4926313.11 607839.64,4926288.24 607880.15,4926296.51 607969.12,4926292.85 608010.36,4926255.41 608026.01,4926230.26 608089.42,4926236.35 608159.84,4926280.67 608225.59,4926299.5 608261.3,4926289.91 608279.45,4926267.34 608335.69,4926245.38 608390.12,4926177.66 608443.45,4926178.52 608486.87,4926163.97 608626.51,4926168.75 608708.94,4926256.44 608731.63,4926266.97 608757.03,4926267.37 608777.63,4926249.92 608780.38,4926237.26 608828.63,4926238.04 608843.66,4926250.98 608847.77,4926312.01 608880.29,4926343.02 608907.5,4926389.18 608940.51,4926389.71 608991.63,4926370.21 609057.75,4926366.18 609100.8,4926374.5 609211.69,4926429.62 609219.43,4926422.12 609222.13,49264121608825.39,4921525.67 608843,4921536.11 608900.44,4921598 608935.63,4921621.43 608988.55,4921647.68 609104.85,4921682.57 609147.66,4921706.12 609172.57,4921737 609182.32,4921762.56 609176.55,4921805.65 609155.46,4921853.58 609142.59,4921863.54 609121.5,4921911.47 609110.69,4921951.94 609110.12,4921987.49 609122.09,4922033.41 609161.99,4922079.78 609254.98,4922142.23 609348.34,4922181.83 609409.09,4922195.511607505.25,4920046.37 607547.21,4920123.25 607546.6,4920161.35 607502.98,4920188.59 607441.7,4920207.93 607416.02,4920225.3 607405.65,4920237.84 607405.12,4920270.85 607440.44,4920286.66 607686.38,4920316.01 607736.72,4920344.76 607781.54,4920401.36 607818.38,4920480.7 607835.14,4920544.48 607844.44,4920597.97 607854.44,4920608.3 607879.83,4920608.7 607892.65,4920601.29 607901.01,4920555.7 607929.35,4920530.75 607997.88,4920534.38 608058.67,4920545.52 608140.06,4920539.2 608218.51,4920558.24 608326.94,4920608.25 608377.45,4920626.84 608437.79,4920665.91 608445.17,4920681.27 608454.92,4920706.83 608448.98,4920760.08 608435.35,4920818.29 608431.71,4920886.82 608441.67,4920899.68 608449.95,4921016.67 608430.38,4921128.13 608426.75,4921196.66 608438.96,4921227.34 608461.45,4921250.56 608491.72,4921263.75 608527.36,4921259.24 608654.83,4921230.8 608695.38,4921236.53 608738.11,4921265.16 608745.44,4921283.06 608752.17,4921339.05 608743.73,4921389.73 608750.74,4921427.94 608765.53,4921456.12 608820.55,4921510.35 608825.39,4921525.671607125.64,4919163.87 607125.4,4919179.11 607155.39,4919210.07 607165.26,4919228.01 607159.29,4919283.81 607156.62,4919291.38 607151.22,4919311.62 607125.09,4919356.93 607127.51,4919364.59 607101.54,4919399.74 607083.28,4919429.93 607083.11,4919440.09 607072.63,4919460.24 607064.64,4919482.98 607046.34,4919515.71 607043.63,4919525.82 607030.57,4919548.48 606963.6,4919605.83 606884.14,4919650.29 606786.29,4919732.55 606752.7,4919767.58 606729.11,4919812.92 606730.64,4919876.46 606742.8,4919909.68 606765.46,4919922.74 606871.88,4919939.69 606912.03,4919970.81 606933.99,4920027.05 606966.96,4920030.12 606992.56,4920017.83 607053.48,4920021.35 607088.75,4920039.69 607131.43,4920070.86 607172.11,4920068.97 607197.79,4920051.6 607213.35,4920031.53 607214.09,4919985.82 607199.62,4919937.32 607165,4919878.34 607165.57,4919842.78 607186.17,4919825.33 607247.53,4919800.91 607321.1,4919807.17 607371.37,4919841 607421.47,4919884.98 607426.26,4919902.84 607492.84,4920028.39 607505.25,4920046.371603930.2,4918353.11 603932.29,4918381.09 603944.54,4918409.23 603959.61,4918419.63 604014.19,4918501.8 604036.11,4918560.58 604045.25,4918624.23 604046.97,4918675.06 604055.91,4918751.42 604077.38,4918838.13 604102.17,4918876.63 604117.33,4918881.96 604142.77,4918879.83 604165.91,4918862.41 604189.29,4918829.76 604200.02,4918794.37 604239.01,4918739.11 604292.3,4918742.5 604413.19,4918807.95 604509.58,4918817.11 604552.39,4918840.66 604610.64,4918851.76 604642.27,4918938.64 604646.82,4918971.73 604676.52,4919020.48 604711.87,4919033.74 604775.53,4919024.6 604806.29,4919007.31 604850.16,4918964.83 604860.68,4918942.14 604873.58,4918929.64 604891.93,4918894.37 604925.56,4918856.8 604938.34,4918851.93 604978.89,4918857.66 605003.84,4918886 605075.9,4918986.23 605115.85,4919030.05 605169.06,4919038.53 605235.54,4919011.65 605297.1,4918974.53 605410.43,4918877.27 605451.84,4918829.67 605479.98,4918817.42 605523.11,4918820.65 605583.54,4918854.64 605654.73,4918850.71 605736.36,4918829.15 605787,4918840.12 605834.11,4918912.01 605851.73,4918922.45 605945.57,4918931.58 606104.59,4918995.09 606152.69,4919006.02 606221.26,4919007.12 606300.88,4918952.51 606344.38,4918932.88 606419.05,4918870.57 606444.77,4918850.66 606505.72,4918851.64 606553.78,4918865.11 606599,4918896.32 606626.33,4918934.86 606643.45,4918975.78 606674.84,4919077.9 606696.36,4919162.07 606711.11,4919192.79 606725.98,4919215.9 606773.91,4919236.99 606857.72,4919238.33 606919.03,4919216.45 606947.5,4919183.88 606963.43,4919140.95 606989.31,4919110.88 607027.49,4919106.41 607052.77,4919114.44 607095.25,4919158.3 607125.64,4919163.871603206.04,4915826.58 603203.26,4915841.78 603161.89,4915886.84 603161.03,4915940.17 603187.91,4916006.65 603194.55,4916067.73 603201.93,4916083.09 603204.18,4916100.91 603228.6,4916162.27 603245.98,4916187.95 603292.07,4916323.32 603304.36,4916348.92 603306.54,4916371.82 603316.25,4916399.92 603333.74,4916417.98 603384.17,4916441.65 603455.2,4916447.87 603498.05,4916468.88 603510.22,4916502.1 603506.13,4916598.57 603487.66,4916641.46 603463.5,4916722.36 603462.24,4916801.09 603472.03,4916824.11 603481.95,4916839.51 603544.42,4916904.02 603566.38,4916960.26 603576.34,4916973.12 603647.02,4917159.7 603693.16,4917292.54 603725.16,4917356.56 603762.48,4917405.42 603847.73,4917475.38 603981.15,4917551.18 604033.26,4917628.23 604069.89,4917720.27 604069.12,4917768.52 604053.6,4917786.05 604004.98,4917808.14 603970.82,4917878.72 603968.04,4917893.92 603957.68,4917906.45 603949.73,4917926.65 603943.43,4918002.76 603960.27,4918061.46 604017.3,4918148.74 604039.79,4918171.96 604038.94,4918225.3 603979.51,4918287.85 603943.46,4918317.76 603930.36,4918342.95 603930.2,4918353.111602786.06,4915560.74 602806.1,4915578.84 603031.23,4915638.34 603099.4,4915664.83 603154.37,4915721.6 603196.57,4915783.24 603203.87,4915803.68 603206.04,4915826.581602333.86,4915403.61 602465.56,4915428.58 602554.08,4915452.87 602662.51,4915502.87 602733.06,4915539.57 602786.06,4915560.741601693.09,4914649.03 601725.49,4914687.65 601767.61,4914754.38 601807.06,4914828.68 601887.66,4915030.65 601914.86,4915076.82 602039.57,4915221.07 602124.74,4915296.11 602154.89,4915316.91 602169.92,4915329.86 602253,4915376.91 602333.86,4915403.611604043.03,4927482.33 603903.1,4927495.33 603856.98,4927519.99 603833.8,4927539.94 603815.09,4927598.07 603796.94,4927620.64 603781.09,4927658.5 603780.93,4927668.65 603773.23,4927673.61 603770.12,4927709.13 603762.42,4927714.08 603761.2,4927790.27 603800.21,4927892.51 603815.99,4928017.242606122.52,4927388.63 606195.56,4927427.91 606334.64,4927468.24 606342.01,4927483.6 606338.41,4927549.59 606333.13,4927562.21 606335.1,4927597.81 606382.25,4927667.15 606389.63,4927682.51 606386.36,4927728.18 606332.17,4927780.66 606298.06,4927848.7 606207.62,4927943.79 606171.66,4927968.62 606127.71,4928016.18 606112.06,4928041.33 606114.32,4928059.152605883.17,4927265.4 605913.36,4927283.67 605948.63,4927302.02 606067.99,4927303.932605522.71,4926614.38 605527.38,4926639.86 605561.72,4926716.62 605606.7,4926763.07 605646.44,4926819.59 605681.42,4926855.72 605659.52,4926954.44 605666.81,4926974.88 605724,4927052 605741.17,4927090.38 605755.64,4927138.88 605811.31,4927152.48 605818.64,4927170.382601444.2,4926218.79 601433.22,4926269.42 601420,4926302.23 601419.79,4926314.93 601409.35,4926332.54 601364.55,4926433.44 601350.59,4926511.97 601355.42,4926527.29 601380.49,4926548.01 601410.64,4926568.82 601407.62,4926599.25 601394.55,4926621.91 601401.72,4926649.96 601429.45,4926663.11 601487.79,4926669.13 601485.47,4926813.89 601505.3,4926844.69 601512.87,4926847.35 601543.35,4926847.84 601586.57,4926845.99 601593.7,4926876.59 601580.43,4926911.94 601530.95,4926987.36 601528.29,4926994.94 601523.01,4927007.55 601512.36,4927037.87 601514.17,4927083.62 601549.2,4927117.21 601550.76,4927178.2 601570.87,4927191.22 601705.48,4927193.38 601717.89,4927211.36 601730.02,4927247.12 601726.42,4927313.11 601715.61,4927353.58 601719.55,4927424.78 601726.76,4927450.3 601761.67,4927491.5 601832.41,4927515.5 601877.52,4927554.32 601909.76,4927603.11 601909.27,4927633.58 601923.82,4927677 601941.35,4927692.53 601971.91,4927687.93 602007.67,4927675.81 602065.96,4927684.36 602098.61,4927707.75 602110.9,4927733.35 602112.7,4927779.1 602102.34,4927791.64 602099.36,4927819.53 602101.12,4927867.83 602127.84,4927944.47 602130.13,4927959.74 602137.55,4927972.562605931.37,4924890.96 605902.09,4924974.33 605896.49,4925007.26 605830.27,4925176.4 605806.84,4925211.59 605785.67,4925264.6 605738.45,4925357.83 605719.82,4925410.88 605714.7,4925413.34 605714.49,4925426.04 605706.79,4925431 605676.45,4925580.39 605675.76,4925623.56 605693.52,4925783.89 605682.79,4925819.28 605677.59,4925826.82 605668.95,4925890.19 605678.25,4925943.69 605732.5,4926046.17 605765.07,4926074.63 605818.24,4926085.65 605917.16,4926094.85 605947.44,4926108.04 605959.73,4926133.64 605961.7,4926169.24 605973.5,4926225.31 605998.17,4926271.43 606056.13,4926300.31 606132.08,4926316.77 606335.17,4926325.1 606388.79,4926308.18 606434.34,4926319.07 606487.39,4926337.7 606540.88,4926328.4 606583.94,4926336.71 606611.55,4926357.47 606674.96,4926363.57 606679.06,4926424.6 606701.35,4926460.52 606728.88,4926486.37 606794.18,4926533.14 606814.37,4926541.09 606862.71,4926536.78 606903.55,4926524.73 606980.31,4926490.4 607054.16,4926478.88 607150.79,4926472.81 607176.39,4926460.52 607186.75,4926447.98 607194.74,4926425.24 607220.74,4926387.56 607246.47,4926367.65 607279.65,4926358.022601773.94,4924664.31 601765.59,4924709.9 601764.86,4924755.61 601801.98,4924817.18 601798.91,4924850.15 601775.6,4924877.72 601716.58,4924914.88 601708.55,4924940.16 601703.15,4924960.39 601690.25,4924972.89 601666.9,4925003 601656.34,4925028.23 601668.79,4925043.67 601665.89,4925066.49 601629.68,4925106.55 601629.43,4925121.79 601651.84,4925150.1 601694.41,4925188.88 601749.55,4925235.49 601805.22,4925249.09 601842.46,4925303.03 601857.13,4925338.83 601863.97,4925387.2 601853.41,4925412.44 601817.32,4925444.89 601768.91,4925454.27 601677.31,4925462.96 601651.59,4925482.87 601648.52,4925515.85 601665.94,4925538.99 601731.32,4925580.68 601733.29,4925616.28 601706.75,4925686.99 601688.52,4925714.64 601651.71,4925792.8 601561.39,4925880.26 601499.26,4925952.94 601478.33,4925990.71 601489.85,4926064.56 601486.54,4926112.77 601467.74,4926175.98 601444.2,4926218.792606628.74,4924333.1 606642.94,4924556.88 606657.53,4924597.76 606748.97,4924756.73 606769.08,4924769.75 606842.37,4924793.79 606892.67,4924825.08 606967.68,4924899.95 606977.56,4924917.89 606995.01,4924938.49 607024.59,4924994.85 607038.85,4925056.05 607081.3,4925102.46 607101.45,4925112.94 607147.2,4925111.13 607327.48,4925116.56 607406.46,4925102.58 607540.85,4925117.44 607614.55,4925116.08 607675.46,4925119.6 607692.79,4925147.82 607694.92,4925173.26 607715.24,4925173.58 607786.88,4925141.7 607964.13,4925177.57 608022.66,4925170.89 608068.82,4925143.68 608115.15,4925106.32 608173.93,4925084.4 608346.34,4925104.94 608392.09,4925103.14 608420.23,4925090.88 608496.99,4925056.55 608639.75,4925025.81 608708.32,4925026.91 608738.43,4925050.26 608821.06,4925125.25 608868.74,4925161.58 608919.21,4925182.71 608982.54,4925193.89 609007.65,4925212.07 609025.14,4925230.13 609065.66,4925238.4 609075.57,4925253.81 609071.61,4925342.65 609105.74,4925432.11 609110.08,4925477.91 609109.03,4925543.94 609136.64,4925564.7 609171.99,4925577.972602113.52,4924240.43 602103.2,4924250.43 602084.44,4924311.1 602068.96,4924326.09 602036.03,4924320.48 602003.5,4924289.48 601975.52,4924291.57 601965,4924314.26 601956.97,4924339.54 601931.21,4924361.99 601885.17,4924381.57 601877.3,4924396.69 601876.16,4924467.8 601881,4924483.12 601877.97,4924513.56 601867.53,4924531.17 601864.83,4924541.29 601857,4924553.86 601854.34,4924561.44 601843.98,4924573.98 601833.45,4924596.67 601807.41,4924636.9 601773.94,4924664.312601183.42,4923786.05 601184.69,4923864.82 601240.91,4924002.9 601240.42,4924033.38 601229.9,4924056.07 601231.74,4924099.29 601241.74,4924109.61 601259.44,4924114.97 601294.42,4924151.1 601298.08,4924240.07 601320.57,4924263.29 601340.8,4924268.7 601355.64,4924294.34 601367.76,4924330.1 601382.55,4924358.28 601422.66,4924391.94 601467.93,4924420.61 601474.9,4924461.37 601509.96,4924492.42 601588.41,4924511.46 601616.06,4924529.68 601645.92,4924568.26 601657.69,4924626.88 601677.64,4924650.06 601773.94,4924664.312605632.59,4923720.17 605520.97,4923710.76 605477.71,4923715.14 605454.45,4923740.17 605436.22,4923767.83 605425.01,4923833.69 605414.44,4923858.93 605389.96,4923960.15 605382.13,4923972.73 605365.8,4924041.05 605342.25,4924083.86 605313.7,4924121.51 605284.79,4924182.01 605276.4,4924230.14 605266.11,4924237.6 605263.09,4924268.04 605254.9,4924303.47 605259.2,4924351.81 605253.19,4924410.14 605222.06,4924450.28 605214.2,4924465.4 605190.85,4924495.51 605126.3,4924560.52 605090.34,4924585.35 605054.46,4924605.1 605011,4924622.18 604947.34,4924631.33 604822.9,4924629.33 604789.48,4924654.2 604776.41,4924676.85 604717.15,4924729.25 604670.82,4924766.61 604562.57,4924863.95 604562.32,4924879.19 604541.76,4924894.1 604518.13,4924941.99 604516.95,4925015.64 604526.99,4925023.42 604534.08,4925056.56 604558.42,4925123 604557.2,4925199.19 604551.99,4925206.73 604540.86,4925267.52 604525.17,4925295.21 604503.84,4925358.37 604493.56,4925365.83 604490.49,4925398.81 604455.19,4925540.5 604457.21,4925573.56 604486.83,4925627.38 604478.52,4925670.43 604457.83,4925692.96 604432.23,4925705.25 604421.75,4925725.41 604431.5,4925750.97 604428.19,4925799.18 604409.07,4925882.7 604407.89,4925956.36 604419.89,4925999.73 604421.7,4926045.492604421.7,4926045.49 604388.24,4926072.9 604301.11,4926119.77 604283.34,4926119.48 604226.65,4926169.38 604226.16,4926199.86 604215.8,4926212.39 604152.06,4926226.61 604018.9,4926293.07 603970.16,4926322.77 603883,4926372.18 603872.47,4926394.87 603871.66,4926445.67 603819.64,4926521.04 603814.24,4926541.28 603775.21,4926599.08 603714.09,4926608.27 603622.54,4926614.42 603566.06,4926651.62 603564.71,4926735.43 603569.47,4926755.83 603566.2,4926801.5 603545.72,4926811.33 603512.58,4926818.42 603492.06,4926830.8 603455.81,4926873.4 603419.93,4926893.15 603365.9,4926935.47 603357.96,4926955.66 603336.67,4927016.29 603326.22,4927033.91 603313.44,4927038.78 603240.04,4927022.36 603204.07,4927047.19 603199.99,4927143.66 603158.66,4927186.18 603033.16,4927250.22 602991.99,4927282.58 602955.71,4927327.73 602952.92,4927342.93 602934.98,4927352.8 602934.78,4927365.5 602827.22,4927419.66 602752.83,4927464.2 602706.39,4927509.18 602665.02,4927554.24 602513.75,4927640.73 602480.17,4927675.76 602461.9,4927705.95 602448.55,4927746.38 602422.79,4927768.83 602371.71,4927785.79 602333.29,4927805.5 602261.41,4927852.61 602250.8,4927880.39 602247.98,4927898.12 602219.55,4927928.15 602186.05,4927958.1 602137.55,4927972.562599444.25,4923567.66 599469.32,4923588.39 599496.24,4923652.33 599546.14,4923709.01 599626.55,4923763.65 599686.53,4923825.58 599701.2,4923861.38 599715.7,4923907.33 599740.37,4923953.46 599777.81,4923994.7 599785.19,4924010.06 599781.59,4924076.05 599806.5,4924106.94 599872,4924141.01 599904.49,4924174.55 599913.99,4924215.35 599979.66,4924239.27 600009.77,4924262.61 600051.76,4924336.95 600101.86,4924380.94 600159.59,4924425.05 600163.61,4924491.17 600178.52,4924511.73 600203.63,4924529.91 600235.87,4924578.7 600278.6,4924607.32 600321.45,4924628.33 600384.62,4924649.67 600409.52,4924680.55 600406.58,4924705.91 600396.26,4924715.9 600401.01,4924736.3 600430.75,4924782.5 600457.8,4924838.83 600472.22,4924889.86 600468.66,4924953.31 600455.27,4924996.29 600434.22,4925041.67 600423.58,4925071.99 600427.84,4925122.86 600434.93,4925156 600442.47,4925161.2 600471.76,4925235.34 600494.05,4925271.26 600516.34,4925307.18 600525.97,4925340.36 600560.67,4925394.27 600583.32,4925407.33 600649.23,4925416.01 600719.73,4925455.24 600827.27,4925561.12 600847.02,4925597 600851.41,4925640.26 600883.89,4925673.8 600947.06,4925695.14 600992.08,4925739.04 601037.31,4925770.25 601042.06,4925790.65 601043.01,4925889.74 601067.64,4925938.4 601140.76,4925972.59 601153.17,4925990.58 601160.39,4926016.09 601187.96,4926039.4 601261.28,4926060.9 601309.05,4926092.15 601434.04,4926218.63 601444.2,4926218.792600646.99,4923177.94 600656.82,4923198.42 600656.25,4923233.98 600670.96,4923267.24 600713.53,4923306.02 600725.74,4923336.7 600724.52,4923412.89 600731.44,4923456.19 600753.69,4923494.65 600783.68,4923525.61 600838.98,4923562.07 600892.03,4923580.7 600937.66,4923586.51 600965.68,4923581.88 601006.23,4923587.61 601038.48,4923636.39 601043.23,4923656.79 601063.14,4923682.51 601083.13,4923703.16 601135.9,4923739.57 601168.3,4923778.19 601183.42,4923786.052599452.82,4922874.29 599561.98,4922878.58 599602.13,4922909.7 599629.58,4922940.63 599652.31,4922948.61 599680.33,4922943.98 599736.49,4922927.1 599802.32,4922940.86 599959.13,4922984.01 600139.44,4922986.9 600215.84,4922975.43 600287.31,4922953.71 600502.62,4922992.72 600567.84,4923044.57 600617.41,4923121.58 600631.87,4923170.08 600646.99,4923177.942600835.69,4922657.65 600824.8,4922703.21 600826.65,4922746.42 600888.8,4922831.25 600883.15,4922866.72 600857.38,4922889.17 600824.08,4922906.42 600808.6,4922921.42 600792.22,4922992.28 600709.81,4923062.09 600702.07,4923069.59 600693.96,4923099.94 600678.52,4923112.4 600667.84,4923145.25 600646.99,4923177.942600801.6,4922565.66 600825.77,4922642.25 600835.69,4922657.652604118,4922486.7 604102.6,4922496.61 604061.55,4922521.36 604031.16,4922515.79 604023.7,4922505.51 604013.87,4922485.03 603988.47,4922484.62 603978.19,4922492.08 603978.03,4922502.24 603967.67,4922514.77 603956.82,4922557.79 603935.85,4922598.1 603899.6,4922640.7 603894.28,4922655.86 603891.37,4922678.67 603857.87,4922708.62 603834.89,4922715.87 603806.5,4922743.36 603803.56,4922768.72 603785.58,4922781.13 603767.88,4922775.77 603733.06,4922729.48 603717.78,4922731.78 603704.83,4922746.81 603696.93,4922764.47 603695.43,4922858.44 603677.04,4922896.25 603699.04,4922949.95 603693.35,4922987.96 603610.25,4923100.94 603594.48,4923133.72 603592.2,4923275.94 603576.6,4923298.55 603538.18,4923318.26 603446.71,4923319.33 603420.99,4923339.24 603417.84,4923377.3 603389.62,4923394.63 603364.18,4923396.76 603298.31,4923385.54 603251.9,4923427.99 603246.62,4923440.6 603194.65,4923513.44 603190.6,4923607.37 603174.79,4923642.68 603126.01,4923674.92 603092.71,4923692.17 603074.48,4923719.82 603077.77,4923831.65 603069.5,4923872.16 603028.22,4923912.15 603002.66,4923921.9 602946.82,4923918.46 602929.29,4923902.94 602926.96,4923890.2 602882.05,4923838.67 602864.24,4923840.93 602851.33,4923853.42 602827.18,4923934.33 602806.33,4923967.02 602783.39,4923971.73 602745.54,4923955.88 602684.63,4923952.37 602636.82,4923923.66 602604.54,4923877.41 602579.1,4923879.55 602568.74,4923892.08 602565.47,4923937.75 602547.32,4923960.33 602531.96,4923967.7 602499.03,4923962.09 602474,4923938.83 602453.64,4923941.04 602458.19,4923974.14 602472.94,4924004.86 602474.58,4924060.77 602459.02,4924080.85 602375.41,4924066.81 602359.97,4924079.262606309.25,4921759.71 606275.22,4921822.67 606262.27,4921837.71 606262.07,4921850.41 606241.39,4921872.94 606204.98,4921925.7 606098.77,4922053.56 606075.35,4922088.75 606067.44,4922106.4 606057.08,4922118.94 606010.47,4922174.08 606007.65,4922191.81 605916.85,4922309.76 605911.73,4922312.21 605906.48,4922322.29 605815.8,4922432.61 605785.12,4922444.82 605683.46,4922448.27 605634.92,4922465.28 605599,4922487.57 605567.83,4922530.25 605551.9,4922573.18 605546.09,4922618.82 605522.98,4922633.69 605500.29,4922623.16 605487.88,4922605.18 605459.82,4922612.35 605418.25,4922670.11 605415.42,4922687.85 605402.48,4922702.89 605392.24,4922707.8 605361.32,4922735.25 605335.76,4922745 605305.16,4922752.13 605234.17,4922743.37 605223.89,4922750.83 605188.46,4922742.64 605155.76,4922721.8 605104.97,4922720.98 605056.39,4922740.53 605028.13,4922760.4 604984.71,4922774.94 604926.75,4922746.07 604889.3,4922704.82 604854.03,4922686.48 604833.51,4922698.85 604820.49,4922718.96 604817.74,4922731.62 604802.26,4922746.62 604779.32,4922751.33 604733.77,4922740.44 604701.08,4922719.59 604670.69,4922714.02 604663.23,4922703.74 604661.87,4922630.05 604646.75,4922622.19 604606.04,4922626.62 604549.64,4922658.74 604524.36,4922650.71 604486.75,4922619.62 604438.87,4922595.99 604398.96,4922549.63 604361.28,4922523.62 604285.09,4922522.4 604234.62,4922501.27 604209.51,4922483.08 604118,4922486.72599478.9,4921246.35 599483.86,4921254.05 599488.25,4921297.31 599495.5,4921320.29 599512.46,4921371.37 599527.13,4921407.17 599571.99,4921461.23 599596.74,4921502.28 599616.81,4921517.84 599687.52,4921544.37 599738.39,4921540.11 599829.74,4921546.65 599865.21,4921552.3 599908.47,4921547.92 599977.73,4921505.84 600026.15,4921496.45 600074.16,4921512.47 600116.84,4921543.63 600123.97,4921574.23 600119.97,4921665.62 600106.42,4921718.75 600114.99,4921817.96 600166.45,4921935.64 600208.44,4922009.98 600273.25,4922087.23 600307.47,4922171.61 600364.09,4922284.29 600386.46,4922315.13 600466.51,4922392.63 600529.19,4922444.44 600556.84,4922462.66 600698.53,4922497.96 600793.98,4922565.53 600801.6,4922565.662599491.11,4920484.45 599506.19,4920494.85 599553.59,4920548.96 599573.33,4920584.84 599574.16,4920691.55 599563.84,4920701.54 599552.83,4920754.712606133.96,4920491.82 606090.09,4920534.3 605940.84,4920653.84 605843.23,4920720.87 605815.05,4920735.66 605724.86,4920815.5 605637.53,4920875.07 605484.1,4920938.66 605424.83,4920991.06 605330.01,4921042.89 605267.71,4921125.72 605216.35,4921160.46 605142,4921202.46 605085.56,4921237.12 605012.99,4921327.41 605010.28,4921337.52 604935.53,4921404.92 604863.73,4921446.95 604848.45,4921449.25 604804.67,4921486.65 604799.22,4921509.43 604791.48,4921516.92 604756.76,4921623.06 604728.17,4921663.25 604668.86,4921718.18 604645.6,4921743.21 604627.13,4921786.1 604616.81,4921796.1 604616.6,4921808.8 604606.28,4921818.79 604606.08,4921831.49 604600.92,4921836.49 604600.75,4921846.65 604593.01,4921854.15 604579.58,4921899.66 604569.26,4921909.65 604561.23,4921934.93 604550.75,4921955.08 604481.36,4922004.78 604440.32,4922029.52 604411.98,4922054.47 604398.75,4922087.28 604395.64,4922122.8 604367.18,4922155.37 604312.99,4922207.85 604299.84,4922235.58 604286.33,4922286.17 604258.03,4922308.58 604178.89,4922332.71 604134.94,4922380.28 604132,4922405.63 604118.85,4922433.37 604118,4922486.72606790.13,4920443.9 606890.09,4920547.12 607025.57,4920653.44 607132.94,4920769.48 607314.96,4920983.24 607487.59,4921148.59 607537.53,4921202.74 607560.15,4921218.34 607620.16,4921277.73 607680.26,4921332.04 607755.35,4921401.83 607883.61,4921482.64 608011.96,4921558.36 608168.28,4921632 608297.31,4921664.55 608391.16,4921673.67 608434.62,4921656.59 608475.05,4921669.94 608513.19,4921668.01 608556.73,4921645.84 608597.77,4921621.1 608707.71,4921577.13 608825.39,4921525.672599626.32,4919973.47 599643.12,4920034.71 599673.1,4920065.67 599753.76,4920105.07 599776.21,4920130.83 599855.73,4920241.34 599913.17,4920303.23 599950.9,4920326.7 600029.71,4920322.88 600126.62,4920299.03 600172.14,4920312.46 600199.79,4920330.68 600234.81,4920364.27 600234.57,4920379.51 600247.1,4920389.87 600274.27,4920438.57 600289.1,4920464.21 600298.61,4920505.01 600352.89,4920604.95 600435.44,4920685.03 600440.32,4920697.81 600505.09,4920777.59 600557.57,4920831.78 600617.87,4920873.39 600652.77,4920914.6 600781.07,4920992.86 600800.86,4921026.2 600822.82,4921082.44 600866.06,4921238.1 600882.37,4921329.81 600892.16,4921352.83 600925.19,4921510.86 600926.96,4921559.15 600938.97,4921602.53 600989.94,4921750.69 601048.53,4921898.97 601041.99,4921990.31 601028.96,4922010.43 601025.9,4922043.4 601007.63,4922073.59 600989.12,4922119.02 600988.57,4922312.08 600980.13,4922362.75 600894.65,4922465.53 600874.05,4922482.99 600801.6,4922565.662599514.25,4918881.87 599625.47,4918916.68 599733.74,4918976.84 599786.22,4919031.03 599823.46,4919084.97 599930.46,4919223.86 599960.49,4919252.29 600041.31,4919281.53 600124.15,4919343.82 600161.71,4919377.45 600222.1,4919413.98 600327.83,4919474.1 600461.53,4919532.13 600577.06,4919615.27 600717.04,4919757.24 600757.31,4919780.74 600843.46,4919794.83 600944.51,4919829.47 601028.04,4919848.59 601126.27,4919900.97 601158.6,4919944.67 601168.39,4919967.69 601166.35,4920094.68 601181.19,4920120.32 601216.5,4920136.13 601289.86,4920155.09 601347.66,4920194.12 601400.06,4920253.38 601454.88,4920320.31 601540.57,4920362.33 601570.48,4920398.37 601604.86,4920472.59 601637.3,4920508.68 601657.17,4920536.94 601678.52,4920631.27 601722.49,4920741.21 601744.94,4920766.98 601752.23,4920787.42 601809.42,4920864.54 601819.18,4920890.1 601825.9,4920946.1 601834.8,4921024.99 601849.1,4921083.65 601854.81,4921203.13 601846.41,4921251.26 601841.25,4921256.26 601833.27,4921279 601817.54,4921309.23 601806.89,4921339.54 601798.18,4921407.99 601769.43,4921458.34 601675.92,4921586.4 601670.56,4921604.09 601665.4,4921609.09 601665.23,4921619.25 601644.27,4921659.56 601643.37,4921715.43 601652.92,4921753.69 601667.63,4921786.95 601674.47,4921835.33 601666.24,4921873.3 601645.4,4921905.99 601639.14,4921979.56 601623.29,4922017.41 601618.09,4922024.95 601604.13,4922103.47 601583.12,4922146.32 601454.06,4922273.81 601445.87,4922309.25 601432.56,4922347.14 601391.44,4922376.96 601294.61,4922395.73 601256.02,4922425.6 601229.93,4922468.37 601232.31,4922478.57 601214.08,4922506.22 601172.76,4922548.74 601129.3,4922565.83 601075.8,4922575.13 601019.56,4922597.09 600978.36,4922632 600922.65,4922620.94 600873.95,4922648.11 600835.69,4922657.652607768.01,4917916.7 607764.94,4917949.68 607751.92,4917969.79 607743.93,4917992.52 607723.08,4918025.21 607717.68,4918045.45 607707.24,4918063.07 607704.45,4918078.26 607694.09,4918090.8 607688.48,4918123.73 607683.28,4918131.27 607683.08,4918143.97 607675.38,4918148.93 607672.47,4918171.74 607635.82,4918239.74 607552.47,4918367.97 607543.3,4918464.35 607512.14,4918507.04 607483.71,4918537.07 607470.08,4918595.28 607457.18,4918607.77 607446.57,4918635.54 607433.67,4918648.04 607436.09,4918655.7 607428.3,4918665.74 607420.32,4918688.47 607409.92,4918703.55 607412.33,4918711.21 607391.53,4918741.36 607377.89,4918799.57 607347.01,4918824.47 607176.2,4918862.38 607114.96,4918879.18 607065.9,4918929.2 607064.35,4919025.71 607084.14,4919059.05 607119.04,4919100.26 607126.42,4919115.62 607128.35,4919153.75 607125.64,4919163.872599534.29,4917472.31 599564.45,4917493.12 599576.9,4917508.56 599677.18,4917591.45 599719.99,4917615 599745.31,4917620.49 599768.25,4917615.78 599806.63,4917598.61 599876.01,4917548.91 599937.57,4917511.8 599985.83,4917512.57 600018.56,4917530.88 600043.55,4917556.68 600060.27,4917623 600082.52,4917661.46 600130.12,4917702.87 600139.87,4917728.42 600133.61,4917801.99 600130.34,4917847.67 600150.37,4917865.77 600165.49,4917873.63 600241.56,4917882.47 600279.04,4917921.18 600295.96,4917974.8 600315.91,4917997.98 600325.91,4918008.3 600356.39,4918008.79 600410,4917991.87 600425.04,4918004.81 600421.4,4918073.34 600413.66,4918080.84 600402.52,4918141.63 600394.78,4918149.12 600391.59,4918189.72 600380.58,4918242.89 600384.11,4918339.48 600388.66,4918372.57 600398.74,4918377.82 600411.11,4918398.34 600451.06,4918442.16 600463.1,4918483 600503.21,4918516.67 600568.92,4918538.04 600693.07,4918557.82 600736.33,4918553.43 600800.27,4918526.51 600843.61,4918517.04 600924.67,4918531.04 601020.73,4918560.53 601098.69,4918610.04 601129.09,4918615.61 601167.18,4918616.22 601203.02,4918599.01 601233.33,4918609.66 601303.43,4918674.29 601371.35,4918716.02 601413.99,4918749.73 601449.39,4918760.46 601507.76,4918763.93 601646.67,4918814.43 601656.62,4918827.29 601666.46,4918847.77 601673.51,4918883.45 601685.76,4918911.59 601725.98,4918937.63 601847.6,4918957.36 601902.87,4918996.36 601923.18,4918996.68 601933.51,4918986.68 601941.82,4918943.63 601949.68,4918928.52 601967.62,4918918.64 602018.13,4918937.23 602043.08,4918965.58 602042.39,4919008.75 602031.94,4919026.37 601993.07,4919074.01 601992.55,4919107.03 602014.59,4919158.19 602002.84,4919257.07 601984.37,4919299.96 601981.67,4919310.08 601976.51,4919315.08 601971.1,4919335.31 601905.99,4919435.88 601905.82,4919446.04 601898.12,4919451 601905.13,4919489.22 601955.07,4919543.362601955.07,4919543.36 601972.6,4919558.89 602010.09,4919597.59 602087.35,4919690.28 602099.56,4919720.96 602141.72,4919785.14 602171.34,4919838.97 602178.51,4919867.02 602188.22,4919895.12 602242.92,4919969.67 602274.92,4920033.69 602286.43,4920107.55 602282.59,4920188.77 602271.38,4920254.64 602270.09,4920493.41 602218.24,4920558.63 602207.55,4920591.48 602197.19,4920604.02 602199.52,4920616.76 602191.86,4920619.18 602191.62,4920634.41 602176.02,4920657.03 602162.54,4920705.08 602158.46,4920801.55 602140.07,4920839.36 602141.67,4920897.81 602146.59,4920908.05 602156.26,4920938.69 602157.54,4921017.46 602133.99,4921060.27 602110.56,4921095.46 602092.3,4921125.65 602068.87,4921160.84 602055.81,4921183.49 602042.38,4921229 602025.47,4921332.88 602017.73,4921340.38 602015.29,4921492.76 602024.92,4921525.94 602033.77,4921607.37 602020.54,4921640.19 601968.98,4921687.63 601954.53,4921796.63 601943.6,4921844.72 601945.04,4921913.33 601943.9,4921984.44 601936,4922002.1 601923.09,4922014.59 601917.77,4922029.75 601835.12,4922114.8 601819.55,4922134.87 601818.94,4922172.96 601836.27,4922201.19 601850.53,4922262.38 601841.94,4922323.21 601831.41,4922345.91 601833.46,4922376.42 601853.17,4922414.84 601860.14,4922455.6 601857.45,4922623.22 601838.98,4922666.11 601826.04,4922681.14 601802.9,4922698.56 601767.1,4922713.22 601761.53,4922743.62 601781.04,4922794.74 601780.18,4922848.07 601720.91,4922900.47 601710.47,4922918.08 601708.84,4923019.67 601683,4923047.2 601557.62,4923103.62 601552.3,4923118.78 601554.22,4923156.91 601583.93,4923205.65 601578.48,4923228.43 601545.02,4923255.84 601529.29,4923286.07 601528.4,4923341.94 601510.46,4923351.82 601446.72,4923366.04 601446.39,4923386.35 601453.85,4923396.63 601463.32,4923439.97 601459.96,4923490.73 601438.95,4923533.57 601364.04,4923611.12 601356.22,4923623.7 601302.24,4923663.48 601268.73,4923693.43 601196.2,4923781.18 601183.42,4923786.052609334.9,4917471.85 609263.54,4917485.94 609240.57,4917493.2 609072.09,4917543.84 608985.01,4917588.18 608925.78,4917638.03 608851.48,4917677.49 608756.17,4917759.79 608720.25,4917782.08 608628.29,4917813.63 608530.97,4917862.88 608451.91,4917881.93 608406.44,4917865.96 608379.04,4917832.5 608346.55,4917798.95 608321.28,4917790.93 608257.74,4917792.45 608214.41,4917801.92 608153.66,4917788.24 608115.85,4917769.85 608065.66,4917730.94 608037.85,4917722.88 607999.75,4917722.27 607920.49,4917754.02 607879.41,4917781.31 607848.33,4917818.91 607817.08,4917866.68 607778.21,4917914.32 607768.01,4917916.72605363.83,4917029.71 605428.46,4916959.61 605472.57,4916901.89 605506.11,4916869.41 605599.09,4916774.36 605640.17,4916747.08 605744.21,4916753.83 605769.49,4916761.85 606226.47,4916779.33 606309.91,4916803.53 606350.06,4916834.66 606397.91,4916860.83 606491.59,4916880.12 606521.86,4916893.3 606546.53,4916939.42 606570.3,4917041.42 606592.79,4917064.64 606635.39,4917100.89 606731.08,4917153.23 606801.38,4917205.16 606892.12,4917249.8 607051.63,4917282.84 607094.23,4917319.09 607160.69,4917452.25 607327.35,4917673.39 607367.33,4917714.67 607440.29,4917759.03 607462.95,4917772.09 607554.25,4917781.18 607742.9,4917898.52 607768.01,4917916.72600860.19,4916530.77 601021.14,4916632.42 601220.56,4916711.83 601311.17,4916764.08 601407.35,4916785.95 601493.5,4916800.03 601577.03,4916819.15 601688.77,4916820.94 601836.48,4916797.9 601912.47,4916811.82 602055.68,4916910.65 602118.6,4916947.22 602181.36,4916993.96 602211.27,4917030 602230.16,4917119.21 602269.13,4917223.99 602321.57,4917280.72 602399.61,4917325.16 602452.17,4917374.26 602590.51,4917460.31 602743.35,4917592.32 602858.02,4917728.79 602867.93,4917744.19 602957.53,4917859.94 603015.21,4917906.59 603080.55,4917950.83 603224.7,4917991.24 603361.6,4918008.68 603432.22,4918040.29 603633.48,4918162.91 603671.29,4918181.3 603713.82,4918222.63 603771.13,4918292.13 603844.01,4918341.57 603930.2,4918353.112602333.86,4915403.61 602323.17,4915436.46 602291.97,4915481.69 602268.66,4915509.26 602235.4,4915523.97 602202.22,4915533.6 602138.89,4915522.42 602068.11,4915500.97 601776,4915498.83 601704.61,4915515.47 601625.35,4915547.22 601568.91,4915581.88 601474.12,4915631.17 601392,4915683.2 601212.59,4915781.94 601168.81,4915819.34 601094.47,4915861.34 601032.46,4915926.39 600916.97,4916158.25 600849.67,4916235.92 600831.61,4916253.41 600798.43,4916263.04 600755.42,4916252.19 600674.68,4916217.88 600636.59,4916217.27 600613.61,4916224.52 600561.96,4916277.04 600516.16,4916281.38 600419.94,4916262.06 600346.66,4916238.02 600252.65,4916239.06 600194.15,4916243.2 600189.15,4916238.042609518.78,4915508.58 609457.78,4915510.14 609263.87,4915562.92 609162.25,4915563.83 609057.87,4915577.42600948.18,4914210.32 600871.66,4914229.41 600777.41,4914245.68 600479.13,4914312.03 600415.31,4914331.33 600290.58,4914347.12 600157.87,4914385.64 600144.97,4914398.13 600093.2,4914458.27 600006.07,4914505.14 599954.87,4914529.72 599885.89,4914554.02 599659.64,4914723.14 599580.09,4914772.672602420.61,4914111.97 602412.38,4914149.95 602413.66,4914228.72 602423.24,4914264.44 602413.14,4914419.23 602407.74,4914439.47 602403.33,4914556.25 602387.15,4914614.42 602368.89,4914644.61 602352.75,4914700.24 602353.91,4914786.63 602355.88,4914822.23 602354.41,4914913.66 602340.37,4914997.26 602347.71,4915015.16 602349.56,4915058.38 602318.67,4915083.29 602305.44,4915116.1 602307.62,4915139 602319.75,4915174.76 602336.59,4915233.45 602359.12,4915254.14 602475.21,4915301.72 602522.94,4915335.51 602644.35,4915367.94 602699.74,4915399.31 602769.63,4915476.64 602796.75,4915527.88 602798.93,4915550.78 602786.06,4915560.742603916.48,4914135.94 603971.25,4914205.41 604003.45,4914256.73 604152.42,4914472.51 604154.71,4914487.78 604153.21,4914581.75 604122.04,4914624.44 604057.94,4914661.52 604045.2,4914663.85 604014.23,4914693.84 604000.96,4914729.19 603972.46,4914764.3 603910.69,4914814.12 603894.93,4914846.89 603899.52,4914877.45 603949.25,4914944.29 603956.59,4914962.19 603945.37,4915028.06 603921.41,4915096.27 603924.86,4915197.93 603934.62,4915223.49 603932.74,4915340.32 603875.77,4915408 603849.97,4915432.99 603775.83,4915462.28 603679.08,4915475.97 603630.62,4915487.9 603620.3,4915497.89 603494.92,4915554.31 603430.74,4915596.47 603386.87,4915638.95 603368.32,4915686.92 603363.16,4915691.92 603357.71,4915714.7 603336.78,4915752.47 603298.08,4915789.95 603206.04,4915826.582604884.14,4914148.91 604920.73,4914243.48 604996.85,4914407.29 605043.23,4914524.88 605057.78,4914568.3 605094.65,4914645.1 605144.47,4914706.87 605257.17,4914807.75 605271.72,4914851.17 605283.6,4914902.16 605305.6,4914955.86 605342.68,4915019.97 605452.55,4915138.58 605462.43,4915156.52 605467.02,4915187.08 605478.62,4915255.85 605525.69,4915330.28 605627.34,4915486.87 605659.82,4915520.41 605700.05,4915546.46 605778.29,4915578.2 605915.07,4915603.25 605968.24,4915614.27 606064.67,4915620.89 606122.92,4915631.99 606198.58,4915666.22 606231.07,4915699.77 606261.3,4915715.49 606375.42,4915727.48 606679.83,4915912.73 606678.37,4916004.15 606695.74,4916029.84 606728.59,4916040.52 606829.89,4916059.93 606898.02,4916088.96 606955.86,4916125.46 606996.62,4916118.49 607029.96,4916098.7 607098.41,4916107.42 607172.3,4916093.36 607279.9,4916036.66 607372.23,4915982.25 607418.19,4915967.74 608170.5,4915944.23 608414.72,4915922.74 608557.79,4915871.69 608580.94,4915854.28 608632.22,4915824.61 608732.81,4915729.69 608809.86,4915677.58 608927.66,4915618.5 609057.87,4915577.42606702.55,4914178.04 606709.84,4914198.48 606711.61,4914246.78 606731.48,4914275.04 606788.87,4914339.47 606795.47,4914403.08 606800.23,4914423.48 606833,4914439.25 606959.29,4914484.46 607092.96,4914545.03 607183.53,4914599.82 607203.52,4914620.47 607194.64,4914699.07 607238.97,4914786.16 607236.15,4914803.89 607223.04,4914829.09 607181.6,4914879.23 607175.86,4914919.78 607205.97,4914943.13 607277,4914949.35 607340.46,4914952.9 607339.23,4915029.09 607356.85,4915039.54 607440.29,4915063.74 607493.18,4915092.53 607553.2,4915151.92 607568.35,4915157.24 607677.56,4915158.99 607748.42,4915175.37 607900.56,4915193.05 607928.74,4915178.26 607939.63,4915132.71 607954.99,4915125.33 608028.36,4915144.29 608078.58,4915180.66 608147.07,4915186.84 608169.36,4915222.76 608220.82,4915340.44 608250.89,4915366.32 608281.41,4915364.27 608294.51,4915339.08 608317.7,4915319.13 608512.68,4915357.82 608555.94,4915353.43 608606.89,4915344.08 608658.42,4915299.18 608671.28,4915289.23 608818.42,4915301.75 608846.19,4915312.35 608845.42,4915360.61 608785.62,4915446.02 608785.09,4915479.04 608807.71,4915494.64 608865.96,4915505.74 608934.69,4915496.68 608982.82,4915505.07 609020.59,4915526 609057.87,4915577.42608599.69,4914208.44 608686.38,4914347.01 608791.34,4914455.38 608876.5,4914530.42 608913.7,4914586.9 608928.09,4914640.48 608934.93,4914688.862608934.93,4914688.86 608954.64,4914727.28 609049.48,4914832.95 609119,4914933.14 609166.65,4914972 609212.04,4914993.05 609252.55,4915001.32 609526.75,4915010.82602137.55,4927972.56 602129.6,4927992.762599552.83,4920754.71 599537.18,4920779.87 599526.21,4920830.5 599521.01,4920838.04 599506.03,4920980.05 599504.85,4921053.7 599494,4921096.72 599480.98,4921116.832589677.72,4915711.1 589654.79,4915715.85 589636.9,4915723.21 589603.85,4915725.271590368.57,4914141.07 590358.23,4914153.62 590352.27,4914214.5 590349.58,4914224.62 590329.63,4914374.21 590308.43,4914434.87 590304.56,4914526.26 590281.12,4914566.56 590255.42,4914586.51 590255.24,4914599.21 590244.75,4914621.92 590240.81,4914718.4 590230.47,4914730.95 590230.28,4914743.65 590217.29,4914763.78 590198.74,4914816.86 590178.09,4914839.42 590133.92,4914907.37 590028.32,4915007.45 590025.52,4915025.19 589963.43,4915103.04 589952.2,4915176.54 589946.2,4915239.96 589930.15,4915295.62 589929.27,4915356.57 589936.63,4915374.46 589943.66,4915415.2 589938.06,4915450.69 589919.95,4915473.29 589865.88,4915523.31 589814.94,4915532.73 589786.71,4915552.64 589768.6,4915575.24 589677.87,4915700.94 589677.72,4915711.11589554.51,4919303.8 589609.83,4919342.71 589675.06,4919399.54 589732.55,4919463.88 589764.46,4919540.55 589768.99,4919578.72 589760.41,4919644.64 589749.41,4919702.91 589747.86,4919809.58 589774.77,4919881.09 589787.21,4919899.06 589799.65,4919917.02 589829.61,4919953.02 589834.06,4919996.27 589828.73,4920013.97 589777.09,4920071.65 589738.81,4920083.79 589629.38,4920097.45 589611.38,4920112.43 589603.17,4920152.96 589617.67,4920203.97 589642.48,4920244.98 589702.51,4920309.35 589704.9,4920319.55 589722.28,4920347.74 589715.87,4920439.1 589705.35,4920464.35 589704.98,4920489.75 589691.95,4920512.42 589694.3,4920525.16 589681.49,4920532.591589681.49,4920532.59 589678.33,4920575.73 589665.15,4920608.56 589652.23,4920623.62 589605.63,4920683.91 589548.87,4920744.05 589541.03,4920759.18 589542.62,4920825.25 589565.22,4920843.36 589605.89,4920841.41 589697.65,4920819.88 589773.7,4920831.14 589801.49,4920841.7 589836.6,4920872.7 589858.54,4920936.52 589851.47,4921073.59 589843.78,4921078.56 589840.72,4921114.08 589821.99,4921179.86 589823.68,4921238.31 589838.33,4921279.17 589842.97,4921309.72 589887.1,4921419.59 589916.47,4921496.22 589928.73,4921526.88 589936.02,4921549.85 589945.77,4921577.93 589953.02,4921603.44 589986.59,4921741.1 589996.34,4921769.19 590021.08,4921815.27 590055.86,4921869.12 590080.96,4921889.81 590108.79,4921897.83 590185.09,4921891.32 590256.39,4921879.65 590292.28,4921857.31 590307.92,4921829.59 590333.69,4921804.56 590349.15,4921789.54 590397.4,4921790.24 590417.5,4921805.78 590437.41,4921834.01 590444.15,4921895.07 590439.91,4922011.86 590431.85,4922042.23 590430.38,4922143.82 590439.54,4922212.54 590459.31,4922250.93 590484.23,4922284.321590484.23,4922284.32 590579.78,4922351.75 590609.41,4922410.6 590608.45,4922476.64 590590.05,4922519.55 590566.57,4922562.4 590414.22,4922732.93 590403.62,4922763.26 590405.57,4922803.93 590420.44,4922829.55 590480.95,4922860.91 590579.52,4922895.36 590720.97,4922950.76 590751.05,4922979.14 590826.1,4923058.97 590891.61,4923095.49 590921.76,4923118.79 590961.44,4923185.41 590984,4923206.06 591031.92,4923229.62 591051.95,4923250.23 591091.59,4923319.39 591148.31,4923437.06 591165.76,4923460.18 591248.57,4923529.97 591263.48,4923728.33 591254.31,4923834.88 591273.57,4923908.83 591338.2,4924006.3 591344.68,4924085.14 591361.87,4924126.03 591391.75,4924167.11 591446.86,4924221.26 591494.15,4924287.99 591498.9,4924310.92 591497.28,4924422.67 591489.59,4924427.64 591486.64,4924455.54 591470.34,4924528.97 591472.21,4924574.72 591484.1,4924630.78 591568.02,4924799.65 591596.81,4924916.92 591580.5,4924990.36 591570.27,4924995.29 591572.59,4925010.56 591564.89,4925015.53 591553.82,4925078.88 591578.29,4925142.74 591577.45,4925201.151591502.95,4925258.5 591419.61,4925224.27 591373.86,4925226.15 591345.78,4925235.9 591332.89,4925248.41 591325.02,4925266.08 591310.92,4925362.41 591292.48,4925407.87 591266.79,4925427.81 591131.48,4925474.12 591108.4,4925489.03 591028.68,4925556.46 591010.49,4925584.14 590979.65,4925609.09 590925.87,4925638.8 590889.91,4925666.22 590805.29,4925720.88 590682.5,4925780.06 590662.07,4925787.391590662.07,4925787.39 590656.81,4925800.01 590613.3,4925822.24 590592.72,4925839.73 590582.31,4925857.36 590553.78,4925897.59 590540.16,4925960.9 590546.75,4926032.12 590551.61,4926047.43 590548.15,4926110.89 590540.23,4926131.1 590455.47,4926195.92 590442.03,4926246.53 590438.39,4926322.68 590433.16,4926332.77 590427.34,4926383.49 590416.82,4926408.74 590411.33,4926436.6 590403.64,4926441.57 590390.24,4926489.64 590385.09,4926494.65 590363.74,4926565.47 590353.29,4926585.64 590323.66,4926702.06 590309.08,4926831.4 590296.2,4926843.921590296.2,4926843.92 590260.64,4927018.68 590255.34,4927033.85 590243.08,4927178.46 590235.31,4927188.51 590226.3,4927284.91 590223.61,4927295.03 590218.12,4927322.9 590210.32,4927335.49 590204.76,4927368.43 590194.38,4927383.52 590183.89,4927406.23 590142.56,4927453.9 590062.87,4927518.79 590041.78,4927571.83 590038.46,4927625.13 590028.2,4927632.6 590030.4,4927655.49 590020.13,4927662.96 590019.58,4927701.06 590009.2,4927716.15 589998.56,4927749.02 589988.18,4927764.11 589977.36,4927809.681591577.45,4925201.15 591569.75,4925206.12 591559.3,4925226.29 591520.8,4925253.68 591502.95,4925258.51589514.05,4922445.53 589579.23,4922504.9 589691.35,4922656.4 589766.44,4922733.7 589846.31,4922831.39 589878.66,4922877.58 589953.57,4922967.58 590042.75,4923123.83 590062.44,4923167.3 590077.42,4923185.29 590104.33,4923256.81 590119.39,4923269.73 590136.61,4923308.09 590228.67,4923441.51 590308.43,4923546.82 590360.92,4923606.01 590669.33,4923884.83 590684.05,4923920.61 590691.23,4923951.19 590705.88,4923992.05 590733.12,4924040.71 590765.06,4924114.84 590772.24,4924145.43 590821.45,4924255.37 590840.78,4924324.24 590941.92,4924531.47 590956.87,4924552.01 590974.02,4924595.44 591015.94,4924682.42 591028.09,4924720.7 591097.22,4924858.88 591108.77,4924937.79 591107.48,4925201.96 591120.59,4925349.49 591130.23,4925385.193598090.36,4927678.34 598148.88,4927671.57 598181.56,4927694.91 598188.67,4927730.58 598180.79,4927748.24 598189.55,4927844.9 598201.88,4927870.48 598219.44,4927885.98 598254.77,4927901.73 598282.27,4927932.612597310.36,4927512.08 597454.76,4927539.58 597526.06,4927527.91 597602.17,4927534.09 597637.29,4927565.09 597669.83,4927598.58 597730.19,4927640.1 597798.69,4927646.17 597862.52,4927624.24 597890.34,4927632.26 597907.9,4927647.76 597919.82,4927701.28 597952.58,4927719.53 598016.08,4927720.45 598079.94,4927695.98 598090.36,4927678.342589443.06,4927342.14 589453.07,4927352.45 589490.03,4927431.74 589533.09,4927615.262594666.75,4926930.14 594689.39,4926945.71 594716.96,4926971.51 594726.42,4927019.91 594720.49,4927078.25 594699.77,4927105.9 594703.89,4927172 594696.16,4927179.51 594685.53,4927212.38 594649.34,4927255.04 594605.87,4927274.73 594531.89,4927296.52 594501.15,4927313.86 594444.36,4927376.54 594377.37,4927441.62 594339.05,4927456.31 594234.81,4927462.41 594173.42,4927492.01 594119.49,4927531.87 594104.22,4927534.19 594042.79,4927566.32 593999.06,4927603.79 593927.32,4927645.94 593914.55,4927650.83 593894.05,4927663.24 593855.69,4927680.46 593827.75,4927680.06 593812.33,4927692.54 593700.36,4927706.15 593631.46,4927728.02 593590.27,4927765.52 593559.17,4927808.26 593545.99,4927841.09 593525.34,4927863.652589518.38,4925826.69 589631.75,4925891.84 589689.39,4925946.03 589809.12,4926097.64 589856.31,4926171.99 589935.52,4926315.39 590034.13,4926522.58 590041.01,4926573.49 590042.44,4926649.72 590087.86,4926670.7 590092.17,4926724.11 590104.57,4926744.61 590119.81,4926744.83 590181.1,4926722.86 590224.2,4926728.56 590249.12,4926761.95 590266.38,4926797.76 590278.57,4926833.5 590296.2,4926843.922589489.75,4924121.76 589524.83,4924155.29 589607.31,4924247.93 589641.06,4924372.9 589685.34,4924472.61 589722.56,4924534.12 589791.02,4924718.01 589805.85,4924746.17 589871.18,4924795.38 589909.06,4924811.17 589931.59,4924834.36 589941.38,4924859.9 589953.23,4924918.5 589972.92,4924961.97 590000.23,4925005.55 590070.39,4925072.61 590110.58,4925103.68 590204.11,4925135.52 590284.5,4925197.65 590357.67,4925231.74 590415.5,4925273.22 590452.97,4925316.95 590510.28,4925393.99 590529.86,4925445.07 590561.18,4925562.38 590590.96,4925611.08 590626.15,4925636.99 590676.83,4925645.35 590681.28,4925688.6 590675.95,4925706.3 590665.01,4925759.49 590662.07,4925787.392598133.99,4923617.08 598102.74,4923669.97 598089.41,4923712.97 598083.82,4923748.45 598070.6,4923783.82 598026.32,4923859.39 598015.72,4923889.72 598011.82,4923983.65 598001.15,4924019.06 597985.61,4924039.16 597982.82,4924056.9 597941.67,4924091.87 597872.58,4924126.43 597844.53,4924133.64 597839.38,4924138.65 597818.99,4924143.43 597808.64,4924155.98 597803.23,4924178.77 597787.88,4924186.17 597769.55,4924224 597751.37,4924251.68 597745.88,4924279.55 597709.56,4924332.37 597706.76,4924350.11 597688.57,4924377.79 597682.72,4924431.05 597628.32,4924503.93 597630.09,4924557.3 597637.56,4924567.57 597683.13,4924578.39 597713.23,4924604.23 597725.57,4924629.81 597723.95,4924741.56 597713.49,4924761.73 597710.77,4924774.39 597661.3,4924857.5 597655.74,4924890.45 597678.16,4924921.25 597679.96,4924972.09 597653.94,4925014.89 597635.05,4925090.83 597629.9,4925095.83 597624.38,4925126.24 597600.71,4925181.78 597603.03,4925197.05 597592.8,4925201.99 597578.52,4925311.01 597582.86,4925361.88 597600.16,4925395.15 597635.09,4925438.85 597675.25,4925472.45 597745.73,4925516.662597745.73,4925516.66 597780.74,4925555.27 597898.89,4925640.81 597977.36,4925659.73 598088.85,4925679.13 598116.53,4925697.31 598131.33,4925728.01 598129.64,4925844.84 598115.69,4925931 598117.6,4925974.22 598149.88,4926025.49 598146.71,4926068.63 598131.14,4926091.27 598125.59,4926124.21 598124.89,4926172.46 598117.16,4926179.97 598108.99,4926217.96 598082.82,4926270.92 598069.79,4926293.6 598053.29,4926379.73 598051.75,4926486.4 598041,4926526.89 598032.9,4926559.79 598012.22,4926584.89 598011.59,4926628.07 598018.92,4926648.5 598028.82,4926666.42 598030.55,4926722.34 598025.32,4926732.42 598025.06,4926750.2 598017.37,4926755.17 598019.1,4926811.08 598063.12,4926928.57 598064.67,4926997.18 598038.5,4927050.15 598030.55,4927072.89 598029.96,4927113.53 598044.83,4927139.15 598092.42,4927185.56 598104.42,4927234 598111.63,4927262.05 598118.96,4927282.48 598141.56,4927300.59 598194.71,4927314.06 598204.68,4927326.9 598199.2,4927354.77 598127.42,4927399.45 598009.82,4927451.09 597991.75,4927471.15 597991.45,4927491.47 597998.74,4927514.44 598011.26,4927527.32 598033.56,4927565.75 598090.36,4927678.342594837.63,4923378.78 594867.41,4923427.47 594877.23,4923450.48 594885.74,4923564.91 594952.28,4923705.59 594971.5,4923782.08 594969.99,4923886.21 595004.62,4923950.22 595016.84,4923983.42 595054.02,4924047.46 595178.39,4924229.63 595188.18,4924255.17 595189.21,4924359.34 595181.52,4924364.31 595175.6,4924422.65 595167.9,4924427.62 595164.74,4924470.75 595157.01,4924478.26 595156.86,4924488.42 595146.52,4924500.97 595141.11,4924523.76 595097.19,4924573.93 595061.16,4924606.43 594936.9,4924767.2 594926.44,4924787.37 594895.49,4924819.95 594864.35,4924865.22 594822.64,4924938.29 594819.96,4924948.41 594817.27,4924958.53 594795.88,4925031.89 594794.63,4925118.24 594814.36,4925159.17 594874.17,4925238.78 594884.07,4925256.71 594891.33,4925282.22 594892.76,4925358.45 594882.05,4925396.4 594876.49,4925429.34 594862.87,4925492.65 594855.22,4925495.08 594841.89,4925538.07 594825.99,4925583.56 594784.51,4925641.39 594768.61,4925686.88 594763.23,4925707.13 594756.46,4925823.88 594760.8,4925874.75 594777.77,4925930.88 594792.42,4925971.74 594814.8,4926005.09 594862.54,4926041.34 594880.21,4926049.22 594951.06,4926068.03 595062.07,4926120.44 595094.76,4926143.78 595184.79,4926241.61 595242.61,4926283.1 595340.93,4926335.33 595386.02,4926379.17 595511.83,4926462.28 595705.51,4926594.64 595848.1,4926746.58 595913.32,4926803.41 595993.79,4926860.47 596091.36,4926963.49 596146.8,4926994.78 596244.37,4927097.8 596254.31,4927113.19 596279.3,4927141.5 596311.62,4927190.23 596393.92,4927295.57 596424.07,4927318.87 596578.59,4927349.06 596641.6,4927382.99 596704.36,4927434.71 596762.44,4927458.41 597002.87,4927520.32 597103.98,4927554.81 597164.97,4927553.16 597305.17,4927519.63 597310.36,4927512.082591631.75,4922331.43 591623.65,4922364.34 591625.16,4922435.49 591642.16,4922489.08 591681.92,4922550.62 591766.87,4922648.39 591771.58,4922673.86 591778.24,4922740 591790.35,4922780.82 591792.27,4922824.03 591801.65,4922877.51 591864.81,4923076.57 591899.52,4923135.5 591926.1,4923229.88 591984.95,4923375.53 592002.25,4923408.8 592006.89,4923439.35 592036.19,4923521.06 592045.76,4923561.85 592065.27,4923618.02 592077.04,4923681.69 592089.23,4923717.43 592151.8,4923781.85 592247.65,4923828.96 592305.4,4923875.52 592354.9,4923965.15 592397.31,4924019.11 592396.72,4924059.75 592342.57,4924114.85 592263.29,4924151.8 592219.49,4924194.35 592203.84,4924222.07 592205.46,4924285.6 592220.22,4924318.84 592219.6,4924362.01 592209.25,4924374.56 592176.09,4924384.24 592074.28,4924398.01 592023.08,4924425.21 591992.01,4924465.4 591984.17,4924480.53 591981.16,4924513.51 591977.66,4924579.51 591987.3,4924615.21 591990.47,4924747.35 591999.89,4924798.29 591994.3,4924833.78 591957.71,4924904.37 591949.61,4924937.28 591944.46,4924942.29 591936.36,4924975.19 591890.09,4925012.63 591818.5,4925044.61 591777.31,4925082.12 591761.67,4925109.83 591738,4925165.38 591717.28,4925193.02 591671.27,4925212.67 591577.45,4925201.152594438.35,4921483.02 594415.01,4921690.99 594422.15,4921724.12 594447.11,4921754.96 594520.28,4921789.05 594550.39,4921814.88 594560.29,4921832.81 594569.97,4921865.97 594604.75,4921919.82 594614.18,4921970.77 594612.11,4922112.99 594632.06,4922138.68 594702.7,4922172.73 594722.65,4922198.42 594766.41,4922333.69 594839.22,4922393.17 594998.52,4922619.03 595160.92,4922806.82 595181.12,4922814.73 595238.58,4922881.61 595266.22,4922902.34 595308.55,4922961.38 595313.45,4922974.15 595375.36,4923084.28 595380.18,4923102.13 595420.08,4923153.51 595482.83,4923205.23 595552.84,4923282.45 595599.88,4923366.96 595651.71,4923471.87 595653.62,4923515.08 595693.63,4923558.84 595698.53,4923571.61 595705.63,4923607.28 595705.37,4923800.34 595717.45,4923843.7 595726.61,4923912.42 595723.3,4923965.72 595696.8,4924041.54 595686.42,4924056.63 595675.11,4924135.22 595701.8,4924221.97 595716.08,4924288.23 595716.93,4924405.09 595724.44,4924412.82 595726.83,4924423.02 595766.18,4924512.5 595790.47,4924589.06 595812.77,4924627.48 595842.74,4924663.48 595855.03,4924691.6 595854.59,4924722.08 595849.43,4924727.09 595843.91,4924757.49 595838.69,4924767.57 595838.58,4924775.19 595830.88,4924780.16 595828.01,4924802.98 595820.06,4924825.732595820.06,4924825.73 595819.36,4924873.99 595818.48,4924934.94 595810.45,4924962.77 595802.76,4924967.74 595792.05,4925005.68 595779.06,4925025.82 595776.19,4925048.64 595765.47,4925086.59 595766.65,4925180.59 595790.1,4925315.57 595829.7,4925387.27 595841.67,4925438.25 595840.38,4925527.14 595862.79,4925557.95 595905.6,4925583.97 595922.72,4925629.94 595936.78,4925711.44 595971.89,4925742.43 596002.22,4925753.03 596032.25,4925783.95 596042.05,4925809.49 596051.39,4925865.52 596052.61,4925956.98 596064.42,4926018.12 596076.75,4926043.7 596119.49,4926074.8 596159.94,4926088.09 596192.7,4926106.35 596212.69,4926129.5 596212.24,4926159.98 596191.59,4926182.54 596190.23,4926276.51 596130.2,4926387.41 596126.22,4926486.43 596143.23,4926540.02 596192.73,4926629.65 596207.49,4926662.88 596224.39,4926724.09 596241.58,4926764.99 596274.19,4926793.4 596311.92,4926819.35 596382.73,4926840.7 596402.83,4926856.24 596480.35,4926941.19 596520.1,4927002.73 596585.21,4927067.18 596590.07,4927082.49 596587.09,4927112.93 596576.67,4927130.56 596583.89,4927158.61 596616.39,4927194.65 596666.82,4927220.78 596770.65,4927242.61 596864.47,4927254.13 596907.54,4927262.37 596993.23,4927309.34 597088.56,4927392.01 597111.34,4927397.42 597139.35,4927392.75 597190.15,4927393.49 597222.87,4927414.28 597310.36,4927512.082598866.99,4921242.39 598856.06,4921295.58 598854.77,4921384.47 598844.31,4921404.64 598838.13,4921480.76 598824.7,4921531.37 598821.35,4921587.21 598831.06,4921617.83 598872.99,4921704.81 598882.89,4921722.73 598904.9,4921781.48 598909.39,4921822.19 598908.25,4921900.92 598902.95,4921916.09 598897.5,4921941.41 598884.21,4921981.86 598876.52,4921986.83 598878.91,4921997.03 598868.61,4922007.04 598860.65,4922029.79 598831.98,4922080.18 598831.39,4922120.81 598846.11,4922156.59 598890.8,4922228.36 598895.55,4922251.29 598902.39,4922304.74 598924.77,4922338.09 598977.41,4922387.12 599071.08,4922408.8 599186.99,4922473.98 599305.7,4922521.43 599348.43,4922552.53 599368.23,4922588.38 599375.45,4922616.43 599378.5,4922756.19 599392.97,4922809.74 599412.73,4922848.14 599448.03,4922866.432592771.51,4920986.37 592822.23,4920992.19 592880.2,4921023.51 592907.59,4921062.01 592919.73,4921100.29 592918.52,4921184.1 592889.25,4921275.13 592878.98,4921282.6 592877.22,4921404.51 592909.28,4921646.3 592972.07,4921870.75 592988.01,4921998 593004.53,4922084.61 593021.61,4922133.12 593081.64,4922197.5 593091.55,4922215.42 593091.25,4922235.74 593121.1,4922279.36 593181.28,4922333.57 593206.24,4922364.42 593215.77,4922407.74 593220.59,4922600.87 593235.06,4922654.43 593252.36,4922687.7 593337.49,4922772.77 593389.8,4922844.65 593402.09,4922872.77 593409.19,4922908.44 593400.32,4922994.68 593382.03,4923029.98 593373.31,4923106.06 593347.36,4923143.79 593295.9,4923188.77 593237.6,4923180.3 593204.76,4923167.12 593164.13,4923166.54 593100.3,4923188.47 593061.73,4923220.94 593038.13,4923271.4 593032.58,4923304.34 593027.64,4923469.39 593035,4923487.28 593035.7,4923614.3 593050.5,4923645 593117.93,4923724.73 593163.06,4923766.02 593198.28,4923789.4 593238.29,4923833.16 593245.36,4923871.37 593243.19,4924021.21 593255.19,4924069.65 593323.91,4924235.77 593328.36,4924279.01 593342.75,4924337.652593342.75,4924337.65 593360.16,4924363.3 593437.97,4924427.94 593447.84,4924448.4 593476.88,4924547.9 593470.4,4924644.33 593492.7,4924682.76 593532.53,4924739.22 593554.1,4924828.45 593555.9,4924879.28 593569.89,4924965.85 593601.84,4925039.98 593590.57,4925116.03 593577.14,4925166.64 593520.35,4925229.32 593512.47,4925246.99 593502.2,4925254.46 593499.22,4925284.9 593470.21,4925358.15 593447.02,4925380.67 593377.75,4925427.93 593296.04,4925457.23 593252.53,4925479.46 593201.07,4925524.44 593183.07,4925539.42 593152.04,4925577.08 593123.52,4925617.31 592955.23,4925660.59 592891.11,4925702.85 592860.56,4925707.49 592726.03,4925700.46 592649.65,4925712.05 592472.28,4925681.54 592384.05,4925634.53 592353.54,4925636.63 592233.54,4925678.07 592195.45,4925677.52 592160.11,4925661.77 592105.12,4925600.01 592075.38,4925548.77 592040.04,4925533.01 592009.05,4925568.13 591971.14,4925554.88 591918.39,4925513.47 591900.51,4925520.83 591877.32,4925543.36 591846.95,4925535.3 591821.92,4925509.53 591753.86,4925472.98 591665.41,4925441.21 591632.84,4925410.26 591627.94,4925397.49 591618.37,4925356.7 591598.24,4925343.71 591527.42,4925322.36 591505.01,4925291.55 591502.95,4925258.52594475.01,4920881.51 594479.76,4920904.44 594504.46,4920953.07 594516.6,4920991.35 594518.37,4921044.72 594563.31,4921098.72 594575.46,4921137 594577.04,4921203.07 594558.86,4921230.74 594517.56,4921275.87 594484.17,4921300.79 594466.06,4921323.39 594468.38,4921338.66 594458.15,4921343.6 594451.82,4921429.87 594438.35,4921483.022589540.67,4920434.02 589565.7,4920459.79 589608.32,4920498.51 589658.71,4920527.18 589681.49,4920532.592599441.56,4920333.68 599442.96,4920412.45 599450.25,4920435.42 599485.25,4920474.032598041.76,4919990.78 598030.61,4920059.2 598045.22,4920102.6 598048.87,4920201.72 598080.89,4920270.77 598090.42,4920314.1 598104.48,4920395.59 598103.78,4920443.84 598093.25,4920469.09 598084.6,4920540.1 598066.27,4920577.94 598054.86,4920664.14 598058.69,4920750.56 598080.67,4920811.85 598071.54,4920915.87 598083.94,4920936.37 598090.68,4920997.43 598082.8,4921015.1 598077.09,4921058.2 598053.65,4921098.51 598048.24,4921121.29 598060.38,4921159.57 598072.68,4921187.69 598179.68,4921341.66 598189.54,4921362.13 598199.22,4921395.29 598198.19,4921466.4 598184.24,4921552.57 598140.47,4921592.58 598142.76,4921610.39 598174.89,4921671.83 598184.42,4921715.15 598183.69,4921765.94 598162.93,4921796.13 598098.4,4921866.32 598077.38,4921914.28 598069.07,4921962.42 598068.48,4922003.06 598078.19,4922033.68 598102.93,4922079.77 598110.29,4922097.66 598106.98,4922150.95 598078.41,4922193.72 598077.64,4922247.06 598067,4922279.93 598059.31,4922284.9 598056.26,4922320.42 598009.84,4922368.01 597998.32,4922461.83 597990.52,4922474.42 597990.33,4922487.12 597979.92,4922504.75 597969.17,4922545.24 597973.14,4922621.5 597980.61,4922631.77 598012.67,4922698.29 598042.71,4922729.2 598128.95,4922738.08 598166.42,4922781.8 598213.5,4922863.77 598248.68,4922889.69 598311.96,4922905.85 598367.68,4922916.81 598377.62,4922932.2 598379.24,4922995.73 598447.67,4923006.88 598475.13,4923040.31 598490.29,4923045.61 598553.67,4923054.15 598624.31,4923088.19 598735.69,4923115.21 598805.84,4923182.27 598823.03,4923223.17 598853.32,4923236.31 598909.2,4923237.12 598959.11,4923298.81 598989.4,4923311.95 599055.29,4923323.07 599168.66,4923388.22 599249.04,4923450.35 599298.99,4923509.5 599331.64,4923535.37 599377.17,4923548.73 599420.35,4923549.36 599440.52,4923559.812599136.51,4918772.08 599364.05,4918846.5 599510.95,4918876.572594546.9,4918375.31 594570.2,4918520.44 594566.85,4918926.83 594571.49,4918957.38 594562.1,4919079.18 594556.62,4919107.04 594550.8,4919157.77 594534.39,4919238.82 594526.88,4919406.37 594527.28,4919553.71 594596.33,4919696.96 594617.42,4919819.2 594663.73,4919954.51 594673.08,4920010.53 594670.06,4920043.51 594659.16,4920094.16 594655.7,4920157.61 594663.06,4920175.5 594665.27,4920198.4 594679.99,4920234.17 594687.32,4920254.6 594707.16,4920287.91 594717.06,4920305.84 594749.49,4920346.95 594787.36,4920362.74 594962.53,4920370.36 594997.87,4920386.12 595015.24,4920414.31 595014.02,4920498.12 594969.52,4920588.93 594951.49,4920606.45 594943.68,4920619.04 594869.11,4920681.46 594797.52,4920713.45 594653.56,4920830.75 594607.66,4920842.79 594538.94,4920851.96 594475.01,4920881.512597077.55,4917987.77 597061.03,4918076.44 597047.85,4918109.27 597045.24,4918114.31 597037.25,4918139.6 597032.1,4918144.6 597026.61,4918172.47 597025.91,4918220.72 597033.16,4918246.23 597100.08,4918361.51 597109.94,4918381.98 597105.38,4918521.63 597150.14,4918588.32 597169.72,4918639.41 597172.15,4918647.07 597174.61,4918652.18 597193.79,4918731.21 597192.91,4918792.16 597184.92,4918817.45 597181.61,4918870.75 597198.87,4918906.56 597238.69,4918963.03 597299.06,4919004.55 597366.23,4919102.05 597370.13,4919183.4 597364.87,4919196.02 597361.37,4919262.02 597376.43,4919274.94 597419.35,4919293.34 597454.53,4919319.25 597530.54,4919333.06 597545.45,4919356.13 597547.66,4919379.03 597609.27,4919509.48 597631.91,4919525.05 597707.51,4919566.79 597734.9,4919605.29 597739.76,4919620.6 597829.71,4919723.51 597869.43,4919787.6 597934.87,4919829.19 597967.23,4919875.38 597977.09,4919895.85 598001.86,4919939.39 598006.68,4919957.25 598041.76,4919990.782596772.01,4917160.29 596735.35,4917235.97 596712.05,4917266.11 596701.56,4917288.82 596642.01,4917366.71 596628.91,4917394.46 596618.56,4917407.01 596618.45,4917414.63 596595.08,4917449.86 596576.34,4917515.63 596568.21,4917551.08 596571.52,4917673.06 596576.45,4917683.29 596578.55,4917713.8 596605.64,4917772.62 596632.92,4917818.74 596701.78,4917974.7 596708.33,4918048.46 596699.65,4918122 596689.23,4918139.63 596681.06,4918177.62 596678.48,4918180.12 596665.05,4918230.73 596654.7,4918243.28 596646.75,4918266.03 596638.99,4918276.08 596633.5,4918303.94 596623.16,4918316.49 596615.25,4918336.7 596579.03,4918381.9 596409.05,4918542.02 596309.48,4918576.14 596265.75,4918613.61 596216.84,4918658.62 596137.74,4918682.88 596061.73,4918669.07 596023.78,4918658.36 595891.46,4918674.23 595878.54,4918689.28 595865.21,4918732.27 595831.72,4918764.81 595823.91,4918777.4 595823.25,4918823.11 595857.92,4918884.58 595877.65,4918925.51 595879.93,4918943.33 595921.42,4919060.78 595943.72,4919099.21 595945.64,4919142.42 595935.33,4919152.43 595858.51,4919194.51 595847.91,4919224.83 595867.64,4919265.77 595882.14,4919316.78 595884.94,4919474.32 595892.45,4919482.05 595912.14,4919525.52 595924.14,4919573.96 595931.68,4919579.15 595951.41,4919620.08 596034.01,4919705.1 596041.41,4919720.45 596040.78,4919763.63 595989.36,4919806.07 595978.43,4919859.25 595988.15,4919889.88 596015.31,4919943.62 596022.34,4919984.36 596018.7,4920060.52 596000.22,4920108.522596000.22,4920108.52 595963.89,4920161.34 595895.9,4920294.99 595826.19,4920372.72 595769.69,4920415.09 595697.58,4920482.63 595663.98,4920522.79 595583.18,4920663.87 595572.4,4920706.9 595564.67,4920714.41 595561.83,4920734.69 595546.23,4920759.87 595543.39,4920780.15 595532.94,4920800.32 595531.76,4920881.59 595541.7,4920896.98 595626.76,4920987.12 595639.13,4921010.16 595648.85,4921040.78 595650.91,4921073.84 595685.25,4921158.16 595747.75,4921227.66 595780.32,4921258.61 595946.25,4921377.87 595988.65,4921431.83 596010.96,4921470.26 596020.64,4921503.42 596016.33,4921625.29 596071.43,4921679.44 596096.35,4921712.82 596118.36,4921771.57 596122.96,4921804.66 596135.15,4921840.4 596153.15,4922000.7 596174.9,4922077.22 596191.2,4922179.07 596207.88,4922255.52 596230.26,4922288.87 596267.8,4922327.51 596310.5,4922361.16 596370.68,4922415.37 596443.56,4922469.78 596463.36,4922505.63 596478.08,4922541.4 596484.38,4922632.95 596480.99,4922691.32 596455.19,4922718.89 596329.38,4922811.06 596295.88,4922843.6 596272.51,4922878.82 596254.14,4922919.2 596246.19,4922941.95 596247.55,4923023.25 596254.95,4923038.6 596342.74,4923116.08 596350.1,4923133.97 596349.29,4923189.85 596331.11,4923217.53 596284.55,4923275.28 596273.83,4923313.23 596273.21,4923356.4 596288.08,4923382.02 596330.78,4923415.66 596348.15,4923443.86 596351.98,4923530.28 596347.6,4923657.23 596339.76,4923672.36 596265.33,4923724.63 596254.69,4923757.5 596243.13,4923853.86 596252,4923942.92591789.93,4916851.82 591733.29,4916904.34 591715.1,4916932.02 591635.41,4916996.92 591573.98,4917029.05 591523,4917041.01 591390.24,4917087.35 591318.02,4917162.51 591202.48,4917247.21 591099.56,4917337.16 591073.47,4917385.05 591060.58,4917397.57 591060.4,4917410.26 591042.47,4917420.17 591042.25,4917435.4 590959.36,4917545.97 590946.55,4917553.41 590912.98,4917591.03 590889.94,4917603.39 590846.47,4917623.09 590718.93,4917659.34 590634.57,4917696.22 590557.49,4917756.07 590418.62,4917873.45 590387.92,4917888.25 590349.82,4917887.7 590311.99,4917869.37 590264.17,4917838.19 590208.48,4917824.68 590160.37,4917813.82 590089.19,4917817.87 590030.37,4917844.96 589991.76,4917879.97 589965.92,4917910.07 589965.55,4917935.47 589949.98,4917958.11 589941.77,4917998.63 589923.59,4918026.31 589874.52,4918081.49 589860.9,4918144.8 589858.33,4918147.3 589831.53,4918243.44 589823.58,4918266.19 589779.82,4918306.2 589741.43,4918325.96 589697.92,4918348.2 589631.11,4918400.57 589567.43,4918412.352597104.1,4916857.73 597220.45,4916892.44 597276.36,4916890.71 597319.68,4916881.18 597395.72,4916892.44 597436.69,4916870.17 597480.31,4916840.32 597518.48,4916835.79 597566.55,4916849.19 597606.89,4916870.1 597704.87,4916945.19 597807.46,4917053.37 597829.87,4917084.17 597869.48,4917155.88 597886.89,4917181.53 597974.45,4917274.25 597998.45,4917371.13 598023.37,4917404.51 598125.99,4917510.15 598135.93,4917525.54 598145.5,4917566.32 598136.74,4917644.94 598134.05,4917655.06 598131.29,4917670.27 598126.14,4917675.27 598112.88,4917713.18 598079.28,4917753.34 598028.08,4917780.54 598015.16,4917795.6 598016.93,4917848.97 598029.04,4917889.79 598046.37,4917920.52 598154.03,4918028.77 598168.94,4918051.85 598162.94,4918115.27 598128.86,4918188.45 598115.79,4918213.66 598119.99,4918274.69 598134.41,4918330.78 598133.35,4918404.43 598125.06,4918450.04 598123.89,4918531.31 598133.53,4918567.01 598129.33,4918681.27 598124.18,4918686.27 598116.01,4918724.26 598100.22,4918762.13 598079.42,4918794.85 598035.66,4918834.86 598014.79,4918872.67 598006.8,4918897.95 598003.67,4918938.55 597995.83,4918953.68 597992.59,4919001.9 597991.3,4919090.79 597998.7,4919106.14 598002.9,4919167.17 597993.69,4919276.26 598003.26,4919317.05 598015.63,4919340.09 598030.24,4919383.49 598034.26,4919457.21 598100.8,4919597.89 598127.34,4919694.81 598126.24,4919771 598115.38,4919819.11 598104.89,4919841.82 598096.46,4919897.58 598083.17,4919938.03 598041.76,4919990.782591935.47,4916099.47 592005.63,4916166.53 592132.65,4916341.11 592205.2,4916418.37 592270.72,4916454.89 592393.8,4916550.66 592439.08,4916581.8 592556.49,4916718.14 592566.43,4916733.52 592591.13,4916782.15 592600.85,4916812.77 592622.93,4916866.44 592655.5,4916897.39 592685.72,4916915.61 592786.28,4916988.2 592828.76,4917037.08 592863.03,4917126.48 592865.05,4917162.08 592854.67,4917177.17 592782.71,4917234.55 592784.37,4917295.54 592824.3,4917344.39 592878.82,4917439.17 592879.99,4917533.17 592834.39,4917700.17 592820.47,4917783.8 592803.76,4917885.17 592790.36,4917933.24 592782.3,4917963.6 592781.42,4918024.56 592825.33,4918149.67 592887.13,4918267.42 592916.72,4918328.81 592921.44,4918354.28 592915.77,4918394.84 592882.05,4918442.62 592822.9,4918492.57 592810.2,4918492.38 592784.55,4918509.79 592745.97,4918542.26 592730.26,4918575.05 592719.95,4918585.07 592714.61,4918602.77 592691.05,4918650.69 592685.68,4918670.94 592646.81,4918723.72 592608.31,4918751.11 592582.77,4918760.9 592508.38,4918810.62 592454.2,4918868.26 592453.94,4918886.04 592425.49,4918921.19 592402.3,4918943.722592402.3,4918943.72 592391.7,4918974.05 592381.39,4918984.06 592370.97,4919001.69 592360.45,4919026.94 592352.64,4919039.53 592313.26,4919127.87 592274.72,4919157.79 592208.21,4919189.85 592200.44,4919199.9 592202.39,4919240.57 592209.61,4919268.62 592272.07,4919340.65 592274.2,4919368.63 592286.46,4919399.29 592293.27,4919455.27 592305.34,4919498.63 592320.14,4919529.33 592367.33,4919603.68 592386.87,4919657.31 592396.29,4919708.25 592453.38,4919800.53 592495.67,4919862.11 592535.09,4919946.51 592581.73,4920058.96 592611.58,4920102.58 592684.28,4920169.68 592718.69,4920248.93 592803.83,4920333.99 592800.96,4920356.81 592790.61,4920369.36 592795.21,4920402.45 592825.03,4920448.61 592846.89,4920517.51 592904.86,4920548.84 593019.04,4920558.11 593087.28,4920581.96 593102.37,4920592.34 593130.16,4920602.91 593234.22,4920609.5 593246.7,4920624.92 593328.48,4920765.82 593347.73,4920839.77 593404.31,4920967.6 593502.03,4921060.47 593673.41,4921154.4 593811.8,4921245.32 593889.98,4921284.55 593956.05,4921282.97 593992.2,4921242.85 594012.67,4921232.99 594032.87,4921240.9 594055.33,4921269.17 594091.91,4921373.85 594124.3,4921417.51 594156.84,4921451 594204.73,4921477.1 594438.35,4921483.022598399.81,4915443.8 598376.36,4915484.1 598349.86,4915559.93 598339.37,4915582.64 598334,4915602.88 598323.69,4915612.89 598320.89,4915630.64 598310.48,4915648.27 598291.89,4915703.88 598283.53,4915754.57 598277.31,4915833.23 598269.58,4915840.74 598269.44,4915850.89 598261.67,4915860.94 598256.11,4915893.89 598240.25,4915936.84 598237.56,4915946.96 598224.38,4915979.79 598196.08,4916004.79 598173.11,4916012.08 598086.76,4916010.82 598066.22,4916025.77 598055.62,4916056.1 598052.45,4916099.24 597946.56,4916219.63 597935.92,4916252.5 597932.97,4916280.4 597972.5,4916357.18 597997.39,4916393.11 597997.02,4916418.51 597956.01,4916443.31 597955.76,4916461.09 597973.28,4916479.13 598028.89,4916497.72 598203.99,4916510.42 598226.63,4916525.99 598238.96,4916551.57 598248.71,4916579.65 598250,4916666.04 598254.93,4916676.27 598271.97,4916727.32 598287.03,4916740.24 598306.64,4916788.79 598458.66,4916991.68 598482.81,4917078.4 598482.36,4917108.88 598492.38,4917119.18 598492.19,4917131.88 598516.93,4917177.96 598546.74,4917224.12 598559,4917254.78 598578.32,4917323.65 598588.15,4917346.65 598608.32,4917357.11 598773.14,4917377.28 598780.87,4917369.77 598834.43,4917355.3 598959.98,4917280.92 599031.57,4917248.93 599072.32,4917241.9 599181.42,4917251.1 599229.45,4917267.04 599269.68,4917295.57 599340.02,4917349.93 599488.65,4917435.92 599531.42,4917464.482591902.9,4915016.84 591891.57,4915097.97 591862.75,4915158.51 591842.17,4915176 591795.57,4915236.29 591721.07,4915293.63 591582.89,4915362.76 591551.9,4915397.87 591533.61,4915433.17 591528.01,4915468.66 591504.53,4915511.5 591465.92,4915546.5 591387.08,4915552.98 591361.5,4915565.31 591263.92,4915637.57 591240.84,4915652.47 591200.17,4915654.42 591119.08,4915640.55 591015.58,4915595.86 590997.94,4915585.44 590861.87,4915509.8 590818.87,4915496.48 590752.8,4915498.06 590699.1,4915522.69 590629.94,4915562.33 590513.7,4915695.28 590459.3,4915768.16 590410.68,4915792.85 590331.65,4915812.03 590277.95,4915836.65 590166.23,4915832.49 590064.79,4915820.86 589948.52,4915781.07 589801.32,4915771.32 589680.19,4915716.22 589677.72,4915711.12599572.91,4914777.47 599544.72,4914794.85 599485.57,4914844.79 599459.99,4914857.12 599459.84,4914867.28 599408.6,4914897.02 599322.29,4914893.23 599175.46,4914858.08 598980.12,4914840.01 598858.22,4914838.24 598792.37,4914824.58 598756.77,4914826.61 598713.23,4914851.38 598671.93,4914896.51 598664.02,4914916.71 598640.76,4914944.32 598632.62,4914979.77 598622.2,4914997.4 598606.05,4915060.67 598609.14,4915197.892590554.45,4913935.46 590503.25,4913962.66 590464.61,4914000.2 590446.46,4914025.34 590446.2,4914043.12 590430.59,4914068.3 590381.6,4914118.39 590368.57,4914141.072593835.8,4913983.03 593868.04,4914036.84 593932.97,4914113.99 593942.8,4914137 593989.91,4914216.43 594007.13,4914254.78 594072.39,4914309.07 594124.7,4914380.96 594187.64,4914419.97 594230.15,4914466.32 594242.37,4914499.52 594251.94,4914540.3 594271.78,4914573.61 594304.28,4914609.65 594357.1,4914645.98 594422.36,4914700.27 594454.64,4914751.54 594451.51,4914792.14 594327.76,4914917.36 594317.16,4914947.69 594347.2,4914978.61 594399.91,4915022.56 594537.57,4915164.27 594562.19,4915217.97 594602.09,4915269.35 594705.19,4915341.98 594783.3,4915386.29 594826.29,4915399.62 594891.81,4915436.13 594924.75,4915441.69 595104.96,4915451.92 595325.03,4915516.08 595393.42,4915529.77 595461.11,4915591.72 595494.02,4915599.82 595531.78,4915623.23 595599.32,4915695.33 595621.89,4915715.98 595620.41,4915817.57 595630.13,4915848.2 595632.05,4915891.41 595646.66,4915934.81 595683.8,4916001.39 595682.62,4916082.66 595653.91,4916135.59 595607.27,4916198.42 595602.01,4916211.05 595589.13,4916223.56 595575.99,4916253.86 595544.88,4916296.59 595516.58,4916321.58 595472.96,4916351.43 595462.47,4916374.14 595455.95,4916473.12 595448.23,4916480.63 595440.27,4916503.37 595293.3,4916653.66 595255.06,4916663.27 595133,4916671.66 594974.69,4916727.79 594855.14,4916738.76 594804.38,4916735.48 594685.42,4916705.81 594593.95,4916707.03 594545.51,4916719.03 594509.74,4916733.75 594447.9,4916793.82 594434.79,4916821.57 594430.78,4916923.13 594445.32,4916971.6 594449.7,4917019.93 594445.98,4917101.172594445.98,4917101.17 594437.74,4917144.23 594419.44,4917179.53 594413.85,4917215.01 594372.29,4917277.92 594341.41,4917305.41 594277.44,4917337.51 594203.38,4917364.38 594187.59,4917402.25 594179.12,4917460.56 594155.68,4917500.86 594111.73,4917553.57 594093.47,4917586.33 594080.63,4917596.3 594062.26,4917636.68 594049.19,4917661.89 594033.37,4917702.31 593994.05,4917785.57 593942.52,4917835.63 593929.46,4917860.84 593925.44,4917962.39 593909.25,4918028.21 593875.53,4918075.98 593787.89,4918163.62 593777.29,4918193.95 593759.14,4918219.09 593727.53,4918297.38 593724.47,4918332.9 593713.36,4918398.79 593701.83,4918492.61 593674.85,4918776.73 593684.09,4918840.37 593713.39,4918922.08 593775.01,4919052.53 593786.27,4919151.76 593778.17,4919184.67 593815.38,4919246.18 593816.74,4919327.48 593828.49,4919393.7 593825.17,4919447 593809.53,4919474.71 593808.72,4919530.59 593815.82,4919566.26 593840.08,4919645.36 593879.35,4919739.92 593881.6,4919760.27 593883.07,4919833.96 593872.73,4919846.51 593871.62,4919922.7 593881.56,4919938.09 593903.5,4920001.91 593913.03,4920045.24 593909.68,4920101.07 593899.04,4920133.94 593890.73,4920182.09 593888.99,4920301.46 593898.16,4920370.18 593922.19,4920464.51 593956.57,4920546.3 594003.94,4920607.95 594036.04,4920671.93 594073.4,4920723.27 594123.5,4920772.26 594168.84,4920798.32 594234.91,4920796.74 594273.27,4920779.52 594306.65,4920754.6 594350.05,4920739.99 594393.15,4920745.69 594425.83,4920769.03 594440.63,4920799.72 594445.45,4920817.58 594467.46,4920876.32 594475.01,4920881.512598193.99,4914046.21 598165.2,4914104.22 598111.09,4914156.78 598082.9,4914174.15 597942.7,4914207.68 597932.28,4914225.31 597931.58,4914273.57 597898.09,4914306.11 597841.59,4914348.47 597818.25,4914381.16 597799.88,4914421.53 597766.43,4914451.53 597715.85,4914435.562597715.85,4914435.56 597622.03,4914424.04 597335.59,4914381.78 597274.82,4914368.2 597206.65,4914339.27 597116.03,4914282.07 597068.51,4914230.57 597055.85,4914227.85 596964.49,4914221.44 596926.62,4914205.65 596863.75,4914161.56 596838.87,4914125.63 596720.5,4914055.33 596695.54,4914024.482599460.04,4921162.08 599461.84,4921212.91 599466.77,4921223.14 599474.21,4921235.952599478.51,4921114.08 599470.86,4921116.51 599460.04,4921162.082589465.3,4925808.14 589498.06,4925826.4 589518.38,4925826.692589474.98,4925315.47 589479.99,4925320.62 589511.57,4925420.15 589523.02,4925506.69 589516.61,4925773.32 589518.38,4925826.692 diff --git a/core/src/test/resources/map-data/gml/spearfish-streams-v311.gml b/core/src/test/resources/map-data/gml/spearfish-streams-v311.gml index d3e3eaf508..9e61adda62 100644 --- a/core/src/test/resources/map-data/gml/spearfish-streams-v311.gml +++ b/core/src/test/resources/map-data/gml/spearfish-streams-v311.gml @@ -1,3 +1,3 @@ 609359.35 4925141.5 609338.87 4925151.33 609318.39 4925161.16 609302.86 4925178.7 609287.38 4925193.69 609253.84 4925226.18 609238.03 4925261.49 609237.05 4925322.44 609251.56 4925368.4 609251.11 4925396.34 609252.55 4925464.95 609236.95 4925487.56 609172.52 4925544.96 609171.99 4925577.971609171.99 4925577.97 609183.96 4925623.89 609193.02 4925692.62 609207.2 4925758.9 609234.32 4925810.14 609269.14 4925856.43 609268.57 4925891.98 609204.02 4925956.99 609198.66 4925974.69 609200.14 4926040.76 609224.56 4926102.12 609274.33 4926166.43 609294.41 4926181.99 609309.2 4926210.17 609300.89 4926253.23 609280.08 4926283.38 609249.2 4926308.28 609238.55 4926338.6 609217.83 4926363.67 609222.13 4926412.01609337.03 4926375.74 609306.47 4926380.33 609229.79 4926409.59 609222.13 4926412.01607279.65 4926358.02 607302.42 4926363.46 607373.61 4926359.52 607540.04 4926278.36 607593.29 4926284.29 607661.33 4926318.41 607704.3 4926331.8 607755.18 4926327.53 607806.21 4926313.11 607839.64 4926288.24 607880.15 4926296.51 607969.12 4926292.85 608010.36 4926255.41 608026.01 4926230.26 608089.42 4926236.35 608159.84 4926280.67 608225.59 4926299.5 608261.3 4926289.91 608279.45 4926267.34 608335.69 4926245.38 608390.12 4926177.66 608443.45 4926178.52 608486.87 4926163.97 608626.51 4926168.75 608708.94 4926256.44 608731.63 4926266.97 608757.03 4926267.37 608777.63 4926249.92 608780.38 4926237.26 608828.63 4926238.04 608843.66 4926250.98 608847.77 4926312.01 608880.29 4926343.02 608907.5 4926389.18 608940.51 4926389.71 608991.63 4926370.21 609057.75 4926366.18 609100.8 4926374.5 609211.69 4926429.62 609219.43 4926422.12 609222.13 4926412.01608825.39 4921525.67 608843.0 4921536.11 608900.44 4921598.0 608935.63 4921621.43 608988.55 4921647.68 609104.85 4921682.57 609147.66 4921706.12 609172.57 4921737.0 609182.32 4921762.56 609176.55 4921805.65 609155.46 4921853.58 609142.59 4921863.54 609121.5 4921911.47 609110.69 4921951.94 609110.12 4921987.49 609122.09 4922033.41 609161.99 4922079.78 609254.98 4922142.23 609348.34 4922181.83 609409.09 4922195.511607505.25 4920046.37 607547.21 4920123.25 607546.6 4920161.35 607502.98 4920188.59 607441.7 4920207.93 607416.02 4920225.3 607405.65 4920237.84 607405.12 4920270.85 607440.44 4920286.66 607686.38 4920316.01 607736.72 4920344.76 607781.54 4920401.36 607818.38 4920480.7 607835.14 4920544.48 607844.44 4920597.97 607854.44 4920608.3 607879.83 4920608.7 607892.65 4920601.29 607901.01 4920555.7 607929.35 4920530.75 607997.88 4920534.38 608058.67 4920545.52 608140.06 4920539.2 608218.51 4920558.24 608326.94 4920608.25 608377.45 4920626.84 608437.79 4920665.91 608445.17 4920681.27 608454.92 4920706.83 608448.98 4920760.08 608435.35 4920818.29 608431.71 4920886.82 608441.67 4920899.68 608449.95 4921016.67 608430.38 4921128.13 608426.75 4921196.66 608438.96 4921227.34 608461.45 4921250.56 608491.72 4921263.75 608527.36 4921259.24 608654.83 4921230.8 608695.38 4921236.53 608738.11 4921265.16 608745.44 4921283.06 608752.17 4921339.05 608743.73 4921389.73 608750.74 4921427.94 608765.53 4921456.12 608820.55 4921510.35 608825.39 4921525.671607125.64 4919163.87 607125.4 4919179.11 607155.39 4919210.07 607165.26 4919228.01 607159.29 4919283.81 607156.62 4919291.38 607151.22 4919311.62 607125.09 4919356.93 607127.51 4919364.59 607101.54 4919399.74 607083.28 4919429.93 607083.11 4919440.09 607072.63 4919460.24 607064.64 4919482.98 607046.34 4919515.71 607043.63 4919525.82 607030.57 4919548.48 606963.6 4919605.83 606884.14 4919650.29 606786.29 4919732.55 606752.7 4919767.58 606729.11 4919812.92 606730.64 4919876.46 606742.8 4919909.68 606765.46 4919922.74 606871.88 4919939.69 606912.03 4919970.81 606933.99 4920027.05 606966.96 4920030.12 606992.56 4920017.83 607053.48 4920021.35 607088.75 4920039.69 607131.43 4920070.86 607172.11 4920068.97 607197.79 4920051.6 607213.35 4920031.53 607214.09 4919985.82 607199.62 4919937.32 607165.0 4919878.34 607165.57 4919842.78 607186.17 4919825.33 607247.53 4919800.91 607321.1 4919807.17 607371.37 4919841.0 607421.47 4919884.98 607426.26 4919902.84 607492.84 4920028.39 607505.25 4920046.371603930.2 4918353.11 603932.29 4918381.09 603944.54 4918409.23 603959.61 4918419.63 604014.19 4918501.8 604036.11 4918560.58 604045.25 4918624.23 604046.97 4918675.06 604055.91 4918751.42 604077.38 4918838.13 604102.17 4918876.63 604117.33 4918881.96 604142.77 4918879.83 604165.91 4918862.41 604189.29 4918829.76 604200.02 4918794.37 604239.01 4918739.11 604292.3 4918742.5 604413.19 4918807.95 604509.58 4918817.11 604552.39 4918840.66 604610.64 4918851.76 604642.27 4918938.64 604646.82 4918971.73 604676.52 4919020.48 604711.87 4919033.74 604775.53 4919024.6 604806.29 4919007.31 604850.16 4918964.83 604860.68 4918942.14 604873.58 4918929.64 604891.93 4918894.37 604925.56 4918856.8 604938.34 4918851.93 604978.89 4918857.66 605003.84 4918886.0 605075.9 4918986.23 605115.85 4919030.05 605169.06 4919038.53 605235.54 4919011.65 605297.1 4918974.53 605410.43 4918877.27 605451.84 4918829.67 605479.98 4918817.42 605523.11 4918820.65 605583.54 4918854.64 605654.73 4918850.71 605736.36 4918829.15 605787.0 4918840.12 605834.11 4918912.01 605851.73 4918922.45 605945.57 4918931.58 606104.59 4918995.09 606152.69 4919006.02 606221.26 4919007.12 606300.88 4918952.51 606344.38 4918932.88 606419.05 4918870.57 606444.77 4918850.66 606505.72 4918851.64 606553.78 4918865.11 606599.0 4918896.32 606626.33 4918934.86 606643.45 4918975.78 606674.84 4919077.9 606696.36 4919162.07 606711.11 4919192.79 606725.98 4919215.9 606773.91 4919236.99 606857.72 4919238.33 606919.03 4919216.45 606947.5 4919183.88 606963.43 4919140.95 606989.31 4919110.88 607027.49 4919106.41 607052.77 4919114.44 607095.25 4919158.3 607125.64 4919163.871603206.04 4915826.58 603203.26 4915841.78 603161.89 4915886.84 603161.03 4915940.17 603187.91 4916006.65 603194.55 4916067.73 603201.93 4916083.09 603204.18 4916100.91 603228.6 4916162.27 603245.98 4916187.95 603292.07 4916323.32 603304.36 4916348.92 603306.54 4916371.82 603316.25 4916399.92 603333.74 4916417.98 603384.17 4916441.65 603455.2 4916447.87 603498.05 4916468.88 603510.22 4916502.1 603506.13 4916598.57 603487.66 4916641.46 603463.5 4916722.36 603462.24 4916801.09 603472.03 4916824.11 603481.95 4916839.51 603544.42 4916904.02 603566.38 4916960.26 603576.34 4916973.12 603647.02 4917159.7 603693.16 4917292.54 603725.16 4917356.56 603762.48 4917405.42 603847.73 4917475.38 603981.15 4917551.18 604033.26 4917628.23 604069.89 4917720.27 604069.12 4917768.52 604053.6 4917786.05 604004.98 4917808.14 603970.82 4917878.72 603968.04 4917893.92 603957.68 4917906.45 603949.73 4917926.65 603943.43 4918002.76 603960.27 4918061.46 604017.3 4918148.74 604039.79 4918171.96 604038.94 4918225.3 603979.51 4918287.85 603943.46 4918317.76 603930.36 4918342.95 603930.2 4918353.111602786.06 4915560.74 602806.1 4915578.84 603031.23 4915638.34 603099.4 4915664.83 603154.37 4915721.6 603196.57 4915783.24 603203.87 4915803.68 603206.04 4915826.581602333.86 4915403.61 602465.56 4915428.58 602554.08 4915452.87 602662.51 4915502.87 602733.06 4915539.57 602786.06 4915560.741601693.09 4914649.03 601725.49 4914687.65 601767.61 4914754.38 601807.06 4914828.68 601887.66 4915030.65 601914.86 4915076.82 602039.57 4915221.07 602124.74 4915296.11 602154.89 4915316.91 602169.92 4915329.86 602253.0 4915376.91 602333.86 4915403.611604043.03 4927482.33 603903.1 4927495.33 603856.98 4927519.99 603833.8 4927539.94 603815.09 4927598.07 603796.94 4927620.64 603781.09 4927658.5 603780.93 4927668.65 603773.23 4927673.61 603770.12 4927709.13 603762.42 4927714.08 603761.2 4927790.27 603800.21 4927892.51 603815.99 4928017.242606122.52 4927388.63 606195.56 4927427.91 606334.64 4927468.24 606342.01 4927483.6 606338.41 4927549.59 606333.13 4927562.21 606335.1 4927597.81 606382.25 4927667.15 606389.63 4927682.51 606386.36 4927728.18 606332.17 4927780.66 606298.06 4927848.7 606207.62 4927943.79 606171.66 4927968.62 606127.71 4928016.18 606112.06 4928041.33 606114.32 4928059.152605883.17 4927265.4 605913.36 4927283.67 605948.63 4927302.02 606067.99 4927303.932605522.71 4926614.38 605527.38 4926639.86 605561.72 4926716.62 605606.7 4926763.07 605646.44 4926819.59 605681.42 4926855.72 605659.52 4926954.44 605666.81 4926974.88 605724.0 4927052.0 605741.17 4927090.38 605755.64 4927138.88 605811.31 4927152.48 605818.64 4927170.382601444.2 4926218.79 601433.22 4926269.42 601420.0 4926302.23 601419.79 4926314.93 601409.35 4926332.54 601364.55 4926433.44 601350.59 4926511.97 601355.42 4926527.29 601380.49 4926548.01 601410.64 4926568.82 601407.62 4926599.25 601394.55 4926621.91 601401.72 4926649.96 601429.45 4926663.11 601487.79 4926669.13 601485.47 4926813.89 601505.3 4926844.69 601512.87 4926847.35 601543.35 4926847.84 601586.57 4926845.99 601593.7 4926876.59 601580.43 4926911.94 601530.95 4926987.36 601528.29 4926994.94 601523.01 4927007.55 601512.36 4927037.87 601514.17 4927083.62 601549.2 4927117.21 601550.76 4927178.2 601570.87 4927191.22 601705.48 4927193.38 601717.89 4927211.36 601730.02 4927247.12 601726.42 4927313.11 601715.61 4927353.58 601719.55 4927424.78 601726.76 4927450.3 601761.67 4927491.5 601832.41 4927515.5 601877.52 4927554.32 601909.76 4927603.11 601909.27 4927633.58 601923.82 4927677.0 601941.35 4927692.53 601971.91 4927687.93 602007.67 4927675.81 602065.96 4927684.36 602098.61 4927707.75 602110.9 4927733.35 602112.7 4927779.1 602102.34 4927791.64 602099.36 4927819.53 602101.12 4927867.83 602127.84 4927944.47 602130.13 4927959.74 602137.55 4927972.562605931.37 4924890.96 605902.09 4924974.33 605896.49 4925007.26 605830.27 4925176.4 605806.84 4925211.59 605785.67 4925264.6 605738.45 4925357.83 605719.82 4925410.88 605714.7 4925413.34 605714.49 4925426.04 605706.79 4925431.0 605676.45 4925580.39 605675.76 4925623.56 605693.52 4925783.89 605682.79 4925819.28 605677.59 4925826.82 605668.95 4925890.19 605678.25 4925943.69 605732.5 4926046.17 605765.07 4926074.63 605818.24 4926085.65 605917.16 4926094.85 605947.44 4926108.04 605959.73 4926133.64 605961.7 4926169.24 605973.5 4926225.31 605998.17 4926271.43 606056.13 4926300.31 606132.08 4926316.77 606335.17 4926325.1 606388.79 4926308.18 606434.34 4926319.07 606487.39 4926337.7 606540.88 4926328.4 606583.94 4926336.71 606611.55 4926357.47 606674.96 4926363.57 606679.06 4926424.6 606701.35 4926460.52 606728.88 4926486.37 606794.18 4926533.14 606814.37 4926541.09 606862.71 4926536.78 606903.55 4926524.73 606980.31 4926490.4 607054.16 4926478.88 607150.79 4926472.81 607176.39 4926460.52 607186.75 4926447.98 607194.74 4926425.24 607220.74 4926387.56 607246.47 4926367.65 607279.65 4926358.022601773.94 4924664.31 601765.59 4924709.9 601764.86 4924755.61 601801.98 4924817.18 601798.91 4924850.15 601775.6 4924877.72 601716.58 4924914.88 601708.55 4924940.16 601703.15 4924960.39 601690.25 4924972.89 601666.9 4925003.0 601656.34 4925028.23 601668.79 4925043.67 601665.89 4925066.49 601629.68 4925106.55 601629.43 4925121.79 601651.84 4925150.1 601694.41 4925188.88 601749.55 4925235.49 601805.22 4925249.09 601842.46 4925303.03 601857.13 4925338.83 601863.97 4925387.2 601853.41 4925412.44 601817.32 4925444.89 601768.91 4925454.27 601677.31 4925462.96 601651.59 4925482.87 601648.52 4925515.85 601665.94 4925538.99 601731.32 4925580.68 601733.29 4925616.28 601706.75 4925686.99 601688.52 4925714.64 601651.71 4925792.8 601561.39 4925880.26 601499.26 4925952.94 601478.33 4925990.71 601489.85 4926064.56 601486.54 4926112.77 601467.74 4926175.98 601444.2 4926218.792606628.74 4924333.1 606642.94 4924556.88 606657.53 4924597.76 606748.97 4924756.73 606769.08 4924769.75 606842.37 4924793.79 606892.67 4924825.08 606967.68 4924899.95 606977.56 4924917.89 606995.01 4924938.49 607024.59 4924994.85 607038.85 4925056.05 607081.3 4925102.46 607101.45 4925112.94 607147.2 4925111.13 607327.48 4925116.56 607406.46 4925102.58 607540.85 4925117.44 607614.55 4925116.08 607675.46 4925119.6 607692.79 4925147.82 607694.92 4925173.26 607715.24 4925173.58 607786.88 4925141.7 607964.13 4925177.57 608022.66 4925170.89 608068.82 4925143.68 608115.15 4925106.32 608173.93 4925084.4 608346.34 4925104.94 608392.09 4925103.14 608420.23 4925090.88 608496.99 4925056.55 608639.75 4925025.81 608708.32 4925026.91 608738.43 4925050.26 608821.06 4925125.25 608868.74 4925161.58 608919.21 4925182.71 608982.54 4925193.89 609007.65 4925212.07 609025.14 4925230.13 609065.66 4925238.4 609075.57 4925253.81 609071.61 4925342.65 609105.74 4925432.11 609110.08 4925477.91 609109.03 4925543.94 609136.64 4925564.7 609171.99 4925577.972602113.52 4924240.43 602103.2 4924250.43 602084.44 4924311.1 602068.96 4924326.09 602036.03 4924320.48 602003.5 4924289.48 601975.52 4924291.57 601965.0 4924314.26 601956.97 4924339.54 601931.21 4924361.99 601885.17 4924381.57 601877.3 4924396.69 601876.16 4924467.8 601881.0 4924483.12 601877.97 4924513.56 601867.53 4924531.17 601864.83 4924541.29 601857.0 4924553.86 601854.34 4924561.44 601843.98 4924573.98 601833.45 4924596.67 601807.41 4924636.9 601773.94 4924664.312601183.42 4923786.05 601184.69 4923864.82 601240.91 4924002.9 601240.42 4924033.38 601229.9 4924056.07 601231.74 4924099.29 601241.74 4924109.61 601259.44 4924114.97 601294.42 4924151.1 601298.08 4924240.07 601320.57 4924263.29 601340.8 4924268.7 601355.64 4924294.34 601367.76 4924330.1 601382.55 4924358.28 601422.66 4924391.94 601467.93 4924420.61 601474.9 4924461.37 601509.96 4924492.42 601588.41 4924511.46 601616.06 4924529.68 601645.92 4924568.26 601657.69 4924626.88 601677.64 4924650.06 601773.94 4924664.312605632.59 4923720.17 605520.97 4923710.76 605477.71 4923715.14 605454.45 4923740.17 605436.22 4923767.83 605425.01 4923833.69 605414.44 4923858.93 605389.96 4923960.15 605382.13 4923972.73 605365.8 4924041.05 605342.25 4924083.86 605313.7 4924121.51 605284.79 4924182.01 605276.4 4924230.14 605266.11 4924237.6 605263.09 4924268.04 605254.9 4924303.47 605259.2 4924351.81 605253.19 4924410.14 605222.06 4924450.28 605214.2 4924465.4 605190.85 4924495.51 605126.3 4924560.52 605090.34 4924585.35 605054.46 4924605.1 605011.0 4924622.18 604947.34 4924631.33 604822.9 4924629.33 604789.48 4924654.2 604776.41 4924676.85 604717.15 4924729.25 604670.82 4924766.61 604562.57 4924863.95 604562.32 4924879.19 604541.76 4924894.1 604518.13 4924941.99 604516.95 4925015.64 604526.99 4925023.42 604534.08 4925056.56 604558.42 4925123.0 604557.2 4925199.19 604551.99 4925206.73 604540.86 4925267.52 604525.17 4925295.21 604503.84 4925358.37 604493.56 4925365.83 604490.49 4925398.81 604455.19 4925540.5 604457.21 4925573.56 604486.83 4925627.38 604478.52 4925670.43 604457.83 4925692.96 604432.23 4925705.25 604421.75 4925725.41 604431.5 4925750.97 604428.19 4925799.18 604409.07 4925882.7 604407.89 4925956.36 604419.89 4925999.73 604421.7 4926045.492604421.7 4926045.49 604388.24 4926072.9 604301.11 4926119.77 604283.34 4926119.48 604226.65 4926169.38 604226.16 4926199.86 604215.8 4926212.39 604152.06 4926226.61 604018.9 4926293.07 603970.16 4926322.77 603883.0 4926372.18 603872.47 4926394.87 603871.66 4926445.67 603819.64 4926521.04 603814.24 4926541.28 603775.21 4926599.08 603714.09 4926608.27 603622.54 4926614.42 603566.06 4926651.62 603564.71 4926735.43 603569.47 4926755.83 603566.2 4926801.5 603545.72 4926811.33 603512.58 4926818.42 603492.06 4926830.8 603455.81 4926873.4 603419.93 4926893.15 603365.9 4926935.47 603357.96 4926955.66 603336.67 4927016.29 603326.22 4927033.91 603313.44 4927038.78 603240.04 4927022.36 603204.07 4927047.19 603199.99 4927143.66 603158.66 4927186.18 603033.16 4927250.22 602991.99 4927282.58 602955.71 4927327.73 602952.92 4927342.93 602934.98 4927352.8 602934.78 4927365.5 602827.22 4927419.66 602752.83 4927464.2 602706.39 4927509.18 602665.02 4927554.24 602513.75 4927640.73 602480.17 4927675.76 602461.9 4927705.95 602448.55 4927746.38 602422.79 4927768.83 602371.71 4927785.79 602333.29 4927805.5 602261.41 4927852.61 602250.8 4927880.39 602247.98 4927898.12 602219.55 4927928.15 602186.05 4927958.1 602137.55 4927972.562599444.25 4923567.66 599469.32 4923588.39 599496.24 4923652.33 599546.14 4923709.01 599626.55 4923763.65 599686.53 4923825.58 599701.2 4923861.38 599715.7 4923907.33 599740.37 4923953.46 599777.81 4923994.7 599785.19 4924010.06 599781.59 4924076.05 599806.5 4924106.94 599872.0 4924141.01 599904.49 4924174.55 599913.99 4924215.35 599979.66 4924239.27 600009.77 4924262.61 600051.76 4924336.95 600101.86 4924380.94 600159.59 4924425.05 600163.61 4924491.17 600178.52 4924511.73 600203.63 4924529.91 600235.87 4924578.7 600278.6 4924607.32 600321.45 4924628.33 600384.62 4924649.67 600409.52 4924680.55 600406.58 4924705.91 600396.26 4924715.9 600401.01 4924736.3 600430.75 4924782.5 600457.8 4924838.83 600472.22 4924889.86 600468.66 4924953.31 600455.27 4924996.29 600434.22 4925041.67 600423.58 4925071.99 600427.84 4925122.86 600434.93 4925156.0 600442.47 4925161.2 600471.76 4925235.34 600494.05 4925271.26 600516.34 4925307.18 600525.97 4925340.36 600560.67 4925394.27 600583.32 4925407.33 600649.23 4925416.01 600719.73 4925455.24 600827.27 4925561.12 600847.02 4925597.0 600851.41 4925640.26 600883.89 4925673.8 600947.06 4925695.14 600992.08 4925739.04 601037.31 4925770.25 601042.06 4925790.65 601043.01 4925889.74 601067.64 4925938.4 601140.76 4925972.59 601153.17 4925990.58 601160.39 4926016.09 601187.96 4926039.4 601261.28 4926060.9 601309.05 4926092.15 601434.04 4926218.63 601444.2 4926218.792600646.99 4923177.94 600656.82 4923198.42 600656.25 4923233.98 600670.96 4923267.24 600713.53 4923306.02 600725.74 4923336.7 600724.52 4923412.89 600731.44 4923456.19 600753.69 4923494.65 600783.68 4923525.61 600838.98 4923562.07 600892.03 4923580.7 600937.66 4923586.51 600965.68 4923581.88 601006.23 4923587.61 601038.48 4923636.39 601043.23 4923656.79 601063.14 4923682.51 601083.13 4923703.16 601135.9 4923739.57 601168.3 4923778.19 601183.42 4923786.052599452.82 4922874.29 599561.98 4922878.58 599602.13 4922909.7 599629.58 4922940.63 599652.31 4922948.61 599680.33 4922943.98 599736.49 4922927.1 599802.32 4922940.86 599959.13 4922984.01 600139.44 4922986.9 600215.84 4922975.43 600287.31 4922953.71 600502.62 4922992.72 600567.84 4923044.57 600617.41 4923121.58 600631.87 4923170.08 600646.99 4923177.942600835.69 4922657.65 600824.8 4922703.21 600826.65 4922746.42 600888.8 4922831.25 600883.15 4922866.72 600857.38 4922889.17 600824.08 4922906.42 600808.6 4922921.42 600792.22 4922992.28 600709.81 4923062.09 600702.07 4923069.59 600693.96 4923099.94 600678.52 4923112.4 600667.84 4923145.25 600646.99 4923177.942600801.6 4922565.66 600825.77 4922642.25 600835.69 4922657.652604118.0 4922486.7 604102.6 4922496.61 604061.55 4922521.36 604031.16 4922515.79 604023.7 4922505.51 604013.87 4922485.03 603988.47 4922484.62 603978.19 4922492.08 603978.03 4922502.24 603967.67 4922514.77 603956.82 4922557.79 603935.85 4922598.1 603899.6 4922640.7 603894.28 4922655.86 603891.37 4922678.67 603857.87 4922708.62 603834.89 4922715.87 603806.5 4922743.36 603803.56 4922768.72 603785.58 4922781.13 603767.88 4922775.77 603733.06 4922729.48 603717.78 4922731.78 603704.83 4922746.81 603696.93 4922764.47 603695.43 4922858.44 603677.04 4922896.25 603699.04 4922949.95 603693.35 4922987.96 603610.25 4923100.94 603594.48 4923133.72 603592.2 4923275.94 603576.6 4923298.55 603538.18 4923318.26 603446.71 4923319.33 603420.99 4923339.24 603417.84 4923377.3 603389.62 4923394.63 603364.18 4923396.76 603298.31 4923385.54 603251.9 4923427.99 603246.62 4923440.6 603194.65 4923513.44 603190.6 4923607.37 603174.79 4923642.68 603126.01 4923674.92 603092.71 4923692.17 603074.48 4923719.82 603077.77 4923831.65 603069.5 4923872.16 603028.22 4923912.15 603002.66 4923921.9 602946.82 4923918.46 602929.29 4923902.94 602926.96 4923890.2 602882.05 4923838.67 602864.24 4923840.93 602851.33 4923853.42 602827.18 4923934.33 602806.33 4923967.02 602783.39 4923971.73 602745.54 4923955.88 602684.63 4923952.37 602636.82 4923923.66 602604.54 4923877.41 602579.1 4923879.55 602568.74 4923892.08 602565.47 4923937.75 602547.32 4923960.33 602531.96 4923967.7 602499.03 4923962.09 602474.0 4923938.83 602453.64 4923941.04 602458.19 4923974.14 602472.94 4924004.86 602474.58 4924060.77 602459.02 4924080.85 602375.41 4924066.81 602359.97 4924079.262606309.25 4921759.71 606275.22 4921822.67 606262.27 4921837.71 606262.07 4921850.41 606241.39 4921872.94 606204.98 4921925.7 606098.77 4922053.56 606075.35 4922088.75 606067.44 4922106.4 606057.08 4922118.94 606010.47 4922174.08 606007.65 4922191.81 605916.85 4922309.76 605911.73 4922312.21 605906.48 4922322.29 605815.8 4922432.61 605785.12 4922444.82 605683.46 4922448.27 605634.92 4922465.28 605599.0 4922487.57 605567.83 4922530.25 605551.9 4922573.18 605546.09 4922618.82 605522.98 4922633.69 605500.29 4922623.16 605487.88 4922605.18 605459.82 4922612.35 605418.25 4922670.11 605415.42 4922687.85 605402.48 4922702.89 605392.24 4922707.8 605361.32 4922735.25 605335.76 4922745.0 605305.16 4922752.13 605234.17 4922743.37 605223.89 4922750.83 605188.46 4922742.64 605155.76 4922721.8 605104.97 4922720.98 605056.39 4922740.53 605028.13 4922760.4 604984.71 4922774.94 604926.75 4922746.07 604889.3 4922704.82 604854.03 4922686.48 604833.51 4922698.85 604820.49 4922718.96 604817.74 4922731.62 604802.26 4922746.62 604779.32 4922751.33 604733.77 4922740.44 604701.08 4922719.59 604670.69 4922714.02 604663.23 4922703.74 604661.87 4922630.05 604646.75 4922622.19 604606.04 4922626.62 604549.64 4922658.74 604524.36 4922650.71 604486.75 4922619.62 604438.87 4922595.99 604398.96 4922549.63 604361.28 4922523.62 604285.09 4922522.4 604234.62 4922501.27 604209.51 4922483.08 604118.0 4922486.72599478.9 4921246.35 599483.86 4921254.05 599488.25 4921297.31 599495.5 4921320.29 599512.46 4921371.37 599527.13 4921407.17 599571.99 4921461.23 599596.74 4921502.28 599616.81 4921517.84 599687.52 4921544.37 599738.39 4921540.11 599829.74 4921546.65 599865.21 4921552.3 599908.47 4921547.92 599977.73 4921505.84 600026.15 4921496.45 600074.16 4921512.47 600116.84 4921543.63 600123.97 4921574.23 600119.97 4921665.62 600106.42 4921718.75 600114.99 4921817.96 600166.45 4921935.64 600208.44 4922009.98 600273.25 4922087.23 600307.47 4922171.61 600364.09 4922284.29 600386.46 4922315.13 600466.51 4922392.63 600529.19 4922444.44 600556.84 4922462.66 600698.53 4922497.96 600793.98 4922565.53 600801.6 4922565.662599491.11 4920484.45 599506.19 4920494.85 599553.59 4920548.96 599573.33 4920584.84 599574.16 4920691.55 599563.84 4920701.54 599552.83 4920754.712606133.96 4920491.82 606090.09 4920534.3 605940.84 4920653.84 605843.23 4920720.87 605815.05 4920735.66 605724.86 4920815.5 605637.53 4920875.07 605484.1 4920938.66 605424.83 4920991.06 605330.01 4921042.89 605267.71 4921125.72 605216.35 4921160.46 605142.0 4921202.46 605085.56 4921237.12 605012.99 4921327.41 605010.28 4921337.52 604935.53 4921404.92 604863.73 4921446.95 604848.45 4921449.25 604804.67 4921486.65 604799.22 4921509.43 604791.48 4921516.92 604756.76 4921623.06 604728.17 4921663.25 604668.86 4921718.18 604645.6 4921743.21 604627.13 4921786.1 604616.81 4921796.1 604616.6 4921808.8 604606.28 4921818.79 604606.08 4921831.49 604600.92 4921836.49 604600.75 4921846.65 604593.01 4921854.15 604579.58 4921899.66 604569.26 4921909.65 604561.23 4921934.93 604550.75 4921955.08 604481.36 4922004.78 604440.32 4922029.52 604411.98 4922054.47 604398.75 4922087.28 604395.64 4922122.8 604367.18 4922155.37 604312.99 4922207.85 604299.84 4922235.58 604286.33 4922286.17 604258.03 4922308.58 604178.89 4922332.71 604134.94 4922380.28 604132.0 4922405.63 604118.85 4922433.37 604118.0 4922486.72606790.13 4920443.9 606890.09 4920547.12 607025.57 4920653.44 607132.94 4920769.48 607314.96 4920983.24 607487.59 4921148.59 607537.53 4921202.74 607560.15 4921218.34 607620.16 4921277.73 607680.26 4921332.04 607755.35 4921401.83 607883.61 4921482.64 608011.96 4921558.36 608168.28 4921632.0 608297.31 4921664.55 608391.16 4921673.67 608434.62 4921656.59 608475.05 4921669.94 608513.19 4921668.01 608556.73 4921645.84 608597.77 4921621.1 608707.71 4921577.13 608825.39 4921525.672599626.32 4919973.47 599643.12 4920034.71 599673.1 4920065.67 599753.76 4920105.07 599776.21 4920130.83 599855.73 4920241.34 599913.17 4920303.23 599950.9 4920326.7 600029.71 4920322.88 600126.62 4920299.03 600172.14 4920312.46 600199.79 4920330.68 600234.81 4920364.27 600234.57 4920379.51 600247.1 4920389.87 600274.27 4920438.57 600289.1 4920464.21 600298.61 4920505.01 600352.89 4920604.95 600435.44 4920685.03 600440.32 4920697.81 600505.09 4920777.59 600557.57 4920831.78 600617.87 4920873.39 600652.77 4920914.6 600781.07 4920992.86 600800.86 4921026.2 600822.82 4921082.44 600866.06 4921238.1 600882.37 4921329.81 600892.16 4921352.83 600925.19 4921510.86 600926.96 4921559.15 600938.97 4921602.53 600989.94 4921750.69 601048.53 4921898.97 601041.99 4921990.31 601028.96 4922010.43 601025.9 4922043.4 601007.63 4922073.59 600989.12 4922119.02 600988.57 4922312.08 600980.13 4922362.75 600894.65 4922465.53 600874.05 4922482.99 600801.6 4922565.662599514.25 4918881.87 599625.47 4918916.68 599733.74 4918976.84 599786.22 4919031.03 599823.46 4919084.97 599930.46 4919223.86 599960.49 4919252.29 600041.31 4919281.53 600124.15 4919343.82 600161.71 4919377.45 600222.1 4919413.98 600327.83 4919474.1 600461.53 4919532.13 600577.06 4919615.27 600717.04 4919757.24 600757.31 4919780.74 600843.46 4919794.83 600944.51 4919829.47 601028.04 4919848.59 601126.27 4919900.97 601158.6 4919944.67 601168.39 4919967.69 601166.35 4920094.68 601181.19 4920120.32 601216.5 4920136.13 601289.86 4920155.09 601347.66 4920194.12 601400.06 4920253.38 601454.88 4920320.31 601540.57 4920362.33 601570.48 4920398.37 601604.86 4920472.59 601637.3 4920508.68 601657.17 4920536.94 601678.52 4920631.27 601722.49 4920741.21 601744.94 4920766.98 601752.23 4920787.42 601809.42 4920864.54 601819.18 4920890.1 601825.9 4920946.1 601834.8 4921024.99 601849.1 4921083.65 601854.81 4921203.13 601846.41 4921251.26 601841.25 4921256.26 601833.27 4921279.0 601817.54 4921309.23 601806.89 4921339.54 601798.18 4921407.99 601769.43 4921458.34 601675.92 4921586.4 601670.56 4921604.09 601665.4 4921609.09 601665.23 4921619.25 601644.27 4921659.56 601643.37 4921715.43 601652.92 4921753.69 601667.63 4921786.95 601674.47 4921835.33 601666.24 4921873.3 601645.4 4921905.99 601639.14 4921979.56 601623.29 4922017.41 601618.09 4922024.95 601604.13 4922103.47 601583.12 4922146.32 601454.06 4922273.81 601445.87 4922309.25 601432.56 4922347.14 601391.44 4922376.96 601294.61 4922395.73 601256.02 4922425.6 601229.93 4922468.37 601232.31 4922478.57 601214.08 4922506.22 601172.76 4922548.74 601129.3 4922565.83 601075.8 4922575.13 601019.56 4922597.09 600978.36 4922632.0 600922.65 4922620.94 600873.95 4922648.11 600835.69 4922657.652607768.01 4917916.7 607764.94 4917949.68 607751.92 4917969.79 607743.93 4917992.52 607723.08 4918025.21 607717.68 4918045.45 607707.24 4918063.07 607704.45 4918078.26 607694.09 4918090.8 607688.48 4918123.73 607683.28 4918131.27 607683.08 4918143.97 607675.38 4918148.93 607672.47 4918171.74 607635.82 4918239.74 607552.47 4918367.97 607543.3 4918464.35 607512.14 4918507.04 607483.71 4918537.07 607470.08 4918595.28 607457.18 4918607.77 607446.57 4918635.54 607433.67 4918648.04 607436.09 4918655.7 607428.3 4918665.74 607420.32 4918688.47 607409.92 4918703.55 607412.33 4918711.21 607391.53 4918741.36 607377.89 4918799.57 607347.01 4918824.47 607176.2 4918862.38 607114.96 4918879.18 607065.9 4918929.2 607064.35 4919025.71 607084.14 4919059.05 607119.04 4919100.26 607126.42 4919115.62 607128.35 4919153.75 607125.64 4919163.872599534.29 4917472.31 599564.45 4917493.12 599576.9 4917508.56 599677.18 4917591.45 599719.99 4917615.0 599745.31 4917620.49 599768.25 4917615.78 599806.63 4917598.61 599876.01 4917548.91 599937.57 4917511.8 599985.83 4917512.57 600018.56 4917530.88 600043.55 4917556.68 600060.27 4917623.0 600082.52 4917661.46 600130.12 4917702.87 600139.87 4917728.42 600133.61 4917801.99 600130.34 4917847.67 600150.37 4917865.77 600165.49 4917873.63 600241.56 4917882.47 600279.04 4917921.18 600295.96 4917974.8 600315.91 4917997.98 600325.91 4918008.3 600356.39 4918008.79 600410.0 4917991.87 600425.04 4918004.81 600421.4 4918073.34 600413.66 4918080.84 600402.52 4918141.63 600394.78 4918149.12 600391.59 4918189.72 600380.58 4918242.89 600384.11 4918339.48 600388.66 4918372.57 600398.74 4918377.82 600411.11 4918398.34 600451.06 4918442.16 600463.1 4918483.0 600503.21 4918516.67 600568.92 4918538.04 600693.07 4918557.82 600736.33 4918553.43 600800.27 4918526.51 600843.61 4918517.04 600924.67 4918531.04 601020.73 4918560.53 601098.69 4918610.04 601129.09 4918615.61 601167.18 4918616.22 601203.02 4918599.01 601233.33 4918609.66 601303.43 4918674.29 601371.35 4918716.02 601413.99 4918749.73 601449.39 4918760.46 601507.76 4918763.93 601646.67 4918814.43 601656.62 4918827.29 601666.46 4918847.77 601673.51 4918883.45 601685.76 4918911.59 601725.98 4918937.63 601847.6 4918957.36 601902.87 4918996.36 601923.18 4918996.68 601933.51 4918986.68 601941.82 4918943.63 601949.68 4918928.52 601967.62 4918918.64 602018.13 4918937.23 602043.08 4918965.58 602042.39 4919008.75 602031.94 4919026.37 601993.07 4919074.01 601992.55 4919107.03 602014.59 4919158.19 602002.84 4919257.07 601984.37 4919299.96 601981.67 4919310.08 601976.51 4919315.08 601971.1 4919335.31 601905.99 4919435.88 601905.82 4919446.04 601898.12 4919451.0 601905.13 4919489.22 601955.07 4919543.362601955.07 4919543.36 601972.6 4919558.89 602010.09 4919597.59 602087.35 4919690.28 602099.56 4919720.96 602141.72 4919785.14 602171.34 4919838.97 602178.51 4919867.02 602188.22 4919895.12 602242.92 4919969.67 602274.92 4920033.69 602286.43 4920107.55 602282.59 4920188.77 602271.38 4920254.64 602270.09 4920493.41 602218.24 4920558.63 602207.55 4920591.48 602197.19 4920604.02 602199.52 4920616.76 602191.86 4920619.18 602191.62 4920634.41 602176.02 4920657.03 602162.54 4920705.08 602158.46 4920801.55 602140.07 4920839.36 602141.67 4920897.81 602146.59 4920908.05 602156.26 4920938.69 602157.54 4921017.46 602133.99 4921060.27 602110.56 4921095.46 602092.3 4921125.65 602068.87 4921160.84 602055.81 4921183.49 602042.38 4921229.0 602025.47 4921332.88 602017.73 4921340.38 602015.29 4921492.76 602024.92 4921525.94 602033.77 4921607.37 602020.54 4921640.19 601968.98 4921687.63 601954.53 4921796.63 601943.6 4921844.72 601945.04 4921913.33 601943.9 4921984.44 601936.0 4922002.1 601923.09 4922014.59 601917.77 4922029.75 601835.12 4922114.8 601819.55 4922134.87 601818.94 4922172.96 601836.27 4922201.19 601850.53 4922262.38 601841.94 4922323.21 601831.41 4922345.91 601833.46 4922376.42 601853.17 4922414.84 601860.14 4922455.6 601857.45 4922623.22 601838.98 4922666.11 601826.04 4922681.14 601802.9 4922698.56 601767.1 4922713.22 601761.53 4922743.62 601781.04 4922794.74 601780.18 4922848.07 601720.91 4922900.47 601710.47 4922918.08 601708.84 4923019.67 601683.0 4923047.2 601557.62 4923103.62 601552.3 4923118.78 601554.22 4923156.91 601583.93 4923205.65 601578.48 4923228.43 601545.02 4923255.84 601529.29 4923286.07 601528.4 4923341.94 601510.46 4923351.82 601446.72 4923366.04 601446.39 4923386.35 601453.85 4923396.63 601463.32 4923439.97 601459.96 4923490.73 601438.95 4923533.57 601364.04 4923611.12 601356.22 4923623.7 601302.24 4923663.48 601268.73 4923693.43 601196.2 4923781.18 601183.42 4923786.052609334.9 4917471.85 609263.54 4917485.94 609240.57 4917493.2 609072.09 4917543.84 608985.01 4917588.18 608925.78 4917638.03 608851.48 4917677.49 608756.17 4917759.79 608720.25 4917782.08 608628.29 4917813.63 608530.97 4917862.88 608451.91 4917881.93 608406.44 4917865.96 608379.04 4917832.5 608346.55 4917798.95 608321.28 4917790.93 608257.74 4917792.45 608214.41 4917801.92 608153.66 4917788.24 608115.85 4917769.85 608065.66 4917730.94 608037.85 4917722.88 607999.75 4917722.27 607920.49 4917754.02 607879.41 4917781.31 607848.33 4917818.91 607817.08 4917866.68 607778.21 4917914.32 607768.01 4917916.72605363.83 4917029.71 605428.46 4916959.61 605472.57 4916901.89 605506.11 4916869.41 605599.09 4916774.36 605640.17 4916747.08 605744.21 4916753.83 605769.49 4916761.85 606226.47 4916779.33 606309.91 4916803.53 606350.06 4916834.66 606397.91 4916860.83 606491.59 4916880.12 606521.86 4916893.3 606546.53 4916939.42 606570.3 4917041.42 606592.79 4917064.64 606635.39 4917100.89 606731.08 4917153.23 606801.38 4917205.16 606892.12 4917249.8 607051.63 4917282.84 607094.23 4917319.09 607160.69 4917452.25 607327.35 4917673.39 607367.33 4917714.67 607440.29 4917759.03 607462.95 4917772.09 607554.25 4917781.18 607742.9 4917898.52 607768.01 4917916.72600860.19 4916530.77 601021.14 4916632.42 601220.56 4916711.83 601311.17 4916764.08 601407.35 4916785.95 601493.5 4916800.03 601577.03 4916819.15 601688.77 4916820.94 601836.48 4916797.9 601912.47 4916811.82 602055.68 4916910.65 602118.6 4916947.22 602181.36 4916993.96 602211.27 4917030.0 602230.16 4917119.21 602269.13 4917223.99 602321.57 4917280.72 602399.61 4917325.16 602452.17 4917374.26 602590.51 4917460.31 602743.35 4917592.32 602858.02 4917728.79 602867.93 4917744.19 602957.53 4917859.94 603015.21 4917906.59 603080.55 4917950.83 603224.7 4917991.24 603361.6 4918008.68 603432.22 4918040.29 603633.48 4918162.91 603671.29 4918181.3 603713.82 4918222.63 603771.13 4918292.13 603844.01 4918341.57 603930.2 4918353.112602333.86 4915403.61 602323.17 4915436.46 602291.97 4915481.69 602268.66 4915509.26 602235.4 4915523.97 602202.22 4915533.6 602138.89 4915522.42 602068.11 4915500.97 601776.0 4915498.83 601704.61 4915515.47 601625.35 4915547.22 601568.91 4915581.88 601474.12 4915631.17 601392.0 4915683.2 601212.59 4915781.94 601168.81 4915819.34 601094.47 4915861.34 601032.46 4915926.39 600916.97 4916158.25 600849.67 4916235.92 600831.61 4916253.41 600798.43 4916263.04 600755.42 4916252.19 600674.68 4916217.88 600636.59 4916217.27 600613.61 4916224.52 600561.96 4916277.04 600516.16 4916281.38 600419.94 4916262.06 600346.66 4916238.02 600252.65 4916239.06 600194.15 4916243.2 600189.15 4916238.042609518.78 4915508.58 609457.78 4915510.14 609263.87 4915562.92 609162.25 4915563.83 609057.87 4915577.42600948.18 4914210.32 600871.66 4914229.41 600777.41 4914245.68 600479.13 4914312.03 600415.31 4914331.33 600290.58 4914347.12 600157.87 4914385.64 600144.97 4914398.13 600093.2 4914458.27 600006.07 4914505.14 599954.87 4914529.72 599885.89 4914554.02 599659.64 4914723.14 599580.09 4914772.672602420.61 4914111.97 602412.38 4914149.95 602413.66 4914228.72 602423.24 4914264.44 602413.14 4914419.23 602407.74 4914439.47 602403.33 4914556.25 602387.15 4914614.42 602368.89 4914644.61 602352.75 4914700.24 602353.91 4914786.63 602355.88 4914822.23 602354.41 4914913.66 602340.37 4914997.26 602347.71 4915015.16 602349.56 4915058.38 602318.67 4915083.29 602305.44 4915116.1 602307.62 4915139.0 602319.75 4915174.76 602336.59 4915233.45 602359.12 4915254.14 602475.21 4915301.72 602522.94 4915335.51 602644.35 4915367.94 602699.74 4915399.31 602769.63 4915476.64 602796.75 4915527.88 602798.93 4915550.78 602786.06 4915560.742603916.48 4914135.94 603971.25 4914205.41 604003.45 4914256.73 604152.42 4914472.51 604154.71 4914487.78 604153.21 4914581.75 604122.04 4914624.44 604057.94 4914661.52 604045.2 4914663.85 604014.23 4914693.84 604000.96 4914729.19 603972.46 4914764.3 603910.69 4914814.12 603894.93 4914846.89 603899.52 4914877.45 603949.25 4914944.29 603956.59 4914962.19 603945.37 4915028.06 603921.41 4915096.27 603924.86 4915197.93 603934.62 4915223.49 603932.74 4915340.32 603875.77 4915408.0 603849.97 4915432.99 603775.83 4915462.28 603679.08 4915475.97 603630.62 4915487.9 603620.3 4915497.89 603494.92 4915554.31 603430.74 4915596.47 603386.87 4915638.95 603368.32 4915686.92 603363.16 4915691.92 603357.71 4915714.7 603336.78 4915752.47 603298.08 4915789.95 603206.04 4915826.582604884.14 4914148.91 604920.73 4914243.48 604996.85 4914407.29 605043.23 4914524.88 605057.78 4914568.3 605094.65 4914645.1 605144.47 4914706.87 605257.17 4914807.75 605271.72 4914851.17 605283.6 4914902.16 605305.6 4914955.86 605342.68 4915019.97 605452.55 4915138.58 605462.43 4915156.52 605467.02 4915187.08 605478.62 4915255.85 605525.69 4915330.28 605627.34 4915486.87 605659.82 4915520.41 605700.05 4915546.46 605778.29 4915578.2 605915.07 4915603.25 605968.24 4915614.27 606064.67 4915620.89 606122.92 4915631.99 606198.58 4915666.22 606231.07 4915699.77 606261.3 4915715.49 606375.42 4915727.48 606679.83 4915912.73 606678.37 4916004.15 606695.74 4916029.84 606728.59 4916040.52 606829.89 4916059.93 606898.02 4916088.96 606955.86 4916125.46 606996.62 4916118.49 607029.96 4916098.7 607098.41 4916107.42 607172.3 4916093.36 607279.9 4916036.66 607372.23 4915982.25 607418.19 4915967.74 608170.5 4915944.23 608414.72 4915922.74 608557.79 4915871.69 608580.94 4915854.28 608632.22 4915824.61 608732.81 4915729.69 608809.86 4915677.58 608927.66 4915618.5 609057.87 4915577.42606702.55 4914178.04 606709.84 4914198.48 606711.61 4914246.78 606731.48 4914275.04 606788.87 4914339.47 606795.47 4914403.08 606800.23 4914423.48 606833.0 4914439.25 606959.29 4914484.46 607092.96 4914545.03 607183.53 4914599.82 607203.52 4914620.47 607194.64 4914699.07 607238.97 4914786.16 607236.15 4914803.89 607223.04 4914829.09 607181.6 4914879.23 607175.86 4914919.78 607205.97 4914943.13 607277.0 4914949.35 607340.46 4914952.9 607339.23 4915029.09 607356.85 4915039.54 607440.29 4915063.74 607493.18 4915092.53 607553.2 4915151.92 607568.35 4915157.24 607677.56 4915158.99 607748.42 4915175.37 607900.56 4915193.05 607928.74 4915178.26 607939.63 4915132.71 607954.99 4915125.33 608028.36 4915144.29 608078.58 4915180.66 608147.07 4915186.84 608169.36 4915222.76 608220.82 4915340.44 608250.89 4915366.32 608281.41 4915364.27 608294.51 4915339.08 608317.7 4915319.13 608512.68 4915357.82 608555.94 4915353.43 608606.89 4915344.08 608658.42 4915299.18 608671.28 4915289.23 608818.42 4915301.75 608846.19 4915312.35 608845.42 4915360.61 608785.62 4915446.02 608785.09 4915479.04 608807.71 4915494.64 608865.96 4915505.74 608934.69 4915496.68 608982.82 4915505.07 609020.59 4915526.0 609057.87 4915577.42608599.69 4914208.44 608686.38 4914347.01 608791.34 4914455.38 608876.5 4914530.42 608913.7 4914586.9 608928.09 4914640.48 608934.93 4914688.862608934.93 4914688.86 608954.64 4914727.28 609049.48 4914832.95 609119.0 4914933.14 609166.65 4914972.0 609212.04 4914993.05 609252.55 4915001.32 609526.75 4915010.82602137.55 4927972.56 602129.6 4927992.762599552.83 4920754.71 599537.18 4920779.87 599526.21 4920830.5 599521.01 4920838.04 599506.03 4920980.05 599504.85 4921053.7 599494.0 4921096.72 599480.98 4921116.832589677.72 4915711.1 589654.79 4915715.85 589636.9 4915723.21 589603.85 4915725.271590368.57 4914141.07 590358.23 4914153.62 590352.27 4914214.5 590349.58 4914224.62 590329.63 4914374.21 590308.43 4914434.87 590304.56 4914526.26 590281.12 4914566.56 590255.42 4914586.51 590255.24 4914599.21 590244.75 4914621.92 590240.81 4914718.4 590230.47 4914730.95 590230.28 4914743.65 590217.29 4914763.78 590198.74 4914816.86 590178.09 4914839.42 590133.92 4914907.37 590028.32 4915007.45 590025.52 4915025.19 589963.43 4915103.04 589952.2 4915176.54 589946.2 4915239.96 589930.15 4915295.62 589929.27 4915356.57 589936.63 4915374.46 589943.66 4915415.2 589938.06 4915450.69 589919.95 4915473.29 589865.88 4915523.31 589814.94 4915532.73 589786.71 4915552.64 589768.6 4915575.24 589677.87 4915700.94 589677.72 4915711.11589554.51 4919303.8 589609.83 4919342.71 589675.06 4919399.54 589732.55 4919463.88 589764.46 4919540.55 589768.99 4919578.72 589760.41 4919644.64 589749.41 4919702.91 589747.86 4919809.58 589774.77 4919881.09 589787.21 4919899.06 589799.65 4919917.02 589829.61 4919953.02 589834.06 4919996.27 589828.73 4920013.97 589777.09 4920071.65 589738.81 4920083.79 589629.38 4920097.45 589611.38 4920112.43 589603.17 4920152.96 589617.67 4920203.97 589642.48 4920244.98 589702.51 4920309.35 589704.9 4920319.55 589722.28 4920347.74 589715.87 4920439.1 589705.35 4920464.35 589704.98 4920489.75 589691.95 4920512.42 589694.3 4920525.16 589681.49 4920532.591589681.49 4920532.59 589678.33 4920575.73 589665.15 4920608.56 589652.23 4920623.62 589605.63 4920683.91 589548.87 4920744.05 589541.03 4920759.18 589542.62 4920825.25 589565.22 4920843.36 589605.89 4920841.41 589697.65 4920819.88 589773.7 4920831.14 589801.49 4920841.7 589836.6 4920872.7 589858.54 4920936.52 589851.47 4921073.59 589843.78 4921078.56 589840.72 4921114.08 589821.99 4921179.86 589823.68 4921238.31 589838.33 4921279.17 589842.97 4921309.72 589887.1 4921419.59 589916.47 4921496.22 589928.73 4921526.88 589936.02 4921549.85 589945.77 4921577.93 589953.02 4921603.44 589986.59 4921741.1 589996.34 4921769.19 590021.08 4921815.27 590055.86 4921869.12 590080.96 4921889.81 590108.79 4921897.83 590185.09 4921891.32 590256.39 4921879.65 590292.28 4921857.31 590307.92 4921829.59 590333.69 4921804.56 590349.15 4921789.54 590397.4 4921790.24 590417.5 4921805.78 590437.41 4921834.01 590444.15 4921895.07 590439.91 4922011.86 590431.85 4922042.23 590430.38 4922143.82 590439.54 4922212.54 590459.31 4922250.93 590484.23 4922284.321590484.23 4922284.32 590579.78 4922351.75 590609.41 4922410.6 590608.45 4922476.64 590590.05 4922519.55 590566.57 4922562.4 590414.22 4922732.93 590403.62 4922763.26 590405.57 4922803.93 590420.44 4922829.55 590480.95 4922860.91 590579.52 4922895.36 590720.97 4922950.76 590751.05 4922979.14 590826.1 4923058.97 590891.61 4923095.49 590921.76 4923118.79 590961.44 4923185.41 590984.0 4923206.06 591031.92 4923229.62 591051.95 4923250.23 591091.59 4923319.39 591148.31 4923437.06 591165.76 4923460.18 591248.57 4923529.97 591263.48 4923728.33 591254.31 4923834.88 591273.57 4923908.83 591338.2 4924006.3 591344.68 4924085.14 591361.87 4924126.03 591391.75 4924167.11 591446.86 4924221.26 591494.15 4924287.99 591498.9 4924310.92 591497.28 4924422.67 591489.59 4924427.64 591486.64 4924455.54 591470.34 4924528.97 591472.21 4924574.72 591484.1 4924630.78 591568.02 4924799.65 591596.81 4924916.92 591580.5 4924990.36 591570.27 4924995.29 591572.59 4925010.56 591564.89 4925015.53 591553.82 4925078.88 591578.29 4925142.74 591577.45 4925201.151591502.95 4925258.5 591419.61 4925224.27 591373.86 4925226.15 591345.78 4925235.9 591332.89 4925248.41 591325.02 4925266.08 591310.92 4925362.41 591292.48 4925407.87 591266.79 4925427.81 591131.48 4925474.12 591108.4 4925489.03 591028.68 4925556.46 591010.49 4925584.14 590979.65 4925609.09 590925.87 4925638.8 590889.91 4925666.22 590805.29 4925720.88 590682.5 4925780.06 590662.07 4925787.391590662.07 4925787.39 590656.81 4925800.01 590613.3 4925822.24 590592.72 4925839.73 590582.31 4925857.36 590553.78 4925897.59 590540.16 4925960.9 590546.75 4926032.12 590551.61 4926047.43 590548.15 4926110.89 590540.23 4926131.1 590455.47 4926195.92 590442.03 4926246.53 590438.39 4926322.68 590433.16 4926332.77 590427.34 4926383.49 590416.82 4926408.74 590411.33 4926436.6 590403.64 4926441.57 590390.24 4926489.64 590385.09 4926494.65 590363.74 4926565.47 590353.29 4926585.64 590323.66 4926702.06 590309.08 4926831.4 590296.2 4926843.921590296.2 4926843.92 590260.64 4927018.68 590255.34 4927033.85 590243.08 4927178.46 590235.31 4927188.51 590226.3 4927284.91 590223.61 4927295.03 590218.12 4927322.9 590210.32 4927335.49 590204.76 4927368.43 590194.38 4927383.52 590183.89 4927406.23 590142.56 4927453.9 590062.87 4927518.79 590041.78 4927571.83 590038.46 4927625.13 590028.2 4927632.6 590030.4 4927655.49 590020.13 4927662.96 590019.58 4927701.06 590009.2 4927716.15 589998.56 4927749.02 589988.18 4927764.11 589977.36 4927809.681591577.45 4925201.15 591569.75 4925206.12 591559.3 4925226.29 591520.8 4925253.68 591502.95 4925258.51589514.05 4922445.53 589579.23 4922504.9 589691.35 4922656.4 589766.44 4922733.7 589846.31 4922831.39 589878.66 4922877.58 589953.57 4922967.58 590042.75 4923123.83 590062.44 4923167.3 590077.42 4923185.29 590104.33 4923256.81 590119.39 4923269.73 590136.61 4923308.09 590228.67 4923441.51 590308.43 4923546.82 590360.92 4923606.01 590669.33 4923884.83 590684.05 4923920.61 590691.23 4923951.19 590705.88 4923992.05 590733.12 4924040.71 590765.06 4924114.84 590772.24 4924145.43 590821.45 4924255.37 590840.78 4924324.24 590941.92 4924531.47 590956.87 4924552.01 590974.02 4924595.44 591015.94 4924682.42 591028.09 4924720.7 591097.22 4924858.88 591108.77 4924937.79 591107.48 4925201.96 591120.59 4925349.49 591130.23 4925385.193598090.36 4927678.34 598148.88 4927671.57 598181.56 4927694.91 598188.67 4927730.58 598180.79 4927748.24 598189.55 4927844.9 598201.88 4927870.48 598219.44 4927885.98 598254.77 4927901.73 598282.27 4927932.612597310.36 4927512.08 597454.76 4927539.58 597526.06 4927527.91 597602.17 4927534.09 597637.29 4927565.09 597669.83 4927598.58 597730.19 4927640.1 597798.69 4927646.17 597862.52 4927624.24 597890.34 4927632.26 597907.9 4927647.76 597919.82 4927701.28 597952.58 4927719.53 598016.08 4927720.45 598079.94 4927695.98 598090.36 4927678.342589443.06 4927342.14 589453.07 4927352.45 589490.03 4927431.74 589533.09 4927615.262594666.75 4926930.14 594689.39 4926945.71 594716.96 4926971.51 594726.42 4927019.91 594720.49 4927078.25 594699.77 4927105.9 594703.89 4927172.0 594696.16 4927179.51 594685.53 4927212.38 594649.34 4927255.04 594605.87 4927274.73 594531.89 4927296.52 594501.15 4927313.86 594444.36 4927376.54 594377.37 4927441.62 594339.05 4927456.31 594234.81 4927462.41 594173.42 4927492.01 594119.49 4927531.87 594104.22 4927534.19 594042.79 4927566.32 593999.06 4927603.79 593927.32 4927645.94 593914.55 4927650.83 593894.05 4927663.24 593855.69 4927680.46 593827.75 4927680.06 593812.33 4927692.54 593700.36 4927706.15 593631.46 4927728.02 593590.27 4927765.52 593559.17 4927808.26 593545.99 4927841.09 593525.34 4927863.652589518.38 4925826.69 589631.75 4925891.84 589689.39 4925946.03 589809.12 4926097.64 589856.31 4926171.99 589935.52 4926315.39 590034.13 4926522.58 590041.01 4926573.49 590042.44 4926649.72 590087.86 4926670.7 590092.17 4926724.11 590104.57 4926744.61 590119.81 4926744.83 590181.1 4926722.86 590224.2 4926728.56 590249.12 4926761.95 590266.38 4926797.76 590278.57 4926833.5 590296.2 4926843.922589489.75 4924121.76 589524.83 4924155.29 589607.31 4924247.93 589641.06 4924372.9 589685.34 4924472.61 589722.56 4924534.12 589791.02 4924718.01 589805.85 4924746.17 589871.18 4924795.38 589909.06 4924811.17 589931.59 4924834.36 589941.38 4924859.9 589953.23 4924918.5 589972.92 4924961.97 590000.23 4925005.55 590070.39 4925072.61 590110.58 4925103.68 590204.11 4925135.52 590284.5 4925197.65 590357.67 4925231.74 590415.5 4925273.22 590452.97 4925316.95 590510.28 4925393.99 590529.86 4925445.07 590561.18 4925562.38 590590.96 4925611.08 590626.15 4925636.99 590676.83 4925645.35 590681.28 4925688.6 590675.95 4925706.3 590665.01 4925759.49 590662.07 4925787.392598133.99 4923617.08 598102.74 4923669.97 598089.41 4923712.97 598083.82 4923748.45 598070.6 4923783.82 598026.32 4923859.39 598015.72 4923889.72 598011.82 4923983.65 598001.15 4924019.06 597985.61 4924039.16 597982.82 4924056.9 597941.67 4924091.87 597872.58 4924126.43 597844.53 4924133.64 597839.38 4924138.65 597818.99 4924143.43 597808.64 4924155.98 597803.23 4924178.77 597787.88 4924186.17 597769.55 4924224.0 597751.37 4924251.68 597745.88 4924279.55 597709.56 4924332.37 597706.76 4924350.11 597688.57 4924377.79 597682.72 4924431.05 597628.32 4924503.93 597630.09 4924557.3 597637.56 4924567.57 597683.13 4924578.39 597713.23 4924604.23 597725.57 4924629.81 597723.95 4924741.56 597713.49 4924761.73 597710.77 4924774.39 597661.3 4924857.5 597655.74 4924890.45 597678.16 4924921.25 597679.96 4924972.09 597653.94 4925014.89 597635.05 4925090.83 597629.9 4925095.83 597624.38 4925126.24 597600.71 4925181.78 597603.03 4925197.05 597592.8 4925201.99 597578.52 4925311.01 597582.86 4925361.88 597600.16 4925395.15 597635.09 4925438.85 597675.25 4925472.45 597745.73 4925516.662597745.73 4925516.66 597780.74 4925555.27 597898.89 4925640.81 597977.36 4925659.73 598088.85 4925679.13 598116.53 4925697.31 598131.33 4925728.01 598129.64 4925844.84 598115.69 4925931.0 598117.6 4925974.22 598149.88 4926025.49 598146.71 4926068.63 598131.14 4926091.27 598125.59 4926124.21 598124.89 4926172.46 598117.16 4926179.97 598108.99 4926217.96 598082.82 4926270.92 598069.79 4926293.6 598053.29 4926379.73 598051.75 4926486.4 598041.0 4926526.89 598032.9 4926559.79 598012.22 4926584.89 598011.59 4926628.07 598018.92 4926648.5 598028.82 4926666.42 598030.55 4926722.34 598025.32 4926732.42 598025.06 4926750.2 598017.37 4926755.17 598019.1 4926811.08 598063.12 4926928.57 598064.67 4926997.18 598038.5 4927050.15 598030.55 4927072.89 598029.96 4927113.53 598044.83 4927139.15 598092.42 4927185.56 598104.42 4927234.0 598111.63 4927262.05 598118.96 4927282.48 598141.56 4927300.59 598194.71 4927314.06 598204.68 4927326.9 598199.2 4927354.77 598127.42 4927399.45 598009.82 4927451.09 597991.75 4927471.15 597991.45 4927491.47 597998.74 4927514.44 598011.26 4927527.32 598033.56 4927565.75 598090.36 4927678.342594837.63 4923378.78 594867.41 4923427.47 594877.23 4923450.48 594885.74 4923564.91 594952.28 4923705.59 594971.5 4923782.08 594969.99 4923886.21 595004.62 4923950.22 595016.84 4923983.42 595054.02 4924047.46 595178.39 4924229.63 595188.18 4924255.17 595189.21 4924359.34 595181.52 4924364.31 595175.6 4924422.65 595167.9 4924427.62 595164.74 4924470.75 595157.01 4924478.26 595156.86 4924488.42 595146.52 4924500.97 595141.11 4924523.76 595097.19 4924573.93 595061.16 4924606.43 594936.9 4924767.2 594926.44 4924787.37 594895.49 4924819.95 594864.35 4924865.22 594822.64 4924938.29 594819.96 4924948.41 594817.27 4924958.53 594795.88 4925031.89 594794.63 4925118.24 594814.36 4925159.17 594874.17 4925238.78 594884.07 4925256.71 594891.33 4925282.22 594892.76 4925358.45 594882.05 4925396.4 594876.49 4925429.34 594862.87 4925492.65 594855.22 4925495.08 594841.89 4925538.07 594825.99 4925583.56 594784.51 4925641.39 594768.61 4925686.88 594763.23 4925707.13 594756.46 4925823.88 594760.8 4925874.75 594777.77 4925930.88 594792.42 4925971.74 594814.8 4926005.09 594862.54 4926041.34 594880.21 4926049.22 594951.06 4926068.03 595062.07 4926120.44 595094.76 4926143.78 595184.79 4926241.61 595242.61 4926283.1 595340.93 4926335.33 595386.02 4926379.17 595511.83 4926462.28 595705.51 4926594.64 595848.1 4926746.58 595913.32 4926803.41 595993.79 4926860.47 596091.36 4926963.49 596146.8 4926994.78 596244.37 4927097.8 596254.31 4927113.19 596279.3 4927141.5 596311.62 4927190.23 596393.92 4927295.57 596424.07 4927318.87 596578.59 4927349.06 596641.6 4927382.99 596704.36 4927434.71 596762.44 4927458.41 597002.87 4927520.32 597103.98 4927554.81 597164.97 4927553.16 597305.17 4927519.63 597310.36 4927512.082591631.75 4922331.43 591623.65 4922364.34 591625.16 4922435.49 591642.16 4922489.08 591681.92 4922550.62 591766.87 4922648.39 591771.58 4922673.86 591778.24 4922740.0 591790.35 4922780.82 591792.27 4922824.03 591801.65 4922877.51 591864.81 4923076.57 591899.52 4923135.5 591926.1 4923229.88 591984.95 4923375.53 592002.25 4923408.8 592006.89 4923439.35 592036.19 4923521.06 592045.76 4923561.85 592065.27 4923618.02 592077.04 4923681.69 592089.23 4923717.43 592151.8 4923781.85 592247.65 4923828.96 592305.4 4923875.52 592354.9 4923965.15 592397.31 4924019.11 592396.72 4924059.75 592342.57 4924114.85 592263.29 4924151.8 592219.49 4924194.35 592203.84 4924222.07 592205.46 4924285.6 592220.22 4924318.84 592219.6 4924362.01 592209.25 4924374.56 592176.09 4924384.24 592074.28 4924398.01 592023.08 4924425.21 591992.01 4924465.4 591984.17 4924480.53 591981.16 4924513.51 591977.66 4924579.51 591987.3 4924615.21 591990.47 4924747.35 591999.89 4924798.29 591994.3 4924833.78 591957.71 4924904.37 591949.61 4924937.28 591944.46 4924942.29 591936.36 4924975.19 591890.09 4925012.63 591818.5 4925044.61 591777.31 4925082.12 591761.67 4925109.83 591738.0 4925165.38 591717.28 4925193.02 591671.27 4925212.67 591577.45 4925201.152594438.35 4921483.02 594415.01 4921690.99 594422.15 4921724.12 594447.11 4921754.96 594520.28 4921789.05 594550.39 4921814.88 594560.29 4921832.81 594569.97 4921865.97 594604.75 4921919.82 594614.18 4921970.77 594612.11 4922112.99 594632.06 4922138.68 594702.7 4922172.73 594722.65 4922198.42 594766.41 4922333.69 594839.22 4922393.17 594998.52 4922619.03 595160.92 4922806.82 595181.12 4922814.73 595238.58 4922881.61 595266.22 4922902.34 595308.55 4922961.38 595313.45 4922974.15 595375.36 4923084.28 595380.18 4923102.13 595420.08 4923153.51 595482.83 4923205.23 595552.84 4923282.45 595599.88 4923366.96 595651.71 4923471.87 595653.62 4923515.08 595693.63 4923558.84 595698.53 4923571.61 595705.63 4923607.28 595705.37 4923800.34 595717.45 4923843.7 595726.61 4923912.42 595723.3 4923965.72 595696.8 4924041.54 595686.42 4924056.63 595675.11 4924135.22 595701.8 4924221.97 595716.08 4924288.23 595716.93 4924405.09 595724.44 4924412.82 595726.83 4924423.02 595766.18 4924512.5 595790.47 4924589.06 595812.77 4924627.48 595842.74 4924663.48 595855.03 4924691.6 595854.59 4924722.08 595849.43 4924727.09 595843.91 4924757.49 595838.69 4924767.57 595838.58 4924775.19 595830.88 4924780.16 595828.01 4924802.98 595820.06 4924825.732595820.06 4924825.73 595819.36 4924873.99 595818.48 4924934.94 595810.45 4924962.77 595802.76 4924967.74 595792.05 4925005.68 595779.06 4925025.82 595776.19 4925048.64 595765.47 4925086.59 595766.65 4925180.59 595790.1 4925315.57 595829.7 4925387.27 595841.67 4925438.25 595840.38 4925527.14 595862.79 4925557.95 595905.6 4925583.97 595922.72 4925629.94 595936.78 4925711.44 595971.89 4925742.43 596002.22 4925753.03 596032.25 4925783.95 596042.05 4925809.49 596051.39 4925865.52 596052.61 4925956.98 596064.42 4926018.12 596076.75 4926043.7 596119.49 4926074.8 596159.94 4926088.09 596192.7 4926106.35 596212.69 4926129.5 596212.24 4926159.98 596191.59 4926182.54 596190.23 4926276.51 596130.2 4926387.41 596126.22 4926486.43 596143.23 4926540.02 596192.73 4926629.65 596207.49 4926662.88 596224.39 4926724.09 596241.58 4926764.99 596274.19 4926793.4 596311.92 4926819.35 596382.73 4926840.7 596402.83 4926856.24 596480.35 4926941.19 596520.1 4927002.73 596585.21 4927067.18 596590.07 4927082.49 596587.09 4927112.93 596576.67 4927130.56 596583.89 4927158.61 596616.39 4927194.65 596666.82 4927220.78 596770.65 4927242.61 596864.47 4927254.13 596907.54 4927262.37 596993.23 4927309.34 597088.56 4927392.01 597111.34 4927397.42 597139.35 4927392.75 597190.15 4927393.49 597222.87 4927414.28 597310.36 4927512.082598866.99 4921242.39 598856.06 4921295.58 598854.77 4921384.47 598844.31 4921404.64 598838.13 4921480.76 598824.7 4921531.37 598821.35 4921587.21 598831.06 4921617.83 598872.99 4921704.81 598882.89 4921722.73 598904.9 4921781.48 598909.39 4921822.19 598908.25 4921900.92 598902.95 4921916.09 598897.5 4921941.41 598884.21 4921981.86 598876.52 4921986.83 598878.91 4921997.03 598868.61 4922007.04 598860.65 4922029.79 598831.98 4922080.18 598831.39 4922120.81 598846.11 4922156.59 598890.8 4922228.36 598895.55 4922251.29 598902.39 4922304.74 598924.77 4922338.09 598977.41 4922387.12 599071.08 4922408.8 599186.99 4922473.98 599305.7 4922521.43 599348.43 4922552.53 599368.23 4922588.38 599375.45 4922616.43 599378.5 4922756.19 599392.97 4922809.74 599412.73 4922848.14 599448.03 4922866.432592771.51 4920986.37 592822.23 4920992.19 592880.2 4921023.51 592907.59 4921062.01 592919.73 4921100.29 592918.52 4921184.1 592889.25 4921275.13 592878.98 4921282.6 592877.22 4921404.51 592909.28 4921646.3 592972.07 4921870.75 592988.01 4921998.0 593004.53 4922084.61 593021.61 4922133.12 593081.64 4922197.5 593091.55 4922215.42 593091.25 4922235.74 593121.1 4922279.36 593181.28 4922333.57 593206.24 4922364.42 593215.77 4922407.74 593220.59 4922600.87 593235.06 4922654.43 593252.36 4922687.7 593337.49 4922772.77 593389.8 4922844.65 593402.09 4922872.77 593409.19 4922908.44 593400.32 4922994.68 593382.03 4923029.98 593373.31 4923106.06 593347.36 4923143.79 593295.9 4923188.77 593237.6 4923180.3 593204.76 4923167.12 593164.13 4923166.54 593100.3 4923188.47 593061.73 4923220.94 593038.13 4923271.4 593032.58 4923304.34 593027.64 4923469.39 593035.0 4923487.28 593035.7 4923614.3 593050.5 4923645.0 593117.93 4923724.73 593163.06 4923766.02 593198.28 4923789.4 593238.29 4923833.16 593245.36 4923871.37 593243.19 4924021.21 593255.19 4924069.65 593323.91 4924235.77 593328.36 4924279.01 593342.75 4924337.652593342.75 4924337.65 593360.16 4924363.3 593437.97 4924427.94 593447.84 4924448.4 593476.88 4924547.9 593470.4 4924644.33 593492.7 4924682.76 593532.53 4924739.22 593554.1 4924828.45 593555.9 4924879.28 593569.89 4924965.85 593601.84 4925039.98 593590.57 4925116.03 593577.14 4925166.64 593520.35 4925229.32 593512.47 4925246.99 593502.2 4925254.46 593499.22 4925284.9 593470.21 4925358.15 593447.02 4925380.67 593377.75 4925427.93 593296.04 4925457.23 593252.53 4925479.46 593201.07 4925524.44 593183.07 4925539.42 593152.04 4925577.08 593123.52 4925617.31 592955.23 4925660.59 592891.11 4925702.85 592860.56 4925707.49 592726.03 4925700.46 592649.65 4925712.05 592472.28 4925681.54 592384.05 4925634.53 592353.54 4925636.63 592233.54 4925678.07 592195.45 4925677.52 592160.11 4925661.77 592105.12 4925600.01 592075.38 4925548.77 592040.04 4925533.01 592009.05 4925568.13 591971.14 4925554.88 591918.39 4925513.47 591900.51 4925520.83 591877.32 4925543.36 591846.95 4925535.3 591821.92 4925509.53 591753.86 4925472.98 591665.41 4925441.21 591632.84 4925410.26 591627.94 4925397.49 591618.37 4925356.7 591598.24 4925343.71 591527.42 4925322.36 591505.01 4925291.55 591502.95 4925258.52594475.01 4920881.51 594479.76 4920904.44 594504.46 4920953.07 594516.6 4920991.35 594518.37 4921044.72 594563.31 4921098.72 594575.46 4921137.0 594577.04 4921203.07 594558.86 4921230.74 594517.56 4921275.87 594484.17 4921300.79 594466.06 4921323.39 594468.38 4921338.66 594458.15 4921343.6 594451.82 4921429.87 594438.35 4921483.022589540.67 4920434.02 589565.7 4920459.79 589608.32 4920498.51 589658.71 4920527.18 589681.49 4920532.592599441.56 4920333.68 599442.96 4920412.45 599450.25 4920435.42 599485.25 4920474.032598041.76 4919990.78 598030.61 4920059.2 598045.22 4920102.6 598048.87 4920201.72 598080.89 4920270.77 598090.42 4920314.1 598104.48 4920395.59 598103.78 4920443.84 598093.25 4920469.09 598084.6 4920540.1 598066.27 4920577.94 598054.86 4920664.14 598058.69 4920750.56 598080.67 4920811.85 598071.54 4920915.87 598083.94 4920936.37 598090.68 4920997.43 598082.8 4921015.1 598077.09 4921058.2 598053.65 4921098.51 598048.24 4921121.29 598060.38 4921159.57 598072.68 4921187.69 598179.68 4921341.66 598189.54 4921362.13 598199.22 4921395.29 598198.19 4921466.4 598184.24 4921552.57 598140.47 4921592.58 598142.76 4921610.39 598174.89 4921671.83 598184.42 4921715.15 598183.69 4921765.94 598162.93 4921796.13 598098.4 4921866.32 598077.38 4921914.28 598069.07 4921962.42 598068.48 4922003.06 598078.19 4922033.68 598102.93 4922079.77 598110.29 4922097.66 598106.98 4922150.95 598078.41 4922193.72 598077.64 4922247.06 598067.0 4922279.93 598059.31 4922284.9 598056.26 4922320.42 598009.84 4922368.01 597998.32 4922461.83 597990.52 4922474.42 597990.33 4922487.12 597979.92 4922504.75 597969.17 4922545.24 597973.14 4922621.5 597980.61 4922631.77 598012.67 4922698.29 598042.71 4922729.2 598128.95 4922738.08 598166.42 4922781.8 598213.5 4922863.77 598248.68 4922889.69 598311.96 4922905.85 598367.68 4922916.81 598377.62 4922932.2 598379.24 4922995.73 598447.67 4923006.88 598475.13 4923040.31 598490.29 4923045.61 598553.67 4923054.15 598624.31 4923088.19 598735.69 4923115.21 598805.84 4923182.27 598823.03 4923223.17 598853.32 4923236.31 598909.2 4923237.12 598959.11 4923298.81 598989.4 4923311.95 599055.29 4923323.07 599168.66 4923388.22 599249.04 4923450.35 599298.99 4923509.5 599331.64 4923535.37 599377.17 4923548.73 599420.35 4923549.36 599440.52 4923559.812599136.51 4918772.08 599364.05 4918846.5 599510.95 4918876.572594546.9 4918375.31 594570.2 4918520.44 594566.85 4918926.83 594571.49 4918957.38 594562.1 4919079.18 594556.62 4919107.04 594550.8 4919157.77 594534.39 4919238.82 594526.88 4919406.37 594527.28 4919553.71 594596.33 4919696.96 594617.42 4919819.2 594663.73 4919954.51 594673.08 4920010.53 594670.06 4920043.51 594659.16 4920094.16 594655.7 4920157.61 594663.06 4920175.5 594665.27 4920198.4 594679.99 4920234.17 594687.32 4920254.6 594707.16 4920287.91 594717.06 4920305.84 594749.49 4920346.95 594787.36 4920362.74 594962.53 4920370.36 594997.87 4920386.12 595015.24 4920414.31 595014.02 4920498.12 594969.52 4920588.93 594951.49 4920606.45 594943.68 4920619.04 594869.11 4920681.46 594797.52 4920713.45 594653.56 4920830.75 594607.66 4920842.79 594538.94 4920851.96 594475.01 4920881.512597077.55 4917987.77 597061.03 4918076.44 597047.85 4918109.27 597045.24 4918114.31 597037.25 4918139.6 597032.1 4918144.6 597026.61 4918172.47 597025.91 4918220.72 597033.16 4918246.23 597100.08 4918361.51 597109.94 4918381.98 597105.38 4918521.63 597150.14 4918588.32 597169.72 4918639.41 597172.15 4918647.07 597174.61 4918652.18 597193.79 4918731.21 597192.91 4918792.16 597184.92 4918817.45 597181.61 4918870.75 597198.87 4918906.56 597238.69 4918963.03 597299.06 4919004.55 597366.23 4919102.05 597370.13 4919183.4 597364.87 4919196.02 597361.37 4919262.02 597376.43 4919274.94 597419.35 4919293.34 597454.53 4919319.25 597530.54 4919333.06 597545.45 4919356.13 597547.66 4919379.03 597609.27 4919509.48 597631.91 4919525.05 597707.51 4919566.79 597734.9 4919605.29 597739.76 4919620.6 597829.71 4919723.51 597869.43 4919787.6 597934.87 4919829.19 597967.23 4919875.38 597977.09 4919895.85 598001.86 4919939.39 598006.68 4919957.25 598041.76 4919990.782596772.01 4917160.29 596735.35 4917235.97 596712.05 4917266.11 596701.56 4917288.82 596642.01 4917366.71 596628.91 4917394.46 596618.56 4917407.01 596618.45 4917414.63 596595.08 4917449.86 596576.34 4917515.63 596568.21 4917551.08 596571.52 4917673.06 596576.45 4917683.29 596578.55 4917713.8 596605.64 4917772.62 596632.92 4917818.74 596701.78 4917974.7 596708.33 4918048.46 596699.65 4918122.0 596689.23 4918139.63 596681.06 4918177.62 596678.48 4918180.12 596665.05 4918230.73 596654.7 4918243.28 596646.75 4918266.03 596638.99 4918276.08 596633.5 4918303.94 596623.16 4918316.49 596615.25 4918336.7 596579.03 4918381.9 596409.05 4918542.02 596309.48 4918576.14 596265.75 4918613.61 596216.84 4918658.62 596137.74 4918682.88 596061.73 4918669.07 596023.78 4918658.36 595891.46 4918674.23 595878.54 4918689.28 595865.21 4918732.27 595831.72 4918764.81 595823.91 4918777.4 595823.25 4918823.11 595857.92 4918884.58 595877.65 4918925.51 595879.93 4918943.33 595921.42 4919060.78 595943.72 4919099.21 595945.64 4919142.42 595935.33 4919152.43 595858.51 4919194.51 595847.91 4919224.83 595867.64 4919265.77 595882.14 4919316.78 595884.94 4919474.32 595892.45 4919482.05 595912.14 4919525.52 595924.14 4919573.96 595931.68 4919579.15 595951.41 4919620.08 596034.01 4919705.1 596041.41 4919720.45 596040.78 4919763.63 595989.36 4919806.07 595978.43 4919859.25 595988.15 4919889.88 596015.31 4919943.62 596022.34 4919984.36 596018.7 4920060.52 596000.22 4920108.522596000.22 4920108.52 595963.89 4920161.34 595895.9 4920294.99 595826.19 4920372.72 595769.69 4920415.09 595697.58 4920482.63 595663.98 4920522.79 595583.18 4920663.87 595572.4 4920706.9 595564.67 4920714.41 595561.83 4920734.69 595546.23 4920759.87 595543.39 4920780.15 595532.94 4920800.32 595531.76 4920881.59 595541.7 4920896.98 595626.76 4920987.12 595639.13 4921010.16 595648.85 4921040.78 595650.91 4921073.84 595685.25 4921158.16 595747.75 4921227.66 595780.32 4921258.61 595946.25 4921377.87 595988.65 4921431.83 596010.96 4921470.26 596020.64 4921503.42 596016.33 4921625.29 596071.43 4921679.44 596096.35 4921712.82 596118.36 4921771.57 596122.96 4921804.66 596135.15 4921840.4 596153.15 4922000.7 596174.9 4922077.22 596191.2 4922179.07 596207.88 4922255.52 596230.26 4922288.87 596267.8 4922327.51 596310.5 4922361.16 596370.68 4922415.37 596443.56 4922469.78 596463.36 4922505.63 596478.08 4922541.4 596484.38 4922632.95 596480.99 4922691.32 596455.19 4922718.89 596329.38 4922811.06 596295.88 4922843.6 596272.51 4922878.82 596254.14 4922919.2 596246.19 4922941.95 596247.55 4923023.25 596254.95 4923038.6 596342.74 4923116.08 596350.1 4923133.97 596349.29 4923189.85 596331.11 4923217.53 596284.55 4923275.28 596273.83 4923313.23 596273.21 4923356.4 596288.08 4923382.02 596330.78 4923415.66 596348.15 4923443.86 596351.98 4923530.28 596347.6 4923657.23 596339.76 4923672.36 596265.33 4923724.63 596254.69 4923757.5 596243.13 4923853.86 596252.0 4923942.92591789.93 4916851.82 591733.29 4916904.34 591715.1 4916932.02 591635.41 4916996.92 591573.98 4917029.05 591523.0 4917041.01 591390.24 4917087.35 591318.02 4917162.51 591202.48 4917247.21 591099.56 4917337.16 591073.47 4917385.05 591060.58 4917397.57 591060.4 4917410.26 591042.47 4917420.17 591042.25 4917435.4 590959.36 4917545.97 590946.55 4917553.41 590912.98 4917591.03 590889.94 4917603.39 590846.47 4917623.09 590718.93 4917659.34 590634.57 4917696.22 590557.49 4917756.07 590418.62 4917873.45 590387.92 4917888.25 590349.82 4917887.7 590311.99 4917869.37 590264.17 4917838.19 590208.48 4917824.68 590160.37 4917813.82 590089.19 4917817.87 590030.37 4917844.96 589991.76 4917879.97 589965.92 4917910.07 589965.55 4917935.47 589949.98 4917958.11 589941.77 4917998.63 589923.59 4918026.31 589874.52 4918081.49 589860.9 4918144.8 589858.33 4918147.3 589831.53 4918243.44 589823.58 4918266.19 589779.82 4918306.2 589741.43 4918325.96 589697.92 4918348.2 589631.11 4918400.57 589567.43 4918412.352597104.1 4916857.73 597220.45 4916892.44 597276.36 4916890.71 597319.68 4916881.18 597395.72 4916892.44 597436.69 4916870.17 597480.31 4916840.32 597518.48 4916835.79 597566.55 4916849.19 597606.89 4916870.1 597704.87 4916945.19 597807.46 4917053.37 597829.87 4917084.17 597869.48 4917155.88 597886.89 4917181.53 597974.45 4917274.25 597998.45 4917371.13 598023.37 4917404.51 598125.99 4917510.15 598135.93 4917525.54 598145.5 4917566.32 598136.74 4917644.94 598134.05 4917655.06 598131.29 4917670.27 598126.14 4917675.27 598112.88 4917713.18 598079.28 4917753.34 598028.08 4917780.54 598015.16 4917795.6 598016.93 4917848.97 598029.04 4917889.79 598046.37 4917920.52 598154.03 4918028.77 598168.94 4918051.85 598162.94 4918115.27 598128.86 4918188.45 598115.79 4918213.66 598119.99 4918274.69 598134.41 4918330.78 598133.35 4918404.43 598125.06 4918450.04 598123.89 4918531.31 598133.53 4918567.01 598129.33 4918681.27 598124.18 4918686.27 598116.01 4918724.26 598100.22 4918762.13 598079.42 4918794.85 598035.66 4918834.86 598014.79 4918872.67 598006.8 4918897.95 598003.67 4918938.55 597995.83 4918953.68 597992.59 4919001.9 597991.3 4919090.79 597998.7 4919106.14 598002.9 4919167.17 597993.69 4919276.26 598003.26 4919317.05 598015.63 4919340.09 598030.24 4919383.49 598034.26 4919457.21 598100.8 4919597.89 598127.34 4919694.81 598126.24 4919771.0 598115.38 4919819.11 598104.89 4919841.82 598096.46 4919897.58 598083.17 4919938.03 598041.76 4919990.782591935.47 4916099.47 592005.63 4916166.53 592132.65 4916341.11 592205.2 4916418.37 592270.72 4916454.89 592393.8 4916550.66 592439.08 4916581.8 592556.49 4916718.14 592566.43 4916733.52 592591.13 4916782.15 592600.85 4916812.77 592622.93 4916866.44 592655.5 4916897.39 592685.72 4916915.61 592786.28 4916988.2 592828.76 4917037.08 592863.03 4917126.48 592865.05 4917162.08 592854.67 4917177.17 592782.71 4917234.55 592784.37 4917295.54 592824.3 4917344.39 592878.82 4917439.17 592879.99 4917533.17 592834.39 4917700.17 592820.47 4917783.8 592803.76 4917885.17 592790.36 4917933.24 592782.3 4917963.6 592781.42 4918024.56 592825.33 4918149.67 592887.13 4918267.42 592916.72 4918328.81 592921.44 4918354.28 592915.77 4918394.84 592882.05 4918442.62 592822.9 4918492.57 592810.2 4918492.38 592784.55 4918509.79 592745.97 4918542.26 592730.26 4918575.05 592719.95 4918585.07 592714.61 4918602.77 592691.05 4918650.69 592685.68 4918670.94 592646.81 4918723.72 592608.31 4918751.11 592582.77 4918760.9 592508.38 4918810.62 592454.2 4918868.26 592453.94 4918886.04 592425.49 4918921.19 592402.3 4918943.722592402.3 4918943.72 592391.7 4918974.05 592381.39 4918984.06 592370.97 4919001.69 592360.45 4919026.94 592352.64 4919039.53 592313.26 4919127.87 592274.72 4919157.79 592208.21 4919189.85 592200.44 4919199.9 592202.39 4919240.57 592209.61 4919268.62 592272.07 4919340.65 592274.2 4919368.63 592286.46 4919399.29 592293.27 4919455.27 592305.34 4919498.63 592320.14 4919529.33 592367.33 4919603.68 592386.87 4919657.31 592396.29 4919708.25 592453.38 4919800.53 592495.67 4919862.11 592535.09 4919946.51 592581.73 4920058.96 592611.58 4920102.58 592684.28 4920169.68 592718.69 4920248.93 592803.83 4920333.99 592800.96 4920356.81 592790.61 4920369.36 592795.21 4920402.45 592825.03 4920448.61 592846.89 4920517.51 592904.86 4920548.84 593019.04 4920558.11 593087.28 4920581.96 593102.37 4920592.34 593130.16 4920602.91 593234.22 4920609.5 593246.7 4920624.92 593328.48 4920765.82 593347.73 4920839.77 593404.31 4920967.6 593502.03 4921060.47 593673.41 4921154.4 593811.8 4921245.32 593889.98 4921284.55 593956.05 4921282.97 593992.2 4921242.85 594012.67 4921232.99 594032.87 4921240.9 594055.33 4921269.17 594091.91 4921373.85 594124.3 4921417.51 594156.84 4921451.0 594204.73 4921477.1 594438.35 4921483.022598399.81 4915443.8 598376.36 4915484.1 598349.86 4915559.93 598339.37 4915582.64 598334.0 4915602.88 598323.69 4915612.89 598320.89 4915630.64 598310.48 4915648.27 598291.89 4915703.88 598283.53 4915754.57 598277.31 4915833.23 598269.58 4915840.74 598269.44 4915850.89 598261.67 4915860.94 598256.11 4915893.89 598240.25 4915936.84 598237.56 4915946.96 598224.38 4915979.79 598196.08 4916004.79 598173.11 4916012.08 598086.76 4916010.82 598066.22 4916025.77 598055.62 4916056.1 598052.45 4916099.24 597946.56 4916219.63 597935.92 4916252.5 597932.97 4916280.4 597972.5 4916357.18 597997.39 4916393.11 597997.02 4916418.51 597956.01 4916443.31 597955.76 4916461.09 597973.28 4916479.13 598028.89 4916497.72 598203.99 4916510.42 598226.63 4916525.99 598238.96 4916551.57 598248.71 4916579.65 598250.0 4916666.04 598254.93 4916676.27 598271.97 4916727.32 598287.03 4916740.24 598306.64 4916788.79 598458.66 4916991.68 598482.81 4917078.4 598482.36 4917108.88 598492.38 4917119.18 598492.19 4917131.88 598516.93 4917177.96 598546.74 4917224.12 598559.0 4917254.78 598578.32 4917323.65 598588.15 4917346.65 598608.32 4917357.11 598773.14 4917377.28 598780.87 4917369.77 598834.43 4917355.3 598959.98 4917280.92 599031.57 4917248.93 599072.32 4917241.9 599181.42 4917251.1 599229.45 4917267.04 599269.68 4917295.57 599340.02 4917349.93 599488.65 4917435.92 599531.42 4917464.482591902.9 4915016.84 591891.57 4915097.97 591862.75 4915158.51 591842.17 4915176.0 591795.57 4915236.29 591721.07 4915293.63 591582.89 4915362.76 591551.9 4915397.87 591533.61 4915433.17 591528.01 4915468.66 591504.53 4915511.5 591465.92 4915546.5 591387.08 4915552.98 591361.5 4915565.31 591263.92 4915637.57 591240.84 4915652.47 591200.17 4915654.42 591119.08 4915640.55 591015.58 4915595.86 590997.94 4915585.44 590861.87 4915509.8 590818.87 4915496.48 590752.8 4915498.06 590699.1 4915522.69 590629.94 4915562.33 590513.7 4915695.28 590459.3 4915768.16 590410.68 4915792.85 590331.65 4915812.03 590277.95 4915836.65 590166.23 4915832.49 590064.79 4915820.86 589948.52 4915781.07 589801.32 4915771.32 589680.19 4915716.22 589677.72 4915711.12599572.91 4914777.47 599544.72 4914794.85 599485.57 4914844.79 599459.99 4914857.12 599459.84 4914867.28 599408.6 4914897.02 599322.29 4914893.23 599175.46 4914858.08 598980.12 4914840.01 598858.22 4914838.24 598792.37 4914824.58 598756.77 4914826.61 598713.23 4914851.38 598671.93 4914896.51 598664.02 4914916.71 598640.76 4914944.32 598632.62 4914979.77 598622.2 4914997.4 598606.05 4915060.67 598609.14 4915197.892590554.45 4913935.46 590503.25 4913962.66 590464.61 4914000.2 590446.46 4914025.34 590446.2 4914043.12 590430.59 4914068.3 590381.6 4914118.39 590368.57 4914141.072593835.8 4913983.03 593868.04 4914036.84 593932.97 4914113.99 593942.8 4914137.0 593989.91 4914216.43 594007.13 4914254.78 594072.39 4914309.07 594124.7 4914380.96 594187.64 4914419.97 594230.15 4914466.32 594242.37 4914499.52 594251.94 4914540.3 594271.78 4914573.61 594304.28 4914609.65 594357.1 4914645.98 594422.36 4914700.27 594454.64 4914751.54 594451.51 4914792.14 594327.76 4914917.36 594317.16 4914947.69 594347.2 4914978.61 594399.91 4915022.56 594537.57 4915164.27 594562.19 4915217.97 594602.09 4915269.35 594705.19 4915341.98 594783.3 4915386.29 594826.29 4915399.62 594891.81 4915436.13 594924.75 4915441.69 595104.96 4915451.92 595325.03 4915516.08 595393.42 4915529.77 595461.11 4915591.72 595494.02 4915599.82 595531.78 4915623.23 595599.32 4915695.33 595621.89 4915715.98 595620.41 4915817.57 595630.13 4915848.2 595632.05 4915891.41 595646.66 4915934.81 595683.8 4916001.39 595682.62 4916082.66 595653.91 4916135.59 595607.27 4916198.42 595602.01 4916211.05 595589.13 4916223.56 595575.99 4916253.86 595544.88 4916296.59 595516.58 4916321.58 595472.96 4916351.43 595462.47 4916374.14 595455.95 4916473.12 595448.23 4916480.63 595440.27 4916503.37 595293.3 4916653.66 595255.06 4916663.27 595133.0 4916671.66 594974.69 4916727.79 594855.14 4916738.76 594804.38 4916735.48 594685.42 4916705.81 594593.95 4916707.03 594545.51 4916719.03 594509.74 4916733.75 594447.9 4916793.82 594434.79 4916821.57 594430.78 4916923.13 594445.32 4916971.6 594449.7 4917019.93 594445.98 4917101.172594445.98 4917101.17 594437.74 4917144.23 594419.44 4917179.53 594413.85 4917215.01 594372.29 4917277.92 594341.41 4917305.41 594277.44 4917337.51 594203.38 4917364.38 594187.59 4917402.25 594179.12 4917460.56 594155.68 4917500.86 594111.73 4917553.57 594093.47 4917586.33 594080.63 4917596.3 594062.26 4917636.68 594049.19 4917661.89 594033.37 4917702.31 593994.05 4917785.57 593942.52 4917835.63 593929.46 4917860.84 593925.44 4917962.39 593909.25 4918028.21 593875.53 4918075.98 593787.89 4918163.62 593777.29 4918193.95 593759.14 4918219.09 593727.53 4918297.38 593724.47 4918332.9 593713.36 4918398.79 593701.83 4918492.61 593674.85 4918776.73 593684.09 4918840.37 593713.39 4918922.08 593775.01 4919052.53 593786.27 4919151.76 593778.17 4919184.67 593815.38 4919246.18 593816.74 4919327.48 593828.49 4919393.7 593825.17 4919447.0 593809.53 4919474.71 593808.72 4919530.59 593815.82 4919566.26 593840.08 4919645.36 593879.35 4919739.92 593881.6 4919760.27 593883.07 4919833.96 593872.73 4919846.51 593871.62 4919922.7 593881.56 4919938.09 593903.5 4920001.91 593913.03 4920045.24 593909.68 4920101.07 593899.04 4920133.94 593890.73 4920182.09 593888.99 4920301.46 593898.16 4920370.18 593922.19 4920464.51 593956.57 4920546.3 594003.94 4920607.95 594036.04 4920671.93 594073.4 4920723.27 594123.5 4920772.26 594168.84 4920798.32 594234.91 4920796.74 594273.27 4920779.52 594306.65 4920754.6 594350.05 4920739.99 594393.15 4920745.69 594425.83 4920769.03 594440.63 4920799.72 594445.45 4920817.58 594467.46 4920876.32 594475.01 4920881.512598193.99 4914046.21 598165.2 4914104.22 598111.09 4914156.78 598082.9 4914174.15 597942.7 4914207.68 597932.28 4914225.31 597931.58 4914273.57 597898.09 4914306.11 597841.59 4914348.47 597818.25 4914381.16 597799.88 4914421.53 597766.43 4914451.53 597715.85 4914435.562597715.85 4914435.56 597622.03 4914424.04 597335.59 4914381.78 597274.82 4914368.2 597206.65 4914339.27 597116.03 4914282.07 597068.51 4914230.57 597055.85 4914227.85 596964.49 4914221.44 596926.62 4914205.65 596863.75 4914161.56 596838.87 4914125.63 596720.5 4914055.33 596695.54 4914024.482599460.04 4921162.08 599461.84 4921212.91 599466.77 4921223.14 599474.21 4921235.952599478.51 4921114.08 599470.86 4921116.51 599460.04 4921162.082589465.3 4925808.14 589498.06 4925826.4 589518.38 4925826.692589474.98 4925315.47 589479.99 4925320.62 589511.57 4925420.15 589523.02 4925506.69 589516.61 4925773.32 589518.38 4925826.692 \ No newline at end of file + timeStamp="2014-06-13T09:32:23.081Z" xsi:schemaLocation="http://www.openplans.org/spearfish http://localhost:9876/e2egeoserver/sf/wfs?service=WFS&version=1.0.0&request=DescribeFeatureType&typeName=sf%3Astreams http://www.opengis.net/wfs http://localhost:9876/e2egeoserver/schemas/wfs/1.1.0/wfs.xsd">609359.35 4925141.5 609338.87 4925151.33 609318.39 4925161.16 609302.86 4925178.7 609287.38 4925193.69 609253.84 4925226.18 609238.03 4925261.49 609237.05 4925322.44 609251.56 4925368.4 609251.11 4925396.34 609252.55 4925464.95 609236.95 4925487.56 609172.52 4925544.96 609171.99 4925577.971609171.99 4925577.97 609183.96 4925623.89 609193.02 4925692.62 609207.2 4925758.9 609234.32 4925810.14 609269.14 4925856.43 609268.57 4925891.98 609204.02 4925956.99 609198.66 4925974.69 609200.14 4926040.76 609224.56 4926102.12 609274.33 4926166.43 609294.41 4926181.99 609309.2 4926210.17 609300.89 4926253.23 609280.08 4926283.38 609249.2 4926308.28 609238.55 4926338.6 609217.83 4926363.67 609222.13 4926412.01609337.03 4926375.74 609306.47 4926380.33 609229.79 4926409.59 609222.13 4926412.01607279.65 4926358.02 607302.42 4926363.46 607373.61 4926359.52 607540.04 4926278.36 607593.29 4926284.29 607661.33 4926318.41 607704.3 4926331.8 607755.18 4926327.53 607806.21 4926313.11 607839.64 4926288.24 607880.15 4926296.51 607969.12 4926292.85 608010.36 4926255.41 608026.01 4926230.26 608089.42 4926236.35 608159.84 4926280.67 608225.59 4926299.5 608261.3 4926289.91 608279.45 4926267.34 608335.69 4926245.38 608390.12 4926177.66 608443.45 4926178.52 608486.87 4926163.97 608626.51 4926168.75 608708.94 4926256.44 608731.63 4926266.97 608757.03 4926267.37 608777.63 4926249.92 608780.38 4926237.26 608828.63 4926238.04 608843.66 4926250.98 608847.77 4926312.01 608880.29 4926343.02 608907.5 4926389.18 608940.51 4926389.71 608991.63 4926370.21 609057.75 4926366.18 609100.8 4926374.5 609211.69 4926429.62 609219.43 4926422.12 609222.13 4926412.01608825.39 4921525.67 608843.0 4921536.11 608900.44 4921598.0 608935.63 4921621.43 608988.55 4921647.68 609104.85 4921682.57 609147.66 4921706.12 609172.57 4921737.0 609182.32 4921762.56 609176.55 4921805.65 609155.46 4921853.58 609142.59 4921863.54 609121.5 4921911.47 609110.69 4921951.94 609110.12 4921987.49 609122.09 4922033.41 609161.99 4922079.78 609254.98 4922142.23 609348.34 4922181.83 609409.09 4922195.511607505.25 4920046.37 607547.21 4920123.25 607546.6 4920161.35 607502.98 4920188.59 607441.7 4920207.93 607416.02 4920225.3 607405.65 4920237.84 607405.12 4920270.85 607440.44 4920286.66 607686.38 4920316.01 607736.72 4920344.76 607781.54 4920401.36 607818.38 4920480.7 607835.14 4920544.48 607844.44 4920597.97 607854.44 4920608.3 607879.83 4920608.7 607892.65 4920601.29 607901.01 4920555.7 607929.35 4920530.75 607997.88 4920534.38 608058.67 4920545.52 608140.06 4920539.2 608218.51 4920558.24 608326.94 4920608.25 608377.45 4920626.84 608437.79 4920665.91 608445.17 4920681.27 608454.92 4920706.83 608448.98 4920760.08 608435.35 4920818.29 608431.71 4920886.82 608441.67 4920899.68 608449.95 4921016.67 608430.38 4921128.13 608426.75 4921196.66 608438.96 4921227.34 608461.45 4921250.56 608491.72 4921263.75 608527.36 4921259.24 608654.83 4921230.8 608695.38 4921236.53 608738.11 4921265.16 608745.44 4921283.06 608752.17 4921339.05 608743.73 4921389.73 608750.74 4921427.94 608765.53 4921456.12 608820.55 4921510.35 608825.39 4921525.671607125.64 4919163.87 607125.4 4919179.11 607155.39 4919210.07 607165.26 4919228.01 607159.29 4919283.81 607156.62 4919291.38 607151.22 4919311.62 607125.09 4919356.93 607127.51 4919364.59 607101.54 4919399.74 607083.28 4919429.93 607083.11 4919440.09 607072.63 4919460.24 607064.64 4919482.98 607046.34 4919515.71 607043.63 4919525.82 607030.57 4919548.48 606963.6 4919605.83 606884.14 4919650.29 606786.29 4919732.55 606752.7 4919767.58 606729.11 4919812.92 606730.64 4919876.46 606742.8 4919909.68 606765.46 4919922.74 606871.88 4919939.69 606912.03 4919970.81 606933.99 4920027.05 606966.96 4920030.12 606992.56 4920017.83 607053.48 4920021.35 607088.75 4920039.69 607131.43 4920070.86 607172.11 4920068.97 607197.79 4920051.6 607213.35 4920031.53 607214.09 4919985.82 607199.62 4919937.32 607165.0 4919878.34 607165.57 4919842.78 607186.17 4919825.33 607247.53 4919800.91 607321.1 4919807.17 607371.37 4919841.0 607421.47 4919884.98 607426.26 4919902.84 607492.84 4920028.39 607505.25 4920046.371603930.2 4918353.11 603932.29 4918381.09 603944.54 4918409.23 603959.61 4918419.63 604014.19 4918501.8 604036.11 4918560.58 604045.25 4918624.23 604046.97 4918675.06 604055.91 4918751.42 604077.38 4918838.13 604102.17 4918876.63 604117.33 4918881.96 604142.77 4918879.83 604165.91 4918862.41 604189.29 4918829.76 604200.02 4918794.37 604239.01 4918739.11 604292.3 4918742.5 604413.19 4918807.95 604509.58 4918817.11 604552.39 4918840.66 604610.64 4918851.76 604642.27 4918938.64 604646.82 4918971.73 604676.52 4919020.48 604711.87 4919033.74 604775.53 4919024.6 604806.29 4919007.31 604850.16 4918964.83 604860.68 4918942.14 604873.58 4918929.64 604891.93 4918894.37 604925.56 4918856.8 604938.34 4918851.93 604978.89 4918857.66 605003.84 4918886.0 605075.9 4918986.23 605115.85 4919030.05 605169.06 4919038.53 605235.54 4919011.65 605297.1 4918974.53 605410.43 4918877.27 605451.84 4918829.67 605479.98 4918817.42 605523.11 4918820.65 605583.54 4918854.64 605654.73 4918850.71 605736.36 4918829.15 605787.0 4918840.12 605834.11 4918912.01 605851.73 4918922.45 605945.57 4918931.58 606104.59 4918995.09 606152.69 4919006.02 606221.26 4919007.12 606300.88 4918952.51 606344.38 4918932.88 606419.05 4918870.57 606444.77 4918850.66 606505.72 4918851.64 606553.78 4918865.11 606599.0 4918896.32 606626.33 4918934.86 606643.45 4918975.78 606674.84 4919077.9 606696.36 4919162.07 606711.11 4919192.79 606725.98 4919215.9 606773.91 4919236.99 606857.72 4919238.33 606919.03 4919216.45 606947.5 4919183.88 606963.43 4919140.95 606989.31 4919110.88 607027.49 4919106.41 607052.77 4919114.44 607095.25 4919158.3 607125.64 4919163.871603206.04 4915826.58 603203.26 4915841.78 603161.89 4915886.84 603161.03 4915940.17 603187.91 4916006.65 603194.55 4916067.73 603201.93 4916083.09 603204.18 4916100.91 603228.6 4916162.27 603245.98 4916187.95 603292.07 4916323.32 603304.36 4916348.92 603306.54 4916371.82 603316.25 4916399.92 603333.74 4916417.98 603384.17 4916441.65 603455.2 4916447.87 603498.05 4916468.88 603510.22 4916502.1 603506.13 4916598.57 603487.66 4916641.46 603463.5 4916722.36 603462.24 4916801.09 603472.03 4916824.11 603481.95 4916839.51 603544.42 4916904.02 603566.38 4916960.26 603576.34 4916973.12 603647.02 4917159.7 603693.16 4917292.54 603725.16 4917356.56 603762.48 4917405.42 603847.73 4917475.38 603981.15 4917551.18 604033.26 4917628.23 604069.89 4917720.27 604069.12 4917768.52 604053.6 4917786.05 604004.98 4917808.14 603970.82 4917878.72 603968.04 4917893.92 603957.68 4917906.45 603949.73 4917926.65 603943.43 4918002.76 603960.27 4918061.46 604017.3 4918148.74 604039.79 4918171.96 604038.94 4918225.3 603979.51 4918287.85 603943.46 4918317.76 603930.36 4918342.95 603930.2 4918353.111602786.06 4915560.74 602806.1 4915578.84 603031.23 4915638.34 603099.4 4915664.83 603154.37 4915721.6 603196.57 4915783.24 603203.87 4915803.68 603206.04 4915826.581602333.86 4915403.61 602465.56 4915428.58 602554.08 4915452.87 602662.51 4915502.87 602733.06 4915539.57 602786.06 4915560.741601693.09 4914649.03 601725.49 4914687.65 601767.61 4914754.38 601807.06 4914828.68 601887.66 4915030.65 601914.86 4915076.82 602039.57 4915221.07 602124.74 4915296.11 602154.89 4915316.91 602169.92 4915329.86 602253.0 4915376.91 602333.86 4915403.611604043.03 4927482.33 603903.1 4927495.33 603856.98 4927519.99 603833.8 4927539.94 603815.09 4927598.07 603796.94 4927620.64 603781.09 4927658.5 603780.93 4927668.65 603773.23 4927673.61 603770.12 4927709.13 603762.42 4927714.08 603761.2 4927790.27 603800.21 4927892.51 603815.99 4928017.242606122.52 4927388.63 606195.56 4927427.91 606334.64 4927468.24 606342.01 4927483.6 606338.41 4927549.59 606333.13 4927562.21 606335.1 4927597.81 606382.25 4927667.15 606389.63 4927682.51 606386.36 4927728.18 606332.17 4927780.66 606298.06 4927848.7 606207.62 4927943.79 606171.66 4927968.62 606127.71 4928016.18 606112.06 4928041.33 606114.32 4928059.152605883.17 4927265.4 605913.36 4927283.67 605948.63 4927302.02 606067.99 4927303.932605522.71 4926614.38 605527.38 4926639.86 605561.72 4926716.62 605606.7 4926763.07 605646.44 4926819.59 605681.42 4926855.72 605659.52 4926954.44 605666.81 4926974.88 605724.0 4927052.0 605741.17 4927090.38 605755.64 4927138.88 605811.31 4927152.48 605818.64 4927170.382601444.2 4926218.79 601433.22 4926269.42 601420.0 4926302.23 601419.79 4926314.93 601409.35 4926332.54 601364.55 4926433.44 601350.59 4926511.97 601355.42 4926527.29 601380.49 4926548.01 601410.64 4926568.82 601407.62 4926599.25 601394.55 4926621.91 601401.72 4926649.96 601429.45 4926663.11 601487.79 4926669.13 601485.47 4926813.89 601505.3 4926844.69 601512.87 4926847.35 601543.35 4926847.84 601586.57 4926845.99 601593.7 4926876.59 601580.43 4926911.94 601530.95 4926987.36 601528.29 4926994.94 601523.01 4927007.55 601512.36 4927037.87 601514.17 4927083.62 601549.2 4927117.21 601550.76 4927178.2 601570.87 4927191.22 601705.48 4927193.38 601717.89 4927211.36 601730.02 4927247.12 601726.42 4927313.11 601715.61 4927353.58 601719.55 4927424.78 601726.76 4927450.3 601761.67 4927491.5 601832.41 4927515.5 601877.52 4927554.32 601909.76 4927603.11 601909.27 4927633.58 601923.82 4927677.0 601941.35 4927692.53 601971.91 4927687.93 602007.67 4927675.81 602065.96 4927684.36 602098.61 4927707.75 602110.9 4927733.35 602112.7 4927779.1 602102.34 4927791.64 602099.36 4927819.53 602101.12 4927867.83 602127.84 4927944.47 602130.13 4927959.74 602137.55 4927972.562605931.37 4924890.96 605902.09 4924974.33 605896.49 4925007.26 605830.27 4925176.4 605806.84 4925211.59 605785.67 4925264.6 605738.45 4925357.83 605719.82 4925410.88 605714.7 4925413.34 605714.49 4925426.04 605706.79 4925431.0 605676.45 4925580.39 605675.76 4925623.56 605693.52 4925783.89 605682.79 4925819.28 605677.59 4925826.82 605668.95 4925890.19 605678.25 4925943.69 605732.5 4926046.17 605765.07 4926074.63 605818.24 4926085.65 605917.16 4926094.85 605947.44 4926108.04 605959.73 4926133.64 605961.7 4926169.24 605973.5 4926225.31 605998.17 4926271.43 606056.13 4926300.31 606132.08 4926316.77 606335.17 4926325.1 606388.79 4926308.18 606434.34 4926319.07 606487.39 4926337.7 606540.88 4926328.4 606583.94 4926336.71 606611.55 4926357.47 606674.96 4926363.57 606679.06 4926424.6 606701.35 4926460.52 606728.88 4926486.37 606794.18 4926533.14 606814.37 4926541.09 606862.71 4926536.78 606903.55 4926524.73 606980.31 4926490.4 607054.16 4926478.88 607150.79 4926472.81 607176.39 4926460.52 607186.75 4926447.98 607194.74 4926425.24 607220.74 4926387.56 607246.47 4926367.65 607279.65 4926358.022601773.94 4924664.31 601765.59 4924709.9 601764.86 4924755.61 601801.98 4924817.18 601798.91 4924850.15 601775.6 4924877.72 601716.58 4924914.88 601708.55 4924940.16 601703.15 4924960.39 601690.25 4924972.89 601666.9 4925003.0 601656.34 4925028.23 601668.79 4925043.67 601665.89 4925066.49 601629.68 4925106.55 601629.43 4925121.79 601651.84 4925150.1 601694.41 4925188.88 601749.55 4925235.49 601805.22 4925249.09 601842.46 4925303.03 601857.13 4925338.83 601863.97 4925387.2 601853.41 4925412.44 601817.32 4925444.89 601768.91 4925454.27 601677.31 4925462.96 601651.59 4925482.87 601648.52 4925515.85 601665.94 4925538.99 601731.32 4925580.68 601733.29 4925616.28 601706.75 4925686.99 601688.52 4925714.64 601651.71 4925792.8 601561.39 4925880.26 601499.26 4925952.94 601478.33 4925990.71 601489.85 4926064.56 601486.54 4926112.77 601467.74 4926175.98 601444.2 4926218.792606628.74 4924333.1 606642.94 4924556.88 606657.53 4924597.76 606748.97 4924756.73 606769.08 4924769.75 606842.37 4924793.79 606892.67 4924825.08 606967.68 4924899.95 606977.56 4924917.89 606995.01 4924938.49 607024.59 4924994.85 607038.85 4925056.05 607081.3 4925102.46 607101.45 4925112.94 607147.2 4925111.13 607327.48 4925116.56 607406.46 4925102.58 607540.85 4925117.44 607614.55 4925116.08 607675.46 4925119.6 607692.79 4925147.82 607694.92 4925173.26 607715.24 4925173.58 607786.88 4925141.7 607964.13 4925177.57 608022.66 4925170.89 608068.82 4925143.68 608115.15 4925106.32 608173.93 4925084.4 608346.34 4925104.94 608392.09 4925103.14 608420.23 4925090.88 608496.99 4925056.55 608639.75 4925025.81 608708.32 4925026.91 608738.43 4925050.26 608821.06 4925125.25 608868.74 4925161.58 608919.21 4925182.71 608982.54 4925193.89 609007.65 4925212.07 609025.14 4925230.13 609065.66 4925238.4 609075.57 4925253.81 609071.61 4925342.65 609105.74 4925432.11 609110.08 4925477.91 609109.03 4925543.94 609136.64 4925564.7 609171.99 4925577.972602113.52 4924240.43 602103.2 4924250.43 602084.44 4924311.1 602068.96 4924326.09 602036.03 4924320.48 602003.5 4924289.48 601975.52 4924291.57 601965.0 4924314.26 601956.97 4924339.54 601931.21 4924361.99 601885.17 4924381.57 601877.3 4924396.69 601876.16 4924467.8 601881.0 4924483.12 601877.97 4924513.56 601867.53 4924531.17 601864.83 4924541.29 601857.0 4924553.86 601854.34 4924561.44 601843.98 4924573.98 601833.45 4924596.67 601807.41 4924636.9 601773.94 4924664.312601183.42 4923786.05 601184.69 4923864.82 601240.91 4924002.9 601240.42 4924033.38 601229.9 4924056.07 601231.74 4924099.29 601241.74 4924109.61 601259.44 4924114.97 601294.42 4924151.1 601298.08 4924240.07 601320.57 4924263.29 601340.8 4924268.7 601355.64 4924294.34 601367.76 4924330.1 601382.55 4924358.28 601422.66 4924391.94 601467.93 4924420.61 601474.9 4924461.37 601509.96 4924492.42 601588.41 4924511.46 601616.06 4924529.68 601645.92 4924568.26 601657.69 4924626.88 601677.64 4924650.06 601773.94 4924664.312605632.59 4923720.17 605520.97 4923710.76 605477.71 4923715.14 605454.45 4923740.17 605436.22 4923767.83 605425.01 4923833.69 605414.44 4923858.93 605389.96 4923960.15 605382.13 4923972.73 605365.8 4924041.05 605342.25 4924083.86 605313.7 4924121.51 605284.79 4924182.01 605276.4 4924230.14 605266.11 4924237.6 605263.09 4924268.04 605254.9 4924303.47 605259.2 4924351.81 605253.19 4924410.14 605222.06 4924450.28 605214.2 4924465.4 605190.85 4924495.51 605126.3 4924560.52 605090.34 4924585.35 605054.46 4924605.1 605011.0 4924622.18 604947.34 4924631.33 604822.9 4924629.33 604789.48 4924654.2 604776.41 4924676.85 604717.15 4924729.25 604670.82 4924766.61 604562.57 4924863.95 604562.32 4924879.19 604541.76 4924894.1 604518.13 4924941.99 604516.95 4925015.64 604526.99 4925023.42 604534.08 4925056.56 604558.42 4925123.0 604557.2 4925199.19 604551.99 4925206.73 604540.86 4925267.52 604525.17 4925295.21 604503.84 4925358.37 604493.56 4925365.83 604490.49 4925398.81 604455.19 4925540.5 604457.21 4925573.56 604486.83 4925627.38 604478.52 4925670.43 604457.83 4925692.96 604432.23 4925705.25 604421.75 4925725.41 604431.5 4925750.97 604428.19 4925799.18 604409.07 4925882.7 604407.89 4925956.36 604419.89 4925999.73 604421.7 4926045.492604421.7 4926045.49 604388.24 4926072.9 604301.11 4926119.77 604283.34 4926119.48 604226.65 4926169.38 604226.16 4926199.86 604215.8 4926212.39 604152.06 4926226.61 604018.9 4926293.07 603970.16 4926322.77 603883.0 4926372.18 603872.47 4926394.87 603871.66 4926445.67 603819.64 4926521.04 603814.24 4926541.28 603775.21 4926599.08 603714.09 4926608.27 603622.54 4926614.42 603566.06 4926651.62 603564.71 4926735.43 603569.47 4926755.83 603566.2 4926801.5 603545.72 4926811.33 603512.58 4926818.42 603492.06 4926830.8 603455.81 4926873.4 603419.93 4926893.15 603365.9 4926935.47 603357.96 4926955.66 603336.67 4927016.29 603326.22 4927033.91 603313.44 4927038.78 603240.04 4927022.36 603204.07 4927047.19 603199.99 4927143.66 603158.66 4927186.18 603033.16 4927250.22 602991.99 4927282.58 602955.71 4927327.73 602952.92 4927342.93 602934.98 4927352.8 602934.78 4927365.5 602827.22 4927419.66 602752.83 4927464.2 602706.39 4927509.18 602665.02 4927554.24 602513.75 4927640.73 602480.17 4927675.76 602461.9 4927705.95 602448.55 4927746.38 602422.79 4927768.83 602371.71 4927785.79 602333.29 4927805.5 602261.41 4927852.61 602250.8 4927880.39 602247.98 4927898.12 602219.55 4927928.15 602186.05 4927958.1 602137.55 4927972.562599444.25 4923567.66 599469.32 4923588.39 599496.24 4923652.33 599546.14 4923709.01 599626.55 4923763.65 599686.53 4923825.58 599701.2 4923861.38 599715.7 4923907.33 599740.37 4923953.46 599777.81 4923994.7 599785.19 4924010.06 599781.59 4924076.05 599806.5 4924106.94 599872.0 4924141.01 599904.49 4924174.55 599913.99 4924215.35 599979.66 4924239.27 600009.77 4924262.61 600051.76 4924336.95 600101.86 4924380.94 600159.59 4924425.05 600163.61 4924491.17 600178.52 4924511.73 600203.63 4924529.91 600235.87 4924578.7 600278.6 4924607.32 600321.45 4924628.33 600384.62 4924649.67 600409.52 4924680.55 600406.58 4924705.91 600396.26 4924715.9 600401.01 4924736.3 600430.75 4924782.5 600457.8 4924838.83 600472.22 4924889.86 600468.66 4924953.31 600455.27 4924996.29 600434.22 4925041.67 600423.58 4925071.99 600427.84 4925122.86 600434.93 4925156.0 600442.47 4925161.2 600471.76 4925235.34 600494.05 4925271.26 600516.34 4925307.18 600525.97 4925340.36 600560.67 4925394.27 600583.32 4925407.33 600649.23 4925416.01 600719.73 4925455.24 600827.27 4925561.12 600847.02 4925597.0 600851.41 4925640.26 600883.89 4925673.8 600947.06 4925695.14 600992.08 4925739.04 601037.31 4925770.25 601042.06 4925790.65 601043.01 4925889.74 601067.64 4925938.4 601140.76 4925972.59 601153.17 4925990.58 601160.39 4926016.09 601187.96 4926039.4 601261.28 4926060.9 601309.05 4926092.15 601434.04 4926218.63 601444.2 4926218.792600646.99 4923177.94 600656.82 4923198.42 600656.25 4923233.98 600670.96 4923267.24 600713.53 4923306.02 600725.74 4923336.7 600724.52 4923412.89 600731.44 4923456.19 600753.69 4923494.65 600783.68 4923525.61 600838.98 4923562.07 600892.03 4923580.7 600937.66 4923586.51 600965.68 4923581.88 601006.23 4923587.61 601038.48 4923636.39 601043.23 4923656.79 601063.14 4923682.51 601083.13 4923703.16 601135.9 4923739.57 601168.3 4923778.19 601183.42 4923786.052599452.82 4922874.29 599561.98 4922878.58 599602.13 4922909.7 599629.58 4922940.63 599652.31 4922948.61 599680.33 4922943.98 599736.49 4922927.1 599802.32 4922940.86 599959.13 4922984.01 600139.44 4922986.9 600215.84 4922975.43 600287.31 4922953.71 600502.62 4922992.72 600567.84 4923044.57 600617.41 4923121.58 600631.87 4923170.08 600646.99 4923177.942600835.69 4922657.65 600824.8 4922703.21 600826.65 4922746.42 600888.8 4922831.25 600883.15 4922866.72 600857.38 4922889.17 600824.08 4922906.42 600808.6 4922921.42 600792.22 4922992.28 600709.81 4923062.09 600702.07 4923069.59 600693.96 4923099.94 600678.52 4923112.4 600667.84 4923145.25 600646.99 4923177.942600801.6 4922565.66 600825.77 4922642.25 600835.69 4922657.652604118.0 4922486.7 604102.6 4922496.61 604061.55 4922521.36 604031.16 4922515.79 604023.7 4922505.51 604013.87 4922485.03 603988.47 4922484.62 603978.19 4922492.08 603978.03 4922502.24 603967.67 4922514.77 603956.82 4922557.79 603935.85 4922598.1 603899.6 4922640.7 603894.28 4922655.86 603891.37 4922678.67 603857.87 4922708.62 603834.89 4922715.87 603806.5 4922743.36 603803.56 4922768.72 603785.58 4922781.13 603767.88 4922775.77 603733.06 4922729.48 603717.78 4922731.78 603704.83 4922746.81 603696.93 4922764.47 603695.43 4922858.44 603677.04 4922896.25 603699.04 4922949.95 603693.35 4922987.96 603610.25 4923100.94 603594.48 4923133.72 603592.2 4923275.94 603576.6 4923298.55 603538.18 4923318.26 603446.71 4923319.33 603420.99 4923339.24 603417.84 4923377.3 603389.62 4923394.63 603364.18 4923396.76 603298.31 4923385.54 603251.9 4923427.99 603246.62 4923440.6 603194.65 4923513.44 603190.6 4923607.37 603174.79 4923642.68 603126.01 4923674.92 603092.71 4923692.17 603074.48 4923719.82 603077.77 4923831.65 603069.5 4923872.16 603028.22 4923912.15 603002.66 4923921.9 602946.82 4923918.46 602929.29 4923902.94 602926.96 4923890.2 602882.05 4923838.67 602864.24 4923840.93 602851.33 4923853.42 602827.18 4923934.33 602806.33 4923967.02 602783.39 4923971.73 602745.54 4923955.88 602684.63 4923952.37 602636.82 4923923.66 602604.54 4923877.41 602579.1 4923879.55 602568.74 4923892.08 602565.47 4923937.75 602547.32 4923960.33 602531.96 4923967.7 602499.03 4923962.09 602474.0 4923938.83 602453.64 4923941.04 602458.19 4923974.14 602472.94 4924004.86 602474.58 4924060.77 602459.02 4924080.85 602375.41 4924066.81 602359.97 4924079.262606309.25 4921759.71 606275.22 4921822.67 606262.27 4921837.71 606262.07 4921850.41 606241.39 4921872.94 606204.98 4921925.7 606098.77 4922053.56 606075.35 4922088.75 606067.44 4922106.4 606057.08 4922118.94 606010.47 4922174.08 606007.65 4922191.81 605916.85 4922309.76 605911.73 4922312.21 605906.48 4922322.29 605815.8 4922432.61 605785.12 4922444.82 605683.46 4922448.27 605634.92 4922465.28 605599.0 4922487.57 605567.83 4922530.25 605551.9 4922573.18 605546.09 4922618.82 605522.98 4922633.69 605500.29 4922623.16 605487.88 4922605.18 605459.82 4922612.35 605418.25 4922670.11 605415.42 4922687.85 605402.48 4922702.89 605392.24 4922707.8 605361.32 4922735.25 605335.76 4922745.0 605305.16 4922752.13 605234.17 4922743.37 605223.89 4922750.83 605188.46 4922742.64 605155.76 4922721.8 605104.97 4922720.98 605056.39 4922740.53 605028.13 4922760.4 604984.71 4922774.94 604926.75 4922746.07 604889.3 4922704.82 604854.03 4922686.48 604833.51 4922698.85 604820.49 4922718.96 604817.74 4922731.62 604802.26 4922746.62 604779.32 4922751.33 604733.77 4922740.44 604701.08 4922719.59 604670.69 4922714.02 604663.23 4922703.74 604661.87 4922630.05 604646.75 4922622.19 604606.04 4922626.62 604549.64 4922658.74 604524.36 4922650.71 604486.75 4922619.62 604438.87 4922595.99 604398.96 4922549.63 604361.28 4922523.62 604285.09 4922522.4 604234.62 4922501.27 604209.51 4922483.08 604118.0 4922486.72599478.9 4921246.35 599483.86 4921254.05 599488.25 4921297.31 599495.5 4921320.29 599512.46 4921371.37 599527.13 4921407.17 599571.99 4921461.23 599596.74 4921502.28 599616.81 4921517.84 599687.52 4921544.37 599738.39 4921540.11 599829.74 4921546.65 599865.21 4921552.3 599908.47 4921547.92 599977.73 4921505.84 600026.15 4921496.45 600074.16 4921512.47 600116.84 4921543.63 600123.97 4921574.23 600119.97 4921665.62 600106.42 4921718.75 600114.99 4921817.96 600166.45 4921935.64 600208.44 4922009.98 600273.25 4922087.23 600307.47 4922171.61 600364.09 4922284.29 600386.46 4922315.13 600466.51 4922392.63 600529.19 4922444.44 600556.84 4922462.66 600698.53 4922497.96 600793.98 4922565.53 600801.6 4922565.662599491.11 4920484.45 599506.19 4920494.85 599553.59 4920548.96 599573.33 4920584.84 599574.16 4920691.55 599563.84 4920701.54 599552.83 4920754.712606133.96 4920491.82 606090.09 4920534.3 605940.84 4920653.84 605843.23 4920720.87 605815.05 4920735.66 605724.86 4920815.5 605637.53 4920875.07 605484.1 4920938.66 605424.83 4920991.06 605330.01 4921042.89 605267.71 4921125.72 605216.35 4921160.46 605142.0 4921202.46 605085.56 4921237.12 605012.99 4921327.41 605010.28 4921337.52 604935.53 4921404.92 604863.73 4921446.95 604848.45 4921449.25 604804.67 4921486.65 604799.22 4921509.43 604791.48 4921516.92 604756.76 4921623.06 604728.17 4921663.25 604668.86 4921718.18 604645.6 4921743.21 604627.13 4921786.1 604616.81 4921796.1 604616.6 4921808.8 604606.28 4921818.79 604606.08 4921831.49 604600.92 4921836.49 604600.75 4921846.65 604593.01 4921854.15 604579.58 4921899.66 604569.26 4921909.65 604561.23 4921934.93 604550.75 4921955.08 604481.36 4922004.78 604440.32 4922029.52 604411.98 4922054.47 604398.75 4922087.28 604395.64 4922122.8 604367.18 4922155.37 604312.99 4922207.85 604299.84 4922235.58 604286.33 4922286.17 604258.03 4922308.58 604178.89 4922332.71 604134.94 4922380.28 604132.0 4922405.63 604118.85 4922433.37 604118.0 4922486.72606790.13 4920443.9 606890.09 4920547.12 607025.57 4920653.44 607132.94 4920769.48 607314.96 4920983.24 607487.59 4921148.59 607537.53 4921202.74 607560.15 4921218.34 607620.16 4921277.73 607680.26 4921332.04 607755.35 4921401.83 607883.61 4921482.64 608011.96 4921558.36 608168.28 4921632.0 608297.31 4921664.55 608391.16 4921673.67 608434.62 4921656.59 608475.05 4921669.94 608513.19 4921668.01 608556.73 4921645.84 608597.77 4921621.1 608707.71 4921577.13 608825.39 4921525.672599626.32 4919973.47 599643.12 4920034.71 599673.1 4920065.67 599753.76 4920105.07 599776.21 4920130.83 599855.73 4920241.34 599913.17 4920303.23 599950.9 4920326.7 600029.71 4920322.88 600126.62 4920299.03 600172.14 4920312.46 600199.79 4920330.68 600234.81 4920364.27 600234.57 4920379.51 600247.1 4920389.87 600274.27 4920438.57 600289.1 4920464.21 600298.61 4920505.01 600352.89 4920604.95 600435.44 4920685.03 600440.32 4920697.81 600505.09 4920777.59 600557.57 4920831.78 600617.87 4920873.39 600652.77 4920914.6 600781.07 4920992.86 600800.86 4921026.2 600822.82 4921082.44 600866.06 4921238.1 600882.37 4921329.81 600892.16 4921352.83 600925.19 4921510.86 600926.96 4921559.15 600938.97 4921602.53 600989.94 4921750.69 601048.53 4921898.97 601041.99 4921990.31 601028.96 4922010.43 601025.9 4922043.4 601007.63 4922073.59 600989.12 4922119.02 600988.57 4922312.08 600980.13 4922362.75 600894.65 4922465.53 600874.05 4922482.99 600801.6 4922565.662599514.25 4918881.87 599625.47 4918916.68 599733.74 4918976.84 599786.22 4919031.03 599823.46 4919084.97 599930.46 4919223.86 599960.49 4919252.29 600041.31 4919281.53 600124.15 4919343.82 600161.71 4919377.45 600222.1 4919413.98 600327.83 4919474.1 600461.53 4919532.13 600577.06 4919615.27 600717.04 4919757.24 600757.31 4919780.74 600843.46 4919794.83 600944.51 4919829.47 601028.04 4919848.59 601126.27 4919900.97 601158.6 4919944.67 601168.39 4919967.69 601166.35 4920094.68 601181.19 4920120.32 601216.5 4920136.13 601289.86 4920155.09 601347.66 4920194.12 601400.06 4920253.38 601454.88 4920320.31 601540.57 4920362.33 601570.48 4920398.37 601604.86 4920472.59 601637.3 4920508.68 601657.17 4920536.94 601678.52 4920631.27 601722.49 4920741.21 601744.94 4920766.98 601752.23 4920787.42 601809.42 4920864.54 601819.18 4920890.1 601825.9 4920946.1 601834.8 4921024.99 601849.1 4921083.65 601854.81 4921203.13 601846.41 4921251.26 601841.25 4921256.26 601833.27 4921279.0 601817.54 4921309.23 601806.89 4921339.54 601798.18 4921407.99 601769.43 4921458.34 601675.92 4921586.4 601670.56 4921604.09 601665.4 4921609.09 601665.23 4921619.25 601644.27 4921659.56 601643.37 4921715.43 601652.92 4921753.69 601667.63 4921786.95 601674.47 4921835.33 601666.24 4921873.3 601645.4 4921905.99 601639.14 4921979.56 601623.29 4922017.41 601618.09 4922024.95 601604.13 4922103.47 601583.12 4922146.32 601454.06 4922273.81 601445.87 4922309.25 601432.56 4922347.14 601391.44 4922376.96 601294.61 4922395.73 601256.02 4922425.6 601229.93 4922468.37 601232.31 4922478.57 601214.08 4922506.22 601172.76 4922548.74 601129.3 4922565.83 601075.8 4922575.13 601019.56 4922597.09 600978.36 4922632.0 600922.65 4922620.94 600873.95 4922648.11 600835.69 4922657.652607768.01 4917916.7 607764.94 4917949.68 607751.92 4917969.79 607743.93 4917992.52 607723.08 4918025.21 607717.68 4918045.45 607707.24 4918063.07 607704.45 4918078.26 607694.09 4918090.8 607688.48 4918123.73 607683.28 4918131.27 607683.08 4918143.97 607675.38 4918148.93 607672.47 4918171.74 607635.82 4918239.74 607552.47 4918367.97 607543.3 4918464.35 607512.14 4918507.04 607483.71 4918537.07 607470.08 4918595.28 607457.18 4918607.77 607446.57 4918635.54 607433.67 4918648.04 607436.09 4918655.7 607428.3 4918665.74 607420.32 4918688.47 607409.92 4918703.55 607412.33 4918711.21 607391.53 4918741.36 607377.89 4918799.57 607347.01 4918824.47 607176.2 4918862.38 607114.96 4918879.18 607065.9 4918929.2 607064.35 4919025.71 607084.14 4919059.05 607119.04 4919100.26 607126.42 4919115.62 607128.35 4919153.75 607125.64 4919163.872599534.29 4917472.31 599564.45 4917493.12 599576.9 4917508.56 599677.18 4917591.45 599719.99 4917615.0 599745.31 4917620.49 599768.25 4917615.78 599806.63 4917598.61 599876.01 4917548.91 599937.57 4917511.8 599985.83 4917512.57 600018.56 4917530.88 600043.55 4917556.68 600060.27 4917623.0 600082.52 4917661.46 600130.12 4917702.87 600139.87 4917728.42 600133.61 4917801.99 600130.34 4917847.67 600150.37 4917865.77 600165.49 4917873.63 600241.56 4917882.47 600279.04 4917921.18 600295.96 4917974.8 600315.91 4917997.98 600325.91 4918008.3 600356.39 4918008.79 600410.0 4917991.87 600425.04 4918004.81 600421.4 4918073.34 600413.66 4918080.84 600402.52 4918141.63 600394.78 4918149.12 600391.59 4918189.72 600380.58 4918242.89 600384.11 4918339.48 600388.66 4918372.57 600398.74 4918377.82 600411.11 4918398.34 600451.06 4918442.16 600463.1 4918483.0 600503.21 4918516.67 600568.92 4918538.04 600693.07 4918557.82 600736.33 4918553.43 600800.27 4918526.51 600843.61 4918517.04 600924.67 4918531.04 601020.73 4918560.53 601098.69 4918610.04 601129.09 4918615.61 601167.18 4918616.22 601203.02 4918599.01 601233.33 4918609.66 601303.43 4918674.29 601371.35 4918716.02 601413.99 4918749.73 601449.39 4918760.46 601507.76 4918763.93 601646.67 4918814.43 601656.62 4918827.29 601666.46 4918847.77 601673.51 4918883.45 601685.76 4918911.59 601725.98 4918937.63 601847.6 4918957.36 601902.87 4918996.36 601923.18 4918996.68 601933.51 4918986.68 601941.82 4918943.63 601949.68 4918928.52 601967.62 4918918.64 602018.13 4918937.23 602043.08 4918965.58 602042.39 4919008.75 602031.94 4919026.37 601993.07 4919074.01 601992.55 4919107.03 602014.59 4919158.19 602002.84 4919257.07 601984.37 4919299.96 601981.67 4919310.08 601976.51 4919315.08 601971.1 4919335.31 601905.99 4919435.88 601905.82 4919446.04 601898.12 4919451.0 601905.13 4919489.22 601955.07 4919543.362601955.07 4919543.36 601972.6 4919558.89 602010.09 4919597.59 602087.35 4919690.28 602099.56 4919720.96 602141.72 4919785.14 602171.34 4919838.97 602178.51 4919867.02 602188.22 4919895.12 602242.92 4919969.67 602274.92 4920033.69 602286.43 4920107.55 602282.59 4920188.77 602271.38 4920254.64 602270.09 4920493.41 602218.24 4920558.63 602207.55 4920591.48 602197.19 4920604.02 602199.52 4920616.76 602191.86 4920619.18 602191.62 4920634.41 602176.02 4920657.03 602162.54 4920705.08 602158.46 4920801.55 602140.07 4920839.36 602141.67 4920897.81 602146.59 4920908.05 602156.26 4920938.69 602157.54 4921017.46 602133.99 4921060.27 602110.56 4921095.46 602092.3 4921125.65 602068.87 4921160.84 602055.81 4921183.49 602042.38 4921229.0 602025.47 4921332.88 602017.73 4921340.38 602015.29 4921492.76 602024.92 4921525.94 602033.77 4921607.37 602020.54 4921640.19 601968.98 4921687.63 601954.53 4921796.63 601943.6 4921844.72 601945.04 4921913.33 601943.9 4921984.44 601936.0 4922002.1 601923.09 4922014.59 601917.77 4922029.75 601835.12 4922114.8 601819.55 4922134.87 601818.94 4922172.96 601836.27 4922201.19 601850.53 4922262.38 601841.94 4922323.21 601831.41 4922345.91 601833.46 4922376.42 601853.17 4922414.84 601860.14 4922455.6 601857.45 4922623.22 601838.98 4922666.11 601826.04 4922681.14 601802.9 4922698.56 601767.1 4922713.22 601761.53 4922743.62 601781.04 4922794.74 601780.18 4922848.07 601720.91 4922900.47 601710.47 4922918.08 601708.84 4923019.67 601683.0 4923047.2 601557.62 4923103.62 601552.3 4923118.78 601554.22 4923156.91 601583.93 4923205.65 601578.48 4923228.43 601545.02 4923255.84 601529.29 4923286.07 601528.4 4923341.94 601510.46 4923351.82 601446.72 4923366.04 601446.39 4923386.35 601453.85 4923396.63 601463.32 4923439.97 601459.96 4923490.73 601438.95 4923533.57 601364.04 4923611.12 601356.22 4923623.7 601302.24 4923663.48 601268.73 4923693.43 601196.2 4923781.18 601183.42 4923786.052609334.9 4917471.85 609263.54 4917485.94 609240.57 4917493.2 609072.09 4917543.84 608985.01 4917588.18 608925.78 4917638.03 608851.48 4917677.49 608756.17 4917759.79 608720.25 4917782.08 608628.29 4917813.63 608530.97 4917862.88 608451.91 4917881.93 608406.44 4917865.96 608379.04 4917832.5 608346.55 4917798.95 608321.28 4917790.93 608257.74 4917792.45 608214.41 4917801.92 608153.66 4917788.24 608115.85 4917769.85 608065.66 4917730.94 608037.85 4917722.88 607999.75 4917722.27 607920.49 4917754.02 607879.41 4917781.31 607848.33 4917818.91 607817.08 4917866.68 607778.21 4917914.32 607768.01 4917916.72605363.83 4917029.71 605428.46 4916959.61 605472.57 4916901.89 605506.11 4916869.41 605599.09 4916774.36 605640.17 4916747.08 605744.21 4916753.83 605769.49 4916761.85 606226.47 4916779.33 606309.91 4916803.53 606350.06 4916834.66 606397.91 4916860.83 606491.59 4916880.12 606521.86 4916893.3 606546.53 4916939.42 606570.3 4917041.42 606592.79 4917064.64 606635.39 4917100.89 606731.08 4917153.23 606801.38 4917205.16 606892.12 4917249.8 607051.63 4917282.84 607094.23 4917319.09 607160.69 4917452.25 607327.35 4917673.39 607367.33 4917714.67 607440.29 4917759.03 607462.95 4917772.09 607554.25 4917781.18 607742.9 4917898.52 607768.01 4917916.72600860.19 4916530.77 601021.14 4916632.42 601220.56 4916711.83 601311.17 4916764.08 601407.35 4916785.95 601493.5 4916800.03 601577.03 4916819.15 601688.77 4916820.94 601836.48 4916797.9 601912.47 4916811.82 602055.68 4916910.65 602118.6 4916947.22 602181.36 4916993.96 602211.27 4917030.0 602230.16 4917119.21 602269.13 4917223.99 602321.57 4917280.72 602399.61 4917325.16 602452.17 4917374.26 602590.51 4917460.31 602743.35 4917592.32 602858.02 4917728.79 602867.93 4917744.19 602957.53 4917859.94 603015.21 4917906.59 603080.55 4917950.83 603224.7 4917991.24 603361.6 4918008.68 603432.22 4918040.29 603633.48 4918162.91 603671.29 4918181.3 603713.82 4918222.63 603771.13 4918292.13 603844.01 4918341.57 603930.2 4918353.112602333.86 4915403.61 602323.17 4915436.46 602291.97 4915481.69 602268.66 4915509.26 602235.4 4915523.97 602202.22 4915533.6 602138.89 4915522.42 602068.11 4915500.97 601776.0 4915498.83 601704.61 4915515.47 601625.35 4915547.22 601568.91 4915581.88 601474.12 4915631.17 601392.0 4915683.2 601212.59 4915781.94 601168.81 4915819.34 601094.47 4915861.34 601032.46 4915926.39 600916.97 4916158.25 600849.67 4916235.92 600831.61 4916253.41 600798.43 4916263.04 600755.42 4916252.19 600674.68 4916217.88 600636.59 4916217.27 600613.61 4916224.52 600561.96 4916277.04 600516.16 4916281.38 600419.94 4916262.06 600346.66 4916238.02 600252.65 4916239.06 600194.15 4916243.2 600189.15 4916238.042609518.78 4915508.58 609457.78 4915510.14 609263.87 4915562.92 609162.25 4915563.83 609057.87 4915577.42600948.18 4914210.32 600871.66 4914229.41 600777.41 4914245.68 600479.13 4914312.03 600415.31 4914331.33 600290.58 4914347.12 600157.87 4914385.64 600144.97 4914398.13 600093.2 4914458.27 600006.07 4914505.14 599954.87 4914529.72 599885.89 4914554.02 599659.64 4914723.14 599580.09 4914772.672602420.61 4914111.97 602412.38 4914149.95 602413.66 4914228.72 602423.24 4914264.44 602413.14 4914419.23 602407.74 4914439.47 602403.33 4914556.25 602387.15 4914614.42 602368.89 4914644.61 602352.75 4914700.24 602353.91 4914786.63 602355.88 4914822.23 602354.41 4914913.66 602340.37 4914997.26 602347.71 4915015.16 602349.56 4915058.38 602318.67 4915083.29 602305.44 4915116.1 602307.62 4915139.0 602319.75 4915174.76 602336.59 4915233.45 602359.12 4915254.14 602475.21 4915301.72 602522.94 4915335.51 602644.35 4915367.94 602699.74 4915399.31 602769.63 4915476.64 602796.75 4915527.88 602798.93 4915550.78 602786.06 4915560.742603916.48 4914135.94 603971.25 4914205.41 604003.45 4914256.73 604152.42 4914472.51 604154.71 4914487.78 604153.21 4914581.75 604122.04 4914624.44 604057.94 4914661.52 604045.2 4914663.85 604014.23 4914693.84 604000.96 4914729.19 603972.46 4914764.3 603910.69 4914814.12 603894.93 4914846.89 603899.52 4914877.45 603949.25 4914944.29 603956.59 4914962.19 603945.37 4915028.06 603921.41 4915096.27 603924.86 4915197.93 603934.62 4915223.49 603932.74 4915340.32 603875.77 4915408.0 603849.97 4915432.99 603775.83 4915462.28 603679.08 4915475.97 603630.62 4915487.9 603620.3 4915497.89 603494.92 4915554.31 603430.74 4915596.47 603386.87 4915638.95 603368.32 4915686.92 603363.16 4915691.92 603357.71 4915714.7 603336.78 4915752.47 603298.08 4915789.95 603206.04 4915826.582604884.14 4914148.91 604920.73 4914243.48 604996.85 4914407.29 605043.23 4914524.88 605057.78 4914568.3 605094.65 4914645.1 605144.47 4914706.87 605257.17 4914807.75 605271.72 4914851.17 605283.6 4914902.16 605305.6 4914955.86 605342.68 4915019.97 605452.55 4915138.58 605462.43 4915156.52 605467.02 4915187.08 605478.62 4915255.85 605525.69 4915330.28 605627.34 4915486.87 605659.82 4915520.41 605700.05 4915546.46 605778.29 4915578.2 605915.07 4915603.25 605968.24 4915614.27 606064.67 4915620.89 606122.92 4915631.99 606198.58 4915666.22 606231.07 4915699.77 606261.3 4915715.49 606375.42 4915727.48 606679.83 4915912.73 606678.37 4916004.15 606695.74 4916029.84 606728.59 4916040.52 606829.89 4916059.93 606898.02 4916088.96 606955.86 4916125.46 606996.62 4916118.49 607029.96 4916098.7 607098.41 4916107.42 607172.3 4916093.36 607279.9 4916036.66 607372.23 4915982.25 607418.19 4915967.74 608170.5 4915944.23 608414.72 4915922.74 608557.79 4915871.69 608580.94 4915854.28 608632.22 4915824.61 608732.81 4915729.69 608809.86 4915677.58 608927.66 4915618.5 609057.87 4915577.42606702.55 4914178.04 606709.84 4914198.48 606711.61 4914246.78 606731.48 4914275.04 606788.87 4914339.47 606795.47 4914403.08 606800.23 4914423.48 606833.0 4914439.25 606959.29 4914484.46 607092.96 4914545.03 607183.53 4914599.82 607203.52 4914620.47 607194.64 4914699.07 607238.97 4914786.16 607236.15 4914803.89 607223.04 4914829.09 607181.6 4914879.23 607175.86 4914919.78 607205.97 4914943.13 607277.0 4914949.35 607340.46 4914952.9 607339.23 4915029.09 607356.85 4915039.54 607440.29 4915063.74 607493.18 4915092.53 607553.2 4915151.92 607568.35 4915157.24 607677.56 4915158.99 607748.42 4915175.37 607900.56 4915193.05 607928.74 4915178.26 607939.63 4915132.71 607954.99 4915125.33 608028.36 4915144.29 608078.58 4915180.66 608147.07 4915186.84 608169.36 4915222.76 608220.82 4915340.44 608250.89 4915366.32 608281.41 4915364.27 608294.51 4915339.08 608317.7 4915319.13 608512.68 4915357.82 608555.94 4915353.43 608606.89 4915344.08 608658.42 4915299.18 608671.28 4915289.23 608818.42 4915301.75 608846.19 4915312.35 608845.42 4915360.61 608785.62 4915446.02 608785.09 4915479.04 608807.71 4915494.64 608865.96 4915505.74 608934.69 4915496.68 608982.82 4915505.07 609020.59 4915526.0 609057.87 4915577.42608599.69 4914208.44 608686.38 4914347.01 608791.34 4914455.38 608876.5 4914530.42 608913.7 4914586.9 608928.09 4914640.48 608934.93 4914688.862608934.93 4914688.86 608954.64 4914727.28 609049.48 4914832.95 609119.0 4914933.14 609166.65 4914972.0 609212.04 4914993.05 609252.55 4915001.32 609526.75 4915010.82602137.55 4927972.56 602129.6 4927992.762599552.83 4920754.71 599537.18 4920779.87 599526.21 4920830.5 599521.01 4920838.04 599506.03 4920980.05 599504.85 4921053.7 599494.0 4921096.72 599480.98 4921116.832589677.72 4915711.1 589654.79 4915715.85 589636.9 4915723.21 589603.85 4915725.271590368.57 4914141.07 590358.23 4914153.62 590352.27 4914214.5 590349.58 4914224.62 590329.63 4914374.21 590308.43 4914434.87 590304.56 4914526.26 590281.12 4914566.56 590255.42 4914586.51 590255.24 4914599.21 590244.75 4914621.92 590240.81 4914718.4 590230.47 4914730.95 590230.28 4914743.65 590217.29 4914763.78 590198.74 4914816.86 590178.09 4914839.42 590133.92 4914907.37 590028.32 4915007.45 590025.52 4915025.19 589963.43 4915103.04 589952.2 4915176.54 589946.2 4915239.96 589930.15 4915295.62 589929.27 4915356.57 589936.63 4915374.46 589943.66 4915415.2 589938.06 4915450.69 589919.95 4915473.29 589865.88 4915523.31 589814.94 4915532.73 589786.71 4915552.64 589768.6 4915575.24 589677.87 4915700.94 589677.72 4915711.11589554.51 4919303.8 589609.83 4919342.71 589675.06 4919399.54 589732.55 4919463.88 589764.46 4919540.55 589768.99 4919578.72 589760.41 4919644.64 589749.41 4919702.91 589747.86 4919809.58 589774.77 4919881.09 589787.21 4919899.06 589799.65 4919917.02 589829.61 4919953.02 589834.06 4919996.27 589828.73 4920013.97 589777.09 4920071.65 589738.81 4920083.79 589629.38 4920097.45 589611.38 4920112.43 589603.17 4920152.96 589617.67 4920203.97 589642.48 4920244.98 589702.51 4920309.35 589704.9 4920319.55 589722.28 4920347.74 589715.87 4920439.1 589705.35 4920464.35 589704.98 4920489.75 589691.95 4920512.42 589694.3 4920525.16 589681.49 4920532.591589681.49 4920532.59 589678.33 4920575.73 589665.15 4920608.56 589652.23 4920623.62 589605.63 4920683.91 589548.87 4920744.05 589541.03 4920759.18 589542.62 4920825.25 589565.22 4920843.36 589605.89 4920841.41 589697.65 4920819.88 589773.7 4920831.14 589801.49 4920841.7 589836.6 4920872.7 589858.54 4920936.52 589851.47 4921073.59 589843.78 4921078.56 589840.72 4921114.08 589821.99 4921179.86 589823.68 4921238.31 589838.33 4921279.17 589842.97 4921309.72 589887.1 4921419.59 589916.47 4921496.22 589928.73 4921526.88 589936.02 4921549.85 589945.77 4921577.93 589953.02 4921603.44 589986.59 4921741.1 589996.34 4921769.19 590021.08 4921815.27 590055.86 4921869.12 590080.96 4921889.81 590108.79 4921897.83 590185.09 4921891.32 590256.39 4921879.65 590292.28 4921857.31 590307.92 4921829.59 590333.69 4921804.56 590349.15 4921789.54 590397.4 4921790.24 590417.5 4921805.78 590437.41 4921834.01 590444.15 4921895.07 590439.91 4922011.86 590431.85 4922042.23 590430.38 4922143.82 590439.54 4922212.54 590459.31 4922250.93 590484.23 4922284.321590484.23 4922284.32 590579.78 4922351.75 590609.41 4922410.6 590608.45 4922476.64 590590.05 4922519.55 590566.57 4922562.4 590414.22 4922732.93 590403.62 4922763.26 590405.57 4922803.93 590420.44 4922829.55 590480.95 4922860.91 590579.52 4922895.36 590720.97 4922950.76 590751.05 4922979.14 590826.1 4923058.97 590891.61 4923095.49 590921.76 4923118.79 590961.44 4923185.41 590984.0 4923206.06 591031.92 4923229.62 591051.95 4923250.23 591091.59 4923319.39 591148.31 4923437.06 591165.76 4923460.18 591248.57 4923529.97 591263.48 4923728.33 591254.31 4923834.88 591273.57 4923908.83 591338.2 4924006.3 591344.68 4924085.14 591361.87 4924126.03 591391.75 4924167.11 591446.86 4924221.26 591494.15 4924287.99 591498.9 4924310.92 591497.28 4924422.67 591489.59 4924427.64 591486.64 4924455.54 591470.34 4924528.97 591472.21 4924574.72 591484.1 4924630.78 591568.02 4924799.65 591596.81 4924916.92 591580.5 4924990.36 591570.27 4924995.29 591572.59 4925010.56 591564.89 4925015.53 591553.82 4925078.88 591578.29 4925142.74 591577.45 4925201.151591502.95 4925258.5 591419.61 4925224.27 591373.86 4925226.15 591345.78 4925235.9 591332.89 4925248.41 591325.02 4925266.08 591310.92 4925362.41 591292.48 4925407.87 591266.79 4925427.81 591131.48 4925474.12 591108.4 4925489.03 591028.68 4925556.46 591010.49 4925584.14 590979.65 4925609.09 590925.87 4925638.8 590889.91 4925666.22 590805.29 4925720.88 590682.5 4925780.06 590662.07 4925787.391590662.07 4925787.39 590656.81 4925800.01 590613.3 4925822.24 590592.72 4925839.73 590582.31 4925857.36 590553.78 4925897.59 590540.16 4925960.9 590546.75 4926032.12 590551.61 4926047.43 590548.15 4926110.89 590540.23 4926131.1 590455.47 4926195.92 590442.03 4926246.53 590438.39 4926322.68 590433.16 4926332.77 590427.34 4926383.49 590416.82 4926408.74 590411.33 4926436.6 590403.64 4926441.57 590390.24 4926489.64 590385.09 4926494.65 590363.74 4926565.47 590353.29 4926585.64 590323.66 4926702.06 590309.08 4926831.4 590296.2 4926843.921590296.2 4926843.92 590260.64 4927018.68 590255.34 4927033.85 590243.08 4927178.46 590235.31 4927188.51 590226.3 4927284.91 590223.61 4927295.03 590218.12 4927322.9 590210.32 4927335.49 590204.76 4927368.43 590194.38 4927383.52 590183.89 4927406.23 590142.56 4927453.9 590062.87 4927518.79 590041.78 4927571.83 590038.46 4927625.13 590028.2 4927632.6 590030.4 4927655.49 590020.13 4927662.96 590019.58 4927701.06 590009.2 4927716.15 589998.56 4927749.02 589988.18 4927764.11 589977.36 4927809.681591577.45 4925201.15 591569.75 4925206.12 591559.3 4925226.29 591520.8 4925253.68 591502.95 4925258.51589514.05 4922445.53 589579.23 4922504.9 589691.35 4922656.4 589766.44 4922733.7 589846.31 4922831.39 589878.66 4922877.58 589953.57 4922967.58 590042.75 4923123.83 590062.44 4923167.3 590077.42 4923185.29 590104.33 4923256.81 590119.39 4923269.73 590136.61 4923308.09 590228.67 4923441.51 590308.43 4923546.82 590360.92 4923606.01 590669.33 4923884.83 590684.05 4923920.61 590691.23 4923951.19 590705.88 4923992.05 590733.12 4924040.71 590765.06 4924114.84 590772.24 4924145.43 590821.45 4924255.37 590840.78 4924324.24 590941.92 4924531.47 590956.87 4924552.01 590974.02 4924595.44 591015.94 4924682.42 591028.09 4924720.7 591097.22 4924858.88 591108.77 4924937.79 591107.48 4925201.96 591120.59 4925349.49 591130.23 4925385.193598090.36 4927678.34 598148.88 4927671.57 598181.56 4927694.91 598188.67 4927730.58 598180.79 4927748.24 598189.55 4927844.9 598201.88 4927870.48 598219.44 4927885.98 598254.77 4927901.73 598282.27 4927932.612597310.36 4927512.08 597454.76 4927539.58 597526.06 4927527.91 597602.17 4927534.09 597637.29 4927565.09 597669.83 4927598.58 597730.19 4927640.1 597798.69 4927646.17 597862.52 4927624.24 597890.34 4927632.26 597907.9 4927647.76 597919.82 4927701.28 597952.58 4927719.53 598016.08 4927720.45 598079.94 4927695.98 598090.36 4927678.342589443.06 4927342.14 589453.07 4927352.45 589490.03 4927431.74 589533.09 4927615.262594666.75 4926930.14 594689.39 4926945.71 594716.96 4926971.51 594726.42 4927019.91 594720.49 4927078.25 594699.77 4927105.9 594703.89 4927172.0 594696.16 4927179.51 594685.53 4927212.38 594649.34 4927255.04 594605.87 4927274.73 594531.89 4927296.52 594501.15 4927313.86 594444.36 4927376.54 594377.37 4927441.62 594339.05 4927456.31 594234.81 4927462.41 594173.42 4927492.01 594119.49 4927531.87 594104.22 4927534.19 594042.79 4927566.32 593999.06 4927603.79 593927.32 4927645.94 593914.55 4927650.83 593894.05 4927663.24 593855.69 4927680.46 593827.75 4927680.06 593812.33 4927692.54 593700.36 4927706.15 593631.46 4927728.02 593590.27 4927765.52 593559.17 4927808.26 593545.99 4927841.09 593525.34 4927863.652589518.38 4925826.69 589631.75 4925891.84 589689.39 4925946.03 589809.12 4926097.64 589856.31 4926171.99 589935.52 4926315.39 590034.13 4926522.58 590041.01 4926573.49 590042.44 4926649.72 590087.86 4926670.7 590092.17 4926724.11 590104.57 4926744.61 590119.81 4926744.83 590181.1 4926722.86 590224.2 4926728.56 590249.12 4926761.95 590266.38 4926797.76 590278.57 4926833.5 590296.2 4926843.922589489.75 4924121.76 589524.83 4924155.29 589607.31 4924247.93 589641.06 4924372.9 589685.34 4924472.61 589722.56 4924534.12 589791.02 4924718.01 589805.85 4924746.17 589871.18 4924795.38 589909.06 4924811.17 589931.59 4924834.36 589941.38 4924859.9 589953.23 4924918.5 589972.92 4924961.97 590000.23 4925005.55 590070.39 4925072.61 590110.58 4925103.68 590204.11 4925135.52 590284.5 4925197.65 590357.67 4925231.74 590415.5 4925273.22 590452.97 4925316.95 590510.28 4925393.99 590529.86 4925445.07 590561.18 4925562.38 590590.96 4925611.08 590626.15 4925636.99 590676.83 4925645.35 590681.28 4925688.6 590675.95 4925706.3 590665.01 4925759.49 590662.07 4925787.392598133.99 4923617.08 598102.74 4923669.97 598089.41 4923712.97 598083.82 4923748.45 598070.6 4923783.82 598026.32 4923859.39 598015.72 4923889.72 598011.82 4923983.65 598001.15 4924019.06 597985.61 4924039.16 597982.82 4924056.9 597941.67 4924091.87 597872.58 4924126.43 597844.53 4924133.64 597839.38 4924138.65 597818.99 4924143.43 597808.64 4924155.98 597803.23 4924178.77 597787.88 4924186.17 597769.55 4924224.0 597751.37 4924251.68 597745.88 4924279.55 597709.56 4924332.37 597706.76 4924350.11 597688.57 4924377.79 597682.72 4924431.05 597628.32 4924503.93 597630.09 4924557.3 597637.56 4924567.57 597683.13 4924578.39 597713.23 4924604.23 597725.57 4924629.81 597723.95 4924741.56 597713.49 4924761.73 597710.77 4924774.39 597661.3 4924857.5 597655.74 4924890.45 597678.16 4924921.25 597679.96 4924972.09 597653.94 4925014.89 597635.05 4925090.83 597629.9 4925095.83 597624.38 4925126.24 597600.71 4925181.78 597603.03 4925197.05 597592.8 4925201.99 597578.52 4925311.01 597582.86 4925361.88 597600.16 4925395.15 597635.09 4925438.85 597675.25 4925472.45 597745.73 4925516.662597745.73 4925516.66 597780.74 4925555.27 597898.89 4925640.81 597977.36 4925659.73 598088.85 4925679.13 598116.53 4925697.31 598131.33 4925728.01 598129.64 4925844.84 598115.69 4925931.0 598117.6 4925974.22 598149.88 4926025.49 598146.71 4926068.63 598131.14 4926091.27 598125.59 4926124.21 598124.89 4926172.46 598117.16 4926179.97 598108.99 4926217.96 598082.82 4926270.92 598069.79 4926293.6 598053.29 4926379.73 598051.75 4926486.4 598041.0 4926526.89 598032.9 4926559.79 598012.22 4926584.89 598011.59 4926628.07 598018.92 4926648.5 598028.82 4926666.42 598030.55 4926722.34 598025.32 4926732.42 598025.06 4926750.2 598017.37 4926755.17 598019.1 4926811.08 598063.12 4926928.57 598064.67 4926997.18 598038.5 4927050.15 598030.55 4927072.89 598029.96 4927113.53 598044.83 4927139.15 598092.42 4927185.56 598104.42 4927234.0 598111.63 4927262.05 598118.96 4927282.48 598141.56 4927300.59 598194.71 4927314.06 598204.68 4927326.9 598199.2 4927354.77 598127.42 4927399.45 598009.82 4927451.09 597991.75 4927471.15 597991.45 4927491.47 597998.74 4927514.44 598011.26 4927527.32 598033.56 4927565.75 598090.36 4927678.342594837.63 4923378.78 594867.41 4923427.47 594877.23 4923450.48 594885.74 4923564.91 594952.28 4923705.59 594971.5 4923782.08 594969.99 4923886.21 595004.62 4923950.22 595016.84 4923983.42 595054.02 4924047.46 595178.39 4924229.63 595188.18 4924255.17 595189.21 4924359.34 595181.52 4924364.31 595175.6 4924422.65 595167.9 4924427.62 595164.74 4924470.75 595157.01 4924478.26 595156.86 4924488.42 595146.52 4924500.97 595141.11 4924523.76 595097.19 4924573.93 595061.16 4924606.43 594936.9 4924767.2 594926.44 4924787.37 594895.49 4924819.95 594864.35 4924865.22 594822.64 4924938.29 594819.96 4924948.41 594817.27 4924958.53 594795.88 4925031.89 594794.63 4925118.24 594814.36 4925159.17 594874.17 4925238.78 594884.07 4925256.71 594891.33 4925282.22 594892.76 4925358.45 594882.05 4925396.4 594876.49 4925429.34 594862.87 4925492.65 594855.22 4925495.08 594841.89 4925538.07 594825.99 4925583.56 594784.51 4925641.39 594768.61 4925686.88 594763.23 4925707.13 594756.46 4925823.88 594760.8 4925874.75 594777.77 4925930.88 594792.42 4925971.74 594814.8 4926005.09 594862.54 4926041.34 594880.21 4926049.22 594951.06 4926068.03 595062.07 4926120.44 595094.76 4926143.78 595184.79 4926241.61 595242.61 4926283.1 595340.93 4926335.33 595386.02 4926379.17 595511.83 4926462.28 595705.51 4926594.64 595848.1 4926746.58 595913.32 4926803.41 595993.79 4926860.47 596091.36 4926963.49 596146.8 4926994.78 596244.37 4927097.8 596254.31 4927113.19 596279.3 4927141.5 596311.62 4927190.23 596393.92 4927295.57 596424.07 4927318.87 596578.59 4927349.06 596641.6 4927382.99 596704.36 4927434.71 596762.44 4927458.41 597002.87 4927520.32 597103.98 4927554.81 597164.97 4927553.16 597305.17 4927519.63 597310.36 4927512.082591631.75 4922331.43 591623.65 4922364.34 591625.16 4922435.49 591642.16 4922489.08 591681.92 4922550.62 591766.87 4922648.39 591771.58 4922673.86 591778.24 4922740.0 591790.35 4922780.82 591792.27 4922824.03 591801.65 4922877.51 591864.81 4923076.57 591899.52 4923135.5 591926.1 4923229.88 591984.95 4923375.53 592002.25 4923408.8 592006.89 4923439.35 592036.19 4923521.06 592045.76 4923561.85 592065.27 4923618.02 592077.04 4923681.69 592089.23 4923717.43 592151.8 4923781.85 592247.65 4923828.96 592305.4 4923875.52 592354.9 4923965.15 592397.31 4924019.11 592396.72 4924059.75 592342.57 4924114.85 592263.29 4924151.8 592219.49 4924194.35 592203.84 4924222.07 592205.46 4924285.6 592220.22 4924318.84 592219.6 4924362.01 592209.25 4924374.56 592176.09 4924384.24 592074.28 4924398.01 592023.08 4924425.21 591992.01 4924465.4 591984.17 4924480.53 591981.16 4924513.51 591977.66 4924579.51 591987.3 4924615.21 591990.47 4924747.35 591999.89 4924798.29 591994.3 4924833.78 591957.71 4924904.37 591949.61 4924937.28 591944.46 4924942.29 591936.36 4924975.19 591890.09 4925012.63 591818.5 4925044.61 591777.31 4925082.12 591761.67 4925109.83 591738.0 4925165.38 591717.28 4925193.02 591671.27 4925212.67 591577.45 4925201.152594438.35 4921483.02 594415.01 4921690.99 594422.15 4921724.12 594447.11 4921754.96 594520.28 4921789.05 594550.39 4921814.88 594560.29 4921832.81 594569.97 4921865.97 594604.75 4921919.82 594614.18 4921970.77 594612.11 4922112.99 594632.06 4922138.68 594702.7 4922172.73 594722.65 4922198.42 594766.41 4922333.69 594839.22 4922393.17 594998.52 4922619.03 595160.92 4922806.82 595181.12 4922814.73 595238.58 4922881.61 595266.22 4922902.34 595308.55 4922961.38 595313.45 4922974.15 595375.36 4923084.28 595380.18 4923102.13 595420.08 4923153.51 595482.83 4923205.23 595552.84 4923282.45 595599.88 4923366.96 595651.71 4923471.87 595653.62 4923515.08 595693.63 4923558.84 595698.53 4923571.61 595705.63 4923607.28 595705.37 4923800.34 595717.45 4923843.7 595726.61 4923912.42 595723.3 4923965.72 595696.8 4924041.54 595686.42 4924056.63 595675.11 4924135.22 595701.8 4924221.97 595716.08 4924288.23 595716.93 4924405.09 595724.44 4924412.82 595726.83 4924423.02 595766.18 4924512.5 595790.47 4924589.06 595812.77 4924627.48 595842.74 4924663.48 595855.03 4924691.6 595854.59 4924722.08 595849.43 4924727.09 595843.91 4924757.49 595838.69 4924767.57 595838.58 4924775.19 595830.88 4924780.16 595828.01 4924802.98 595820.06 4924825.732595820.06 4924825.73 595819.36 4924873.99 595818.48 4924934.94 595810.45 4924962.77 595802.76 4924967.74 595792.05 4925005.68 595779.06 4925025.82 595776.19 4925048.64 595765.47 4925086.59 595766.65 4925180.59 595790.1 4925315.57 595829.7 4925387.27 595841.67 4925438.25 595840.38 4925527.14 595862.79 4925557.95 595905.6 4925583.97 595922.72 4925629.94 595936.78 4925711.44 595971.89 4925742.43 596002.22 4925753.03 596032.25 4925783.95 596042.05 4925809.49 596051.39 4925865.52 596052.61 4925956.98 596064.42 4926018.12 596076.75 4926043.7 596119.49 4926074.8 596159.94 4926088.09 596192.7 4926106.35 596212.69 4926129.5 596212.24 4926159.98 596191.59 4926182.54 596190.23 4926276.51 596130.2 4926387.41 596126.22 4926486.43 596143.23 4926540.02 596192.73 4926629.65 596207.49 4926662.88 596224.39 4926724.09 596241.58 4926764.99 596274.19 4926793.4 596311.92 4926819.35 596382.73 4926840.7 596402.83 4926856.24 596480.35 4926941.19 596520.1 4927002.73 596585.21 4927067.18 596590.07 4927082.49 596587.09 4927112.93 596576.67 4927130.56 596583.89 4927158.61 596616.39 4927194.65 596666.82 4927220.78 596770.65 4927242.61 596864.47 4927254.13 596907.54 4927262.37 596993.23 4927309.34 597088.56 4927392.01 597111.34 4927397.42 597139.35 4927392.75 597190.15 4927393.49 597222.87 4927414.28 597310.36 4927512.082598866.99 4921242.39 598856.06 4921295.58 598854.77 4921384.47 598844.31 4921404.64 598838.13 4921480.76 598824.7 4921531.37 598821.35 4921587.21 598831.06 4921617.83 598872.99 4921704.81 598882.89 4921722.73 598904.9 4921781.48 598909.39 4921822.19 598908.25 4921900.92 598902.95 4921916.09 598897.5 4921941.41 598884.21 4921981.86 598876.52 4921986.83 598878.91 4921997.03 598868.61 4922007.04 598860.65 4922029.79 598831.98 4922080.18 598831.39 4922120.81 598846.11 4922156.59 598890.8 4922228.36 598895.55 4922251.29 598902.39 4922304.74 598924.77 4922338.09 598977.41 4922387.12 599071.08 4922408.8 599186.99 4922473.98 599305.7 4922521.43 599348.43 4922552.53 599368.23 4922588.38 599375.45 4922616.43 599378.5 4922756.19 599392.97 4922809.74 599412.73 4922848.14 599448.03 4922866.432592771.51 4920986.37 592822.23 4920992.19 592880.2 4921023.51 592907.59 4921062.01 592919.73 4921100.29 592918.52 4921184.1 592889.25 4921275.13 592878.98 4921282.6 592877.22 4921404.51 592909.28 4921646.3 592972.07 4921870.75 592988.01 4921998.0 593004.53 4922084.61 593021.61 4922133.12 593081.64 4922197.5 593091.55 4922215.42 593091.25 4922235.74 593121.1 4922279.36 593181.28 4922333.57 593206.24 4922364.42 593215.77 4922407.74 593220.59 4922600.87 593235.06 4922654.43 593252.36 4922687.7 593337.49 4922772.77 593389.8 4922844.65 593402.09 4922872.77 593409.19 4922908.44 593400.32 4922994.68 593382.03 4923029.98 593373.31 4923106.06 593347.36 4923143.79 593295.9 4923188.77 593237.6 4923180.3 593204.76 4923167.12 593164.13 4923166.54 593100.3 4923188.47 593061.73 4923220.94 593038.13 4923271.4 593032.58 4923304.34 593027.64 4923469.39 593035.0 4923487.28 593035.7 4923614.3 593050.5 4923645.0 593117.93 4923724.73 593163.06 4923766.02 593198.28 4923789.4 593238.29 4923833.16 593245.36 4923871.37 593243.19 4924021.21 593255.19 4924069.65 593323.91 4924235.77 593328.36 4924279.01 593342.75 4924337.652593342.75 4924337.65 593360.16 4924363.3 593437.97 4924427.94 593447.84 4924448.4 593476.88 4924547.9 593470.4 4924644.33 593492.7 4924682.76 593532.53 4924739.22 593554.1 4924828.45 593555.9 4924879.28 593569.89 4924965.85 593601.84 4925039.98 593590.57 4925116.03 593577.14 4925166.64 593520.35 4925229.32 593512.47 4925246.99 593502.2 4925254.46 593499.22 4925284.9 593470.21 4925358.15 593447.02 4925380.67 593377.75 4925427.93 593296.04 4925457.23 593252.53 4925479.46 593201.07 4925524.44 593183.07 4925539.42 593152.04 4925577.08 593123.52 4925617.31 592955.23 4925660.59 592891.11 4925702.85 592860.56 4925707.49 592726.03 4925700.46 592649.65 4925712.05 592472.28 4925681.54 592384.05 4925634.53 592353.54 4925636.63 592233.54 4925678.07 592195.45 4925677.52 592160.11 4925661.77 592105.12 4925600.01 592075.38 4925548.77 592040.04 4925533.01 592009.05 4925568.13 591971.14 4925554.88 591918.39 4925513.47 591900.51 4925520.83 591877.32 4925543.36 591846.95 4925535.3 591821.92 4925509.53 591753.86 4925472.98 591665.41 4925441.21 591632.84 4925410.26 591627.94 4925397.49 591618.37 4925356.7 591598.24 4925343.71 591527.42 4925322.36 591505.01 4925291.55 591502.95 4925258.52594475.01 4920881.51 594479.76 4920904.44 594504.46 4920953.07 594516.6 4920991.35 594518.37 4921044.72 594563.31 4921098.72 594575.46 4921137.0 594577.04 4921203.07 594558.86 4921230.74 594517.56 4921275.87 594484.17 4921300.79 594466.06 4921323.39 594468.38 4921338.66 594458.15 4921343.6 594451.82 4921429.87 594438.35 4921483.022589540.67 4920434.02 589565.7 4920459.79 589608.32 4920498.51 589658.71 4920527.18 589681.49 4920532.592599441.56 4920333.68 599442.96 4920412.45 599450.25 4920435.42 599485.25 4920474.032598041.76 4919990.78 598030.61 4920059.2 598045.22 4920102.6 598048.87 4920201.72 598080.89 4920270.77 598090.42 4920314.1 598104.48 4920395.59 598103.78 4920443.84 598093.25 4920469.09 598084.6 4920540.1 598066.27 4920577.94 598054.86 4920664.14 598058.69 4920750.56 598080.67 4920811.85 598071.54 4920915.87 598083.94 4920936.37 598090.68 4920997.43 598082.8 4921015.1 598077.09 4921058.2 598053.65 4921098.51 598048.24 4921121.29 598060.38 4921159.57 598072.68 4921187.69 598179.68 4921341.66 598189.54 4921362.13 598199.22 4921395.29 598198.19 4921466.4 598184.24 4921552.57 598140.47 4921592.58 598142.76 4921610.39 598174.89 4921671.83 598184.42 4921715.15 598183.69 4921765.94 598162.93 4921796.13 598098.4 4921866.32 598077.38 4921914.28 598069.07 4921962.42 598068.48 4922003.06 598078.19 4922033.68 598102.93 4922079.77 598110.29 4922097.66 598106.98 4922150.95 598078.41 4922193.72 598077.64 4922247.06 598067.0 4922279.93 598059.31 4922284.9 598056.26 4922320.42 598009.84 4922368.01 597998.32 4922461.83 597990.52 4922474.42 597990.33 4922487.12 597979.92 4922504.75 597969.17 4922545.24 597973.14 4922621.5 597980.61 4922631.77 598012.67 4922698.29 598042.71 4922729.2 598128.95 4922738.08 598166.42 4922781.8 598213.5 4922863.77 598248.68 4922889.69 598311.96 4922905.85 598367.68 4922916.81 598377.62 4922932.2 598379.24 4922995.73 598447.67 4923006.88 598475.13 4923040.31 598490.29 4923045.61 598553.67 4923054.15 598624.31 4923088.19 598735.69 4923115.21 598805.84 4923182.27 598823.03 4923223.17 598853.32 4923236.31 598909.2 4923237.12 598959.11 4923298.81 598989.4 4923311.95 599055.29 4923323.07 599168.66 4923388.22 599249.04 4923450.35 599298.99 4923509.5 599331.64 4923535.37 599377.17 4923548.73 599420.35 4923549.36 599440.52 4923559.812599136.51 4918772.08 599364.05 4918846.5 599510.95 4918876.572594546.9 4918375.31 594570.2 4918520.44 594566.85 4918926.83 594571.49 4918957.38 594562.1 4919079.18 594556.62 4919107.04 594550.8 4919157.77 594534.39 4919238.82 594526.88 4919406.37 594527.28 4919553.71 594596.33 4919696.96 594617.42 4919819.2 594663.73 4919954.51 594673.08 4920010.53 594670.06 4920043.51 594659.16 4920094.16 594655.7 4920157.61 594663.06 4920175.5 594665.27 4920198.4 594679.99 4920234.17 594687.32 4920254.6 594707.16 4920287.91 594717.06 4920305.84 594749.49 4920346.95 594787.36 4920362.74 594962.53 4920370.36 594997.87 4920386.12 595015.24 4920414.31 595014.02 4920498.12 594969.52 4920588.93 594951.49 4920606.45 594943.68 4920619.04 594869.11 4920681.46 594797.52 4920713.45 594653.56 4920830.75 594607.66 4920842.79 594538.94 4920851.96 594475.01 4920881.512597077.55 4917987.77 597061.03 4918076.44 597047.85 4918109.27 597045.24 4918114.31 597037.25 4918139.6 597032.1 4918144.6 597026.61 4918172.47 597025.91 4918220.72 597033.16 4918246.23 597100.08 4918361.51 597109.94 4918381.98 597105.38 4918521.63 597150.14 4918588.32 597169.72 4918639.41 597172.15 4918647.07 597174.61 4918652.18 597193.79 4918731.21 597192.91 4918792.16 597184.92 4918817.45 597181.61 4918870.75 597198.87 4918906.56 597238.69 4918963.03 597299.06 4919004.55 597366.23 4919102.05 597370.13 4919183.4 597364.87 4919196.02 597361.37 4919262.02 597376.43 4919274.94 597419.35 4919293.34 597454.53 4919319.25 597530.54 4919333.06 597545.45 4919356.13 597547.66 4919379.03 597609.27 4919509.48 597631.91 4919525.05 597707.51 4919566.79 597734.9 4919605.29 597739.76 4919620.6 597829.71 4919723.51 597869.43 4919787.6 597934.87 4919829.19 597967.23 4919875.38 597977.09 4919895.85 598001.86 4919939.39 598006.68 4919957.25 598041.76 4919990.782596772.01 4917160.29 596735.35 4917235.97 596712.05 4917266.11 596701.56 4917288.82 596642.01 4917366.71 596628.91 4917394.46 596618.56 4917407.01 596618.45 4917414.63 596595.08 4917449.86 596576.34 4917515.63 596568.21 4917551.08 596571.52 4917673.06 596576.45 4917683.29 596578.55 4917713.8 596605.64 4917772.62 596632.92 4917818.74 596701.78 4917974.7 596708.33 4918048.46 596699.65 4918122.0 596689.23 4918139.63 596681.06 4918177.62 596678.48 4918180.12 596665.05 4918230.73 596654.7 4918243.28 596646.75 4918266.03 596638.99 4918276.08 596633.5 4918303.94 596623.16 4918316.49 596615.25 4918336.7 596579.03 4918381.9 596409.05 4918542.02 596309.48 4918576.14 596265.75 4918613.61 596216.84 4918658.62 596137.74 4918682.88 596061.73 4918669.07 596023.78 4918658.36 595891.46 4918674.23 595878.54 4918689.28 595865.21 4918732.27 595831.72 4918764.81 595823.91 4918777.4 595823.25 4918823.11 595857.92 4918884.58 595877.65 4918925.51 595879.93 4918943.33 595921.42 4919060.78 595943.72 4919099.21 595945.64 4919142.42 595935.33 4919152.43 595858.51 4919194.51 595847.91 4919224.83 595867.64 4919265.77 595882.14 4919316.78 595884.94 4919474.32 595892.45 4919482.05 595912.14 4919525.52 595924.14 4919573.96 595931.68 4919579.15 595951.41 4919620.08 596034.01 4919705.1 596041.41 4919720.45 596040.78 4919763.63 595989.36 4919806.07 595978.43 4919859.25 595988.15 4919889.88 596015.31 4919943.62 596022.34 4919984.36 596018.7 4920060.52 596000.22 4920108.522596000.22 4920108.52 595963.89 4920161.34 595895.9 4920294.99 595826.19 4920372.72 595769.69 4920415.09 595697.58 4920482.63 595663.98 4920522.79 595583.18 4920663.87 595572.4 4920706.9 595564.67 4920714.41 595561.83 4920734.69 595546.23 4920759.87 595543.39 4920780.15 595532.94 4920800.32 595531.76 4920881.59 595541.7 4920896.98 595626.76 4920987.12 595639.13 4921010.16 595648.85 4921040.78 595650.91 4921073.84 595685.25 4921158.16 595747.75 4921227.66 595780.32 4921258.61 595946.25 4921377.87 595988.65 4921431.83 596010.96 4921470.26 596020.64 4921503.42 596016.33 4921625.29 596071.43 4921679.44 596096.35 4921712.82 596118.36 4921771.57 596122.96 4921804.66 596135.15 4921840.4 596153.15 4922000.7 596174.9 4922077.22 596191.2 4922179.07 596207.88 4922255.52 596230.26 4922288.87 596267.8 4922327.51 596310.5 4922361.16 596370.68 4922415.37 596443.56 4922469.78 596463.36 4922505.63 596478.08 4922541.4 596484.38 4922632.95 596480.99 4922691.32 596455.19 4922718.89 596329.38 4922811.06 596295.88 4922843.6 596272.51 4922878.82 596254.14 4922919.2 596246.19 4922941.95 596247.55 4923023.25 596254.95 4923038.6 596342.74 4923116.08 596350.1 4923133.97 596349.29 4923189.85 596331.11 4923217.53 596284.55 4923275.28 596273.83 4923313.23 596273.21 4923356.4 596288.08 4923382.02 596330.78 4923415.66 596348.15 4923443.86 596351.98 4923530.28 596347.6 4923657.23 596339.76 4923672.36 596265.33 4923724.63 596254.69 4923757.5 596243.13 4923853.86 596252.0 4923942.92591789.93 4916851.82 591733.29 4916904.34 591715.1 4916932.02 591635.41 4916996.92 591573.98 4917029.05 591523.0 4917041.01 591390.24 4917087.35 591318.02 4917162.51 591202.48 4917247.21 591099.56 4917337.16 591073.47 4917385.05 591060.58 4917397.57 591060.4 4917410.26 591042.47 4917420.17 591042.25 4917435.4 590959.36 4917545.97 590946.55 4917553.41 590912.98 4917591.03 590889.94 4917603.39 590846.47 4917623.09 590718.93 4917659.34 590634.57 4917696.22 590557.49 4917756.07 590418.62 4917873.45 590387.92 4917888.25 590349.82 4917887.7 590311.99 4917869.37 590264.17 4917838.19 590208.48 4917824.68 590160.37 4917813.82 590089.19 4917817.87 590030.37 4917844.96 589991.76 4917879.97 589965.92 4917910.07 589965.55 4917935.47 589949.98 4917958.11 589941.77 4917998.63 589923.59 4918026.31 589874.52 4918081.49 589860.9 4918144.8 589858.33 4918147.3 589831.53 4918243.44 589823.58 4918266.19 589779.82 4918306.2 589741.43 4918325.96 589697.92 4918348.2 589631.11 4918400.57 589567.43 4918412.352597104.1 4916857.73 597220.45 4916892.44 597276.36 4916890.71 597319.68 4916881.18 597395.72 4916892.44 597436.69 4916870.17 597480.31 4916840.32 597518.48 4916835.79 597566.55 4916849.19 597606.89 4916870.1 597704.87 4916945.19 597807.46 4917053.37 597829.87 4917084.17 597869.48 4917155.88 597886.89 4917181.53 597974.45 4917274.25 597998.45 4917371.13 598023.37 4917404.51 598125.99 4917510.15 598135.93 4917525.54 598145.5 4917566.32 598136.74 4917644.94 598134.05 4917655.06 598131.29 4917670.27 598126.14 4917675.27 598112.88 4917713.18 598079.28 4917753.34 598028.08 4917780.54 598015.16 4917795.6 598016.93 4917848.97 598029.04 4917889.79 598046.37 4917920.52 598154.03 4918028.77 598168.94 4918051.85 598162.94 4918115.27 598128.86 4918188.45 598115.79 4918213.66 598119.99 4918274.69 598134.41 4918330.78 598133.35 4918404.43 598125.06 4918450.04 598123.89 4918531.31 598133.53 4918567.01 598129.33 4918681.27 598124.18 4918686.27 598116.01 4918724.26 598100.22 4918762.13 598079.42 4918794.85 598035.66 4918834.86 598014.79 4918872.67 598006.8 4918897.95 598003.67 4918938.55 597995.83 4918953.68 597992.59 4919001.9 597991.3 4919090.79 597998.7 4919106.14 598002.9 4919167.17 597993.69 4919276.26 598003.26 4919317.05 598015.63 4919340.09 598030.24 4919383.49 598034.26 4919457.21 598100.8 4919597.89 598127.34 4919694.81 598126.24 4919771.0 598115.38 4919819.11 598104.89 4919841.82 598096.46 4919897.58 598083.17 4919938.03 598041.76 4919990.782591935.47 4916099.47 592005.63 4916166.53 592132.65 4916341.11 592205.2 4916418.37 592270.72 4916454.89 592393.8 4916550.66 592439.08 4916581.8 592556.49 4916718.14 592566.43 4916733.52 592591.13 4916782.15 592600.85 4916812.77 592622.93 4916866.44 592655.5 4916897.39 592685.72 4916915.61 592786.28 4916988.2 592828.76 4917037.08 592863.03 4917126.48 592865.05 4917162.08 592854.67 4917177.17 592782.71 4917234.55 592784.37 4917295.54 592824.3 4917344.39 592878.82 4917439.17 592879.99 4917533.17 592834.39 4917700.17 592820.47 4917783.8 592803.76 4917885.17 592790.36 4917933.24 592782.3 4917963.6 592781.42 4918024.56 592825.33 4918149.67 592887.13 4918267.42 592916.72 4918328.81 592921.44 4918354.28 592915.77 4918394.84 592882.05 4918442.62 592822.9 4918492.57 592810.2 4918492.38 592784.55 4918509.79 592745.97 4918542.26 592730.26 4918575.05 592719.95 4918585.07 592714.61 4918602.77 592691.05 4918650.69 592685.68 4918670.94 592646.81 4918723.72 592608.31 4918751.11 592582.77 4918760.9 592508.38 4918810.62 592454.2 4918868.26 592453.94 4918886.04 592425.49 4918921.19 592402.3 4918943.722592402.3 4918943.72 592391.7 4918974.05 592381.39 4918984.06 592370.97 4919001.69 592360.45 4919026.94 592352.64 4919039.53 592313.26 4919127.87 592274.72 4919157.79 592208.21 4919189.85 592200.44 4919199.9 592202.39 4919240.57 592209.61 4919268.62 592272.07 4919340.65 592274.2 4919368.63 592286.46 4919399.29 592293.27 4919455.27 592305.34 4919498.63 592320.14 4919529.33 592367.33 4919603.68 592386.87 4919657.31 592396.29 4919708.25 592453.38 4919800.53 592495.67 4919862.11 592535.09 4919946.51 592581.73 4920058.96 592611.58 4920102.58 592684.28 4920169.68 592718.69 4920248.93 592803.83 4920333.99 592800.96 4920356.81 592790.61 4920369.36 592795.21 4920402.45 592825.03 4920448.61 592846.89 4920517.51 592904.86 4920548.84 593019.04 4920558.11 593087.28 4920581.96 593102.37 4920592.34 593130.16 4920602.91 593234.22 4920609.5 593246.7 4920624.92 593328.48 4920765.82 593347.73 4920839.77 593404.31 4920967.6 593502.03 4921060.47 593673.41 4921154.4 593811.8 4921245.32 593889.98 4921284.55 593956.05 4921282.97 593992.2 4921242.85 594012.67 4921232.99 594032.87 4921240.9 594055.33 4921269.17 594091.91 4921373.85 594124.3 4921417.51 594156.84 4921451.0 594204.73 4921477.1 594438.35 4921483.022598399.81 4915443.8 598376.36 4915484.1 598349.86 4915559.93 598339.37 4915582.64 598334.0 4915602.88 598323.69 4915612.89 598320.89 4915630.64 598310.48 4915648.27 598291.89 4915703.88 598283.53 4915754.57 598277.31 4915833.23 598269.58 4915840.74 598269.44 4915850.89 598261.67 4915860.94 598256.11 4915893.89 598240.25 4915936.84 598237.56 4915946.96 598224.38 4915979.79 598196.08 4916004.79 598173.11 4916012.08 598086.76 4916010.82 598066.22 4916025.77 598055.62 4916056.1 598052.45 4916099.24 597946.56 4916219.63 597935.92 4916252.5 597932.97 4916280.4 597972.5 4916357.18 597997.39 4916393.11 597997.02 4916418.51 597956.01 4916443.31 597955.76 4916461.09 597973.28 4916479.13 598028.89 4916497.72 598203.99 4916510.42 598226.63 4916525.99 598238.96 4916551.57 598248.71 4916579.65 598250.0 4916666.04 598254.93 4916676.27 598271.97 4916727.32 598287.03 4916740.24 598306.64 4916788.79 598458.66 4916991.68 598482.81 4917078.4 598482.36 4917108.88 598492.38 4917119.18 598492.19 4917131.88 598516.93 4917177.96 598546.74 4917224.12 598559.0 4917254.78 598578.32 4917323.65 598588.15 4917346.65 598608.32 4917357.11 598773.14 4917377.28 598780.87 4917369.77 598834.43 4917355.3 598959.98 4917280.92 599031.57 4917248.93 599072.32 4917241.9 599181.42 4917251.1 599229.45 4917267.04 599269.68 4917295.57 599340.02 4917349.93 599488.65 4917435.92 599531.42 4917464.482591902.9 4915016.84 591891.57 4915097.97 591862.75 4915158.51 591842.17 4915176.0 591795.57 4915236.29 591721.07 4915293.63 591582.89 4915362.76 591551.9 4915397.87 591533.61 4915433.17 591528.01 4915468.66 591504.53 4915511.5 591465.92 4915546.5 591387.08 4915552.98 591361.5 4915565.31 591263.92 4915637.57 591240.84 4915652.47 591200.17 4915654.42 591119.08 4915640.55 591015.58 4915595.86 590997.94 4915585.44 590861.87 4915509.8 590818.87 4915496.48 590752.8 4915498.06 590699.1 4915522.69 590629.94 4915562.33 590513.7 4915695.28 590459.3 4915768.16 590410.68 4915792.85 590331.65 4915812.03 590277.95 4915836.65 590166.23 4915832.49 590064.79 4915820.86 589948.52 4915781.07 589801.32 4915771.32 589680.19 4915716.22 589677.72 4915711.12599572.91 4914777.47 599544.72 4914794.85 599485.57 4914844.79 599459.99 4914857.12 599459.84 4914867.28 599408.6 4914897.02 599322.29 4914893.23 599175.46 4914858.08 598980.12 4914840.01 598858.22 4914838.24 598792.37 4914824.58 598756.77 4914826.61 598713.23 4914851.38 598671.93 4914896.51 598664.02 4914916.71 598640.76 4914944.32 598632.62 4914979.77 598622.2 4914997.4 598606.05 4915060.67 598609.14 4915197.892590554.45 4913935.46 590503.25 4913962.66 590464.61 4914000.2 590446.46 4914025.34 590446.2 4914043.12 590430.59 4914068.3 590381.6 4914118.39 590368.57 4914141.072593835.8 4913983.03 593868.04 4914036.84 593932.97 4914113.99 593942.8 4914137.0 593989.91 4914216.43 594007.13 4914254.78 594072.39 4914309.07 594124.7 4914380.96 594187.64 4914419.97 594230.15 4914466.32 594242.37 4914499.52 594251.94 4914540.3 594271.78 4914573.61 594304.28 4914609.65 594357.1 4914645.98 594422.36 4914700.27 594454.64 4914751.54 594451.51 4914792.14 594327.76 4914917.36 594317.16 4914947.69 594347.2 4914978.61 594399.91 4915022.56 594537.57 4915164.27 594562.19 4915217.97 594602.09 4915269.35 594705.19 4915341.98 594783.3 4915386.29 594826.29 4915399.62 594891.81 4915436.13 594924.75 4915441.69 595104.96 4915451.92 595325.03 4915516.08 595393.42 4915529.77 595461.11 4915591.72 595494.02 4915599.82 595531.78 4915623.23 595599.32 4915695.33 595621.89 4915715.98 595620.41 4915817.57 595630.13 4915848.2 595632.05 4915891.41 595646.66 4915934.81 595683.8 4916001.39 595682.62 4916082.66 595653.91 4916135.59 595607.27 4916198.42 595602.01 4916211.05 595589.13 4916223.56 595575.99 4916253.86 595544.88 4916296.59 595516.58 4916321.58 595472.96 4916351.43 595462.47 4916374.14 595455.95 4916473.12 595448.23 4916480.63 595440.27 4916503.37 595293.3 4916653.66 595255.06 4916663.27 595133.0 4916671.66 594974.69 4916727.79 594855.14 4916738.76 594804.38 4916735.48 594685.42 4916705.81 594593.95 4916707.03 594545.51 4916719.03 594509.74 4916733.75 594447.9 4916793.82 594434.79 4916821.57 594430.78 4916923.13 594445.32 4916971.6 594449.7 4917019.93 594445.98 4917101.172594445.98 4917101.17 594437.74 4917144.23 594419.44 4917179.53 594413.85 4917215.01 594372.29 4917277.92 594341.41 4917305.41 594277.44 4917337.51 594203.38 4917364.38 594187.59 4917402.25 594179.12 4917460.56 594155.68 4917500.86 594111.73 4917553.57 594093.47 4917586.33 594080.63 4917596.3 594062.26 4917636.68 594049.19 4917661.89 594033.37 4917702.31 593994.05 4917785.57 593942.52 4917835.63 593929.46 4917860.84 593925.44 4917962.39 593909.25 4918028.21 593875.53 4918075.98 593787.89 4918163.62 593777.29 4918193.95 593759.14 4918219.09 593727.53 4918297.38 593724.47 4918332.9 593713.36 4918398.79 593701.83 4918492.61 593674.85 4918776.73 593684.09 4918840.37 593713.39 4918922.08 593775.01 4919052.53 593786.27 4919151.76 593778.17 4919184.67 593815.38 4919246.18 593816.74 4919327.48 593828.49 4919393.7 593825.17 4919447.0 593809.53 4919474.71 593808.72 4919530.59 593815.82 4919566.26 593840.08 4919645.36 593879.35 4919739.92 593881.6 4919760.27 593883.07 4919833.96 593872.73 4919846.51 593871.62 4919922.7 593881.56 4919938.09 593903.5 4920001.91 593913.03 4920045.24 593909.68 4920101.07 593899.04 4920133.94 593890.73 4920182.09 593888.99 4920301.46 593898.16 4920370.18 593922.19 4920464.51 593956.57 4920546.3 594003.94 4920607.95 594036.04 4920671.93 594073.4 4920723.27 594123.5 4920772.26 594168.84 4920798.32 594234.91 4920796.74 594273.27 4920779.52 594306.65 4920754.6 594350.05 4920739.99 594393.15 4920745.69 594425.83 4920769.03 594440.63 4920799.72 594445.45 4920817.58 594467.46 4920876.32 594475.01 4920881.512598193.99 4914046.21 598165.2 4914104.22 598111.09 4914156.78 598082.9 4914174.15 597942.7 4914207.68 597932.28 4914225.31 597931.58 4914273.57 597898.09 4914306.11 597841.59 4914348.47 597818.25 4914381.16 597799.88 4914421.53 597766.43 4914451.53 597715.85 4914435.562597715.85 4914435.56 597622.03 4914424.04 597335.59 4914381.78 597274.82 4914368.2 597206.65 4914339.27 597116.03 4914282.07 597068.51 4914230.57 597055.85 4914227.85 596964.49 4914221.44 596926.62 4914205.65 596863.75 4914161.56 596838.87 4914125.63 596720.5 4914055.33 596695.54 4914024.482599460.04 4921162.08 599461.84 4921212.91 599466.77 4921223.14 599474.21 4921235.952599478.51 4921114.08 599470.86 4921116.51 599460.04 4921162.082589465.3 4925808.14 589498.06 4925826.4 589518.38 4925826.692589474.98 4925315.47 589479.99 4925320.62 589511.57 4925420.15 589523.02 4925506.69 589516.61 4925773.32 589518.38 4925826.692 diff --git a/core/src/test/resources/map-data/gml/spearfish-streams-v32.gml b/core/src/test/resources/map-data/gml/spearfish-streams-v32.gml index 58c3f2799c..0a7c9fe726 100644 --- a/core/src/test/resources/map-data/gml/spearfish-streams-v32.gml +++ b/core/src/test/resources/map-data/gml/spearfish-streams-v32.gml @@ -1 +1 @@ -589443.06 4913935.46609526.75 4928059.15609171.99 4925141.5609359.35 4925577.97609359.35 4925141.5 609338.87 4925151.33 609318.39 4925161.16 609302.86 4925178.7 609287.38 4925193.69 609253.84 4925226.18 609238.03 4925261.49 609237.05 4925322.44 609251.56 4925368.4 609251.11 4925396.34 609252.55 4925464.95 609236.95 4925487.56 609172.52 4925544.96 609171.99 4925577.971609171.99 4925577.97609309.2 4926412.0609171.99 4925577.97 609183.96 4925623.89 609193.02 4925692.62 609207.2 4925758.9 609234.32 4925810.14 609269.14 4925856.43 609268.57 4925891.98 609204.02 4925956.99 609198.66 4925974.69 609200.14 4926040.76 609224.56 4926102.12 609274.33 4926166.43 609294.41 4926181.99 609309.2 4926210.17 609300.89 4926253.23 609280.08 4926283.38 609249.2 4926308.28 609238.55 4926338.6 609217.83 4926363.67 609222.13 4926412.01609222.13 4926375.74609337.03 4926412.0609337.03 4926375.74 609306.47 4926380.33 609229.79 4926409.59 609222.13 4926412.01607279.65 4926163.97609222.13 4926429.62607279.65 4926358.02 607302.42 4926363.46 607373.61 4926359.52 607540.04 4926278.36 607593.29 4926284.29 607661.33 4926318.41 607704.3 4926331.8 607755.18 4926327.53 607806.21 4926313.11 607839.64 4926288.24 607880.15 4926296.51 607969.12 4926292.85 608010.36 4926255.41 608026.01 4926230.26 608089.42 4926236.35 608159.84 4926280.67 608225.59 4926299.5 608261.3 4926289.91 608279.45 4926267.34 608335.69 4926245.38 608390.12 4926177.66 608443.45 4926178.52 608486.87 4926163.97 608626.51 4926168.75 608708.94 4926256.44 608731.63 4926266.97 608757.03 4926267.37 608777.63 4926249.92 608780.38 4926237.26 608828.63 4926238.04 608843.66 4926250.98 608847.77 4926312.01 608880.29 4926343.02 608907.5 4926389.18 608940.51 4926389.71 608991.63 4926370.21 609057.75 4926366.18 609100.8 4926374.5 609211.69 4926429.62 609219.43 4926422.12 609222.13 4926412.01608825.39 4921525.67609409.09 4922195.51608825.39 4921525.67 608843.0 4921536.11 608900.44 4921598.0 608935.63 4921621.43 608988.55 4921647.68 609104.85 4921682.57 609147.66 4921706.12 609172.57 4921737.0 609182.32 4921762.56 609176.55 4921805.65 609155.46 4921853.58 609142.59 4921863.54 609121.5 4921911.47 609110.69 4921951.94 609110.12 4921987.49 609122.09 4922033.41 609161.99 4922079.78 609254.98 4922142.23 609348.34 4922181.83 609409.09 4922195.511607405.12 4920046.37608825.39 4921525.67607505.25 4920046.37 607547.21 4920123.25 607546.6 4920161.35 607502.98 4920188.59 607441.7 4920207.93 607416.02 4920225.3 607405.65 4920237.84 607405.12 4920270.85 607440.44 4920286.66 607686.38 4920316.01 607736.72 4920344.76 607781.54 4920401.36 607818.38 4920480.7 607835.14 4920544.48 607844.44 4920597.97 607854.44 4920608.3 607879.83 4920608.7 607892.65 4920601.29 607901.01 4920555.7 607929.35 4920530.75 607997.88 4920534.38 608058.67 4920545.52 608140.06 4920539.2 608218.51 4920558.24 608326.94 4920608.25 608377.45 4920626.84 608437.79 4920665.91 608445.17 4920681.27 608454.92 4920706.83 608448.98 4920760.08 608435.35 4920818.29 608431.71 4920886.82 608441.67 4920899.68 608449.95 4921016.67 608430.38 4921128.13 608426.75 4921196.66 608438.96 4921227.34 608461.45 4921250.56 608491.72 4921263.75 608527.36 4921259.24 608654.83 4921230.8 608695.38 4921236.53 608738.11 4921265.16 608745.44 4921283.06 608752.17 4921339.05 608743.73 4921389.73 608750.74 4921427.94 608765.53 4921456.12 608820.55 4921510.35 608825.39 4921525.671606729.11 4919163.87607505.25 4920070.86607125.64 4919163.87 607125.4 4919179.11 607155.39 4919210.07 607165.26 4919228.01 607159.29 4919283.81 607156.62 4919291.38 607151.22 4919311.62 607125.09 4919356.93 607127.51 4919364.59 607101.54 4919399.74 607083.28 4919429.93 607083.11 4919440.09 607072.63 4919460.24 607064.64 4919482.98 607046.34 4919515.71 607043.63 4919525.82 607030.57 4919548.48 606963.6 4919605.83 606884.14 4919650.29 606786.29 4919732.55 606752.7 4919767.58 606729.11 4919812.92 606730.64 4919876.46 606742.8 4919909.68 606765.46 4919922.74 606871.88 4919939.69 606912.03 4919970.81 606933.99 4920027.05 606966.96 4920030.12 606992.56 4920017.83 607053.48 4920021.35 607088.75 4920039.69 607131.43 4920070.86 607172.11 4920068.97 607197.79 4920051.6 607213.35 4920031.53 607214.09 4919985.82 607199.62 4919937.32 607165.0 4919878.34 607165.57 4919842.78 607186.17 4919825.33 607247.53 4919800.91 607321.1 4919807.17 607371.37 4919841.0 607421.47 4919884.98 607426.26 4919902.84 607492.84 4920028.39 607505.25 4920046.371603930.2 4918353.11607125.64 4919238.33603930.2 4918353.11 603932.29 4918381.09 603944.54 4918409.23 603959.61 4918419.63 604014.19 4918501.8 604036.11 4918560.58 604045.25 4918624.23 604046.97 4918675.06 604055.91 4918751.42 604077.38 4918838.13 604102.17 4918876.63 604117.33 4918881.96 604142.77 4918879.83 604165.91 4918862.41 604189.29 4918829.76 604200.02 4918794.37 604239.01 4918739.11 604292.3 4918742.5 604413.19 4918807.95 604509.58 4918817.11 604552.39 4918840.66 604610.64 4918851.76 604642.27 4918938.64 604646.82 4918971.73 604676.52 4919020.48 604711.87 4919033.74 604775.53 4919024.6 604806.29 4919007.31 604850.16 4918964.83 604860.68 4918942.14 604873.58 4918929.64 604891.93 4918894.37 604925.56 4918856.8 604938.34 4918851.93 604978.89 4918857.66 605003.84 4918886.0 605075.9 4918986.23 605115.85 4919030.05 605169.06 4919038.53 605235.54 4919011.65 605297.1 4918974.53 605410.43 4918877.27 605451.84 4918829.67 605479.98 4918817.42 605523.11 4918820.65 605583.54 4918854.64 605654.73 4918850.71 605736.36 4918829.15 605787.0 4918840.12 605834.11 4918912.01 605851.73 4918922.45 605945.57 4918931.58 606104.59 4918995.09 606152.69 4919006.02 606221.26 4919007.12 606300.88 4918952.51 606344.38 4918932.88 606419.05 4918870.57 606444.77 4918850.66 606505.72 4918851.64 606553.78 4918865.11 606599.0 4918896.32 606626.33 4918934.86 606643.45 4918975.78 606674.84 4919077.9 606696.36 4919162.07 606711.11 4919192.79 606725.98 4919215.9 606773.91 4919236.99 606857.72 4919238.33 606919.03 4919216.45 606947.5 4919183.88 606963.43 4919140.95 606989.31 4919110.88 607027.49 4919106.41 607052.77 4919114.44 607095.25 4919158.3 607125.64 4919163.871603161.03 4915826.58604069.89 4918353.11603206.04 4915826.58 603203.26 4915841.78 603161.89 4915886.84 603161.03 4915940.17 603187.91 4916006.65 603194.55 4916067.73 603201.93 4916083.09 603204.18 4916100.91 603228.6 4916162.27 603245.98 4916187.95 603292.07 4916323.32 603304.36 4916348.92 603306.54 4916371.82 603316.25 4916399.92 603333.74 4916417.98 603384.17 4916441.65 603455.2 4916447.87 603498.05 4916468.88 603510.22 4916502.1 603506.13 4916598.57 603487.66 4916641.46 603463.5 4916722.36 603462.24 4916801.09 603472.03 4916824.11 603481.95 4916839.51 603544.42 4916904.02 603566.38 4916960.26 603576.34 4916973.12 603647.02 4917159.7 603693.16 4917292.54 603725.16 4917356.56 603762.48 4917405.42 603847.73 4917475.38 603981.15 4917551.18 604033.26 4917628.23 604069.89 4917720.27 604069.12 4917768.52 604053.6 4917786.05 604004.98 4917808.14 603970.82 4917878.72 603968.04 4917893.92 603957.68 4917906.45 603949.73 4917926.65 603943.43 4918002.76 603960.27 4918061.46 604017.3 4918148.74 604039.79 4918171.96 604038.94 4918225.3 603979.51 4918287.85 603943.46 4918317.76 603930.36 4918342.95 603930.2 4918353.111602786.06 4915560.74603206.04 4915826.58602786.06 4915560.74 602806.1 4915578.84 603031.23 4915638.34 603099.4 4915664.83 603154.37 4915721.6 603196.57 4915783.24 603203.87 4915803.68 603206.04 4915826.581602333.86 4915403.61602786.06 4915560.74602333.86 4915403.61 602465.56 4915428.58 602554.08 4915452.87 602662.51 4915502.87 602733.06 4915539.57 602786.06 4915560.741601693.09 4914649.03602333.86 4915403.61601693.09 4914649.03 601725.49 4914687.65 601767.61 4914754.38 601807.06 4914828.68 601887.66 4915030.65 601914.86 4915076.82 602039.57 4915221.07 602124.74 4915296.11 602154.89 4915316.91 602169.92 4915329.86 602253.0 4915376.91 602333.86 4915403.611603761.2 4927482.33604043.03 4928017.24604043.03 4927482.33 603903.1 4927495.33 603856.98 4927519.99 603833.8 4927539.94 603815.09 4927598.07 603796.94 4927620.64 603781.09 4927658.5 603780.93 4927668.65 603773.23 4927673.61 603770.12 4927709.13 603762.42 4927714.08 603761.2 4927790.27 603800.21 4927892.51 603815.99 4928017.242606112.06 4927388.63606389.63 4928059.15606122.52 4927388.63 606195.56 4927427.91 606334.64 4927468.24 606342.01 4927483.6 606338.41 4927549.59 606333.13 4927562.21 606335.1 4927597.81 606382.25 4927667.15 606389.63 4927682.51 606386.36 4927728.18 606332.17 4927780.66 606298.06 4927848.7 606207.62 4927943.79 606171.66 4927968.62 606127.71 4928016.18 606112.06 4928041.33 606114.32 4928059.152605883.17 4927265.4606067.99 4927303.93605883.17 4927265.4 605913.36 4927283.67 605948.63 4927302.02 606067.99 4927303.932605522.71 4926614.38605818.64 4927170.38605522.71 4926614.38 605527.38 4926639.86 605561.72 4926716.62 605606.7 4926763.07 605646.44 4926819.59 605681.42 4926855.72 605659.52 4926954.44 605666.81 4926974.88 605724.0 4927052.0 605741.17 4927090.38 605755.64 4927138.88 605811.31 4927152.48 605818.64 4927170.382601350.59 4926218.79602137.55 4927972.56601444.2 4926218.79 601433.22 4926269.42 601420.0 4926302.23 601419.79 4926314.93 601409.35 4926332.54 601364.55 4926433.44 601350.59 4926511.97 601355.42 4926527.29 601380.49 4926548.01 601410.64 4926568.82 601407.62 4926599.25 601394.55 4926621.91 601401.72 4926649.96 601429.45 4926663.11 601487.79 4926669.13 601485.47 4926813.89 601505.3 4926844.69 601512.87 4926847.35 601543.35 4926847.84 601586.57 4926845.99 601593.7 4926876.59 601580.43 4926911.94 601530.95 4926987.36 601528.29 4926994.94 601523.01 4927007.55 601512.36 4927037.87 601514.17 4927083.62 601549.2 4927117.21 601550.76 4927178.2 601570.87 4927191.22 601705.48 4927193.38 601717.89 4927211.36 601730.02 4927247.12 601726.42 4927313.11 601715.61 4927353.58 601719.55 4927424.78 601726.76 4927450.3 601761.67 4927491.5 601832.41 4927515.5 601877.52 4927554.32 601909.76 4927603.11 601909.27 4927633.58 601923.82 4927677.0 601941.35 4927692.53 601971.91 4927687.93 602007.67 4927675.81 602065.96 4927684.36 602098.61 4927707.75 602110.9 4927733.35 602112.7 4927779.1 602102.34 4927791.64 602099.36 4927819.53 602101.12 4927867.83 602127.84 4927944.47 602130.13 4927959.74 602137.55 4927972.562605668.95 4924890.96607279.65 4926541.09605931.37 4924890.96 605902.09 4924974.33 605896.49 4925007.26 605830.27 4925176.4 605806.84 4925211.59 605785.67 4925264.6 605738.45 4925357.83 605719.82 4925410.88 605714.7 4925413.34 605714.49 4925426.04 605706.79 4925431.0 605676.45 4925580.39 605675.76 4925623.56 605693.52 4925783.89 605682.79 4925819.28 605677.59 4925826.82 605668.95 4925890.19 605678.25 4925943.69 605732.5 4926046.17 605765.07 4926074.63 605818.24 4926085.65 605917.16 4926094.85 605947.44 4926108.04 605959.73 4926133.64 605961.7 4926169.24 605973.5 4926225.31 605998.17 4926271.43 606056.13 4926300.31 606132.08 4926316.77 606335.17 4926325.1 606388.79 4926308.18 606434.34 4926319.07 606487.39 4926337.7 606540.88 4926328.4 606583.94 4926336.71 606611.55 4926357.47 606674.96 4926363.57 606679.06 4926424.6 606701.35 4926460.52 606728.88 4926486.37 606794.18 4926533.14 606814.37 4926541.09 606862.71 4926536.78 606903.55 4926524.73 606980.31 4926490.4 607054.16 4926478.88 607150.79 4926472.81 607176.39 4926460.52 607186.75 4926447.98 607194.74 4926425.24 607220.74 4926387.56 607246.47 4926367.65 607279.65 4926358.022601444.2 4924664.31601863.97 4926218.79601773.94 4924664.31 601765.59 4924709.9 601764.86 4924755.61 601801.98 4924817.18 601798.91 4924850.15 601775.6 4924877.72 601716.58 4924914.88 601708.55 4924940.16 601703.15 4924960.39 601690.25 4924972.89 601666.9 4925003.0 601656.34 4925028.23 601668.79 4925043.67 601665.89 4925066.49 601629.68 4925106.55 601629.43 4925121.79 601651.84 4925150.1 601694.41 4925188.88 601749.55 4925235.49 601805.22 4925249.09 601842.46 4925303.03 601857.13 4925338.83 601863.97 4925387.2 601853.41 4925412.44 601817.32 4925444.89 601768.91 4925454.27 601677.31 4925462.96 601651.59 4925482.87 601648.52 4925515.85 601665.94 4925538.99 601731.32 4925580.68 601733.29 4925616.28 601706.75 4925686.99 601688.52 4925714.64 601651.71 4925792.8 601561.39 4925880.26 601499.26 4925952.94 601478.33 4925990.71 601489.85 4926064.56 601486.54 4926112.77 601467.74 4926175.98 601444.2 4926218.792606628.74 4924333.1609171.99 4925577.97606628.74 4924333.1 606642.94 4924556.88 606657.53 4924597.76 606748.97 4924756.73 606769.08 4924769.75 606842.37 4924793.79 606892.67 4924825.08 606967.68 4924899.95 606977.56 4924917.89 606995.01 4924938.49 607024.59 4924994.85 607038.85 4925056.05 607081.3 4925102.46 607101.45 4925112.94 607147.2 4925111.13 607327.48 4925116.56 607406.46 4925102.58 607540.85 4925117.44 607614.55 4925116.08 607675.46 4925119.6 607692.79 4925147.82 607694.92 4925173.26 607715.24 4925173.58 607786.88 4925141.7 607964.13 4925177.57 608022.66 4925170.89 608068.82 4925143.68 608115.15 4925106.32 608173.93 4925084.4 608346.34 4925104.94 608392.09 4925103.14 608420.23 4925090.88 608496.99 4925056.55 608639.75 4925025.81 608708.32 4925026.91 608738.43 4925050.26 608821.06 4925125.25 608868.74 4925161.58 608919.21 4925182.71 608982.54 4925193.89 609007.65 4925212.07 609025.14 4925230.13 609065.66 4925238.4 609075.57 4925253.81 609071.61 4925342.65 609105.74 4925432.11 609110.08 4925477.91 609109.03 4925543.94 609136.64 4925564.7 609171.99 4925577.972601773.94 4924240.43602113.52 4924664.31602113.52 4924240.43 602103.2 4924250.43 602084.44 4924311.1 602068.96 4924326.09 602036.03 4924320.48 602003.5 4924289.48 601975.52 4924291.57 601965.0 4924314.26 601956.97 4924339.54 601931.21 4924361.99 601885.17 4924381.57 601877.3 4924396.69 601876.16 4924467.8 601881.0 4924483.12 601877.97 4924513.56 601867.53 4924531.17 601864.83 4924541.29 601857.0 4924553.86 601854.34 4924561.44 601843.98 4924573.98 601833.45 4924596.67 601807.41 4924636.9 601773.94 4924664.312601183.42 4923786.05601773.94 4924664.31601183.42 4923786.05 601184.69 4923864.82 601240.91 4924002.9 601240.42 4924033.38 601229.9 4924056.07 601231.74 4924099.29 601241.74 4924109.61 601259.44 4924114.97 601294.42 4924151.1 601298.08 4924240.07 601320.57 4924263.29 601340.8 4924268.7 601355.64 4924294.34 601367.76 4924330.1 601382.55 4924358.28 601422.66 4924391.94 601467.93 4924420.61 601474.9 4924461.37 601509.96 4924492.42 601588.41 4924511.46 601616.06 4924529.68 601645.92 4924568.26 601657.69 4924626.88 601677.64 4924650.06 601773.94 4924664.312604407.89 4923710.76605632.59 4926045.49605632.59 4923720.17 605520.97 4923710.76 605477.71 4923715.14 605454.45 4923740.17 605436.22 4923767.83 605425.01 4923833.69 605414.44 4923858.93 605389.96 4923960.15 605382.13 4923972.73 605365.8 4924041.05 605342.25 4924083.86 605313.7 4924121.51 605284.79 4924182.01 605276.4 4924230.14 605266.11 4924237.6 605263.09 4924268.04 605254.9 4924303.47 605259.2 4924351.81 605253.19 4924410.14 605222.06 4924450.28 605214.2 4924465.4 605190.85 4924495.51 605126.3 4924560.52 605090.34 4924585.35 605054.46 4924605.1 605011.0 4924622.18 604947.34 4924631.33 604822.9 4924629.33 604789.48 4924654.2 604776.41 4924676.85 604717.15 4924729.25 604670.82 4924766.61 604562.57 4924863.95 604562.32 4924879.19 604541.76 4924894.1 604518.13 4924941.99 604516.95 4925015.64 604526.99 4925023.42 604534.08 4925056.56 604558.42 4925123.0 604557.2 4925199.19 604551.99 4925206.73 604540.86 4925267.52 604525.17 4925295.21 604503.84 4925358.37 604493.56 4925365.83 604490.49 4925398.81 604455.19 4925540.5 604457.21 4925573.56 604486.83 4925627.38 604478.52 4925670.43 604457.83 4925692.96 604432.23 4925705.25 604421.75 4925725.41 604431.5 4925750.97 604428.19 4925799.18 604409.07 4925882.7 604407.89 4925956.36 604419.89 4925999.73 604421.7 4926045.492602137.55 4926045.49604421.7 4927972.56604421.7 4926045.49 604388.24 4926072.9 604301.11 4926119.77 604283.34 4926119.48 604226.65 4926169.38 604226.16 4926199.86 604215.8 4926212.39 604152.06 4926226.61 604018.9 4926293.07 603970.16 4926322.77 603883.0 4926372.18 603872.47 4926394.87 603871.66 4926445.67 603819.64 4926521.04 603814.24 4926541.28 603775.21 4926599.08 603714.09 4926608.27 603622.54 4926614.42 603566.06 4926651.62 603564.71 4926735.43 603569.47 4926755.83 603566.2 4926801.5 603545.72 4926811.33 603512.58 4926818.42 603492.06 4926830.8 603455.81 4926873.4 603419.93 4926893.15 603365.9 4926935.47 603357.96 4926955.66 603336.67 4927016.29 603326.22 4927033.91 603313.44 4927038.78 603240.04 4927022.36 603204.07 4927047.19 603199.99 4927143.66 603158.66 4927186.18 603033.16 4927250.22 602991.99 4927282.58 602955.71 4927327.73 602952.92 4927342.93 602934.98 4927352.8 602934.78 4927365.5 602827.22 4927419.66 602752.83 4927464.2 602706.39 4927509.18 602665.02 4927554.24 602513.75 4927640.73 602480.17 4927675.76 602461.9 4927705.95 602448.55 4927746.38 602422.79 4927768.83 602371.71 4927785.79 602333.29 4927805.5 602261.41 4927852.61 602250.8 4927880.39 602247.98 4927898.12 602219.55 4927928.15 602186.05 4927958.1 602137.55 4927972.562599444.25 4923567.66601444.2 4926218.79599444.25 4923567.66 599469.32 4923588.39 599496.24 4923652.33 599546.14 4923709.01 599626.55 4923763.65 599686.53 4923825.58 599701.2 4923861.38 599715.7 4923907.33 599740.37 4923953.46 599777.81 4923994.7 599785.19 4924010.06 599781.59 4924076.05 599806.5 4924106.94 599872.0 4924141.01 599904.49 4924174.55 599913.99 4924215.35 599979.66 4924239.27 600009.77 4924262.61 600051.76 4924336.95 600101.86 4924380.94 600159.59 4924425.05 600163.61 4924491.17 600178.52 4924511.73 600203.63 4924529.91 600235.87 4924578.7 600278.6 4924607.32 600321.45 4924628.33 600384.62 4924649.67 600409.52 4924680.55 600406.58 4924705.91 600396.26 4924715.9 600401.01 4924736.3 600430.75 4924782.5 600457.8 4924838.83 600472.22 4924889.86 600468.66 4924953.31 600455.27 4924996.29 600434.22 4925041.67 600423.58 4925071.99 600427.84 4925122.86 600434.93 4925156.0 600442.47 4925161.2 600471.76 4925235.34 600494.05 4925271.26 600516.34 4925307.18 600525.97 4925340.36 600560.67 4925394.27 600583.32 4925407.33 600649.23 4925416.01 600719.73 4925455.24 600827.27 4925561.12 600847.02 4925597.0 600851.41 4925640.26 600883.89 4925673.8 600947.06 4925695.14 600992.08 4925739.04 601037.31 4925770.25 601042.06 4925790.65 601043.01 4925889.74 601067.64 4925938.4 601140.76 4925972.59 601153.17 4925990.58 601160.39 4926016.09 601187.96 4926039.4 601261.28 4926060.9 601309.05 4926092.15 601434.04 4926218.63 601444.2 4926218.792600646.99 4923177.94601183.42 4923786.05600646.99 4923177.94 600656.82 4923198.42 600656.25 4923233.98 600670.96 4923267.24 600713.53 4923306.02 600725.74 4923336.7 600724.52 4923412.89 600731.44 4923456.19 600753.69 4923494.65 600783.68 4923525.61 600838.98 4923562.07 600892.03 4923580.7 600937.66 4923586.51 600965.68 4923581.88 601006.23 4923587.61 601038.48 4923636.39 601043.23 4923656.79 601063.14 4923682.51 601083.13 4923703.16 601135.9 4923739.57 601168.3 4923778.19 601183.42 4923786.052599452.82 4922874.29600646.99 4923177.94599452.82 4922874.29 599561.98 4922878.58 599602.13 4922909.7 599629.58 4922940.63 599652.31 4922948.61 599680.33 4922943.98 599736.49 4922927.1 599802.32 4922940.86 599959.13 4922984.01 600139.44 4922986.9 600215.84 4922975.43 600287.31 4922953.71 600502.62 4922992.72 600567.84 4923044.57 600617.41 4923121.58 600631.87 4923170.08 600646.99 4923177.942600646.99 4922657.65600888.8 4923177.94600835.69 4922657.65 600824.8 4922703.21 600826.65 4922746.42 600888.8 4922831.25 600883.15 4922866.72 600857.38 4922889.17 600824.08 4922906.42 600808.6 4922921.42 600792.22 4922992.28 600709.81 4923062.09 600702.07 4923069.59 600693.96 4923099.94 600678.52 4923112.4 600667.84 4923145.25 600646.99 4923177.942600801.6 4922565.66600835.69 4922657.65600801.6 4922565.66 600825.77 4922642.25 600835.69 4922657.652602359.97 4922484.62604118.0 4924080.85604118.0 4922486.7 604102.6 4922496.61 604061.55 4922521.36 604031.16 4922515.79 604023.7 4922505.51 604013.87 4922485.03 603988.47 4922484.62 603978.19 4922492.08 603978.03 4922502.24 603967.67 4922514.77 603956.82 4922557.79 603935.85 4922598.1 603899.6 4922640.7 603894.28 4922655.86 603891.37 4922678.67 603857.87 4922708.62 603834.89 4922715.87 603806.5 4922743.36 603803.56 4922768.72 603785.58 4922781.13 603767.88 4922775.77 603733.06 4922729.48 603717.78 4922731.78 603704.83 4922746.81 603696.93 4922764.47 603695.43 4922858.44 603677.04 4922896.25 603699.04 4922949.95 603693.35 4922987.96 603610.25 4923100.94 603594.48 4923133.72 603592.2 4923275.94 603576.6 4923298.55 603538.18 4923318.26 603446.71 4923319.33 603420.99 4923339.24 603417.84 4923377.3 603389.62 4923394.63 603364.18 4923396.76 603298.31 4923385.54 603251.9 4923427.99 603246.62 4923440.6 603194.65 4923513.44 603190.6 4923607.37 603174.79 4923642.68 603126.01 4923674.92 603092.71 4923692.17 603074.48 4923719.82 603077.77 4923831.65 603069.5 4923872.16 603028.22 4923912.15 603002.66 4923921.9 602946.82 4923918.46 602929.29 4923902.94 602926.96 4923890.2 602882.05 4923838.67 602864.24 4923840.93 602851.33 4923853.42 602827.18 4923934.33 602806.33 4923967.02 602783.39 4923971.73 602745.54 4923955.88 602684.63 4923952.37 602636.82 4923923.66 602604.54 4923877.41 602579.1 4923879.55 602568.74 4923892.08 602565.47 4923937.75 602547.32 4923960.33 602531.96 4923967.7 602499.03 4923962.09 602474.0 4923938.83 602453.64 4923941.04 602458.19 4923974.14 602472.94 4924004.86 602474.58 4924060.77 602459.02 4924080.85 602375.41 4924066.81 602359.97 4924079.262604118.0 4921759.71606309.25 4922774.94606309.25 4921759.71 606275.22 4921822.67 606262.27 4921837.71 606262.07 4921850.41 606241.39 4921872.94 606204.98 4921925.7 606098.77 4922053.56 606075.35 4922088.75 606067.44 4922106.4 606057.08 4922118.94 606010.47 4922174.08 606007.65 4922191.81 605916.85 4922309.76 605911.73 4922312.21 605906.48 4922322.29 605815.8 4922432.61 605785.12 4922444.82 605683.46 4922448.27 605634.92 4922465.28 605599.0 4922487.57 605567.83 4922530.25 605551.9 4922573.18 605546.09 4922618.82 605522.98 4922633.69 605500.29 4922623.16 605487.88 4922605.18 605459.82 4922612.35 605418.25 4922670.11 605415.42 4922687.85 605402.48 4922702.89 605392.24 4922707.8 605361.32 4922735.25 605335.76 4922745.0 605305.16 4922752.13 605234.17 4922743.37 605223.89 4922750.83 605188.46 4922742.64 605155.76 4922721.8 605104.97 4922720.98 605056.39 4922740.53 605028.13 4922760.4 604984.71 4922774.94 604926.75 4922746.07 604889.3 4922704.82 604854.03 4922686.48 604833.51 4922698.85 604820.49 4922718.96 604817.74 4922731.62 604802.26 4922746.62 604779.32 4922751.33 604733.77 4922740.44 604701.08 4922719.59 604670.69 4922714.02 604663.23 4922703.74 604661.87 4922630.05 604646.75 4922622.19 604606.04 4922626.62 604549.64 4922658.74 604524.36 4922650.71 604486.75 4922619.62 604438.87 4922595.99 604398.96 4922549.63 604361.28 4922523.62 604285.09 4922522.4 604234.62 4922501.27 604209.51 4922483.08 604118.0 4922486.72599478.9 4921246.35600801.6 4922565.66599478.9 4921246.35 599483.86 4921254.05 599488.25 4921297.31 599495.5 4921320.29 599512.46 4921371.37 599527.13 4921407.17 599571.99 4921461.23 599596.74 4921502.28 599616.81 4921517.84 599687.52 4921544.37 599738.39 4921540.11 599829.74 4921546.65 599865.21 4921552.3 599908.47 4921547.92 599977.73 4921505.84 600026.15 4921496.45 600074.16 4921512.47 600116.84 4921543.63 600123.97 4921574.23 600119.97 4921665.62 600106.42 4921718.75 600114.99 4921817.96 600166.45 4921935.64 600208.44 4922009.98 600273.25 4922087.23 600307.47 4922171.61 600364.09 4922284.29 600386.46 4922315.13 600466.51 4922392.63 600529.19 4922444.44 600556.84 4922462.66 600698.53 4922497.96 600793.98 4922565.53 600801.6 4922565.662599491.11 4920484.45599574.16 4920754.71599491.11 4920484.45 599506.19 4920494.85 599553.59 4920548.96 599573.33 4920584.84 599574.16 4920691.55 599563.84 4920701.54 599552.83 4920754.712604118.0 4920491.82606133.96 4922486.7606133.96 4920491.82 606090.09 4920534.3 605940.84 4920653.84 605843.23 4920720.87 605815.05 4920735.66 605724.86 4920815.5 605637.53 4920875.07 605484.1 4920938.66 605424.83 4920991.06 605330.01 4921042.89 605267.71 4921125.72 605216.35 4921160.46 605142.0 4921202.46 605085.56 4921237.12 605012.99 4921327.41 605010.28 4921337.52 604935.53 4921404.92 604863.73 4921446.95 604848.45 4921449.25 604804.67 4921486.65 604799.22 4921509.43 604791.48 4921516.92 604756.76 4921623.06 604728.17 4921663.25 604668.86 4921718.18 604645.6 4921743.21 604627.13 4921786.1 604616.81 4921796.1 604616.6 4921808.8 604606.28 4921818.79 604606.08 4921831.49 604600.92 4921836.49 604600.75 4921846.65 604593.01 4921854.15 604579.58 4921899.66 604569.26 4921909.65 604561.23 4921934.93 604550.75 4921955.08 604481.36 4922004.78 604440.32 4922029.52 604411.98 4922054.47 604398.75 4922087.28 604395.64 4922122.8 604367.18 4922155.37 604312.99 4922207.85 604299.84 4922235.58 604286.33 4922286.17 604258.03 4922308.58 604178.89 4922332.71 604134.94 4922380.28 604132.0 4922405.63 604118.85 4922433.37 604118.0 4922486.72606790.13 4920443.9608825.39 4921673.67606790.13 4920443.9 606890.09 4920547.12 607025.57 4920653.44 607132.94 4920769.48 607314.96 4920983.24 607487.59 4921148.59 607537.53 4921202.74 607560.15 4921218.34 607620.16 4921277.73 607680.26 4921332.04 607755.35 4921401.83 607883.61 4921482.64 608011.96 4921558.36 608168.28 4921632.0 608297.31 4921664.55 608391.16 4921673.67 608434.62 4921656.59 608475.05 4921669.94 608513.19 4921668.01 608556.73 4921645.84 608597.77 4921621.1 608707.71 4921577.13 608825.39 4921525.672599626.32 4919973.47601048.53 4922565.66599626.32 4919973.47 599643.12 4920034.71 599673.1 4920065.67 599753.76 4920105.07 599776.21 4920130.83 599855.73 4920241.34 599913.17 4920303.23 599950.9 4920326.7 600029.71 4920322.88 600126.62 4920299.03 600172.14 4920312.46 600199.79 4920330.68 600234.81 4920364.27 600234.57 4920379.51 600247.1 4920389.87 600274.27 4920438.57 600289.1 4920464.21 600298.61 4920505.01 600352.89 4920604.95 600435.44 4920685.03 600440.32 4920697.81 600505.09 4920777.59 600557.57 4920831.78 600617.87 4920873.39 600652.77 4920914.6 600781.07 4920992.86 600800.86 4921026.2 600822.82 4921082.44 600866.06 4921238.1 600882.37 4921329.81 600892.16 4921352.83 600925.19 4921510.86 600926.96 4921559.15 600938.97 4921602.53 600989.94 4921750.69 601048.53 4921898.97 601041.99 4921990.31 601028.96 4922010.43 601025.9 4922043.4 601007.63 4922073.59 600989.12 4922119.02 600988.57 4922312.08 600980.13 4922362.75 600894.65 4922465.53 600874.05 4922482.99 600801.6 4922565.662599514.25 4918881.87601854.81 4922657.65599514.25 4918881.87 599625.47 4918916.68 599733.74 4918976.84 599786.22 4919031.03 599823.46 4919084.97 599930.46 4919223.86 599960.49 4919252.29 600041.31 4919281.53 600124.15 4919343.82 600161.71 4919377.45 600222.1 4919413.98 600327.83 4919474.1 600461.53 4919532.13 600577.06 4919615.27 600717.04 4919757.24 600757.31 4919780.74 600843.46 4919794.83 600944.51 4919829.47 601028.04 4919848.59 601126.27 4919900.97 601158.6 4919944.67 601168.39 4919967.69 601166.35 4920094.68 601181.19 4920120.32 601216.5 4920136.13 601289.86 4920155.09 601347.66 4920194.12 601400.06 4920253.38 601454.88 4920320.31 601540.57 4920362.33 601570.48 4920398.37 601604.86 4920472.59 601637.3 4920508.68 601657.17 4920536.94 601678.52 4920631.27 601722.49 4920741.21 601744.94 4920766.98 601752.23 4920787.42 601809.42 4920864.54 601819.18 4920890.1 601825.9 4920946.1 601834.8 4921024.99 601849.1 4921083.65 601854.81 4921203.13 601846.41 4921251.26 601841.25 4921256.26 601833.27 4921279.0 601817.54 4921309.23 601806.89 4921339.54 601798.18 4921407.99 601769.43 4921458.34 601675.92 4921586.4 601670.56 4921604.09 601665.4 4921609.09 601665.23 4921619.25 601644.27 4921659.56 601643.37 4921715.43 601652.92 4921753.69 601667.63 4921786.95 601674.47 4921835.33 601666.24 4921873.3 601645.4 4921905.99 601639.14 4921979.56 601623.29 4922017.41 601618.09 4922024.95 601604.13 4922103.47 601583.12 4922146.32 601454.06 4922273.81 601445.87 4922309.25 601432.56 4922347.14 601391.44 4922376.96 601294.61 4922395.73 601256.02 4922425.6 601229.93 4922468.37 601232.31 4922478.57 601214.08 4922506.22 601172.76 4922548.74 601129.3 4922565.83 601075.8 4922575.13 601019.56 4922597.09 600978.36 4922632.0 600922.65 4922620.94 600873.95 4922648.11 600835.69 4922657.652607064.35 4917916.7607768.01 4919163.87607768.01 4917916.7 607764.94 4917949.68 607751.92 4917969.79 607743.93 4917992.52 607723.08 4918025.21 607717.68 4918045.45 607707.24 4918063.07 607704.45 4918078.26 607694.09 4918090.8 607688.48 4918123.73 607683.28 4918131.27 607683.08 4918143.97 607675.38 4918148.93 607672.47 4918171.74 607635.82 4918239.74 607552.47 4918367.97 607543.3 4918464.35 607512.14 4918507.04 607483.71 4918537.07 607470.08 4918595.28 607457.18 4918607.77 607446.57 4918635.54 607433.67 4918648.04 607436.09 4918655.7 607428.3 4918665.74 607420.32 4918688.47 607409.92 4918703.55 607412.33 4918711.21 607391.53 4918741.36 607377.89 4918799.57 607347.01 4918824.47 607176.2 4918862.38 607114.96 4918879.18 607065.9 4918929.2 607064.35 4919025.71 607084.14 4919059.05 607119.04 4919100.26 607126.42 4919115.62 607128.35 4919153.75 607125.64 4919163.872599534.29 4917472.31602043.08 4919543.36599534.29 4917472.31 599564.45 4917493.12 599576.9 4917508.56 599677.18 4917591.45 599719.99 4917615.0 599745.31 4917620.49 599768.25 4917615.78 599806.63 4917598.61 599876.01 4917548.91 599937.57 4917511.8 599985.83 4917512.57 600018.56 4917530.88 600043.55 4917556.68 600060.27 4917623.0 600082.52 4917661.46 600130.12 4917702.87 600139.87 4917728.42 600133.61 4917801.99 600130.34 4917847.67 600150.37 4917865.77 600165.49 4917873.63 600241.56 4917882.47 600279.04 4917921.18 600295.96 4917974.8 600315.91 4917997.98 600325.91 4918008.3 600356.39 4918008.79 600410.0 4917991.87 600425.04 4918004.81 600421.4 4918073.34 600413.66 4918080.84 600402.52 4918141.63 600394.78 4918149.12 600391.59 4918189.72 600380.58 4918242.89 600384.11 4918339.48 600388.66 4918372.57 600398.74 4918377.82 600411.11 4918398.34 600451.06 4918442.16 600463.1 4918483.0 600503.21 4918516.67 600568.92 4918538.04 600693.07 4918557.82 600736.33 4918553.43 600800.27 4918526.51 600843.61 4918517.04 600924.67 4918531.04 601020.73 4918560.53 601098.69 4918610.04 601129.09 4918615.61 601167.18 4918616.22 601203.02 4918599.01 601233.33 4918609.66 601303.43 4918674.29 601371.35 4918716.02 601413.99 4918749.73 601449.39 4918760.46 601507.76 4918763.93 601646.67 4918814.43 601656.62 4918827.29 601666.46 4918847.77 601673.51 4918883.45 601685.76 4918911.59 601725.98 4918937.63 601847.6 4918957.36 601902.87 4918996.36 601923.18 4918996.68 601933.51 4918986.68 601941.82 4918943.63 601949.68 4918928.52 601967.62 4918918.64 602018.13 4918937.23 602043.08 4918965.58 602042.39 4919008.75 602031.94 4919026.37 601993.07 4919074.01 601992.55 4919107.03 602014.59 4919158.19 602002.84 4919257.07 601984.37 4919299.96 601981.67 4919310.08 601976.51 4919315.08 601971.1 4919335.31 601905.99 4919435.88 601905.82 4919446.04 601898.12 4919451.0 601905.13 4919489.22 601955.07 4919543.362601183.42 4919543.36602286.43 4923786.05601955.07 4919543.36 601972.6 4919558.89 602010.09 4919597.59 602087.35 4919690.28 602099.56 4919720.96 602141.72 4919785.14 602171.34 4919838.97 602178.51 4919867.02 602188.22 4919895.12 602242.92 4919969.67 602274.92 4920033.69 602286.43 4920107.55 602282.59 4920188.77 602271.38 4920254.64 602270.09 4920493.41 602218.24 4920558.63 602207.55 4920591.48 602197.19 4920604.02 602199.52 4920616.76 602191.86 4920619.18 602191.62 4920634.41 602176.02 4920657.03 602162.54 4920705.08 602158.46 4920801.55 602140.07 4920839.36 602141.67 4920897.81 602146.59 4920908.05 602156.26 4920938.69 602157.54 4921017.46 602133.99 4921060.27 602110.56 4921095.46 602092.3 4921125.65 602068.87 4921160.84 602055.81 4921183.49 602042.38 4921229.0 602025.47 4921332.88 602017.73 4921340.38 602015.29 4921492.76 602024.92 4921525.94 602033.77 4921607.37 602020.54 4921640.19 601968.98 4921687.63 601954.53 4921796.63 601943.6 4921844.72 601945.04 4921913.33 601943.9 4921984.44 601936.0 4922002.1 601923.09 4922014.59 601917.77 4922029.75 601835.12 4922114.8 601819.55 4922134.87 601818.94 4922172.96 601836.27 4922201.19 601850.53 4922262.38 601841.94 4922323.21 601831.41 4922345.91 601833.46 4922376.42 601853.17 4922414.84 601860.14 4922455.6 601857.45 4922623.22 601838.98 4922666.11 601826.04 4922681.14 601802.9 4922698.56 601767.1 4922713.22 601761.53 4922743.62 601781.04 4922794.74 601780.18 4922848.07 601720.91 4922900.47 601710.47 4922918.08 601708.84 4923019.67 601683.0 4923047.2 601557.62 4923103.62 601552.3 4923118.78 601554.22 4923156.91 601583.93 4923205.65 601578.48 4923228.43 601545.02 4923255.84 601529.29 4923286.07 601528.4 4923341.94 601510.46 4923351.82 601446.72 4923366.04 601446.39 4923386.35 601453.85 4923396.63 601463.32 4923439.97 601459.96 4923490.73 601438.95 4923533.57 601364.04 4923611.12 601356.22 4923623.7 601302.24 4923663.48 601268.73 4923693.43 601196.2 4923781.18 601183.42 4923786.052607768.01 4917471.85609334.9 4917916.7609334.9 4917471.85 609263.54 4917485.94 609240.57 4917493.2 609072.09 4917543.84 608985.01 4917588.18 608925.78 4917638.03 608851.48 4917677.49 608756.17 4917759.79 608720.25 4917782.08 608628.29 4917813.63 608530.97 4917862.88 608451.91 4917881.93 608406.44 4917865.96 608379.04 4917832.5 608346.55 4917798.95 608321.28 4917790.93 608257.74 4917792.45 608214.41 4917801.92 608153.66 4917788.24 608115.85 4917769.85 608065.66 4917730.94 608037.85 4917722.88 607999.75 4917722.27 607920.49 4917754.02 607879.41 4917781.31 607848.33 4917818.91 607817.08 4917866.68 607778.21 4917914.32 607768.01 4917916.72605363.83 4916747.08607768.01 4917916.7605363.83 4917029.71 605428.46 4916959.61 605472.57 4916901.89 605506.11 4916869.41 605599.09 4916774.36 605640.17 4916747.08 605744.21 4916753.83 605769.49 4916761.85 606226.47 4916779.33 606309.91 4916803.53 606350.06 4916834.66 606397.91 4916860.83 606491.59 4916880.12 606521.86 4916893.3 606546.53 4916939.42 606570.3 4917041.42 606592.79 4917064.64 606635.39 4917100.89 606731.08 4917153.23 606801.38 4917205.16 606892.12 4917249.8 607051.63 4917282.84 607094.23 4917319.09 607160.69 4917452.25 607327.35 4917673.39 607367.33 4917714.67 607440.29 4917759.03 607462.95 4917772.09 607554.25 4917781.18 607742.9 4917898.52 607768.01 4917916.72600860.19 4916530.77603930.2 4918353.11600860.19 4916530.77 601021.14 4916632.42 601220.56 4916711.83 601311.17 4916764.08 601407.35 4916785.95 601493.5 4916800.03 601577.03 4916819.15 601688.77 4916820.94 601836.48 4916797.9 601912.47 4916811.82 602055.68 4916910.65 602118.6 4916947.22 602181.36 4916993.96 602211.27 4917030.0 602230.16 4917119.21 602269.13 4917223.99 602321.57 4917280.72 602399.61 4917325.16 602452.17 4917374.26 602590.51 4917460.31 602743.35 4917592.32 602858.02 4917728.79 602867.93 4917744.19 602957.53 4917859.94 603015.21 4917906.59 603080.55 4917950.83 603224.7 4917991.24 603361.6 4918008.68 603432.22 4918040.29 603633.48 4918162.91 603671.29 4918181.3 603713.82 4918222.63 603771.13 4918292.13 603844.01 4918341.57 603930.2 4918353.112600189.15 4915403.61602333.86 4916281.38602333.86 4915403.61 602323.17 4915436.46 602291.97 4915481.69 602268.66 4915509.26 602235.4 4915523.97 602202.22 4915533.6 602138.89 4915522.42 602068.11 4915500.97 601776.0 4915498.83 601704.61 4915515.47 601625.35 4915547.22 601568.91 4915581.88 601474.12 4915631.17 601392.0 4915683.2 601212.59 4915781.94 601168.81 4915819.34 601094.47 4915861.34 601032.46 4915926.39 600916.97 4916158.25 600849.67 4916235.92 600831.61 4916253.41 600798.43 4916263.04 600755.42 4916252.19 600674.68 4916217.88 600636.59 4916217.27 600613.61 4916224.52 600561.96 4916277.04 600516.16 4916281.38 600419.94 4916262.06 600346.66 4916238.02 600252.65 4916239.06 600194.15 4916243.2 600189.15 4916238.042609057.87 4915508.58609518.78 4915577.4609518.78 4915508.58 609457.78 4915510.14 609263.87 4915562.92 609162.25 4915563.83 609057.87 4915577.42599580.09 4914210.32600948.18 4914772.67600948.18 4914210.32 600871.66 4914229.41 600777.41 4914245.68 600479.13 4914312.03 600415.31 4914331.33 600290.58 4914347.12 600157.87 4914385.64 600144.97 4914398.13 600093.2 4914458.27 600006.07 4914505.14 599954.87 4914529.72 599885.89 4914554.02 599659.64 4914723.14 599580.09 4914772.672602305.44 4914111.97602798.93 4915560.74602420.61 4914111.97 602412.38 4914149.95 602413.66 4914228.72 602423.24 4914264.44 602413.14 4914419.23 602407.74 4914439.47 602403.33 4914556.25 602387.15 4914614.42 602368.89 4914644.61 602352.75 4914700.24 602353.91 4914786.63 602355.88 4914822.23 602354.41 4914913.66 602340.37 4914997.26 602347.71 4915015.16 602349.56 4915058.38 602318.67 4915083.29 602305.44 4915116.1 602307.62 4915139.0 602319.75 4915174.76 602336.59 4915233.45 602359.12 4915254.14 602475.21 4915301.72 602522.94 4915335.51 602644.35 4915367.94 602699.74 4915399.31 602769.63 4915476.64 602796.75 4915527.88 602798.93 4915550.78 602786.06 4915560.742603206.04 4914135.94604154.71 4915826.58603916.48 4914135.94 603971.25 4914205.41 604003.45 4914256.73 604152.42 4914472.51 604154.71 4914487.78 604153.21 4914581.75 604122.04 4914624.44 604057.94 4914661.52 604045.2 4914663.85 604014.23 4914693.84 604000.96 4914729.19 603972.46 4914764.3 603910.69 4914814.12 603894.93 4914846.89 603899.52 4914877.45 603949.25 4914944.29 603956.59 4914962.19 603945.37 4915028.06 603921.41 4915096.27 603924.86 4915197.93 603934.62 4915223.49 603932.74 4915340.32 603875.77 4915408.0 603849.97 4915432.99 603775.83 4915462.28 603679.08 4915475.97 603630.62 4915487.9 603620.3 4915497.89 603494.92 4915554.31 603430.74 4915596.47 603386.87 4915638.95 603368.32 4915686.92 603363.16 4915691.92 603357.71 4915714.7 603336.78 4915752.47 603298.08 4915789.95 603206.04 4915826.582604884.14 4914148.91609057.87 4916125.46604884.14 4914148.91 604920.73 4914243.48 604996.85 4914407.29 605043.23 4914524.88 605057.78 4914568.3 605094.65 4914645.1 605144.47 4914706.87 605257.17 4914807.75 605271.72 4914851.17 605283.6 4914902.16 605305.6 4914955.86 605342.68 4915019.97 605452.55 4915138.58 605462.43 4915156.52 605467.02 4915187.08 605478.62 4915255.85 605525.69 4915330.28 605627.34 4915486.87 605659.82 4915520.41 605700.05 4915546.46 605778.29 4915578.2 605915.07 4915603.25 605968.24 4915614.27 606064.67 4915620.89 606122.92 4915631.99 606198.58 4915666.22 606231.07 4915699.77 606261.3 4915715.49 606375.42 4915727.48 606679.83 4915912.73 606678.37 4916004.15 606695.74 4916029.84 606728.59 4916040.52 606829.89 4916059.93 606898.02 4916088.96 606955.86 4916125.46 606996.62 4916118.49 607029.96 4916098.7 607098.41 4916107.42 607172.3 4916093.36 607279.9 4916036.66 607372.23 4915982.25 607418.19 4915967.74 608170.5 4915944.23 608414.72 4915922.74 608557.79 4915871.69 608580.94 4915854.28 608632.22 4915824.61 608732.81 4915729.69 608809.86 4915677.58 608927.66 4915618.5 609057.87 4915577.42606702.55 4914178.04609057.87 4915577.4606702.55 4914178.04 606709.84 4914198.48 606711.61 4914246.78 606731.48 4914275.04 606788.87 4914339.47 606795.47 4914403.08 606800.23 4914423.48 606833.0 4914439.25 606959.29 4914484.46 607092.96 4914545.03 607183.53 4914599.82 607203.52 4914620.47 607194.64 4914699.07 607238.97 4914786.16 607236.15 4914803.89 607223.04 4914829.09 607181.6 4914879.23 607175.86 4914919.78 607205.97 4914943.13 607277.0 4914949.35 607340.46 4914952.9 607339.23 4915029.09 607356.85 4915039.54 607440.29 4915063.74 607493.18 4915092.53 607553.2 4915151.92 607568.35 4915157.24 607677.56 4915158.99 607748.42 4915175.37 607900.56 4915193.05 607928.74 4915178.26 607939.63 4915132.71 607954.99 4915125.33 608028.36 4915144.29 608078.58 4915180.66 608147.07 4915186.84 608169.36 4915222.76 608220.82 4915340.44 608250.89 4915366.32 608281.41 4915364.27 608294.51 4915339.08 608317.7 4915319.13 608512.68 4915357.82 608555.94 4915353.43 608606.89 4915344.08 608658.42 4915299.18 608671.28 4915289.23 608818.42 4915301.75 608846.19 4915312.35 608845.42 4915360.61 608785.62 4915446.02 608785.09 4915479.04 608807.71 4915494.64 608865.96 4915505.74 608934.69 4915496.68 608982.82 4915505.07 609020.59 4915526.0 609057.87 4915577.42608599.69 4914208.44608934.93 4914688.86608599.69 4914208.44 608686.38 4914347.01 608791.34 4914455.38 608876.5 4914530.42 608913.7 4914586.9 608928.09 4914640.48 608934.93 4914688.862608934.93 4914688.86609526.75 4915010.8608934.93 4914688.86 608954.64 4914727.28 609049.48 4914832.95 609119.0 4914933.14 609166.65 4914972.0 609212.04 4914993.05 609252.55 4915001.32 609526.75 4915010.82602129.6 4927972.56602137.55 4927992.76602137.55 4927972.56 602129.6 4927992.762599480.98 4920754.71599552.83 4921116.83599552.83 4920754.71 599537.18 4920779.87 599526.21 4920830.5 599521.01 4920838.04 599506.03 4920980.05 599504.85 4921053.7 599494.0 4921096.72 599480.98 4921116.832589603.85 4915711.1589677.72 4915725.27589677.72 4915711.1 589654.79 4915715.85 589636.9 4915723.21 589603.85 4915725.271589677.72 4914141.07590368.57 4915711.1590368.57 4914141.07 590358.23 4914153.62 590352.27 4914214.5 590349.58 4914224.62 590329.63 4914374.21 590308.43 4914434.87 590304.56 4914526.26 590281.12 4914566.56 590255.42 4914586.51 590255.24 4914599.21 590244.75 4914621.92 590240.81 4914718.4 590230.47 4914730.95 590230.28 4914743.65 590217.29 4914763.78 590198.74 4914816.86 590178.09 4914839.42 590133.92 4914907.37 590028.32 4915007.45 590025.52 4915025.19 589963.43 4915103.04 589952.2 4915176.54 589946.2 4915239.96 589930.15 4915295.62 589929.27 4915356.57 589936.63 4915374.46 589943.66 4915415.2 589938.06 4915450.69 589919.95 4915473.29 589865.88 4915523.31 589814.94 4915532.73 589786.71 4915552.64 589768.6 4915575.24 589677.87 4915700.94 589677.72 4915711.11589554.51 4919303.8589834.06 4920532.59589554.51 4919303.8 589609.83 4919342.71 589675.06 4919399.54 589732.55 4919463.88 589764.46 4919540.55 589768.99 4919578.72 589760.41 4919644.64 589749.41 4919702.91 589747.86 4919809.58 589774.77 4919881.09 589787.21 4919899.06 589799.65 4919917.02 589829.61 4919953.02 589834.06 4919996.27 589828.73 4920013.97 589777.09 4920071.65 589738.81 4920083.79 589629.38 4920097.45 589611.38 4920112.43 589603.17 4920152.96 589617.67 4920203.97 589642.48 4920244.98 589702.51 4920309.35 589704.9 4920319.55 589722.28 4920347.74 589715.87 4920439.1 589705.35 4920464.35 589704.98 4920489.75 589691.95 4920512.42 589694.3 4920525.16 589681.49 4920532.591589541.03 4920532.59590484.23 4922284.32589681.49 4920532.59 589678.33 4920575.73 589665.15 4920608.56 589652.23 4920623.62 589605.63 4920683.91 589548.87 4920744.05 589541.03 4920759.18 589542.62 4920825.25 589565.22 4920843.36 589605.89 4920841.41 589697.65 4920819.88 589773.7 4920831.14 589801.49 4920841.7 589836.6 4920872.7 589858.54 4920936.52 589851.47 4921073.59 589843.78 4921078.56 589840.72 4921114.08 589821.99 4921179.86 589823.68 4921238.31 589838.33 4921279.17 589842.97 4921309.72 589887.1 4921419.59 589916.47 4921496.22 589928.73 4921526.88 589936.02 4921549.85 589945.77 4921577.93 589953.02 4921603.44 589986.59 4921741.1 589996.34 4921769.19 590021.08 4921815.27 590055.86 4921869.12 590080.96 4921889.81 590108.79 4921897.83 590185.09 4921891.32 590256.39 4921879.65 590292.28 4921857.31 590307.92 4921829.59 590333.69 4921804.56 590349.15 4921789.54 590397.4 4921790.24 590417.5 4921805.78 590437.41 4921834.01 590444.15 4921895.07 590439.91 4922011.86 590431.85 4922042.23 590430.38 4922143.82 590439.54 4922212.54 590459.31 4922250.93 590484.23 4922284.321590403.62 4922284.32591596.81 4925201.15590484.23 4922284.32 590579.78 4922351.75 590609.41 4922410.6 590608.45 4922476.64 590590.05 4922519.55 590566.57 4922562.4 590414.22 4922732.93 590403.62 4922763.26 590405.57 4922803.93 590420.44 4922829.55 590480.95 4922860.91 590579.52 4922895.36 590720.97 4922950.76 590751.05 4922979.14 590826.1 4923058.97 590891.61 4923095.49 590921.76 4923118.79 590961.44 4923185.41 590984.0 4923206.06 591031.92 4923229.62 591051.95 4923250.23 591091.59 4923319.39 591148.31 4923437.06 591165.76 4923460.18 591248.57 4923529.97 591263.48 4923728.33 591254.31 4923834.88 591273.57 4923908.83 591338.2 4924006.3 591344.68 4924085.14 591361.87 4924126.03 591391.75 4924167.11 591446.86 4924221.26 591494.15 4924287.99 591498.9 4924310.92 591497.28 4924422.67 591489.59 4924427.64 591486.64 4924455.54 591470.34 4924528.97 591472.21 4924574.72 591484.1 4924630.78 591568.02 4924799.65 591596.81 4924916.92 591580.5 4924990.36 591570.27 4924995.29 591572.59 4925010.56 591564.89 4925015.53 591553.82 4925078.88 591578.29 4925142.74 591577.45 4925201.151590662.07 4925224.27591502.95 4925787.39591502.95 4925258.5 591419.61 4925224.27 591373.86 4925226.15 591345.78 4925235.9 591332.89 4925248.41 591325.02 4925266.08 591310.92 4925362.41 591292.48 4925407.87 591266.79 4925427.81 591131.48 4925474.12 591108.4 4925489.03 591028.68 4925556.46 591010.49 4925584.14 590979.65 4925609.09 590925.87 4925638.8 590889.91 4925666.22 590805.29 4925720.88 590682.5 4925780.06 590662.07 4925787.391590296.2 4925787.39590662.07 4926843.92590662.07 4925787.39 590656.81 4925800.01 590613.3 4925822.24 590592.72 4925839.73 590582.31 4925857.36 590553.78 4925897.59 590540.16 4925960.9 590546.75 4926032.12 590551.61 4926047.43 590548.15 4926110.89 590540.23 4926131.1 590455.47 4926195.92 590442.03 4926246.53 590438.39 4926322.68 590433.16 4926332.77 590427.34 4926383.49 590416.82 4926408.74 590411.33 4926436.6 590403.64 4926441.57 590390.24 4926489.64 590385.09 4926494.65 590363.74 4926565.47 590353.29 4926585.64 590323.66 4926702.06 590309.08 4926831.4 590296.2 4926843.921589977.36 4926843.92590296.2 4927809.68590296.2 4926843.92 590260.64 4927018.68 590255.34 4927033.85 590243.08 4927178.46 590235.31 4927188.51 590226.3 4927284.91 590223.61 4927295.03 590218.12 4927322.9 590210.32 4927335.49 590204.76 4927368.43 590194.38 4927383.52 590183.89 4927406.23 590142.56 4927453.9 590062.87 4927518.79 590041.78 4927571.83 590038.46 4927625.13 590028.2 4927632.6 590030.4 4927655.49 590020.13 4927662.96 590019.58 4927701.06 590009.2 4927716.15 589998.56 4927749.02 589988.18 4927764.11 589977.36 4927809.681591502.95 4925201.15591577.45 4925258.5591577.45 4925201.15 591569.75 4925206.12 591559.3 4925226.29 591520.8 4925253.68 591502.95 4925258.51589514.05 4922445.53591130.23 4925385.19589514.05 4922445.53 589579.23 4922504.9 589691.35 4922656.4 589766.44 4922733.7 589846.31 4922831.39 589878.66 4922877.58 589953.57 4922967.58 590042.75 4923123.83 590062.44 4923167.3 590077.42 4923185.29 590104.33 4923256.81 590119.39 4923269.73 590136.61 4923308.09 590228.67 4923441.51 590308.43 4923546.82 590360.92 4923606.01 590669.33 4923884.83 590684.05 4923920.61 590691.23 4923951.19 590705.88 4923992.05 590733.12 4924040.71 590765.06 4924114.84 590772.24 4924145.43 590821.45 4924255.37 590840.78 4924324.24 590941.92 4924531.47 590956.87 4924552.01 590974.02 4924595.44 591015.94 4924682.42 591028.09 4924720.7 591097.22 4924858.88 591108.77 4924937.79 591107.48 4925201.96 591120.59 4925349.49 591130.23 4925385.193598090.36 4927671.57598282.27 4927932.61598090.36 4927678.34 598148.88 4927671.57 598181.56 4927694.91 598188.67 4927730.58 598180.79 4927748.24 598189.55 4927844.9 598201.88 4927870.48 598219.44 4927885.98 598254.77 4927901.73 598282.27 4927932.612597310.36 4927512.08598090.36 4927720.45597310.36 4927512.08 597454.76 4927539.58 597526.06 4927527.91 597602.17 4927534.09 597637.29 4927565.09 597669.83 4927598.58 597730.19 4927640.1 597798.69 4927646.17 597862.52 4927624.24 597890.34 4927632.26 597907.9 4927647.76 597919.82 4927701.28 597952.58 4927719.53 598016.08 4927720.45 598079.94 4927695.98 598090.36 4927678.342589443.06 4927342.14589533.09 4927615.26589443.06 4927342.14 589453.07 4927352.45 589490.03 4927431.74 589533.09 4927615.262593525.34 4926930.14594726.42 4927863.65594666.75 4926930.14 594689.39 4926945.71 594716.96 4926971.51 594726.42 4927019.91 594720.49 4927078.25 594699.77 4927105.9 594703.89 4927172.0 594696.16 4927179.51 594685.53 4927212.38 594649.34 4927255.04 594605.87 4927274.73 594531.89 4927296.52 594501.15 4927313.86 594444.36 4927376.54 594377.37 4927441.62 594339.05 4927456.31 594234.81 4927462.41 594173.42 4927492.01 594119.49 4927531.87 594104.22 4927534.19 594042.79 4927566.32 593999.06 4927603.79 593927.32 4927645.94 593914.55 4927650.83 593894.05 4927663.24 593855.69 4927680.46 593827.75 4927680.06 593812.33 4927692.54 593700.36 4927706.15 593631.46 4927728.02 593590.27 4927765.52 593559.17 4927808.26 593545.99 4927841.09 593525.34 4927863.652589518.38 4925826.69590296.2 4926843.92589518.38 4925826.69 589631.75 4925891.84 589689.39 4925946.03 589809.12 4926097.64 589856.31 4926171.99 589935.52 4926315.39 590034.13 4926522.58 590041.01 4926573.49 590042.44 4926649.72 590087.86 4926670.7 590092.17 4926724.11 590104.57 4926744.61 590119.81 4926744.83 590181.1 4926722.86 590224.2 4926728.56 590249.12 4926761.95 590266.38 4926797.76 590278.57 4926833.5 590296.2 4926843.922589489.75 4924121.76590681.28 4925787.39589489.75 4924121.76 589524.83 4924155.29 589607.31 4924247.93 589641.06 4924372.9 589685.34 4924472.61 589722.56 4924534.12 589791.02 4924718.01 589805.85 4924746.17 589871.18 4924795.38 589909.06 4924811.17 589931.59 4924834.36 589941.38 4924859.9 589953.23 4924918.5 589972.92 4924961.97 590000.23 4925005.55 590070.39 4925072.61 590110.58 4925103.68 590204.11 4925135.52 590284.5 4925197.65 590357.67 4925231.74 590415.5 4925273.22 590452.97 4925316.95 590510.28 4925393.99 590529.86 4925445.07 590561.18 4925562.38 590590.96 4925611.08 590626.15 4925636.99 590676.83 4925645.35 590681.28 4925688.6 590675.95 4925706.3 590665.01 4925759.49 590662.07 4925787.392597578.52 4923617.08598133.99 4925516.66598133.99 4923617.08 598102.74 4923669.97 598089.41 4923712.97 598083.82 4923748.45 598070.6 4923783.82 598026.32 4923859.39 598015.72 4923889.72 598011.82 4923983.65 598001.15 4924019.06 597985.61 4924039.16 597982.82 4924056.9 597941.67 4924091.87 597872.58 4924126.43 597844.53 4924133.64 597839.38 4924138.65 597818.99 4924143.43 597808.64 4924155.98 597803.23 4924178.77 597787.88 4924186.17 597769.55 4924224.0 597751.37 4924251.68 597745.88 4924279.55 597709.56 4924332.37 597706.76 4924350.11 597688.57 4924377.79 597682.72 4924431.05 597628.32 4924503.93 597630.09 4924557.3 597637.56 4924567.57 597683.13 4924578.39 597713.23 4924604.23 597725.57 4924629.81 597723.95 4924741.56 597713.49 4924761.73 597710.77 4924774.39 597661.3 4924857.5 597655.74 4924890.45 597678.16 4924921.25 597679.96 4924972.09 597653.94 4925014.89 597635.05 4925090.83 597629.9 4925095.83 597624.38 4925126.24 597600.71 4925181.78 597603.03 4925197.05 597592.8 4925201.99 597578.52 4925311.01 597582.86 4925361.88 597600.16 4925395.15 597635.09 4925438.85 597675.25 4925472.45 597745.73 4925516.662597745.73 4925516.66598204.68 4927678.34597745.73 4925516.66 597780.74 4925555.27 597898.89 4925640.81 597977.36 4925659.73 598088.85 4925679.13 598116.53 4925697.31 598131.33 4925728.01 598129.64 4925844.84 598115.69 4925931.0 598117.6 4925974.22 598149.88 4926025.49 598146.71 4926068.63 598131.14 4926091.27 598125.59 4926124.21 598124.89 4926172.46 598117.16 4926179.97 598108.99 4926217.96 598082.82 4926270.92 598069.79 4926293.6 598053.29 4926379.73 598051.75 4926486.4 598041.0 4926526.89 598032.9 4926559.79 598012.22 4926584.89 598011.59 4926628.07 598018.92 4926648.5 598028.82 4926666.42 598030.55 4926722.34 598025.32 4926732.42 598025.06 4926750.2 598017.37 4926755.17 598019.1 4926811.08 598063.12 4926928.57 598064.67 4926997.18 598038.5 4927050.15 598030.55 4927072.89 598029.96 4927113.53 598044.83 4927139.15 598092.42 4927185.56 598104.42 4927234.0 598111.63 4927262.05 598118.96 4927282.48 598141.56 4927300.59 598194.71 4927314.06 598204.68 4927326.9 598199.2 4927354.77 598127.42 4927399.45 598009.82 4927451.09 597991.75 4927471.15 597991.45 4927491.47 597998.74 4927514.44 598011.26 4927527.32 598033.56 4927565.75 598090.36 4927678.342594756.46 4923378.78597310.36 4927554.81594837.63 4923378.78 594867.41 4923427.47 594877.23 4923450.48 594885.74 4923564.91 594952.28 4923705.59 594971.5 4923782.08 594969.99 4923886.21 595004.62 4923950.22 595016.84 4923983.42 595054.02 4924047.46 595178.39 4924229.63 595188.18 4924255.17 595189.21 4924359.34 595181.52 4924364.31 595175.6 4924422.65 595167.9 4924427.62 595164.74 4924470.75 595157.01 4924478.26 595156.86 4924488.42 595146.52 4924500.97 595141.11 4924523.76 595097.19 4924573.93 595061.16 4924606.43 594936.9 4924767.2 594926.44 4924787.37 594895.49 4924819.95 594864.35 4924865.22 594822.64 4924938.29 594819.96 4924948.41 594817.27 4924958.53 594795.88 4925031.89 594794.63 4925118.24 594814.36 4925159.17 594874.17 4925238.78 594884.07 4925256.71 594891.33 4925282.22 594892.76 4925358.45 594882.05 4925396.4 594876.49 4925429.34 594862.87 4925492.65 594855.22 4925495.08 594841.89 4925538.07 594825.99 4925583.56 594784.51 4925641.39 594768.61 4925686.88 594763.23 4925707.13 594756.46 4925823.88 594760.8 4925874.75 594777.77 4925930.88 594792.42 4925971.74 594814.8 4926005.09 594862.54 4926041.34 594880.21 4926049.22 594951.06 4926068.03 595062.07 4926120.44 595094.76 4926143.78 595184.79 4926241.61 595242.61 4926283.1 595340.93 4926335.33 595386.02 4926379.17 595511.83 4926462.28 595705.51 4926594.64 595848.1 4926746.58 595913.32 4926803.41 595993.79 4926860.47 596091.36 4926963.49 596146.8 4926994.78 596244.37 4927097.8 596254.31 4927113.19 596279.3 4927141.5 596311.62 4927190.23 596393.92 4927295.57 596424.07 4927318.87 596578.59 4927349.06 596641.6 4927382.99 596704.36 4927434.71 596762.44 4927458.41 597002.87 4927520.32 597103.98 4927554.81 597164.97 4927553.16 597305.17 4927519.63 597310.36 4927512.082591577.45 4922331.43592397.31 4925212.67591631.75 4922331.43 591623.65 4922364.34 591625.16 4922435.49 591642.16 4922489.08 591681.92 4922550.62 591766.87 4922648.39 591771.58 4922673.86 591778.24 4922740.0 591790.35 4922780.82 591792.27 4922824.03 591801.65 4922877.51 591864.81 4923076.57 591899.52 4923135.5 591926.1 4923229.88 591984.95 4923375.53 592002.25 4923408.8 592006.89 4923439.35 592036.19 4923521.06 592045.76 4923561.85 592065.27 4923618.02 592077.04 4923681.69 592089.23 4923717.43 592151.8 4923781.85 592247.65 4923828.96 592305.4 4923875.52 592354.9 4923965.15 592397.31 4924019.11 592396.72 4924059.75 592342.57 4924114.85 592263.29 4924151.8 592219.49 4924194.35 592203.84 4924222.07 592205.46 4924285.6 592220.22 4924318.84 592219.6 4924362.01 592209.25 4924374.56 592176.09 4924384.24 592074.28 4924398.01 592023.08 4924425.21 591992.01 4924465.4 591984.17 4924480.53 591981.16 4924513.51 591977.66 4924579.51 591987.3 4924615.21 591990.47 4924747.35 591999.89 4924798.29 591994.3 4924833.78 591957.71 4924904.37 591949.61 4924937.28 591944.46 4924942.29 591936.36 4924975.19 591890.09 4925012.63 591818.5 4925044.61 591777.31 4925082.12 591761.67 4925109.83 591738.0 4925165.38 591717.28 4925193.02 591671.27 4925212.67 591577.45 4925201.152594415.01 4921483.02595855.03 4924825.73594438.35 4921483.02 594415.01 4921690.99 594422.15 4921724.12 594447.11 4921754.96 594520.28 4921789.05 594550.39 4921814.88 594560.29 4921832.81 594569.97 4921865.97 594604.75 4921919.82 594614.18 4921970.77 594612.11 4922112.99 594632.06 4922138.68 594702.7 4922172.73 594722.65 4922198.42 594766.41 4922333.69 594839.22 4922393.17 594998.52 4922619.03 595160.92 4922806.82 595181.12 4922814.73 595238.58 4922881.61 595266.22 4922902.34 595308.55 4922961.38 595313.45 4922974.15 595375.36 4923084.28 595380.18 4923102.13 595420.08 4923153.51 595482.83 4923205.23 595552.84 4923282.45 595599.88 4923366.96 595651.71 4923471.87 595653.62 4923515.08 595693.63 4923558.84 595698.53 4923571.61 595705.63 4923607.28 595705.37 4923800.34 595717.45 4923843.7 595726.61 4923912.42 595723.3 4923965.72 595696.8 4924041.54 595686.42 4924056.63 595675.11 4924135.22 595701.8 4924221.97 595716.08 4924288.23 595716.93 4924405.09 595724.44 4924412.82 595726.83 4924423.02 595766.18 4924512.5 595790.47 4924589.06 595812.77 4924627.48 595842.74 4924663.48 595855.03 4924691.6 595854.59 4924722.08 595849.43 4924727.09 595843.91 4924757.49 595838.69 4924767.57 595838.58 4924775.19 595830.88 4924780.16 595828.01 4924802.98 595820.06 4924825.732595765.47 4924825.73597310.36 4927512.08595820.06 4924825.73 595819.36 4924873.99 595818.48 4924934.94 595810.45 4924962.77 595802.76 4924967.74 595792.05 4925005.68 595779.06 4925025.82 595776.19 4925048.64 595765.47 4925086.59 595766.65 4925180.59 595790.1 4925315.57 595829.7 4925387.27 595841.67 4925438.25 595840.38 4925527.14 595862.79 4925557.95 595905.6 4925583.97 595922.72 4925629.94 595936.78 4925711.44 595971.89 4925742.43 596002.22 4925753.03 596032.25 4925783.95 596042.05 4925809.49 596051.39 4925865.52 596052.61 4925956.98 596064.42 4926018.12 596076.75 4926043.7 596119.49 4926074.8 596159.94 4926088.09 596192.7 4926106.35 596212.69 4926129.5 596212.24 4926159.98 596191.59 4926182.54 596190.23 4926276.51 596130.2 4926387.41 596126.22 4926486.43 596143.23 4926540.02 596192.73 4926629.65 596207.49 4926662.88 596224.39 4926724.09 596241.58 4926764.99 596274.19 4926793.4 596311.92 4926819.35 596382.73 4926840.7 596402.83 4926856.24 596480.35 4926941.19 596520.1 4927002.73 596585.21 4927067.18 596590.07 4927082.49 596587.09 4927112.93 596576.67 4927130.56 596583.89 4927158.61 596616.39 4927194.65 596666.82 4927220.78 596770.65 4927242.61 596864.47 4927254.13 596907.54 4927262.37 596993.23 4927309.34 597088.56 4927392.01 597111.34 4927397.42 597139.35 4927392.75 597190.15 4927393.49 597222.87 4927414.28 597310.36 4927512.082598821.35 4921242.39599448.03 4922866.43598866.99 4921242.39 598856.06 4921295.58 598854.77 4921384.47 598844.31 4921404.64 598838.13 4921480.76 598824.7 4921531.37 598821.35 4921587.21 598831.06 4921617.83 598872.99 4921704.81 598882.89 4921722.73 598904.9 4921781.48 598909.39 4921822.19 598908.25 4921900.92 598902.95 4921916.09 598897.5 4921941.41 598884.21 4921981.86 598876.52 4921986.83 598878.91 4921997.03 598868.61 4922007.04 598860.65 4922029.79 598831.98 4922080.18 598831.39 4922120.81 598846.11 4922156.59 598890.8 4922228.36 598895.55 4922251.29 598902.39 4922304.74 598924.77 4922338.09 598977.41 4922387.12 599071.08 4922408.8 599186.99 4922473.98 599305.7 4922521.43 599348.43 4922552.53 599368.23 4922588.38 599375.45 4922616.43 599378.5 4922756.19 599392.97 4922809.74 599412.73 4922848.14 599448.03 4922866.432592771.51 4920986.37593409.19 4924337.65592771.51 4920986.37 592822.23 4920992.19 592880.2 4921023.51 592907.59 4921062.01 592919.73 4921100.29 592918.52 4921184.1 592889.25 4921275.13 592878.98 4921282.6 592877.22 4921404.51 592909.28 4921646.3 592972.07 4921870.75 592988.01 4921998.0 593004.53 4922084.61 593021.61 4922133.12 593081.64 4922197.5 593091.55 4922215.42 593091.25 4922235.74 593121.1 4922279.36 593181.28 4922333.57 593206.24 4922364.42 593215.77 4922407.74 593220.59 4922600.87 593235.06 4922654.43 593252.36 4922687.7 593337.49 4922772.77 593389.8 4922844.65 593402.09 4922872.77 593409.19 4922908.44 593400.32 4922994.68 593382.03 4923029.98 593373.31 4923106.06 593347.36 4923143.79 593295.9 4923188.77 593237.6 4923180.3 593204.76 4923167.12 593164.13 4923166.54 593100.3 4923188.47 593061.73 4923220.94 593038.13 4923271.4 593032.58 4923304.34 593027.64 4923469.39 593035.0 4923487.28 593035.7 4923614.3 593050.5 4923645.0 593117.93 4923724.73 593163.06 4923766.02 593198.28 4923789.4 593238.29 4923833.16 593245.36 4923871.37 593243.19 4924021.21 593255.19 4924069.65 593323.91 4924235.77 593328.36 4924279.01 593342.75 4924337.652591502.95 4924337.65593601.84 4925712.05593342.75 4924337.65 593360.16 4924363.3 593437.97 4924427.94 593447.84 4924448.4 593476.88 4924547.9 593470.4 4924644.33 593492.7 4924682.76 593532.53 4924739.22 593554.1 4924828.45 593555.9 4924879.28 593569.89 4924965.85 593601.84 4925039.98 593590.57 4925116.03 593577.14 4925166.64 593520.35 4925229.32 593512.47 4925246.99 593502.2 4925254.46 593499.22 4925284.9 593470.21 4925358.15 593447.02 4925380.67 593377.75 4925427.93 593296.04 4925457.23 593252.53 4925479.46 593201.07 4925524.44 593183.07 4925539.42 593152.04 4925577.08 593123.52 4925617.31 592955.23 4925660.59 592891.11 4925702.85 592860.56 4925707.49 592726.03 4925700.46 592649.65 4925712.05 592472.28 4925681.54 592384.05 4925634.53 592353.54 4925636.63 592233.54 4925678.07 592195.45 4925677.52 592160.11 4925661.77 592105.12 4925600.01 592075.38 4925548.77 592040.04 4925533.01 592009.05 4925568.13 591971.14 4925554.88 591918.39 4925513.47 591900.51 4925520.83 591877.32 4925543.36 591846.95 4925535.3 591821.92 4925509.53 591753.86 4925472.98 591665.41 4925441.21 591632.84 4925410.26 591627.94 4925397.49 591618.37 4925356.7 591598.24 4925343.71 591527.42 4925322.36 591505.01 4925291.55 591502.95 4925258.52594438.35 4920881.51594577.04 4921483.02594475.01 4920881.51 594479.76 4920904.44 594504.46 4920953.07 594516.6 4920991.35 594518.37 4921044.72 594563.31 4921098.72 594575.46 4921137.0 594577.04 4921203.07 594558.86 4921230.74 594517.56 4921275.87 594484.17 4921300.79 594466.06 4921323.39 594468.38 4921338.66 594458.15 4921343.6 594451.82 4921429.87 594438.35 4921483.022589540.67 4920434.02589681.49 4920532.59589540.67 4920434.02 589565.7 4920459.79 589608.32 4920498.51 589658.71 4920527.18 589681.49 4920532.592599441.56 4920333.68599485.25 4920474.03599441.56 4920333.68 599442.96 4920412.45 599450.25 4920435.42 599485.25 4920474.032597969.17 4919990.78599440.52 4923559.81598041.76 4919990.78 598030.61 4920059.2 598045.22 4920102.6 598048.87 4920201.72 598080.89 4920270.77 598090.42 4920314.1 598104.48 4920395.59 598103.78 4920443.84 598093.25 4920469.09 598084.6 4920540.1 598066.27 4920577.94 598054.86 4920664.14 598058.69 4920750.56 598080.67 4920811.85 598071.54 4920915.87 598083.94 4920936.37 598090.68 4920997.43 598082.8 4921015.1 598077.09 4921058.2 598053.65 4921098.51 598048.24 4921121.29 598060.38 4921159.57 598072.68 4921187.69 598179.68 4921341.66 598189.54 4921362.13 598199.22 4921395.29 598198.19 4921466.4 598184.24 4921552.57 598140.47 4921592.58 598142.76 4921610.39 598174.89 4921671.83 598184.42 4921715.15 598183.69 4921765.94 598162.93 4921796.13 598098.4 4921866.32 598077.38 4921914.28 598069.07 4921962.42 598068.48 4922003.06 598078.19 4922033.68 598102.93 4922079.77 598110.29 4922097.66 598106.98 4922150.95 598078.41 4922193.72 598077.64 4922247.06 598067.0 4922279.93 598059.31 4922284.9 598056.26 4922320.42 598009.84 4922368.01 597998.32 4922461.83 597990.52 4922474.42 597990.33 4922487.12 597979.92 4922504.75 597969.17 4922545.24 597973.14 4922621.5 597980.61 4922631.77 598012.67 4922698.29 598042.71 4922729.2 598128.95 4922738.08 598166.42 4922781.8 598213.5 4922863.77 598248.68 4922889.69 598311.96 4922905.85 598367.68 4922916.81 598377.62 4922932.2 598379.24 4922995.73 598447.67 4923006.88 598475.13 4923040.31 598490.29 4923045.61 598553.67 4923054.15 598624.31 4923088.19 598735.69 4923115.21 598805.84 4923182.27 598823.03 4923223.17 598853.32 4923236.31 598909.2 4923237.12 598959.11 4923298.81 598989.4 4923311.95 599055.29 4923323.07 599168.66 4923388.22 599249.04 4923450.35 599298.99 4923509.5 599331.64 4923535.37 599377.17 4923548.73 599420.35 4923549.36 599440.52 4923559.812599136.51 4918772.08599510.95 4918876.57599136.51 4918772.08 599364.05 4918846.5 599510.95 4918876.572594475.01 4918375.31595015.24 4920881.51594546.9 4918375.31 594570.2 4918520.44 594566.85 4918926.83 594571.49 4918957.38 594562.1 4919079.18 594556.62 4919107.04 594550.8 4919157.77 594534.39 4919238.82 594526.88 4919406.37 594527.28 4919553.71 594596.33 4919696.96 594617.42 4919819.2 594663.73 4919954.51 594673.08 4920010.53 594670.06 4920043.51 594659.16 4920094.16 594655.7 4920157.61 594663.06 4920175.5 594665.27 4920198.4 594679.99 4920234.17 594687.32 4920254.6 594707.16 4920287.91 594717.06 4920305.84 594749.49 4920346.95 594787.36 4920362.74 594962.53 4920370.36 594997.87 4920386.12 595015.24 4920414.31 595014.02 4920498.12 594969.52 4920588.93 594951.49 4920606.45 594943.68 4920619.04 594869.11 4920681.46 594797.52 4920713.45 594653.56 4920830.75 594607.66 4920842.79 594538.94 4920851.96 594475.01 4920881.512597025.91 4917987.77598041.76 4919990.78597077.55 4917987.77 597061.03 4918076.44 597047.85 4918109.27 597045.24 4918114.31 597037.25 4918139.6 597032.1 4918144.6 597026.61 4918172.47 597025.91 4918220.72 597033.16 4918246.23 597100.08 4918361.51 597109.94 4918381.98 597105.38 4918521.63 597150.14 4918588.32 597169.72 4918639.41 597172.15 4918647.07 597174.61 4918652.18 597193.79 4918731.21 597192.91 4918792.16 597184.92 4918817.45 597181.61 4918870.75 597198.87 4918906.56 597238.69 4918963.03 597299.06 4919004.55 597366.23 4919102.05 597370.13 4919183.4 597364.87 4919196.02 597361.37 4919262.02 597376.43 4919274.94 597419.35 4919293.34 597454.53 4919319.25 597530.54 4919333.06 597545.45 4919356.13 597547.66 4919379.03 597609.27 4919509.48 597631.91 4919525.05 597707.51 4919566.79 597734.9 4919605.29 597739.76 4919620.6 597829.71 4919723.51 597869.43 4919787.6 597934.87 4919829.19 597967.23 4919875.38 597977.09 4919895.85 598001.86 4919939.39 598006.68 4919957.25 598041.76 4919990.782595823.25 4917160.29596772.01 4920108.52596772.01 4917160.29 596735.35 4917235.97 596712.05 4917266.11 596701.56 4917288.82 596642.01 4917366.71 596628.91 4917394.46 596618.56 4917407.01 596618.45 4917414.63 596595.08 4917449.86 596576.34 4917515.63 596568.21 4917551.08 596571.52 4917673.06 596576.45 4917683.29 596578.55 4917713.8 596605.64 4917772.62 596632.92 4917818.74 596701.78 4917974.7 596708.33 4918048.46 596699.65 4918122.0 596689.23 4918139.63 596681.06 4918177.62 596678.48 4918180.12 596665.05 4918230.73 596654.7 4918243.28 596646.75 4918266.03 596638.99 4918276.08 596633.5 4918303.94 596623.16 4918316.49 596615.25 4918336.7 596579.03 4918381.9 596409.05 4918542.02 596309.48 4918576.14 596265.75 4918613.61 596216.84 4918658.62 596137.74 4918682.88 596061.73 4918669.07 596023.78 4918658.36 595891.46 4918674.23 595878.54 4918689.28 595865.21 4918732.27 595831.72 4918764.81 595823.91 4918777.4 595823.25 4918823.11 595857.92 4918884.58 595877.65 4918925.51 595879.93 4918943.33 595921.42 4919060.78 595943.72 4919099.21 595945.64 4919142.42 595935.33 4919152.43 595858.51 4919194.51 595847.91 4919224.83 595867.64 4919265.77 595882.14 4919316.78 595884.94 4919474.32 595892.45 4919482.05 595912.14 4919525.52 595924.14 4919573.96 595931.68 4919579.15 595951.41 4919620.08 596034.01 4919705.1 596041.41 4919720.45 596040.78 4919763.63 595989.36 4919806.07 595978.43 4919859.25 595988.15 4919889.88 596015.31 4919943.62 596022.34 4919984.36 596018.7 4920060.52 596000.22 4920108.522595531.76 4920108.52596484.38 4923942.9596000.22 4920108.52 595963.89 4920161.34 595895.9 4920294.99 595826.19 4920372.72 595769.69 4920415.09 595697.58 4920482.63 595663.98 4920522.79 595583.18 4920663.87 595572.4 4920706.9 595564.67 4920714.41 595561.83 4920734.69 595546.23 4920759.87 595543.39 4920780.15 595532.94 4920800.32 595531.76 4920881.59 595541.7 4920896.98 595626.76 4920987.12 595639.13 4921010.16 595648.85 4921040.78 595650.91 4921073.84 595685.25 4921158.16 595747.75 4921227.66 595780.32 4921258.61 595946.25 4921377.87 595988.65 4921431.83 596010.96 4921470.26 596020.64 4921503.42 596016.33 4921625.29 596071.43 4921679.44 596096.35 4921712.82 596118.36 4921771.57 596122.96 4921804.66 596135.15 4921840.4 596153.15 4922000.7 596174.9 4922077.22 596191.2 4922179.07 596207.88 4922255.52 596230.26 4922288.87 596267.8 4922327.51 596310.5 4922361.16 596370.68 4922415.37 596443.56 4922469.78 596463.36 4922505.63 596478.08 4922541.4 596484.38 4922632.95 596480.99 4922691.32 596455.19 4922718.89 596329.38 4922811.06 596295.88 4922843.6 596272.51 4922878.82 596254.14 4922919.2 596246.19 4922941.95 596247.55 4923023.25 596254.95 4923038.6 596342.74 4923116.08 596350.1 4923133.97 596349.29 4923189.85 596331.11 4923217.53 596284.55 4923275.28 596273.83 4923313.23 596273.21 4923356.4 596288.08 4923382.02 596330.78 4923415.66 596348.15 4923443.86 596351.98 4923530.28 596347.6 4923657.23 596339.76 4923672.36 596265.33 4923724.63 596254.69 4923757.5 596243.13 4923853.86 596252.0 4923942.92589567.43 4916851.82591789.93 4918412.35591789.93 4916851.82 591733.29 4916904.34 591715.1 4916932.02 591635.41 4916996.92 591573.98 4917029.05 591523.0 4917041.01 591390.24 4917087.35 591318.02 4917162.51 591202.48 4917247.21 591099.56 4917337.16 591073.47 4917385.05 591060.58 4917397.57 591060.4 4917410.26 591042.47 4917420.17 591042.25 4917435.4 590959.36 4917545.97 590946.55 4917553.41 590912.98 4917591.03 590889.94 4917603.39 590846.47 4917623.09 590718.93 4917659.34 590634.57 4917696.22 590557.49 4917756.07 590418.62 4917873.45 590387.92 4917888.25 590349.82 4917887.7 590311.99 4917869.37 590264.17 4917838.19 590208.48 4917824.68 590160.37 4917813.82 590089.19 4917817.87 590030.37 4917844.96 589991.76 4917879.97 589965.92 4917910.07 589965.55 4917935.47 589949.98 4917958.11 589941.77 4917998.63 589923.59 4918026.31 589874.52 4918081.49 589860.9 4918144.8 589858.33 4918147.3 589831.53 4918243.44 589823.58 4918266.19 589779.82 4918306.2 589741.43 4918325.96 589697.92 4918348.2 589631.11 4918400.57 589567.43 4918412.352597104.1 4916835.79598168.94 4919990.78597104.1 4916857.73 597220.45 4916892.44 597276.36 4916890.71 597319.68 4916881.18 597395.72 4916892.44 597436.69 4916870.17 597480.31 4916840.32 597518.48 4916835.79 597566.55 4916849.19 597606.89 4916870.1 597704.87 4916945.19 597807.46 4917053.37 597829.87 4917084.17 597869.48 4917155.88 597886.89 4917181.53 597974.45 4917274.25 597998.45 4917371.13 598023.37 4917404.51 598125.99 4917510.15 598135.93 4917525.54 598145.5 4917566.32 598136.74 4917644.94 598134.05 4917655.06 598131.29 4917670.27 598126.14 4917675.27 598112.88 4917713.18 598079.28 4917753.34 598028.08 4917780.54 598015.16 4917795.6 598016.93 4917848.97 598029.04 4917889.79 598046.37 4917920.52 598154.03 4918028.77 598168.94 4918051.85 598162.94 4918115.27 598128.86 4918188.45 598115.79 4918213.66 598119.99 4918274.69 598134.41 4918330.78 598133.35 4918404.43 598125.06 4918450.04 598123.89 4918531.31 598133.53 4918567.01 598129.33 4918681.27 598124.18 4918686.27 598116.01 4918724.26 598100.22 4918762.13 598079.42 4918794.85 598035.66 4918834.86 598014.79 4918872.67 598006.8 4918897.95 598003.67 4918938.55 597995.83 4918953.68 597992.59 4919001.9 597991.3 4919090.79 597998.7 4919106.14 598002.9 4919167.17 597993.69 4919276.26 598003.26 4919317.05 598015.63 4919340.09 598030.24 4919383.49 598034.26 4919457.21 598100.8 4919597.89 598127.34 4919694.81 598126.24 4919771.0 598115.38 4919819.11 598104.89 4919841.82 598096.46 4919897.58 598083.17 4919938.03 598041.76 4919990.782591935.47 4916099.47592921.44 4918943.72591935.47 4916099.47 592005.63 4916166.53 592132.65 4916341.11 592205.2 4916418.37 592270.72 4916454.89 592393.8 4916550.66 592439.08 4916581.8 592556.49 4916718.14 592566.43 4916733.52 592591.13 4916782.15 592600.85 4916812.77 592622.93 4916866.44 592655.5 4916897.39 592685.72 4916915.61 592786.28 4916988.2 592828.76 4917037.08 592863.03 4917126.48 592865.05 4917162.08 592854.67 4917177.17 592782.71 4917234.55 592784.37 4917295.54 592824.3 4917344.39 592878.82 4917439.17 592879.99 4917533.17 592834.39 4917700.17 592820.47 4917783.8 592803.76 4917885.17 592790.36 4917933.24 592782.3 4917963.6 592781.42 4918024.56 592825.33 4918149.67 592887.13 4918267.42 592916.72 4918328.81 592921.44 4918354.28 592915.77 4918394.84 592882.05 4918442.62 592822.9 4918492.57 592810.2 4918492.38 592784.55 4918509.79 592745.97 4918542.26 592730.26 4918575.05 592719.95 4918585.07 592714.61 4918602.77 592691.05 4918650.69 592685.68 4918670.94 592646.81 4918723.72 592608.31 4918751.11 592582.77 4918760.9 592508.38 4918810.62 592454.2 4918868.26 592453.94 4918886.04 592425.49 4918921.19 592402.3 4918943.722592200.44 4918943.72594438.35 4921483.02592402.3 4918943.72 592391.7 4918974.05 592381.39 4918984.06 592370.97 4919001.69 592360.45 4919026.94 592352.64 4919039.53 592313.26 4919127.87 592274.72 4919157.79 592208.21 4919189.85 592200.44 4919199.9 592202.39 4919240.57 592209.61 4919268.62 592272.07 4919340.65 592274.2 4919368.63 592286.46 4919399.29 592293.27 4919455.27 592305.34 4919498.63 592320.14 4919529.33 592367.33 4919603.68 592386.87 4919657.31 592396.29 4919708.25 592453.38 4919800.53 592495.67 4919862.11 592535.09 4919946.51 592581.73 4920058.96 592611.58 4920102.58 592684.28 4920169.68 592718.69 4920248.93 592803.83 4920333.99 592800.96 4920356.81 592790.61 4920369.36 592795.21 4920402.45 592825.03 4920448.61 592846.89 4920517.51 592904.86 4920548.84 593019.04 4920558.11 593087.28 4920581.96 593102.37 4920592.34 593130.16 4920602.91 593234.22 4920609.5 593246.7 4920624.92 593328.48 4920765.82 593347.73 4920839.77 593404.31 4920967.6 593502.03 4921060.47 593673.41 4921154.4 593811.8 4921245.32 593889.98 4921284.55 593956.05 4921282.97 593992.2 4921242.85 594012.67 4921232.99 594032.87 4921240.9 594055.33 4921269.17 594091.91 4921373.85 594124.3 4921417.51 594156.84 4921451.0 594204.73 4921477.1 594438.35 4921483.022597932.97 4915443.8599531.42 4917464.48598399.81 4915443.8 598376.36 4915484.1 598349.86 4915559.93 598339.37 4915582.64 598334.0 4915602.88 598323.69 4915612.89 598320.89 4915630.64 598310.48 4915648.27 598291.89 4915703.88 598283.53 4915754.57 598277.31 4915833.23 598269.58 4915840.74 598269.44 4915850.89 598261.67 4915860.94 598256.11 4915893.89 598240.25 4915936.84 598237.56 4915946.96 598224.38 4915979.79 598196.08 4916004.79 598173.11 4916012.08 598086.76 4916010.82 598066.22 4916025.77 598055.62 4916056.1 598052.45 4916099.24 597946.56 4916219.63 597935.92 4916252.5 597932.97 4916280.4 597972.5 4916357.18 597997.39 4916393.11 597997.02 4916418.51 597956.01 4916443.31 597955.76 4916461.09 597973.28 4916479.13 598028.89 4916497.72 598203.99 4916510.42 598226.63 4916525.99 598238.96 4916551.57 598248.71 4916579.65 598250.0 4916666.04 598254.93 4916676.27 598271.97 4916727.32 598287.03 4916740.24 598306.64 4916788.79 598458.66 4916991.68 598482.81 4917078.4 598482.36 4917108.88 598492.38 4917119.18 598492.19 4917131.88 598516.93 4917177.96 598546.74 4917224.12 598559.0 4917254.78 598578.32 4917323.65 598588.15 4917346.65 598608.32 4917357.11 598773.14 4917377.28 598780.87 4917369.77 598834.43 4917355.3 598959.98 4917280.92 599031.57 4917248.93 599072.32 4917241.9 599181.42 4917251.1 599229.45 4917267.04 599269.68 4917295.57 599340.02 4917349.93 599488.65 4917435.92 599531.42 4917464.482589677.72 4915016.84591902.9 4915836.65591902.9 4915016.84 591891.57 4915097.97 591862.75 4915158.51 591842.17 4915176.0 591795.57 4915236.29 591721.07 4915293.63 591582.89 4915362.76 591551.9 4915397.87 591533.61 4915433.17 591528.01 4915468.66 591504.53 4915511.5 591465.92 4915546.5 591387.08 4915552.98 591361.5 4915565.31 591263.92 4915637.57 591240.84 4915652.47 591200.17 4915654.42 591119.08 4915640.55 591015.58 4915595.86 590997.94 4915585.44 590861.87 4915509.8 590818.87 4915496.48 590752.8 4915498.06 590699.1 4915522.69 590629.94 4915562.33 590513.7 4915695.28 590459.3 4915768.16 590410.68 4915792.85 590331.65 4915812.03 590277.95 4915836.65 590166.23 4915832.49 590064.79 4915820.86 589948.52 4915781.07 589801.32 4915771.32 589680.19 4915716.22 589677.72 4915711.12598606.05 4914777.47599572.91 4915197.89599572.91 4914777.47 599544.72 4914794.85 599485.57 4914844.79 599459.99 4914857.12 599459.84 4914867.28 599408.6 4914897.02 599322.29 4914893.23 599175.46 4914858.08 598980.12 4914840.01 598858.22 4914838.24 598792.37 4914824.58 598756.77 4914826.61 598713.23 4914851.38 598671.93 4914896.51 598664.02 4914916.71 598640.76 4914944.32 598632.62 4914979.77 598622.2 4914997.4 598606.05 4915060.67 598609.14 4915197.892590368.57 4913935.46590554.45 4914141.07590554.45 4913935.46 590503.25 4913962.66 590464.61 4914000.2 590446.46 4914025.34 590446.2 4914043.12 590430.59 4914068.3 590381.6 4914118.39 590368.57 4914141.072593835.8 4913983.03595683.8 4917101.17593835.8 4913983.03 593868.04 4914036.84 593932.97 4914113.99 593942.8 4914137.0 593989.91 4914216.43 594007.13 4914254.78 594072.39 4914309.07 594124.7 4914380.96 594187.64 4914419.97 594230.15 4914466.32 594242.37 4914499.52 594251.94 4914540.3 594271.78 4914573.61 594304.28 4914609.65 594357.1 4914645.98 594422.36 4914700.27 594454.64 4914751.54 594451.51 4914792.14 594327.76 4914917.36 594317.16 4914947.69 594347.2 4914978.61 594399.91 4915022.56 594537.57 4915164.27 594562.19 4915217.97 594602.09 4915269.35 594705.19 4915341.98 594783.3 4915386.29 594826.29 4915399.62 594891.81 4915436.13 594924.75 4915441.69 595104.96 4915451.92 595325.03 4915516.08 595393.42 4915529.77 595461.11 4915591.72 595494.02 4915599.82 595531.78 4915623.23 595599.32 4915695.33 595621.89 4915715.98 595620.41 4915817.57 595630.13 4915848.2 595632.05 4915891.41 595646.66 4915934.81 595683.8 4916001.39 595682.62 4916082.66 595653.91 4916135.59 595607.27 4916198.42 595602.01 4916211.05 595589.13 4916223.56 595575.99 4916253.86 595544.88 4916296.59 595516.58 4916321.58 595472.96 4916351.43 595462.47 4916374.14 595455.95 4916473.12 595448.23 4916480.63 595440.27 4916503.37 595293.3 4916653.66 595255.06 4916663.27 595133.0 4916671.66 594974.69 4916727.79 594855.14 4916738.76 594804.38 4916735.48 594685.42 4916705.81 594593.95 4916707.03 594545.51 4916719.03 594509.74 4916733.75 594447.9 4916793.82 594434.79 4916821.57 594430.78 4916923.13 594445.32 4916971.6 594449.7 4917019.93 594445.98 4917101.172593674.85 4917101.17594475.01 4920881.51594445.98 4917101.17 594437.74 4917144.23 594419.44 4917179.53 594413.85 4917215.01 594372.29 4917277.92 594341.41 4917305.41 594277.44 4917337.51 594203.38 4917364.38 594187.59 4917402.25 594179.12 4917460.56 594155.68 4917500.86 594111.73 4917553.57 594093.47 4917586.33 594080.63 4917596.3 594062.26 4917636.68 594049.19 4917661.89 594033.37 4917702.31 593994.05 4917785.57 593942.52 4917835.63 593929.46 4917860.84 593925.44 4917962.39 593909.25 4918028.21 593875.53 4918075.98 593787.89 4918163.62 593777.29 4918193.95 593759.14 4918219.09 593727.53 4918297.38 593724.47 4918332.9 593713.36 4918398.79 593701.83 4918492.61 593674.85 4918776.73 593684.09 4918840.37 593713.39 4918922.08 593775.01 4919052.53 593786.27 4919151.76 593778.17 4919184.67 593815.38 4919246.18 593816.74 4919327.48 593828.49 4919393.7 593825.17 4919447.0 593809.53 4919474.71 593808.72 4919530.59 593815.82 4919566.26 593840.08 4919645.36 593879.35 4919739.92 593881.6 4919760.27 593883.07 4919833.96 593872.73 4919846.51 593871.62 4919922.7 593881.56 4919938.09 593903.5 4920001.91 593913.03 4920045.24 593909.68 4920101.07 593899.04 4920133.94 593890.73 4920182.09 593888.99 4920301.46 593898.16 4920370.18 593922.19 4920464.51 593956.57 4920546.3 594003.94 4920607.95 594036.04 4920671.93 594073.4 4920723.27 594123.5 4920772.26 594168.84 4920798.32 594234.91 4920796.74 594273.27 4920779.52 594306.65 4920754.6 594350.05 4920739.99 594393.15 4920745.69 594425.83 4920769.03 594440.63 4920799.72 594445.45 4920817.58 594467.46 4920876.32 594475.01 4920881.512597715.85 4914046.21598193.99 4914451.53598193.99 4914046.21 598165.2 4914104.22 598111.09 4914156.78 598082.9 4914174.15 597942.7 4914207.68 597932.28 4914225.31 597931.58 4914273.57 597898.09 4914306.11 597841.59 4914348.47 597818.25 4914381.16 597799.88 4914421.53 597766.43 4914451.53 597715.85 4914435.562596695.54 4914024.48597715.85 4914435.56597715.85 4914435.56 597622.03 4914424.04 597335.59 4914381.78 597274.82 4914368.2 597206.65 4914339.27 597116.03 4914282.07 597068.51 4914230.57 597055.85 4914227.85 596964.49 4914221.44 596926.62 4914205.65 596863.75 4914161.56 596838.87 4914125.63 596720.5 4914055.33 596695.54 4914024.482599460.04 4921162.08599474.21 4921235.95599460.04 4921162.08 599461.84 4921212.91 599466.77 4921223.14 599474.21 4921235.952599460.04 4921114.08599478.51 4921162.08599478.51 4921114.08 599470.86 4921116.51 599460.04 4921162.082589465.3 4925808.14589518.38 4925826.69589465.3 4925808.14 589498.06 4925826.4 589518.38 4925826.692589474.98 4925315.47589523.02 4925826.69589474.98 4925315.47 589479.99 4925320.62 589511.57 4925420.15 589523.02 4925506.69 589516.61 4925773.32 589518.38 4925826.692 \ No newline at end of file +589443.06 4913935.46609526.75 4928059.15609171.99 4925141.5609359.35 4925577.97609359.35 4925141.5 609338.87 4925151.33 609318.39 4925161.16 609302.86 4925178.7 609287.38 4925193.69 609253.84 4925226.18 609238.03 4925261.49 609237.05 4925322.44 609251.56 4925368.4 609251.11 4925396.34 609252.55 4925464.95 609236.95 4925487.56 609172.52 4925544.96 609171.99 4925577.971609171.99 4925577.97609309.2 4926412.0609171.99 4925577.97 609183.96 4925623.89 609193.02 4925692.62 609207.2 4925758.9 609234.32 4925810.14 609269.14 4925856.43 609268.57 4925891.98 609204.02 4925956.99 609198.66 4925974.69 609200.14 4926040.76 609224.56 4926102.12 609274.33 4926166.43 609294.41 4926181.99 609309.2 4926210.17 609300.89 4926253.23 609280.08 4926283.38 609249.2 4926308.28 609238.55 4926338.6 609217.83 4926363.67 609222.13 4926412.01609222.13 4926375.74609337.03 4926412.0609337.03 4926375.74 609306.47 4926380.33 609229.79 4926409.59 609222.13 4926412.01607279.65 4926163.97609222.13 4926429.62607279.65 4926358.02 607302.42 4926363.46 607373.61 4926359.52 607540.04 4926278.36 607593.29 4926284.29 607661.33 4926318.41 607704.3 4926331.8 607755.18 4926327.53 607806.21 4926313.11 607839.64 4926288.24 607880.15 4926296.51 607969.12 4926292.85 608010.36 4926255.41 608026.01 4926230.26 608089.42 4926236.35 608159.84 4926280.67 608225.59 4926299.5 608261.3 4926289.91 608279.45 4926267.34 608335.69 4926245.38 608390.12 4926177.66 608443.45 4926178.52 608486.87 4926163.97 608626.51 4926168.75 608708.94 4926256.44 608731.63 4926266.97 608757.03 4926267.37 608777.63 4926249.92 608780.38 4926237.26 608828.63 4926238.04 608843.66 4926250.98 608847.77 4926312.01 608880.29 4926343.02 608907.5 4926389.18 608940.51 4926389.71 608991.63 4926370.21 609057.75 4926366.18 609100.8 4926374.5 609211.69 4926429.62 609219.43 4926422.12 609222.13 4926412.01608825.39 4921525.67609409.09 4922195.51608825.39 4921525.67 608843.0 4921536.11 608900.44 4921598.0 608935.63 4921621.43 608988.55 4921647.68 609104.85 4921682.57 609147.66 4921706.12 609172.57 4921737.0 609182.32 4921762.56 609176.55 4921805.65 609155.46 4921853.58 609142.59 4921863.54 609121.5 4921911.47 609110.69 4921951.94 609110.12 4921987.49 609122.09 4922033.41 609161.99 4922079.78 609254.98 4922142.23 609348.34 4922181.83 609409.09 4922195.511607405.12 4920046.37608825.39 4921525.67607505.25 4920046.37 607547.21 4920123.25 607546.6 4920161.35 607502.98 4920188.59 607441.7 4920207.93 607416.02 4920225.3 607405.65 4920237.84 607405.12 4920270.85 607440.44 4920286.66 607686.38 4920316.01 607736.72 4920344.76 607781.54 4920401.36 607818.38 4920480.7 607835.14 4920544.48 607844.44 4920597.97 607854.44 4920608.3 607879.83 4920608.7 607892.65 4920601.29 607901.01 4920555.7 607929.35 4920530.75 607997.88 4920534.38 608058.67 4920545.52 608140.06 4920539.2 608218.51 4920558.24 608326.94 4920608.25 608377.45 4920626.84 608437.79 4920665.91 608445.17 4920681.27 608454.92 4920706.83 608448.98 4920760.08 608435.35 4920818.29 608431.71 4920886.82 608441.67 4920899.68 608449.95 4921016.67 608430.38 4921128.13 608426.75 4921196.66 608438.96 4921227.34 608461.45 4921250.56 608491.72 4921263.75 608527.36 4921259.24 608654.83 4921230.8 608695.38 4921236.53 608738.11 4921265.16 608745.44 4921283.06 608752.17 4921339.05 608743.73 4921389.73 608750.74 4921427.94 608765.53 4921456.12 608820.55 4921510.35 608825.39 4921525.671606729.11 4919163.87607505.25 4920070.86607125.64 4919163.87 607125.4 4919179.11 607155.39 4919210.07 607165.26 4919228.01 607159.29 4919283.81 607156.62 4919291.38 607151.22 4919311.62 607125.09 4919356.93 607127.51 4919364.59 607101.54 4919399.74 607083.28 4919429.93 607083.11 4919440.09 607072.63 4919460.24 607064.64 4919482.98 607046.34 4919515.71 607043.63 4919525.82 607030.57 4919548.48 606963.6 4919605.83 606884.14 4919650.29 606786.29 4919732.55 606752.7 4919767.58 606729.11 4919812.92 606730.64 4919876.46 606742.8 4919909.68 606765.46 4919922.74 606871.88 4919939.69 606912.03 4919970.81 606933.99 4920027.05 606966.96 4920030.12 606992.56 4920017.83 607053.48 4920021.35 607088.75 4920039.69 607131.43 4920070.86 607172.11 4920068.97 607197.79 4920051.6 607213.35 4920031.53 607214.09 4919985.82 607199.62 4919937.32 607165.0 4919878.34 607165.57 4919842.78 607186.17 4919825.33 607247.53 4919800.91 607321.1 4919807.17 607371.37 4919841.0 607421.47 4919884.98 607426.26 4919902.84 607492.84 4920028.39 607505.25 4920046.371603930.2 4918353.11607125.64 4919238.33603930.2 4918353.11 603932.29 4918381.09 603944.54 4918409.23 603959.61 4918419.63 604014.19 4918501.8 604036.11 4918560.58 604045.25 4918624.23 604046.97 4918675.06 604055.91 4918751.42 604077.38 4918838.13 604102.17 4918876.63 604117.33 4918881.96 604142.77 4918879.83 604165.91 4918862.41 604189.29 4918829.76 604200.02 4918794.37 604239.01 4918739.11 604292.3 4918742.5 604413.19 4918807.95 604509.58 4918817.11 604552.39 4918840.66 604610.64 4918851.76 604642.27 4918938.64 604646.82 4918971.73 604676.52 4919020.48 604711.87 4919033.74 604775.53 4919024.6 604806.29 4919007.31 604850.16 4918964.83 604860.68 4918942.14 604873.58 4918929.64 604891.93 4918894.37 604925.56 4918856.8 604938.34 4918851.93 604978.89 4918857.66 605003.84 4918886.0 605075.9 4918986.23 605115.85 4919030.05 605169.06 4919038.53 605235.54 4919011.65 605297.1 4918974.53 605410.43 4918877.27 605451.84 4918829.67 605479.98 4918817.42 605523.11 4918820.65 605583.54 4918854.64 605654.73 4918850.71 605736.36 4918829.15 605787.0 4918840.12 605834.11 4918912.01 605851.73 4918922.45 605945.57 4918931.58 606104.59 4918995.09 606152.69 4919006.02 606221.26 4919007.12 606300.88 4918952.51 606344.38 4918932.88 606419.05 4918870.57 606444.77 4918850.66 606505.72 4918851.64 606553.78 4918865.11 606599.0 4918896.32 606626.33 4918934.86 606643.45 4918975.78 606674.84 4919077.9 606696.36 4919162.07 606711.11 4919192.79 606725.98 4919215.9 606773.91 4919236.99 606857.72 4919238.33 606919.03 4919216.45 606947.5 4919183.88 606963.43 4919140.95 606989.31 4919110.88 607027.49 4919106.41 607052.77 4919114.44 607095.25 4919158.3 607125.64 4919163.871603161.03 4915826.58604069.89 4918353.11603206.04 4915826.58 603203.26 4915841.78 603161.89 4915886.84 603161.03 4915940.17 603187.91 4916006.65 603194.55 4916067.73 603201.93 4916083.09 603204.18 4916100.91 603228.6 4916162.27 603245.98 4916187.95 603292.07 4916323.32 603304.36 4916348.92 603306.54 4916371.82 603316.25 4916399.92 603333.74 4916417.98 603384.17 4916441.65 603455.2 4916447.87 603498.05 4916468.88 603510.22 4916502.1 603506.13 4916598.57 603487.66 4916641.46 603463.5 4916722.36 603462.24 4916801.09 603472.03 4916824.11 603481.95 4916839.51 603544.42 4916904.02 603566.38 4916960.26 603576.34 4916973.12 603647.02 4917159.7 603693.16 4917292.54 603725.16 4917356.56 603762.48 4917405.42 603847.73 4917475.38 603981.15 4917551.18 604033.26 4917628.23 604069.89 4917720.27 604069.12 4917768.52 604053.6 4917786.05 604004.98 4917808.14 603970.82 4917878.72 603968.04 4917893.92 603957.68 4917906.45 603949.73 4917926.65 603943.43 4918002.76 603960.27 4918061.46 604017.3 4918148.74 604039.79 4918171.96 604038.94 4918225.3 603979.51 4918287.85 603943.46 4918317.76 603930.36 4918342.95 603930.2 4918353.111602786.06 4915560.74603206.04 4915826.58602786.06 4915560.74 602806.1 4915578.84 603031.23 4915638.34 603099.4 4915664.83 603154.37 4915721.6 603196.57 4915783.24 603203.87 4915803.68 603206.04 4915826.581602333.86 4915403.61602786.06 4915560.74602333.86 4915403.61 602465.56 4915428.58 602554.08 4915452.87 602662.51 4915502.87 602733.06 4915539.57 602786.06 4915560.741601693.09 4914649.03602333.86 4915403.61601693.09 4914649.03 601725.49 4914687.65 601767.61 4914754.38 601807.06 4914828.68 601887.66 4915030.65 601914.86 4915076.82 602039.57 4915221.07 602124.74 4915296.11 602154.89 4915316.91 602169.92 4915329.86 602253.0 4915376.91 602333.86 4915403.611603761.2 4927482.33604043.03 4928017.24604043.03 4927482.33 603903.1 4927495.33 603856.98 4927519.99 603833.8 4927539.94 603815.09 4927598.07 603796.94 4927620.64 603781.09 4927658.5 603780.93 4927668.65 603773.23 4927673.61 603770.12 4927709.13 603762.42 4927714.08 603761.2 4927790.27 603800.21 4927892.51 603815.99 4928017.242606112.06 4927388.63606389.63 4928059.15606122.52 4927388.63 606195.56 4927427.91 606334.64 4927468.24 606342.01 4927483.6 606338.41 4927549.59 606333.13 4927562.21 606335.1 4927597.81 606382.25 4927667.15 606389.63 4927682.51 606386.36 4927728.18 606332.17 4927780.66 606298.06 4927848.7 606207.62 4927943.79 606171.66 4927968.62 606127.71 4928016.18 606112.06 4928041.33 606114.32 4928059.152605883.17 4927265.4606067.99 4927303.93605883.17 4927265.4 605913.36 4927283.67 605948.63 4927302.02 606067.99 4927303.932605522.71 4926614.38605818.64 4927170.38605522.71 4926614.38 605527.38 4926639.86 605561.72 4926716.62 605606.7 4926763.07 605646.44 4926819.59 605681.42 4926855.72 605659.52 4926954.44 605666.81 4926974.88 605724.0 4927052.0 605741.17 4927090.38 605755.64 4927138.88 605811.31 4927152.48 605818.64 4927170.382601350.59 4926218.79602137.55 4927972.56601444.2 4926218.79 601433.22 4926269.42 601420.0 4926302.23 601419.79 4926314.93 601409.35 4926332.54 601364.55 4926433.44 601350.59 4926511.97 601355.42 4926527.29 601380.49 4926548.01 601410.64 4926568.82 601407.62 4926599.25 601394.55 4926621.91 601401.72 4926649.96 601429.45 4926663.11 601487.79 4926669.13 601485.47 4926813.89 601505.3 4926844.69 601512.87 4926847.35 601543.35 4926847.84 601586.57 4926845.99 601593.7 4926876.59 601580.43 4926911.94 601530.95 4926987.36 601528.29 4926994.94 601523.01 4927007.55 601512.36 4927037.87 601514.17 4927083.62 601549.2 4927117.21 601550.76 4927178.2 601570.87 4927191.22 601705.48 4927193.38 601717.89 4927211.36 601730.02 4927247.12 601726.42 4927313.11 601715.61 4927353.58 601719.55 4927424.78 601726.76 4927450.3 601761.67 4927491.5 601832.41 4927515.5 601877.52 4927554.32 601909.76 4927603.11 601909.27 4927633.58 601923.82 4927677.0 601941.35 4927692.53 601971.91 4927687.93 602007.67 4927675.81 602065.96 4927684.36 602098.61 4927707.75 602110.9 4927733.35 602112.7 4927779.1 602102.34 4927791.64 602099.36 4927819.53 602101.12 4927867.83 602127.84 4927944.47 602130.13 4927959.74 602137.55 4927972.562605668.95 4924890.96607279.65 4926541.09605931.37 4924890.96 605902.09 4924974.33 605896.49 4925007.26 605830.27 4925176.4 605806.84 4925211.59 605785.67 4925264.6 605738.45 4925357.83 605719.82 4925410.88 605714.7 4925413.34 605714.49 4925426.04 605706.79 4925431.0 605676.45 4925580.39 605675.76 4925623.56 605693.52 4925783.89 605682.79 4925819.28 605677.59 4925826.82 605668.95 4925890.19 605678.25 4925943.69 605732.5 4926046.17 605765.07 4926074.63 605818.24 4926085.65 605917.16 4926094.85 605947.44 4926108.04 605959.73 4926133.64 605961.7 4926169.24 605973.5 4926225.31 605998.17 4926271.43 606056.13 4926300.31 606132.08 4926316.77 606335.17 4926325.1 606388.79 4926308.18 606434.34 4926319.07 606487.39 4926337.7 606540.88 4926328.4 606583.94 4926336.71 606611.55 4926357.47 606674.96 4926363.57 606679.06 4926424.6 606701.35 4926460.52 606728.88 4926486.37 606794.18 4926533.14 606814.37 4926541.09 606862.71 4926536.78 606903.55 4926524.73 606980.31 4926490.4 607054.16 4926478.88 607150.79 4926472.81 607176.39 4926460.52 607186.75 4926447.98 607194.74 4926425.24 607220.74 4926387.56 607246.47 4926367.65 607279.65 4926358.022601444.2 4924664.31601863.97 4926218.79601773.94 4924664.31 601765.59 4924709.9 601764.86 4924755.61 601801.98 4924817.18 601798.91 4924850.15 601775.6 4924877.72 601716.58 4924914.88 601708.55 4924940.16 601703.15 4924960.39 601690.25 4924972.89 601666.9 4925003.0 601656.34 4925028.23 601668.79 4925043.67 601665.89 4925066.49 601629.68 4925106.55 601629.43 4925121.79 601651.84 4925150.1 601694.41 4925188.88 601749.55 4925235.49 601805.22 4925249.09 601842.46 4925303.03 601857.13 4925338.83 601863.97 4925387.2 601853.41 4925412.44 601817.32 4925444.89 601768.91 4925454.27 601677.31 4925462.96 601651.59 4925482.87 601648.52 4925515.85 601665.94 4925538.99 601731.32 4925580.68 601733.29 4925616.28 601706.75 4925686.99 601688.52 4925714.64 601651.71 4925792.8 601561.39 4925880.26 601499.26 4925952.94 601478.33 4925990.71 601489.85 4926064.56 601486.54 4926112.77 601467.74 4926175.98 601444.2 4926218.792606628.74 4924333.1609171.99 4925577.97606628.74 4924333.1 606642.94 4924556.88 606657.53 4924597.76 606748.97 4924756.73 606769.08 4924769.75 606842.37 4924793.79 606892.67 4924825.08 606967.68 4924899.95 606977.56 4924917.89 606995.01 4924938.49 607024.59 4924994.85 607038.85 4925056.05 607081.3 4925102.46 607101.45 4925112.94 607147.2 4925111.13 607327.48 4925116.56 607406.46 4925102.58 607540.85 4925117.44 607614.55 4925116.08 607675.46 4925119.6 607692.79 4925147.82 607694.92 4925173.26 607715.24 4925173.58 607786.88 4925141.7 607964.13 4925177.57 608022.66 4925170.89 608068.82 4925143.68 608115.15 4925106.32 608173.93 4925084.4 608346.34 4925104.94 608392.09 4925103.14 608420.23 4925090.88 608496.99 4925056.55 608639.75 4925025.81 608708.32 4925026.91 608738.43 4925050.26 608821.06 4925125.25 608868.74 4925161.58 608919.21 4925182.71 608982.54 4925193.89 609007.65 4925212.07 609025.14 4925230.13 609065.66 4925238.4 609075.57 4925253.81 609071.61 4925342.65 609105.74 4925432.11 609110.08 4925477.91 609109.03 4925543.94 609136.64 4925564.7 609171.99 4925577.972601773.94 4924240.43602113.52 4924664.31602113.52 4924240.43 602103.2 4924250.43 602084.44 4924311.1 602068.96 4924326.09 602036.03 4924320.48 602003.5 4924289.48 601975.52 4924291.57 601965.0 4924314.26 601956.97 4924339.54 601931.21 4924361.99 601885.17 4924381.57 601877.3 4924396.69 601876.16 4924467.8 601881.0 4924483.12 601877.97 4924513.56 601867.53 4924531.17 601864.83 4924541.29 601857.0 4924553.86 601854.34 4924561.44 601843.98 4924573.98 601833.45 4924596.67 601807.41 4924636.9 601773.94 4924664.312601183.42 4923786.05601773.94 4924664.31601183.42 4923786.05 601184.69 4923864.82 601240.91 4924002.9 601240.42 4924033.38 601229.9 4924056.07 601231.74 4924099.29 601241.74 4924109.61 601259.44 4924114.97 601294.42 4924151.1 601298.08 4924240.07 601320.57 4924263.29 601340.8 4924268.7 601355.64 4924294.34 601367.76 4924330.1 601382.55 4924358.28 601422.66 4924391.94 601467.93 4924420.61 601474.9 4924461.37 601509.96 4924492.42 601588.41 4924511.46 601616.06 4924529.68 601645.92 4924568.26 601657.69 4924626.88 601677.64 4924650.06 601773.94 4924664.312604407.89 4923710.76605632.59 4926045.49605632.59 4923720.17 605520.97 4923710.76 605477.71 4923715.14 605454.45 4923740.17 605436.22 4923767.83 605425.01 4923833.69 605414.44 4923858.93 605389.96 4923960.15 605382.13 4923972.73 605365.8 4924041.05 605342.25 4924083.86 605313.7 4924121.51 605284.79 4924182.01 605276.4 4924230.14 605266.11 4924237.6 605263.09 4924268.04 605254.9 4924303.47 605259.2 4924351.81 605253.19 4924410.14 605222.06 4924450.28 605214.2 4924465.4 605190.85 4924495.51 605126.3 4924560.52 605090.34 4924585.35 605054.46 4924605.1 605011.0 4924622.18 604947.34 4924631.33 604822.9 4924629.33 604789.48 4924654.2 604776.41 4924676.85 604717.15 4924729.25 604670.82 4924766.61 604562.57 4924863.95 604562.32 4924879.19 604541.76 4924894.1 604518.13 4924941.99 604516.95 4925015.64 604526.99 4925023.42 604534.08 4925056.56 604558.42 4925123.0 604557.2 4925199.19 604551.99 4925206.73 604540.86 4925267.52 604525.17 4925295.21 604503.84 4925358.37 604493.56 4925365.83 604490.49 4925398.81 604455.19 4925540.5 604457.21 4925573.56 604486.83 4925627.38 604478.52 4925670.43 604457.83 4925692.96 604432.23 4925705.25 604421.75 4925725.41 604431.5 4925750.97 604428.19 4925799.18 604409.07 4925882.7 604407.89 4925956.36 604419.89 4925999.73 604421.7 4926045.492602137.55 4926045.49604421.7 4927972.56604421.7 4926045.49 604388.24 4926072.9 604301.11 4926119.77 604283.34 4926119.48 604226.65 4926169.38 604226.16 4926199.86 604215.8 4926212.39 604152.06 4926226.61 604018.9 4926293.07 603970.16 4926322.77 603883.0 4926372.18 603872.47 4926394.87 603871.66 4926445.67 603819.64 4926521.04 603814.24 4926541.28 603775.21 4926599.08 603714.09 4926608.27 603622.54 4926614.42 603566.06 4926651.62 603564.71 4926735.43 603569.47 4926755.83 603566.2 4926801.5 603545.72 4926811.33 603512.58 4926818.42 603492.06 4926830.8 603455.81 4926873.4 603419.93 4926893.15 603365.9 4926935.47 603357.96 4926955.66 603336.67 4927016.29 603326.22 4927033.91 603313.44 4927038.78 603240.04 4927022.36 603204.07 4927047.19 603199.99 4927143.66 603158.66 4927186.18 603033.16 4927250.22 602991.99 4927282.58 602955.71 4927327.73 602952.92 4927342.93 602934.98 4927352.8 602934.78 4927365.5 602827.22 4927419.66 602752.83 4927464.2 602706.39 4927509.18 602665.02 4927554.24 602513.75 4927640.73 602480.17 4927675.76 602461.9 4927705.95 602448.55 4927746.38 602422.79 4927768.83 602371.71 4927785.79 602333.29 4927805.5 602261.41 4927852.61 602250.8 4927880.39 602247.98 4927898.12 602219.55 4927928.15 602186.05 4927958.1 602137.55 4927972.562599444.25 4923567.66601444.2 4926218.79599444.25 4923567.66 599469.32 4923588.39 599496.24 4923652.33 599546.14 4923709.01 599626.55 4923763.65 599686.53 4923825.58 599701.2 4923861.38 599715.7 4923907.33 599740.37 4923953.46 599777.81 4923994.7 599785.19 4924010.06 599781.59 4924076.05 599806.5 4924106.94 599872.0 4924141.01 599904.49 4924174.55 599913.99 4924215.35 599979.66 4924239.27 600009.77 4924262.61 600051.76 4924336.95 600101.86 4924380.94 600159.59 4924425.05 600163.61 4924491.17 600178.52 4924511.73 600203.63 4924529.91 600235.87 4924578.7 600278.6 4924607.32 600321.45 4924628.33 600384.62 4924649.67 600409.52 4924680.55 600406.58 4924705.91 600396.26 4924715.9 600401.01 4924736.3 600430.75 4924782.5 600457.8 4924838.83 600472.22 4924889.86 600468.66 4924953.31 600455.27 4924996.29 600434.22 4925041.67 600423.58 4925071.99 600427.84 4925122.86 600434.93 4925156.0 600442.47 4925161.2 600471.76 4925235.34 600494.05 4925271.26 600516.34 4925307.18 600525.97 4925340.36 600560.67 4925394.27 600583.32 4925407.33 600649.23 4925416.01 600719.73 4925455.24 600827.27 4925561.12 600847.02 4925597.0 600851.41 4925640.26 600883.89 4925673.8 600947.06 4925695.14 600992.08 4925739.04 601037.31 4925770.25 601042.06 4925790.65 601043.01 4925889.74 601067.64 4925938.4 601140.76 4925972.59 601153.17 4925990.58 601160.39 4926016.09 601187.96 4926039.4 601261.28 4926060.9 601309.05 4926092.15 601434.04 4926218.63 601444.2 4926218.792600646.99 4923177.94601183.42 4923786.05600646.99 4923177.94 600656.82 4923198.42 600656.25 4923233.98 600670.96 4923267.24 600713.53 4923306.02 600725.74 4923336.7 600724.52 4923412.89 600731.44 4923456.19 600753.69 4923494.65 600783.68 4923525.61 600838.98 4923562.07 600892.03 4923580.7 600937.66 4923586.51 600965.68 4923581.88 601006.23 4923587.61 601038.48 4923636.39 601043.23 4923656.79 601063.14 4923682.51 601083.13 4923703.16 601135.9 4923739.57 601168.3 4923778.19 601183.42 4923786.052599452.82 4922874.29600646.99 4923177.94599452.82 4922874.29 599561.98 4922878.58 599602.13 4922909.7 599629.58 4922940.63 599652.31 4922948.61 599680.33 4922943.98 599736.49 4922927.1 599802.32 4922940.86 599959.13 4922984.01 600139.44 4922986.9 600215.84 4922975.43 600287.31 4922953.71 600502.62 4922992.72 600567.84 4923044.57 600617.41 4923121.58 600631.87 4923170.08 600646.99 4923177.942600646.99 4922657.65600888.8 4923177.94600835.69 4922657.65 600824.8 4922703.21 600826.65 4922746.42 600888.8 4922831.25 600883.15 4922866.72 600857.38 4922889.17 600824.08 4922906.42 600808.6 4922921.42 600792.22 4922992.28 600709.81 4923062.09 600702.07 4923069.59 600693.96 4923099.94 600678.52 4923112.4 600667.84 4923145.25 600646.99 4923177.942600801.6 4922565.66600835.69 4922657.65600801.6 4922565.66 600825.77 4922642.25 600835.69 4922657.652602359.97 4922484.62604118.0 4924080.85604118.0 4922486.7 604102.6 4922496.61 604061.55 4922521.36 604031.16 4922515.79 604023.7 4922505.51 604013.87 4922485.03 603988.47 4922484.62 603978.19 4922492.08 603978.03 4922502.24 603967.67 4922514.77 603956.82 4922557.79 603935.85 4922598.1 603899.6 4922640.7 603894.28 4922655.86 603891.37 4922678.67 603857.87 4922708.62 603834.89 4922715.87 603806.5 4922743.36 603803.56 4922768.72 603785.58 4922781.13 603767.88 4922775.77 603733.06 4922729.48 603717.78 4922731.78 603704.83 4922746.81 603696.93 4922764.47 603695.43 4922858.44 603677.04 4922896.25 603699.04 4922949.95 603693.35 4922987.96 603610.25 4923100.94 603594.48 4923133.72 603592.2 4923275.94 603576.6 4923298.55 603538.18 4923318.26 603446.71 4923319.33 603420.99 4923339.24 603417.84 4923377.3 603389.62 4923394.63 603364.18 4923396.76 603298.31 4923385.54 603251.9 4923427.99 603246.62 4923440.6 603194.65 4923513.44 603190.6 4923607.37 603174.79 4923642.68 603126.01 4923674.92 603092.71 4923692.17 603074.48 4923719.82 603077.77 4923831.65 603069.5 4923872.16 603028.22 4923912.15 603002.66 4923921.9 602946.82 4923918.46 602929.29 4923902.94 602926.96 4923890.2 602882.05 4923838.67 602864.24 4923840.93 602851.33 4923853.42 602827.18 4923934.33 602806.33 4923967.02 602783.39 4923971.73 602745.54 4923955.88 602684.63 4923952.37 602636.82 4923923.66 602604.54 4923877.41 602579.1 4923879.55 602568.74 4923892.08 602565.47 4923937.75 602547.32 4923960.33 602531.96 4923967.7 602499.03 4923962.09 602474.0 4923938.83 602453.64 4923941.04 602458.19 4923974.14 602472.94 4924004.86 602474.58 4924060.77 602459.02 4924080.85 602375.41 4924066.81 602359.97 4924079.262604118.0 4921759.71606309.25 4922774.94606309.25 4921759.71 606275.22 4921822.67 606262.27 4921837.71 606262.07 4921850.41 606241.39 4921872.94 606204.98 4921925.7 606098.77 4922053.56 606075.35 4922088.75 606067.44 4922106.4 606057.08 4922118.94 606010.47 4922174.08 606007.65 4922191.81 605916.85 4922309.76 605911.73 4922312.21 605906.48 4922322.29 605815.8 4922432.61 605785.12 4922444.82 605683.46 4922448.27 605634.92 4922465.28 605599.0 4922487.57 605567.83 4922530.25 605551.9 4922573.18 605546.09 4922618.82 605522.98 4922633.69 605500.29 4922623.16 605487.88 4922605.18 605459.82 4922612.35 605418.25 4922670.11 605415.42 4922687.85 605402.48 4922702.89 605392.24 4922707.8 605361.32 4922735.25 605335.76 4922745.0 605305.16 4922752.13 605234.17 4922743.37 605223.89 4922750.83 605188.46 4922742.64 605155.76 4922721.8 605104.97 4922720.98 605056.39 4922740.53 605028.13 4922760.4 604984.71 4922774.94 604926.75 4922746.07 604889.3 4922704.82 604854.03 4922686.48 604833.51 4922698.85 604820.49 4922718.96 604817.74 4922731.62 604802.26 4922746.62 604779.32 4922751.33 604733.77 4922740.44 604701.08 4922719.59 604670.69 4922714.02 604663.23 4922703.74 604661.87 4922630.05 604646.75 4922622.19 604606.04 4922626.62 604549.64 4922658.74 604524.36 4922650.71 604486.75 4922619.62 604438.87 4922595.99 604398.96 4922549.63 604361.28 4922523.62 604285.09 4922522.4 604234.62 4922501.27 604209.51 4922483.08 604118.0 4922486.72599478.9 4921246.35600801.6 4922565.66599478.9 4921246.35 599483.86 4921254.05 599488.25 4921297.31 599495.5 4921320.29 599512.46 4921371.37 599527.13 4921407.17 599571.99 4921461.23 599596.74 4921502.28 599616.81 4921517.84 599687.52 4921544.37 599738.39 4921540.11 599829.74 4921546.65 599865.21 4921552.3 599908.47 4921547.92 599977.73 4921505.84 600026.15 4921496.45 600074.16 4921512.47 600116.84 4921543.63 600123.97 4921574.23 600119.97 4921665.62 600106.42 4921718.75 600114.99 4921817.96 600166.45 4921935.64 600208.44 4922009.98 600273.25 4922087.23 600307.47 4922171.61 600364.09 4922284.29 600386.46 4922315.13 600466.51 4922392.63 600529.19 4922444.44 600556.84 4922462.66 600698.53 4922497.96 600793.98 4922565.53 600801.6 4922565.662599491.11 4920484.45599574.16 4920754.71599491.11 4920484.45 599506.19 4920494.85 599553.59 4920548.96 599573.33 4920584.84 599574.16 4920691.55 599563.84 4920701.54 599552.83 4920754.712604118.0 4920491.82606133.96 4922486.7606133.96 4920491.82 606090.09 4920534.3 605940.84 4920653.84 605843.23 4920720.87 605815.05 4920735.66 605724.86 4920815.5 605637.53 4920875.07 605484.1 4920938.66 605424.83 4920991.06 605330.01 4921042.89 605267.71 4921125.72 605216.35 4921160.46 605142.0 4921202.46 605085.56 4921237.12 605012.99 4921327.41 605010.28 4921337.52 604935.53 4921404.92 604863.73 4921446.95 604848.45 4921449.25 604804.67 4921486.65 604799.22 4921509.43 604791.48 4921516.92 604756.76 4921623.06 604728.17 4921663.25 604668.86 4921718.18 604645.6 4921743.21 604627.13 4921786.1 604616.81 4921796.1 604616.6 4921808.8 604606.28 4921818.79 604606.08 4921831.49 604600.92 4921836.49 604600.75 4921846.65 604593.01 4921854.15 604579.58 4921899.66 604569.26 4921909.65 604561.23 4921934.93 604550.75 4921955.08 604481.36 4922004.78 604440.32 4922029.52 604411.98 4922054.47 604398.75 4922087.28 604395.64 4922122.8 604367.18 4922155.37 604312.99 4922207.85 604299.84 4922235.58 604286.33 4922286.17 604258.03 4922308.58 604178.89 4922332.71 604134.94 4922380.28 604132.0 4922405.63 604118.85 4922433.37 604118.0 4922486.72606790.13 4920443.9608825.39 4921673.67606790.13 4920443.9 606890.09 4920547.12 607025.57 4920653.44 607132.94 4920769.48 607314.96 4920983.24 607487.59 4921148.59 607537.53 4921202.74 607560.15 4921218.34 607620.16 4921277.73 607680.26 4921332.04 607755.35 4921401.83 607883.61 4921482.64 608011.96 4921558.36 608168.28 4921632.0 608297.31 4921664.55 608391.16 4921673.67 608434.62 4921656.59 608475.05 4921669.94 608513.19 4921668.01 608556.73 4921645.84 608597.77 4921621.1 608707.71 4921577.13 608825.39 4921525.672599626.32 4919973.47601048.53 4922565.66599626.32 4919973.47 599643.12 4920034.71 599673.1 4920065.67 599753.76 4920105.07 599776.21 4920130.83 599855.73 4920241.34 599913.17 4920303.23 599950.9 4920326.7 600029.71 4920322.88 600126.62 4920299.03 600172.14 4920312.46 600199.79 4920330.68 600234.81 4920364.27 600234.57 4920379.51 600247.1 4920389.87 600274.27 4920438.57 600289.1 4920464.21 600298.61 4920505.01 600352.89 4920604.95 600435.44 4920685.03 600440.32 4920697.81 600505.09 4920777.59 600557.57 4920831.78 600617.87 4920873.39 600652.77 4920914.6 600781.07 4920992.86 600800.86 4921026.2 600822.82 4921082.44 600866.06 4921238.1 600882.37 4921329.81 600892.16 4921352.83 600925.19 4921510.86 600926.96 4921559.15 600938.97 4921602.53 600989.94 4921750.69 601048.53 4921898.97 601041.99 4921990.31 601028.96 4922010.43 601025.9 4922043.4 601007.63 4922073.59 600989.12 4922119.02 600988.57 4922312.08 600980.13 4922362.75 600894.65 4922465.53 600874.05 4922482.99 600801.6 4922565.662599514.25 4918881.87601854.81 4922657.65599514.25 4918881.87 599625.47 4918916.68 599733.74 4918976.84 599786.22 4919031.03 599823.46 4919084.97 599930.46 4919223.86 599960.49 4919252.29 600041.31 4919281.53 600124.15 4919343.82 600161.71 4919377.45 600222.1 4919413.98 600327.83 4919474.1 600461.53 4919532.13 600577.06 4919615.27 600717.04 4919757.24 600757.31 4919780.74 600843.46 4919794.83 600944.51 4919829.47 601028.04 4919848.59 601126.27 4919900.97 601158.6 4919944.67 601168.39 4919967.69 601166.35 4920094.68 601181.19 4920120.32 601216.5 4920136.13 601289.86 4920155.09 601347.66 4920194.12 601400.06 4920253.38 601454.88 4920320.31 601540.57 4920362.33 601570.48 4920398.37 601604.86 4920472.59 601637.3 4920508.68 601657.17 4920536.94 601678.52 4920631.27 601722.49 4920741.21 601744.94 4920766.98 601752.23 4920787.42 601809.42 4920864.54 601819.18 4920890.1 601825.9 4920946.1 601834.8 4921024.99 601849.1 4921083.65 601854.81 4921203.13 601846.41 4921251.26 601841.25 4921256.26 601833.27 4921279.0 601817.54 4921309.23 601806.89 4921339.54 601798.18 4921407.99 601769.43 4921458.34 601675.92 4921586.4 601670.56 4921604.09 601665.4 4921609.09 601665.23 4921619.25 601644.27 4921659.56 601643.37 4921715.43 601652.92 4921753.69 601667.63 4921786.95 601674.47 4921835.33 601666.24 4921873.3 601645.4 4921905.99 601639.14 4921979.56 601623.29 4922017.41 601618.09 4922024.95 601604.13 4922103.47 601583.12 4922146.32 601454.06 4922273.81 601445.87 4922309.25 601432.56 4922347.14 601391.44 4922376.96 601294.61 4922395.73 601256.02 4922425.6 601229.93 4922468.37 601232.31 4922478.57 601214.08 4922506.22 601172.76 4922548.74 601129.3 4922565.83 601075.8 4922575.13 601019.56 4922597.09 600978.36 4922632.0 600922.65 4922620.94 600873.95 4922648.11 600835.69 4922657.652607064.35 4917916.7607768.01 4919163.87607768.01 4917916.7 607764.94 4917949.68 607751.92 4917969.79 607743.93 4917992.52 607723.08 4918025.21 607717.68 4918045.45 607707.24 4918063.07 607704.45 4918078.26 607694.09 4918090.8 607688.48 4918123.73 607683.28 4918131.27 607683.08 4918143.97 607675.38 4918148.93 607672.47 4918171.74 607635.82 4918239.74 607552.47 4918367.97 607543.3 4918464.35 607512.14 4918507.04 607483.71 4918537.07 607470.08 4918595.28 607457.18 4918607.77 607446.57 4918635.54 607433.67 4918648.04 607436.09 4918655.7 607428.3 4918665.74 607420.32 4918688.47 607409.92 4918703.55 607412.33 4918711.21 607391.53 4918741.36 607377.89 4918799.57 607347.01 4918824.47 607176.2 4918862.38 607114.96 4918879.18 607065.9 4918929.2 607064.35 4919025.71 607084.14 4919059.05 607119.04 4919100.26 607126.42 4919115.62 607128.35 4919153.75 607125.64 4919163.872599534.29 4917472.31602043.08 4919543.36599534.29 4917472.31 599564.45 4917493.12 599576.9 4917508.56 599677.18 4917591.45 599719.99 4917615.0 599745.31 4917620.49 599768.25 4917615.78 599806.63 4917598.61 599876.01 4917548.91 599937.57 4917511.8 599985.83 4917512.57 600018.56 4917530.88 600043.55 4917556.68 600060.27 4917623.0 600082.52 4917661.46 600130.12 4917702.87 600139.87 4917728.42 600133.61 4917801.99 600130.34 4917847.67 600150.37 4917865.77 600165.49 4917873.63 600241.56 4917882.47 600279.04 4917921.18 600295.96 4917974.8 600315.91 4917997.98 600325.91 4918008.3 600356.39 4918008.79 600410.0 4917991.87 600425.04 4918004.81 600421.4 4918073.34 600413.66 4918080.84 600402.52 4918141.63 600394.78 4918149.12 600391.59 4918189.72 600380.58 4918242.89 600384.11 4918339.48 600388.66 4918372.57 600398.74 4918377.82 600411.11 4918398.34 600451.06 4918442.16 600463.1 4918483.0 600503.21 4918516.67 600568.92 4918538.04 600693.07 4918557.82 600736.33 4918553.43 600800.27 4918526.51 600843.61 4918517.04 600924.67 4918531.04 601020.73 4918560.53 601098.69 4918610.04 601129.09 4918615.61 601167.18 4918616.22 601203.02 4918599.01 601233.33 4918609.66 601303.43 4918674.29 601371.35 4918716.02 601413.99 4918749.73 601449.39 4918760.46 601507.76 4918763.93 601646.67 4918814.43 601656.62 4918827.29 601666.46 4918847.77 601673.51 4918883.45 601685.76 4918911.59 601725.98 4918937.63 601847.6 4918957.36 601902.87 4918996.36 601923.18 4918996.68 601933.51 4918986.68 601941.82 4918943.63 601949.68 4918928.52 601967.62 4918918.64 602018.13 4918937.23 602043.08 4918965.58 602042.39 4919008.75 602031.94 4919026.37 601993.07 4919074.01 601992.55 4919107.03 602014.59 4919158.19 602002.84 4919257.07 601984.37 4919299.96 601981.67 4919310.08 601976.51 4919315.08 601971.1 4919335.31 601905.99 4919435.88 601905.82 4919446.04 601898.12 4919451.0 601905.13 4919489.22 601955.07 4919543.362601183.42 4919543.36602286.43 4923786.05601955.07 4919543.36 601972.6 4919558.89 602010.09 4919597.59 602087.35 4919690.28 602099.56 4919720.96 602141.72 4919785.14 602171.34 4919838.97 602178.51 4919867.02 602188.22 4919895.12 602242.92 4919969.67 602274.92 4920033.69 602286.43 4920107.55 602282.59 4920188.77 602271.38 4920254.64 602270.09 4920493.41 602218.24 4920558.63 602207.55 4920591.48 602197.19 4920604.02 602199.52 4920616.76 602191.86 4920619.18 602191.62 4920634.41 602176.02 4920657.03 602162.54 4920705.08 602158.46 4920801.55 602140.07 4920839.36 602141.67 4920897.81 602146.59 4920908.05 602156.26 4920938.69 602157.54 4921017.46 602133.99 4921060.27 602110.56 4921095.46 602092.3 4921125.65 602068.87 4921160.84 602055.81 4921183.49 602042.38 4921229.0 602025.47 4921332.88 602017.73 4921340.38 602015.29 4921492.76 602024.92 4921525.94 602033.77 4921607.37 602020.54 4921640.19 601968.98 4921687.63 601954.53 4921796.63 601943.6 4921844.72 601945.04 4921913.33 601943.9 4921984.44 601936.0 4922002.1 601923.09 4922014.59 601917.77 4922029.75 601835.12 4922114.8 601819.55 4922134.87 601818.94 4922172.96 601836.27 4922201.19 601850.53 4922262.38 601841.94 4922323.21 601831.41 4922345.91 601833.46 4922376.42 601853.17 4922414.84 601860.14 4922455.6 601857.45 4922623.22 601838.98 4922666.11 601826.04 4922681.14 601802.9 4922698.56 601767.1 4922713.22 601761.53 4922743.62 601781.04 4922794.74 601780.18 4922848.07 601720.91 4922900.47 601710.47 4922918.08 601708.84 4923019.67 601683.0 4923047.2 601557.62 4923103.62 601552.3 4923118.78 601554.22 4923156.91 601583.93 4923205.65 601578.48 4923228.43 601545.02 4923255.84 601529.29 4923286.07 601528.4 4923341.94 601510.46 4923351.82 601446.72 4923366.04 601446.39 4923386.35 601453.85 4923396.63 601463.32 4923439.97 601459.96 4923490.73 601438.95 4923533.57 601364.04 4923611.12 601356.22 4923623.7 601302.24 4923663.48 601268.73 4923693.43 601196.2 4923781.18 601183.42 4923786.052607768.01 4917471.85609334.9 4917916.7609334.9 4917471.85 609263.54 4917485.94 609240.57 4917493.2 609072.09 4917543.84 608985.01 4917588.18 608925.78 4917638.03 608851.48 4917677.49 608756.17 4917759.79 608720.25 4917782.08 608628.29 4917813.63 608530.97 4917862.88 608451.91 4917881.93 608406.44 4917865.96 608379.04 4917832.5 608346.55 4917798.95 608321.28 4917790.93 608257.74 4917792.45 608214.41 4917801.92 608153.66 4917788.24 608115.85 4917769.85 608065.66 4917730.94 608037.85 4917722.88 607999.75 4917722.27 607920.49 4917754.02 607879.41 4917781.31 607848.33 4917818.91 607817.08 4917866.68 607778.21 4917914.32 607768.01 4917916.72605363.83 4916747.08607768.01 4917916.7605363.83 4917029.71 605428.46 4916959.61 605472.57 4916901.89 605506.11 4916869.41 605599.09 4916774.36 605640.17 4916747.08 605744.21 4916753.83 605769.49 4916761.85 606226.47 4916779.33 606309.91 4916803.53 606350.06 4916834.66 606397.91 4916860.83 606491.59 4916880.12 606521.86 4916893.3 606546.53 4916939.42 606570.3 4917041.42 606592.79 4917064.64 606635.39 4917100.89 606731.08 4917153.23 606801.38 4917205.16 606892.12 4917249.8 607051.63 4917282.84 607094.23 4917319.09 607160.69 4917452.25 607327.35 4917673.39 607367.33 4917714.67 607440.29 4917759.03 607462.95 4917772.09 607554.25 4917781.18 607742.9 4917898.52 607768.01 4917916.72600860.19 4916530.77603930.2 4918353.11600860.19 4916530.77 601021.14 4916632.42 601220.56 4916711.83 601311.17 4916764.08 601407.35 4916785.95 601493.5 4916800.03 601577.03 4916819.15 601688.77 4916820.94 601836.48 4916797.9 601912.47 4916811.82 602055.68 4916910.65 602118.6 4916947.22 602181.36 4916993.96 602211.27 4917030.0 602230.16 4917119.21 602269.13 4917223.99 602321.57 4917280.72 602399.61 4917325.16 602452.17 4917374.26 602590.51 4917460.31 602743.35 4917592.32 602858.02 4917728.79 602867.93 4917744.19 602957.53 4917859.94 603015.21 4917906.59 603080.55 4917950.83 603224.7 4917991.24 603361.6 4918008.68 603432.22 4918040.29 603633.48 4918162.91 603671.29 4918181.3 603713.82 4918222.63 603771.13 4918292.13 603844.01 4918341.57 603930.2 4918353.112600189.15 4915403.61602333.86 4916281.38602333.86 4915403.61 602323.17 4915436.46 602291.97 4915481.69 602268.66 4915509.26 602235.4 4915523.97 602202.22 4915533.6 602138.89 4915522.42 602068.11 4915500.97 601776.0 4915498.83 601704.61 4915515.47 601625.35 4915547.22 601568.91 4915581.88 601474.12 4915631.17 601392.0 4915683.2 601212.59 4915781.94 601168.81 4915819.34 601094.47 4915861.34 601032.46 4915926.39 600916.97 4916158.25 600849.67 4916235.92 600831.61 4916253.41 600798.43 4916263.04 600755.42 4916252.19 600674.68 4916217.88 600636.59 4916217.27 600613.61 4916224.52 600561.96 4916277.04 600516.16 4916281.38 600419.94 4916262.06 600346.66 4916238.02 600252.65 4916239.06 600194.15 4916243.2 600189.15 4916238.042609057.87 4915508.58609518.78 4915577.4609518.78 4915508.58 609457.78 4915510.14 609263.87 4915562.92 609162.25 4915563.83 609057.87 4915577.42599580.09 4914210.32600948.18 4914772.67600948.18 4914210.32 600871.66 4914229.41 600777.41 4914245.68 600479.13 4914312.03 600415.31 4914331.33 600290.58 4914347.12 600157.87 4914385.64 600144.97 4914398.13 600093.2 4914458.27 600006.07 4914505.14 599954.87 4914529.72 599885.89 4914554.02 599659.64 4914723.14 599580.09 4914772.672602305.44 4914111.97602798.93 4915560.74602420.61 4914111.97 602412.38 4914149.95 602413.66 4914228.72 602423.24 4914264.44 602413.14 4914419.23 602407.74 4914439.47 602403.33 4914556.25 602387.15 4914614.42 602368.89 4914644.61 602352.75 4914700.24 602353.91 4914786.63 602355.88 4914822.23 602354.41 4914913.66 602340.37 4914997.26 602347.71 4915015.16 602349.56 4915058.38 602318.67 4915083.29 602305.44 4915116.1 602307.62 4915139.0 602319.75 4915174.76 602336.59 4915233.45 602359.12 4915254.14 602475.21 4915301.72 602522.94 4915335.51 602644.35 4915367.94 602699.74 4915399.31 602769.63 4915476.64 602796.75 4915527.88 602798.93 4915550.78 602786.06 4915560.742603206.04 4914135.94604154.71 4915826.58603916.48 4914135.94 603971.25 4914205.41 604003.45 4914256.73 604152.42 4914472.51 604154.71 4914487.78 604153.21 4914581.75 604122.04 4914624.44 604057.94 4914661.52 604045.2 4914663.85 604014.23 4914693.84 604000.96 4914729.19 603972.46 4914764.3 603910.69 4914814.12 603894.93 4914846.89 603899.52 4914877.45 603949.25 4914944.29 603956.59 4914962.19 603945.37 4915028.06 603921.41 4915096.27 603924.86 4915197.93 603934.62 4915223.49 603932.74 4915340.32 603875.77 4915408.0 603849.97 4915432.99 603775.83 4915462.28 603679.08 4915475.97 603630.62 4915487.9 603620.3 4915497.89 603494.92 4915554.31 603430.74 4915596.47 603386.87 4915638.95 603368.32 4915686.92 603363.16 4915691.92 603357.71 4915714.7 603336.78 4915752.47 603298.08 4915789.95 603206.04 4915826.582604884.14 4914148.91609057.87 4916125.46604884.14 4914148.91 604920.73 4914243.48 604996.85 4914407.29 605043.23 4914524.88 605057.78 4914568.3 605094.65 4914645.1 605144.47 4914706.87 605257.17 4914807.75 605271.72 4914851.17 605283.6 4914902.16 605305.6 4914955.86 605342.68 4915019.97 605452.55 4915138.58 605462.43 4915156.52 605467.02 4915187.08 605478.62 4915255.85 605525.69 4915330.28 605627.34 4915486.87 605659.82 4915520.41 605700.05 4915546.46 605778.29 4915578.2 605915.07 4915603.25 605968.24 4915614.27 606064.67 4915620.89 606122.92 4915631.99 606198.58 4915666.22 606231.07 4915699.77 606261.3 4915715.49 606375.42 4915727.48 606679.83 4915912.73 606678.37 4916004.15 606695.74 4916029.84 606728.59 4916040.52 606829.89 4916059.93 606898.02 4916088.96 606955.86 4916125.46 606996.62 4916118.49 607029.96 4916098.7 607098.41 4916107.42 607172.3 4916093.36 607279.9 4916036.66 607372.23 4915982.25 607418.19 4915967.74 608170.5 4915944.23 608414.72 4915922.74 608557.79 4915871.69 608580.94 4915854.28 608632.22 4915824.61 608732.81 4915729.69 608809.86 4915677.58 608927.66 4915618.5 609057.87 4915577.42606702.55 4914178.04609057.87 4915577.4606702.55 4914178.04 606709.84 4914198.48 606711.61 4914246.78 606731.48 4914275.04 606788.87 4914339.47 606795.47 4914403.08 606800.23 4914423.48 606833.0 4914439.25 606959.29 4914484.46 607092.96 4914545.03 607183.53 4914599.82 607203.52 4914620.47 607194.64 4914699.07 607238.97 4914786.16 607236.15 4914803.89 607223.04 4914829.09 607181.6 4914879.23 607175.86 4914919.78 607205.97 4914943.13 607277.0 4914949.35 607340.46 4914952.9 607339.23 4915029.09 607356.85 4915039.54 607440.29 4915063.74 607493.18 4915092.53 607553.2 4915151.92 607568.35 4915157.24 607677.56 4915158.99 607748.42 4915175.37 607900.56 4915193.05 607928.74 4915178.26 607939.63 4915132.71 607954.99 4915125.33 608028.36 4915144.29 608078.58 4915180.66 608147.07 4915186.84 608169.36 4915222.76 608220.82 4915340.44 608250.89 4915366.32 608281.41 4915364.27 608294.51 4915339.08 608317.7 4915319.13 608512.68 4915357.82 608555.94 4915353.43 608606.89 4915344.08 608658.42 4915299.18 608671.28 4915289.23 608818.42 4915301.75 608846.19 4915312.35 608845.42 4915360.61 608785.62 4915446.02 608785.09 4915479.04 608807.71 4915494.64 608865.96 4915505.74 608934.69 4915496.68 608982.82 4915505.07 609020.59 4915526.0 609057.87 4915577.42608599.69 4914208.44608934.93 4914688.86608599.69 4914208.44 608686.38 4914347.01 608791.34 4914455.38 608876.5 4914530.42 608913.7 4914586.9 608928.09 4914640.48 608934.93 4914688.862608934.93 4914688.86609526.75 4915010.8608934.93 4914688.86 608954.64 4914727.28 609049.48 4914832.95 609119.0 4914933.14 609166.65 4914972.0 609212.04 4914993.05 609252.55 4915001.32 609526.75 4915010.82602129.6 4927972.56602137.55 4927992.76602137.55 4927972.56 602129.6 4927992.762599480.98 4920754.71599552.83 4921116.83599552.83 4920754.71 599537.18 4920779.87 599526.21 4920830.5 599521.01 4920838.04 599506.03 4920980.05 599504.85 4921053.7 599494.0 4921096.72 599480.98 4921116.832589603.85 4915711.1589677.72 4915725.27589677.72 4915711.1 589654.79 4915715.85 589636.9 4915723.21 589603.85 4915725.271589677.72 4914141.07590368.57 4915711.1590368.57 4914141.07 590358.23 4914153.62 590352.27 4914214.5 590349.58 4914224.62 590329.63 4914374.21 590308.43 4914434.87 590304.56 4914526.26 590281.12 4914566.56 590255.42 4914586.51 590255.24 4914599.21 590244.75 4914621.92 590240.81 4914718.4 590230.47 4914730.95 590230.28 4914743.65 590217.29 4914763.78 590198.74 4914816.86 590178.09 4914839.42 590133.92 4914907.37 590028.32 4915007.45 590025.52 4915025.19 589963.43 4915103.04 589952.2 4915176.54 589946.2 4915239.96 589930.15 4915295.62 589929.27 4915356.57 589936.63 4915374.46 589943.66 4915415.2 589938.06 4915450.69 589919.95 4915473.29 589865.88 4915523.31 589814.94 4915532.73 589786.71 4915552.64 589768.6 4915575.24 589677.87 4915700.94 589677.72 4915711.11589554.51 4919303.8589834.06 4920532.59589554.51 4919303.8 589609.83 4919342.71 589675.06 4919399.54 589732.55 4919463.88 589764.46 4919540.55 589768.99 4919578.72 589760.41 4919644.64 589749.41 4919702.91 589747.86 4919809.58 589774.77 4919881.09 589787.21 4919899.06 589799.65 4919917.02 589829.61 4919953.02 589834.06 4919996.27 589828.73 4920013.97 589777.09 4920071.65 589738.81 4920083.79 589629.38 4920097.45 589611.38 4920112.43 589603.17 4920152.96 589617.67 4920203.97 589642.48 4920244.98 589702.51 4920309.35 589704.9 4920319.55 589722.28 4920347.74 589715.87 4920439.1 589705.35 4920464.35 589704.98 4920489.75 589691.95 4920512.42 589694.3 4920525.16 589681.49 4920532.591589541.03 4920532.59590484.23 4922284.32589681.49 4920532.59 589678.33 4920575.73 589665.15 4920608.56 589652.23 4920623.62 589605.63 4920683.91 589548.87 4920744.05 589541.03 4920759.18 589542.62 4920825.25 589565.22 4920843.36 589605.89 4920841.41 589697.65 4920819.88 589773.7 4920831.14 589801.49 4920841.7 589836.6 4920872.7 589858.54 4920936.52 589851.47 4921073.59 589843.78 4921078.56 589840.72 4921114.08 589821.99 4921179.86 589823.68 4921238.31 589838.33 4921279.17 589842.97 4921309.72 589887.1 4921419.59 589916.47 4921496.22 589928.73 4921526.88 589936.02 4921549.85 589945.77 4921577.93 589953.02 4921603.44 589986.59 4921741.1 589996.34 4921769.19 590021.08 4921815.27 590055.86 4921869.12 590080.96 4921889.81 590108.79 4921897.83 590185.09 4921891.32 590256.39 4921879.65 590292.28 4921857.31 590307.92 4921829.59 590333.69 4921804.56 590349.15 4921789.54 590397.4 4921790.24 590417.5 4921805.78 590437.41 4921834.01 590444.15 4921895.07 590439.91 4922011.86 590431.85 4922042.23 590430.38 4922143.82 590439.54 4922212.54 590459.31 4922250.93 590484.23 4922284.321590403.62 4922284.32591596.81 4925201.15590484.23 4922284.32 590579.78 4922351.75 590609.41 4922410.6 590608.45 4922476.64 590590.05 4922519.55 590566.57 4922562.4 590414.22 4922732.93 590403.62 4922763.26 590405.57 4922803.93 590420.44 4922829.55 590480.95 4922860.91 590579.52 4922895.36 590720.97 4922950.76 590751.05 4922979.14 590826.1 4923058.97 590891.61 4923095.49 590921.76 4923118.79 590961.44 4923185.41 590984.0 4923206.06 591031.92 4923229.62 591051.95 4923250.23 591091.59 4923319.39 591148.31 4923437.06 591165.76 4923460.18 591248.57 4923529.97 591263.48 4923728.33 591254.31 4923834.88 591273.57 4923908.83 591338.2 4924006.3 591344.68 4924085.14 591361.87 4924126.03 591391.75 4924167.11 591446.86 4924221.26 591494.15 4924287.99 591498.9 4924310.92 591497.28 4924422.67 591489.59 4924427.64 591486.64 4924455.54 591470.34 4924528.97 591472.21 4924574.72 591484.1 4924630.78 591568.02 4924799.65 591596.81 4924916.92 591580.5 4924990.36 591570.27 4924995.29 591572.59 4925010.56 591564.89 4925015.53 591553.82 4925078.88 591578.29 4925142.74 591577.45 4925201.151590662.07 4925224.27591502.95 4925787.39591502.95 4925258.5 591419.61 4925224.27 591373.86 4925226.15 591345.78 4925235.9 591332.89 4925248.41 591325.02 4925266.08 591310.92 4925362.41 591292.48 4925407.87 591266.79 4925427.81 591131.48 4925474.12 591108.4 4925489.03 591028.68 4925556.46 591010.49 4925584.14 590979.65 4925609.09 590925.87 4925638.8 590889.91 4925666.22 590805.29 4925720.88 590682.5 4925780.06 590662.07 4925787.391590296.2 4925787.39590662.07 4926843.92590662.07 4925787.39 590656.81 4925800.01 590613.3 4925822.24 590592.72 4925839.73 590582.31 4925857.36 590553.78 4925897.59 590540.16 4925960.9 590546.75 4926032.12 590551.61 4926047.43 590548.15 4926110.89 590540.23 4926131.1 590455.47 4926195.92 590442.03 4926246.53 590438.39 4926322.68 590433.16 4926332.77 590427.34 4926383.49 590416.82 4926408.74 590411.33 4926436.6 590403.64 4926441.57 590390.24 4926489.64 590385.09 4926494.65 590363.74 4926565.47 590353.29 4926585.64 590323.66 4926702.06 590309.08 4926831.4 590296.2 4926843.921589977.36 4926843.92590296.2 4927809.68590296.2 4926843.92 590260.64 4927018.68 590255.34 4927033.85 590243.08 4927178.46 590235.31 4927188.51 590226.3 4927284.91 590223.61 4927295.03 590218.12 4927322.9 590210.32 4927335.49 590204.76 4927368.43 590194.38 4927383.52 590183.89 4927406.23 590142.56 4927453.9 590062.87 4927518.79 590041.78 4927571.83 590038.46 4927625.13 590028.2 4927632.6 590030.4 4927655.49 590020.13 4927662.96 590019.58 4927701.06 590009.2 4927716.15 589998.56 4927749.02 589988.18 4927764.11 589977.36 4927809.681591502.95 4925201.15591577.45 4925258.5591577.45 4925201.15 591569.75 4925206.12 591559.3 4925226.29 591520.8 4925253.68 591502.95 4925258.51589514.05 4922445.53591130.23 4925385.19589514.05 4922445.53 589579.23 4922504.9 589691.35 4922656.4 589766.44 4922733.7 589846.31 4922831.39 589878.66 4922877.58 589953.57 4922967.58 590042.75 4923123.83 590062.44 4923167.3 590077.42 4923185.29 590104.33 4923256.81 590119.39 4923269.73 590136.61 4923308.09 590228.67 4923441.51 590308.43 4923546.82 590360.92 4923606.01 590669.33 4923884.83 590684.05 4923920.61 590691.23 4923951.19 590705.88 4923992.05 590733.12 4924040.71 590765.06 4924114.84 590772.24 4924145.43 590821.45 4924255.37 590840.78 4924324.24 590941.92 4924531.47 590956.87 4924552.01 590974.02 4924595.44 591015.94 4924682.42 591028.09 4924720.7 591097.22 4924858.88 591108.77 4924937.79 591107.48 4925201.96 591120.59 4925349.49 591130.23 4925385.193598090.36 4927671.57598282.27 4927932.61598090.36 4927678.34 598148.88 4927671.57 598181.56 4927694.91 598188.67 4927730.58 598180.79 4927748.24 598189.55 4927844.9 598201.88 4927870.48 598219.44 4927885.98 598254.77 4927901.73 598282.27 4927932.612597310.36 4927512.08598090.36 4927720.45597310.36 4927512.08 597454.76 4927539.58 597526.06 4927527.91 597602.17 4927534.09 597637.29 4927565.09 597669.83 4927598.58 597730.19 4927640.1 597798.69 4927646.17 597862.52 4927624.24 597890.34 4927632.26 597907.9 4927647.76 597919.82 4927701.28 597952.58 4927719.53 598016.08 4927720.45 598079.94 4927695.98 598090.36 4927678.342589443.06 4927342.14589533.09 4927615.26589443.06 4927342.14 589453.07 4927352.45 589490.03 4927431.74 589533.09 4927615.262593525.34 4926930.14594726.42 4927863.65594666.75 4926930.14 594689.39 4926945.71 594716.96 4926971.51 594726.42 4927019.91 594720.49 4927078.25 594699.77 4927105.9 594703.89 4927172.0 594696.16 4927179.51 594685.53 4927212.38 594649.34 4927255.04 594605.87 4927274.73 594531.89 4927296.52 594501.15 4927313.86 594444.36 4927376.54 594377.37 4927441.62 594339.05 4927456.31 594234.81 4927462.41 594173.42 4927492.01 594119.49 4927531.87 594104.22 4927534.19 594042.79 4927566.32 593999.06 4927603.79 593927.32 4927645.94 593914.55 4927650.83 593894.05 4927663.24 593855.69 4927680.46 593827.75 4927680.06 593812.33 4927692.54 593700.36 4927706.15 593631.46 4927728.02 593590.27 4927765.52 593559.17 4927808.26 593545.99 4927841.09 593525.34 4927863.652589518.38 4925826.69590296.2 4926843.92589518.38 4925826.69 589631.75 4925891.84 589689.39 4925946.03 589809.12 4926097.64 589856.31 4926171.99 589935.52 4926315.39 590034.13 4926522.58 590041.01 4926573.49 590042.44 4926649.72 590087.86 4926670.7 590092.17 4926724.11 590104.57 4926744.61 590119.81 4926744.83 590181.1 4926722.86 590224.2 4926728.56 590249.12 4926761.95 590266.38 4926797.76 590278.57 4926833.5 590296.2 4926843.922589489.75 4924121.76590681.28 4925787.39589489.75 4924121.76 589524.83 4924155.29 589607.31 4924247.93 589641.06 4924372.9 589685.34 4924472.61 589722.56 4924534.12 589791.02 4924718.01 589805.85 4924746.17 589871.18 4924795.38 589909.06 4924811.17 589931.59 4924834.36 589941.38 4924859.9 589953.23 4924918.5 589972.92 4924961.97 590000.23 4925005.55 590070.39 4925072.61 590110.58 4925103.68 590204.11 4925135.52 590284.5 4925197.65 590357.67 4925231.74 590415.5 4925273.22 590452.97 4925316.95 590510.28 4925393.99 590529.86 4925445.07 590561.18 4925562.38 590590.96 4925611.08 590626.15 4925636.99 590676.83 4925645.35 590681.28 4925688.6 590675.95 4925706.3 590665.01 4925759.49 590662.07 4925787.392597578.52 4923617.08598133.99 4925516.66598133.99 4923617.08 598102.74 4923669.97 598089.41 4923712.97 598083.82 4923748.45 598070.6 4923783.82 598026.32 4923859.39 598015.72 4923889.72 598011.82 4923983.65 598001.15 4924019.06 597985.61 4924039.16 597982.82 4924056.9 597941.67 4924091.87 597872.58 4924126.43 597844.53 4924133.64 597839.38 4924138.65 597818.99 4924143.43 597808.64 4924155.98 597803.23 4924178.77 597787.88 4924186.17 597769.55 4924224.0 597751.37 4924251.68 597745.88 4924279.55 597709.56 4924332.37 597706.76 4924350.11 597688.57 4924377.79 597682.72 4924431.05 597628.32 4924503.93 597630.09 4924557.3 597637.56 4924567.57 597683.13 4924578.39 597713.23 4924604.23 597725.57 4924629.81 597723.95 4924741.56 597713.49 4924761.73 597710.77 4924774.39 597661.3 4924857.5 597655.74 4924890.45 597678.16 4924921.25 597679.96 4924972.09 597653.94 4925014.89 597635.05 4925090.83 597629.9 4925095.83 597624.38 4925126.24 597600.71 4925181.78 597603.03 4925197.05 597592.8 4925201.99 597578.52 4925311.01 597582.86 4925361.88 597600.16 4925395.15 597635.09 4925438.85 597675.25 4925472.45 597745.73 4925516.662597745.73 4925516.66598204.68 4927678.34597745.73 4925516.66 597780.74 4925555.27 597898.89 4925640.81 597977.36 4925659.73 598088.85 4925679.13 598116.53 4925697.31 598131.33 4925728.01 598129.64 4925844.84 598115.69 4925931.0 598117.6 4925974.22 598149.88 4926025.49 598146.71 4926068.63 598131.14 4926091.27 598125.59 4926124.21 598124.89 4926172.46 598117.16 4926179.97 598108.99 4926217.96 598082.82 4926270.92 598069.79 4926293.6 598053.29 4926379.73 598051.75 4926486.4 598041.0 4926526.89 598032.9 4926559.79 598012.22 4926584.89 598011.59 4926628.07 598018.92 4926648.5 598028.82 4926666.42 598030.55 4926722.34 598025.32 4926732.42 598025.06 4926750.2 598017.37 4926755.17 598019.1 4926811.08 598063.12 4926928.57 598064.67 4926997.18 598038.5 4927050.15 598030.55 4927072.89 598029.96 4927113.53 598044.83 4927139.15 598092.42 4927185.56 598104.42 4927234.0 598111.63 4927262.05 598118.96 4927282.48 598141.56 4927300.59 598194.71 4927314.06 598204.68 4927326.9 598199.2 4927354.77 598127.42 4927399.45 598009.82 4927451.09 597991.75 4927471.15 597991.45 4927491.47 597998.74 4927514.44 598011.26 4927527.32 598033.56 4927565.75 598090.36 4927678.342594756.46 4923378.78597310.36 4927554.81594837.63 4923378.78 594867.41 4923427.47 594877.23 4923450.48 594885.74 4923564.91 594952.28 4923705.59 594971.5 4923782.08 594969.99 4923886.21 595004.62 4923950.22 595016.84 4923983.42 595054.02 4924047.46 595178.39 4924229.63 595188.18 4924255.17 595189.21 4924359.34 595181.52 4924364.31 595175.6 4924422.65 595167.9 4924427.62 595164.74 4924470.75 595157.01 4924478.26 595156.86 4924488.42 595146.52 4924500.97 595141.11 4924523.76 595097.19 4924573.93 595061.16 4924606.43 594936.9 4924767.2 594926.44 4924787.37 594895.49 4924819.95 594864.35 4924865.22 594822.64 4924938.29 594819.96 4924948.41 594817.27 4924958.53 594795.88 4925031.89 594794.63 4925118.24 594814.36 4925159.17 594874.17 4925238.78 594884.07 4925256.71 594891.33 4925282.22 594892.76 4925358.45 594882.05 4925396.4 594876.49 4925429.34 594862.87 4925492.65 594855.22 4925495.08 594841.89 4925538.07 594825.99 4925583.56 594784.51 4925641.39 594768.61 4925686.88 594763.23 4925707.13 594756.46 4925823.88 594760.8 4925874.75 594777.77 4925930.88 594792.42 4925971.74 594814.8 4926005.09 594862.54 4926041.34 594880.21 4926049.22 594951.06 4926068.03 595062.07 4926120.44 595094.76 4926143.78 595184.79 4926241.61 595242.61 4926283.1 595340.93 4926335.33 595386.02 4926379.17 595511.83 4926462.28 595705.51 4926594.64 595848.1 4926746.58 595913.32 4926803.41 595993.79 4926860.47 596091.36 4926963.49 596146.8 4926994.78 596244.37 4927097.8 596254.31 4927113.19 596279.3 4927141.5 596311.62 4927190.23 596393.92 4927295.57 596424.07 4927318.87 596578.59 4927349.06 596641.6 4927382.99 596704.36 4927434.71 596762.44 4927458.41 597002.87 4927520.32 597103.98 4927554.81 597164.97 4927553.16 597305.17 4927519.63 597310.36 4927512.082591577.45 4922331.43592397.31 4925212.67591631.75 4922331.43 591623.65 4922364.34 591625.16 4922435.49 591642.16 4922489.08 591681.92 4922550.62 591766.87 4922648.39 591771.58 4922673.86 591778.24 4922740.0 591790.35 4922780.82 591792.27 4922824.03 591801.65 4922877.51 591864.81 4923076.57 591899.52 4923135.5 591926.1 4923229.88 591984.95 4923375.53 592002.25 4923408.8 592006.89 4923439.35 592036.19 4923521.06 592045.76 4923561.85 592065.27 4923618.02 592077.04 4923681.69 592089.23 4923717.43 592151.8 4923781.85 592247.65 4923828.96 592305.4 4923875.52 592354.9 4923965.15 592397.31 4924019.11 592396.72 4924059.75 592342.57 4924114.85 592263.29 4924151.8 592219.49 4924194.35 592203.84 4924222.07 592205.46 4924285.6 592220.22 4924318.84 592219.6 4924362.01 592209.25 4924374.56 592176.09 4924384.24 592074.28 4924398.01 592023.08 4924425.21 591992.01 4924465.4 591984.17 4924480.53 591981.16 4924513.51 591977.66 4924579.51 591987.3 4924615.21 591990.47 4924747.35 591999.89 4924798.29 591994.3 4924833.78 591957.71 4924904.37 591949.61 4924937.28 591944.46 4924942.29 591936.36 4924975.19 591890.09 4925012.63 591818.5 4925044.61 591777.31 4925082.12 591761.67 4925109.83 591738.0 4925165.38 591717.28 4925193.02 591671.27 4925212.67 591577.45 4925201.152594415.01 4921483.02595855.03 4924825.73594438.35 4921483.02 594415.01 4921690.99 594422.15 4921724.12 594447.11 4921754.96 594520.28 4921789.05 594550.39 4921814.88 594560.29 4921832.81 594569.97 4921865.97 594604.75 4921919.82 594614.18 4921970.77 594612.11 4922112.99 594632.06 4922138.68 594702.7 4922172.73 594722.65 4922198.42 594766.41 4922333.69 594839.22 4922393.17 594998.52 4922619.03 595160.92 4922806.82 595181.12 4922814.73 595238.58 4922881.61 595266.22 4922902.34 595308.55 4922961.38 595313.45 4922974.15 595375.36 4923084.28 595380.18 4923102.13 595420.08 4923153.51 595482.83 4923205.23 595552.84 4923282.45 595599.88 4923366.96 595651.71 4923471.87 595653.62 4923515.08 595693.63 4923558.84 595698.53 4923571.61 595705.63 4923607.28 595705.37 4923800.34 595717.45 4923843.7 595726.61 4923912.42 595723.3 4923965.72 595696.8 4924041.54 595686.42 4924056.63 595675.11 4924135.22 595701.8 4924221.97 595716.08 4924288.23 595716.93 4924405.09 595724.44 4924412.82 595726.83 4924423.02 595766.18 4924512.5 595790.47 4924589.06 595812.77 4924627.48 595842.74 4924663.48 595855.03 4924691.6 595854.59 4924722.08 595849.43 4924727.09 595843.91 4924757.49 595838.69 4924767.57 595838.58 4924775.19 595830.88 4924780.16 595828.01 4924802.98 595820.06 4924825.732595765.47 4924825.73597310.36 4927512.08595820.06 4924825.73 595819.36 4924873.99 595818.48 4924934.94 595810.45 4924962.77 595802.76 4924967.74 595792.05 4925005.68 595779.06 4925025.82 595776.19 4925048.64 595765.47 4925086.59 595766.65 4925180.59 595790.1 4925315.57 595829.7 4925387.27 595841.67 4925438.25 595840.38 4925527.14 595862.79 4925557.95 595905.6 4925583.97 595922.72 4925629.94 595936.78 4925711.44 595971.89 4925742.43 596002.22 4925753.03 596032.25 4925783.95 596042.05 4925809.49 596051.39 4925865.52 596052.61 4925956.98 596064.42 4926018.12 596076.75 4926043.7 596119.49 4926074.8 596159.94 4926088.09 596192.7 4926106.35 596212.69 4926129.5 596212.24 4926159.98 596191.59 4926182.54 596190.23 4926276.51 596130.2 4926387.41 596126.22 4926486.43 596143.23 4926540.02 596192.73 4926629.65 596207.49 4926662.88 596224.39 4926724.09 596241.58 4926764.99 596274.19 4926793.4 596311.92 4926819.35 596382.73 4926840.7 596402.83 4926856.24 596480.35 4926941.19 596520.1 4927002.73 596585.21 4927067.18 596590.07 4927082.49 596587.09 4927112.93 596576.67 4927130.56 596583.89 4927158.61 596616.39 4927194.65 596666.82 4927220.78 596770.65 4927242.61 596864.47 4927254.13 596907.54 4927262.37 596993.23 4927309.34 597088.56 4927392.01 597111.34 4927397.42 597139.35 4927392.75 597190.15 4927393.49 597222.87 4927414.28 597310.36 4927512.082598821.35 4921242.39599448.03 4922866.43598866.99 4921242.39 598856.06 4921295.58 598854.77 4921384.47 598844.31 4921404.64 598838.13 4921480.76 598824.7 4921531.37 598821.35 4921587.21 598831.06 4921617.83 598872.99 4921704.81 598882.89 4921722.73 598904.9 4921781.48 598909.39 4921822.19 598908.25 4921900.92 598902.95 4921916.09 598897.5 4921941.41 598884.21 4921981.86 598876.52 4921986.83 598878.91 4921997.03 598868.61 4922007.04 598860.65 4922029.79 598831.98 4922080.18 598831.39 4922120.81 598846.11 4922156.59 598890.8 4922228.36 598895.55 4922251.29 598902.39 4922304.74 598924.77 4922338.09 598977.41 4922387.12 599071.08 4922408.8 599186.99 4922473.98 599305.7 4922521.43 599348.43 4922552.53 599368.23 4922588.38 599375.45 4922616.43 599378.5 4922756.19 599392.97 4922809.74 599412.73 4922848.14 599448.03 4922866.432592771.51 4920986.37593409.19 4924337.65592771.51 4920986.37 592822.23 4920992.19 592880.2 4921023.51 592907.59 4921062.01 592919.73 4921100.29 592918.52 4921184.1 592889.25 4921275.13 592878.98 4921282.6 592877.22 4921404.51 592909.28 4921646.3 592972.07 4921870.75 592988.01 4921998.0 593004.53 4922084.61 593021.61 4922133.12 593081.64 4922197.5 593091.55 4922215.42 593091.25 4922235.74 593121.1 4922279.36 593181.28 4922333.57 593206.24 4922364.42 593215.77 4922407.74 593220.59 4922600.87 593235.06 4922654.43 593252.36 4922687.7 593337.49 4922772.77 593389.8 4922844.65 593402.09 4922872.77 593409.19 4922908.44 593400.32 4922994.68 593382.03 4923029.98 593373.31 4923106.06 593347.36 4923143.79 593295.9 4923188.77 593237.6 4923180.3 593204.76 4923167.12 593164.13 4923166.54 593100.3 4923188.47 593061.73 4923220.94 593038.13 4923271.4 593032.58 4923304.34 593027.64 4923469.39 593035.0 4923487.28 593035.7 4923614.3 593050.5 4923645.0 593117.93 4923724.73 593163.06 4923766.02 593198.28 4923789.4 593238.29 4923833.16 593245.36 4923871.37 593243.19 4924021.21 593255.19 4924069.65 593323.91 4924235.77 593328.36 4924279.01 593342.75 4924337.652591502.95 4924337.65593601.84 4925712.05593342.75 4924337.65 593360.16 4924363.3 593437.97 4924427.94 593447.84 4924448.4 593476.88 4924547.9 593470.4 4924644.33 593492.7 4924682.76 593532.53 4924739.22 593554.1 4924828.45 593555.9 4924879.28 593569.89 4924965.85 593601.84 4925039.98 593590.57 4925116.03 593577.14 4925166.64 593520.35 4925229.32 593512.47 4925246.99 593502.2 4925254.46 593499.22 4925284.9 593470.21 4925358.15 593447.02 4925380.67 593377.75 4925427.93 593296.04 4925457.23 593252.53 4925479.46 593201.07 4925524.44 593183.07 4925539.42 593152.04 4925577.08 593123.52 4925617.31 592955.23 4925660.59 592891.11 4925702.85 592860.56 4925707.49 592726.03 4925700.46 592649.65 4925712.05 592472.28 4925681.54 592384.05 4925634.53 592353.54 4925636.63 592233.54 4925678.07 592195.45 4925677.52 592160.11 4925661.77 592105.12 4925600.01 592075.38 4925548.77 592040.04 4925533.01 592009.05 4925568.13 591971.14 4925554.88 591918.39 4925513.47 591900.51 4925520.83 591877.32 4925543.36 591846.95 4925535.3 591821.92 4925509.53 591753.86 4925472.98 591665.41 4925441.21 591632.84 4925410.26 591627.94 4925397.49 591618.37 4925356.7 591598.24 4925343.71 591527.42 4925322.36 591505.01 4925291.55 591502.95 4925258.52594438.35 4920881.51594577.04 4921483.02594475.01 4920881.51 594479.76 4920904.44 594504.46 4920953.07 594516.6 4920991.35 594518.37 4921044.72 594563.31 4921098.72 594575.46 4921137.0 594577.04 4921203.07 594558.86 4921230.74 594517.56 4921275.87 594484.17 4921300.79 594466.06 4921323.39 594468.38 4921338.66 594458.15 4921343.6 594451.82 4921429.87 594438.35 4921483.022589540.67 4920434.02589681.49 4920532.59589540.67 4920434.02 589565.7 4920459.79 589608.32 4920498.51 589658.71 4920527.18 589681.49 4920532.592599441.56 4920333.68599485.25 4920474.03599441.56 4920333.68 599442.96 4920412.45 599450.25 4920435.42 599485.25 4920474.032597969.17 4919990.78599440.52 4923559.81598041.76 4919990.78 598030.61 4920059.2 598045.22 4920102.6 598048.87 4920201.72 598080.89 4920270.77 598090.42 4920314.1 598104.48 4920395.59 598103.78 4920443.84 598093.25 4920469.09 598084.6 4920540.1 598066.27 4920577.94 598054.86 4920664.14 598058.69 4920750.56 598080.67 4920811.85 598071.54 4920915.87 598083.94 4920936.37 598090.68 4920997.43 598082.8 4921015.1 598077.09 4921058.2 598053.65 4921098.51 598048.24 4921121.29 598060.38 4921159.57 598072.68 4921187.69 598179.68 4921341.66 598189.54 4921362.13 598199.22 4921395.29 598198.19 4921466.4 598184.24 4921552.57 598140.47 4921592.58 598142.76 4921610.39 598174.89 4921671.83 598184.42 4921715.15 598183.69 4921765.94 598162.93 4921796.13 598098.4 4921866.32 598077.38 4921914.28 598069.07 4921962.42 598068.48 4922003.06 598078.19 4922033.68 598102.93 4922079.77 598110.29 4922097.66 598106.98 4922150.95 598078.41 4922193.72 598077.64 4922247.06 598067.0 4922279.93 598059.31 4922284.9 598056.26 4922320.42 598009.84 4922368.01 597998.32 4922461.83 597990.52 4922474.42 597990.33 4922487.12 597979.92 4922504.75 597969.17 4922545.24 597973.14 4922621.5 597980.61 4922631.77 598012.67 4922698.29 598042.71 4922729.2 598128.95 4922738.08 598166.42 4922781.8 598213.5 4922863.77 598248.68 4922889.69 598311.96 4922905.85 598367.68 4922916.81 598377.62 4922932.2 598379.24 4922995.73 598447.67 4923006.88 598475.13 4923040.31 598490.29 4923045.61 598553.67 4923054.15 598624.31 4923088.19 598735.69 4923115.21 598805.84 4923182.27 598823.03 4923223.17 598853.32 4923236.31 598909.2 4923237.12 598959.11 4923298.81 598989.4 4923311.95 599055.29 4923323.07 599168.66 4923388.22 599249.04 4923450.35 599298.99 4923509.5 599331.64 4923535.37 599377.17 4923548.73 599420.35 4923549.36 599440.52 4923559.812599136.51 4918772.08599510.95 4918876.57599136.51 4918772.08 599364.05 4918846.5 599510.95 4918876.572594475.01 4918375.31595015.24 4920881.51594546.9 4918375.31 594570.2 4918520.44 594566.85 4918926.83 594571.49 4918957.38 594562.1 4919079.18 594556.62 4919107.04 594550.8 4919157.77 594534.39 4919238.82 594526.88 4919406.37 594527.28 4919553.71 594596.33 4919696.96 594617.42 4919819.2 594663.73 4919954.51 594673.08 4920010.53 594670.06 4920043.51 594659.16 4920094.16 594655.7 4920157.61 594663.06 4920175.5 594665.27 4920198.4 594679.99 4920234.17 594687.32 4920254.6 594707.16 4920287.91 594717.06 4920305.84 594749.49 4920346.95 594787.36 4920362.74 594962.53 4920370.36 594997.87 4920386.12 595015.24 4920414.31 595014.02 4920498.12 594969.52 4920588.93 594951.49 4920606.45 594943.68 4920619.04 594869.11 4920681.46 594797.52 4920713.45 594653.56 4920830.75 594607.66 4920842.79 594538.94 4920851.96 594475.01 4920881.512597025.91 4917987.77598041.76 4919990.78597077.55 4917987.77 597061.03 4918076.44 597047.85 4918109.27 597045.24 4918114.31 597037.25 4918139.6 597032.1 4918144.6 597026.61 4918172.47 597025.91 4918220.72 597033.16 4918246.23 597100.08 4918361.51 597109.94 4918381.98 597105.38 4918521.63 597150.14 4918588.32 597169.72 4918639.41 597172.15 4918647.07 597174.61 4918652.18 597193.79 4918731.21 597192.91 4918792.16 597184.92 4918817.45 597181.61 4918870.75 597198.87 4918906.56 597238.69 4918963.03 597299.06 4919004.55 597366.23 4919102.05 597370.13 4919183.4 597364.87 4919196.02 597361.37 4919262.02 597376.43 4919274.94 597419.35 4919293.34 597454.53 4919319.25 597530.54 4919333.06 597545.45 4919356.13 597547.66 4919379.03 597609.27 4919509.48 597631.91 4919525.05 597707.51 4919566.79 597734.9 4919605.29 597739.76 4919620.6 597829.71 4919723.51 597869.43 4919787.6 597934.87 4919829.19 597967.23 4919875.38 597977.09 4919895.85 598001.86 4919939.39 598006.68 4919957.25 598041.76 4919990.782595823.25 4917160.29596772.01 4920108.52596772.01 4917160.29 596735.35 4917235.97 596712.05 4917266.11 596701.56 4917288.82 596642.01 4917366.71 596628.91 4917394.46 596618.56 4917407.01 596618.45 4917414.63 596595.08 4917449.86 596576.34 4917515.63 596568.21 4917551.08 596571.52 4917673.06 596576.45 4917683.29 596578.55 4917713.8 596605.64 4917772.62 596632.92 4917818.74 596701.78 4917974.7 596708.33 4918048.46 596699.65 4918122.0 596689.23 4918139.63 596681.06 4918177.62 596678.48 4918180.12 596665.05 4918230.73 596654.7 4918243.28 596646.75 4918266.03 596638.99 4918276.08 596633.5 4918303.94 596623.16 4918316.49 596615.25 4918336.7 596579.03 4918381.9 596409.05 4918542.02 596309.48 4918576.14 596265.75 4918613.61 596216.84 4918658.62 596137.74 4918682.88 596061.73 4918669.07 596023.78 4918658.36 595891.46 4918674.23 595878.54 4918689.28 595865.21 4918732.27 595831.72 4918764.81 595823.91 4918777.4 595823.25 4918823.11 595857.92 4918884.58 595877.65 4918925.51 595879.93 4918943.33 595921.42 4919060.78 595943.72 4919099.21 595945.64 4919142.42 595935.33 4919152.43 595858.51 4919194.51 595847.91 4919224.83 595867.64 4919265.77 595882.14 4919316.78 595884.94 4919474.32 595892.45 4919482.05 595912.14 4919525.52 595924.14 4919573.96 595931.68 4919579.15 595951.41 4919620.08 596034.01 4919705.1 596041.41 4919720.45 596040.78 4919763.63 595989.36 4919806.07 595978.43 4919859.25 595988.15 4919889.88 596015.31 4919943.62 596022.34 4919984.36 596018.7 4920060.52 596000.22 4920108.522595531.76 4920108.52596484.38 4923942.9596000.22 4920108.52 595963.89 4920161.34 595895.9 4920294.99 595826.19 4920372.72 595769.69 4920415.09 595697.58 4920482.63 595663.98 4920522.79 595583.18 4920663.87 595572.4 4920706.9 595564.67 4920714.41 595561.83 4920734.69 595546.23 4920759.87 595543.39 4920780.15 595532.94 4920800.32 595531.76 4920881.59 595541.7 4920896.98 595626.76 4920987.12 595639.13 4921010.16 595648.85 4921040.78 595650.91 4921073.84 595685.25 4921158.16 595747.75 4921227.66 595780.32 4921258.61 595946.25 4921377.87 595988.65 4921431.83 596010.96 4921470.26 596020.64 4921503.42 596016.33 4921625.29 596071.43 4921679.44 596096.35 4921712.82 596118.36 4921771.57 596122.96 4921804.66 596135.15 4921840.4 596153.15 4922000.7 596174.9 4922077.22 596191.2 4922179.07 596207.88 4922255.52 596230.26 4922288.87 596267.8 4922327.51 596310.5 4922361.16 596370.68 4922415.37 596443.56 4922469.78 596463.36 4922505.63 596478.08 4922541.4 596484.38 4922632.95 596480.99 4922691.32 596455.19 4922718.89 596329.38 4922811.06 596295.88 4922843.6 596272.51 4922878.82 596254.14 4922919.2 596246.19 4922941.95 596247.55 4923023.25 596254.95 4923038.6 596342.74 4923116.08 596350.1 4923133.97 596349.29 4923189.85 596331.11 4923217.53 596284.55 4923275.28 596273.83 4923313.23 596273.21 4923356.4 596288.08 4923382.02 596330.78 4923415.66 596348.15 4923443.86 596351.98 4923530.28 596347.6 4923657.23 596339.76 4923672.36 596265.33 4923724.63 596254.69 4923757.5 596243.13 4923853.86 596252.0 4923942.92589567.43 4916851.82591789.93 4918412.35591789.93 4916851.82 591733.29 4916904.34 591715.1 4916932.02 591635.41 4916996.92 591573.98 4917029.05 591523.0 4917041.01 591390.24 4917087.35 591318.02 4917162.51 591202.48 4917247.21 591099.56 4917337.16 591073.47 4917385.05 591060.58 4917397.57 591060.4 4917410.26 591042.47 4917420.17 591042.25 4917435.4 590959.36 4917545.97 590946.55 4917553.41 590912.98 4917591.03 590889.94 4917603.39 590846.47 4917623.09 590718.93 4917659.34 590634.57 4917696.22 590557.49 4917756.07 590418.62 4917873.45 590387.92 4917888.25 590349.82 4917887.7 590311.99 4917869.37 590264.17 4917838.19 590208.48 4917824.68 590160.37 4917813.82 590089.19 4917817.87 590030.37 4917844.96 589991.76 4917879.97 589965.92 4917910.07 589965.55 4917935.47 589949.98 4917958.11 589941.77 4917998.63 589923.59 4918026.31 589874.52 4918081.49 589860.9 4918144.8 589858.33 4918147.3 589831.53 4918243.44 589823.58 4918266.19 589779.82 4918306.2 589741.43 4918325.96 589697.92 4918348.2 589631.11 4918400.57 589567.43 4918412.352597104.1 4916835.79598168.94 4919990.78597104.1 4916857.73 597220.45 4916892.44 597276.36 4916890.71 597319.68 4916881.18 597395.72 4916892.44 597436.69 4916870.17 597480.31 4916840.32 597518.48 4916835.79 597566.55 4916849.19 597606.89 4916870.1 597704.87 4916945.19 597807.46 4917053.37 597829.87 4917084.17 597869.48 4917155.88 597886.89 4917181.53 597974.45 4917274.25 597998.45 4917371.13 598023.37 4917404.51 598125.99 4917510.15 598135.93 4917525.54 598145.5 4917566.32 598136.74 4917644.94 598134.05 4917655.06 598131.29 4917670.27 598126.14 4917675.27 598112.88 4917713.18 598079.28 4917753.34 598028.08 4917780.54 598015.16 4917795.6 598016.93 4917848.97 598029.04 4917889.79 598046.37 4917920.52 598154.03 4918028.77 598168.94 4918051.85 598162.94 4918115.27 598128.86 4918188.45 598115.79 4918213.66 598119.99 4918274.69 598134.41 4918330.78 598133.35 4918404.43 598125.06 4918450.04 598123.89 4918531.31 598133.53 4918567.01 598129.33 4918681.27 598124.18 4918686.27 598116.01 4918724.26 598100.22 4918762.13 598079.42 4918794.85 598035.66 4918834.86 598014.79 4918872.67 598006.8 4918897.95 598003.67 4918938.55 597995.83 4918953.68 597992.59 4919001.9 597991.3 4919090.79 597998.7 4919106.14 598002.9 4919167.17 597993.69 4919276.26 598003.26 4919317.05 598015.63 4919340.09 598030.24 4919383.49 598034.26 4919457.21 598100.8 4919597.89 598127.34 4919694.81 598126.24 4919771.0 598115.38 4919819.11 598104.89 4919841.82 598096.46 4919897.58 598083.17 4919938.03 598041.76 4919990.782591935.47 4916099.47592921.44 4918943.72591935.47 4916099.47 592005.63 4916166.53 592132.65 4916341.11 592205.2 4916418.37 592270.72 4916454.89 592393.8 4916550.66 592439.08 4916581.8 592556.49 4916718.14 592566.43 4916733.52 592591.13 4916782.15 592600.85 4916812.77 592622.93 4916866.44 592655.5 4916897.39 592685.72 4916915.61 592786.28 4916988.2 592828.76 4917037.08 592863.03 4917126.48 592865.05 4917162.08 592854.67 4917177.17 592782.71 4917234.55 592784.37 4917295.54 592824.3 4917344.39 592878.82 4917439.17 592879.99 4917533.17 592834.39 4917700.17 592820.47 4917783.8 592803.76 4917885.17 592790.36 4917933.24 592782.3 4917963.6 592781.42 4918024.56 592825.33 4918149.67 592887.13 4918267.42 592916.72 4918328.81 592921.44 4918354.28 592915.77 4918394.84 592882.05 4918442.62 592822.9 4918492.57 592810.2 4918492.38 592784.55 4918509.79 592745.97 4918542.26 592730.26 4918575.05 592719.95 4918585.07 592714.61 4918602.77 592691.05 4918650.69 592685.68 4918670.94 592646.81 4918723.72 592608.31 4918751.11 592582.77 4918760.9 592508.38 4918810.62 592454.2 4918868.26 592453.94 4918886.04 592425.49 4918921.19 592402.3 4918943.722592200.44 4918943.72594438.35 4921483.02592402.3 4918943.72 592391.7 4918974.05 592381.39 4918984.06 592370.97 4919001.69 592360.45 4919026.94 592352.64 4919039.53 592313.26 4919127.87 592274.72 4919157.79 592208.21 4919189.85 592200.44 4919199.9 592202.39 4919240.57 592209.61 4919268.62 592272.07 4919340.65 592274.2 4919368.63 592286.46 4919399.29 592293.27 4919455.27 592305.34 4919498.63 592320.14 4919529.33 592367.33 4919603.68 592386.87 4919657.31 592396.29 4919708.25 592453.38 4919800.53 592495.67 4919862.11 592535.09 4919946.51 592581.73 4920058.96 592611.58 4920102.58 592684.28 4920169.68 592718.69 4920248.93 592803.83 4920333.99 592800.96 4920356.81 592790.61 4920369.36 592795.21 4920402.45 592825.03 4920448.61 592846.89 4920517.51 592904.86 4920548.84 593019.04 4920558.11 593087.28 4920581.96 593102.37 4920592.34 593130.16 4920602.91 593234.22 4920609.5 593246.7 4920624.92 593328.48 4920765.82 593347.73 4920839.77 593404.31 4920967.6 593502.03 4921060.47 593673.41 4921154.4 593811.8 4921245.32 593889.98 4921284.55 593956.05 4921282.97 593992.2 4921242.85 594012.67 4921232.99 594032.87 4921240.9 594055.33 4921269.17 594091.91 4921373.85 594124.3 4921417.51 594156.84 4921451.0 594204.73 4921477.1 594438.35 4921483.022597932.97 4915443.8599531.42 4917464.48598399.81 4915443.8 598376.36 4915484.1 598349.86 4915559.93 598339.37 4915582.64 598334.0 4915602.88 598323.69 4915612.89 598320.89 4915630.64 598310.48 4915648.27 598291.89 4915703.88 598283.53 4915754.57 598277.31 4915833.23 598269.58 4915840.74 598269.44 4915850.89 598261.67 4915860.94 598256.11 4915893.89 598240.25 4915936.84 598237.56 4915946.96 598224.38 4915979.79 598196.08 4916004.79 598173.11 4916012.08 598086.76 4916010.82 598066.22 4916025.77 598055.62 4916056.1 598052.45 4916099.24 597946.56 4916219.63 597935.92 4916252.5 597932.97 4916280.4 597972.5 4916357.18 597997.39 4916393.11 597997.02 4916418.51 597956.01 4916443.31 597955.76 4916461.09 597973.28 4916479.13 598028.89 4916497.72 598203.99 4916510.42 598226.63 4916525.99 598238.96 4916551.57 598248.71 4916579.65 598250.0 4916666.04 598254.93 4916676.27 598271.97 4916727.32 598287.03 4916740.24 598306.64 4916788.79 598458.66 4916991.68 598482.81 4917078.4 598482.36 4917108.88 598492.38 4917119.18 598492.19 4917131.88 598516.93 4917177.96 598546.74 4917224.12 598559.0 4917254.78 598578.32 4917323.65 598588.15 4917346.65 598608.32 4917357.11 598773.14 4917377.28 598780.87 4917369.77 598834.43 4917355.3 598959.98 4917280.92 599031.57 4917248.93 599072.32 4917241.9 599181.42 4917251.1 599229.45 4917267.04 599269.68 4917295.57 599340.02 4917349.93 599488.65 4917435.92 599531.42 4917464.482589677.72 4915016.84591902.9 4915836.65591902.9 4915016.84 591891.57 4915097.97 591862.75 4915158.51 591842.17 4915176.0 591795.57 4915236.29 591721.07 4915293.63 591582.89 4915362.76 591551.9 4915397.87 591533.61 4915433.17 591528.01 4915468.66 591504.53 4915511.5 591465.92 4915546.5 591387.08 4915552.98 591361.5 4915565.31 591263.92 4915637.57 591240.84 4915652.47 591200.17 4915654.42 591119.08 4915640.55 591015.58 4915595.86 590997.94 4915585.44 590861.87 4915509.8 590818.87 4915496.48 590752.8 4915498.06 590699.1 4915522.69 590629.94 4915562.33 590513.7 4915695.28 590459.3 4915768.16 590410.68 4915792.85 590331.65 4915812.03 590277.95 4915836.65 590166.23 4915832.49 590064.79 4915820.86 589948.52 4915781.07 589801.32 4915771.32 589680.19 4915716.22 589677.72 4915711.12598606.05 4914777.47599572.91 4915197.89599572.91 4914777.47 599544.72 4914794.85 599485.57 4914844.79 599459.99 4914857.12 599459.84 4914867.28 599408.6 4914897.02 599322.29 4914893.23 599175.46 4914858.08 598980.12 4914840.01 598858.22 4914838.24 598792.37 4914824.58 598756.77 4914826.61 598713.23 4914851.38 598671.93 4914896.51 598664.02 4914916.71 598640.76 4914944.32 598632.62 4914979.77 598622.2 4914997.4 598606.05 4915060.67 598609.14 4915197.892590368.57 4913935.46590554.45 4914141.07590554.45 4913935.46 590503.25 4913962.66 590464.61 4914000.2 590446.46 4914025.34 590446.2 4914043.12 590430.59 4914068.3 590381.6 4914118.39 590368.57 4914141.072593835.8 4913983.03595683.8 4917101.17593835.8 4913983.03 593868.04 4914036.84 593932.97 4914113.99 593942.8 4914137.0 593989.91 4914216.43 594007.13 4914254.78 594072.39 4914309.07 594124.7 4914380.96 594187.64 4914419.97 594230.15 4914466.32 594242.37 4914499.52 594251.94 4914540.3 594271.78 4914573.61 594304.28 4914609.65 594357.1 4914645.98 594422.36 4914700.27 594454.64 4914751.54 594451.51 4914792.14 594327.76 4914917.36 594317.16 4914947.69 594347.2 4914978.61 594399.91 4915022.56 594537.57 4915164.27 594562.19 4915217.97 594602.09 4915269.35 594705.19 4915341.98 594783.3 4915386.29 594826.29 4915399.62 594891.81 4915436.13 594924.75 4915441.69 595104.96 4915451.92 595325.03 4915516.08 595393.42 4915529.77 595461.11 4915591.72 595494.02 4915599.82 595531.78 4915623.23 595599.32 4915695.33 595621.89 4915715.98 595620.41 4915817.57 595630.13 4915848.2 595632.05 4915891.41 595646.66 4915934.81 595683.8 4916001.39 595682.62 4916082.66 595653.91 4916135.59 595607.27 4916198.42 595602.01 4916211.05 595589.13 4916223.56 595575.99 4916253.86 595544.88 4916296.59 595516.58 4916321.58 595472.96 4916351.43 595462.47 4916374.14 595455.95 4916473.12 595448.23 4916480.63 595440.27 4916503.37 595293.3 4916653.66 595255.06 4916663.27 595133.0 4916671.66 594974.69 4916727.79 594855.14 4916738.76 594804.38 4916735.48 594685.42 4916705.81 594593.95 4916707.03 594545.51 4916719.03 594509.74 4916733.75 594447.9 4916793.82 594434.79 4916821.57 594430.78 4916923.13 594445.32 4916971.6 594449.7 4917019.93 594445.98 4917101.172593674.85 4917101.17594475.01 4920881.51594445.98 4917101.17 594437.74 4917144.23 594419.44 4917179.53 594413.85 4917215.01 594372.29 4917277.92 594341.41 4917305.41 594277.44 4917337.51 594203.38 4917364.38 594187.59 4917402.25 594179.12 4917460.56 594155.68 4917500.86 594111.73 4917553.57 594093.47 4917586.33 594080.63 4917596.3 594062.26 4917636.68 594049.19 4917661.89 594033.37 4917702.31 593994.05 4917785.57 593942.52 4917835.63 593929.46 4917860.84 593925.44 4917962.39 593909.25 4918028.21 593875.53 4918075.98 593787.89 4918163.62 593777.29 4918193.95 593759.14 4918219.09 593727.53 4918297.38 593724.47 4918332.9 593713.36 4918398.79 593701.83 4918492.61 593674.85 4918776.73 593684.09 4918840.37 593713.39 4918922.08 593775.01 4919052.53 593786.27 4919151.76 593778.17 4919184.67 593815.38 4919246.18 593816.74 4919327.48 593828.49 4919393.7 593825.17 4919447.0 593809.53 4919474.71 593808.72 4919530.59 593815.82 4919566.26 593840.08 4919645.36 593879.35 4919739.92 593881.6 4919760.27 593883.07 4919833.96 593872.73 4919846.51 593871.62 4919922.7 593881.56 4919938.09 593903.5 4920001.91 593913.03 4920045.24 593909.68 4920101.07 593899.04 4920133.94 593890.73 4920182.09 593888.99 4920301.46 593898.16 4920370.18 593922.19 4920464.51 593956.57 4920546.3 594003.94 4920607.95 594036.04 4920671.93 594073.4 4920723.27 594123.5 4920772.26 594168.84 4920798.32 594234.91 4920796.74 594273.27 4920779.52 594306.65 4920754.6 594350.05 4920739.99 594393.15 4920745.69 594425.83 4920769.03 594440.63 4920799.72 594445.45 4920817.58 594467.46 4920876.32 594475.01 4920881.512597715.85 4914046.21598193.99 4914451.53598193.99 4914046.21 598165.2 4914104.22 598111.09 4914156.78 598082.9 4914174.15 597942.7 4914207.68 597932.28 4914225.31 597931.58 4914273.57 597898.09 4914306.11 597841.59 4914348.47 597818.25 4914381.16 597799.88 4914421.53 597766.43 4914451.53 597715.85 4914435.562596695.54 4914024.48597715.85 4914435.56597715.85 4914435.56 597622.03 4914424.04 597335.59 4914381.78 597274.82 4914368.2 597206.65 4914339.27 597116.03 4914282.07 597068.51 4914230.57 597055.85 4914227.85 596964.49 4914221.44 596926.62 4914205.65 596863.75 4914161.56 596838.87 4914125.63 596720.5 4914055.33 596695.54 4914024.482599460.04 4921162.08599474.21 4921235.95599460.04 4921162.08 599461.84 4921212.91 599466.77 4921223.14 599474.21 4921235.952599460.04 4921114.08599478.51 4921162.08599478.51 4921114.08 599470.86 4921116.51 599460.04 4921162.082589465.3 4925808.14589518.38 4925826.69589465.3 4925808.14 589498.06 4925826.4 589518.38 4925826.692589474.98 4925315.47589523.02 4925826.69589474.98 4925315.47 589479.99 4925320.62 589511.57 4925420.15 589523.02 4925506.69 589516.61 4925773.32 589518.38 4925826.692 diff --git a/core/src/test/resources/org/mapfish/print/attribute/datasource/requestData.json b/core/src/test/resources/org/mapfish/print/attribute/datasource/requestData.json index 81170fe532..5cdb9bf08d 100644 --- a/core/src/test/resources/org/mapfish/print/attribute/datasource/requestData.json +++ b/core/src/test/resources/org/mapfish/print/attribute/datasource/requestData.json @@ -19,4 +19,4 @@ "name": "name2", "count": 2 }] -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/attribute/string/requestData.json b/core/src/test/resources/org/mapfish/print/attribute/string/requestData.json index 5a7cb71938..ba56179263 100644 --- a/core/src/test/resources/org/mapfish/print/attribute/string/requestData.json +++ b/core/src/test/resources/org/mapfish/print/attribute/string/requestData.json @@ -5,4 +5,4 @@ "field1": "a loooooooooooooooooooong text", "field2": "a short text" } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/attribute/string/requestDataError.json b/core/src/test/resources/org/mapfish/print/attribute/string/requestDataError.json index e46f1f1463..1e342fe173 100644 --- a/core/src/test/resources/org/mapfish/print/attribute/string/requestDataError.json +++ b/core/src/test/resources/org/mapfish/print/attribute/string/requestDataError.json @@ -5,4 +5,4 @@ "field1": "a loooooooooooooooooooong text", "field2": "a loooooooooooooooooooong text" } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/attribute/stringarray/requestData.json b/core/src/test/resources/org/mapfish/print/attribute/stringarray/requestData.json index dd69bd007a..3da23be586 100644 --- a/core/src/test/resources/org/mapfish/print/attribute/stringarray/requestData.json +++ b/core/src/test/resources/org/mapfish/print/attribute/stringarray/requestData.json @@ -17,4 +17,4 @@ ] } } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/cli/streams.json b/core/src/test/resources/org/mapfish/print/cli/streams.json index c3ccfc2ec8..6a9d755763 100644 --- a/core/src/test/resources/org/mapfish/print/cli/streams.json +++ b/core/src/test/resources/org/mapfish/print/cli/streams.json @@ -1 +1 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","id":"streams.1","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535530151281454E7,5538965.326740315],[-1.153555857654714E7,5538979.6119631175],[-1.153558700190292E7,5538993.897120591],[-1.1535608319755822E7,5539018.890658407],[-1.153562962771936E7,5539040.302691109],[-1.1535675795042211E7,5539086.711814707],[-1.1535697087507512E7,5539136.66232918],[-1.1535697026295805E7,5539222.264014335],[-1.1535675642338514E7,5539286.453749215],[-1.1535675615239568E7,5539325.694848532],[-1.1535671987388123E7,5539421.996722086],[-1.1535693285238378E7,5539454.111783107],[-1.1535782094956575E7,5539536.227849283],[-1.1535782061138527E7,5539582.590897244]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.2","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535782061138527E7,5539582.590897244],[-1.1535764232172767E7,5539646.787060577],[-1.1535749939101033E7,5539743.081185466],[-1.1535728538474577E7,5539835.815314621],[-1.1535689382834157E7,5539907.126068551],[-1.1535639567609154E7,5539971.304720833],[-1.1535639529272528E7,5540021.237577095],[-1.1535728332997622E7,5540114.048269627],[-1.1535735417904038E7,5540139.029423949],[-1.1535731793930829E7,5540231.772134127],[-1.1535696177164702E7,5540317.360655972],[-1.1535625013928767E7,5540406.494186175],[-1.153559654664301E7,5540427.87062202],[-1.1535575185495852E7,5540467.093834427],[-1.153558580205205E7,5540527.758270654],[-1.1535614216074942E7,5540570.588756409],[-1.1535656846750136E7,5540606.284436695],[-1.1535671038413825E7,5540649.114090132],[-1.153569944668642E7,5540684.808876407],[-1.1535692292487582E7,5540752.577893593]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.3","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535532341418555E7,5540698.945282857],[-1.1535575002403421E7,5540706.1127004465],[-1.153568162885073E7,5540749.012761549],[-1.1535692292487582E7,5540752.577893593]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.4","geometry":{"type":"MultiLineString","coordinates":[[[-1.153841209465136E7,5540722.192903068],[-1.1538380101765191E7,5540729.3047492895],[-1.1538280560457539E7,5540722.121126103],[-1.1538049516203916E7,5540604.283754761],[-1.1537974855120819E7,5540611.374099396],[-1.1537878841895934E7,5540657.707491016],[-1.1537818394326814E7,5540675.511833099],[-1.1537747285965068E7,5540668.331441184],[-1.15376762033423E7,5540646.89322094],[-1.1537629994985908E7,5540611.189468962],[-1.1537573108957533E7,5540621.859320458],[-1.1537448679888034E7,5540614.645549661],[-1.15373918347563E7,5540561.106540248],[-1.1537370517435664E7,5540525.423382678],[-1.153728163400376E7,5540532.495579064],[-1.1537182049940867E7,5540593.089455507],[-1.1537089594106738E7,5540617.995974879],[-1.1537039841300178E7,5540603.693796272],[-1.153701496639858E7,5540571.574287599],[-1.1536936770813376E7,5540539.420315951],[-1.153686217646998E7,5540443.048209941],[-1.1536787522339685E7,5540443.007101462],[-1.153672709686501E7,5540421.557715689],[-1.1536531562895784E7,5540424.996103085],[-1.1536414152581051E7,5540546.202881865],[-1.1536382151708614E7,5540560.457253429],[-1.1536346595256591E7,5540560.422378621],[-1.153631817431744E7,5540535.433557415],[-1.1536314622161234E7,5540517.59066952],[-1.1536247078757387E7,5540517.552111754],[-1.1536225741339365E7,5540535.370266297],[-1.1536218559516273E7,5540620.977741665],[-1.1536172320979573E7,5540663.760530644],[-1.1536133158248184E7,5540727.943570556],[-1.1536086947797142E7,5540727.911199832],[-1.153601586206757E7,5540699.323859711],[-1.1535923421023376E7,5540692.107394053],[-1.15358629767492E7,5540702.776949389],[-1.153570648920993E7,5540777.568314772],[-1.1535695833249928E7,5540766.853306828],[-1.1535692292487582E7,5540752.577893593]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.5","geometry":{"type":"MultiLineString","coordinates":[[[-1.153636187739889E7,5533902.492902474],[-1.1536337006247744E7,5533916.730073056],[-1.1536255230310455E7,5534002.231624411],[-1.1536205469351195E7,5534034.284735497],[-1.153613084669362E7,5534069.878545615],[-1.1535967383967932E7,5534116.106472461],[-1.1535906961958898E7,5534148.147517918],[-1.1535871401011065E7,5534190.895811183],[-1.1535857166063445E7,5534226.535258092],[-1.1535864225001443E7,5534287.14045183],[-1.1535892596141033E7,5534354.898695218],[-1.1535910361828616E7,5534369.178795512],[-1.1535938733556975E7,5534436.9375092955],[-1.1535952903334E7,5534493.985762737],[-1.1535952867253095E7,5534543.888923681],[-1.1535935049929032E7,5534608.050457538],[-1.1535878159243356E7,5534672.1867608875],[-1.1535746638826413E7,5534757.639747454],[-1.1535615135290181E7,5534811.014850216],[-1.153552984835446E7,5534828.7810558705]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.6","geometry":{"type":"MultiLineString","coordinates":[[[-1.1538242211156717E7,5531857.612471566],[-1.153818176933445E7,5531964.502080304],[-1.153818174273328E7,5532017.970318099],[-1.1538242103385987E7,5532057.19828609],[-1.1538327339073373E7,5532085.750952836],[-1.1538362844478074E7,5532110.715473729],[-1.153837705479782E7,5532128.549197422],[-1.153837703481405E7,5532174.875163082],[-1.1538327285123892E7,5532196.239761389],[-1.1537982728406424E7,5532231.720592338],[-1.1537911676874166E7,5532270.889878659],[-1.1537847698643E7,5532349.261720043],[-1.1537794351046711E7,5532459.724729936],[-1.1537769439737413E7,5532548.823310873],[-1.1537755197384119E7,5532623.658198171],[-1.1537740975355875E7,5532637.919786472],[-1.1537705463612625E7,5532637.891030503],[-1.1537687709227089E7,5532627.196179155],[-1.153767707564433E7,5532563.035247469],[-1.1537638026654081E7,5532527.369669458],[-1.1537542119171519E7,5532530.869015906],[-1.1537456860016022E7,5532545.084616283],[-1.1537343201548444E7,5532534.321900581],[-1.1537233065103624E7,5532559.20827062],[-1.1537080287573207E7,5532626.847323974],[-1.1537009227881702E7,5532651.751737546],[-1.1536923945857828E7,5532705.161419095],[-1.1536913268846473E7,5532726.540608905],[-1.1536899040313162E7,5532762.176129089],[-1.1536906106358489E7,5532837.030600972],[-1.1536923810140675E7,5532919.024857483],[-1.1536927304571232E7,5533015.266883581],[-1.1536913077678654E7,5533033.0786445765],[-1.153689877512717E7,5533197.040819526],[-1.1536923545999635E7,5533353.896981525],[-1.1536927026530383E7,5533450.1433253065],[-1.1536909237553542E7,5533492.908637971],[-1.153687724642034E7,5533524.965815377],[-1.1536834609026723E7,5533542.766754934],[-1.1536784874465974E7,5533535.604860979],[-1.153660728176886E7,5533492.714511456],[-1.1536550442466335E7,5533499.805342846],[-1.1536490019794064E7,5533538.978470588],[-1.153647935137189E7,5533563.924416952],[-1.15364686323458E7,5533642.3336469615],[-1.153647925154673E7,5533713.64780143],[-1.153646855602689E7,5533767.101803808],[-1.1536447214653108E7,5533806.299011545],[-1.1536369004064472E7,5533881.108238548],[-1.153636187739889E7,5533902.492902474]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.7","geometry":{"type":"MultiLineString","coordinates":[[[-1.1538793257712746E7,5530628.340398937],[-1.153879324296665E7,5530649.724485328],[-1.1538750605564455E7,5530692.463339557],[-1.153873639488737E7,5530717.401903004],[-1.1538743458020305E7,5530795.816419447],[-1.1538747016663712E7,5530806.497338537],[-1.153875410060625E7,5530835.014982437],[-1.1538789589317106E7,5530899.179791762],[-1.1538786030025734E7,5530909.869673125],[-1.1538821529040197E7,5530959.778322118],[-1.1538846363495428E7,5531002.551227697],[-1.1538846367717672E7,5531016.808091396],[-1.1538860556276238E7,5531045.317177001],[-1.153887120426984E7,5531077.402335395],[-1.1538896036849026E7,5531123.739863298],[-1.1538899593373183E7,5531137.985316029],[-1.1538917331647275E7,5531170.075370753],[-1.1539009643921472E7,5531252.073458939],[-1.1539119715698695E7,5531316.275487987],[-1.1539254633891802E7,5531433.929623901],[-1.153930079388779E7,5531483.846187583],[-1.153933273698299E7,5531547.997202152],[-1.1539329142421104E7,5531637.10485388],[-1.1539311379994659E7,5531683.43135426],[-1.1539279398704002E7,5531701.232990297],[-1.1539130218782837E7,5531722.56500801],[-1.1539073368867291E7,5531765.300921648],[-1.1539041374527404E7,5531843.698330324],[-1.1538995206343442E7,5531847.246049488],[-1.153895969537848E7,5531829.4136547595],[-1.1538874438083265E7,5531832.947967648],[-1.15388247031416E7,5531857.865237008],[-1.1538764312436454E7,5531900.611601525],[-1.1538707478016105E7,5531897.021172011],[-1.1538671972467154E7,5531872.058576806],[-1.1538650678721825E7,5531843.541565701],[-1.153865069591385E7,5531779.394720179],[-1.1538672043145442E7,5531711.685244811],[-1.1538721803587265E7,5531629.738433115],[-1.1538721824497296E7,5531579.836772199],[-1.1538693424442379E7,5531554.880139843],[-1.1538608197546512E7,5531519.203912255],[-1.1538505193748744E7,5531526.286531223],[-1.153843413073102E7,5531572.585550633],[-1.1538363070681667E7,5531633.128010452],[-1.1538355961843597E7,5531658.073764011],[-1.153825997725838E7,5531832.674329884],[-1.1538242211156717E7,5531857.612471566]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.8","geometry":{"type":"MultiLineString","coordinates":[[[-1.154327856155597E7,5529563.652139329],[-1.1543275016380247E7,5529602.8516549105],[-1.1543257265386349E7,5529642.048493707],[-1.1543235967811566E7,5529656.299058458],[-1.154315783961606E7,5529770.335261575],[-1.1543125886564728E7,5529852.294514431],[-1.1543111689407874E7,5529941.371770229],[-1.1543108150605509E7,5530012.633166443],[-1.1543093948890558E7,5530119.545161559],[-1.1543061999502605E7,5530240.696162936],[-1.1543026484635815E7,5530294.146871684],[-1.1543005172598137E7,5530301.283849335],[-1.1542969656196728E7,5530297.725734386],[-1.1542937696783528E7,5530272.770868372],[-1.1542905742432354E7,5530226.446667267],[-1.1542891533544293E7,5530176.562820509],[-1.1542838263650997E7,5530098.172947909],[-1.1542763692472324E7,5530101.732243494],[-1.154259323160911E7,5530190.825990347],[-1.1542458279189592E7,5530201.507760728],[-1.1542397905311754E7,5530233.579194304],[-1.1542316226105219E7,5530247.838418665],[-1.1542270058866749E7,5530368.997812929],[-1.1542262955283573E7,5530415.313052136],[-1.1542220340853918E7,5530483.02946522],[-1.1542170624411495E7,5530500.8337156335],[-1.1542081834352072E7,5530486.57681565],[-1.1542039221268592E7,5530461.628790987],[-1.1541978847625442E7,5530401.048854877],[-1.1541964651446482E7,5530368.982558337],[-1.1541946898978246E7,5530351.156782774],[-1.1541922040084418E7,5530301.267131269],[-1.1541875872668844E7,5530247.806281343],[-1.1541858116602551E7,5530240.686238495],[-1.1541801301083611E7,5530247.807846891],[-1.1541765784086209E7,5530286.9979358055],[-1.1541662788725363E7,5530425.967620417],[-1.1541605951747816E7,5530486.5335646765],[-1.1541531374084834E7,5530497.224809035],[-1.1541439043376883E7,5530458.012480042],[-1.1541353822776003E7,5530404.546545337],[-1.154119759101943E7,5530265.544102787],[-1.1541140779050404E7,5530197.833800552],[-1.1541101718470862E7,5530180.01147113],[-1.1541041352755295E7,5530183.562858679],[-1.1540956106162269E7,5530229.868912204],[-1.1540856676314585E7,5530222.737656888],[-1.15407430521201E7,5530190.637489119],[-1.1540672012158917E7,5530204.872658401],[-1.1540604523600943E7,5530304.642870148],[-1.1540579654764485E7,5530318.88614928],[-1.1540448264052205E7,5530329.554140044],[-1.154022451703607E7,5530415.014039435],[-1.1540157026317911E7,5530429.247386814],[-1.1540061143107945E7,5530429.22302253],[-1.1539951082889648E7,5530350.797036401],[-1.1539890719998522E7,5530322.265433607],[-1.1539787758085012E7,5530233.1506636655],[-1.1539752257980272E7,5530204.63301157],[-1.153966703212151E7,5530204.610783907],[-1.1539599540024308E7,5530222.403531739],[-1.153953561212519E7,5530265.145530141],[-1.1539496525094282E7,5530318.580044157],[-1.1539471656209014E7,5530375.587644946],[-1.153942543758101E7,5530518.117405887],[-1.1539393426556552E7,5530635.695638381],[-1.1539372102914289E7,5530678.450760119],[-1.1539350785563577E7,5530710.527910929],[-1.1539283296317091E7,5530739.011604272],[-1.153916609894899E7,5530738.964055118],[-1.1539080889319187E7,5530706.859798275],[-1.1539041835657064E7,5530660.515182709],[-1.1539020550841033E7,5530599.926527468],[-1.153898506130565E7,5530557.148808721],[-1.1538931789292574E7,5530549.998857778],[-1.1538896264116514E7,5530560.680651061],[-1.1538835870436369E7,5530621.227614736],[-1.1538793257712746E7,5530628.340398937]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.9","geometry":{"type":"MultiLineString","coordinates":[[[-1.1544346717606857E7,5526036.614677108],[-1.1544350266090898E7,5526057.988589757],[-1.1544407077181298E7,5526122.086044691],[-1.1544407100305725E7,5526196.881159272],[-1.1544368070325136E7,5526289.499986714],[-1.154435744156281E7,5526374.996897534],[-1.1544346789417995E7,5526396.370540712],[-1.1544343251332292E7,5526421.3073988855],[-1.1544307770515017E7,5526506.803557612],[-1.1544282915957509E7,5526542.42614049],[-1.1544215514469953E7,5526731.220040973],[-1.1544197773578852E7,5526766.8441017205],[-1.154419422029921E7,5526798.906800318],[-1.1544180029219236E7,5526838.093991559],[-1.1544155188251233E7,5526863.029931528],[-1.1544084191215256E7,5526895.100373341],[-1.154398479315926E7,5526902.242885862],[-1.1543924446871419E7,5526930.750812928],[-1.1543906703135094E7,5526977.06294057],[-1.1543910278999222E7,5527112.431026983],[-1.1543935139157452E7,5527172.986113454],[-1.1543967108587278E7,5527286.969702384],[-1.154396712376454E7,5527397.4020979805],[-1.154395293159677E7,5527429.46583286],[-1.1543938726645673E7,5527450.840981205],[-1.154384999171888E7,5527539.915224406],[-1.1543818053433714E7,5527618.294413213],[-1.154380384835494E7,5527636.106892094],[-1.1543700924394218E7,5527896.187843118],[-1.1543633486876689E7,5528081.4555577915],[-1.1543587339571519E7,5528170.525513759],[-1.1543534093097383E7,5528238.216164681],[-1.1543413386591006E7,5528334.428471441],[-1.1543225221561767E7,5528437.753354804],[-1.1543150670387212E7,5528544.649047937],[-1.1543097419444375E7,5528672.915626762],[-1.1543097419072533E7,5528740.604443138],[-1.1543118720553553E7,5528765.538207877],[-1.1543186185177363E7,5528797.608330116],[-1.1543232358082537E7,5528897.363999217],[-1.1543235904953532E7,5528918.744963528],[-1.1543250106292643E7,5528936.550705024],[-1.1543260768147489E7,5528965.060186204],[-1.154326787761515E7,5529071.950543305],[-1.1543243030601334E7,5529153.90545739],[-1.1543161368299277E7,5529275.048051118],[-1.1543129413726196E7,5529307.113182154],[-1.1543129411772259E7,5529381.94780325],[-1.1543211089161089E7,5529471.0124705],[-1.1543260814176071E7,5529513.771963935],[-1.154327856436367E7,5529549.397636253],[-1.154327856155597E7,5529563.652139329]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.10","geometry":{"type":"MultiLineString","coordinates":[[[-1.154493941407347E7,5525673.179721169],[-1.1544911014459135E7,5525698.114409041],[-1.154459513609483E7,5525776.557937283],[-1.1544499299077034E7,5525812.188999363],[-1.1544421236381982E7,5525890.567281811],[-1.1544360908218969E7,5525976.057093709],[-1.1544350256039644E7,5526004.554337007],[-1.1544346717606857E7,5526036.614677108]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.11","geometry":{"type":"MultiLineString","coordinates":[[[-1.1545574699228108E7,5525462.842659199],[-1.1545390136262385E7,5525494.953270239],[-1.1545265919703161E7,5525527.058744533],[-1.1545113317891784E7,5525594.770152824],[-1.1545013934597101E7,5525644.668547017],[-1.154493941407347E7,5525673.179721169]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.12","geometry":{"type":"MultiLineString","coordinates":[[[-1.154648643585443E7,5524418.996684705],[-1.1546440329524308E7,5524472.429612959],[-1.1546380030438192E7,5524565.057578535],[-1.1546323295388872E7,5524668.356994915],[-1.1546206281847436E7,5524949.743434589],[-1.1546167271646041E7,5525013.8767177295],[-1.1545989879350713E7,5525213.3805736555],[-1.1545869239246506E7,5525316.718995446],[-1.1545826658359129E7,5525345.21920377],[-1.154580537489338E7,5525363.045413507],[-1.1545688263933785E7,5525427.185929773],[-1.1545574699228108E7,5525462.842659199]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.13","geometry":{"type":"MultiLineString","coordinates":[[[-1.1542916699880388E7,5542375.138357409],[-1.1543112283549342E7,5542396.542602943],[-1.1543176291061113E7,5542432.21574976],[-1.1543208292564994E7,5542460.758085581],[-1.1543233183312569E7,5542542.828753207],[-1.1543258085631207E7,5542574.938544144],[-1.1543279426688282E7,5542628.473773805],[-1.1543279423762958E7,5542642.734511492],[-1.1543290091708079E7,5542649.874275621],[-1.154329365126641E7,5542699.837244184],[-1.1543304319512434E7,5542706.962990668],[-1.1543304324384158E7,5542814.011733072],[-1.1543247429198902E7,5542956.751438279],[-1.1543222549243852E7,5543131.606482741]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.14","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540007987045983E7,5542196.3035730915],[-1.1539904850112604E7,5542249.7991996715],[-1.153970924671296E7,5542303.251571912],[-1.1539698578559533E7,5542324.656513296],[-1.153970210636085E7,5542417.427917487],[-1.1539709208237622E7,5542435.275251471],[-1.153970563527401E7,5542485.233745371],[-1.153963804565491E7,5542581.545617285],[-1.1539627363001471E7,5542602.950884585],[-1.153963089385021E7,5542667.175371186],[-1.1539705548695454E7,5542742.136520925],[-1.1539751739377024E7,5542838.492814649],[-1.1539876167007988E7,5542974.13997812],[-1.1539925938773442E7,5543009.843693139],[-1.153998637637688E7,5543077.659275509],[-1.154000770981831E7,5543113.346466285],[-1.1540004138656782E7,5543138.326439199]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.15","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540345830296071E7,5542028.7038684795],[-1.1540303155501889E7,5542053.673921346],[-1.1540253367949003E7,5542078.639893838],[-1.1540086250891266E7,5542078.588212791]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.16","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540865172700934E7,5541122.598437291],[-1.1540858057669425E7,5541158.276203563],[-1.154080825062505E7,5541265.296111007],[-1.154074423943591E7,5541329.505759103],[-1.1540687332405148E7,5541407.977740752],[-1.1540637550731223E7,5541457.921889056],[-1.1540665957124643E7,5541597.07044331],[-1.1540655288435942E7,5541625.611487957],[-1.154057348520756E7,5541732.619316766],[-1.1540548578555373E7,5541786.131658121],[-1.1540527220348641E7,5541853.91958772],[-1.1540448988536654E7,5541871.748442844],[-1.1540438320731359E7,5541896.721677235]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.17","geometry":{"type":"MultiLineString","coordinates":[[[-1.1546582186271897E7,5540658.210971161],[-1.1546596447921582E7,5540729.554557318],[-1.1546614233905941E7,5540775.921707353],[-1.1546614250541631E7,5540793.761922192],[-1.1546628477714E7,5540818.721801082],[-1.1546688977258017E7,5540961.406470106],[-1.154670680226602E7,5541072.000837669],[-1.1546699707791507E7,5541093.410874134],[-1.1546664166930327E7,5541121.961635194],[-1.1546621513741354E7,5541150.527449844],[-1.1546625076261196E7,5541193.3306677565],[-1.1546642874889892E7,5541225.441688839],[-1.154663222703832E7,5541264.679428507],[-1.1546593127527565E7,5541282.54042352],[-1.1546511340175636E7,5541289.716452844],[-1.154651142418688E7,5541493.078573183],[-1.1546482995236302E7,5541535.902006145],[-1.154647234142153E7,5541539.471930466],[-1.1546429668070158E7,5541539.491507893],[-1.15463692138246E7,5541535.944756954],[-1.1546358564622805E7,5541578.765825418],[-1.154637636540284E7,5541628.706276308],[-1.1546443973957714E7,5541735.720570762],[-1.154644753149904E7,5541746.425220696],[-1.1546454646365328E7,5541764.252129932],[-1.1546468890669571E7,5541807.071133926],[-1.1546465357024284E7,5541871.289107134],[-1.154641558943722E7,5541917.699311033],[-1.1546412072007995E7,5542003.329048789],[-1.1546383637958627E7,5542021.175136901],[-1.1546195168187005E7,5542021.252454573],[-1.1546177403228745E7,5542046.233813161],[-1.1546159640567904E7,5542096.194706087],[-1.1546163234015165E7,5542188.962361272],[-1.1546177479187332E7,5542246.043986932],[-1.1546170404108655E7,5542345.965443253],[-1.1546159752291093E7,5542381.652785965],[-1.1546109981534293E7,5542438.755679643],[-1.1546010431243654E7,5542470.910462788],[-1.154594643290921E7,5542524.445436024],[-1.1545900231032738E7,5542592.2681225855],[-1.1545900248099955E7,5542635.078750245],[-1.154587892688194E7,5542695.748689705],[-1.1545854046185987E7,5542717.176969453],[-1.1545811367190994E7,5542710.042017159],[-1.1545761574191839E7,5542692.229124755],[-1.1545679788030183E7,5542702.9534471715],[-1.154563356794803E7,5542735.088255574],[-1.154561580042583E7,5542770.776690666],[-1.1545612274300504E7,5542835.001180424],[-1.1545626501320459E7,5542852.844634449],[-1.154563005957309E7,5542892.08729319],[-1.154562653339555E7,5542959.895520507],[-1.154558744170613E7,5543066.963024261],[-1.1545583899906386E7,5543088.362605501],[-1.1545573230362317E7,5543106.207383496]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.18","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540332501658995E7,5538693.215966135],[-1.1540371571661536E7,5538810.939998798],[-1.1540378657234665E7,5538857.303381484],[-1.1540467464653794E7,5539096.30148414],[-1.1540499448909055E7,5539146.246823858],[-1.1540527865491252E7,5539221.161916328],[-1.1540591819756662E7,5539353.14625633],[-1.1540616682482628E7,5539428.060956898],[-1.1540623791147137E7,5539431.632013342],[-1.154062379612217E7,5539449.469432798],[-1.1540634458250334E7,5539456.609742624],[-1.154067351728748E7,5539667.069962637],[-1.1540673501146743E7,5539727.704298789],[-1.1540645001262851E7,5539952.43516965],[-1.1540659212129543E7,5540002.375619405],[-1.15406663176727E7,5540013.082191972],[-1.1540676967598265E7,5540102.265941901],[-1.1540662735942505E7,5540177.181118353],[-1.1540584483380154E7,5540319.851932518],[-1.1540538254548674E7,5540359.073887446],[-1.1540463593087755E7,5540373.334236803],[-1.154032494642022E7,5540383.991838678],[-1.1540282269225413E7,5540401.82160685],[-1.1540264485659212E7,5540437.490223468],[-1.1540260916696124E7,5540487.438145736],[-1.154024312357925E7,5540565.907601841],[-1.1540207545295719E7,5540630.110014141],[-1.1540125769682076E7,5540669.339567297],[-1.1540019099522304E7,5540690.714341161],[-1.1539734678399667E7,5540697.7521858625],[-1.1539660023098666E7,5540672.759055533],[-1.1539596025196256E7,5540687.005220802],[-1.153952135320548E7,5540711.947973004],[-1.1539446705581756E7,5540697.657033591],[-1.1539386251222922E7,5540708.335875241],[-1.1539347133765219E7,5540736.854095535],[-1.1539258249244357E7,5540743.959862229],[-1.1539251109610524E7,5540829.572395869],[-1.15392190886037E7,5540879.503033018],[-1.1539179964908313E7,5540915.1710834745],[-1.1539087498339381E7,5540979.347301505],[-1.1539059058208814E7,5540990.046229367],[-1.1538991502088642E7,5540982.877722685],[-1.1538934620980477E7,5540965.012113812],[-1.1538827980892362E7,5540915.027033074],[-1.1538724888995916E7,5540897.141599321],[-1.1538589790008673E7,5540886.381548291],[-1.1538554245011045E7,5540868.529442452],[-1.1538540035026267E7,5540850.679034918],[-1.1538529377393862E7,5540818.559205584],[-1.1538493858999899E7,5540765.041601181],[-1.1538458308645215E7,5540736.485350139],[-1.153841209465136E7,5540722.192903068]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.19","geometry":{"type":"MultiLineString","coordinates":[[[-1.1546154739540441E7,5538468.189261681],[-1.1546165425047612E7,5538532.382321553],[-1.1546165445857465E7,5538596.576928569],[-1.1546112157711621E7,5538682.208692808],[-1.154611573140466E7,5538728.567984838],[-1.1546147744541313E7,5538767.790247649],[-1.1546229516143227E7,5538821.2618938675],[-1.1546240199180571E7,5538856.933351825],[-1.1546247312669665E7,5538885.456552505],[-1.1546265089985754E7,5538903.290862888],[-1.1546297104788283E7,5538946.080647272],[-1.1546311329552302E7,5538981.73783431],[-1.154629357054119E7,5539003.143958475],[-1.1546297129383508E7,5539035.249351312],[-1.1546346922422307E7,5539092.29279617],[-1.1546346939020038E7,5539113.6970850555],[-1.1546314961088166E7,5539152.956130249],[-1.1546254543254666E7,5539206.473946334],[-1.1546176363562683E7,5539270.709997525],[-1.1546098164199056E7,5539288.583111082],[-1.1546044870561488E7,5539363.504467751],[-1.154602355737193E7,5539413.450906429],[-1.1546012925514594E7,5539481.220270157],[-1.154602714974227E7,5539516.89401527],[-1.154607694245173E7,5539563.253415865],[-1.1546144481435709E7,5539577.488750404],[-1.1546272475539483E7,5539591.703130195],[-1.154630803243337E7,5539620.225303713],[-1.1546311607193166E7,5539666.603311912],[-1.1546286723306537E7,5539698.714329764],[-1.154619431722144E7,5539755.820332253],[-1.154619078098106E7,5539805.767419201],[-1.1546226374069361E7,5539905.643859756],[-1.1546251280787554E7,5539944.871616339],[-1.15463010845591E7,5540055.436588514],[-1.1546425572525688E7,5540180.236465865],[-1.1546510934763039E7,5540283.6629013745],[-1.1546539401348589E7,5540337.16231204],[-1.1546521665758096E7,5540440.618708805],[-1.1546525245046528E7,5540508.394073453],[-1.1546550175719371E7,5540597.574677081],[-1.1546582186271897E7,5540658.210971161]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.20","geometry":{"type":"MultiLineString","coordinates":[[[-1.1539369520323189E7,5537894.00364275],[-1.1539344520476187E7,5538207.847231272],[-1.153932316911099E7,5538264.90501464],[-1.1539191580211485E7,5538485.988898209],[-1.1539163143505218E7,5538503.805473625],[-1.1539060044310639E7,5538535.867929429],[-1.1538988945314601E7,5538578.638833187],[-1.1538882268434046E7,5538682.025843387],[-1.1538868031316916E7,5538706.985840326],[-1.153884314076639E7,5538735.505761583],[-1.1538800454077099E7,5538813.953769967],[-1.1538779091682186E7,5538899.5518624],[-1.1538718624383526E7,5538963.733034462],[-1.1538690187832264E7,5538977.981765169],[-1.1538626213359222E7,5538974.382404902],[-1.1538373829472056E7,5538977.832939253],[-1.1538263639014283E7,5538956.373576443],[-1.1538075249312647E7,5538974.119884577],[-1.1537972155543927E7,5538970.498780599],[-1.1537886845308308E7,5538974.025628045],[-1.1537861942359295E7,5539013.245373084],[-1.1537858372487808E7,5539048.915317263],[-1.1537829931949899E7,5539048.892144014],[-1.1537730427719822E7,5539002.46407356],[-1.1537481575848814E7,5539048.70001863],[-1.153739983207865E7,5539037.956288076],[-1.1537335874709142E7,5538998.675063269],[-1.1537271916107904E7,5538945.13847016],[-1.1537190178397175E7,5538912.98947528],[-1.1536948456193263E7,5538937.7992696185],[-1.1536884482666845E7,5538934.201697857],[-1.1536845393874729E7,5538916.329562267],[-1.1536738789373377E7,5538866.331669809],[-1.1536539753266146E7,5538819.825933828],[-1.1536443782642722E7,5538819.761772127],[-1.1536401105746016E7,5538851.839186621],[-1.153628373179399E7,5538955.187749378],[-1.1536216164866092E7,5539005.07656605],[-1.1536145049456226E7,5539033.557821733],[-1.1536056172418809E7,5539047.765644491],[-1.1536020610678462E7,5539072.700644294],[-1.1535995713964155E7,5539097.646439605],[-1.1535938821670257E7,5539108.304181188],[-1.1535924593299193E7,5539129.707553522],[-1.1535928049572572E7,5539254.539401412],[-1.1535878191703705E7,5539379.346375086],[-1.1535871043445505E7,5539443.552587629],[-1.1535870962497087E7,5539536.291804986],[-1.153583183940927E7,5539564.791124853],[-1.1535782061138527E7,5539582.590897244]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.21","geometry":{"type":"MultiLineString","coordinates":[[[-1.1545688902321601E7,5537865.600598029],[-1.1545703121720454E7,5537879.867299306],[-1.1545728037373187E7,5537965.457525231],[-1.1545749367030209E7,5537986.843683542],[-1.1545795563997218E7,5537979.692781982],[-1.1545841758235952E7,5537936.886725775],[-1.1545880860283706E7,5537940.436797655],[-1.1545895081645144E7,5537972.523782057],[-1.15459057624312E7,5538008.19230438],[-1.1545941312355008E7,5538040.277814352],[-1.1546005300374107E7,5538068.779898045],[-1.1546015980454465E7,5538090.180861857],[-1.1546016017362231E7,5538190.0424031485],[-1.1546008909633586E7,5538211.444980499],[-1.1546012482128602E7,5538254.248954253],[-1.1546026703798126E7,5538279.20279326],[-1.1546030259882692E7,5538293.4705818165],[-1.1546040940175734E7,5538311.290967784],[-1.1546044495973442E7,5538321.991760363],[-1.1546058716962054E7,5538339.825679292],[-1.154607295354398E7,5538371.914018473],[-1.1546108507877698E7,5538428.969714684],[-1.1546154739540441E7,5538468.189261681]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.22","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547000120762346E7,5537248.103660023],[-1.154699663019472E7,5537358.657160902],[-1.1546914969323859E7,5537551.276094442],[-1.1546914991300823E7,5537594.07737225],[-1.154692921580147E7,5537626.161577493],[-1.1546925700585367E7,5537686.798074415],[-1.1546911484849192E7,5537701.0679561775],[-1.1546886603936372E7,5537708.206193276],[-1.1546836876101105E7,5537758.165148492],[-1.1546829817126531E7,5537882.992584882],[-1.154679784461933E7,5537915.1003664695],[-1.154676942212235E7,5537922.253314467],[-1.15467480999745E7,5537957.925904653],[-1.15467303627203E7,5538007.866104956],[-1.1546709054789862E7,5538047.106085412],[-1.1546652200280134E7,5538093.485773764],[-1.1546588234364549E7,5538132.746502268],[-1.1546577592530942E7,5538189.820021297],[-1.1546527859347813E7,5538232.645808808],[-1.1546417677153436E7,5538257.658397774],[-1.154637859132753E7,5538282.632842188],[-1.1546335967923803E7,5538336.144173753],[-1.1546318217514656E7,5538418.189009686],[-1.1546289796224885E7,5538450.296380042],[-1.1546154739540441E7,5538468.189261681]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.23","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540777160396352E7,5537056.3591323905],[-1.1540933527852293E7,5537045.69195207],[-1.1540993948276255E7,5537052.825129904],[-1.1541025921007408E7,5537088.49109139],[-1.154105079744905E7,5537127.734640668],[-1.1541064987242034E7,5537220.443905254],[-1.1541079202634389E7,5537256.116480973],[-1.1541111156633373E7,5537398.768230859],[-1.154112182598933E7,5537416.606532848],[-1.1541143124298306E7,5537512.888500592],[-1.1541175102161821E7,5537573.522975616],[-1.1541214192646444E7,5537627.0273997],[-1.15412532698985E7,5537712.618830175],[-1.1541263918525437E7,5537780.378591206],[-1.1541278146294111E7,5537791.085400698],[-1.1541281682466626E7,5537833.888676838],[-1.1541292339091783E7,5537883.815091889],[-1.1541285228632769E7,5537951.582657548],[-1.1541292316923855E7,5538033.610189928],[-1.1541334963453881E7,5538090.671232437],[-1.1541345618532702E7,5538112.077334314],[-1.1541377607286768E7,5538154.880363526],[-1.1541466452433564E7,5538247.616724013],[-1.1541516205114253E7,5538283.293034181],[-1.1541565961042056E7,5538311.835200064],[-1.1541626383366767E7,5538336.800364216],[-1.1541715248522308E7,5538351.089206848],[-1.154188940775969E7,5538351.098284918],[-1.1541935607850555E7,5538386.7714260705],[-1.1541953384759728E7,5538418.867440259],[-1.154203512060961E7,5538493.776860829],[-1.1542099104575671E7,5538547.27765696],[-1.1542248379958168E7,5538686.390026934],[-1.1542248386965783E7,5538707.793217501],[-1.1542276819989633E7,5538729.191493831],[-1.1542308807288101E7,5538796.964586644],[-1.154230880239374E7,5538900.400377701],[-1.1542294578791479E7,5538911.097509544],[-1.1542283912678387E7,5538957.4685643045],[-1.1542248359724227E7,5539050.2066614665],[-1.1542248352930136E7,5539157.212628097],[-1.1542255473709084E7,5539167.917217678],[-1.1542269680681445E7,5539253.524709659],[-1.1542291013299052E7,5539292.75907994],[-1.1542319440768555E7,5539381.925662517],[-1.1542333658272682E7,5539392.632518031],[-1.1542337212753423E7,5539439.010605034],[-1.1542383425103102E7,5539638.7634045705],[-1.1542379855226014E7,5539685.140250242],[-1.154233719520296E7,5539760.045866946],[-1.1542347856293682E7,5539820.684420497],[-1.1542376303606194E7,5539852.788086188],[-1.1542411852404393E7,5539870.623299547],[-1.154242606525746E7,5539899.168718155],[-1.154241184644985E7,5539934.840858195],[-1.1542415395073341E7,5540002.613602683],[-1.1542440275560087E7,5540120.327530133],[-1.1542440271680001E7,5540223.792276067],[-1.1542422503304755E7,5540284.425174058],[-1.154241894177184E7,5540348.644512536]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.24","geometry":{"type":"MultiLineString","coordinates":[[[-1.154241894177184E7,5540348.644512536],[-1.1542465152862241E7,5540387.890727762],[-1.1542586038800808E7,5540455.67403909],[-1.1542610914562255E7,5540455.667068753],[-1.1542689133180818E7,5540527.018896742],[-1.1542689135125674E7,5540569.833705955],[-1.1542703353125948E7,5540587.663152002],[-1.1542792240284525E7,5540609.067100359],[-1.1542977113957351E7,5540705.393364053],[-1.1543044663208265E7,5540748.197487996],[-1.1543165543487044E7,5540819.543647279],[-1.1543179773548657E7,5540851.645077637],[-1.154317977125018E7,5540923.005637452],[-1.1543250892957209E7,5541030.021585949],[-1.1543257998426685E7,5541058.567789921],[-1.1543311333582828E7,5541140.617888903],[-1.1543396672939109E7,5541154.894342281],[-1.1543524670881875E7,5541165.581888867],[-1.1543602892022867E7,5541219.090581954],[-1.1543602912721775E7,5541336.826857104],[-1.1543595795486083E7,5541365.371141258],[-1.1543599353940435E7,5541429.585892709],[-1.1543627799857622E7,5541443.849987502],[-1.154367402671427E7,5541454.548930443],[-1.1543702471992018E7,5541472.3951242305],[-1.1543752261030404E7,5541533.036160269],[-1.1543802041692851E7,5541561.576556342],[-1.154387672464851E7,5541622.221530282],[-1.1543887388857037E7,5541650.7556235595],[-1.1543915839272195E7,5541736.386145935],[-1.154393007419911E7,5541761.366988326],[-1.1543947854204727E7,5541768.492295619],[-1.1544050958403952E7,5541747.068151009],[-1.1544100754259042E7,5541782.744567433],[-1.1544104321182357E7,5541918.330503526],[-1.1544161227811169E7,5541978.973241407],[-1.1544335475390973E7,5542071.717050356],[-1.1544392385913791E7,5542118.085369807],[-1.1544442168498551E7,5542182.30936104],[-1.1544445736857714E7,5542203.721104797],[-1.1544470630186994E7,5542217.983487922],[-1.1544470628592353E7,5542235.826213729],[-1.1544619990585715E7,5542314.2906690845],[-1.1544723136209462E7,5542378.504487873],[-1.1544787148504417E7,5542442.715298303],[-1.1544844062776096E7,5542506.925994122],[-1.1545053905858785E7,5542631.767767031],[-1.1545100139665848E7,5542681.71684796],[-1.154512504880694E7,5542724.528331994],[-1.1545142844812004E7,5542781.6148822885],[-1.1545178410319995E7,5542813.720306769],[-1.1545249542291189E7,5542838.674337498],[-1.154530289142623E7,5542867.210758723],[-1.154540247779628E7,5542934.975451383],[-1.1545416718829622E7,5542974.232668986],[-1.1545420276028685E7,5542999.200498755],[-1.1545459414221007E7,5543042.012381552],[-1.1545505652161414E7,5543084.82392176],[-1.1545573230362317E7,5543106.207383496]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.25","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549437970781801E7,5536979.161668782],[-1.1549402454305768E7,5537007.724816354],[-1.154936342507124E7,5537096.907472091],[-1.1549292400519397E7,5537175.405430607],[-1.1549178733439524E7,5537250.3839112865],[-1.1549093491043817E7,5537336.035180856],[-1.1549072199316436E7,5537385.978114362],[-1.1549050927559134E7,5537450.174313197],[-1.154901542290346E7,5537514.404743706],[-1.1548962156179408E7,5537571.495481729],[-1.1548951501247946E7,5537592.900512572],[-1.1548955122022476E7,5537685.622065711],[-1.1548919607074086E7,5537728.452748621],[-1.1548827232917814E7,5537774.873378012],[-1.1548781054651877E7,5537821.260982153],[-1.1548766886180729E7,5537878.336974055],[-1.1548674490136875E7,5537910.502993337],[-1.1548631859789655E7,5537942.621495858],[-1.1548571509721696E7,5538046.085625972],[-1.1548500464330569E7,5538106.764420619],[-1.154841873962471E7,5538167.446594168],[-1.1548411690417254E7,5538260.191865391],[-1.1548390385329368E7,5538288.735846793],[-1.1548354859477583E7,5538313.717733347],[-1.1548308697088594E7,5538381.522263647],[-1.154824829117663E7,5538420.780760141],[-1.1548187881061912E7,5538449.35173913],[-1.1548099031056518E7,5538477.94549261],[-1.1548063523215326E7,5538520.762575775],[-1.1548067089238923E7,5538556.432830409],[-1.1548081313686462E7,5538570.6829121895],[-1.1548074226677325E7,5538599.222601429],[-1.1548031614857951E7,5538663.445427609],[-1.154799254755219E7,5538741.950083642],[-1.1547971267076794E7,5538813.287525356],[-1.1547974877107803E7,5538902.454343567],[-1.1547992684812097E7,5538963.093084456],[-1.1548021159641381E7,5539027.268166464],[-1.1548035393272793E7,5539070.071798982],[-1.1548028333006535E7,5539141.407513367],[-1.1548017695610724E7,5539187.78693729],[-1.154800703220946E7,5539194.924979871],[-1.1547964442782605E7,5539298.393470519],[-1.1547932474425219E7,5539348.34741071],[-1.1547900505715543E7,5539398.30150396],[-1.154788631206519E7,5539444.68309586],[-1.1547836587097513E7,5539519.629478886],[-1.154780460824789E7,5539537.476387122],[-1.1547712186305033E7,5539548.232899523],[-1.1547612678815708E7,5539601.786971781],[-1.1547459889928145E7,5539748.125093697],[-1.1547431472647937E7,5539798.078772905],[-1.1547424390255312E7,5539858.730463326],[-1.1547378208265336E7,5539905.121369348],[-1.1547289341615312E7,5539933.711447437],[-1.154722538419169E7,5539994.376690329],[-1.1547161407975068E7,5540037.217113487],[-1.1547154316890644E7,5540065.760570671],[-1.1547150832492957E7,5540204.89019656],[-1.154711530451447E7,5540272.685800832],[-1.1547012228669202E7,5540319.10240358],[-1.154699446908915E7,5540344.094871109],[-1.1546983809160354E7,5540379.761240183],[-1.1546944716767725E7,5540411.893519563],[-1.1546841635191238E7,5540440.483537873],[-1.1546774098373568E7,5540483.323847513],[-1.1546596409280138E7,5540658.208887929],[-1.1546582186271897E7,5540658.210971161]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.26","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547763766485563E7,5536406.129851422],[-1.1547749572045187E7,5536434.664594574],[-1.154774960000989E7,5536484.593411747],[-1.154772830205592E7,5536530.962125459],[-1.154766790993826E7,5536584.474512321],[-1.1547650164564446E7,5536627.276172659],[-1.1547650221502634E7,5536734.254980467],[-1.1547639602996297E7,5536794.887876032],[-1.154760764280213E7,5536848.393666445],[-1.1547565016571622E7,5536891.202945153],[-1.1547486862201788E7,5536941.182562128],[-1.1547412241496472E7,5536966.180948312],[-1.1547348279187959E7,5536973.343621251],[-1.1547309179778457E7,5536966.233781904],[-1.1547252326044254E7,5536973.394122377],[-1.1547206148722561E7,5537041.168883813],[-1.1547199060253808E7,5537069.703118637],[-1.154717064705565E7,5537105.3752342155],[-1.1547142231903542E7,5537133.928258574],[-1.1547067613811055E7,5537183.890495292],[-1.1547021445198735E7,5537237.399532864],[-1.1547000120762346E7,5537248.103660023]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.27","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549440804654637E7,5536005.668269126],[-1.1549288013380606E7,5536009.347360524],[-1.1549231182972807E7,5536052.167166394],[-1.1549192121780759E7,5536094.993016543],[-1.1549160154494774E7,5536105.705889452],[-1.1549121057253575E7,5536098.604565123],[-1.1549042858445067E7,5536073.702863516],[-1.1548950475803126E7,5536091.600906689],[-1.154873019195835E7,5536148.79164459],[-1.1548477898177154E7,5536148.957493709],[-1.154837127106413E7,5536131.206600957],[-1.1548271761759462E7,5536099.173482487],[-1.1547969728941318E7,5536149.268803375],[-1.1547877373557204E7,5536220.635596568],[-1.1547806365299731E7,5536327.658780993],[-1.1547785088074861E7,5536395.424863059],[-1.1547763766485563E7,5536406.129851422]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.28","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547511067873701E7,5535671.719885818],[-1.1547525313606981E7,5535735.905054856],[-1.154752178950085E7,5535796.515145652],[-1.1547433013598865E7,5535914.233361598],[-1.1547440147955434E7,5535964.1435263315],[-1.1547475709514853E7,5535996.216071365],[-1.1547521917379336E7,5536021.153319067],[-1.1547543246620545E7,5536042.54477145],[-1.1547564624793425E7,5536142.364749458],[-1.1547678394678904E7,5536242.146630548],[-1.1547689059726983E7,5536252.8424367495],[-1.1547699747824498E7,5536295.620749646],[-1.154772107713127E7,5536313.446166923],[-1.1547735306534689E7,5536359.789803424],[-1.1547763766485563E7,5536406.129851422]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.29","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547560745662402E7,5535543.344454537],[-1.1547525277648708E7,5535650.320116595],[-1.1547511067873701E7,5535671.719885818]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.30","geometry":{"type":"MultiLineString","coordinates":[[[-1.1542923654760132E7,5535359.250047862],[-1.1542944973501092E7,5535373.504772076],[-1.1543001837984642E7,5535409.163594323],[-1.1543044470119739E7,5535402.027668589],[-1.1543055134480275E7,5535387.766622508],[-1.1543069341779241E7,5535359.242687137],[-1.1543104878675876E7,5535359.236826131],[-1.1543119090939222E7,5535369.937680214],[-1.1543119087730138E7,5535384.201197321],[-1.1543133298678525E7,5535402.0197990425],[-1.154314751394697E7,5535462.643525619],[-1.154317594532875E7,5535519.690807373],[-1.1543225699038971E7,5535580.2948947],[-1.1543232801991677E7,5535601.6921988195],[-1.1543236363142509E7,5535633.772908398],[-1.154328255356019E7,5535676.560503042],[-1.1543314535728557E7,5535687.251093819],[-1.1543353633859424E7,5535726.4713285705],[-1.154335718055384E7,5535762.132275261],[-1.1543382054046981E7,5535779.953373981],[-1.1543406932262909E7,5535772.826200773],[-1.1543456670248423E7,5535708.63290525],[-1.1543477992418328E7,5535712.202941031],[-1.1543495771720102E7,5535733.588539547],[-1.1543506428592462E7,5535758.552686842],[-1.154350643259261E7,5535890.483142952],[-1.1543531314267406E7,5535943.965263668],[-1.154349934335176E7,5536018.848265646],[-1.1543506455584407E7,5536072.327885221],[-1.1543620183253283E7,5536232.770768489],[-1.15436415134526E7,5536279.135557439],[-1.1543641535978895E7,5536478.819558901],[-1.1543662855464749E7,5536510.905988021],[-1.154371616286244E7,5536539.431412703],[-1.1543844097727722E7,5536542.97534772],[-1.1543879635173744E7,5536571.497262072],[-1.1543883195627226E7,5536624.99336478],[-1.1543922288185999E7,5536649.94950843],[-1.1543957829674862E7,5536653.506768064],[-1.1544050226514516E7,5536639.225096783],[-1.1544114208638612E7,5536699.847707339],[-1.154412131515296E7,5536717.666525388],[-1.154419240226185E7,5536821.073174988],[-1.1544195984201152E7,5536953.019651572],[-1.15442173188045E7,5537002.939271792],[-1.1544284846567132E7,5537049.283109482],[-1.1544331050733471E7,5537074.239407431],[-1.1544355941706918E7,5537113.460029645],[-1.1544348860485489E7,5537270.375992172],[-1.1544359532665769E7,5537327.429296436],[-1.1544416399011673E7,5537384.486869072],[-1.1544451942692788E7,5537398.74253663],[-1.154453014173803E7,5537395.153965825],[-1.1544555010558115E7,5537373.755566443],[-1.1544558552294627E7,5537355.922302622],[-1.154462252325553E7,5537284.579541127],[-1.1544647390032018E7,5537288.14751446],[-1.1544665175327161E7,5537305.9679434495],[-1.1544697173081646E7,5537420.089083],[-1.154472562067927E7,5537466.443803799],[-1.1544757611028636E7,5537473.564815596],[-1.1544810915704828E7,5537452.152857558],[-1.1544896209889652E7,5537448.575241505],[-1.1544963732520398E7,5537409.329500576],[-1.1545009914351882E7,5537345.116138685],[-1.1545045458813783E7,5537348.683496302],[-1.1545059676562702E7,5537366.502998518],[-1.1545063244219031E7,5537430.689400535],[-1.1545088139189158E7,5537462.79023601],[-1.1545109466285596E7,5537473.47656478],[-1.1545155661097454E7,5537466.32928635],[-1.1545191192173984E7,5537434.228935233],[-1.1545219628305152E7,5537437.781597014],[-1.1545212533335252E7,5537484.148934749],[-1.1545191220193936E7,5537526.94975438],[-1.1545187693675514E7,5537605.404461924],[-1.1545209020997398E7,5537633.938590711],[-1.1545326307914456E7,5537616.075741297],[-1.1545347635759909E7,5537633.895233452]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.31","geometry":{"type":"MultiLineString","coordinates":[[[-1.153987531958277E7,5534289.258630346],[-1.153992147493456E7,5534378.393892031],[-1.1539939243024152E7,5534399.797205395],[-1.1539939232840762E7,5534417.624618059],[-1.1539967641077546E7,5534449.716321315],[-1.1540017359477635E7,5534524.592588861],[-1.1540162989084646E7,5534706.462314493],[-1.154019494271044E7,5534756.384377824],[-1.15402056036186E7,5534781.335771271],[-1.1540219807662662E7,5534799.171689477],[-1.1540283741939232E7,5534877.622811988],[-1.1540287282299157E7,5534902.570389155],[-1.1540411595207358E7,5535070.183120752],[-1.154041870065478E7,5535073.738552549],[-1.1540425814312788E7,5535088.005484529],[-1.1540550137899382E7,5535244.908309182],[-1.154059277246174E7,5535262.7449688],[-1.1540734886248136E7,5535269.904679441],[-1.154080239325895E7,5535294.884204482],[-1.1540852129087284E7,5535326.986543227],[-1.1540894758813761E7,5535387.598473853],[-1.154091606675072E7,5535448.214664019],[-1.154092315823312E7,5535512.40450769],[-1.1540955145973403E7,5535533.801164899],[-1.154098712224377E7,5535519.538035406],[-1.154100488823279E7,5535494.584586597],[-1.1541043974388577E7,5535505.286177599],[-1.15411008116047E7,5535587.300473862],[-1.1541104368204514E7,5535612.26396213],[-1.1541122127467519E7,5535633.667690175],[-1.1541136339582287E7,5535640.791932313],[-1.1541178967801211E7,5535680.022533268],[-1.154121449963169E7,5535694.288043482],[-1.154125714068818E7,5535704.990519596],[-1.154135663774798E7,5535694.306717512],[-1.1541370848432412E7,5535705.010673772],[-1.1541420592140323E7,5535694.31918218],[-1.154146680296079E7,5535665.810319304],[-1.154153786494516E7,5535665.8108235765],[-1.1541605375763519E7,5535694.35152758],[-1.1541644456616506E7,5535722.880790744],[-1.1541704863517474E7,5535744.2721085055],[-1.1541786587926297E7,5535705.062506038],[-1.154183990192069E7,5535648.012234008],[-1.154188964972107E7,5535623.068381695],[-1.1541918073679496E7,5535640.8944570655],[-1.154193583262321E7,5535669.414623108],[-1.154193939406781E7,5535687.246059796],[-1.1541960709252922E7,5535708.649624954],[-1.1541992691152573E7,5535715.778884132],[-1.1542056650647487E7,5535701.522865402],[-1.1542102845811402E7,5535672.996446625],[-1.1542145479812676E7,5535665.864572468],[-1.154215614587364E7,5535651.604202701],[-1.1542159705615606E7,5535548.206151363],[-1.154218103153248E7,5535537.515405686],[-1.154223787516871E7,5535544.65161573],[-1.1542316043247331E7,5535591.005857604],[-1.1542351584306309E7,5535580.305096654],[-1.1542404889759E7,5535537.515943123],[-1.1542472392423986E7,5535505.428457262],[-1.1542529256557325E7,5535441.258571898],[-1.1542582544362227E7,5535405.600539586],[-1.1542689141294219E7,5535405.602077813],[-1.1542760208729465E7,5535377.079951698],[-1.1542795738186957E7,5535352.113971677],[-1.1542923654760132E7,5535359.250047862]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.32","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549439115949009E7,5533720.31298936],[-1.1549432014823308E7,5533731.012184401],[-1.1549424951024305E7,5533791.625732035],[-1.154941432069304E7,5533823.71876073],[-1.154938950997457E7,5533895.037459768],[-1.1549368228169736E7,5533944.962564988],[-1.1549304333340367E7,5534019.865422732],[-1.1549268840949483E7,5534076.942309189],[-1.1549240438841457E7,5534098.347879148],[-1.1549140978133135E7,5534134.060669321],[-1.1549069924056541E7,5534126.989021526],[-1.1548942024448581E7,5534134.202457746],[-1.1548892295946984E7,5534141.368202356],[-1.154883188773336E7,5534134.290075755],[-1.1548735926414242E7,5534073.744342198],[-1.1548668409856241E7,5534059.523146758],[-1.1548600920738287E7,5534080.9697733885],[-1.1548540560080651E7,5534123.777986139],[-1.1548529930205572E7,5534166.567408894],[-1.1548533559072908E7,5534294.909386499],[-1.154855136752197E7,5534369.764629365],[-1.1548537247829465E7,5534508.813008659],[-1.1548462742233623E7,5534672.859326613],[-1.154840241245597E7,5534776.285878958],[-1.1548310100684403E7,5534883.304060736],[-1.1548260419273034E7,5535000.991125561],[-1.1548178794992765E7,5535157.914503899],[-1.1548146840322094E7,5535200.715280998],[-1.1548033198942015E7,5535307.756462218],[-1.1547944406360703E7,5535379.116434935],[-1.1547905337042777E7,5535404.089907381],[-1.1547706382947614E7,5535450.561460058],[-1.1547571407181635E7,5535543.327612291],[-1.1547560745662402E7,5535543.344454537]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.33","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549438316947524E7,5532650.927787832],[-1.1549417007710021E7,5532665.197342027],[-1.1549349569486152E7,5532740.105959745],[-1.1549321198822407E7,5532790.0282416055],[-1.1549317756825654E7,5532939.744186102],[-1.1549331974651517E7,5532953.983501878],[-1.1549346234425787E7,5533028.827982249]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.34","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540149368474057E7,5532514.142904396],[-1.1540209743506063E7,5532574.748949745],[-1.1540415719419904E7,5532745.885120531],[-1.1540550685914276E7,5532842.163641072],[-1.1540589754896868E7,5532863.558560381],[-1.1540714058433725E7,5532977.641217805],[-1.1540834825507086E7,5533063.216205297],[-1.154104793679062E7,5533155.934005751],[-1.1541129632719664E7,5533230.808041991],[-1.1541261056221811E7,5533305.689113682],[-1.1541346304573206E7,5533423.331407933],[-1.154141734273974E7,5533473.244474259],[-1.1541520367915144E7,5533533.865776021],[-1.1541598513838291E7,5533583.7808898175],[-1.1541697963152766E7,5533712.124540551],[-1.1541701525002835E7,5533726.372993288],[-1.1541804541894961E7,5533822.645428916],[-1.1541904006767662E7,5533883.2492177095],[-1.1541925324022766E7,5533886.822111089],[-1.1541985708432855E7,5533940.29487615],[-1.1541992817543076E7,5533972.385468552],[-1.1542003473445395E7,5533983.071127922],[-1.1542049641635794E7,5534132.80457905],[-1.1542088721724946E7,5534189.850478376],[-1.1542170434500352E7,5534268.275266989],[-1.1542202402330976E7,5534303.92620312],[-1.1542227269861428E7,5534364.53343524],[-1.1542241478408301E7,5534378.799949438],[-1.1542241486702986E7,5534396.6276250165],[-1.15422556955462E7,5534410.880134093],[-1.154225568988178E7,5534428.707646798],[-1.1542262794221284E7,5534435.840932542],[-1.1542262803686077E7,5534450.103204295],[-1.1542273460232498E7,5534460.803150052],[-1.154229122085491E7,5534524.974534477],[-1.1542305429973233E7,5534539.227169156],[-1.1542316092886798E7,5534574.88630396],[-1.1542330297701115E7,5534603.401264678],[-1.154242623173467E7,5534674.714624722],[-1.1542483076074436E7,5534710.359622779],[-1.1542522153511295E7,5534746.013289016],[-1.1542539921531921E7,5534792.357953223],[-1.1542543474636504E7,5534842.278424749],[-1.154258254984375E7,5534888.62940854],[-1.1542657166812828E7,5534963.5022372],[-1.1542674937873572E7,5535002.716285932],[-1.1542692700385459E7,5535074.022244543],[-1.1542731781138692E7,5535106.110684764],[-1.1542841933296096E7,5535141.755306831],[-1.1542902341563975E7,5535209.50699507],[-1.1542905886550667E7,5535245.15204633],[-1.1542923658990977E7,5535284.380870711],[-1.1542923654760132E7,5535359.250047862]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.35","geometry":{"type":"MultiLineString","coordinates":[[[-1.153923296026883E7,5532431.859362608],[-1.1539090821456363E7,5532574.384506215],[-1.1538898939215759E7,5532720.440362725],[-1.1538746134242164E7,5532880.781709141],[-1.1538486685214492E7,5533176.515232468],[-1.1538241467900066E7,5533404.538372553],[-1.1538170381034713E7,5533479.3655704],[-1.1538138388512382E7,5533500.7316307025],[-1.1538053096747745E7,5533582.678209543],[-1.1537967795071512E7,5533657.49409995],[-1.1537861170934558E7,5533753.684175188],[-1.1537679932502808E7,5533864.102170091],[-1.1537498681949358E7,5533967.372937322],[-1.1537278359541824E7,5534067.070309611],[-1.153709715373418E7,5534109.738124524],[-1.15369656914932E7,5534120.3448057],[-1.1536905310119161E7,5534095.3607586045],[-1.153684845753727E7,5534113.149892365],[-1.1536795163469546E7,5534109.549648017],[-1.1536734789454803E7,5534077.419805917],[-1.1536677972055303E7,5534041.741715365],[-1.1536525248195963E7,5533977.464387193],[-1.153636187739889E7,5533902.492902474]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.36","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549260174482536E7,5531931.073939133],[-1.1549235374360556E7,5532016.636066909],[-1.1549192792507883E7,5532059.431211651],[-1.1549079165676828E7,5532112.979617791],[-1.1549047222982464E7,5532148.640307129],[-1.1548933663996657E7,5532301.985528927],[-1.1548852018778842E7,5532387.587689396],[-1.1548798757215193E7,5532419.706523157],[-1.1548688638622269E7,5532412.649152508],[-1.1548553641434824E7,5532377.095853104],[-1.1548489702017806E7,5532394.957580116],[-1.154845064703871E7,5532419.925531021],[-1.154840095557355E7,5532466.300161473],[-1.1548400963234494E7,5532487.6888969485],[-1.1548383219374241E7,5532501.954685428],[-1.154834417870059E7,5532569.700254669],[-1.1548322889444623E7,5532605.356312038],[-1.1548308712746939E7,5532662.399107644],[-1.1548230657488132E7,5532801.457594527],[-1.1548113495771686E7,5532912.038537044],[-1.1548106396072295E7,5532929.865663357],[-1.1548014101217523E7,5533040.410579659],[-1.1547939543192761E7,5533115.313794063],[-1.1547854320086373E7,5533172.394887295],[-1.1547804624613995E7,5533229.465154912],[-1.1547623512873061E7,5533336.498382231],[-1.1547595116022205E7,5533382.852968604],[-1.1547563188416896E7,5533461.295292792],[-1.154749934713969E7,5533678.790621207],[-1.1547474550693432E7,5533807.133514967],[-1.1547460360426327E7,5533839.225107388],[-1.154741074176498E7,5534060.276618577],[-1.1547407219482852E7,5534128.006468182],[-1.1547389482210577E7,5534188.623462773],[-1.1547314982948959E7,5534395.44078524],[-1.1547229820050906E7,5534602.264525412],[-1.1547236984390011E7,5534730.597961351],[-1.1547254772149606E7,5534759.119390081],[-1.1547258336446658E7,5534805.458315818],[-1.1547283234917212E7,5534848.227041198],[-1.1547308138632158E7,5534912.390232466],[-1.1547304718812006E7,5535183.363259865],[-1.1547315424610222E7,5535254.664046934],[-1.1547432760180434E7,5535400.781292728],[-1.1547461196116237E7,5535425.735623159],[-1.1547560745662402E7,5535543.344454537]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.37","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549440184885953E7,5530402.043547978],[-1.154928395512357E7,5530448.4915372785],[-1.1549131305556795E7,5530530.5619857],[-1.154905677733685E7,5530605.454426497],[-1.1549003559424873E7,5530680.323674023],[-1.1548850991002077E7,5530872.866619734],[-1.154880839715142E7,5530912.104327972],[-1.1548694776911257E7,5530951.384629957],[-1.1548577621535802E7,5531036.985900773],[-1.1548524386293795E7,5531083.355728797],[-1.1548439169317365E7,5531133.301318187],[-1.154829005294901E7,5531215.362116768],[-1.154810187320618E7,5531293.884039891],[-1.1547938552585525E7,5531408.024373475],[-1.1547739771150688E7,5531604.170069912],[-1.1547682958359824E7,5531636.26663122],[-1.1547562200004602E7,5531654.164628179],[-1.154742016300604E7,5531700.5687053865],[-1.1547302957543254E7,5531725.577404089],[-1.1547164476069327E7,5531796.928538251],[-1.1547118323313316E7,5531857.536062299],[-1.1547104134941695E7,5531889.6203288585],[-1.1547104229795285E7,5532067.836580818],[-1.1547082922967287E7,5532103.487508393],[-1.1547033207229024E7,5532124.900210076],[-1.1546930219087437E7,5532149.902358553],[-1.1546848550722815E7,5532203.402683352],[-1.154677399174454E7,5532285.4048443455],[-1.1546695880518707E7,5532378.115962841],[-1.1546575145018367E7,5532435.200781446],[-1.1546532536043493E7,5532485.114498404],[-1.1546482843325643E7,5532588.501712504],[-1.1546436694259565E7,5532638.430570185],[-1.154640829267924E7,5532677.6481528375],[-1.154637637899795E7,5532809.539779221],[-1.15463124921711E7,5532962.841166776],[-1.1546280535597049E7,5532998.509220013],[-1.1546269894809386E7,5533027.030645152],[-1.1546188235104503E7,5533133.9914176315],[-1.1546174027856644E7,5533169.643418405],[-1.154616340610673E7,5533248.076360205],[-1.154614923502406E7,5533358.582312408],[-1.1546127954381617E7,5533440.583139121],[-1.1546117355789354E7,5533608.120376758],[-1.15461280502723E7,5533675.844936611],[-1.154613515710804E7,5533682.97464747],[-1.1546145819719635E7,5533715.0607179515],[-1.1546167156981554E7,5533757.8276931085],[-1.1546181388278384E7,5533800.595631299],[-1.1546192072705641E7,5533896.843884377],[-1.1546231179643871E7,5533968.132292505],[-1.1546359159763075E7,5534149.895560302],[-1.1546366269726321E7,5534174.838587271],[-1.1546373377132712E7,5534181.968507619],[-1.1546373393019462E7,5534196.230486408],[-1.1546401826906396E7,5534253.259855754],[-1.154640186578236E7,5534331.686823421],[-1.1546387673808912E7,5534385.171564356],[-1.1546366374061741E7,5534431.526468852],[-1.1546355750917353E7,5534499.273709399],[-1.15463664322404E7,5534552.742040333],[-1.1546394865713688E7,5534599.07685567],[-1.1546402014713334E7,5534702.465242253],[-1.1546423356888622E7,5534755.933235417],[-1.1546430465278853E7,5534766.629232863],[-1.154644827649678E7,5534877.135359905],[-1.1546476727402613E7,5534937.734706425],[-1.1546654462317955E7,5535119.491714925],[-1.1546665145260047E7,5535169.41155191],[-1.1546682936394205E7,5535222.882275113],[-1.1546739802370878E7,5535265.634774204],[-1.154687483323193E7,5535294.095053806],[-1.1546928160650367E7,5535336.861644529],[-1.1546963723559653E7,5535397.461191494],[-1.154696017263922E7,5535411.725549968],[-1.1546985070601113E7,5535450.9319825675],[-1.1547041943064002E7,5535511.513459931],[-1.1547102362326697E7,5535536.448539075],[-1.154717699488918E7,5535550.6682080645],[-1.1547255185521178E7,5535582.716386607],[-1.1547312057893997E7,5535632.613095173],[-1.1547390224507792E7,5535618.302077427],[-1.1547457756628545E7,5535657.497423964],[-1.1547511067873701E7,5535671.719885818]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.38","geometry":{"type":"MultiLineString","coordinates":[[[-1.153792406393563E7,5528864.138178619],[-1.1537927592843058E7,5528910.464496152],[-1.153794532649347E7,5528938.971175167],[-1.1537955969162079E7,5528971.03594259],[-1.153798435666762E7,5529017.368195991],[-1.153799143693097E7,5529045.880827698],[-1.1538005622370768E7,5529070.835669777],[-1.1538009171253053E7,5529092.205074272],[-1.1538023362305732E7,5529110.033179363],[-1.1538030443243347E7,5529156.349435205],[-1.153803753746153E7,5529167.04525224],[-1.1538037523751201E7,5529184.862465765],[-1.1538048171974702E7,5529191.997609414],[-1.1538051712788373E7,5529224.05765913],[-1.1538101371326813E7,5529320.282121929],[-1.1538214918721247E7,5529502.067594341],[-1.1538225513671422E7,5529637.464948773],[-1.1538268085681096E7,5529698.064786888],[-1.1538307133977238E7,5529740.844082392],[-1.1538324844852429E7,5529822.808142627],[-1.1538342589359228E7,5529840.625810358],[-1.1538356780681971E7,5529879.823359257],[-1.15383745251304E7,5529897.655104688],[-1.1538370965766503E7,5529908.343658683],[-1.1538381623842366E7,5529922.606687867],[-1.1538392255157059E7,5529954.674185117],[-1.153840644567312E7,5529976.067152144],[-1.1538402900293065E7,5529986.756041009],[-1.1538431281768885E7,5530029.528095199],[-1.1538449008255199E7,5530111.4947436955],[-1.1538491602151802E7,5530147.135904284],[-1.1538729507588066E7,5530204.256680025],[-1.1538814730145289E7,5530229.234895782],[-1.153888216344172E7,5530300.530636371],[-1.1538882113605974E7,5530435.945886891],[-1.1538853682158828E7,5530482.257920262],[-1.1538803946249392E7,5530539.261530242],[-1.1538793276213322E7,5530560.638019663],[-1.1538789701769536E7,5530614.081671665],[-1.1538793257712746E7,5530628.340398937]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.39","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549442257220494E7,5528424.483034755],[-1.15493996583861E7,5528453.023372934],[-1.1549381927349234E7,5528474.411500001],[-1.1549239993898919E7,5528588.517380666],[-1.1549179653829396E7,5528620.628834911],[-1.154914414592775E7,5528627.785488159],[-1.1549112182754802E7,5528620.687211996],[-1.1549058905348133E7,5528595.781757476],[-1.1548962995467437E7,5528524.58595864],[-1.1548877747369021E7,5528471.215464912],[-1.1548810277645165E7,5528471.257590626],[-1.154876413816242E7,5528496.233486641],[-1.1548728656067098E7,5528531.8806775],[-1.1548703863558833E7,5528624.536429777],[-1.1548671938853834E7,5528677.999043047],[-1.1548604517648757E7,5528735.053337232],[-1.1548590341063252E7,5528770.678535781],[-1.1548597511411678E7,5528874.000069374],[-1.1548601101349909E7,5528938.140245187],[-1.1548572715231907E7,5528963.095439797],[-1.1548551412005767E7,5528973.79392921],[-1.1548444892902764E7,5528984.552722164],[-1.154839167170484E7,5529038.03852937],[-1.15483668679218E7,5529112.880928781],[-1.1548338483171754E7,5529144.9628404025],[-1.1548324283099268E7,5529159.2219434865],[-1.1548281667395527E7,5529159.251128097],[-1.1548207095294185E7,5529134.360952236],[-1.15481857936783E7,5529152.185767925],[-1.154818940592464E7,5529248.385973941],[-1.1548200063553235E7,5529259.072932781],[-1.154821432640336E7,5529344.579845554],[-1.1548224984387176E7,5529355.25286266],[-1.154822856938793E7,5529412.269293691],[-1.154824281504261E7,5529487.086478883],[-1.1548235801108455E7,5529622.4945273],[-1.1548228728312599E7,5529668.811175623],[-1.1548214524587207E7,5529675.957519763],[-1.1548196790825874E7,5529704.473516764],[-1.1548140001039088E7,5529765.0763867535],[-1.1548122290325213E7,5529822.10275558],[-1.1548065494445607E7,5529868.464822087],[-1.1547973176540151E7,5529897.019167715],[-1.1547799197856858E7,5529922.076153122],[-1.1547738818648467E7,5529914.980435935],[-1.1547650017704394E7,5529875.832369637],[-1.1547589636979574E7,5529861.608157228],[-1.1547476019284267E7,5529879.486162268],[-1.1547341096797109E7,5529918.764847501],[-1.1547231041462552E7,5529986.518279482],[-1.1547188423620598E7,5529993.669910405],[-1.1547135163266046E7,5529993.696331213],[-1.1547085435089538E7,5529968.774738122],[-1.154704283273223E7,5529983.053516607],[-1.154694343369028E7,5530072.184655265],[-1.1546847578215118E7,5530129.239960215],[-1.1546787236370528E7,5530175.596346522],[-1.1546737515258813E7,5530189.875096813],[-1.1546655840965694E7,5530193.4676930765],[-1.1546460549690496E7,5530261.270263689],[-1.1546446359482504E7,5530279.092226776],[-1.1546432156806998E7,5530307.605786882],[-1.1546421522866692E7,5530357.502823166],[-1.1546403783745833E7,5530396.709223756],[-1.1546346988441259E7,5530432.357464241],[-1.154617653361619E7,5530457.369836551],[-1.154609841383568E7,5530510.867137308],[-1.1546070013400089E7,5530510.870452294],[-1.1546055790714435E7,5530496.615705575],[-1.1546045114825854E7,5530436.042705632],[-1.1546034457088742E7,5530414.673964006],[-1.1546009593310695E7,5530400.420615022],[-1.154593857421101E7,5530425.389575517],[-1.1545903073764533E7,5530464.61091283],[-1.1545903093320318E7,5530525.185207154],[-1.1545917316768734E7,5530550.132310482],[-1.1545970614907838E7,5530617.816274379],[-1.154597061933455E7,5530664.149093801],[-1.154593868710279E7,5530735.434262645],[-1.1545952950005949E7,5530874.406468305],[-1.1545977833610771E7,5530934.981100235],[-1.1545981386948101E7,5530949.237475679],[-1.154598849158243E7,5530956.365152763],[-1.15459956125163E7,5530984.864173981],[-1.1546084442089925E7,5531127.382120059],[-1.1546084457598045E7,5531141.639358893],[-1.1546095114511017E7,5531148.766721595],[-1.154608447806555E7,5531202.232157189],[-1.154601347204288E7,5531277.0901694745]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.40","geometry":{"type":"MultiLineString","coordinates":[[[-1.154601347204288E7,5531277.0901694745],[-1.1545988623171967E7,5531298.492746857],[-1.1545935360381711E7,5531351.962895067],[-1.1545825310178716E7,5531480.30420258],[-1.1545807566533536E7,5531523.078546026],[-1.154574721339903E7,5531612.193925117],[-1.1545704619250547E7,5531687.064762609],[-1.1545693979167039E7,5531726.260852745],[-1.1545679786483515E7,5531765.471347278],[-1.1545601669408878E7,5531868.861306277],[-1.154555552139457E7,5531957.977921511],[-1.1545537806266403E7,5532061.352538],[-1.1545541392312642E7,5532175.392990888],[-1.154555562068208E7,5532268.059999392],[-1.1545552182340812E7,5532603.106619688],[-1.1545623254001386E7,5532695.760993916],[-1.1545637481363764E7,5532742.08965411],[-1.154565169304278E7,5532759.913241839],[-1.1545648155359544E7,5532777.738090004],[-1.1545658813605446E7,5532781.302367168],[-1.1545658815056762E7,5532802.67770015],[-1.1545680133117715E7,5532834.760580591],[-1.1545697928998673E7,5532902.47945769],[-1.1545701518306395E7,5533037.934253887],[-1.1545726405430788E7,5533091.393861934],[-1.1545722886062993E7,5533173.376106225],[-1.1545715781294541E7,5533187.636740638],[-1.1545701586551515E7,5533230.418523872],[-1.15456980686253E7,5533340.922804334],[-1.1545730062824806E7,5533401.51399646],[-1.1545762056719707E7,5533451.410024898],[-1.1545786930550491E7,5533494.17616633],[-1.1545818925075315E7,5533544.072507165],[-1.1545836692619E7,5533576.143872639],[-1.1545854476758253E7,5533640.302496937],[-1.1545875848901974E7,5533786.448751818],[-1.1545886508986691E7,5533797.143740215],[-1.1545886582592823E7,5534011.036136669],[-1.1545872387583926E7,5534057.387392565],[-1.1545858225834988E7,5534171.468180798],[-1.1545876009592691E7,5534217.817712513],[-1.1545947080726568E7,5534285.527494635],[-1.154596490299959E7,5534438.8152105445],[-1.1545979136589998E7,5534506.5455222875],[-1.1545975620006477E7,5534602.802881988],[-1.1545975657078471E7,5534702.626564595],[-1.1545986319616884E7,5534727.5850936305],[-1.1546004102663176E7,5534745.397900181],[-1.1546011211540353E7,5534766.791183854],[-1.1546124949506545E7,5534887.971294061],[-1.1546146287791597E7,5534916.480921093],[-1.1546146307725925E7,5534969.953066555],[-1.154612145083617E7,5535009.193202202],[-1.1546100166442156E7,5535094.760361721],[-1.154611085020441E7,5535180.324786699],[-1.1546125082009126E7,5535212.415982028],[-1.1546121547030479E7,5535255.192657073],[-1.1546093137232576E7,5535308.683729624],[-1.1546082495891428E7,5535365.7391516045],[-1.1546082589607125E7,5535601.064197528],[-1.1546107486440698E7,5535661.669820589],[-1.1546125257896692E7,5535683.050028967],[-1.1546157244883586E7,5535708.008796438],[-1.154620700124646E7,5535729.37142043],[-1.1546214127736997E7,5535772.163362868],[-1.1546185718778195E7,5535843.488096113],[-1.154618575519297E7,5535918.362481806],[-1.1546267518314403E7,5535993.21383547],[-1.1546281737267502E7,5536018.161095357],[-1.1546281796554957E7,5536160.794752103],[-1.15463173416214E7,5536200.004684555],[-1.1546491500960108E7,5536281.94862055],[-1.1546498612122137E7,5536303.345133881],[-1.1546495093901834E7,5536356.826104522],[-1.1546452468318889E7,5536424.591935544],[-1.1546459594967924E7,5536456.687982549],[-1.1546505804333765E7,5536495.896974467],[-1.1546527149578605E7,5536538.676165095],[-1.1546527175232949E7,5536617.122415994],[-1.1546552056603795E7,5536631.384268574],[-1.1546640915044544E7,5536652.740825078],[-1.1546640933765389E7,5536681.258222776],[-1.154663027339166E7,5536695.525555643],[-1.1546616079961237E7,5536756.157230335],[-1.1546619673275508E7,5536827.486117737],[-1.1546648131409883E7,5536888.08385535],[-1.154675123909667E7,5536998.586722502],[-1.1546761905128852E7,5537016.417568682],[-1.1546836556827566E7,5537073.441145078],[-1.1546882785565449E7,5537116.2177186385],[-1.1546982347021164E7,5537240.987940648],[-1.1547000120762346E7,5537248.103660023]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.41","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535744446882918E7,5528203.662131627],[-1.1535843849455904E7,5528225.099799469],[-1.1535875782350559E7,5528235.821115081],[-1.1536110066634493E7,5528310.795567289],[-1.1536230735111354E7,5528375.021618163],[-1.1536312352449168E7,5528446.3215007],[-1.1536415276105758E7,5528503.402632326],[-1.153654656692168E7,5528621.0563395135],[-1.1536596251508126E7,5528653.157822356],[-1.1536724046559362E7,5528699.556179217],[-1.1536858922654182E7,5528770.902324712],[-1.1536968981102934E7,5528799.465349263],[-1.1537032905513883E7,5528778.128152266],[-1.1537071979810476E7,5528731.839610924],[-1.1537118169984758E7,5528685.5435534185],[-1.153715367558544E7,5528674.884592756],[-1.1537242448729984E7,5528678.496692818],[-1.1537302790413698E7,5528692.7872268455],[-1.153738801675085E7,5528675.0151560055],[-1.1537441289262587E7,5528650.103093204],[-1.153751234009047E7,5528596.699800102],[-1.1537551395908609E7,5528586.042325305],[-1.1537604661100144E7,5528586.0722060045],[-1.1537714705499532E7,5528632.441753985],[-1.1537771490732407E7,5528671.669152731],[-1.1537814061193109E7,5528725.124071224],[-1.1537856634656107E7,5528792.846527708],[-1.1537909862294393E7,5528860.5636723805],[-1.153792406393563E7,5528864.138178619]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.42","geometry":{"type":"MultiLineString","coordinates":[[[-1.1541304476343434E7,5527675.304514908],[-1.1541215736991856E7,5527575.535098183],[-1.1541155396721829E7,5527493.592186953],[-1.1541109258433992E7,5527447.28389445],[-1.1540981469095256E7,5527311.884042424],[-1.1540924677872958E7,5527272.696438231],[-1.154077913091062E7,5527279.797258757],[-1.154074362076512E7,5527290.468714194],[-1.1540104601675242E7,5527304.564323732],[-1.1539987444386804E7,5527336.59301586],[-1.1539930625772102E7,5527379.328497216],[-1.1539863158982117E7,5527414.932191493],[-1.1539731801111711E7,5527439.838272369],[-1.1539689197848806E7,5527457.627407085],[-1.1539653668275207E7,5527521.737055002],[-1.1539618119610015E7,5527664.230238244],[-1.1539586158549838E7,5527696.277176959],[-1.1539525794828197E7,5527746.135613898],[-1.1539390866193665E7,5527817.339534317],[-1.1539291429119213E7,5527888.5503026815],[-1.1539163591037806E7,5527949.067219603],[-1.1538939905566312E7,5527991.731975324],[-1.1538879536416605E7,5528041.5876223445],[-1.1538783593773704E7,5528226.801178943],[-1.1538545578831084E7,5528533.093482407],[-1.1538488750059957E7,5528590.064322903],[-1.1538385754168296E7,5528650.592605303],[-1.1538353781840667E7,5528668.385269499],[-1.1538225963872619E7,5528679.022182551],[-1.1537959580428733E7,5528839.22259758],[-1.153792406393563E7,5528864.138178619]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.43","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547609409545537E7,5527075.493423556],[-1.1547382283855088E7,5527214.544084108],[-1.1547101870953482E7,5527321.5659841],[-1.1546974107211214E7,5527392.864707711],[-1.1546839217450729E7,5527421.437419915],[-1.1546718513632774E7,5527439.30286405],[-1.1546601361200517E7,5527464.291795521],[-1.154644516115251E7,5527464.359728667],[-1.1546239233620431E7,5527428.817167799],[-1.1546132731111107E7,5527446.672941796],[-1.1545930428568695E7,5527582.126496982],[-1.1545841694053026E7,5527632.029590897],[-1.1545752959457008E7,5527696.197772517],[-1.1545710368560316E7,5527746.08223251],[-1.1545682013509788E7,5527870.774658637],[-1.1545625252198914E7,5528016.86277391],[-1.1545550716750609E7,5528095.268936844],[-1.1545440670153644E7,5528155.875223847],[-1.1545366131853897E7,5528223.57760973],[-1.1545170888586307E7,5528341.208885557],[-1.1544954361551994E7,5528522.975635952],[-1.1544791078563925E7,5528711.84077787],[-1.1544776887486367E7,5528733.22043519],[-1.1544649096145093E7,5528893.580996849],[-1.1544567443581605E7,5528957.73234581],[-1.1544475136248184E7,5529018.33329594],[-1.154427275381067E7,5529071.812024858],[-1.1544081012104368E7,5529093.230366176],[-1.1543981600071132E7,5529135.994955237],[-1.154369755756181E7,5529303.498235577],[-1.1543644297651753E7,5529328.448991797],[-1.1543583929547435E7,5529385.470332256],[-1.1543502273892554E7,5529481.673858126],[-1.1543399298796376E7,5529549.392502849],[-1.154327856155597E7,5529563.652139329]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.44","geometry":{"type":"MultiLineString","coordinates":[[[-1.1545574699228108E7,5525462.842659199],[-1.154558891569143E7,5525509.134824059],[-1.1545631518523496E7,5525573.235576989],[-1.1545663484432457E7,5525612.402732175],[-1.154570963494004E7,5525633.758016163],[-1.1545755785089431E7,5525647.9888569275],[-1.1545844518058984E7,5525633.704419125],[-1.1545943884831568E7,5525605.183382832],[-1.1546352083384521E7,5525608.58174506],[-1.154645147097419E7,5525633.473172358],[-1.1546561526685765E7,5525679.7208365835],[-1.1546639634414881E7,5525729.549369233],[-1.1546771010820853E7,5525800.726733598],[-1.1546884626018614E7,5525875.468450223],[-1.1547133174751116E7,5526017.820256599],[-1.1547193538959235E7,5526071.212362793],[-1.154729650691768E7,5526131.718477046],[-1.1547381748038298E7,5526224.275871792],[-1.1547538115589447E7,5526551.894235249],[-1.1547630482694706E7,5526662.264527903],[-1.1547655342282902E7,5526687.181132263],[-1.1547701500908231E7,5526701.403850587],[-1.1547761838555362E7,5526687.121489654],[-1.1547875406914309E7,5526640.759219162],[-1.1547928647810861E7,5526640.728151471],[-1.154796060424439E7,5526651.391470191],[-1.154803164948432E7,5526726.153942867],[-1.154809555850165E7,5526733.229701112],[-1.154823043548248E7,5526708.216816488],[-1.1548333356218724E7,5526676.088564269],[-1.1548464706113921E7,5526679.574157635],[-1.1548546366850464E7,5526686.639983198],[-1.1548553464771578E7,5526679.512138646]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.45","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535533528231682E7,5525446.448920358],[-1.1535618719383018E7,5525450.07135415],[-1.1535888410931325E7,5525528.625973641],[-1.1536030372144856E7,5525532.286979205],[-1.1536175894049784E7,5525553.7598153455]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.46","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547536614154777E7,5523820.208305767],[-1.1547643099494934E7,5523848.627251331],[-1.1547774415118871E7,5523873.475784163],[-1.1548189684745437E7,5523972.93364855],[-1.1548278427349934E7,5524001.365934942],[-1.1548452338620048E7,5524026.189624651],[-1.1548636911809871E7,5524083.04560652],[-1.154865466576964E7,5524100.832176588],[-1.154872570165645E7,5524186.25303699],[-1.1548846423130369E7,5524253.831130246],[-1.1548917426638315E7,5524289.3888739655],[-1.1549013276633253E7,5524324.935250619],[-1.1549325755849842E7,5524566.8744610725],[-1.154943583996564E7,5524638.014493206]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.47","geometry":{"type":"MultiLineString","coordinates":[[[-1.1545481814440424E7,5523650.184339995],[-1.15454924787894E7,5523703.604454048],[-1.154548896388285E7,5523813.994391856],[-1.154547479769573E7,5523863.855603064],[-1.1545485513705133E7,5524081.06412449],[-1.1545492613874882E7,5524109.55595389],[-1.15454962145778E7,5524273.360353934],[-1.1545517543690953E7,5524355.26265269],[-1.1545542392329833E7,5524397.986806914],[-1.1545563721909484E7,5524476.3284410285],[-1.1545560208069362E7,5524597.412835743],[-1.1545556675580489E7,5524647.277517534],[-1.1545556725517455E7,5524775.487736444],[-1.1545574509114215E7,5524892.998886042],[-1.15455638617904E7,5524917.932437929],[-1.1545560329818668E7,5524978.484456488],[-1.1545602942147085E7,5525014.086715092],[-1.1545620707776451E7,5525060.376331669],[-1.154561716023589E7,5525092.43373971],[-1.1545599428964252E7,5525142.302062501],[-1.1545574614204818E7,5525224.214887757],[-1.1545542681908578E7,5525252.726821376],[-1.154537943718936E7,5525316.879410847],[-1.1545312006640574E7,5525363.202243643],[-1.154514165821919E7,5525405.993305992],[-1.1545063576317064E7,5525448.752809157],[-1.154496422221846E7,5525555.629554713],[-1.1544925200892769E7,5525626.871744946],[-1.1544921650666801E7,5525658.9308091365],[-1.154493941407347E7,5525673.179721169]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.48","geometry":{"type":"MultiLineString","coordinates":[[[-1.1543391634387307E7,5523650.637715213],[-1.1543313577861112E7,5523746.795116478],[-1.1543267453377835E7,5523818.0148042785],[-1.154305453642284E7,5524117.164477714],[-1.1543050996786E7,5524138.519071317],[-1.154305099699681E7,5524270.282989247],[-1.1543093590933606E7,5524330.825247317],[-1.1543182315387405E7,5524384.239541041],[-1.1543200061934596E7,5524387.790669845],[-1.1543242660815705E7,5524430.5247976445],[-1.1543260412665525E7,5524480.377539259],[-1.1543299447505515E7,5524530.234299751],[-1.1543384636456296E7,5524601.455915786],[-1.154340592555955E7,5524647.747995201],[-1.154339883303682E7,5524690.487799701],[-1.154332786752809E7,5524783.081481628],[-1.1543317214257475E7,5524808.012002748],[-1.1543331423787666E7,5524900.608030368],[-1.1543363381161148E7,5524996.770056362],[-1.1543356298543295E7,5525139.216989082],[-1.1543342093265088E7,5525174.833638395],[-1.1543342119519731E7,5525338.670790788],[-1.1543420212287772E7,5525434.831338732],[-1.1543455704588424E7,5525470.44385913],[-1.1543558643477326E7,5525513.163513902],[-1.1543693521217825E7,5525534.514234227],[-1.1543760966235863E7,5525552.320144031],[-1.1543775163974933E7,5525566.556400566],[-1.1543949098839788E7,5525648.4507238725],[-1.1544037840319188E7,5525708.988880871],[-1.1544098197368126E7,5525769.5239816755],[-1.1544123054578567E7,5525837.194066054],[-1.1544130153835766E7,5525844.319150273],[-1.154413726467354E7,5525876.379875078],[-1.1544165673799323E7,5525929.80205778],[-1.1544218919723712E7,5525983.212451452],[-1.1544346717606857E7,5526036.614677108]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.49","geometry":{"type":"MultiLineString","coordinates":[[[-1.154203958360043E7,5523647.120196287],[-1.154198634590374E7,5523778.859653974],[-1.1541876328009076E7,5524006.769282627],[-1.154180889141884E7,5524170.56185292],[-1.1541787588310076E7,5524231.100842276],[-1.1541734352127789E7,5524337.929864771],[-1.154166336118414E7,5524423.3972947085],[-1.1541503640173618E7,5524562.270801704],[-1.1541482334101005E7,5524622.811599996],[-1.154146458731702E7,5524694.025521572],[-1.1541432640470045E7,5524768.810168825],[-1.1541379389799299E7,5524857.848023846],[-1.1541223210384078E7,5525021.64354071],[-1.15412090014819E7,5525046.570654834],[-1.1541201898382818E7,5525089.310415307],[-1.1541184138037136E7,5525185.460753823],[-1.1541116691441776E7,5525288.743081019],[-1.1540971125717416E7,5525505.97677422],[-1.1540924985240744E7,5525552.263251784],[-1.154086818536138E7,5525587.87242996],[-1.154075814743268E7,5525630.595012761],[-1.1540566466053024E7,5525662.604532809],[-1.1540491924984911E7,5525676.844398183],[-1.1540357039143523E7,5525683.92870186],[-1.1540275397814283E7,5525698.16317085],[-1.1540168904153375E7,5525744.42901846],[-1.1540122744262876E7,5525790.726321999],[-1.1540080147541907E7,5525812.0764039885],[-1.1539920419686873E7,5525826.279313084],[-1.153949084812143E7,5526079.044918611],[-1.153949079895158E7,5526207.259393024],[-1.1539465940436311E7,5526242.881579918],[-1.1539419794368664E7,5526257.10272875],[-1.1539277801738972E7,5526281.992798817],[-1.153918193735842E7,5526321.131614126],[-1.1539100279565763E7,5526370.980186007],[-1.1539043483963938E7,5526360.26987997],[-1.153899735065957E7,5526331.754547557],[-1.153890150346137E7,5526342.4057432655],[-1.1538798577611042E7,5526320.989924328],[-1.1538649528521372E7,5526239.009049555],[-1.153852176622269E7,5526160.589803015],[-1.1538457880218595E7,5526139.184211468],[-1.1537407227927426E7,5526088.788917892],[-1.1537066482802667E7,5526052.973084892],[-1.1536867761765905E7,5525978.0606982345],[-1.153683582005708E7,5525953.110409733],[-1.1536764859012626E7,5525910.314042632],[-1.1536626520165784E7,5525774.881594609],[-1.1536520078018691E7,5525700.020296136],[-1.1536356864049297E7,5525614.432523822],[-1.1536175894049784E7,5525553.7598153455]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.50","geometry":{"type":"MultiLineString","coordinates":[[[-1.1539498736505212E7,5523646.633963905],[-1.1539488086083444E7,5523675.118317203],[-1.1539484510278393E7,5523742.781822732],[-1.1539456107531002E7,5523781.939766275],[-1.1539374464260722E7,5523870.939004915],[-1.1539363790166205E7,5523959.954290268],[-1.1539356674201014E7,5523988.441411727],[-1.1539310534755226E7,5524009.795639259],[-1.1539133075598173E7,5524070.270634041],[-1.1538944952193458E7,5524152.104449913],[-1.1538817169124465E7,5524226.825141049],[-1.1538788769034069E7,5524255.312359431],[-1.1538799370654987E7,5524365.700589558],[-1.153873544086152E7,5524486.766258522],[-1.1538738973451853E7,5524511.686154065],[-1.1538756710247047E7,5524547.315093018],[-1.1538813453559231E7,5524618.559312485],[-1.1538820542174231E7,5524675.537722403],[-1.1538777940259216E7,5524707.578321621],[-1.1538678562852906E7,5524714.661422816],[-1.1538589822579142E7,5524718.174987015],[-1.1538589789836004E7,5524825.013940506],[-1.153856493277046E7,5524839.257453148],[-1.1538447802154439E7,5524871.258170131],[-1.1538373246716958E7,5524910.39799423],[-1.1538288024467304E7,5524992.271538969],[-1.1538266735548466E7,5524999.379654007],[-1.1538114115628492E7,5524999.3074593805],[-1.1538014737744112E7,5525020.631019832],[-1.1537801771000747E7,5525041.8922171695],[-1.1537762741837593E7,5525020.504168906],[-1.1537748580032067E7,5524956.393855403],[-1.1537727290995223E7,5524945.691403968],[-1.1537624346429447E7,5524970.569300659],[-1.1537553341644239E7,5525020.391346493],[-1.1537457509733753E7,5525027.464166509],[-1.1537425535849974E7,5525077.30360464],[-1.1537350912285274E7,5525241.088686224],[-1.1537308299906602E7,5525276.6721339775],[-1.153726570616357E7,5525273.088017372],[-1.153724798760755E7,5525237.467688948],[-1.1537216050423784E7,5525208.958867735],[-1.1536942735605799E7,5525258.658088403],[-1.153688239678719E7,5525251.49449274],[-1.1536811429341419E7,5525237.197311249],[-1.153674047902093E7,5525173.046631496],[-1.1536722743360126E7,5525158.796955048],[-1.1536516876865655E7,5525172.91094354],[-1.1536477831240354E7,5525187.122143141],[-1.1536477782099275E7,5525254.798504895],[-1.1536559341881957E7,5525375.939126262],[-1.1536559313067578E7,5525422.244982256],[-1.1536527345388424E7,5525443.587104135],[-1.1536445700849777E7,5525457.78671745],[-1.1536349883937014E7,5525443.4761489],[-1.15362824418788E7,5525454.111807316],[-1.1536229181674315E7,5525482.570700822],[-1.1536175894049784E7,5525553.7598153455]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}}],"crs":{"type":"EPSG","properties":{"code":"900913"}},"bbox":[-1.1549442257220494E7,5523646.633963905,-1.153552984835446E7,5543138.326439199]} \ No newline at end of file +{"type":"FeatureCollection","features":[{"type":"Feature","id":"streams.1","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535530151281454E7,5538965.326740315],[-1.153555857654714E7,5538979.6119631175],[-1.153558700190292E7,5538993.897120591],[-1.1535608319755822E7,5539018.890658407],[-1.153562962771936E7,5539040.302691109],[-1.1535675795042211E7,5539086.711814707],[-1.1535697087507512E7,5539136.66232918],[-1.1535697026295805E7,5539222.264014335],[-1.1535675642338514E7,5539286.453749215],[-1.1535675615239568E7,5539325.694848532],[-1.1535671987388123E7,5539421.996722086],[-1.1535693285238378E7,5539454.111783107],[-1.1535782094956575E7,5539536.227849283],[-1.1535782061138527E7,5539582.590897244]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.2","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535782061138527E7,5539582.590897244],[-1.1535764232172767E7,5539646.787060577],[-1.1535749939101033E7,5539743.081185466],[-1.1535728538474577E7,5539835.815314621],[-1.1535689382834157E7,5539907.126068551],[-1.1535639567609154E7,5539971.304720833],[-1.1535639529272528E7,5540021.237577095],[-1.1535728332997622E7,5540114.048269627],[-1.1535735417904038E7,5540139.029423949],[-1.1535731793930829E7,5540231.772134127],[-1.1535696177164702E7,5540317.360655972],[-1.1535625013928767E7,5540406.494186175],[-1.153559654664301E7,5540427.87062202],[-1.1535575185495852E7,5540467.093834427],[-1.153558580205205E7,5540527.758270654],[-1.1535614216074942E7,5540570.588756409],[-1.1535656846750136E7,5540606.284436695],[-1.1535671038413825E7,5540649.114090132],[-1.153569944668642E7,5540684.808876407],[-1.1535692292487582E7,5540752.577893593]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.3","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535532341418555E7,5540698.945282857],[-1.1535575002403421E7,5540706.1127004465],[-1.153568162885073E7,5540749.012761549],[-1.1535692292487582E7,5540752.577893593]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.4","geometry":{"type":"MultiLineString","coordinates":[[[-1.153841209465136E7,5540722.192903068],[-1.1538380101765191E7,5540729.3047492895],[-1.1538280560457539E7,5540722.121126103],[-1.1538049516203916E7,5540604.283754761],[-1.1537974855120819E7,5540611.374099396],[-1.1537878841895934E7,5540657.707491016],[-1.1537818394326814E7,5540675.511833099],[-1.1537747285965068E7,5540668.331441184],[-1.15376762033423E7,5540646.89322094],[-1.1537629994985908E7,5540611.189468962],[-1.1537573108957533E7,5540621.859320458],[-1.1537448679888034E7,5540614.645549661],[-1.15373918347563E7,5540561.106540248],[-1.1537370517435664E7,5540525.423382678],[-1.153728163400376E7,5540532.495579064],[-1.1537182049940867E7,5540593.089455507],[-1.1537089594106738E7,5540617.995974879],[-1.1537039841300178E7,5540603.693796272],[-1.153701496639858E7,5540571.574287599],[-1.1536936770813376E7,5540539.420315951],[-1.153686217646998E7,5540443.048209941],[-1.1536787522339685E7,5540443.007101462],[-1.153672709686501E7,5540421.557715689],[-1.1536531562895784E7,5540424.996103085],[-1.1536414152581051E7,5540546.202881865],[-1.1536382151708614E7,5540560.457253429],[-1.1536346595256591E7,5540560.422378621],[-1.153631817431744E7,5540535.433557415],[-1.1536314622161234E7,5540517.59066952],[-1.1536247078757387E7,5540517.552111754],[-1.1536225741339365E7,5540535.370266297],[-1.1536218559516273E7,5540620.977741665],[-1.1536172320979573E7,5540663.760530644],[-1.1536133158248184E7,5540727.943570556],[-1.1536086947797142E7,5540727.911199832],[-1.153601586206757E7,5540699.323859711],[-1.1535923421023376E7,5540692.107394053],[-1.15358629767492E7,5540702.776949389],[-1.153570648920993E7,5540777.568314772],[-1.1535695833249928E7,5540766.853306828],[-1.1535692292487582E7,5540752.577893593]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.5","geometry":{"type":"MultiLineString","coordinates":[[[-1.153636187739889E7,5533902.492902474],[-1.1536337006247744E7,5533916.730073056],[-1.1536255230310455E7,5534002.231624411],[-1.1536205469351195E7,5534034.284735497],[-1.153613084669362E7,5534069.878545615],[-1.1535967383967932E7,5534116.106472461],[-1.1535906961958898E7,5534148.147517918],[-1.1535871401011065E7,5534190.895811183],[-1.1535857166063445E7,5534226.535258092],[-1.1535864225001443E7,5534287.14045183],[-1.1535892596141033E7,5534354.898695218],[-1.1535910361828616E7,5534369.178795512],[-1.1535938733556975E7,5534436.9375092955],[-1.1535952903334E7,5534493.985762737],[-1.1535952867253095E7,5534543.888923681],[-1.1535935049929032E7,5534608.050457538],[-1.1535878159243356E7,5534672.1867608875],[-1.1535746638826413E7,5534757.639747454],[-1.1535615135290181E7,5534811.014850216],[-1.153552984835446E7,5534828.7810558705]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.6","geometry":{"type":"MultiLineString","coordinates":[[[-1.1538242211156717E7,5531857.612471566],[-1.153818176933445E7,5531964.502080304],[-1.153818174273328E7,5532017.970318099],[-1.1538242103385987E7,5532057.19828609],[-1.1538327339073373E7,5532085.750952836],[-1.1538362844478074E7,5532110.715473729],[-1.153837705479782E7,5532128.549197422],[-1.153837703481405E7,5532174.875163082],[-1.1538327285123892E7,5532196.239761389],[-1.1537982728406424E7,5532231.720592338],[-1.1537911676874166E7,5532270.889878659],[-1.1537847698643E7,5532349.261720043],[-1.1537794351046711E7,5532459.724729936],[-1.1537769439737413E7,5532548.823310873],[-1.1537755197384119E7,5532623.658198171],[-1.1537740975355875E7,5532637.919786472],[-1.1537705463612625E7,5532637.891030503],[-1.1537687709227089E7,5532627.196179155],[-1.153767707564433E7,5532563.035247469],[-1.1537638026654081E7,5532527.369669458],[-1.1537542119171519E7,5532530.869015906],[-1.1537456860016022E7,5532545.084616283],[-1.1537343201548444E7,5532534.321900581],[-1.1537233065103624E7,5532559.20827062],[-1.1537080287573207E7,5532626.847323974],[-1.1537009227881702E7,5532651.751737546],[-1.1536923945857828E7,5532705.161419095],[-1.1536913268846473E7,5532726.540608905],[-1.1536899040313162E7,5532762.176129089],[-1.1536906106358489E7,5532837.030600972],[-1.1536923810140675E7,5532919.024857483],[-1.1536927304571232E7,5533015.266883581],[-1.1536913077678654E7,5533033.0786445765],[-1.153689877512717E7,5533197.040819526],[-1.1536923545999635E7,5533353.896981525],[-1.1536927026530383E7,5533450.1433253065],[-1.1536909237553542E7,5533492.908637971],[-1.153687724642034E7,5533524.965815377],[-1.1536834609026723E7,5533542.766754934],[-1.1536784874465974E7,5533535.604860979],[-1.153660728176886E7,5533492.714511456],[-1.1536550442466335E7,5533499.805342846],[-1.1536490019794064E7,5533538.978470588],[-1.153647935137189E7,5533563.924416952],[-1.15364686323458E7,5533642.3336469615],[-1.153647925154673E7,5533713.64780143],[-1.153646855602689E7,5533767.101803808],[-1.1536447214653108E7,5533806.299011545],[-1.1536369004064472E7,5533881.108238548],[-1.153636187739889E7,5533902.492902474]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.7","geometry":{"type":"MultiLineString","coordinates":[[[-1.1538793257712746E7,5530628.340398937],[-1.153879324296665E7,5530649.724485328],[-1.1538750605564455E7,5530692.463339557],[-1.153873639488737E7,5530717.401903004],[-1.1538743458020305E7,5530795.816419447],[-1.1538747016663712E7,5530806.497338537],[-1.153875410060625E7,5530835.014982437],[-1.1538789589317106E7,5530899.179791762],[-1.1538786030025734E7,5530909.869673125],[-1.1538821529040197E7,5530959.778322118],[-1.1538846363495428E7,5531002.551227697],[-1.1538846367717672E7,5531016.808091396],[-1.1538860556276238E7,5531045.317177001],[-1.153887120426984E7,5531077.402335395],[-1.1538896036849026E7,5531123.739863298],[-1.1538899593373183E7,5531137.985316029],[-1.1538917331647275E7,5531170.075370753],[-1.1539009643921472E7,5531252.073458939],[-1.1539119715698695E7,5531316.275487987],[-1.1539254633891802E7,5531433.929623901],[-1.153930079388779E7,5531483.846187583],[-1.153933273698299E7,5531547.997202152],[-1.1539329142421104E7,5531637.10485388],[-1.1539311379994659E7,5531683.43135426],[-1.1539279398704002E7,5531701.232990297],[-1.1539130218782837E7,5531722.56500801],[-1.1539073368867291E7,5531765.300921648],[-1.1539041374527404E7,5531843.698330324],[-1.1538995206343442E7,5531847.246049488],[-1.153895969537848E7,5531829.4136547595],[-1.1538874438083265E7,5531832.947967648],[-1.15388247031416E7,5531857.865237008],[-1.1538764312436454E7,5531900.611601525],[-1.1538707478016105E7,5531897.021172011],[-1.1538671972467154E7,5531872.058576806],[-1.1538650678721825E7,5531843.541565701],[-1.153865069591385E7,5531779.394720179],[-1.1538672043145442E7,5531711.685244811],[-1.1538721803587265E7,5531629.738433115],[-1.1538721824497296E7,5531579.836772199],[-1.1538693424442379E7,5531554.880139843],[-1.1538608197546512E7,5531519.203912255],[-1.1538505193748744E7,5531526.286531223],[-1.153843413073102E7,5531572.585550633],[-1.1538363070681667E7,5531633.128010452],[-1.1538355961843597E7,5531658.073764011],[-1.153825997725838E7,5531832.674329884],[-1.1538242211156717E7,5531857.612471566]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.8","geometry":{"type":"MultiLineString","coordinates":[[[-1.154327856155597E7,5529563.652139329],[-1.1543275016380247E7,5529602.8516549105],[-1.1543257265386349E7,5529642.048493707],[-1.1543235967811566E7,5529656.299058458],[-1.154315783961606E7,5529770.335261575],[-1.1543125886564728E7,5529852.294514431],[-1.1543111689407874E7,5529941.371770229],[-1.1543108150605509E7,5530012.633166443],[-1.1543093948890558E7,5530119.545161559],[-1.1543061999502605E7,5530240.696162936],[-1.1543026484635815E7,5530294.146871684],[-1.1543005172598137E7,5530301.283849335],[-1.1542969656196728E7,5530297.725734386],[-1.1542937696783528E7,5530272.770868372],[-1.1542905742432354E7,5530226.446667267],[-1.1542891533544293E7,5530176.562820509],[-1.1542838263650997E7,5530098.172947909],[-1.1542763692472324E7,5530101.732243494],[-1.154259323160911E7,5530190.825990347],[-1.1542458279189592E7,5530201.507760728],[-1.1542397905311754E7,5530233.579194304],[-1.1542316226105219E7,5530247.838418665],[-1.1542270058866749E7,5530368.997812929],[-1.1542262955283573E7,5530415.313052136],[-1.1542220340853918E7,5530483.02946522],[-1.1542170624411495E7,5530500.8337156335],[-1.1542081834352072E7,5530486.57681565],[-1.1542039221268592E7,5530461.628790987],[-1.1541978847625442E7,5530401.048854877],[-1.1541964651446482E7,5530368.982558337],[-1.1541946898978246E7,5530351.156782774],[-1.1541922040084418E7,5530301.267131269],[-1.1541875872668844E7,5530247.806281343],[-1.1541858116602551E7,5530240.686238495],[-1.1541801301083611E7,5530247.807846891],[-1.1541765784086209E7,5530286.9979358055],[-1.1541662788725363E7,5530425.967620417],[-1.1541605951747816E7,5530486.5335646765],[-1.1541531374084834E7,5530497.224809035],[-1.1541439043376883E7,5530458.012480042],[-1.1541353822776003E7,5530404.546545337],[-1.154119759101943E7,5530265.544102787],[-1.1541140779050404E7,5530197.833800552],[-1.1541101718470862E7,5530180.01147113],[-1.1541041352755295E7,5530183.562858679],[-1.1540956106162269E7,5530229.868912204],[-1.1540856676314585E7,5530222.737656888],[-1.15407430521201E7,5530190.637489119],[-1.1540672012158917E7,5530204.872658401],[-1.1540604523600943E7,5530304.642870148],[-1.1540579654764485E7,5530318.88614928],[-1.1540448264052205E7,5530329.554140044],[-1.154022451703607E7,5530415.014039435],[-1.1540157026317911E7,5530429.247386814],[-1.1540061143107945E7,5530429.22302253],[-1.1539951082889648E7,5530350.797036401],[-1.1539890719998522E7,5530322.265433607],[-1.1539787758085012E7,5530233.1506636655],[-1.1539752257980272E7,5530204.63301157],[-1.153966703212151E7,5530204.610783907],[-1.1539599540024308E7,5530222.403531739],[-1.153953561212519E7,5530265.145530141],[-1.1539496525094282E7,5530318.580044157],[-1.1539471656209014E7,5530375.587644946],[-1.153942543758101E7,5530518.117405887],[-1.1539393426556552E7,5530635.695638381],[-1.1539372102914289E7,5530678.450760119],[-1.1539350785563577E7,5530710.527910929],[-1.1539283296317091E7,5530739.011604272],[-1.153916609894899E7,5530738.964055118],[-1.1539080889319187E7,5530706.859798275],[-1.1539041835657064E7,5530660.515182709],[-1.1539020550841033E7,5530599.926527468],[-1.153898506130565E7,5530557.148808721],[-1.1538931789292574E7,5530549.998857778],[-1.1538896264116514E7,5530560.680651061],[-1.1538835870436369E7,5530621.227614736],[-1.1538793257712746E7,5530628.340398937]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.9","geometry":{"type":"MultiLineString","coordinates":[[[-1.1544346717606857E7,5526036.614677108],[-1.1544350266090898E7,5526057.988589757],[-1.1544407077181298E7,5526122.086044691],[-1.1544407100305725E7,5526196.881159272],[-1.1544368070325136E7,5526289.499986714],[-1.154435744156281E7,5526374.996897534],[-1.1544346789417995E7,5526396.370540712],[-1.1544343251332292E7,5526421.3073988855],[-1.1544307770515017E7,5526506.803557612],[-1.1544282915957509E7,5526542.42614049],[-1.1544215514469953E7,5526731.220040973],[-1.1544197773578852E7,5526766.8441017205],[-1.154419422029921E7,5526798.906800318],[-1.1544180029219236E7,5526838.093991559],[-1.1544155188251233E7,5526863.029931528],[-1.1544084191215256E7,5526895.100373341],[-1.154398479315926E7,5526902.242885862],[-1.1543924446871419E7,5526930.750812928],[-1.1543906703135094E7,5526977.06294057],[-1.1543910278999222E7,5527112.431026983],[-1.1543935139157452E7,5527172.986113454],[-1.1543967108587278E7,5527286.969702384],[-1.154396712376454E7,5527397.4020979805],[-1.154395293159677E7,5527429.46583286],[-1.1543938726645673E7,5527450.840981205],[-1.154384999171888E7,5527539.915224406],[-1.1543818053433714E7,5527618.294413213],[-1.154380384835494E7,5527636.106892094],[-1.1543700924394218E7,5527896.187843118],[-1.1543633486876689E7,5528081.4555577915],[-1.1543587339571519E7,5528170.525513759],[-1.1543534093097383E7,5528238.216164681],[-1.1543413386591006E7,5528334.428471441],[-1.1543225221561767E7,5528437.753354804],[-1.1543150670387212E7,5528544.649047937],[-1.1543097419444375E7,5528672.915626762],[-1.1543097419072533E7,5528740.604443138],[-1.1543118720553553E7,5528765.538207877],[-1.1543186185177363E7,5528797.608330116],[-1.1543232358082537E7,5528897.363999217],[-1.1543235904953532E7,5528918.744963528],[-1.1543250106292643E7,5528936.550705024],[-1.1543260768147489E7,5528965.060186204],[-1.154326787761515E7,5529071.950543305],[-1.1543243030601334E7,5529153.90545739],[-1.1543161368299277E7,5529275.048051118],[-1.1543129413726196E7,5529307.113182154],[-1.1543129411772259E7,5529381.94780325],[-1.1543211089161089E7,5529471.0124705],[-1.1543260814176071E7,5529513.771963935],[-1.154327856436367E7,5529549.397636253],[-1.154327856155597E7,5529563.652139329]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.10","geometry":{"type":"MultiLineString","coordinates":[[[-1.154493941407347E7,5525673.179721169],[-1.1544911014459135E7,5525698.114409041],[-1.154459513609483E7,5525776.557937283],[-1.1544499299077034E7,5525812.188999363],[-1.1544421236381982E7,5525890.567281811],[-1.1544360908218969E7,5525976.057093709],[-1.1544350256039644E7,5526004.554337007],[-1.1544346717606857E7,5526036.614677108]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.11","geometry":{"type":"MultiLineString","coordinates":[[[-1.1545574699228108E7,5525462.842659199],[-1.1545390136262385E7,5525494.953270239],[-1.1545265919703161E7,5525527.058744533],[-1.1545113317891784E7,5525594.770152824],[-1.1545013934597101E7,5525644.668547017],[-1.154493941407347E7,5525673.179721169]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.12","geometry":{"type":"MultiLineString","coordinates":[[[-1.154648643585443E7,5524418.996684705],[-1.1546440329524308E7,5524472.429612959],[-1.1546380030438192E7,5524565.057578535],[-1.1546323295388872E7,5524668.356994915],[-1.1546206281847436E7,5524949.743434589],[-1.1546167271646041E7,5525013.8767177295],[-1.1545989879350713E7,5525213.3805736555],[-1.1545869239246506E7,5525316.718995446],[-1.1545826658359129E7,5525345.21920377],[-1.154580537489338E7,5525363.045413507],[-1.1545688263933785E7,5525427.185929773],[-1.1545574699228108E7,5525462.842659199]]]},"geometry_name":"the_geom","properties":{"cat":1,"label":""}},{"type":"Feature","id":"streams.13","geometry":{"type":"MultiLineString","coordinates":[[[-1.1542916699880388E7,5542375.138357409],[-1.1543112283549342E7,5542396.542602943],[-1.1543176291061113E7,5542432.21574976],[-1.1543208292564994E7,5542460.758085581],[-1.1543233183312569E7,5542542.828753207],[-1.1543258085631207E7,5542574.938544144],[-1.1543279426688282E7,5542628.473773805],[-1.1543279423762958E7,5542642.734511492],[-1.1543290091708079E7,5542649.874275621],[-1.154329365126641E7,5542699.837244184],[-1.1543304319512434E7,5542706.962990668],[-1.1543304324384158E7,5542814.011733072],[-1.1543247429198902E7,5542956.751438279],[-1.1543222549243852E7,5543131.606482741]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.14","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540007987045983E7,5542196.3035730915],[-1.1539904850112604E7,5542249.7991996715],[-1.153970924671296E7,5542303.251571912],[-1.1539698578559533E7,5542324.656513296],[-1.153970210636085E7,5542417.427917487],[-1.1539709208237622E7,5542435.275251471],[-1.153970563527401E7,5542485.233745371],[-1.153963804565491E7,5542581.545617285],[-1.1539627363001471E7,5542602.950884585],[-1.153963089385021E7,5542667.175371186],[-1.1539705548695454E7,5542742.136520925],[-1.1539751739377024E7,5542838.492814649],[-1.1539876167007988E7,5542974.13997812],[-1.1539925938773442E7,5543009.843693139],[-1.153998637637688E7,5543077.659275509],[-1.154000770981831E7,5543113.346466285],[-1.1540004138656782E7,5543138.326439199]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.15","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540345830296071E7,5542028.7038684795],[-1.1540303155501889E7,5542053.673921346],[-1.1540253367949003E7,5542078.639893838],[-1.1540086250891266E7,5542078.588212791]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.16","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540865172700934E7,5541122.598437291],[-1.1540858057669425E7,5541158.276203563],[-1.154080825062505E7,5541265.296111007],[-1.154074423943591E7,5541329.505759103],[-1.1540687332405148E7,5541407.977740752],[-1.1540637550731223E7,5541457.921889056],[-1.1540665957124643E7,5541597.07044331],[-1.1540655288435942E7,5541625.611487957],[-1.154057348520756E7,5541732.619316766],[-1.1540548578555373E7,5541786.131658121],[-1.1540527220348641E7,5541853.91958772],[-1.1540448988536654E7,5541871.748442844],[-1.1540438320731359E7,5541896.721677235]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.17","geometry":{"type":"MultiLineString","coordinates":[[[-1.1546582186271897E7,5540658.210971161],[-1.1546596447921582E7,5540729.554557318],[-1.1546614233905941E7,5540775.921707353],[-1.1546614250541631E7,5540793.761922192],[-1.1546628477714E7,5540818.721801082],[-1.1546688977258017E7,5540961.406470106],[-1.154670680226602E7,5541072.000837669],[-1.1546699707791507E7,5541093.410874134],[-1.1546664166930327E7,5541121.961635194],[-1.1546621513741354E7,5541150.527449844],[-1.1546625076261196E7,5541193.3306677565],[-1.1546642874889892E7,5541225.441688839],[-1.154663222703832E7,5541264.679428507],[-1.1546593127527565E7,5541282.54042352],[-1.1546511340175636E7,5541289.716452844],[-1.154651142418688E7,5541493.078573183],[-1.1546482995236302E7,5541535.902006145],[-1.154647234142153E7,5541539.471930466],[-1.1546429668070158E7,5541539.491507893],[-1.15463692138246E7,5541535.944756954],[-1.1546358564622805E7,5541578.765825418],[-1.154637636540284E7,5541628.706276308],[-1.1546443973957714E7,5541735.720570762],[-1.154644753149904E7,5541746.425220696],[-1.1546454646365328E7,5541764.252129932],[-1.1546468890669571E7,5541807.071133926],[-1.1546465357024284E7,5541871.289107134],[-1.154641558943722E7,5541917.699311033],[-1.1546412072007995E7,5542003.329048789],[-1.1546383637958627E7,5542021.175136901],[-1.1546195168187005E7,5542021.252454573],[-1.1546177403228745E7,5542046.233813161],[-1.1546159640567904E7,5542096.194706087],[-1.1546163234015165E7,5542188.962361272],[-1.1546177479187332E7,5542246.043986932],[-1.1546170404108655E7,5542345.965443253],[-1.1546159752291093E7,5542381.652785965],[-1.1546109981534293E7,5542438.755679643],[-1.1546010431243654E7,5542470.910462788],[-1.154594643290921E7,5542524.445436024],[-1.1545900231032738E7,5542592.2681225855],[-1.1545900248099955E7,5542635.078750245],[-1.154587892688194E7,5542695.748689705],[-1.1545854046185987E7,5542717.176969453],[-1.1545811367190994E7,5542710.042017159],[-1.1545761574191839E7,5542692.229124755],[-1.1545679788030183E7,5542702.9534471715],[-1.154563356794803E7,5542735.088255574],[-1.154561580042583E7,5542770.776690666],[-1.1545612274300504E7,5542835.001180424],[-1.1545626501320459E7,5542852.844634449],[-1.154563005957309E7,5542892.08729319],[-1.154562653339555E7,5542959.895520507],[-1.154558744170613E7,5543066.963024261],[-1.1545583899906386E7,5543088.362605501],[-1.1545573230362317E7,5543106.207383496]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.18","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540332501658995E7,5538693.215966135],[-1.1540371571661536E7,5538810.939998798],[-1.1540378657234665E7,5538857.303381484],[-1.1540467464653794E7,5539096.30148414],[-1.1540499448909055E7,5539146.246823858],[-1.1540527865491252E7,5539221.161916328],[-1.1540591819756662E7,5539353.14625633],[-1.1540616682482628E7,5539428.060956898],[-1.1540623791147137E7,5539431.632013342],[-1.154062379612217E7,5539449.469432798],[-1.1540634458250334E7,5539456.609742624],[-1.154067351728748E7,5539667.069962637],[-1.1540673501146743E7,5539727.704298789],[-1.1540645001262851E7,5539952.43516965],[-1.1540659212129543E7,5540002.375619405],[-1.15406663176727E7,5540013.082191972],[-1.1540676967598265E7,5540102.265941901],[-1.1540662735942505E7,5540177.181118353],[-1.1540584483380154E7,5540319.851932518],[-1.1540538254548674E7,5540359.073887446],[-1.1540463593087755E7,5540373.334236803],[-1.154032494642022E7,5540383.991838678],[-1.1540282269225413E7,5540401.82160685],[-1.1540264485659212E7,5540437.490223468],[-1.1540260916696124E7,5540487.438145736],[-1.154024312357925E7,5540565.907601841],[-1.1540207545295719E7,5540630.110014141],[-1.1540125769682076E7,5540669.339567297],[-1.1540019099522304E7,5540690.714341161],[-1.1539734678399667E7,5540697.7521858625],[-1.1539660023098666E7,5540672.759055533],[-1.1539596025196256E7,5540687.005220802],[-1.153952135320548E7,5540711.947973004],[-1.1539446705581756E7,5540697.657033591],[-1.1539386251222922E7,5540708.335875241],[-1.1539347133765219E7,5540736.854095535],[-1.1539258249244357E7,5540743.959862229],[-1.1539251109610524E7,5540829.572395869],[-1.15392190886037E7,5540879.503033018],[-1.1539179964908313E7,5540915.1710834745],[-1.1539087498339381E7,5540979.347301505],[-1.1539059058208814E7,5540990.046229367],[-1.1538991502088642E7,5540982.877722685],[-1.1538934620980477E7,5540965.012113812],[-1.1538827980892362E7,5540915.027033074],[-1.1538724888995916E7,5540897.141599321],[-1.1538589790008673E7,5540886.381548291],[-1.1538554245011045E7,5540868.529442452],[-1.1538540035026267E7,5540850.679034918],[-1.1538529377393862E7,5540818.559205584],[-1.1538493858999899E7,5540765.041601181],[-1.1538458308645215E7,5540736.485350139],[-1.153841209465136E7,5540722.192903068]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.19","geometry":{"type":"MultiLineString","coordinates":[[[-1.1546154739540441E7,5538468.189261681],[-1.1546165425047612E7,5538532.382321553],[-1.1546165445857465E7,5538596.576928569],[-1.1546112157711621E7,5538682.208692808],[-1.154611573140466E7,5538728.567984838],[-1.1546147744541313E7,5538767.790247649],[-1.1546229516143227E7,5538821.2618938675],[-1.1546240199180571E7,5538856.933351825],[-1.1546247312669665E7,5538885.456552505],[-1.1546265089985754E7,5538903.290862888],[-1.1546297104788283E7,5538946.080647272],[-1.1546311329552302E7,5538981.73783431],[-1.154629357054119E7,5539003.143958475],[-1.1546297129383508E7,5539035.249351312],[-1.1546346922422307E7,5539092.29279617],[-1.1546346939020038E7,5539113.6970850555],[-1.1546314961088166E7,5539152.956130249],[-1.1546254543254666E7,5539206.473946334],[-1.1546176363562683E7,5539270.709997525],[-1.1546098164199056E7,5539288.583111082],[-1.1546044870561488E7,5539363.504467751],[-1.154602355737193E7,5539413.450906429],[-1.1546012925514594E7,5539481.220270157],[-1.154602714974227E7,5539516.89401527],[-1.154607694245173E7,5539563.253415865],[-1.1546144481435709E7,5539577.488750404],[-1.1546272475539483E7,5539591.703130195],[-1.154630803243337E7,5539620.225303713],[-1.1546311607193166E7,5539666.603311912],[-1.1546286723306537E7,5539698.714329764],[-1.154619431722144E7,5539755.820332253],[-1.154619078098106E7,5539805.767419201],[-1.1546226374069361E7,5539905.643859756],[-1.1546251280787554E7,5539944.871616339],[-1.15463010845591E7,5540055.436588514],[-1.1546425572525688E7,5540180.236465865],[-1.1546510934763039E7,5540283.6629013745],[-1.1546539401348589E7,5540337.16231204],[-1.1546521665758096E7,5540440.618708805],[-1.1546525245046528E7,5540508.394073453],[-1.1546550175719371E7,5540597.574677081],[-1.1546582186271897E7,5540658.210971161]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.20","geometry":{"type":"MultiLineString","coordinates":[[[-1.1539369520323189E7,5537894.00364275],[-1.1539344520476187E7,5538207.847231272],[-1.153932316911099E7,5538264.90501464],[-1.1539191580211485E7,5538485.988898209],[-1.1539163143505218E7,5538503.805473625],[-1.1539060044310639E7,5538535.867929429],[-1.1538988945314601E7,5538578.638833187],[-1.1538882268434046E7,5538682.025843387],[-1.1538868031316916E7,5538706.985840326],[-1.153884314076639E7,5538735.505761583],[-1.1538800454077099E7,5538813.953769967],[-1.1538779091682186E7,5538899.5518624],[-1.1538718624383526E7,5538963.733034462],[-1.1538690187832264E7,5538977.981765169],[-1.1538626213359222E7,5538974.382404902],[-1.1538373829472056E7,5538977.832939253],[-1.1538263639014283E7,5538956.373576443],[-1.1538075249312647E7,5538974.119884577],[-1.1537972155543927E7,5538970.498780599],[-1.1537886845308308E7,5538974.025628045],[-1.1537861942359295E7,5539013.245373084],[-1.1537858372487808E7,5539048.915317263],[-1.1537829931949899E7,5539048.892144014],[-1.1537730427719822E7,5539002.46407356],[-1.1537481575848814E7,5539048.70001863],[-1.153739983207865E7,5539037.956288076],[-1.1537335874709142E7,5538998.675063269],[-1.1537271916107904E7,5538945.13847016],[-1.1537190178397175E7,5538912.98947528],[-1.1536948456193263E7,5538937.7992696185],[-1.1536884482666845E7,5538934.201697857],[-1.1536845393874729E7,5538916.329562267],[-1.1536738789373377E7,5538866.331669809],[-1.1536539753266146E7,5538819.825933828],[-1.1536443782642722E7,5538819.761772127],[-1.1536401105746016E7,5538851.839186621],[-1.153628373179399E7,5538955.187749378],[-1.1536216164866092E7,5539005.07656605],[-1.1536145049456226E7,5539033.557821733],[-1.1536056172418809E7,5539047.765644491],[-1.1536020610678462E7,5539072.700644294],[-1.1535995713964155E7,5539097.646439605],[-1.1535938821670257E7,5539108.304181188],[-1.1535924593299193E7,5539129.707553522],[-1.1535928049572572E7,5539254.539401412],[-1.1535878191703705E7,5539379.346375086],[-1.1535871043445505E7,5539443.552587629],[-1.1535870962497087E7,5539536.291804986],[-1.153583183940927E7,5539564.791124853],[-1.1535782061138527E7,5539582.590897244]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.21","geometry":{"type":"MultiLineString","coordinates":[[[-1.1545688902321601E7,5537865.600598029],[-1.1545703121720454E7,5537879.867299306],[-1.1545728037373187E7,5537965.457525231],[-1.1545749367030209E7,5537986.843683542],[-1.1545795563997218E7,5537979.692781982],[-1.1545841758235952E7,5537936.886725775],[-1.1545880860283706E7,5537940.436797655],[-1.1545895081645144E7,5537972.523782057],[-1.15459057624312E7,5538008.19230438],[-1.1545941312355008E7,5538040.277814352],[-1.1546005300374107E7,5538068.779898045],[-1.1546015980454465E7,5538090.180861857],[-1.1546016017362231E7,5538190.0424031485],[-1.1546008909633586E7,5538211.444980499],[-1.1546012482128602E7,5538254.248954253],[-1.1546026703798126E7,5538279.20279326],[-1.1546030259882692E7,5538293.4705818165],[-1.1546040940175734E7,5538311.290967784],[-1.1546044495973442E7,5538321.991760363],[-1.1546058716962054E7,5538339.825679292],[-1.154607295354398E7,5538371.914018473],[-1.1546108507877698E7,5538428.969714684],[-1.1546154739540441E7,5538468.189261681]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.22","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547000120762346E7,5537248.103660023],[-1.154699663019472E7,5537358.657160902],[-1.1546914969323859E7,5537551.276094442],[-1.1546914991300823E7,5537594.07737225],[-1.154692921580147E7,5537626.161577493],[-1.1546925700585367E7,5537686.798074415],[-1.1546911484849192E7,5537701.0679561775],[-1.1546886603936372E7,5537708.206193276],[-1.1546836876101105E7,5537758.165148492],[-1.1546829817126531E7,5537882.992584882],[-1.154679784461933E7,5537915.1003664695],[-1.154676942212235E7,5537922.253314467],[-1.15467480999745E7,5537957.925904653],[-1.15467303627203E7,5538007.866104956],[-1.1546709054789862E7,5538047.106085412],[-1.1546652200280134E7,5538093.485773764],[-1.1546588234364549E7,5538132.746502268],[-1.1546577592530942E7,5538189.820021297],[-1.1546527859347813E7,5538232.645808808],[-1.1546417677153436E7,5538257.658397774],[-1.154637859132753E7,5538282.632842188],[-1.1546335967923803E7,5538336.144173753],[-1.1546318217514656E7,5538418.189009686],[-1.1546289796224885E7,5538450.296380042],[-1.1546154739540441E7,5538468.189261681]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.23","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540777160396352E7,5537056.3591323905],[-1.1540933527852293E7,5537045.69195207],[-1.1540993948276255E7,5537052.825129904],[-1.1541025921007408E7,5537088.49109139],[-1.154105079744905E7,5537127.734640668],[-1.1541064987242034E7,5537220.443905254],[-1.1541079202634389E7,5537256.116480973],[-1.1541111156633373E7,5537398.768230859],[-1.154112182598933E7,5537416.606532848],[-1.1541143124298306E7,5537512.888500592],[-1.1541175102161821E7,5537573.522975616],[-1.1541214192646444E7,5537627.0273997],[-1.15412532698985E7,5537712.618830175],[-1.1541263918525437E7,5537780.378591206],[-1.1541278146294111E7,5537791.085400698],[-1.1541281682466626E7,5537833.888676838],[-1.1541292339091783E7,5537883.815091889],[-1.1541285228632769E7,5537951.582657548],[-1.1541292316923855E7,5538033.610189928],[-1.1541334963453881E7,5538090.671232437],[-1.1541345618532702E7,5538112.077334314],[-1.1541377607286768E7,5538154.880363526],[-1.1541466452433564E7,5538247.616724013],[-1.1541516205114253E7,5538283.293034181],[-1.1541565961042056E7,5538311.835200064],[-1.1541626383366767E7,5538336.800364216],[-1.1541715248522308E7,5538351.089206848],[-1.154188940775969E7,5538351.098284918],[-1.1541935607850555E7,5538386.7714260705],[-1.1541953384759728E7,5538418.867440259],[-1.154203512060961E7,5538493.776860829],[-1.1542099104575671E7,5538547.27765696],[-1.1542248379958168E7,5538686.390026934],[-1.1542248386965783E7,5538707.793217501],[-1.1542276819989633E7,5538729.191493831],[-1.1542308807288101E7,5538796.964586644],[-1.154230880239374E7,5538900.400377701],[-1.1542294578791479E7,5538911.097509544],[-1.1542283912678387E7,5538957.4685643045],[-1.1542248359724227E7,5539050.2066614665],[-1.1542248352930136E7,5539157.212628097],[-1.1542255473709084E7,5539167.917217678],[-1.1542269680681445E7,5539253.524709659],[-1.1542291013299052E7,5539292.75907994],[-1.1542319440768555E7,5539381.925662517],[-1.1542333658272682E7,5539392.632518031],[-1.1542337212753423E7,5539439.010605034],[-1.1542383425103102E7,5539638.7634045705],[-1.1542379855226014E7,5539685.140250242],[-1.154233719520296E7,5539760.045866946],[-1.1542347856293682E7,5539820.684420497],[-1.1542376303606194E7,5539852.788086188],[-1.1542411852404393E7,5539870.623299547],[-1.154242606525746E7,5539899.168718155],[-1.154241184644985E7,5539934.840858195],[-1.1542415395073341E7,5540002.613602683],[-1.1542440275560087E7,5540120.327530133],[-1.1542440271680001E7,5540223.792276067],[-1.1542422503304755E7,5540284.425174058],[-1.154241894177184E7,5540348.644512536]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.24","geometry":{"type":"MultiLineString","coordinates":[[[-1.154241894177184E7,5540348.644512536],[-1.1542465152862241E7,5540387.890727762],[-1.1542586038800808E7,5540455.67403909],[-1.1542610914562255E7,5540455.667068753],[-1.1542689133180818E7,5540527.018896742],[-1.1542689135125674E7,5540569.833705955],[-1.1542703353125948E7,5540587.663152002],[-1.1542792240284525E7,5540609.067100359],[-1.1542977113957351E7,5540705.393364053],[-1.1543044663208265E7,5540748.197487996],[-1.1543165543487044E7,5540819.543647279],[-1.1543179773548657E7,5540851.645077637],[-1.154317977125018E7,5540923.005637452],[-1.1543250892957209E7,5541030.021585949],[-1.1543257998426685E7,5541058.567789921],[-1.1543311333582828E7,5541140.617888903],[-1.1543396672939109E7,5541154.894342281],[-1.1543524670881875E7,5541165.581888867],[-1.1543602892022867E7,5541219.090581954],[-1.1543602912721775E7,5541336.826857104],[-1.1543595795486083E7,5541365.371141258],[-1.1543599353940435E7,5541429.585892709],[-1.1543627799857622E7,5541443.849987502],[-1.154367402671427E7,5541454.548930443],[-1.1543702471992018E7,5541472.3951242305],[-1.1543752261030404E7,5541533.036160269],[-1.1543802041692851E7,5541561.576556342],[-1.154387672464851E7,5541622.221530282],[-1.1543887388857037E7,5541650.7556235595],[-1.1543915839272195E7,5541736.386145935],[-1.154393007419911E7,5541761.366988326],[-1.1543947854204727E7,5541768.492295619],[-1.1544050958403952E7,5541747.068151009],[-1.1544100754259042E7,5541782.744567433],[-1.1544104321182357E7,5541918.330503526],[-1.1544161227811169E7,5541978.973241407],[-1.1544335475390973E7,5542071.717050356],[-1.1544392385913791E7,5542118.085369807],[-1.1544442168498551E7,5542182.30936104],[-1.1544445736857714E7,5542203.721104797],[-1.1544470630186994E7,5542217.983487922],[-1.1544470628592353E7,5542235.826213729],[-1.1544619990585715E7,5542314.2906690845],[-1.1544723136209462E7,5542378.504487873],[-1.1544787148504417E7,5542442.715298303],[-1.1544844062776096E7,5542506.925994122],[-1.1545053905858785E7,5542631.767767031],[-1.1545100139665848E7,5542681.71684796],[-1.154512504880694E7,5542724.528331994],[-1.1545142844812004E7,5542781.6148822885],[-1.1545178410319995E7,5542813.720306769],[-1.1545249542291189E7,5542838.674337498],[-1.154530289142623E7,5542867.210758723],[-1.154540247779628E7,5542934.975451383],[-1.1545416718829622E7,5542974.232668986],[-1.1545420276028685E7,5542999.200498755],[-1.1545459414221007E7,5543042.012381552],[-1.1545505652161414E7,5543084.82392176],[-1.1545573230362317E7,5543106.207383496]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.25","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549437970781801E7,5536979.161668782],[-1.1549402454305768E7,5537007.724816354],[-1.154936342507124E7,5537096.907472091],[-1.1549292400519397E7,5537175.405430607],[-1.1549178733439524E7,5537250.3839112865],[-1.1549093491043817E7,5537336.035180856],[-1.1549072199316436E7,5537385.978114362],[-1.1549050927559134E7,5537450.174313197],[-1.154901542290346E7,5537514.404743706],[-1.1548962156179408E7,5537571.495481729],[-1.1548951501247946E7,5537592.900512572],[-1.1548955122022476E7,5537685.622065711],[-1.1548919607074086E7,5537728.452748621],[-1.1548827232917814E7,5537774.873378012],[-1.1548781054651877E7,5537821.260982153],[-1.1548766886180729E7,5537878.336974055],[-1.1548674490136875E7,5537910.502993337],[-1.1548631859789655E7,5537942.621495858],[-1.1548571509721696E7,5538046.085625972],[-1.1548500464330569E7,5538106.764420619],[-1.154841873962471E7,5538167.446594168],[-1.1548411690417254E7,5538260.191865391],[-1.1548390385329368E7,5538288.735846793],[-1.1548354859477583E7,5538313.717733347],[-1.1548308697088594E7,5538381.522263647],[-1.154824829117663E7,5538420.780760141],[-1.1548187881061912E7,5538449.35173913],[-1.1548099031056518E7,5538477.94549261],[-1.1548063523215326E7,5538520.762575775],[-1.1548067089238923E7,5538556.432830409],[-1.1548081313686462E7,5538570.6829121895],[-1.1548074226677325E7,5538599.222601429],[-1.1548031614857951E7,5538663.445427609],[-1.154799254755219E7,5538741.950083642],[-1.1547971267076794E7,5538813.287525356],[-1.1547974877107803E7,5538902.454343567],[-1.1547992684812097E7,5538963.093084456],[-1.1548021159641381E7,5539027.268166464],[-1.1548035393272793E7,5539070.071798982],[-1.1548028333006535E7,5539141.407513367],[-1.1548017695610724E7,5539187.78693729],[-1.154800703220946E7,5539194.924979871],[-1.1547964442782605E7,5539298.393470519],[-1.1547932474425219E7,5539348.34741071],[-1.1547900505715543E7,5539398.30150396],[-1.154788631206519E7,5539444.68309586],[-1.1547836587097513E7,5539519.629478886],[-1.154780460824789E7,5539537.476387122],[-1.1547712186305033E7,5539548.232899523],[-1.1547612678815708E7,5539601.786971781],[-1.1547459889928145E7,5539748.125093697],[-1.1547431472647937E7,5539798.078772905],[-1.1547424390255312E7,5539858.730463326],[-1.1547378208265336E7,5539905.121369348],[-1.1547289341615312E7,5539933.711447437],[-1.154722538419169E7,5539994.376690329],[-1.1547161407975068E7,5540037.217113487],[-1.1547154316890644E7,5540065.760570671],[-1.1547150832492957E7,5540204.89019656],[-1.154711530451447E7,5540272.685800832],[-1.1547012228669202E7,5540319.10240358],[-1.154699446908915E7,5540344.094871109],[-1.1546983809160354E7,5540379.761240183],[-1.1546944716767725E7,5540411.893519563],[-1.1546841635191238E7,5540440.483537873],[-1.1546774098373568E7,5540483.323847513],[-1.1546596409280138E7,5540658.208887929],[-1.1546582186271897E7,5540658.210971161]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.26","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547763766485563E7,5536406.129851422],[-1.1547749572045187E7,5536434.664594574],[-1.154774960000989E7,5536484.593411747],[-1.154772830205592E7,5536530.962125459],[-1.154766790993826E7,5536584.474512321],[-1.1547650164564446E7,5536627.276172659],[-1.1547650221502634E7,5536734.254980467],[-1.1547639602996297E7,5536794.887876032],[-1.154760764280213E7,5536848.393666445],[-1.1547565016571622E7,5536891.202945153],[-1.1547486862201788E7,5536941.182562128],[-1.1547412241496472E7,5536966.180948312],[-1.1547348279187959E7,5536973.343621251],[-1.1547309179778457E7,5536966.233781904],[-1.1547252326044254E7,5536973.394122377],[-1.1547206148722561E7,5537041.168883813],[-1.1547199060253808E7,5537069.703118637],[-1.154717064705565E7,5537105.3752342155],[-1.1547142231903542E7,5537133.928258574],[-1.1547067613811055E7,5537183.890495292],[-1.1547021445198735E7,5537237.399532864],[-1.1547000120762346E7,5537248.103660023]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.27","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549440804654637E7,5536005.668269126],[-1.1549288013380606E7,5536009.347360524],[-1.1549231182972807E7,5536052.167166394],[-1.1549192121780759E7,5536094.993016543],[-1.1549160154494774E7,5536105.705889452],[-1.1549121057253575E7,5536098.604565123],[-1.1549042858445067E7,5536073.702863516],[-1.1548950475803126E7,5536091.600906689],[-1.154873019195835E7,5536148.79164459],[-1.1548477898177154E7,5536148.957493709],[-1.154837127106413E7,5536131.206600957],[-1.1548271761759462E7,5536099.173482487],[-1.1547969728941318E7,5536149.268803375],[-1.1547877373557204E7,5536220.635596568],[-1.1547806365299731E7,5536327.658780993],[-1.1547785088074861E7,5536395.424863059],[-1.1547763766485563E7,5536406.129851422]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.28","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547511067873701E7,5535671.719885818],[-1.1547525313606981E7,5535735.905054856],[-1.154752178950085E7,5535796.515145652],[-1.1547433013598865E7,5535914.233361598],[-1.1547440147955434E7,5535964.1435263315],[-1.1547475709514853E7,5535996.216071365],[-1.1547521917379336E7,5536021.153319067],[-1.1547543246620545E7,5536042.54477145],[-1.1547564624793425E7,5536142.364749458],[-1.1547678394678904E7,5536242.146630548],[-1.1547689059726983E7,5536252.8424367495],[-1.1547699747824498E7,5536295.620749646],[-1.154772107713127E7,5536313.446166923],[-1.1547735306534689E7,5536359.789803424],[-1.1547763766485563E7,5536406.129851422]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.29","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547560745662402E7,5535543.344454537],[-1.1547525277648708E7,5535650.320116595],[-1.1547511067873701E7,5535671.719885818]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.30","geometry":{"type":"MultiLineString","coordinates":[[[-1.1542923654760132E7,5535359.250047862],[-1.1542944973501092E7,5535373.504772076],[-1.1543001837984642E7,5535409.163594323],[-1.1543044470119739E7,5535402.027668589],[-1.1543055134480275E7,5535387.766622508],[-1.1543069341779241E7,5535359.242687137],[-1.1543104878675876E7,5535359.236826131],[-1.1543119090939222E7,5535369.937680214],[-1.1543119087730138E7,5535384.201197321],[-1.1543133298678525E7,5535402.0197990425],[-1.154314751394697E7,5535462.643525619],[-1.154317594532875E7,5535519.690807373],[-1.1543225699038971E7,5535580.2948947],[-1.1543232801991677E7,5535601.6921988195],[-1.1543236363142509E7,5535633.772908398],[-1.154328255356019E7,5535676.560503042],[-1.1543314535728557E7,5535687.251093819],[-1.1543353633859424E7,5535726.4713285705],[-1.154335718055384E7,5535762.132275261],[-1.1543382054046981E7,5535779.953373981],[-1.1543406932262909E7,5535772.826200773],[-1.1543456670248423E7,5535708.63290525],[-1.1543477992418328E7,5535712.202941031],[-1.1543495771720102E7,5535733.588539547],[-1.1543506428592462E7,5535758.552686842],[-1.154350643259261E7,5535890.483142952],[-1.1543531314267406E7,5535943.965263668],[-1.154349934335176E7,5536018.848265646],[-1.1543506455584407E7,5536072.327885221],[-1.1543620183253283E7,5536232.770768489],[-1.15436415134526E7,5536279.135557439],[-1.1543641535978895E7,5536478.819558901],[-1.1543662855464749E7,5536510.905988021],[-1.154371616286244E7,5536539.431412703],[-1.1543844097727722E7,5536542.97534772],[-1.1543879635173744E7,5536571.497262072],[-1.1543883195627226E7,5536624.99336478],[-1.1543922288185999E7,5536649.94950843],[-1.1543957829674862E7,5536653.506768064],[-1.1544050226514516E7,5536639.225096783],[-1.1544114208638612E7,5536699.847707339],[-1.154412131515296E7,5536717.666525388],[-1.154419240226185E7,5536821.073174988],[-1.1544195984201152E7,5536953.019651572],[-1.15442173188045E7,5537002.939271792],[-1.1544284846567132E7,5537049.283109482],[-1.1544331050733471E7,5537074.239407431],[-1.1544355941706918E7,5537113.460029645],[-1.1544348860485489E7,5537270.375992172],[-1.1544359532665769E7,5537327.429296436],[-1.1544416399011673E7,5537384.486869072],[-1.1544451942692788E7,5537398.74253663],[-1.154453014173803E7,5537395.153965825],[-1.1544555010558115E7,5537373.755566443],[-1.1544558552294627E7,5537355.922302622],[-1.154462252325553E7,5537284.579541127],[-1.1544647390032018E7,5537288.14751446],[-1.1544665175327161E7,5537305.9679434495],[-1.1544697173081646E7,5537420.089083],[-1.154472562067927E7,5537466.443803799],[-1.1544757611028636E7,5537473.564815596],[-1.1544810915704828E7,5537452.152857558],[-1.1544896209889652E7,5537448.575241505],[-1.1544963732520398E7,5537409.329500576],[-1.1545009914351882E7,5537345.116138685],[-1.1545045458813783E7,5537348.683496302],[-1.1545059676562702E7,5537366.502998518],[-1.1545063244219031E7,5537430.689400535],[-1.1545088139189158E7,5537462.79023601],[-1.1545109466285596E7,5537473.47656478],[-1.1545155661097454E7,5537466.32928635],[-1.1545191192173984E7,5537434.228935233],[-1.1545219628305152E7,5537437.781597014],[-1.1545212533335252E7,5537484.148934749],[-1.1545191220193936E7,5537526.94975438],[-1.1545187693675514E7,5537605.404461924],[-1.1545209020997398E7,5537633.938590711],[-1.1545326307914456E7,5537616.075741297],[-1.1545347635759909E7,5537633.895233452]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.31","geometry":{"type":"MultiLineString","coordinates":[[[-1.153987531958277E7,5534289.258630346],[-1.153992147493456E7,5534378.393892031],[-1.1539939243024152E7,5534399.797205395],[-1.1539939232840762E7,5534417.624618059],[-1.1539967641077546E7,5534449.716321315],[-1.1540017359477635E7,5534524.592588861],[-1.1540162989084646E7,5534706.462314493],[-1.154019494271044E7,5534756.384377824],[-1.15402056036186E7,5534781.335771271],[-1.1540219807662662E7,5534799.171689477],[-1.1540283741939232E7,5534877.622811988],[-1.1540287282299157E7,5534902.570389155],[-1.1540411595207358E7,5535070.183120752],[-1.154041870065478E7,5535073.738552549],[-1.1540425814312788E7,5535088.005484529],[-1.1540550137899382E7,5535244.908309182],[-1.154059277246174E7,5535262.7449688],[-1.1540734886248136E7,5535269.904679441],[-1.154080239325895E7,5535294.884204482],[-1.1540852129087284E7,5535326.986543227],[-1.1540894758813761E7,5535387.598473853],[-1.154091606675072E7,5535448.214664019],[-1.154092315823312E7,5535512.40450769],[-1.1540955145973403E7,5535533.801164899],[-1.154098712224377E7,5535519.538035406],[-1.154100488823279E7,5535494.584586597],[-1.1541043974388577E7,5535505.286177599],[-1.15411008116047E7,5535587.300473862],[-1.1541104368204514E7,5535612.26396213],[-1.1541122127467519E7,5535633.667690175],[-1.1541136339582287E7,5535640.791932313],[-1.1541178967801211E7,5535680.022533268],[-1.154121449963169E7,5535694.288043482],[-1.154125714068818E7,5535704.990519596],[-1.154135663774798E7,5535694.306717512],[-1.1541370848432412E7,5535705.010673772],[-1.1541420592140323E7,5535694.31918218],[-1.154146680296079E7,5535665.810319304],[-1.154153786494516E7,5535665.8108235765],[-1.1541605375763519E7,5535694.35152758],[-1.1541644456616506E7,5535722.880790744],[-1.1541704863517474E7,5535744.2721085055],[-1.1541786587926297E7,5535705.062506038],[-1.154183990192069E7,5535648.012234008],[-1.154188964972107E7,5535623.068381695],[-1.1541918073679496E7,5535640.8944570655],[-1.154193583262321E7,5535669.414623108],[-1.154193939406781E7,5535687.246059796],[-1.1541960709252922E7,5535708.649624954],[-1.1541992691152573E7,5535715.778884132],[-1.1542056650647487E7,5535701.522865402],[-1.1542102845811402E7,5535672.996446625],[-1.1542145479812676E7,5535665.864572468],[-1.154215614587364E7,5535651.604202701],[-1.1542159705615606E7,5535548.206151363],[-1.154218103153248E7,5535537.515405686],[-1.154223787516871E7,5535544.65161573],[-1.1542316043247331E7,5535591.005857604],[-1.1542351584306309E7,5535580.305096654],[-1.1542404889759E7,5535537.515943123],[-1.1542472392423986E7,5535505.428457262],[-1.1542529256557325E7,5535441.258571898],[-1.1542582544362227E7,5535405.600539586],[-1.1542689141294219E7,5535405.602077813],[-1.1542760208729465E7,5535377.079951698],[-1.1542795738186957E7,5535352.113971677],[-1.1542923654760132E7,5535359.250047862]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.32","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549439115949009E7,5533720.31298936],[-1.1549432014823308E7,5533731.012184401],[-1.1549424951024305E7,5533791.625732035],[-1.154941432069304E7,5533823.71876073],[-1.154938950997457E7,5533895.037459768],[-1.1549368228169736E7,5533944.962564988],[-1.1549304333340367E7,5534019.865422732],[-1.1549268840949483E7,5534076.942309189],[-1.1549240438841457E7,5534098.347879148],[-1.1549140978133135E7,5534134.060669321],[-1.1549069924056541E7,5534126.989021526],[-1.1548942024448581E7,5534134.202457746],[-1.1548892295946984E7,5534141.368202356],[-1.154883188773336E7,5534134.290075755],[-1.1548735926414242E7,5534073.744342198],[-1.1548668409856241E7,5534059.523146758],[-1.1548600920738287E7,5534080.9697733885],[-1.1548540560080651E7,5534123.777986139],[-1.1548529930205572E7,5534166.567408894],[-1.1548533559072908E7,5534294.909386499],[-1.154855136752197E7,5534369.764629365],[-1.1548537247829465E7,5534508.813008659],[-1.1548462742233623E7,5534672.859326613],[-1.154840241245597E7,5534776.285878958],[-1.1548310100684403E7,5534883.304060736],[-1.1548260419273034E7,5535000.991125561],[-1.1548178794992765E7,5535157.914503899],[-1.1548146840322094E7,5535200.715280998],[-1.1548033198942015E7,5535307.756462218],[-1.1547944406360703E7,5535379.116434935],[-1.1547905337042777E7,5535404.089907381],[-1.1547706382947614E7,5535450.561460058],[-1.1547571407181635E7,5535543.327612291],[-1.1547560745662402E7,5535543.344454537]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.33","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549438316947524E7,5532650.927787832],[-1.1549417007710021E7,5532665.197342027],[-1.1549349569486152E7,5532740.105959745],[-1.1549321198822407E7,5532790.0282416055],[-1.1549317756825654E7,5532939.744186102],[-1.1549331974651517E7,5532953.983501878],[-1.1549346234425787E7,5533028.827982249]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.34","geometry":{"type":"MultiLineString","coordinates":[[[-1.1540149368474057E7,5532514.142904396],[-1.1540209743506063E7,5532574.748949745],[-1.1540415719419904E7,5532745.885120531],[-1.1540550685914276E7,5532842.163641072],[-1.1540589754896868E7,5532863.558560381],[-1.1540714058433725E7,5532977.641217805],[-1.1540834825507086E7,5533063.216205297],[-1.154104793679062E7,5533155.934005751],[-1.1541129632719664E7,5533230.808041991],[-1.1541261056221811E7,5533305.689113682],[-1.1541346304573206E7,5533423.331407933],[-1.154141734273974E7,5533473.244474259],[-1.1541520367915144E7,5533533.865776021],[-1.1541598513838291E7,5533583.7808898175],[-1.1541697963152766E7,5533712.124540551],[-1.1541701525002835E7,5533726.372993288],[-1.1541804541894961E7,5533822.645428916],[-1.1541904006767662E7,5533883.2492177095],[-1.1541925324022766E7,5533886.822111089],[-1.1541985708432855E7,5533940.29487615],[-1.1541992817543076E7,5533972.385468552],[-1.1542003473445395E7,5533983.071127922],[-1.1542049641635794E7,5534132.80457905],[-1.1542088721724946E7,5534189.850478376],[-1.1542170434500352E7,5534268.275266989],[-1.1542202402330976E7,5534303.92620312],[-1.1542227269861428E7,5534364.53343524],[-1.1542241478408301E7,5534378.799949438],[-1.1542241486702986E7,5534396.6276250165],[-1.15422556955462E7,5534410.880134093],[-1.154225568988178E7,5534428.707646798],[-1.1542262794221284E7,5534435.840932542],[-1.1542262803686077E7,5534450.103204295],[-1.1542273460232498E7,5534460.803150052],[-1.154229122085491E7,5534524.974534477],[-1.1542305429973233E7,5534539.227169156],[-1.1542316092886798E7,5534574.88630396],[-1.1542330297701115E7,5534603.401264678],[-1.154242623173467E7,5534674.714624722],[-1.1542483076074436E7,5534710.359622779],[-1.1542522153511295E7,5534746.013289016],[-1.1542539921531921E7,5534792.357953223],[-1.1542543474636504E7,5534842.278424749],[-1.154258254984375E7,5534888.62940854],[-1.1542657166812828E7,5534963.5022372],[-1.1542674937873572E7,5535002.716285932],[-1.1542692700385459E7,5535074.022244543],[-1.1542731781138692E7,5535106.110684764],[-1.1542841933296096E7,5535141.755306831],[-1.1542902341563975E7,5535209.50699507],[-1.1542905886550667E7,5535245.15204633],[-1.1542923658990977E7,5535284.380870711],[-1.1542923654760132E7,5535359.250047862]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.35","geometry":{"type":"MultiLineString","coordinates":[[[-1.153923296026883E7,5532431.859362608],[-1.1539090821456363E7,5532574.384506215],[-1.1538898939215759E7,5532720.440362725],[-1.1538746134242164E7,5532880.781709141],[-1.1538486685214492E7,5533176.515232468],[-1.1538241467900066E7,5533404.538372553],[-1.1538170381034713E7,5533479.3655704],[-1.1538138388512382E7,5533500.7316307025],[-1.1538053096747745E7,5533582.678209543],[-1.1537967795071512E7,5533657.49409995],[-1.1537861170934558E7,5533753.684175188],[-1.1537679932502808E7,5533864.102170091],[-1.1537498681949358E7,5533967.372937322],[-1.1537278359541824E7,5534067.070309611],[-1.153709715373418E7,5534109.738124524],[-1.15369656914932E7,5534120.3448057],[-1.1536905310119161E7,5534095.3607586045],[-1.153684845753727E7,5534113.149892365],[-1.1536795163469546E7,5534109.549648017],[-1.1536734789454803E7,5534077.419805917],[-1.1536677972055303E7,5534041.741715365],[-1.1536525248195963E7,5533977.464387193],[-1.153636187739889E7,5533902.492902474]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.36","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549260174482536E7,5531931.073939133],[-1.1549235374360556E7,5532016.636066909],[-1.1549192792507883E7,5532059.431211651],[-1.1549079165676828E7,5532112.979617791],[-1.1549047222982464E7,5532148.640307129],[-1.1548933663996657E7,5532301.985528927],[-1.1548852018778842E7,5532387.587689396],[-1.1548798757215193E7,5532419.706523157],[-1.1548688638622269E7,5532412.649152508],[-1.1548553641434824E7,5532377.095853104],[-1.1548489702017806E7,5532394.957580116],[-1.154845064703871E7,5532419.925531021],[-1.154840095557355E7,5532466.300161473],[-1.1548400963234494E7,5532487.6888969485],[-1.1548383219374241E7,5532501.954685428],[-1.154834417870059E7,5532569.700254669],[-1.1548322889444623E7,5532605.356312038],[-1.1548308712746939E7,5532662.399107644],[-1.1548230657488132E7,5532801.457594527],[-1.1548113495771686E7,5532912.038537044],[-1.1548106396072295E7,5532929.865663357],[-1.1548014101217523E7,5533040.410579659],[-1.1547939543192761E7,5533115.313794063],[-1.1547854320086373E7,5533172.394887295],[-1.1547804624613995E7,5533229.465154912],[-1.1547623512873061E7,5533336.498382231],[-1.1547595116022205E7,5533382.852968604],[-1.1547563188416896E7,5533461.295292792],[-1.154749934713969E7,5533678.790621207],[-1.1547474550693432E7,5533807.133514967],[-1.1547460360426327E7,5533839.225107388],[-1.154741074176498E7,5534060.276618577],[-1.1547407219482852E7,5534128.006468182],[-1.1547389482210577E7,5534188.623462773],[-1.1547314982948959E7,5534395.44078524],[-1.1547229820050906E7,5534602.264525412],[-1.1547236984390011E7,5534730.597961351],[-1.1547254772149606E7,5534759.119390081],[-1.1547258336446658E7,5534805.458315818],[-1.1547283234917212E7,5534848.227041198],[-1.1547308138632158E7,5534912.390232466],[-1.1547304718812006E7,5535183.363259865],[-1.1547315424610222E7,5535254.664046934],[-1.1547432760180434E7,5535400.781292728],[-1.1547461196116237E7,5535425.735623159],[-1.1547560745662402E7,5535543.344454537]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.37","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549440184885953E7,5530402.043547978],[-1.154928395512357E7,5530448.4915372785],[-1.1549131305556795E7,5530530.5619857],[-1.154905677733685E7,5530605.454426497],[-1.1549003559424873E7,5530680.323674023],[-1.1548850991002077E7,5530872.866619734],[-1.154880839715142E7,5530912.104327972],[-1.1548694776911257E7,5530951.384629957],[-1.1548577621535802E7,5531036.985900773],[-1.1548524386293795E7,5531083.355728797],[-1.1548439169317365E7,5531133.301318187],[-1.154829005294901E7,5531215.362116768],[-1.154810187320618E7,5531293.884039891],[-1.1547938552585525E7,5531408.024373475],[-1.1547739771150688E7,5531604.170069912],[-1.1547682958359824E7,5531636.26663122],[-1.1547562200004602E7,5531654.164628179],[-1.154742016300604E7,5531700.5687053865],[-1.1547302957543254E7,5531725.577404089],[-1.1547164476069327E7,5531796.928538251],[-1.1547118323313316E7,5531857.536062299],[-1.1547104134941695E7,5531889.6203288585],[-1.1547104229795285E7,5532067.836580818],[-1.1547082922967287E7,5532103.487508393],[-1.1547033207229024E7,5532124.900210076],[-1.1546930219087437E7,5532149.902358553],[-1.1546848550722815E7,5532203.402683352],[-1.154677399174454E7,5532285.4048443455],[-1.1546695880518707E7,5532378.115962841],[-1.1546575145018367E7,5532435.200781446],[-1.1546532536043493E7,5532485.114498404],[-1.1546482843325643E7,5532588.501712504],[-1.1546436694259565E7,5532638.430570185],[-1.154640829267924E7,5532677.6481528375],[-1.154637637899795E7,5532809.539779221],[-1.15463124921711E7,5532962.841166776],[-1.1546280535597049E7,5532998.509220013],[-1.1546269894809386E7,5533027.030645152],[-1.1546188235104503E7,5533133.9914176315],[-1.1546174027856644E7,5533169.643418405],[-1.154616340610673E7,5533248.076360205],[-1.154614923502406E7,5533358.582312408],[-1.1546127954381617E7,5533440.583139121],[-1.1546117355789354E7,5533608.120376758],[-1.15461280502723E7,5533675.844936611],[-1.154613515710804E7,5533682.97464747],[-1.1546145819719635E7,5533715.0607179515],[-1.1546167156981554E7,5533757.8276931085],[-1.1546181388278384E7,5533800.595631299],[-1.1546192072705641E7,5533896.843884377],[-1.1546231179643871E7,5533968.132292505],[-1.1546359159763075E7,5534149.895560302],[-1.1546366269726321E7,5534174.838587271],[-1.1546373377132712E7,5534181.968507619],[-1.1546373393019462E7,5534196.230486408],[-1.1546401826906396E7,5534253.259855754],[-1.154640186578236E7,5534331.686823421],[-1.1546387673808912E7,5534385.171564356],[-1.1546366374061741E7,5534431.526468852],[-1.1546355750917353E7,5534499.273709399],[-1.15463664322404E7,5534552.742040333],[-1.1546394865713688E7,5534599.07685567],[-1.1546402014713334E7,5534702.465242253],[-1.1546423356888622E7,5534755.933235417],[-1.1546430465278853E7,5534766.629232863],[-1.154644827649678E7,5534877.135359905],[-1.1546476727402613E7,5534937.734706425],[-1.1546654462317955E7,5535119.491714925],[-1.1546665145260047E7,5535169.41155191],[-1.1546682936394205E7,5535222.882275113],[-1.1546739802370878E7,5535265.634774204],[-1.154687483323193E7,5535294.095053806],[-1.1546928160650367E7,5535336.861644529],[-1.1546963723559653E7,5535397.461191494],[-1.154696017263922E7,5535411.725549968],[-1.1546985070601113E7,5535450.9319825675],[-1.1547041943064002E7,5535511.513459931],[-1.1547102362326697E7,5535536.448539075],[-1.154717699488918E7,5535550.6682080645],[-1.1547255185521178E7,5535582.716386607],[-1.1547312057893997E7,5535632.613095173],[-1.1547390224507792E7,5535618.302077427],[-1.1547457756628545E7,5535657.497423964],[-1.1547511067873701E7,5535671.719885818]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.38","geometry":{"type":"MultiLineString","coordinates":[[[-1.153792406393563E7,5528864.138178619],[-1.1537927592843058E7,5528910.464496152],[-1.153794532649347E7,5528938.971175167],[-1.1537955969162079E7,5528971.03594259],[-1.153798435666762E7,5529017.368195991],[-1.153799143693097E7,5529045.880827698],[-1.1538005622370768E7,5529070.835669777],[-1.1538009171253053E7,5529092.205074272],[-1.1538023362305732E7,5529110.033179363],[-1.1538030443243347E7,5529156.349435205],[-1.153803753746153E7,5529167.04525224],[-1.1538037523751201E7,5529184.862465765],[-1.1538048171974702E7,5529191.997609414],[-1.1538051712788373E7,5529224.05765913],[-1.1538101371326813E7,5529320.282121929],[-1.1538214918721247E7,5529502.067594341],[-1.1538225513671422E7,5529637.464948773],[-1.1538268085681096E7,5529698.064786888],[-1.1538307133977238E7,5529740.844082392],[-1.1538324844852429E7,5529822.808142627],[-1.1538342589359228E7,5529840.625810358],[-1.1538356780681971E7,5529879.823359257],[-1.15383745251304E7,5529897.655104688],[-1.1538370965766503E7,5529908.343658683],[-1.1538381623842366E7,5529922.606687867],[-1.1538392255157059E7,5529954.674185117],[-1.153840644567312E7,5529976.067152144],[-1.1538402900293065E7,5529986.756041009],[-1.1538431281768885E7,5530029.528095199],[-1.1538449008255199E7,5530111.4947436955],[-1.1538491602151802E7,5530147.135904284],[-1.1538729507588066E7,5530204.256680025],[-1.1538814730145289E7,5530229.234895782],[-1.153888216344172E7,5530300.530636371],[-1.1538882113605974E7,5530435.945886891],[-1.1538853682158828E7,5530482.257920262],[-1.1538803946249392E7,5530539.261530242],[-1.1538793276213322E7,5530560.638019663],[-1.1538789701769536E7,5530614.081671665],[-1.1538793257712746E7,5530628.340398937]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.39","geometry":{"type":"MultiLineString","coordinates":[[[-1.1549442257220494E7,5528424.483034755],[-1.15493996583861E7,5528453.023372934],[-1.1549381927349234E7,5528474.411500001],[-1.1549239993898919E7,5528588.517380666],[-1.1549179653829396E7,5528620.628834911],[-1.154914414592775E7,5528627.785488159],[-1.1549112182754802E7,5528620.687211996],[-1.1549058905348133E7,5528595.781757476],[-1.1548962995467437E7,5528524.58595864],[-1.1548877747369021E7,5528471.215464912],[-1.1548810277645165E7,5528471.257590626],[-1.154876413816242E7,5528496.233486641],[-1.1548728656067098E7,5528531.8806775],[-1.1548703863558833E7,5528624.536429777],[-1.1548671938853834E7,5528677.999043047],[-1.1548604517648757E7,5528735.053337232],[-1.1548590341063252E7,5528770.678535781],[-1.1548597511411678E7,5528874.000069374],[-1.1548601101349909E7,5528938.140245187],[-1.1548572715231907E7,5528963.095439797],[-1.1548551412005767E7,5528973.79392921],[-1.1548444892902764E7,5528984.552722164],[-1.154839167170484E7,5529038.03852937],[-1.15483668679218E7,5529112.880928781],[-1.1548338483171754E7,5529144.9628404025],[-1.1548324283099268E7,5529159.2219434865],[-1.1548281667395527E7,5529159.251128097],[-1.1548207095294185E7,5529134.360952236],[-1.15481857936783E7,5529152.185767925],[-1.154818940592464E7,5529248.385973941],[-1.1548200063553235E7,5529259.072932781],[-1.154821432640336E7,5529344.579845554],[-1.1548224984387176E7,5529355.25286266],[-1.154822856938793E7,5529412.269293691],[-1.154824281504261E7,5529487.086478883],[-1.1548235801108455E7,5529622.4945273],[-1.1548228728312599E7,5529668.811175623],[-1.1548214524587207E7,5529675.957519763],[-1.1548196790825874E7,5529704.473516764],[-1.1548140001039088E7,5529765.0763867535],[-1.1548122290325213E7,5529822.10275558],[-1.1548065494445607E7,5529868.464822087],[-1.1547973176540151E7,5529897.019167715],[-1.1547799197856858E7,5529922.076153122],[-1.1547738818648467E7,5529914.980435935],[-1.1547650017704394E7,5529875.832369637],[-1.1547589636979574E7,5529861.608157228],[-1.1547476019284267E7,5529879.486162268],[-1.1547341096797109E7,5529918.764847501],[-1.1547231041462552E7,5529986.518279482],[-1.1547188423620598E7,5529993.669910405],[-1.1547135163266046E7,5529993.696331213],[-1.1547085435089538E7,5529968.774738122],[-1.154704283273223E7,5529983.053516607],[-1.154694343369028E7,5530072.184655265],[-1.1546847578215118E7,5530129.239960215],[-1.1546787236370528E7,5530175.596346522],[-1.1546737515258813E7,5530189.875096813],[-1.1546655840965694E7,5530193.4676930765],[-1.1546460549690496E7,5530261.270263689],[-1.1546446359482504E7,5530279.092226776],[-1.1546432156806998E7,5530307.605786882],[-1.1546421522866692E7,5530357.502823166],[-1.1546403783745833E7,5530396.709223756],[-1.1546346988441259E7,5530432.357464241],[-1.154617653361619E7,5530457.369836551],[-1.154609841383568E7,5530510.867137308],[-1.1546070013400089E7,5530510.870452294],[-1.1546055790714435E7,5530496.615705575],[-1.1546045114825854E7,5530436.042705632],[-1.1546034457088742E7,5530414.673964006],[-1.1546009593310695E7,5530400.420615022],[-1.154593857421101E7,5530425.389575517],[-1.1545903073764533E7,5530464.61091283],[-1.1545903093320318E7,5530525.185207154],[-1.1545917316768734E7,5530550.132310482],[-1.1545970614907838E7,5530617.816274379],[-1.154597061933455E7,5530664.149093801],[-1.154593868710279E7,5530735.434262645],[-1.1545952950005949E7,5530874.406468305],[-1.1545977833610771E7,5530934.981100235],[-1.1545981386948101E7,5530949.237475679],[-1.154598849158243E7,5530956.365152763],[-1.15459956125163E7,5530984.864173981],[-1.1546084442089925E7,5531127.382120059],[-1.1546084457598045E7,5531141.639358893],[-1.1546095114511017E7,5531148.766721595],[-1.154608447806555E7,5531202.232157189],[-1.154601347204288E7,5531277.0901694745]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.40","geometry":{"type":"MultiLineString","coordinates":[[[-1.154601347204288E7,5531277.0901694745],[-1.1545988623171967E7,5531298.492746857],[-1.1545935360381711E7,5531351.962895067],[-1.1545825310178716E7,5531480.30420258],[-1.1545807566533536E7,5531523.078546026],[-1.154574721339903E7,5531612.193925117],[-1.1545704619250547E7,5531687.064762609],[-1.1545693979167039E7,5531726.260852745],[-1.1545679786483515E7,5531765.471347278],[-1.1545601669408878E7,5531868.861306277],[-1.154555552139457E7,5531957.977921511],[-1.1545537806266403E7,5532061.352538],[-1.1545541392312642E7,5532175.392990888],[-1.154555562068208E7,5532268.059999392],[-1.1545552182340812E7,5532603.106619688],[-1.1545623254001386E7,5532695.760993916],[-1.1545637481363764E7,5532742.08965411],[-1.154565169304278E7,5532759.913241839],[-1.1545648155359544E7,5532777.738090004],[-1.1545658813605446E7,5532781.302367168],[-1.1545658815056762E7,5532802.67770015],[-1.1545680133117715E7,5532834.760580591],[-1.1545697928998673E7,5532902.47945769],[-1.1545701518306395E7,5533037.934253887],[-1.1545726405430788E7,5533091.393861934],[-1.1545722886062993E7,5533173.376106225],[-1.1545715781294541E7,5533187.636740638],[-1.1545701586551515E7,5533230.418523872],[-1.15456980686253E7,5533340.922804334],[-1.1545730062824806E7,5533401.51399646],[-1.1545762056719707E7,5533451.410024898],[-1.1545786930550491E7,5533494.17616633],[-1.1545818925075315E7,5533544.072507165],[-1.1545836692619E7,5533576.143872639],[-1.1545854476758253E7,5533640.302496937],[-1.1545875848901974E7,5533786.448751818],[-1.1545886508986691E7,5533797.143740215],[-1.1545886582592823E7,5534011.036136669],[-1.1545872387583926E7,5534057.387392565],[-1.1545858225834988E7,5534171.468180798],[-1.1545876009592691E7,5534217.817712513],[-1.1545947080726568E7,5534285.527494635],[-1.154596490299959E7,5534438.8152105445],[-1.1545979136589998E7,5534506.5455222875],[-1.1545975620006477E7,5534602.802881988],[-1.1545975657078471E7,5534702.626564595],[-1.1545986319616884E7,5534727.5850936305],[-1.1546004102663176E7,5534745.397900181],[-1.1546011211540353E7,5534766.791183854],[-1.1546124949506545E7,5534887.971294061],[-1.1546146287791597E7,5534916.480921093],[-1.1546146307725925E7,5534969.953066555],[-1.154612145083617E7,5535009.193202202],[-1.1546100166442156E7,5535094.760361721],[-1.154611085020441E7,5535180.324786699],[-1.1546125082009126E7,5535212.415982028],[-1.1546121547030479E7,5535255.192657073],[-1.1546093137232576E7,5535308.683729624],[-1.1546082495891428E7,5535365.7391516045],[-1.1546082589607125E7,5535601.064197528],[-1.1546107486440698E7,5535661.669820589],[-1.1546125257896692E7,5535683.050028967],[-1.1546157244883586E7,5535708.008796438],[-1.154620700124646E7,5535729.37142043],[-1.1546214127736997E7,5535772.163362868],[-1.1546185718778195E7,5535843.488096113],[-1.154618575519297E7,5535918.362481806],[-1.1546267518314403E7,5535993.21383547],[-1.1546281737267502E7,5536018.161095357],[-1.1546281796554957E7,5536160.794752103],[-1.15463173416214E7,5536200.004684555],[-1.1546491500960108E7,5536281.94862055],[-1.1546498612122137E7,5536303.345133881],[-1.1546495093901834E7,5536356.826104522],[-1.1546452468318889E7,5536424.591935544],[-1.1546459594967924E7,5536456.687982549],[-1.1546505804333765E7,5536495.896974467],[-1.1546527149578605E7,5536538.676165095],[-1.1546527175232949E7,5536617.122415994],[-1.1546552056603795E7,5536631.384268574],[-1.1546640915044544E7,5536652.740825078],[-1.1546640933765389E7,5536681.258222776],[-1.154663027339166E7,5536695.525555643],[-1.1546616079961237E7,5536756.157230335],[-1.1546619673275508E7,5536827.486117737],[-1.1546648131409883E7,5536888.08385535],[-1.154675123909667E7,5536998.586722502],[-1.1546761905128852E7,5537016.417568682],[-1.1546836556827566E7,5537073.441145078],[-1.1546882785565449E7,5537116.2177186385],[-1.1546982347021164E7,5537240.987940648],[-1.1547000120762346E7,5537248.103660023]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.41","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535744446882918E7,5528203.662131627],[-1.1535843849455904E7,5528225.099799469],[-1.1535875782350559E7,5528235.821115081],[-1.1536110066634493E7,5528310.795567289],[-1.1536230735111354E7,5528375.021618163],[-1.1536312352449168E7,5528446.3215007],[-1.1536415276105758E7,5528503.402632326],[-1.153654656692168E7,5528621.0563395135],[-1.1536596251508126E7,5528653.157822356],[-1.1536724046559362E7,5528699.556179217],[-1.1536858922654182E7,5528770.902324712],[-1.1536968981102934E7,5528799.465349263],[-1.1537032905513883E7,5528778.128152266],[-1.1537071979810476E7,5528731.839610924],[-1.1537118169984758E7,5528685.5435534185],[-1.153715367558544E7,5528674.884592756],[-1.1537242448729984E7,5528678.496692818],[-1.1537302790413698E7,5528692.7872268455],[-1.153738801675085E7,5528675.0151560055],[-1.1537441289262587E7,5528650.103093204],[-1.153751234009047E7,5528596.699800102],[-1.1537551395908609E7,5528586.042325305],[-1.1537604661100144E7,5528586.0722060045],[-1.1537714705499532E7,5528632.441753985],[-1.1537771490732407E7,5528671.669152731],[-1.1537814061193109E7,5528725.124071224],[-1.1537856634656107E7,5528792.846527708],[-1.1537909862294393E7,5528860.5636723805],[-1.153792406393563E7,5528864.138178619]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.42","geometry":{"type":"MultiLineString","coordinates":[[[-1.1541304476343434E7,5527675.304514908],[-1.1541215736991856E7,5527575.535098183],[-1.1541155396721829E7,5527493.592186953],[-1.1541109258433992E7,5527447.28389445],[-1.1540981469095256E7,5527311.884042424],[-1.1540924677872958E7,5527272.696438231],[-1.154077913091062E7,5527279.797258757],[-1.154074362076512E7,5527290.468714194],[-1.1540104601675242E7,5527304.564323732],[-1.1539987444386804E7,5527336.59301586],[-1.1539930625772102E7,5527379.328497216],[-1.1539863158982117E7,5527414.932191493],[-1.1539731801111711E7,5527439.838272369],[-1.1539689197848806E7,5527457.627407085],[-1.1539653668275207E7,5527521.737055002],[-1.1539618119610015E7,5527664.230238244],[-1.1539586158549838E7,5527696.277176959],[-1.1539525794828197E7,5527746.135613898],[-1.1539390866193665E7,5527817.339534317],[-1.1539291429119213E7,5527888.5503026815],[-1.1539163591037806E7,5527949.067219603],[-1.1538939905566312E7,5527991.731975324],[-1.1538879536416605E7,5528041.5876223445],[-1.1538783593773704E7,5528226.801178943],[-1.1538545578831084E7,5528533.093482407],[-1.1538488750059957E7,5528590.064322903],[-1.1538385754168296E7,5528650.592605303],[-1.1538353781840667E7,5528668.385269499],[-1.1538225963872619E7,5528679.022182551],[-1.1537959580428733E7,5528839.22259758],[-1.153792406393563E7,5528864.138178619]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.43","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547609409545537E7,5527075.493423556],[-1.1547382283855088E7,5527214.544084108],[-1.1547101870953482E7,5527321.5659841],[-1.1546974107211214E7,5527392.864707711],[-1.1546839217450729E7,5527421.437419915],[-1.1546718513632774E7,5527439.30286405],[-1.1546601361200517E7,5527464.291795521],[-1.154644516115251E7,5527464.359728667],[-1.1546239233620431E7,5527428.817167799],[-1.1546132731111107E7,5527446.672941796],[-1.1545930428568695E7,5527582.126496982],[-1.1545841694053026E7,5527632.029590897],[-1.1545752959457008E7,5527696.197772517],[-1.1545710368560316E7,5527746.08223251],[-1.1545682013509788E7,5527870.774658637],[-1.1545625252198914E7,5528016.86277391],[-1.1545550716750609E7,5528095.268936844],[-1.1545440670153644E7,5528155.875223847],[-1.1545366131853897E7,5528223.57760973],[-1.1545170888586307E7,5528341.208885557],[-1.1544954361551994E7,5528522.975635952],[-1.1544791078563925E7,5528711.84077787],[-1.1544776887486367E7,5528733.22043519],[-1.1544649096145093E7,5528893.580996849],[-1.1544567443581605E7,5528957.73234581],[-1.1544475136248184E7,5529018.33329594],[-1.154427275381067E7,5529071.812024858],[-1.1544081012104368E7,5529093.230366176],[-1.1543981600071132E7,5529135.994955237],[-1.154369755756181E7,5529303.498235577],[-1.1543644297651753E7,5529328.448991797],[-1.1543583929547435E7,5529385.470332256],[-1.1543502273892554E7,5529481.673858126],[-1.1543399298796376E7,5529549.392502849],[-1.154327856155597E7,5529563.652139329]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.44","geometry":{"type":"MultiLineString","coordinates":[[[-1.1545574699228108E7,5525462.842659199],[-1.154558891569143E7,5525509.134824059],[-1.1545631518523496E7,5525573.235576989],[-1.1545663484432457E7,5525612.402732175],[-1.154570963494004E7,5525633.758016163],[-1.1545755785089431E7,5525647.9888569275],[-1.1545844518058984E7,5525633.704419125],[-1.1545943884831568E7,5525605.183382832],[-1.1546352083384521E7,5525608.58174506],[-1.154645147097419E7,5525633.473172358],[-1.1546561526685765E7,5525679.7208365835],[-1.1546639634414881E7,5525729.549369233],[-1.1546771010820853E7,5525800.726733598],[-1.1546884626018614E7,5525875.468450223],[-1.1547133174751116E7,5526017.820256599],[-1.1547193538959235E7,5526071.212362793],[-1.154729650691768E7,5526131.718477046],[-1.1547381748038298E7,5526224.275871792],[-1.1547538115589447E7,5526551.894235249],[-1.1547630482694706E7,5526662.264527903],[-1.1547655342282902E7,5526687.181132263],[-1.1547701500908231E7,5526701.403850587],[-1.1547761838555362E7,5526687.121489654],[-1.1547875406914309E7,5526640.759219162],[-1.1547928647810861E7,5526640.728151471],[-1.154796060424439E7,5526651.391470191],[-1.154803164948432E7,5526726.153942867],[-1.154809555850165E7,5526733.229701112],[-1.154823043548248E7,5526708.216816488],[-1.1548333356218724E7,5526676.088564269],[-1.1548464706113921E7,5526679.574157635],[-1.1548546366850464E7,5526686.639983198],[-1.1548553464771578E7,5526679.512138646]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.45","geometry":{"type":"MultiLineString","coordinates":[[[-1.1535533528231682E7,5525446.448920358],[-1.1535618719383018E7,5525450.07135415],[-1.1535888410931325E7,5525528.625973641],[-1.1536030372144856E7,5525532.286979205],[-1.1536175894049784E7,5525553.7598153455]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.46","geometry":{"type":"MultiLineString","coordinates":[[[-1.1547536614154777E7,5523820.208305767],[-1.1547643099494934E7,5523848.627251331],[-1.1547774415118871E7,5523873.475784163],[-1.1548189684745437E7,5523972.93364855],[-1.1548278427349934E7,5524001.365934942],[-1.1548452338620048E7,5524026.189624651],[-1.1548636911809871E7,5524083.04560652],[-1.154865466576964E7,5524100.832176588],[-1.154872570165645E7,5524186.25303699],[-1.1548846423130369E7,5524253.831130246],[-1.1548917426638315E7,5524289.3888739655],[-1.1549013276633253E7,5524324.935250619],[-1.1549325755849842E7,5524566.8744610725],[-1.154943583996564E7,5524638.014493206]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.47","geometry":{"type":"MultiLineString","coordinates":[[[-1.1545481814440424E7,5523650.184339995],[-1.15454924787894E7,5523703.604454048],[-1.154548896388285E7,5523813.994391856],[-1.154547479769573E7,5523863.855603064],[-1.1545485513705133E7,5524081.06412449],[-1.1545492613874882E7,5524109.55595389],[-1.15454962145778E7,5524273.360353934],[-1.1545517543690953E7,5524355.26265269],[-1.1545542392329833E7,5524397.986806914],[-1.1545563721909484E7,5524476.3284410285],[-1.1545560208069362E7,5524597.412835743],[-1.1545556675580489E7,5524647.277517534],[-1.1545556725517455E7,5524775.487736444],[-1.1545574509114215E7,5524892.998886042],[-1.15455638617904E7,5524917.932437929],[-1.1545560329818668E7,5524978.484456488],[-1.1545602942147085E7,5525014.086715092],[-1.1545620707776451E7,5525060.376331669],[-1.154561716023589E7,5525092.43373971],[-1.1545599428964252E7,5525142.302062501],[-1.1545574614204818E7,5525224.214887757],[-1.1545542681908578E7,5525252.726821376],[-1.154537943718936E7,5525316.879410847],[-1.1545312006640574E7,5525363.202243643],[-1.154514165821919E7,5525405.993305992],[-1.1545063576317064E7,5525448.752809157],[-1.154496422221846E7,5525555.629554713],[-1.1544925200892769E7,5525626.871744946],[-1.1544921650666801E7,5525658.9308091365],[-1.154493941407347E7,5525673.179721169]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.48","geometry":{"type":"MultiLineString","coordinates":[[[-1.1543391634387307E7,5523650.637715213],[-1.1543313577861112E7,5523746.795116478],[-1.1543267453377835E7,5523818.0148042785],[-1.154305453642284E7,5524117.164477714],[-1.1543050996786E7,5524138.519071317],[-1.154305099699681E7,5524270.282989247],[-1.1543093590933606E7,5524330.825247317],[-1.1543182315387405E7,5524384.239541041],[-1.1543200061934596E7,5524387.790669845],[-1.1543242660815705E7,5524430.5247976445],[-1.1543260412665525E7,5524480.377539259],[-1.1543299447505515E7,5524530.234299751],[-1.1543384636456296E7,5524601.455915786],[-1.154340592555955E7,5524647.747995201],[-1.154339883303682E7,5524690.487799701],[-1.154332786752809E7,5524783.081481628],[-1.1543317214257475E7,5524808.012002748],[-1.1543331423787666E7,5524900.608030368],[-1.1543363381161148E7,5524996.770056362],[-1.1543356298543295E7,5525139.216989082],[-1.1543342093265088E7,5525174.833638395],[-1.1543342119519731E7,5525338.670790788],[-1.1543420212287772E7,5525434.831338732],[-1.1543455704588424E7,5525470.44385913],[-1.1543558643477326E7,5525513.163513902],[-1.1543693521217825E7,5525534.514234227],[-1.1543760966235863E7,5525552.320144031],[-1.1543775163974933E7,5525566.556400566],[-1.1543949098839788E7,5525648.4507238725],[-1.1544037840319188E7,5525708.988880871],[-1.1544098197368126E7,5525769.5239816755],[-1.1544123054578567E7,5525837.194066054],[-1.1544130153835766E7,5525844.319150273],[-1.154413726467354E7,5525876.379875078],[-1.1544165673799323E7,5525929.80205778],[-1.1544218919723712E7,5525983.212451452],[-1.1544346717606857E7,5526036.614677108]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.49","geometry":{"type":"MultiLineString","coordinates":[[[-1.154203958360043E7,5523647.120196287],[-1.154198634590374E7,5523778.859653974],[-1.1541876328009076E7,5524006.769282627],[-1.154180889141884E7,5524170.56185292],[-1.1541787588310076E7,5524231.100842276],[-1.1541734352127789E7,5524337.929864771],[-1.154166336118414E7,5524423.3972947085],[-1.1541503640173618E7,5524562.270801704],[-1.1541482334101005E7,5524622.811599996],[-1.154146458731702E7,5524694.025521572],[-1.1541432640470045E7,5524768.810168825],[-1.1541379389799299E7,5524857.848023846],[-1.1541223210384078E7,5525021.64354071],[-1.15412090014819E7,5525046.570654834],[-1.1541201898382818E7,5525089.310415307],[-1.1541184138037136E7,5525185.460753823],[-1.1541116691441776E7,5525288.743081019],[-1.1540971125717416E7,5525505.97677422],[-1.1540924985240744E7,5525552.263251784],[-1.154086818536138E7,5525587.87242996],[-1.154075814743268E7,5525630.595012761],[-1.1540566466053024E7,5525662.604532809],[-1.1540491924984911E7,5525676.844398183],[-1.1540357039143523E7,5525683.92870186],[-1.1540275397814283E7,5525698.16317085],[-1.1540168904153375E7,5525744.42901846],[-1.1540122744262876E7,5525790.726321999],[-1.1540080147541907E7,5525812.0764039885],[-1.1539920419686873E7,5525826.279313084],[-1.153949084812143E7,5526079.044918611],[-1.153949079895158E7,5526207.259393024],[-1.1539465940436311E7,5526242.881579918],[-1.1539419794368664E7,5526257.10272875],[-1.1539277801738972E7,5526281.992798817],[-1.153918193735842E7,5526321.131614126],[-1.1539100279565763E7,5526370.980186007],[-1.1539043483963938E7,5526360.26987997],[-1.153899735065957E7,5526331.754547557],[-1.153890150346137E7,5526342.4057432655],[-1.1538798577611042E7,5526320.989924328],[-1.1538649528521372E7,5526239.009049555],[-1.153852176622269E7,5526160.589803015],[-1.1538457880218595E7,5526139.184211468],[-1.1537407227927426E7,5526088.788917892],[-1.1537066482802667E7,5526052.973084892],[-1.1536867761765905E7,5525978.0606982345],[-1.153683582005708E7,5525953.110409733],[-1.1536764859012626E7,5525910.314042632],[-1.1536626520165784E7,5525774.881594609],[-1.1536520078018691E7,5525700.020296136],[-1.1536356864049297E7,5525614.432523822],[-1.1536175894049784E7,5525553.7598153455]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}},{"type":"Feature","id":"streams.50","geometry":{"type":"MultiLineString","coordinates":[[[-1.1539498736505212E7,5523646.633963905],[-1.1539488086083444E7,5523675.118317203],[-1.1539484510278393E7,5523742.781822732],[-1.1539456107531002E7,5523781.939766275],[-1.1539374464260722E7,5523870.939004915],[-1.1539363790166205E7,5523959.954290268],[-1.1539356674201014E7,5523988.441411727],[-1.1539310534755226E7,5524009.795639259],[-1.1539133075598173E7,5524070.270634041],[-1.1538944952193458E7,5524152.104449913],[-1.1538817169124465E7,5524226.825141049],[-1.1538788769034069E7,5524255.312359431],[-1.1538799370654987E7,5524365.700589558],[-1.153873544086152E7,5524486.766258522],[-1.1538738973451853E7,5524511.686154065],[-1.1538756710247047E7,5524547.315093018],[-1.1538813453559231E7,5524618.559312485],[-1.1538820542174231E7,5524675.537722403],[-1.1538777940259216E7,5524707.578321621],[-1.1538678562852906E7,5524714.661422816],[-1.1538589822579142E7,5524718.174987015],[-1.1538589789836004E7,5524825.013940506],[-1.153856493277046E7,5524839.257453148],[-1.1538447802154439E7,5524871.258170131],[-1.1538373246716958E7,5524910.39799423],[-1.1538288024467304E7,5524992.271538969],[-1.1538266735548466E7,5524999.379654007],[-1.1538114115628492E7,5524999.3074593805],[-1.1538014737744112E7,5525020.631019832],[-1.1537801771000747E7,5525041.8922171695],[-1.1537762741837593E7,5525020.504168906],[-1.1537748580032067E7,5524956.393855403],[-1.1537727290995223E7,5524945.691403968],[-1.1537624346429447E7,5524970.569300659],[-1.1537553341644239E7,5525020.391346493],[-1.1537457509733753E7,5525027.464166509],[-1.1537425535849974E7,5525077.30360464],[-1.1537350912285274E7,5525241.088686224],[-1.1537308299906602E7,5525276.6721339775],[-1.153726570616357E7,5525273.088017372],[-1.153724798760755E7,5525237.467688948],[-1.1537216050423784E7,5525208.958867735],[-1.1536942735605799E7,5525258.658088403],[-1.153688239678719E7,5525251.49449274],[-1.1536811429341419E7,5525237.197311249],[-1.153674047902093E7,5525173.046631496],[-1.1536722743360126E7,5525158.796955048],[-1.1536516876865655E7,5525172.91094354],[-1.1536477831240354E7,5525187.122143141],[-1.1536477782099275E7,5525254.798504895],[-1.1536559341881957E7,5525375.939126262],[-1.1536559313067578E7,5525422.244982256],[-1.1536527345388424E7,5525443.587104135],[-1.1536445700849777E7,5525457.78671745],[-1.1536349883937014E7,5525443.4761489],[-1.15362824418788E7,5525454.111807316],[-1.1536229181674315E7,5525482.570700822],[-1.1536175894049784E7,5525553.7598153455]]]},"geometry_name":"the_geom","properties":{"cat":2,"label":""}}],"crs":{"type":"EPSG","properties":{"code":"900913"}},"bbox":[-1.1549442257220494E7,5523646.633963905,-1.153552984835446E7,5543138.326439199]} diff --git a/core/src/test/resources/org/mapfish/print/cli/v2Request.json b/core/src/test/resources/org/mapfish/print/cli/v2Request.json index 4d3fff3a6d..bed736d2ef 100644 --- a/core/src/test/resources/org/mapfish/print/cli/v2Request.json +++ b/core/src/test/resources/org/mapfish/print/cli/v2Request.json @@ -97,4 +97,4 @@ "rotation": 0 } ] -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/cli/v3Request.json b/core/src/test/resources/org/mapfish/print/cli/v3Request.json index d6f402ffac..7a8b87aa37 100644 --- a/core/src/test/resources/org/mapfish/print/cli/v3Request.json +++ b/core/src/test/resources/org/mapfish/print/cli/v3Request.json @@ -31,4 +31,4 @@ ] } } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/config/config-test-application-context.xml b/core/src/test/resources/org/mapfish/print/config/config-test-application-context.xml index 98a8f70799..e226cdba5b 100644 --- a/core/src/test/resources/org/mapfish/print/config/config-test-application-context.xml +++ b/core/src/test/resources/org/mapfish/print/config/config-test-application-context.xml @@ -6,4 +6,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/config/config-test-no-prototype-application-context.xml b/core/src/test/resources/org/mapfish/print/config/config-test-no-prototype-application-context.xml index 72992452fa..55ef9af52b 100644 --- a/core/src/test/resources/org/mapfish/print/config/config-test-no-prototype-application-context.xml +++ b/core/src/test/resources/org/mapfish/print/config/config-test-no-prototype-application-context.xml @@ -6,4 +6,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/http/proxy/application-context-proxy-test.xml b/core/src/test/resources/org/mapfish/print/http/proxy/application-context-proxy-test.xml index ac2f3ccc7b..454c0c0a8d 100644 --- a/core/src/test/resources/org/mapfish/print/http/proxy/application-context-proxy-test.xml +++ b/core/src/test/resources/org/mapfish/print/http/proxy/application-context-proxy-test.xml @@ -3,4 +3,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/map/geotools/geojson/geojson-inconsistent-attributes-2.json b/core/src/test/resources/org/mapfish/print/map/geotools/geojson/geojson-inconsistent-attributes-2.json index 40c0496b48..cd64113ab1 100644 --- a/core/src/test/resources/org/mapfish/print/map/geotools/geojson/geojson-inconsistent-attributes-2.json +++ b/core/src/test/resources/org/mapfish/print/map/geotools/geojson/geojson-inconsistent-attributes-2.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/map/geotools/geojson/geojson_org-1.json b/core/src/test/resources/org/mapfish/print/map/geotools/geojson/geojson_org-1.json index 068c0f4854..3149006405 100644 --- a/core/src/test/resources/org/mapfish/print/map/geotools/geojson/geojson_org-1.json +++ b/core/src/test/resources/org/mapfish/print/map/geotools/geojson/geojson_org-1.json @@ -9,4 +9,4 @@ "name": "Dinagat Islands" } } -] \ No newline at end of file +] diff --git a/core/src/test/resources/org/mapfish/print/map/style/json/bug_cant_transform_to_xml.json b/core/src/test/resources/org/mapfish/print/map/style/json/bug_cant_transform_to_xml.json index 0a35a9bc51..6b17a54c78 100644 --- a/core/src/test/resources/org/mapfish/print/map/style/json/bug_cant_transform_to_xml.json +++ b/core/src/test/resources/org/mapfish/print/map/style/json/bug_cant_transform_to_xml.json @@ -22,4 +22,4 @@ "fillOpacity": 0 } } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-all-properies-as-expressions.json b/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-all-properies-as-expressions.json index 9dbd5629e5..e8c9b63898 100644 --- a/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-all-properies-as-expressions.json +++ b/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-all-properies-as-expressions.json @@ -56,4 +56,4 @@ } ] } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-default-symbolizers.json b/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-default-symbolizers.json index 2939e6cb67..1176253f6b 100644 --- a/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-default-symbolizers.json +++ b/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-default-symbolizers.json @@ -10,4 +10,4 @@ {"type" : "text", "label" : "label"} ] } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-symbolizers-default-values.json b/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-symbolizers-default-values.json index 0103c171df..971c833af2 100644 --- a/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-symbolizers-default-values.json +++ b/core/src/test/resources/org/mapfish/print/map/style/json/v2-style-symbolizers-default-values.json @@ -20,4 +20,4 @@ } ] } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/map/style/multipleStyles.sld b/core/src/test/resources/org/mapfish/print/map/style/multipleStyles.sld index c80a8c3af5..60b4a66925 100644 --- a/core/src/test/resources/org/mapfish/print/map/style/multipleStyles.sld +++ b/core/src/test/resources/org/mapfish/print/map/style/multipleStyles.sld @@ -41,4 +41,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/map/style/singleStyle.sld b/core/src/test/resources/org/mapfish/print/map/style/singleStyle.sld index 74a2f01eaa..0fb9c1f709 100644 --- a/core/src/test/resources/org/mapfish/print/map/style/singleStyle.sld +++ b/core/src/test/resources/org/mapfish/print/map/style/singleStyle.sld @@ -22,4 +22,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/output/pdf-config/requestData.json b/core/src/test/resources/org/mapfish/print/output/pdf-config/requestData.json index aef2946ce2..1b0b2ca1d6 100644 --- a/core/src/test/resources/org/mapfish/print/output/pdf-config/requestData.json +++ b/core/src/test/resources/org/mapfish/print/output/pdf-config/requestData.json @@ -16,4 +16,4 @@ ] } } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/output/simple_map/requestData.json b/core/src/test/resources/org/mapfish/print/output/simple_map/requestData.json index aef2946ce2..1b0b2ca1d6 100644 --- a/core/src/test/resources/org/mapfish/print/output/simple_map/requestData.json +++ b/core/src/test/resources/org/mapfish/print/output/simple_map/requestData.json @@ -16,4 +16,4 @@ ] } } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/parser/mapAttributeTest.json b/core/src/test/resources/org/mapfish/print/parser/mapAttributeTest.json index 99879a9b77..c195db52f6 100644 --- a/core/src/test/resources/org/mapfish/print/parser/mapAttributeTest.json +++ b/core/src/test/resources/org/mapfish/print/parser/mapAttributeTest.json @@ -28,4 +28,4 @@ },{ "embeddedValue" : "embeddedValue3" }] -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/processor/http/add-headers/add-custom-processor-application-context.xml b/core/src/test/resources/org/mapfish/print/processor/http/add-headers/add-custom-processor-application-context.xml index 8dd5080922..751cb88473 100644 --- a/core/src/test/resources/org/mapfish/print/processor/http/add-headers/add-custom-processor-application-context.xml +++ b/core/src/test/resources/org/mapfish/print/processor/http/add-headers/add-custom-processor-application-context.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/processor/http/composite-client-http-request-factory/add-custom-processor-application-context.xml b/core/src/test/resources/org/mapfish/print/processor/http/composite-client-http-request-factory/add-custom-processor-application-context.xml index ff43011c7d..3308a1af72 100644 --- a/core/src/test/resources/org/mapfish/print/processor/http/composite-client-http-request-factory/add-custom-processor-application-context.xml +++ b/core/src/test/resources/org/mapfish/print/processor/http/composite-client-http-request-factory/add-custom-processor-application-context.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/processor/http/forward-headers/add-custom-processor-application-context.xml b/core/src/test/resources/org/mapfish/print/processor/http/forward-headers/add-custom-processor-application-context.xml index cf78637e36..0c563e5dd2 100644 --- a/core/src/test/resources/org/mapfish/print/processor/http/forward-headers/add-custom-processor-application-context.xml +++ b/core/src/test/resources/org/mapfish/print/processor/http/forward-headers/add-custom-processor-application-context.xml @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/processor/http/map-uri/add-custom-processor-application-context.xml b/core/src/test/resources/org/mapfish/print/processor/http/map-uri/add-custom-processor-application-context.xml index 1d20dc51b2..55c170737e 100644 --- a/core/src/test/resources/org/mapfish/print/processor/http/map-uri/add-custom-processor-application-context.xml +++ b/core/src/test/resources/org/mapfish/print/processor/http/map-uri/add-custom-processor-application-context.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/processor/http/map-uri/map-uri-228-bug-fix-processor-application-context.xml b/core/src/test/resources/org/mapfish/print/processor/http/map-uri/map-uri-228-bug-fix-processor-application-context.xml index 19d7e408bf..a4caf87f91 100644 --- a/core/src/test/resources/org/mapfish/print/processor/http/map-uri/map-uri-228-bug-fix-processor-application-context.xml +++ b/core/src/test/resources/org/mapfish/print/processor/http/map-uri/map-uri-228-bug-fix-processor-application-context.xml @@ -10,4 +10,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/processor/http/use-http-for-https/add-custom-processor-application-context.xml b/core/src/test/resources/org/mapfish/print/processor/http/use-http-for-https/add-custom-processor-application-context.xml index 757ab40be8..ebbc832c99 100644 --- a/core/src/test/resources/org/mapfish/print/processor/http/use-http-for-https/add-custom-processor-application-context.xml +++ b/core/src/test/resources/org/mapfish/print/processor/http/use-http-for-https/add-custom-processor-application-context.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_flexible_scale/requestDataOldAPI.json b/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_flexible_scale/requestDataOldAPI.json index 1b8d5344a7..8f9cd1bf43 100644 --- a/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_flexible_scale/requestDataOldAPI.json +++ b/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_flexible_scale/requestDataOldAPI.json @@ -13,4 +13,4 @@ ] } } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_flexible_scale/style.json b/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_flexible_scale/style.json index 6a67bc3032..d450e7380b 100644 --- a/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_flexible_scale/style.json +++ b/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_flexible_scale/style.json @@ -21,4 +21,4 @@ "strokeDashstyle":"dash", "pointRadius":5 } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_label_style/style.json b/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_label_style/style.json index fab6d6bdf8..0be9be1adf 100644 --- a/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_label_style/style.json +++ b/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_label_style/style.json @@ -14,4 +14,4 @@ "haloColor":"green", "haloRadius": 5 } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_line_style/style.json b/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_line_style/style.json index 5394c03ff1..d2115a17ad 100644 --- a/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_line_style/style.json +++ b/core/src/test/resources/org/mapfish/print/processor/map/bbox_geojson_line_style/style.json @@ -21,4 +21,4 @@ "strokeDashstyle":"dash", "pointRadius":5 } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/processor/map/center_tiledwms_flexiblescale/thinline.sld b/core/src/test/resources/org/mapfish/print/processor/map/center_tiledwms_flexiblescale/thinline.sld index 1e040aff82..c8d60ab607 100644 --- a/core/src/test/resources/org/mapfish/print/processor/map/center_tiledwms_flexiblescale/thinline.sld +++ b/core/src/test/resources/org/mapfish/print/processor/map/center_tiledwms_flexiblescale/thinline.sld @@ -30,4 +30,4 @@ - \ No newline at end of file + diff --git a/core/src/test/resources/org/mapfish/print/servlet/fileloader/resourceFile.txt b/core/src/test/resources/org/mapfish/print/servlet/fileloader/resourceFile.txt index 5a7699abfe..91313aaeb4 100644 --- a/core/src/test/resources/org/mapfish/print/servlet/fileloader/resourceFile.txt +++ b/core/src/test/resources/org/mapfish/print/servlet/fileloader/resourceFile.txt @@ -1 +1 @@ -some resource file for the configuration \ No newline at end of file +some resource file for the configuration diff --git a/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api-no-table-data.json b/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api-no-table-data.json index 903a39b594..e1d607e97a 100644 --- a/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api-no-table-data.json +++ b/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api-no-table-data.json @@ -169,4 +169,4 @@ "showMap": false } ] -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api-png.json b/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api-png.json index 97d269e711..6a137b3c33 100644 --- a/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api-png.json +++ b/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api-png.json @@ -140,4 +140,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api.json b/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api.json index 0cbb2f66f0..ea6ffa3432 100644 --- a/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api.json +++ b/core/src/test/resources/org/mapfish/print/servlet/oldapi/requestData-old-api.json @@ -87,4 +87,4 @@ "col2":"icon" } ] -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/servlet/requestData.json b/core/src/test/resources/org/mapfish/print/servlet/requestData.json index 1a16da6135..f2ba6c5658 100644 --- a/core/src/test/resources/org/mapfish/print/servlet/requestData.json +++ b/core/src/test/resources/org/mapfish/print/servlet/requestData.json @@ -69,4 +69,4 @@ ] } } -} \ No newline at end of file +} diff --git a/core/src/test/resources/org/mapfish/print/servlet/requestDataError.json b/core/src/test/resources/org/mapfish/print/servlet/requestDataError.json index e478673551..2c92085d34 100644 --- a/core/src/test/resources/org/mapfish/print/servlet/requestDataError.json +++ b/core/src/test/resources/org/mapfish/print/servlet/requestDataError.json @@ -69,4 +69,4 @@ ] } } -} \ No newline at end of file +} diff --git a/core/src/test/resources/test-http-request-factory-application-context.xml b/core/src/test/resources/test-http-request-factory-application-context.xml index e3b434781d..e85621e40b 100644 --- a/core/src/test/resources/test-http-request-factory-application-context.xml +++ b/core/src/test/resources/test-http-request-factory-application-context.xml @@ -7,4 +7,4 @@ - \ No newline at end of file + diff --git a/debian/src/README.rst b/debian/src/README.rst index 64854e6ed1..484a08690d 100644 --- a/debian/src/README.rst +++ b/debian/src/README.rst @@ -1 +1 @@ -This directory contains the files for creating the debian package which can be used for installing the war. \ No newline at end of file +This directory contains the files for creating the debian package which can be used for installing the war. diff --git a/debian/src/changelog b/debian/src/changelog index c5c9f56ca3..e8458b1dc4 100644 --- a/debian/src/changelog +++ b/debian/src/changelog @@ -1,2 +1,2 @@ release date=23:04 19.04.2014,version=[[version]],urgency=low,by=Jesse Eichar - * Initial release. \ No newline at end of file + * Initial release. diff --git a/debian/src/control/README.rst b/debian/src/control/README.rst index 0eefd4839d..831c140493 100644 --- a/debian/src/control/README.rst +++ b/debian/src/control/README.rst @@ -6,4 +6,4 @@ The files and responsibilities are essentially as follows: * control - package descriptor * postinst - Any actions that need to be taken after the debian package has been ran can be put here * postrm - This script is ran after removal of the debian package. This should include any extra clean up that is required. -* prerm - This script is ran before the debian package is removed. \ No newline at end of file +* prerm - This script is ran before the debian package is removed. diff --git a/debian/src/control/postinst b/debian/src/control/postinst index 1e1d93ef2c..ca8b2a2bb7 100644 --- a/debian/src/control/postinst +++ b/debian/src/control/postinst @@ -1,3 +1,3 @@ #!/bin/sh -# Any actions that need to be taken after the debian package has been ran can be put here \ No newline at end of file +# Any actions that need to be taken after the debian package has been ran can be put here diff --git a/debian/src/control/postrm b/debian/src/control/postrm index f2365dea87..4d89a40266 100644 --- a/debian/src/control/postrm +++ b/debian/src/control/postrm @@ -1,3 +1,3 @@ #!/bin/sh -# This script is ran after removal of the debian package. This should include any extra clean up that is required. \ No newline at end of file +# This script is ran after removal of the debian package. This should include any extra clean up that is required. diff --git a/debian/src/control/prerm b/debian/src/control/prerm index b75f276a13..703e49ec36 100644 --- a/debian/src/control/prerm +++ b/debian/src/control/prerm @@ -1,3 +1,3 @@ #!/bin/sh -# This script is ran before the debian package is removed. \ No newline at end of file +# This script is ran before the debian package is removed. diff --git a/debian/src/data/README.rst b/debian/src/data/README.rst index 86f99af490..151e646931 100644 --- a/debian/src/data/README.rst +++ b/debian/src/data/README.rst @@ -1 +1 @@ -This directory will contain the files required to be installed along with the war file in the debian package. \ No newline at end of file +This directory will contain the files required to be installed along with the war file in the debian package. diff --git a/docs/src/main/resources/fonts/fontawesome-webfont.svg b/docs/src/main/resources/fonts/fontawesome-webfont.svg index 897386baac..b61296935a 100644 --- a/docs/src/main/resources/fonts/fontawesome-webfont.svg +++ b/docs/src/main/resources/fonts/fontawesome-webfont.svg @@ -517,4 +517,4 @@ - \ No newline at end of file + diff --git a/docs/src/main/resources/js/jquery-2.0.3.min.js b/docs/src/main/resources/js/jquery-2.0.3.min.js index 3532536d40..1d09c54df4 100644 --- a/docs/src/main/resources/js/jquery-2.0.3.min.js +++ b/docs/src/main/resources/js/jquery-2.0.3.min.js @@ -2,4 +2,4 @@ return!0},parent:function(e){return!k.pseudos.empty(e)},header:function(e){return we.test(e.nodeName)},input:function(e){return be.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:c(function(){return[0]}),last:c(function(e,t){return[t-1]}),eq:c(function(e,t,n){return[0>n?n+t:n]}),even:c(function(e,t){for(var n=0;t>n;n+=2)e.push(n);return e}),odd:c(function(e,t){for(var n=1;t>n;n+=2)e.push(n);return e}),lt:c(function(e,t,n){for(var r=0>n?n+t:n;--r>=0;)e.push(r);return e}),gt:c(function(e,t,n){for(var r=0>n?n+t:n;++ru;u++)if(l[u].apply(r[0],r[1])===!1&&e.stopOnFalse){t=!1;break}i=!1,l&&(c?c.length&&f(c.shift()):t?l=[]:p.disable())},p={add:function(){if(l){var n=l.length;!function r(t){ae.each(t,function(t,n){var i=ae.type(n);"function"===i?e.unique&&p.has(n)||l.push(n):n&&n.length&&"string"!==i&&r(n)})}(arguments),i?a=l.length:t&&(s=n,f(t))}return this},remove:function(){return l&&ae.each(arguments,function(e,t){for(var n;(n=ae.inArray(t,l,n))>-1;)l.splice(n,1),i&&(a>=n&&a--,u>=n&&u--)}),this},has:function(e){return e?ae.inArray(e,l)>-1:!(!l||!l.length)},empty:function(){return l=[],a=0,this},disable:function(){return l=c=t=r,this},disabled:function(){return!l},lock:function(){return c=r,t||p.disable(),this},locked:function(){return!c},fireWith:function(e,t){return!l||n&&!c||(t=t||[],t=[e,t.slice?t.slice():t],i?c.push(t):f(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!n}};return p},ae.extend({Deferred:function(e){var t=[["resolve","done",ae.Callbacks("once memory"),"resolved"],["reject","fail",ae.Callbacks("once memory"),"rejected"],["notify","progress",ae.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return ae.Deferred(function(n){ae.each(t,function(t,o){var s=o[0],a=ae.isFunction(e[t])&&e[t];i[o[1]](function(){var e=a&&a.apply(this,arguments);e&&ae.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===r?n.promise():this,a?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?ae.extend(e,r):r}},i={};return r.pipe=r.then,ae.each(t,function(e,o){var s=o[2],a=o[3];r[o[1]]=s.add,a&&s.add(function(){n=a},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=s.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t,n,r,i=0,o=ne.call(arguments),s=o.length,a=1!==s||e&&ae.isFunction(e.promise)?s:0,u=1===a?e:ae.Deferred(),l=function(e,n,r){return function(i){n[e]=this,r[e]=arguments.length>1?ne.call(arguments):i,r===t?u.notifyWith(n,r):--a||u.resolveWith(n,r)}};if(s>1)for(t=new Array(s),n=new Array(s),r=new Array(s);s>i;i++)o[i]&&ae.isFunction(o[i].promise)?o[i].promise().done(l(i,r,o)).fail(u.reject).progress(l(i,n,t)):--a;return a||u.resolveWith(r,o),u.promise()}}),ae.support=function(e){var n=Y.createElement("input"),r=Y.createDocumentFragment(),i=Y.createElement("div"),o=Y.createElement("select"),s=o.appendChild(Y.createElement("option"));return n.type?(n.type="checkbox",e.checkOn=""!==n.value,e.optSelected=s.selected,e.reliableMarginRight=!0,e.boxSizingReliable=!0,e.pixelPosition=!1,n.checked=!0,e.noCloneChecked=n.cloneNode(!0).checked,o.disabled=!0,e.optDisabled=!s.disabled,n=Y.createElement("input"),n.value="t",n.type="radio",e.radioValue="t"===n.value,n.setAttribute("checked","t"),n.setAttribute("name","t"),r.appendChild(n),e.checkClone=r.cloneNode(!0).cloneNode(!0).lastChild.checked,e.focusinBubbles="onfocusin"in t,i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",e.clearCloneStyle="content-box"===i.style.backgroundClip,ae(function(){var n,r,o="padding:0;margin:0;border:0;display:block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box",s=Y.getElementsByTagName("body")[0];s&&(n=Y.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",s.appendChild(n).appendChild(i),i.innerHTML="",i.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%",ae.swap(s,null!=s.style.zoom?{zoom:1}:{},function(){e.boxSizing=4===i.offsetWidth}),t.getComputedStyle&&(e.pixelPosition="1%"!==(t.getComputedStyle(i,null)||{}).top,e.boxSizingReliable="4px"===(t.getComputedStyle(i,null)||{width:"4px"}).width,r=i.appendChild(Y.createElement("div")),r.style.cssText=i.style.cssText=o,r.style.marginRight=r.style.width="0",i.style.width="1px",e.reliableMarginRight=!parseFloat((t.getComputedStyle(r,null)||{}).marginRight)),s.removeChild(n))}),e):e}({});var ye,ve,xe=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,be=/([A-Z])/g;s.uid=1,s.accepts=function(e){return e.nodeType?1===e.nodeType||9===e.nodeType:!0},s.prototype={key:function(e){if(!s.accepts(e))return 0;var t={},n=e[this.expando];if(!n){n=s.uid++;try{t[this.expando]={value:n},Object.defineProperties(e,t)}catch(r){t[this.expando]=n,ae.extend(e,t)}}return this.cache[n]||(this.cache[n]={}),n},set:function(e,t,n){var r,i=this.key(e),o=this.cache[i];if("string"==typeof t)o[t]=n;else if(ae.isEmptyObject(o))ae.extend(this.cache[i],t);else for(r in t)o[r]=t[r];return o},get:function(e,t){var n=this.cache[this.key(e)];return t===r?n:n[t]},access:function(e,t,n){var i;return t===r||t&&"string"==typeof t&&n===r?(i=this.get(e,t),i!==r?i:this.get(e,ae.camelCase(t))):(this.set(e,t,n),n!==r?n:t)},remove:function(e,t){var n,i,o,s=this.key(e),a=this.cache[s];if(t===r)this.cache[s]={};else{ae.isArray(t)?i=t.concat(t.map(ae.camelCase)):(o=ae.camelCase(t),t in a?i=[t,o]:(i=o,i=i in a?[i]:i.match(le)||[])),n=i.length;for(;n--;)delete a[i[n]]}},hasData:function(e){return!ae.isEmptyObject(this.cache[e[this.expando]]||{})},discard:function(e){e[this.expando]&&delete this.cache[e[this.expando]]}},ye=new s,ve=new s,ae.extend({acceptData:s.accepts,hasData:function(e){return ye.hasData(e)||ve.hasData(e)},data:function(e,t,n){return ye.access(e,t,n)},removeData:function(e,t){ye.remove(e,t)},_data:function(e,t,n){return ve.access(e,t,n)},_removeData:function(e,t){ve.remove(e,t)}}),ae.fn.extend({data:function(e,t){var n,i,o=this[0],s=0,u=null;if(e===r){if(this.length&&(u=ye.get(o),1===o.nodeType&&!ve.get(o,"hasDataAttrs"))){for(n=o.attributes;s1,null,!0)},removeData:function(e){return this.each(function(){ye.remove(this,e)})}}),ae.extend({queue:function(e,t,n){var r;return e?(t=(t||"fx")+"queue",r=ve.get(e,t),n&&(!r||ae.isArray(n)?r=ve.access(e,t,ae.makeArray(n)):r.push(n)),r||[]):void 0},dequeue:function(e,t){t=t||"fx";var n=ae.queue(e,t),r=n.length,i=n.shift(),o=ae._queueHooks(e,t),s=function(){ae.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return ve.get(e,n)||ve.access(e,n,{empty:ae.Callbacks("once memory").add(function(){ve.remove(e,[t+"queue",n])})})}}),ae.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length1)},removeAttr:function(e){return this.each(function(){ae.removeAttr(this,e)})},prop:function(e,t){return ae.access(this,ae.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[ae.propFix[e]||e]})},addClass:function(e){var t,n,r,i,o,s=0,a=this.length,u="string"==typeof e&&e;if(ae.isFunction(e))return this.each(function(t){ae(this).addClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(le)||[];a>s;s++)if(n=this[s],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(Ce," "):" ")){for(o=0;i=t[o++];)r.indexOf(" "+i+" ")<0&&(r+=i+" ");n.className=ae.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,s=0,a=this.length,u=0===arguments.length||"string"==typeof e&&e;if(ae.isFunction(e))return this.each(function(t){ae(this).removeClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(le)||[];a>s;s++)if(n=this[s],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(Ce," "):"")){for(o=0;i=t[o++];)for(;r.indexOf(" "+i+" ")>=0;)r=r.replace(" "+i+" "," ");n.className=e?ae.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):this.each(ae.isFunction(e)?function(n){ae(this).toggleClass(e.call(this,n,this.className,t),t)}:function(){if("string"===n)for(var t,r=0,i=ae(this),o=e.match(le)||[];t=o[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else(n===X||"boolean"===n)&&(this.className&&ve.set(this,"__className__",this.className),this.className=this.className||e===!1?"":ve.get(this,"__className__")||"")})},hasClass:function(e){for(var t=" "+e+" ",n=0,r=this.length;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(Ce," ").indexOf(t)>=0)return!0;return!1},val:function(e){var t,n,i,o=this[0];{if(arguments.length)return i=ae.isFunction(e),this.each(function(n){var o;1===this.nodeType&&(o=i?e.call(this,n,ae(this).val()):e,null==o?o="":"number"==typeof o?o+="":ae.isArray(o)&&(o=ae.map(o,function(e){return null==e?"":e+""})),t=ae.valHooks[this.type]||ae.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&t.set(this,o,"value")!==r||(this.value=o))});if(o)return t=ae.valHooks[o.type]||ae.valHooks[o.nodeName.toLowerCase()],t&&"get"in t&&(n=t.get(o,"value"))!==r?n:(n=o.value,"string"==typeof n?n.replace(Ne,""):null==n?"":n)}}}),ae.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){for(var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,s=o?null:[],a=o?i+1:r.length,u=0>i?a:o?i:0;a>u;u++)if(n=r[u],!(!n.selected&&u!==i||(ae.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&ae.nodeName(n.parentNode,"optgroup"))){if(t=ae(n).val(),o)return t;s.push(t)}return s},set:function(e,t){for(var n,r,i=e.options,o=ae.makeArray(t),s=i.length;s--;)r=i[s],(r.selected=ae.inArray(ae(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}},attr:function(e,t,n){var i,o,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return typeof e.getAttribute===X?ae.prop(e,t,n):(1===s&&ae.isXMLDoc(e)||(t=t.toLowerCase(),i=ae.attrHooks[t]||(ae.expr.match.bool.test(t)?Te:we)),n===r?i&&"get"in i&&null!==(o=i.get(e,t))?o:(o=ae.find.attr(e,t),null==o?r:o):null!==n?i&&"set"in i&&(o=i.set(e,n,t))!==r?o:(e.setAttribute(t,n+""),n):void ae.removeAttr(e,t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(le);if(o&&1===e.nodeType)for(;n=o[i++];)r=ae.propFix[n]||n,ae.expr.match.bool.test(n)&&(e[r]=!1),e.removeAttribute(n)},attrHooks:{type:{set:function(e,t){if(!ae.support.radioValue&&"radio"===t&&ae.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,t,n){var i,o,s,a=e.nodeType;if(e&&3!==a&&8!==a&&2!==a)return s=1!==a||!ae.isXMLDoc(e),s&&(t=ae.propFix[t]||t,o=ae.propHooks[t]),n!==r?o&&"set"in o&&(i=o.set(e,n,t))!==r?i:e[t]=n:o&&"get"in o&&null!==(i=o.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){return e.hasAttribute("tabindex")||ke.test(e.nodeName)||e.href?e.tabIndex:-1}}}}),Te={set:function(e,t,n){return t===!1?ae.removeAttr(e,n):e.setAttribute(n,n),n}},ae.each(ae.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ae.expr.attrHandle[t]||ae.find.attr;ae.expr.attrHandle[t]=function(e,t,i){var o=ae.expr.attrHandle[t],s=i?r:(ae.expr.attrHandle[t]=r)!=n(e,t,i)?t.toLowerCase():null;return ae.expr.attrHandle[t]=o,s}}),ae.support.optSelected||(ae.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null}}),ae.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ae.propFix[this.toLowerCase()]=this}),ae.each(["radio","checkbox"],function(){ae.valHooks[this]={set:function(e,t){return ae.isArray(t)?e.checked=ae.inArray(ae(e).val(),t)>=0:void 0}},ae.support.checkOn||(ae.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Ee=/^key/,je=/^(?:mouse|contextmenu)|click/,Se=/^(?:focusinfocus|focusoutblur)$/,De=/^([^.]*)(?:\.(.+)|)$/;ae.event={global:{},add:function(e,t,n,i,o){var s,a,u,l,c,f,p,d,h,g,m,y=ve.get(e);if(y){for(n.handler&&(s=n,n=s.handler,o=s.selector),n.guid||(n.guid=ae.guid++),(l=y.events)||(l=y.events={}),(a=y.handle)||(a=y.handle=function(e){return typeof ae===X||e&&ae.event.triggered===e.type?r:ae.event.dispatch.apply(a.elem,arguments)},a.elem=e),t=(t||"").match(le)||[""],c=t.length;c--;)u=De.exec(t[c])||[],h=m=u[1],g=(u[2]||"").split(".").sort(),h&&(p=ae.event.special[h]||{},h=(o?p.delegateType:p.bindType)||h,p=ae.event.special[h]||{},f=ae.extend({type:h,origType:m,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&ae.expr.match.needsContext.test(o),namespace:g.join(".")},s),(d=l[h])||(d=l[h]=[],d.delegateCount=0,p.setup&&p.setup.call(e,i,g,a)!==!1||e.addEventListener&&e.addEventListener(h,a,!1)),p.add&&(p.add.call(e,f),f.handler.guid||(f.handler.guid=n.guid)),o?d.splice(d.delegateCount++,0,f):d.push(f),ae.event.global[h]=!0);e=null}},remove:function(e,t,n,r,i){var o,s,a,u,l,c,f,p,d,h,g,m=ve.hasData(e)&&ve.get(e);if(m&&(u=m.events)){for(t=(t||"").match(le)||[""],l=t.length;l--;)if(a=De.exec(t[l])||[],d=g=a[1],h=(a[2]||"").split(".").sort(),d){for(f=ae.event.special[d]||{},d=(r?f.delegateType:f.bindType)||d,p=u[d]||[],a=a[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||a&&!a.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));s&&!p.length&&(f.teardown&&f.teardown.call(e,h,m.handle)!==!1||ae.removeEvent(e,d,m.handle),delete u[d])}else for(d in u)ae.event.remove(e,d+t[l],n,r,!0);ae.isEmptyObject(u)&&(delete m.handle,ve.remove(e,"events"))}},trigger:function(e,n,i,o){var s,a,u,l,c,f,p,d=[i||Y],h=oe.call(e,"type")?e.type:e,g=oe.call(e,"namespace")?e.namespace.split("."):[];if(a=u=i=i||Y,3!==i.nodeType&&8!==i.nodeType&&!Se.test(h+ae.event.triggered)&&(h.indexOf(".")>=0&&(g=h.split("."),h=g.shift(),g.sort()),c=h.indexOf(":")<0&&"on"+h,e=e[ae.expando]?e:new ae.Event(h,"object"==typeof e&&e),e.isTrigger=o?2:3,e.namespace=g.join("."),e.namespace_re=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=r,e.target||(e.target=i),n=null==n?[e]:ae.makeArray(n,[e]),p=ae.event.special[h]||{},o||!p.trigger||p.trigger.apply(i,n)!==!1)){if(!o&&!p.noBubble&&!ae.isWindow(i)){for(l=p.delegateType||h,Se.test(l+h)||(a=a.parentNode);a;a=a.parentNode)d.push(a),u=a;u===(i.ownerDocument||Y)&&d.push(u.defaultView||u.parentWindow||t)}for(s=0;(a=d[s++])&&!e.isPropagationStopped();)e.type=s>1?l:p.bindType||h,f=(ve.get(a,"events")||{})[e.type]&&ve.get(a,"handle"),f&&f.apply(a,n),f=c&&a[c],f&&ae.acceptData(a)&&f.apply&&f.apply(a,n)===!1&&e.preventDefault();return e.type=h,o||e.isDefaultPrevented()||p._default&&p._default.apply(d.pop(),n)!==!1||!ae.acceptData(i)||c&&ae.isFunction(i[h])&&!ae.isWindow(i)&&(u=i[c],u&&(i[c]=null),ae.event.triggered=h,i[h](),ae.event.triggered=r,u&&(i[c]=u)),e.result}},dispatch:function(e){e=ae.event.fix(e);var t,n,i,o,s,a=[],u=ne.call(arguments),l=(ve.get(this,"events")||{})[e.type]||[],c=ae.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){for(a=ae.event.handlers.call(this,e,l),t=0;(o=a[t++])&&!e.isPropagationStopped();)for(e.currentTarget=o.elem,n=0;(s=o.handlers[n++])&&!e.isImmediatePropagationStopped();)(!e.namespace_re||e.namespace_re.test(s.namespace))&&(e.handleObj=s,e.data=s.data,i=((ae.event.special[s.origType]||{}).handle||s.handler).apply(o.elem,u),i!==r&&(e.result=i)===!1&&(e.preventDefault(),e.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,i,o,s,a=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&(!e.button||"click"!==e.type))for(;l!==this;l=l.parentNode||this)if(l.disabled!==!0||"click"!==e.type){for(i=[],n=0;u>n;n++)s=t[n],o=s.selector+" ",i[o]===r&&(i[o]=s.needsContext?ae(o,this).index(l)>=0:ae.find(o,this,null,[l]).length),i[o]&&i.push(s);i.length&&a.push({elem:l,handlers:i})}return ut;t++)if(ae.contains(r[t],this))return!0}));for(t=0;i>t;t++)ae.find(e,r[t],n);return n=this.pushStack(i>1?ae.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},has:function(e){var t=ae(e,this),n=t.length;return this.filter(function(){for(var e=0;n>e;e++)if(ae.contains(this,t[e]))return!0})},not:function(e){return this.pushStack(p(this,e||[],!0))},filter:function(e){return this.pushStack(p(this,e||[],!1))},is:function(e){return!!p(this,"string"==typeof e&&Le.test(e)?ae(e):e||[],!1).length},closest:function(e,t){for(var n,r=0,i=this.length,o=[],s=Le.test(e)||"string"!=typeof e?ae(e,t||this.context):0;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(s?s.index(n)>-1:1===n.nodeType&&ae.find.matchesSelector(n,e))){n=o.push(n);break}return this.pushStack(o.length>1?ae.unique(o):o)},index:function(e){return e?"string"==typeof e?re.call(ae(e),this[0]):re.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?ae(e,t):ae.makeArray(e&&e.nodeType?[e]:e),r=ae.merge(this.get(),n);return this.pushStack(ae.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ae.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return ae.dir(e,"parentNode")},parentsUntil:function(e,t,n){return ae.dir(e,"parentNode",n)},next:function(e){return f(e,"nextSibling")},prev:function(e){return f(e,"previousSibling")},nextAll:function(e){return ae.dir(e,"nextSibling")},prevAll:function(e){return ae.dir(e,"previousSibling")},nextUntil:function(e,t,n){return ae.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return ae.dir(e,"previousSibling",n)},siblings:function(e){return ae.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return ae.sibling(e.firstChild)},contents:function(e){return e.contentDocument||ae.merge([],e.childNodes)}},function(e,t){ae.fn[e]=function(n,r){var i=ae.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=ae.filter(r,i)),this.length>1&&(He[e]||ae.unique(i),qe.test(e)&&i.reverse()),this.pushStack(i)}}),ae.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?ae.find.matchesSelector(r,e)?[r]:[]:ae.find.matches(e,ae.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,t,n){for(var i=[],o=n!==r;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&ae(e).is(n))break;i.push(e)}return i},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});var Oe=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Fe=/<([\w:]+)/,Pe=/<|&#?\w+;/,Me=/<(?:script|style|link)/i,Re=/^(?:checkbox|radio)$/i,We=/checked\s*(?:[^=]|=\s*.checked.)/i,$e=/^$|\/(?:java|ecma)script/i,Be=/^true\/(.*)/,Ie=/^\s*\s*$/g,_e={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};_e.optgroup=_e.option,_e.tbody=_e.tfoot=_e.colgroup=_e.caption=_e.thead,_e.th=_e.td,ae.fn.extend({text:function(e){return ae.access(this,function(e){return e===r?ae.text(this):this.empty().append((this[0]&&this[0].ownerDocument||Y).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=d(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=d(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){for(var n,r=e?ae.filter(e,this):this,i=0;null!=(n=r[i]);i++)t||1!==n.nodeType||ae.cleanData(v(n)),n.parentNode&&(t&&ae.contains(n.ownerDocument,n)&&m(v(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(ae.cleanData(v(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return ae.clone(this,e,t)})},html:function(e){return ae.access(this,function(e){var t=this[0]||{},n=0,i=this.length;if(e===r&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Me.test(e)&&!_e[(Fe.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(Oe,"<$1>");try{for(;i>n;n++)t=this[n]||{},1===t.nodeType&&(ae.cleanData(v(t,!1)),t.innerHTML=e);t=0}catch(o){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=ae.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.parentNode!==i&&(r=this.nextSibling),ae(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=ee.apply([],e);var r,i,o,s,a,u,l=0,c=this.length,f=this,p=c-1,d=e[0],m=ae.isFunction(d);if(m||!(1>=c||"string"!=typeof d||ae.support.checkClone)&&We.test(d))return this.each(function(r){var i=f.eq(r);m&&(e[0]=d.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(r=ae.buildFragment(e,this[0].ownerDocument,!1,!n&&this),i=r.firstChild,1===r.childNodes.length&&(r=i),i)){for(o=ae.map(v(r,"script"),h),s=o.length;c>l;l++)a=r,l!==p&&(a=ae.clone(a,!0,!0),s&&ae.merge(o,v(a,"script"))),t.call(this[l],a,l);if(s)for(u=o[o.length-1].ownerDocument,ae.map(o,g),l=0;s>l;l++)a=o[l],$e.test(a.type||"")&&!ve.access(a,"globalEval")&&ae.contains(u,a)&&(a.src?ae._evalUrl(a.src):ae.globalEval(a.textContent.replace(Ie,"")))}return this}}),ae.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){ae.fn[e]=function(e){for(var n,r=[],i=ae(e),o=i.length-1,s=0;o>=s;s++)n=s===o?this:this.clone(!0),ae(i[s])[t](n),te.apply(r,n.get());return this.pushStack(r)}}),ae.extend({clone:function(e,t,n){var r,i,o,s,a=e.cloneNode(!0),u=ae.contains(e.ownerDocument,e);if(!(ae.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||ae.isXMLDoc(e)))for(s=v(a),o=v(e),r=0,i=o.length;i>r;r++)x(o[r],s[r]);if(t)if(n)for(o=o||v(e),s=s||v(a),r=0,i=o.length;i>r;r++)y(o[r],s[r]);else y(e,a);return s=v(a,"script"),s.length>0&&m(s,!u&&v(e,"script")),a},buildFragment:function(e,t,n,r){for(var i,o,s,a,u,l,c=0,f=e.length,p=t.createDocumentFragment(),d=[];f>c;c++)if(i=e[c],i||0===i)if("object"===ae.type(i))ae.merge(d,i.nodeType?[i]:i);else if(Pe.test(i)){for(o=o||p.appendChild(t.createElement("div")),s=(Fe.exec(i)||["",""])[1].toLowerCase(),a=_e[s]||_e._default,o.innerHTML=a[1]+i.replace(Oe,"<$1>")+a[2],l=a[0];l--;)o=o.lastChild;ae.merge(d,o.childNodes),o=p.firstChild,o.textContent=""}else d.push(t.createTextNode(i));for(p.textContent="",c=0;i=d[c++];)if((!r||-1===ae.inArray(i,r))&&(u=ae.contains(i.ownerDocument,i),o=v(p.appendChild(i),"script"),u&&m(o),n))for(l=0;i=o[l++];)$e.test(i.type||"")&&n.push(i);return p},cleanData:function(e){for(var t,n,i,o,a,u,l=ae.event.special,c=0;(n=e[c])!==r;c++){if(s.accepts(n)&&(a=n[ve.expando],a&&(t=ve.cache[a]))){if(i=Object.keys(t.events||{}),i.length)for(u=0;(o=i[u])!==r;u++)l[o]?ae.event.remove(n,o):ae.removeEvent(n,o,t.handle);ve.cache[a]&&delete ve.cache[a]}delete ye.cache[n[ye.expando]]}},_evalUrl:function(e){return ae.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}}),ae.fn.extend({wrapAll:function(e){var t;return ae.isFunction(e)?this.each(function(t){ae(this).wrapAll(e.call(this,t))}):(this[0]&&(t=ae(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild; -return e}).append(this)),this)},wrapInner:function(e){return this.each(ae.isFunction(e)?function(t){ae(this).wrapInner(e.call(this,t))}:function(){var t=ae(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=ae.isFunction(e);return this.each(function(n){ae(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){ae.nodeName(this,"body")||ae(this).replaceWith(this.childNodes)}).end()}});var ze,Xe,Ue=/^(none|table(?!-c[ea]).+)/,Ye=/^margin/,Ve=new RegExp("^("+ue+")(.*)$","i"),Ge=new RegExp("^("+ue+")(?!px)[a-z%]+$","i"),Je=new RegExp("^([+-])=("+ue+")","i"),Qe={BODY:"block"},Ke={position:"absolute",visibility:"hidden",display:"block"},Ze={letterSpacing:0,fontWeight:400},et=["Top","Right","Bottom","Left"],tt=["Webkit","O","Moz","ms"];ae.fn.extend({css:function(e,t){return ae.access(this,function(e,t,n){var i,o,s={},a=0;if(ae.isArray(t)){for(i=T(e),o=t.length;o>a;a++)s[t[a]]=ae.css(e,t[a],!1,i);return s}return n!==r?ae.style(e,t,n):ae.css(e,t)},e,t,arguments.length>1)},show:function(){return C(this,!0)},hide:function(){return C(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){w(this)?ae(this).show():ae(this).hide()})}}),ae.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=ze(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,s,a,u=ae.camelCase(t),l=e.style;return t=ae.cssProps[u]||(ae.cssProps[u]=b(l,u)),a=ae.cssHooks[t]||ae.cssHooks[u],n===r?a&&"get"in a&&(o=a.get(e,!1,i))!==r?o:l[t]:(s=typeof n,"string"===s&&(o=Je.exec(n))&&(n=(o[1]+1)*o[2]+parseFloat(ae.css(e,t)),s="number"),null==n||"number"===s&&isNaN(n)||("number"!==s||ae.cssNumber[u]||(n+="px"),ae.support.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&(n=a.set(e,n,i))===r||(l[t]=n)),void 0)}},css:function(e,t,n,i){var o,s,a,u=ae.camelCase(t);return t=ae.cssProps[u]||(ae.cssProps[u]=b(e.style,u)),a=ae.cssHooks[t]||ae.cssHooks[u],a&&"get"in a&&(o=a.get(e,!0,n)),o===r&&(o=ze(e,t,i)),"normal"===o&&t in Ze&&(o=Ze[t]),""===n||n?(s=parseFloat(o),n===!0||ae.isNumeric(s)?s||0:o):o}}),ze=function(e,t,n){var i,o,s,a=n||T(e),u=a?a.getPropertyValue(t)||a[t]:r,l=e.style;return a&&(""!==u||ae.contains(e.ownerDocument,e)||(u=ae.style(e,t)),Ge.test(u)&&Ye.test(t)&&(i=l.width,o=l.minWidth,s=l.maxWidth,l.minWidth=l.maxWidth=l.width=u,u=a.width,l.width=i,l.minWidth=o,l.maxWidth=s)),u},ae.each(["height","width"],function(e,t){ae.cssHooks[t]={get:function(e,n,r){return n?0===e.offsetWidth&&Ue.test(ae.css(e,"display"))?ae.swap(e,Ke,function(){return E(e,t,r)}):E(e,t,r):void 0},set:function(e,n,r){var i=r&&T(e);return N(e,n,r?k(e,t,r,ae.support.boxSizing&&"border-box"===ae.css(e,"boxSizing",!1,i),i):0)}}}),ae(function(){ae.support.reliableMarginRight||(ae.cssHooks.marginRight={get:function(e,t){return t?ae.swap(e,{display:"inline-block"},ze,[e,"marginRight"]):void 0}}),!ae.support.pixelPosition&&ae.fn.position&&ae.each(["top","left"],function(e,t){ae.cssHooks[t]={get:function(e,n){return n?(n=ze(e,t),Ge.test(n)?ae(e).position()[t]+"px":n):void 0}}})}),ae.expr&&ae.expr.filters&&(ae.expr.filters.hidden=function(e){return e.offsetWidth<=0&&e.offsetHeight<=0},ae.expr.filters.visible=function(e){return!ae.expr.filters.hidden(e)}),ae.each({margin:"",padding:"",border:"Width"},function(e,t){ae.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];4>r;r++)i[e+et[r]+t]=o[r]||o[r-2]||o[0];return i}},Ye.test(e)||(ae.cssHooks[e+t].set=N)});var nt=/%20/g,rt=/\[\]$/,it=/\r?\n/g,ot=/^(?:submit|button|image|reset|file)$/i,st=/^(?:input|select|textarea|keygen)/i;ae.fn.extend({serialize:function(){return ae.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=ae.prop(this,"elements");return e?ae.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!ae(this).is(":disabled")&&st.test(this.nodeName)&&!ot.test(e)&&(this.checked||!Re.test(e))}).map(function(e,t){var n=ae(this).val();return null==n?null:ae.isArray(n)?ae.map(n,function(e){return{name:t.name,value:e.replace(it,"\r\n")}}):{name:t.name,value:n.replace(it,"\r\n")}}).get()}}),ae.param=function(e,t){var n,i=[],o=function(e,t){t=ae.isFunction(t)?t():null==t?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(t===r&&(t=ae.ajaxSettings&&ae.ajaxSettings.traditional),ae.isArray(e)||e.jquery&&!ae.isPlainObject(e))ae.each(e,function(){o(this.name,this.value)});else for(n in e)D(n,e[n],t,o);return i.join("&").replace(nt,"+")},ae.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){ae.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),ae.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var at,ut,lt=ae.now(),ct=/\?/,ft=/#.*$/,pt=/([?&])_=[^&]*/,dt=/^(.*?):[ \t]*([^\r\n]*)$/gm,ht=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,gt=/^(?:GET|HEAD)$/,mt=/^\/\//,yt=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,vt=ae.fn.load,xt={},bt={},wt="*/".concat("*");try{ut=U.href}catch(Tt){ut=Y.createElement("a"),ut.href="",ut=ut.href}at=yt.exec(ut.toLowerCase())||[],ae.fn.load=function(e,t,n){if("string"!=typeof e&&vt)return vt.apply(this,arguments);var i,o,s,a=this,u=e.indexOf(" ");return u>=0&&(i=e.slice(u),e=e.slice(0,u)),ae.isFunction(t)?(n=t,t=r):t&&"object"==typeof t&&(o="POST"),a.length>0&&ae.ajax({url:e,type:o,dataType:"html",data:t}).done(function(e){s=arguments,a.html(i?ae("
").append(ae.parseHTML(e)).find(i):e)}).complete(n&&function(e,t){a.each(n,s||[e.responseText,t,e])}),this},ae.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ae.fn[t]=function(e){return this.on(t,e)}}),ae.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ut,type:"GET",isLocal:ht.test(at[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":wt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":ae.parseJSON,"text xml":ae.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?L(L(e,ae.ajaxSettings),t):L(ae.ajaxSettings,e)},ajaxPrefilter:A(xt),ajaxTransport:A(bt),ajax:function(e,t){function n(e,t,n,a){var l,f,v,x,w,C=t;2!==b&&(b=2,u&&clearTimeout(u),i=r,s=a||"",T.readyState=e>0?4:0,l=e>=200&&300>e||304===e,n&&(x=H(p,T,n)),x=O(p,x,T,l),l?(p.ifModified&&(w=T.getResponseHeader("Last-Modified"),w&&(ae.lastModified[o]=w),w=T.getResponseHeader("etag"),w&&(ae.etag[o]=w)),204===e||"HEAD"===p.type?C="nocontent":304===e?C="notmodified":(C=x.state,f=x.data,v=x.error,l=!v)):(v=C,(e||!C)&&(C="error",0>e&&(e=0))),T.status=e,T.statusText=(t||C)+"",l?g.resolveWith(d,[f,C,T]):g.rejectWith(d,[T,C,v]),T.statusCode(y),y=r,c&&h.trigger(l?"ajaxSuccess":"ajaxError",[T,p,l?f:v]),m.fireWith(d,[T,C]),c&&(h.trigger("ajaxComplete",[T,p]),--ae.active||ae.event.trigger("ajaxStop")))}"object"==typeof e&&(t=e,e=r),t=t||{};var i,o,s,a,u,l,c,f,p=ae.ajaxSetup({},t),d=p.context||p,h=p.context&&(d.nodeType||d.jquery)?ae(d):ae.event,g=ae.Deferred(),m=ae.Callbacks("once memory"),y=p.statusCode||{},v={},x={},b=0,w="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!a)for(a={};t=dt.exec(s);)a[t[1].toLowerCase()]=t[2];t=a[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?s:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=x[n]=x[n]||e,v[e]=t),this},overrideMimeType:function(e){return b||(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>b)for(t in e)y[t]=[y[t],e[t]];else T.always(e[T.status]);return this},abort:function(e){var t=e||w;return i&&i.abort(t),n(0,t),this}};if(g.promise(T).complete=m.add,T.success=T.done,T.error=T.fail,p.url=((e||p.url||ut)+"").replace(ft,"").replace(mt,at[1]+"//"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=ae.trim(p.dataType||"*").toLowerCase().match(le)||[""],null==p.crossDomain&&(l=yt.exec(p.url.toLowerCase()),p.crossDomain=!(!l||l[1]===at[1]&&l[2]===at[2]&&(l[3]||("http:"===l[1]?"80":"443"))===(at[3]||("http:"===at[1]?"80":"443")))),p.data&&p.processData&&"string"!=typeof p.data&&(p.data=ae.param(p.data,p.traditional)),q(xt,p,t,T),2===b)return T;c=p.global,c&&0===ae.active++&&ae.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!gt.test(p.type),o=p.url,p.hasContent||(p.data&&(o=p.url+=(ct.test(o)?"&":"?")+p.data,delete p.data),p.cache===!1&&(p.url=pt.test(o)?o.replace(pt,"$1_="+lt++):o+(ct.test(o)?"&":"?")+"_="+lt++)),p.ifModified&&(ae.lastModified[o]&&T.setRequestHeader("If-Modified-Since",ae.lastModified[o]),ae.etag[o]&&T.setRequestHeader("If-None-Match",ae.etag[o])),(p.data&&p.hasContent&&p.contentType!==!1||t.contentType)&&T.setRequestHeader("Content-Type",p.contentType),T.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+wt+"; q=0.01":""):p.accepts["*"]);for(f in p.headers)T.setRequestHeader(f,p.headers[f]);if(p.beforeSend&&(p.beforeSend.call(d,T,p)===!1||2===b))return T.abort();w="abort";for(f in{success:1,error:1,complete:1})T[f](p[f]);if(i=q(bt,p,t,T)){T.readyState=1,c&&h.trigger("ajaxSend",[T,p]),p.async&&p.timeout>0&&(u=setTimeout(function(){T.abort("timeout")},p.timeout));try{b=1,i.send(v,n)}catch(C){if(!(2>b))throw C;n(-1,C)}}else n(-1,"No Transport");return T},getJSON:function(e,t,n){return ae.get(e,t,n,"json")},getScript:function(e,t){return ae.get(e,r,t,"script")}}),ae.each(["get","post"],function(e,t){ae[t]=function(e,n,i,o){return ae.isFunction(n)&&(o=o||i,i=n,n=r),ae.ajax({url:e,type:t,dataType:o,data:n,success:i})}}),ae.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return ae.globalEval(e),e}}}),ae.ajaxPrefilter("script",function(e){e.cache===r&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),ae.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(r,i){t=ae("