From 372194cee97df9fe35edca4d6ce10783546345c5 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 15 Aug 2017 10:35:41 -0700 Subject: [PATCH 1/7] Add an option not to produce tilestats --- README.md | 2 ++ main.cpp | 3 ++- man/tippecanoe.1 | 4 ++++ mbtiles.cpp | 10 +++++++--- mbtiles.hpp | 2 +- options.hpp | 1 + tile-join.cpp | 6 +++++- 7 files changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d79135b..481236e 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,7 @@ resolution is obtained than by using a smaller _maxzoom_ or _detail_. * `-pf` or `--no-feature-limit`: Don't limit tiles to 200,000 features * `-pk` or `--no-tile-size-limit`: Don't limit tiles to 500K bytes * `-pC` or `--no-tile-compression`: Don't compress the PBF vector tile data. + * `-pg` or `--no-tile-stats`: Don't generate the `tilestats` row in the tileset metadata. Uploads without [tilestats](https://github.com/mapbox/mapbox-geostats) will take longer to process. ### Temporary storage @@ -463,6 +464,7 @@ The options are: * `-i` or `--if-matched`: Only include features that matched the CSV. * `-pk` or `--no-tile-size-limit`: Don't skip tiles larger than 500K. * `-pC` or `--no-tile-compression`: Don't compress the PBF vector tile data. + * `-pg` or `--no-tile-stats`: Don't generate the `tilestats` row in the tileset metadata. Uploads without [tilestats](https://github.com/mapbox/mapbox-geostats) will take longer to process. * `-l` *layer* or `--layer=`*layer*: Include the named layer in the output. You can specify multiple `-l` options to keep multiple layers. If you don't specify, they will all be retained. * `-L` *layer* or `--exclude-layer=`*layer*: Remove the named layer from the output. You can specify multiple `-L` options to remove multiple layers. * `-A` *attribution* or `--attribution=`*attribution*: Set the attribution string. diff --git a/main.cpp b/main.cpp index 93caade..4ca8012 100644 --- a/main.cpp +++ b/main.cpp @@ -2000,7 +2000,7 @@ int read_input(std::vector &sources, char *fname, int maxzoom, int minzo } } - mbtiles_write_metadata(outdb, outdir, fname, minzoom, maxzoom, minlat, minlon, maxlat, maxlon, midlat, midlon, forcetable, attribution, merged_lm, true, description); + mbtiles_write_metadata(outdb, outdir, fname, minzoom, maxzoom, minlat, minlon, maxlat, maxlon, midlat, midlon, forcetable, attribution, merged_lm, true, description, !prevent[P_TILE_STATS]); return ret; } @@ -2176,6 +2176,7 @@ int main(int argc, char **argv) { {"no-feature-limit", no_argument, &prevent[P_FEATURE_LIMIT], 1}, {"no-tile-size-limit", no_argument, &prevent[P_KILOBYTE_LIMIT], 1}, {"no-tile-compression", no_argument, &prevent[P_TILE_COMPRESSION], 1}, + {"no-tile-stats", no_argument, &prevent[P_TILE_STATS], 1}, {"Temporary storage", 0, 0, 0}, {"temporary-directory", required_argument, 0, 't'}, diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index cbc72e6..4c5298d 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -271,6 +271,8 @@ the line or polygon within one tile unit of its proper location. You can probabl \fB\fC\-pk\fR or \fB\fC\-\-no\-tile\-size\-limit\fR: Don't limit tiles to 500K bytes .IP \(bu 2 \fB\fC\-pC\fR or \fB\fC\-\-no\-tile\-compression\fR: Don't compress the PBF vector tile data. +.IP \(bu 2 +\fB\fC\-pg\fR or \fB\fC\-\-no\-tile\-stats\fR: Don't generate the \fB\fCtilestats\fR row in the tileset metadata. Uploads without tilestats \[la]https://github.com/mapbox/mapbox-geostats\[ra] will take longer to process. .RE .SS Temporary storage .RS @@ -543,6 +545,8 @@ The options are: .IP \(bu 2 \fB\fC\-pC\fR or \fB\fC\-\-no\-tile\-compression\fR: Don't compress the PBF vector tile data. .IP \(bu 2 +\fB\fC\-pg\fR or \fB\fC\-\-no\-tile\-stats\fR: Don't generate the \fB\fCtilestats\fR row in the tileset metadata. Uploads without tilestats \[la]https://github.com/mapbox/mapbox-geostats\[ra] will take longer to process. +.IP \(bu 2 \fB\fC\-l\fR \fIlayer\fP or \fB\fC\-\-layer=\fR\fIlayer\fP: Include the named layer in the output. You can specify multiple \fB\fC\-l\fR options to keep multiple layers. If you don't specify, they will all be retained. .IP \(bu 2 \fB\fC\-L\fR \fIlayer\fP or \fB\fC\-\-exclude\-layer=\fR\fIlayer\fP: Remove the named layer from the output. You can specify multiple \fB\fC\-L\fR options to remove multiple layers. diff --git a/mbtiles.cpp b/mbtiles.cpp index ddab94a..ece277a 100644 --- a/mbtiles.cpp +++ b/mbtiles.cpp @@ -299,7 +299,7 @@ std::string tilestats(std::map const &layermap1) { return out2; } -void mbtiles_write_metadata(sqlite3 *outdb, const char *outdir, const char *fname, int minzoom, int maxzoom, double minlat, double minlon, double maxlat, double maxlon, double midlat, double midlon, int forcetable, const char *attribution, std::map const &layermap, bool vector, const char *description) { +void mbtiles_write_metadata(sqlite3 *outdb, const char *outdir, const char *fname, int minzoom, int maxzoom, double minlat, double minlon, double maxlat, double maxlon, double midlat, double midlon, int forcetable, const char *attribution, std::map const &layermap, bool vector, const char *description, bool do_tilestats) { char *sql, *err; sqlite3 *db = outdb; @@ -455,8 +455,12 @@ void mbtiles_write_metadata(sqlite3 *outdb, const char *outdir, const char *fnam aprintf(&buf, "} }"); } - aprintf(&buf, " ],"); - aprintf(&buf, "\"tilestats\": %s", tilestats(layermap).c_str()); + aprintf(&buf, " ]"); + + if (do_tilestats) { + aprintf(&buf, ",\"tilestats\": %s", tilestats(layermap).c_str()); + } + aprintf(&buf, "}"); sql = sqlite3_mprintf("INSERT INTO metadata (name, value) VALUES ('json', %Q);", buf.c_str()); diff --git a/mbtiles.hpp b/mbtiles.hpp index efc0a97..2e25262 100644 --- a/mbtiles.hpp +++ b/mbtiles.hpp @@ -39,7 +39,7 @@ sqlite3 *mbtiles_open(char *dbname, char **argv, int forcetable); void mbtiles_write_tile(sqlite3 *outdb, int z, int tx, int ty, const char *data, int size); -void mbtiles_write_metadata(sqlite3 *outdb, const char *outdir, const char *fname, int minzoom, int maxzoom, double minlat, double minlon, double maxlat, double maxlon, double midlat, double midlon, int forcetable, const char *attribution, std::map const &layermap, bool vector, const char *description); +void mbtiles_write_metadata(sqlite3 *outdb, const char *outdir, const char *fname, int minzoom, int maxzoom, double minlat, double minlon, double maxlat, double maxlon, double midlat, double midlon, int forcetable, const char *attribution, std::map const &layermap, bool vector, const char *description, bool do_tilestats); void mbtiles_close(sqlite3 *outdb, const char *pgm); diff --git a/options.hpp b/options.hpp index 3b58549..3ebc6e6 100644 --- a/options.hpp +++ b/options.hpp @@ -30,6 +30,7 @@ #define P_DUPLICATION ((int) 'D') #define P_TINY_POLYGON_REDUCTION ((int) 't') #define P_TILE_COMPRESSION ((int) 'C') +#define P_TILE_STATS ((int) 'g') extern int prevent[256]; extern int additional[256]; diff --git a/tile-join.cpp b/tile-join.cpp index ebfed4f..e168338 100644 --- a/tile-join.cpp +++ b/tile-join.cpp @@ -32,6 +32,7 @@ std::string dequote(std::string s); int pk = false; int pC = false; +int pg = false; size_t CPUS; int quiet = false; @@ -1035,6 +1036,7 @@ int main(int argc, char **argv) { {"no-tile-size-limit", no_argument, &pk, 1}, {"no-tile-compression", no_argument, &pC, 1}, + {"no-tile-stats", no_argument, &pg, 1}, {0, 0, 0, 0}, }; @@ -1092,6 +1094,8 @@ int main(int argc, char **argv) { pk = true; } else if (strcmp(optarg, "C") == 0) { pC = true; + } else if (strcmp(optarg, "g") == 0) { + pg = true; } else { fprintf(stderr, "%s: Unknown option for -p%s\n", argv[0], optarg); exit(EXIT_FAILURE); @@ -1194,7 +1198,7 @@ int main(int argc, char **argv) { name = set_name; } - mbtiles_write_metadata(outdb, out_dir, name.c_str(), st.minzoom, st.maxzoom, st.minlat, st.minlon, st.maxlat, st.maxlon, st.midlat, st.midlon, 0, attribution.size() != 0 ? attribution.c_str() : NULL, layermap, true, description.c_str()); + mbtiles_write_metadata(outdb, out_dir, name.c_str(), st.minzoom, st.maxzoom, st.minlat, st.minlon, st.maxlat, st.maxlon, st.midlat, st.midlon, 0, attribution.size() != 0 ? attribution.c_str() : NULL, layermap, true, description.c_str(), !pg); if (outdb != NULL) { mbtiles_close(outdb, argv[0]); From 5fc261020ce6f160c33b574b9d362265b1093f43 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 15 Aug 2017 10:41:00 -0700 Subject: [PATCH 2/7] Add tests for not producing tilestats --- Makefile | 3 + .../joined-no-tile-stats.mbtiles.json | 2498 +++++++++++++++++ .../out/-yNAME_-z4_--no-tile-stats.json | 1256 +++++++++ 3 files changed, 3757 insertions(+) create mode 100644 tests/join-population/joined-no-tile-stats.mbtiles.json create mode 100644 tests/ne_110m_populated_places/out/-yNAME_-z4_--no-tile-stats.json diff --git a/Makefile b/Makefile index 4a5bc4d..34251b0 100644 --- a/Makefile +++ b/Makefile @@ -149,14 +149,17 @@ join-test: ./tippecanoe -f -Z5 -z10 -o tests/join-population/macarthur.mbtiles -l macarthur tests/join-population/macarthur.json ./tippecanoe -f -d10 -D10 -Z9 -z11 -o tests/join-population/macarthur2.mbtiles -l macarthur tests/join-population/macarthur2.json ./tile-join --quiet --force -o tests/join-population/joined.mbtiles -x GEOID10 -c tests/join-population/population.csv tests/join-population/tabblock_06001420.mbtiles + ./tile-join --quiet --force --no-tile-stats -o tests/join-population/joined-no-tile-stats.mbtiles -x GEOID10 -c tests/join-population/population.csv tests/join-population/tabblock_06001420.mbtiles ./tile-join -f -i -o tests/join-population/joined-i.mbtiles -x GEOID10 -c tests/join-population/population.csv tests/join-population/tabblock_06001420.mbtiles ./tile-join -f -o tests/join-population/merged.mbtiles tests/join-population/tabblock_06001420.mbtiles tests/join-population/macarthur.mbtiles tests/join-population/macarthur2.mbtiles ./tile-join -f -c tests/join-population/windows.csv -o tests/join-population/windows.mbtiles tests/join-population/macarthur.mbtiles ./tippecanoe-decode --maximum-zoom=11 --minimum-zoom=4 tests/join-population/joined.mbtiles > tests/join-population/joined.mbtiles.json.check + ./tippecanoe-decode --maximum-zoom=11 --minimum-zoom=4 tests/join-population/joined-no-tile-stats.mbtiles > tests/join-population/joined-no-tile-stats.mbtiles.json.check ./tippecanoe-decode tests/join-population/joined-i.mbtiles > tests/join-population/joined-i.mbtiles.json.check ./tippecanoe-decode tests/join-population/merged.mbtiles > tests/join-population/merged.mbtiles.json.check ./tippecanoe-decode tests/join-population/windows.mbtiles > tests/join-population/windows.mbtiles.json.check cmp tests/join-population/joined.mbtiles.json.check tests/join-population/joined.mbtiles.json + cmp tests/join-population/joined-no-tile-stats.mbtiles.json.check tests/join-population/joined-no-tile-stats.mbtiles.json cmp tests/join-population/joined-i.mbtiles.json.check tests/join-population/joined-i.mbtiles.json cmp tests/join-population/merged.mbtiles.json.check tests/join-population/merged.mbtiles.json cmp tests/join-population/windows.mbtiles.json.check tests/join-population/windows.mbtiles.json diff --git a/tests/join-population/joined-no-tile-stats.mbtiles.json b/tests/join-population/joined-no-tile-stats.mbtiles.json new file mode 100644 index 0000000..25dd9fd --- /dev/null +++ b/tests/join-population/joined-no-tile-stats.mbtiles.json @@ -0,0 +1,2498 @@ +{ "type": "FeatureCollection", "properties": { +"bounds": "-122.343750,37.857507,-122.255859,37.926868", +"center": "-122.299805,37.892187,12", +"description": "tests/join-population/tabblock_06001420.mbtiles", +"format": "pbf", +"json": "{\"vector_layers\": [ { \"id\": \"tabblock_06001420\", \"description\": \"\", \"minzoom\": 3, \"maxzoom\": 12, \"fields\": {\"ALAND10\": \"Number\", \"AWATER10\": \"Number\", \"BLOCKCE10\": \"String\", \"COUNTYFP10\": \"String\", \"FUNCSTAT10\": \"String\", \"INTPTLAT10\": \"String\", \"INTPTLON10\": \"String\", \"MTFCC10\": \"String\", \"NAME10\": \"String\", \"STATEFP10\": \"String\", \"TRACTCE10\": \"String\", \"UACE10\": \"String\", \"UATYP10\": \"String\", \"UR10\": \"String\", \"population\": \"Number\"} } ]}", +"maxzoom": "12", +"minzoom": "0", +"name": "tests/join-population/tabblock_06001420.mbtiles", +"type": "overlay", +"version": "2" +}, "features": [ +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 2, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.316284, 37.900865 ], [ -122.310791, 37.896530 ], [ -122.310791, 37.892196 ], [ -122.338257, 37.892196 ], [ -122.316284, 37.900865 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1001", "population": 41, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16165, "AWATER10": 0, "INTPTLAT10": "+37.8948170", "INTPTLON10": "-122.3018829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.900865 ], [ -122.299805, 37.892196 ], [ -122.310791, 37.892196 ], [ -122.310791, 37.900865 ], [ -122.299805, 37.900865 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.321777, 37.892196 ], [ -122.316284, 37.883525 ], [ -122.332764, 37.879189 ], [ -122.338257, 37.892196 ], [ -122.321777, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1009", "population": 37, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17210, "AWATER10": 0, "INTPTLAT10": "+37.8906969", "INTPTLON10": "-122.3023492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.896530 ], [ -122.299805, 37.887860 ], [ -122.310791, 37.887860 ], [ -122.310791, 37.896530 ], [ -122.299805, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1014", "population": 2, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5007, "AWATER10": 0, "INTPTLAT10": "+37.8938437", "INTPTLON10": "-122.2929060" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.900865 ], [ -122.288818, 37.892196 ], [ -122.299805, 37.892196 ], [ -122.299805, 37.900865 ], [ -122.288818, 37.900865 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3004", "population": 41, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18095, "AWATER10": 0, "INTPTLAT10": "+37.8918241", "INTPTLON10": "-122.2897641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.900865 ], [ -122.288818, 37.892196 ], [ -122.299805, 37.892196 ], [ -122.299805, 37.900865 ], [ -122.288818, 37.900865 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 5, "x": 5, "y": 12 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.313538, 37.898698 ], [ -122.310791, 37.894363 ], [ -122.310791, 37.890028 ], [ -122.316284, 37.894363 ], [ -122.335510, 37.890028 ], [ -122.335510, 37.894363 ], [ -122.313538, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 265574, "AWATER10": 0, "INTPTLAT10": "+37.8905867", "INTPTLON10": "-122.3181131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.316284, 37.894363 ], [ -122.310791, 37.890028 ], [ -122.330017, 37.892196 ], [ -122.316284, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "2000", "population": 1118, "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 412555, "AWATER10": 0, "INTPTLAT10": "+37.8949184", "INTPTLON10": "-122.3048891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.898698 ], [ -122.305298, 37.892196 ], [ -122.308044, 37.890028 ], [ -122.310791, 37.898698 ], [ -122.302551, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15574, "AWATER10": 0, "INTPTLAT10": "+37.8926328", "INTPTLON10": "-122.3029106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.894363 ], [ -122.302551, 37.890028 ], [ -122.308044, 37.890028 ], [ -122.308044, 37.894363 ], [ -122.302551, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.319031, 37.890028 ], [ -122.313538, 37.883525 ], [ -122.330017, 37.879189 ], [ -122.335510, 37.890028 ], [ -122.319031, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 542505, "AWATER10": 0, "INTPTLAT10": "+37.8862375", "INTPTLON10": "-122.3141377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.313538, 37.890028 ], [ -122.310791, 37.887860 ], [ -122.310791, 37.883525 ], [ -122.313538, 37.883525 ], [ -122.319031, 37.890028 ], [ -122.313538, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59431, "AWATER10": 0, "INTPTLAT10": "+37.8849426", "INTPTLON10": "-122.3081455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.885693 ], [ -122.308044, 37.881357 ], [ -122.313538, 37.881357 ], [ -122.313538, 37.885693 ], [ -122.308044, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1005", "population": 86, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17622, "AWATER10": 0, "INTPTLAT10": "+37.8910287", "INTPTLON10": "-122.3006658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.894363 ], [ -122.299805, 37.890028 ], [ -122.305298, 37.890028 ], [ -122.305298, 37.894363 ], [ -122.299805, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1003", "population": 145, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 82198, "AWATER10": 0, "INTPTLAT10": "+37.8837071", "INTPTLON10": "-122.3049494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.887860 ], [ -122.302551, 37.883525 ], [ -122.308044, 37.883525 ], [ -122.308044, 37.887860 ], [ -122.302551, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1013", "population": 27, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14541, "AWATER10": 0, "INTPTLAT10": "+37.8968185", "INTPTLON10": "-122.2960835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.900865 ], [ -122.294312, 37.896530 ], [ -122.299805, 37.896530 ], [ -122.299805, 37.900865 ], [ -122.294312, 37.900865 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2006", "population": 32, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14158, "AWATER10": 0, "INTPTLAT10": "+37.8932322", "INTPTLON10": "-122.2967302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.896530 ], [ -122.294312, 37.892196 ], [ -122.299805, 37.892196 ], [ -122.299805, 37.896530 ], [ -122.294312, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 48606, "AWATER10": 0, "INTPTLAT10": "+37.8957510", "INTPTLON10": "-122.2913507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.898698 ], [ -122.288818, 37.894363 ], [ -122.294312, 37.894363 ], [ -122.294312, 37.898698 ], [ -122.288818, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1014", "population": 43, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21543, "AWATER10": 0, "INTPTLAT10": "+37.8889340", "INTPTLON10": "-122.2990835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.890028 ], [ -122.297058, 37.885693 ], [ -122.302551, 37.885693 ], [ -122.302551, 37.890028 ], [ -122.297058, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11282, "AWATER10": 0, "INTPTLAT10": "+37.8873799", "INTPTLON10": "-122.2988707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.890028 ], [ -122.297058, 37.885693 ], [ -122.302551, 37.885693 ], [ -122.302551, 37.890028 ], [ -122.297058, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2012", "population": 35, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12579, "AWATER10": 0, "INTPTLAT10": "+37.8835272", "INTPTLON10": "-122.2945038" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.887860 ], [ -122.294312, 37.883525 ], [ -122.299805, 37.883525 ], [ -122.299805, 37.887860 ], [ -122.294312, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3001", "population": 34, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22452, "AWATER10": 0, "INTPTLAT10": "+37.8895187", "INTPTLON10": "-122.2899595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.894363 ], [ -122.288818, 37.890028 ], [ -122.294312, 37.890028 ], [ -122.294312, 37.894363 ], [ -122.288818, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5264, "AWATER10": 0, "INTPTLAT10": "+37.8839955", "INTPTLON10": "-122.2913154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.887860 ], [ -122.288818, 37.883525 ], [ -122.294312, 37.883525 ], [ -122.294312, 37.887860 ], [ -122.288818, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1014", "population": 38, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22296, "AWATER10": 0, "INTPTLAT10": "+37.8880279", "INTPTLON10": "-122.2834249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283325, 37.890028 ], [ -122.283325, 37.885693 ], [ -122.288818, 37.885693 ], [ -122.288818, 37.890028 ], [ -122.283325, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1029", "population": 30, "NAME10": "Block 1029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16994, "AWATER10": 0, "INTPTLAT10": "+37.8853080", "INTPTLON10": "-122.2836511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283325, 37.887860 ], [ -122.283325, 37.883525 ], [ -122.288818, 37.883525 ], [ -122.288818, 37.887860 ], [ -122.283325, 37.887860 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 6, "x": 10, "y": 24 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.313538, 37.897614 ], [ -122.309418, 37.893279 ], [ -122.310791, 37.888944 ], [ -122.314911, 37.893279 ], [ -122.320404, 37.890028 ], [ -122.325897, 37.893279 ], [ -122.328644, 37.890028 ], [ -122.335510, 37.890028 ], [ -122.334137, 37.893279 ], [ -122.313538, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 265574, "AWATER10": 0, "INTPTLAT10": "+37.8905867", "INTPTLON10": "-122.3181131" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309418, 37.891112 ], [ -122.309418, 37.888944 ], [ -122.310791, 37.888944 ], [ -122.309418, 37.891112 ] ] ], [ [ [ -122.320404, 37.890028 ], [ -122.314911, 37.893279 ], [ -122.310791, 37.888944 ], [ -122.320404, 37.890028 ] ] ], [ [ [ -122.323151, 37.890028 ], [ -122.328644, 37.890028 ], [ -122.328644, 37.892196 ], [ -122.324524, 37.893279 ], [ -122.323151, 37.890028 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59347, "AWATER10": 0, "INTPTLAT10": "+37.8955812", "INTPTLON10": "-122.3094534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312164, 37.898698 ], [ -122.309418, 37.897614 ], [ -122.309418, 37.891112 ], [ -122.312164, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19563, "AWATER10": 24, "INTPTLAT10": "+37.8904059", "INTPTLON10": "-122.3086941" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.310791, 37.898698 ], [ -122.310791, 37.896530 ], [ -122.313538, 37.896530 ], [ -122.313538, 37.898698 ], [ -122.310791, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3000", "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27350, "AWATER10": 0, "INTPTLAT10": "+37.8907736", "INTPTLON10": "-122.3067658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305298, 37.894363 ], [ -122.305298, 37.892196 ], [ -122.308044, 37.892196 ], [ -122.308044, 37.894363 ], [ -122.305298, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "2000", "population": 1118, "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 412555, "AWATER10": 0, "INTPTLAT10": "+37.8949184", "INTPTLON10": "-122.3048891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.898698 ], [ -122.305298, 37.891112 ], [ -122.306671, 37.890028 ], [ -122.309418, 37.898698 ], [ -122.302551, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15574, "AWATER10": 0, "INTPTLAT10": "+37.8926328", "INTPTLON10": "-122.3029106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.893279 ], [ -122.302551, 37.891112 ], [ -122.305298, 37.891112 ], [ -122.305298, 37.893279 ], [ -122.302551, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1007", "population": 34, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16120, "AWATER10": 0, "INTPTLAT10": "+37.8927903", "INTPTLON10": "-122.3021281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.895447 ], [ -122.301178, 37.893279 ], [ -122.303925, 37.893279 ], [ -122.303925, 37.895447 ], [ -122.301178, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.328644, 37.890028 ], [ -122.325897, 37.888944 ], [ -122.317657, 37.890028 ], [ -122.317657, 37.885693 ], [ -122.313538, 37.882441 ], [ -122.328644, 37.878105 ], [ -122.335510, 37.890028 ], [ -122.328644, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 542505, "AWATER10": 0, "INTPTLAT10": "+37.8862375", "INTPTLON10": "-122.3141377" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.317657, 37.890028 ], [ -122.312164, 37.890028 ], [ -122.309418, 37.887860 ], [ -122.309418, 37.882441 ], [ -122.313538, 37.882441 ], [ -122.317657, 37.885693 ], [ -122.317657, 37.890028 ] ] ], [ [ [ -122.317657, 37.890028 ], [ -122.325897, 37.888944 ], [ -122.328644, 37.890028 ], [ -122.317657, 37.890028 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10961, "AWATER10": 0, "INTPTLAT10": "+37.8885068", "INTPTLON10": "-122.3086806" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.888944 ], [ -122.308044, 37.886777 ], [ -122.310791, 37.886777 ], [ -122.310791, 37.888944 ], [ -122.308044, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3014", "population": 35, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10339, "AWATER10": 0, "INTPTLAT10": "+37.8884185", "INTPTLON10": "-122.3064403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306671, 37.890028 ], [ -122.306671, 37.887860 ], [ -122.309418, 37.887860 ], [ -122.309418, 37.890028 ], [ -122.306671, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59431, "AWATER10": 0, "INTPTLAT10": "+37.8849426", "INTPTLON10": "-122.3081455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.887860 ], [ -122.308044, 37.882441 ], [ -122.309418, 37.883525 ], [ -122.309418, 37.887860 ], [ -122.308044, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 52400, "AWATER10": 0, "INTPTLAT10": "+37.8837458", "INTPTLON10": "-122.3069617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305298, 37.884609 ], [ -122.305298, 37.882441 ], [ -122.308044, 37.882441 ], [ -122.308044, 37.884609 ], [ -122.305298, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3019", "population": 50, "NAME10": "Block 3019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17581, "AWATER10": 0, "INTPTLAT10": "+37.8895455", "INTPTLON10": "-122.3046051" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.891112 ], [ -122.302551, 37.888944 ], [ -122.305298, 37.888944 ], [ -122.305298, 37.891112 ], [ -122.302551, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1009", "population": 37, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17210, "AWATER10": 0, "INTPTLAT10": "+37.8906969", "INTPTLON10": "-122.3023492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.891112 ], [ -122.301178, 37.888944 ], [ -122.303925, 37.888944 ], [ -122.303925, 37.891112 ], [ -122.301178, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1005", "population": 86, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17622, "AWATER10": 0, "INTPTLAT10": "+37.8910287", "INTPTLON10": "-122.3006658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.893279 ], [ -122.299805, 37.891112 ], [ -122.302551, 37.891112 ], [ -122.302551, 37.893279 ], [ -122.299805, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1015", "population": 70, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19773, "AWATER10": 0, "INTPTLAT10": "+37.8888596", "INTPTLON10": "-122.2999642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.891112 ], [ -122.299805, 37.888944 ], [ -122.302551, 37.888944 ], [ -122.302551, 37.891112 ], [ -122.299805, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1001", "population": 212, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 98716, "AWATER10": 0, "INTPTLAT10": "+37.8865962", "INTPTLON10": "-122.3039801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.887860 ], [ -122.301178, 37.886777 ], [ -122.305298, 37.886777 ], [ -122.308044, 37.885693 ], [ -122.308044, 37.887860 ], [ -122.301178, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1003", "population": 145, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 82198, "AWATER10": 0, "INTPTLAT10": "+37.8837071", "INTPTLON10": "-122.3049494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305298, 37.885693 ], [ -122.302551, 37.883525 ], [ -122.306671, 37.882441 ], [ -122.308044, 37.885693 ], [ -122.305298, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1014", "population": 414, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 85670, "AWATER10": 0, "INTPTLAT10": "+37.8846770", "INTPTLON10": "-122.3015769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.886777 ], [ -122.301178, 37.883525 ], [ -122.303925, 37.883525 ], [ -122.303925, 37.886777 ], [ -122.301178, 37.886777 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1020", "population": 44, "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12062, "AWATER10": 0, "INTPTLAT10": "+37.8829654", "INTPTLON10": "-122.3013966" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.884609 ], [ -122.299805, 37.882441 ], [ -122.302551, 37.882441 ], [ -122.302551, 37.884609 ], [ -122.299805, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1012", "population": 29, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14000, "AWATER10": 0, "INTPTLAT10": "+37.8966536", "INTPTLON10": "-122.2969317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.897614 ], [ -122.295685, 37.895447 ], [ -122.298431, 37.895447 ], [ -122.298431, 37.897614 ], [ -122.295685, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1010", "population": 32, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14169, "AWATER10": 0, "INTPTLAT10": "+37.8963113", "INTPTLON10": "-122.2986013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.898698 ], [ -122.298431, 37.896530 ], [ -122.301178, 37.896530 ], [ -122.301178, 37.898698 ], [ -122.298431, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2005", "population": 31, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14270, "AWATER10": 0, "INTPTLAT10": "+37.8948540", "INTPTLON10": "-122.2972427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.897614 ], [ -122.297058, 37.895447 ], [ -122.299805, 37.895447 ], [ -122.299805, 37.897614 ], [ -122.297058, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3007", "population": 41, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14185, "AWATER10": 0, "INTPTLAT10": "+37.8930639", "INTPTLON10": "-122.2975700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.895447 ], [ -122.297058, 37.893279 ], [ -122.299805, 37.893279 ], [ -122.299805, 37.895447 ], [ -122.297058, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2003", "population": 28, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14449, "AWATER10": 0, "INTPTLAT10": "+37.8951947", "INTPTLON10": "-122.2955660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.897614 ], [ -122.294312, 37.895447 ], [ -122.297058, 37.895447 ], [ -122.297058, 37.897614 ], [ -122.294312, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8083, "AWATER10": 0, "INTPTLAT10": "+37.8982104", "INTPTLON10": "-122.2941387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.900865 ], [ -122.294312, 37.898698 ], [ -122.297058, 37.898698 ], [ -122.297058, 37.900865 ], [ -122.294312, 37.900865 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1008", "population": 37, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25122, "AWATER10": 0, "INTPTLAT10": "+37.8962273", "INTPTLON10": "-122.2942136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.899781 ], [ -122.292938, 37.897614 ], [ -122.295685, 37.897614 ], [ -122.295685, 37.899781 ], [ -122.292938, 37.899781 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1016", "population": 13, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8255, "AWATER10": 0, "INTPTLAT10": "+37.8939086", "INTPTLON10": "-122.2941575" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.896530 ], [ -122.292938, 37.894363 ], [ -122.295685, 37.894363 ], [ -122.295685, 37.896530 ], [ -122.292938, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 48606, "AWATER10": 0, "INTPTLAT10": "+37.8957510", "INTPTLON10": "-122.2913507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.897614 ], [ -122.288818, 37.895447 ], [ -122.291565, 37.895447 ], [ -122.291565, 37.897614 ], [ -122.288818, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3001", "population": 31, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16246, "AWATER10": 0, "INTPTLAT10": "+37.8938831", "INTPTLON10": "-122.2913917" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.896530 ], [ -122.291565, 37.894363 ], [ -122.294312, 37.894363 ], [ -122.294312, 37.896530 ], [ -122.291565, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2002", "population": 35, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16183, "AWATER10": 0, "INTPTLAT10": "+37.8975006", "INTPTLON10": "-122.2876349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.898698 ], [ -122.287445, 37.896530 ], [ -122.290192, 37.896530 ], [ -122.290192, 37.898698 ], [ -122.287445, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2014", "population": 32, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16117, "AWATER10": 0, "INTPTLAT10": "+37.8938093", "INTPTLON10": "-122.2887874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.896530 ], [ -122.287445, 37.894363 ], [ -122.290192, 37.894363 ], [ -122.290192, 37.896530 ], [ -122.287445, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3009", "population": 84, "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15100, "AWATER10": 0, "INTPTLAT10": "+37.8912058", "INTPTLON10": "-122.2978563" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.893279 ], [ -122.297058, 37.891112 ], [ -122.299805, 37.891112 ], [ -122.299805, 37.893279 ], [ -122.297058, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1007", "population": 70, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 32096, "AWATER10": 0, "INTPTLAT10": "+37.8884580", "INTPTLON10": "-122.2979153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.887860 ], [ -122.297058, 37.885693 ], [ -122.299805, 37.885693 ], [ -122.299805, 37.887860 ], [ -122.297058, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2008", "population": 50, "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18377, "AWATER10": 0, "INTPTLAT10": "+37.8915386", "INTPTLON10": "-122.2952863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.892196 ], [ -122.294312, 37.890028 ], [ -122.297058, 37.890028 ], [ -122.297058, 37.892196 ], [ -122.294312, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1014", "population": 69, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28068, "AWATER10": 0, "INTPTLAT10": "+37.8887349", "INTPTLON10": "-122.2961756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.892196 ], [ -122.297058, 37.890028 ], [ -122.299805, 37.890028 ], [ -122.299805, 37.892196 ], [ -122.297058, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1011", "population": 68, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26518, "AWATER10": 0, "INTPTLAT10": "+37.8889300", "INTPTLON10": "-122.2944569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.888944 ], [ -122.294312, 37.886777 ], [ -122.297058, 37.886777 ], [ -122.297058, 37.888944 ], [ -122.294312, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 79019, "AWATER10": 0, "INTPTLAT10": "+37.8858279", "INTPTLON10": "-122.2991231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.887860 ], [ -122.298431, 37.886777 ], [ -122.298431, 37.884609 ], [ -122.301178, 37.884609 ], [ -122.301178, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11921, "AWATER10": 0, "INTPTLAT10": "+37.8839314", "INTPTLON10": "-122.2976037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.885693 ], [ -122.297058, 37.883525 ], [ -122.299805, 37.883525 ], [ -122.299805, 37.885693 ], [ -122.297058, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2005", "population": 98, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24545, "AWATER10": 0, "INTPTLAT10": "+37.8854914", "INTPTLON10": "-122.2960301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.888944 ], [ -122.295685, 37.886777 ], [ -122.298431, 37.886777 ], [ -122.298431, 37.888944 ], [ -122.295685, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2012", "population": 35, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12579, "AWATER10": 0, "INTPTLAT10": "+37.8835272", "INTPTLON10": "-122.2945038" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.885693 ], [ -122.294312, 37.883525 ], [ -122.297058, 37.883525 ], [ -122.297058, 37.885693 ], [ -122.294312, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1006", "population": 49, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25175, "AWATER10": 0, "INTPTLAT10": "+37.8890495", "INTPTLON10": "-122.2935928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.888944 ], [ -122.291565, 37.886777 ], [ -122.294312, 37.886777 ], [ -122.294312, 37.888944 ], [ -122.291565, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3007", "population": 55, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27950, "AWATER10": 0, "INTPTLAT10": "+37.8892518", "INTPTLON10": "-122.2920141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.892196 ], [ -122.291565, 37.890028 ], [ -122.294312, 37.890028 ], [ -122.294312, 37.892196 ], [ -122.291565, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3004", "population": 41, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18095, "AWATER10": 0, "INTPTLAT10": "+37.8918241", "INTPTLON10": "-122.2897641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.894363 ], [ -122.288818, 37.892196 ], [ -122.291565, 37.892196 ], [ -122.291565, 37.894363 ], [ -122.288818, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3001", "population": 34, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22452, "AWATER10": 0, "INTPTLAT10": "+37.8895187", "INTPTLON10": "-122.2899595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.892196 ], [ -122.288818, 37.890028 ], [ -122.291565, 37.890028 ], [ -122.291565, 37.892196 ], [ -122.288818, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2002", "population": 60, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24228, "AWATER10": 0, "INTPTLAT10": "+37.8859970", "INTPTLON10": "-122.2935084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.888944 ], [ -122.294312, 37.886777 ], [ -122.297058, 37.886777 ], [ -122.297058, 37.888944 ], [ -122.294312, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2014", "population": 40, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13013, "AWATER10": 0, "INTPTLAT10": "+37.8838362", "INTPTLON10": "-122.2927774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.885693 ], [ -122.291565, 37.883525 ], [ -122.294312, 37.883525 ], [ -122.294312, 37.885693 ], [ -122.291565, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3012", "population": 33, "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20277, "AWATER10": 0, "INTPTLAT10": "+37.8875706", "INTPTLON10": "-122.2892190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.890028 ], [ -122.287445, 37.887860 ], [ -122.290192, 37.887860 ], [ -122.290192, 37.890028 ], [ -122.287445, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5264, "AWATER10": 0, "INTPTLAT10": "+37.8839955", "INTPTLON10": "-122.2913154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.886777 ], [ -122.290192, 37.884609 ], [ -122.292938, 37.884609 ], [ -122.292938, 37.886777 ], [ -122.290192, 37.886777 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3007", "population": 28, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18637, "AWATER10": 0, "INTPTLAT10": "+37.8917853", "INTPTLON10": "-122.2879697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.892196 ], [ -122.287445, 37.890028 ], [ -122.290192, 37.890028 ], [ -122.290192, 37.892196 ], [ -122.287445, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2002", "population": 13, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16691, "AWATER10": 0, "INTPTLAT10": "+37.8900585", "INTPTLON10": "-122.2869139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.892196 ], [ -122.287445, 37.890028 ], [ -122.290192, 37.890028 ], [ -122.290192, 37.892196 ], [ -122.287445, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1004", "population": 22, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19676, "AWATER10": 0, "INTPTLAT10": "+37.8901108", "INTPTLON10": "-122.2837239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283325, 37.892196 ], [ -122.283325, 37.890028 ], [ -122.286072, 37.890028 ], [ -122.286072, 37.892196 ], [ -122.283325, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1014", "population": 38, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22296, "AWATER10": 0, "INTPTLAT10": "+37.8880279", "INTPTLON10": "-122.2834249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283325, 37.888944 ], [ -122.283325, 37.886777 ], [ -122.286072, 37.886777 ], [ -122.286072, 37.888944 ], [ -122.283325, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2011", "population": 51, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 36927, "AWATER10": 0, "INTPTLAT10": "+37.8868308", "INTPTLON10": "-122.2883823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.887860 ], [ -122.288818, 37.885693 ], [ -122.291565, 37.885693 ], [ -122.291565, 37.887860 ], [ -122.288818, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2014", "population": 73, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 41589, "AWATER10": 0, "INTPTLAT10": "+37.8849195", "INTPTLON10": "-122.2873798" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.885693 ], [ -122.287445, 37.883525 ], [ -122.290192, 37.883525 ], [ -122.290192, 37.885693 ], [ -122.287445, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1018", "population": 45, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20717, "AWATER10": 0, "INTPTLAT10": "+37.8843388", "INTPTLON10": "-122.2859716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284698, 37.886777 ], [ -122.284698, 37.884609 ], [ -122.287445, 37.884609 ], [ -122.287445, 37.886777 ], [ -122.284698, 37.886777 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1029", "population": 30, "NAME10": "Block 1029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16994, "AWATER10": 0, "INTPTLAT10": "+37.8853080", "INTPTLON10": "-122.2836511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283325, 37.886777 ], [ -122.283325, 37.884609 ], [ -122.286072, 37.884609 ], [ -122.286072, 37.886777 ], [ -122.283325, 37.886777 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1026", "population": 17, "NAME10": "Block 1026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 63728, "AWATER10": 0, "INTPTLAT10": "+37.8834939", "INTPTLON10": "-122.2837979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283325, 37.885693 ], [ -122.283325, 37.883525 ], [ -122.286072, 37.883525 ], [ -122.283325, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1016", "population": 16, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9100, "AWATER10": 0, "INTPTLAT10": "+37.8864607", "INTPTLON10": "-122.2830673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281952, 37.887860 ], [ -122.281952, 37.885693 ], [ -122.284698, 37.885693 ], [ -122.284698, 37.887860 ], [ -122.281952, 37.887860 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 7, "x": 20, "y": 49 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312851, 37.897614 ], [ -122.309418, 37.892737 ], [ -122.310104, 37.888944 ], [ -122.314911, 37.892737 ], [ -122.316284, 37.891654 ], [ -122.320404, 37.890028 ], [ -122.323151, 37.890028 ], [ -122.324524, 37.892737 ], [ -122.325897, 37.892737 ], [ -122.325897, 37.891112 ], [ -122.327957, 37.891654 ], [ -122.327957, 37.890028 ], [ -122.334824, 37.890028 ], [ -122.333450, 37.893279 ], [ -122.312851, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 265574, "AWATER10": 0, "INTPTLAT10": "+37.8905867", "INTPTLON10": "-122.3181131" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320404, 37.890028 ], [ -122.316284, 37.891654 ], [ -122.314911, 37.892737 ], [ -122.310104, 37.888944 ], [ -122.311478, 37.889486 ], [ -122.320404, 37.890028 ] ] ], [ [ [ -122.310104, 37.888944 ], [ -122.309418, 37.892737 ], [ -122.309418, 37.887860 ], [ -122.310104, 37.888944 ] ] ], [ [ [ -122.323151, 37.890028 ], [ -122.327957, 37.890028 ], [ -122.327957, 37.891654 ], [ -122.325897, 37.891112 ], [ -122.325897, 37.892737 ], [ -122.324524, 37.892737 ], [ -122.323151, 37.890028 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18792, "AWATER10": 0, "INTPTLAT10": "+37.8946697", "INTPTLON10": "-122.3084294" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309418, 37.898156 ], [ -122.308044, 37.892196 ], [ -122.308731, 37.892196 ], [ -122.309418, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3005", "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 30820, "AWATER10": 0, "INTPTLAT10": "+37.8910154", "INTPTLON10": "-122.3085406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312164, 37.897614 ], [ -122.309418, 37.894905 ], [ -122.308731, 37.891112 ], [ -122.312164, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59347, "AWATER10": 0, "INTPTLAT10": "+37.8955812", "INTPTLON10": "-122.3094534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311478, 37.898156 ], [ -122.309418, 37.897614 ], [ -122.308731, 37.891112 ], [ -122.311478, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19563, "AWATER10": 24, "INTPTLAT10": "+37.8904059", "INTPTLON10": "-122.3086941" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311478, 37.895447 ], [ -122.310104, 37.895447 ], [ -122.310104, 37.893821 ], [ -122.311478, 37.893821 ], [ -122.311478, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3001", "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24651, "AWATER10": 0, "INTPTLAT10": "+37.8921989", "INTPTLON10": "-122.3075517" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.893821 ], [ -122.307358, 37.892737 ], [ -122.308044, 37.890028 ], [ -122.308044, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3000", "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27350, "AWATER10": 0, "INTPTLAT10": "+37.8907736", "INTPTLON10": "-122.3067658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309418, 37.898156 ], [ -122.306671, 37.892737 ], [ -122.308044, 37.890028 ], [ -122.307358, 37.892737 ], [ -122.309418, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1461, "AWATER10": 0, "INTPTLAT10": "+37.8973748", "INTPTLON10": "-122.3012481" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.899240 ], [ -122.301178, 37.898156 ], [ -122.302551, 37.898156 ], [ -122.302551, 37.899240 ], [ -122.301178, 37.899240 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1005", "population": 4, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14639, "AWATER10": 0, "INTPTLAT10": "+37.8976068", "INTPTLON10": "-122.3008394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.898698 ], [ -122.300491, 37.897072 ], [ -122.301178, 37.897072 ], [ -122.301865, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "2000", "population": 1118, "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 412555, "AWATER10": 0, "INTPTLAT10": "+37.8949184", "INTPTLON10": "-122.3048891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.898698 ], [ -122.301178, 37.896530 ], [ -122.303238, 37.895989 ], [ -122.303238, 37.894905 ], [ -122.302551, 37.893821 ], [ -122.303238, 37.893821 ], [ -122.304611, 37.890570 ], [ -122.306671, 37.890028 ], [ -122.309418, 37.898156 ], [ -122.301865, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15574, "AWATER10": 0, "INTPTLAT10": "+37.8926328", "INTPTLON10": "-122.3029106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.894905 ], [ -122.302551, 37.892196 ], [ -122.303238, 37.891654 ], [ -122.303238, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1001", "population": 41, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16165, "AWATER10": 0, "INTPTLAT10": "+37.8948170", "INTPTLON10": "-122.3018829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.895989 ], [ -122.301178, 37.894363 ], [ -122.302551, 37.893821 ], [ -122.303238, 37.895989 ], [ -122.301865, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14452, "AWATER10": 0, "INTPTLAT10": "+37.8959674", "INTPTLON10": "-122.3002912" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491, 37.897072 ], [ -122.299805, 37.895447 ], [ -122.300491, 37.895447 ], [ -122.301178, 37.896530 ], [ -122.300491, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1000", "population": 42, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16605, "AWATER10": 0, "INTPTLAT10": "+37.8950031", "INTPTLON10": "-122.3010393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.896530 ], [ -122.301178, 37.894363 ], [ -122.301865, 37.895989 ], [ -122.301178, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1007", "population": 34, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16120, "AWATER10": 0, "INTPTLAT10": "+37.8927903", "INTPTLON10": "-122.3021281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.893821 ], [ -122.301865, 37.892196 ], [ -122.302551, 37.892196 ], [ -122.303238, 37.893821 ], [ -122.302551, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1002", "population": 46, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16535, "AWATER10": 0, "INTPTLAT10": "+37.8929602", "INTPTLON10": "-122.3012875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.894363 ], [ -122.301178, 37.892196 ], [ -122.301865, 37.892196 ], [ -122.302551, 37.893821 ], [ -122.301178, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2234, "AWATER10": 0, "INTPTLAT10": "+37.8942520", "INTPTLON10": "-122.3002730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.895989 ], [ -122.299805, 37.894905 ], [ -122.301178, 37.894905 ], [ -122.301178, 37.895989 ], [ -122.299805, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1003", "population": 24, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16635, "AWATER10": 0, "INTPTLAT10": "+37.8931288", "INTPTLON10": "-122.3004328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.894363 ], [ -122.300491, 37.893821 ], [ -122.299805, 37.892737 ], [ -122.301178, 37.892196 ], [ -122.301178, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327957, 37.890028 ], [ -122.327957, 37.888944 ], [ -122.325211, 37.888402 ], [ -122.322464, 37.889486 ], [ -122.317657, 37.889486 ], [ -122.316284, 37.887860 ], [ -122.316284, 37.885693 ], [ -122.315598, 37.884067 ], [ -122.312851, 37.881899 ], [ -122.327957, 37.877563 ], [ -122.334824, 37.890028 ], [ -122.327957, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 542505, "AWATER10": 0, "INTPTLAT10": "+37.8862375", "INTPTLON10": "-122.3141377" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.317657, 37.889486 ], [ -122.311478, 37.889486 ], [ -122.309418, 37.887860 ], [ -122.308731, 37.882441 ], [ -122.312851, 37.881899 ], [ -122.315598, 37.884067 ], [ -122.316284, 37.885693 ], [ -122.316284, 37.887860 ], [ -122.317657, 37.889486 ] ] ], [ [ [ -122.317657, 37.889486 ], [ -122.322464, 37.889486 ], [ -122.325211, 37.888402 ], [ -122.327957, 37.888944 ], [ -122.327957, 37.890028 ], [ -122.317657, 37.889486 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10961, "AWATER10": 0, "INTPTLAT10": "+37.8885068", "INTPTLON10": "-122.3086806" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.888402 ], [ -122.308044, 37.887318 ], [ -122.309418, 37.887318 ], [ -122.309418, 37.888402 ], [ -122.308044, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3012", "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14539, "AWATER10": 0, "INTPTLAT10": "+37.8894024", "INTPTLON10": "-122.3080555" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.888402 ], [ -122.308044, 37.887318 ], [ -122.309418, 37.887318 ], [ -122.309418, 37.888402 ], [ -122.308044, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3029", "NAME10": "Block 3029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14565, "AWATER10": 0, "INTPTLAT10": "+37.8878852", "INTPTLON10": "-122.3078467" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.889486 ], [ -122.307358, 37.887318 ], [ -122.308731, 37.887860 ], [ -122.308044, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3018", "population": 29, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9739, "AWATER10": 0, "INTPTLAT10": "+37.8891261", "INTPTLON10": "-122.3066496" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305984, 37.890570 ], [ -122.305984, 37.889486 ], [ -122.307358, 37.889486 ], [ -122.307358, 37.890570 ], [ -122.305984, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3014", "population": 35, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10339, "AWATER10": 0, "INTPTLAT10": "+37.8884185", "INTPTLON10": "-122.3064403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306671, 37.888944 ], [ -122.306671, 37.887860 ], [ -122.308044, 37.887860 ], [ -122.308044, 37.888944 ], [ -122.306671, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 447, "AWATER10": 0, "INTPTLAT10": "+37.8873248", "INTPTLON10": "-122.3088095" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.887860 ], [ -122.308044, 37.886777 ], [ -122.309418, 37.886777 ], [ -122.309418, 37.887860 ], [ -122.308044, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59431, "AWATER10": 0, "INTPTLAT10": "+37.8849426", "INTPTLON10": "-122.3081455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307358, 37.887318 ], [ -122.308044, 37.882441 ], [ -122.308731, 37.883525 ], [ -122.308731, 37.887318 ], [ -122.307358, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1737, "AWATER10": 0, "INTPTLAT10": "+37.8871632", "INTPTLON10": "-122.3079226" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.887860 ], [ -122.308044, 37.886777 ], [ -122.309418, 37.886777 ], [ -122.309418, 37.887860 ], [ -122.308044, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 52400, "AWATER10": 0, "INTPTLAT10": "+37.8837458", "INTPTLON10": "-122.3069617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307358, 37.887318 ], [ -122.306671, 37.883525 ], [ -122.305984, 37.882441 ], [ -122.308044, 37.882441 ], [ -122.307358, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3021", "population": 23, "NAME10": "Block 3021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11997, "AWATER10": 0, "INTPTLAT10": "+37.8902784", "INTPTLON10": "-122.3030396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.890028 ], [ -122.303238, 37.888944 ], [ -122.304611, 37.888944 ], [ -122.304611, 37.890028 ], [ -122.303238, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3019", "population": 50, "NAME10": "Block 3019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17581, "AWATER10": 0, "INTPTLAT10": "+37.8895455", "INTPTLON10": "-122.3046051" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303925, 37.890570 ], [ -122.303925, 37.889486 ], [ -122.305984, 37.889486 ], [ -122.306671, 37.890028 ], [ -122.303925, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3027", "population": 33, "NAME10": "Block 3027", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13106, "AWATER10": 0, "INTPTLAT10": "+37.8882387", "INTPTLON10": "-122.3051246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305298, 37.888402 ], [ -122.305298, 37.887318 ], [ -122.306671, 37.887318 ], [ -122.306671, 37.888402 ], [ -122.305298, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3026", "population": 33, "NAME10": "Block 3026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14219, "AWATER10": 0, "INTPTLAT10": "+37.8883405", "INTPTLON10": "-122.3042616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304611, 37.890028 ], [ -122.304611, 37.888944 ], [ -122.305984, 37.888944 ], [ -122.305984, 37.890028 ], [ -122.304611, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3024", "population": 31, "NAME10": "Block 3024", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15240, "AWATER10": 0, "INTPTLAT10": "+37.8884411", "INTPTLON10": "-122.3034025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303925, 37.889486 ], [ -122.303238, 37.887860 ], [ -122.303925, 37.887860 ], [ -122.304611, 37.889486 ], [ -122.303925, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1009", "population": 37, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17210, "AWATER10": 0, "INTPTLAT10": "+37.8906969", "INTPTLON10": "-122.3023492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.892196 ], [ -122.301865, 37.890028 ], [ -122.302551, 37.890028 ], [ -122.303238, 37.891654 ], [ -122.302551, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1006", "population": 87, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17308, "AWATER10": 0, "INTPTLAT10": "+37.8908584", "INTPTLON10": "-122.3015099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.892196 ], [ -122.301178, 37.890028 ], [ -122.301865, 37.890028 ], [ -122.302551, 37.892196 ], [ -122.301865, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1004", "population": 38, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17893, "AWATER10": 0, "INTPTLAT10": "+37.8912006", "INTPTLON10": "-122.2998090" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.892196 ], [ -122.299118, 37.890570 ], [ -122.300491, 37.890570 ], [ -122.301178, 37.892196 ], [ -122.299805, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1005", "population": 86, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17622, "AWATER10": 0, "INTPTLAT10": "+37.8910287", "INTPTLON10": "-122.3006658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.892196 ], [ -122.300491, 37.890570 ], [ -122.301178, 37.890028 ], [ -122.301865, 37.892196 ], [ -122.301178, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3023", "population": 33, "NAME10": "Block 3023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16332, "AWATER10": 0, "INTPTLAT10": "+37.8885408", "INTPTLON10": "-122.3025479" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.890028 ], [ -122.301865, 37.887860 ], [ -122.303238, 37.887860 ], [ -122.303925, 37.889486 ], [ -122.302551, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1010", "population": 43, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20386, "AWATER10": 0, "INTPTLAT10": "+37.8886345", "INTPTLON10": "-122.3016225" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.890028 ], [ -122.301178, 37.887860 ], [ -122.301865, 37.887860 ], [ -122.302551, 37.890028 ], [ -122.301865, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1011", "population": 69, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16453, "AWATER10": 0, "INTPTLAT10": "+37.8888638", "INTPTLON10": "-122.3008054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.890028 ], [ -122.300491, 37.887860 ], [ -122.301865, 37.890028 ], [ -122.301178, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1015", "population": 70, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19773, "AWATER10": 0, "INTPTLAT10": "+37.8888596", "INTPTLON10": "-122.2999642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491, 37.890570 ], [ -122.299805, 37.887860 ], [ -122.300491, 37.887860 ], [ -122.301178, 37.890028 ], [ -122.300491, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1001", "population": 212, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 98716, "AWATER10": 0, "INTPTLAT10": "+37.8865962", "INTPTLON10": "-122.3039801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.887860 ], [ -122.301178, 37.886777 ], [ -122.304611, 37.886235 ], [ -122.307358, 37.885693 ], [ -122.307358, 37.887318 ], [ -122.301178, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1016", "population": 116, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8910, "AWATER10": 0, "INTPTLAT10": "+37.8847438", "INTPTLON10": "-122.3040957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.885693 ], [ -122.303238, 37.884609 ], [ -122.304611, 37.884609 ], [ -122.304611, 37.885693 ], [ -122.303238, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1003", "population": 145, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 82198, "AWATER10": 0, "INTPTLAT10": "+37.8837071", "INTPTLON10": "-122.3049494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304611, 37.885693 ], [ -122.303925, 37.884067 ], [ -122.302551, 37.882983 ], [ -122.305984, 37.882441 ], [ -122.307358, 37.885693 ], [ -122.304611, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1013", "population": 133, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9671, "AWATER10": 0, "INTPTLAT10": "+37.8848967", "INTPTLON10": "-122.3034182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.884609 ], [ -122.303238, 37.883525 ], [ -122.304611, 37.883525 ], [ -122.304611, 37.884609 ], [ -122.303238, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1014", "population": 414, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 85670, "AWATER10": 0, "INTPTLAT10": "+37.8846770", "INTPTLON10": "-122.3015769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.886777 ], [ -122.300491, 37.883525 ], [ -122.303238, 37.883525 ], [ -122.303925, 37.886235 ], [ -122.301178, 37.886777 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1020", "population": 44, "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12062, "AWATER10": 0, "INTPTLAT10": "+37.8829654", "INTPTLON10": "-122.3013966" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.884067 ], [ -122.299805, 37.882983 ], [ -122.301178, 37.882983 ], [ -122.301178, 37.884067 ], [ -122.299805, 37.884067 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1003", "population": 62, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10975, "AWATER10": 0, "INTPTLAT10": "+37.8977494", "INTPTLON10": "-122.2990695" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.899240 ], [ -122.298431, 37.898156 ], [ -122.299805, 37.898156 ], [ -122.299805, 37.899240 ], [ -122.298431, 37.899240 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1002", "population": 68, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11372, "AWATER10": 0, "INTPTLAT10": "+37.8979512", "INTPTLON10": "-122.2982332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.899781 ], [ -122.297745, 37.898698 ], [ -122.299118, 37.898698 ], [ -122.299118, 37.899781 ], [ -122.297745, 37.899781 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1001", "population": 49, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11928, "AWATER10": 0, "INTPTLAT10": "+37.8981515", "INTPTLON10": "-122.2974109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.899781 ], [ -122.297058, 37.898698 ], [ -122.298431, 37.898698 ], [ -122.298431, 37.899781 ], [ -122.297058, 37.899781 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1000", "population": 113, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13452, "AWATER10": 0, "INTPTLAT10": "+37.8982712", "INTPTLON10": "-122.2964744" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.898698 ], [ -122.295685, 37.897614 ], [ -122.297058, 37.897614 ], [ -122.297058, 37.898698 ], [ -122.295685, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1012", "population": 29, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14000, "AWATER10": 0, "INTPTLAT10": "+37.8966536", "INTPTLON10": "-122.2969317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.896530 ], [ -122.295685, 37.895447 ], [ -122.297058, 37.895447 ], [ -122.297058, 37.896530 ], [ -122.295685, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1013", "population": 27, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14541, "AWATER10": 0, "INTPTLAT10": "+37.8968185", "INTPTLON10": "-122.2960835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.898698 ], [ -122.295685, 37.897614 ], [ -122.297058, 37.897614 ], [ -122.297058, 37.898698 ], [ -122.295685, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14453, "AWATER10": 0, "INTPTLAT10": "+37.8983329", "INTPTLON10": "-122.2952807" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.899240 ], [ -122.294998, 37.898156 ], [ -122.296371, 37.898156 ], [ -122.296371, 37.899240 ], [ -122.294998, 37.899240 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1010", "population": 32, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14169, "AWATER10": 0, "INTPTLAT10": "+37.8963113", "INTPTLON10": "-122.2986013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.898156 ], [ -122.298431, 37.897072 ], [ -122.299805, 37.897072 ], [ -122.299805, 37.898156 ], [ -122.298431, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3001", "population": 46, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14042, "AWATER10": 0, "INTPTLAT10": "+37.8945232", "INTPTLON10": "-122.2989229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.895989 ], [ -122.298431, 37.894905 ], [ -122.299805, 37.894905 ], [ -122.299805, 37.895989 ], [ -122.298431, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1011", "population": 32, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14193, "AWATER10": 0, "INTPTLAT10": "+37.8964819", "INTPTLON10": "-122.2977622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.898156 ], [ -122.297058, 37.897072 ], [ -122.298431, 37.897072 ], [ -122.298431, 37.898156 ], [ -122.297058, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3000", "population": 46, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14087, "AWATER10": 0, "INTPTLAT10": "+37.8946922", "INTPTLON10": "-122.2980853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.896530 ], [ -122.297745, 37.895447 ], [ -122.299118, 37.895447 ], [ -122.299118, 37.896530 ], [ -122.297745, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2005", "population": 31, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14270, "AWATER10": 0, "INTPTLAT10": "+37.8948540", "INTPTLON10": "-122.2972427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.896530 ], [ -122.297058, 37.895447 ], [ -122.298431, 37.895447 ], [ -122.298431, 37.896530 ], [ -122.297058, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3002", "population": 57, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14593, "AWATER10": 0, "INTPTLAT10": "+37.8943454", "INTPTLON10": "-122.2997703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.895447 ], [ -122.299118, 37.893821 ], [ -122.300491, 37.893821 ], [ -122.300491, 37.895447 ], [ -122.299805, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3005", "population": 10, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14799, "AWATER10": 0, "INTPTLAT10": "+37.8927197", "INTPTLON10": "-122.2992493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.893821 ], [ -122.299118, 37.892196 ], [ -122.299805, 37.892737 ], [ -122.300491, 37.893821 ], [ -122.299118, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3006", "population": 53, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14044, "AWATER10": 0, "INTPTLAT10": "+37.8928963", "INTPTLON10": "-122.2984024" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.894363 ], [ -122.297745, 37.893279 ], [ -122.299118, 37.893279 ], [ -122.299118, 37.894363 ], [ -122.297745, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3007", "population": 41, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14185, "AWATER10": 0, "INTPTLAT10": "+37.8930639", "INTPTLON10": "-122.2975700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.894905 ], [ -122.297058, 37.893821 ], [ -122.298431, 37.893821 ], [ -122.298431, 37.894905 ], [ -122.297058, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2004", "population": 33, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14101, "AWATER10": 0, "INTPTLAT10": "+37.8950194", "INTPTLON10": "-122.2964053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.894905 ], [ -122.296371, 37.893821 ], [ -122.297745, 37.893821 ], [ -122.297745, 37.894905 ], [ -122.296371, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7737, "AWATER10": 0, "INTPTLAT10": "+37.8960946", "INTPTLON10": "-122.2952742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.895447 ], [ -122.294312, 37.894363 ], [ -122.295685, 37.894363 ], [ -122.295685, 37.895447 ], [ -122.294312, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1007", "population": 87, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17265, "AWATER10": 0, "INTPTLAT10": "+37.8966238", "INTPTLON10": "-122.2949725" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.898156 ], [ -122.294998, 37.894905 ], [ -122.296371, 37.898156 ], [ -122.294998, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2003", "population": 28, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14449, "AWATER10": 0, "INTPTLAT10": "+37.8951947", "INTPTLON10": "-122.2955660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.897072 ], [ -122.294998, 37.895989 ], [ -122.296371, 37.895989 ], [ -122.296371, 37.897072 ], [ -122.294998, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2007", "population": 33, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14053, "AWATER10": 0, "INTPTLAT10": "+37.8933931", "INTPTLON10": "-122.2958883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.893279 ], [ -122.295685, 37.892196 ], [ -122.297058, 37.892196 ], [ -122.297058, 37.893279 ], [ -122.295685, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2006", "population": 32, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14158, "AWATER10": 0, "INTPTLAT10": "+37.8932322", "INTPTLON10": "-122.2967302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.893279 ], [ -122.295685, 37.892196 ], [ -122.297058, 37.892196 ], [ -122.297058, 37.893279 ], [ -122.295685, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2002", "population": 32, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14523, "AWATER10": 0, "INTPTLAT10": "+37.8935661", "INTPTLON10": "-122.2950398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.895447 ], [ -122.294312, 37.894363 ], [ -122.295685, 37.894363 ], [ -122.295685, 37.895447 ], [ -122.294312, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8083, "AWATER10": 0, "INTPTLAT10": "+37.8982104", "INTPTLON10": "-122.2941387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.899781 ], [ -122.294312, 37.898698 ], [ -122.295685, 37.898698 ], [ -122.295685, 37.899781 ], [ -122.294312, 37.899781 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1002", "population": 31, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14980, "AWATER10": 0, "INTPTLAT10": "+37.8974821", "INTPTLON10": "-122.2921539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.898698 ], [ -122.292252, 37.898156 ], [ -122.292252, 37.897072 ], [ -122.292938, 37.897072 ], [ -122.292938, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1001", "population": 21, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11297, "AWATER10": 0, "INTPTLAT10": "+37.8973215", "INTPTLON10": "-122.2912175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.898698 ], [ -122.290192, 37.897614 ], [ -122.291565, 37.897614 ], [ -122.291565, 37.898698 ], [ -122.290192, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1000", "population": 16, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10019, "AWATER10": 0, "INTPTLAT10": "+37.8972478", "INTPTLON10": "-122.2903402" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289505, 37.898698 ], [ -122.289505, 37.897614 ], [ -122.290878, 37.897614 ], [ -122.290878, 37.898698 ], [ -122.289505, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1008", "population": 37, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25122, "AWATER10": 0, "INTPTLAT10": "+37.8962273", "INTPTLON10": "-122.2942136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.898156 ], [ -122.294998, 37.894905 ], [ -122.294998, 37.898156 ], [ -122.294312, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1009", "population": 44, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24911, "AWATER10": 0, "INTPTLAT10": "+37.8962389", "INTPTLON10": "-122.2933649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.898156 ], [ -122.293625, 37.894905 ], [ -122.294312, 37.894905 ], [ -122.294312, 37.898156 ], [ -122.292938, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1011", "population": 1, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4495, "AWATER10": 0, "INTPTLAT10": "+37.8957842", "INTPTLON10": "-122.2928245" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292252, 37.897614 ], [ -122.292252, 37.896530 ], [ -122.293625, 37.896530 ], [ -122.293625, 37.897614 ], [ -122.292252, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1015", "population": 30, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16238, "AWATER10": 0, "INTPTLAT10": "+37.8938032", "INTPTLON10": "-122.2934559" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.894905 ], [ -122.293625, 37.893279 ], [ -122.294312, 37.893279 ], [ -122.294312, 37.894905 ], [ -122.293625, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1014", "population": 2, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5007, "AWATER10": 0, "INTPTLAT10": "+37.8938437", "INTPTLON10": "-122.2929060" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.893821 ], [ -122.292938, 37.892737 ], [ -122.294312, 37.892737 ], [ -122.294312, 37.893821 ], [ -122.292938, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1013", "population": 38, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18897, "AWATER10": 0, "INTPTLAT10": "+37.8938347", "INTPTLON10": "-122.2923093" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292252, 37.894905 ], [ -122.292252, 37.893279 ], [ -122.292938, 37.893279 ], [ -122.292938, 37.894905 ], [ -122.292252, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 48606, "AWATER10": 0, "INTPTLAT10": "+37.8957510", "INTPTLON10": "-122.2913507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.897072 ], [ -122.290192, 37.894905 ], [ -122.292938, 37.894905 ], [ -122.292938, 37.897072 ], [ -122.290192, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2006", "population": 31, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15730, "AWATER10": 0, "INTPTLAT10": "+37.8956964", "INTPTLON10": "-122.2895702" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289505, 37.897072 ], [ -122.289505, 37.894905 ], [ -122.290192, 37.894905 ], [ -122.290192, 37.897072 ], [ -122.289505, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3001", "population": 31, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16246, "AWATER10": 0, "INTPTLAT10": "+37.8938831", "INTPTLON10": "-122.2913917" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.894905 ], [ -122.291565, 37.893279 ], [ -122.292252, 37.893279 ], [ -122.292252, 37.894905 ], [ -122.291565, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3000", "population": 31, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15665, "AWATER10": 0, "INTPTLAT10": "+37.8938607", "INTPTLON10": "-122.2905229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.894905 ], [ -122.290192, 37.893279 ], [ -122.291565, 37.893279 ], [ -122.291565, 37.894905 ], [ -122.290192, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2015", "population": 35, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15921, "AWATER10": 0, "INTPTLAT10": "+37.8938332", "INTPTLON10": "-122.2896635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289505, 37.894905 ], [ -122.289505, 37.893279 ], [ -122.290192, 37.893279 ], [ -122.290192, 37.894905 ], [ -122.289505, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2003", "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1027, "AWATER10": 0, "INTPTLAT10": "+37.8973454", "INTPTLON10": "-122.2881508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.898698 ], [ -122.288132, 37.897614 ], [ -122.289505, 37.897614 ], [ -122.289505, 37.898698 ], [ -122.288132, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2002", "population": 35, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16183, "AWATER10": 0, "INTPTLAT10": "+37.8975006", "INTPTLON10": "-122.2876349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.898698 ], [ -122.287445, 37.897072 ], [ -122.288818, 37.897072 ], [ -122.287445, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2007", "population": 30, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15930, "AWATER10": 0, "INTPTLAT10": "+37.8956694", "INTPTLON10": "-122.2886965" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.897072 ], [ -122.288818, 37.894905 ], [ -122.289505, 37.894905 ], [ -122.289505, 37.897072 ], [ -122.288818, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2009", "population": 33, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15974, "AWATER10": 0, "INTPTLAT10": "+37.8956464", "INTPTLON10": "-122.2877473" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.897072 ], [ -122.287445, 37.894905 ], [ -122.288818, 37.894905 ], [ -122.288818, 37.897072 ], [ -122.287445, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2014", "population": 32, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16117, "AWATER10": 0, "INTPTLAT10": "+37.8938093", "INTPTLON10": "-122.2887874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.894905 ], [ -122.288818, 37.893279 ], [ -122.289505, 37.893279 ], [ -122.289505, 37.894905 ], [ -122.288818, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2012", "population": 30, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16253, "AWATER10": 0, "INTPTLAT10": "+37.8937801", "INTPTLON10": "-122.2878360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.894905 ], [ -122.287445, 37.893279 ], [ -122.288818, 37.893279 ], [ -122.288818, 37.894905 ], [ -122.287445, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2011", "population": 11, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4556, "AWATER10": 0, "INTPTLAT10": "+37.8937317", "INTPTLON10": "-122.2872753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.895447 ], [ -122.286758, 37.894363 ], [ -122.288132, 37.894363 ], [ -122.288132, 37.895447 ], [ -122.286758, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3010", "population": 30, "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14291, "AWATER10": 0, "INTPTLAT10": "+37.8911018", "INTPTLON10": "-122.2987261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.891112 ], [ -122.298431, 37.890028 ], [ -122.299805, 37.890028 ], [ -122.299805, 37.891112 ], [ -122.298431, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3009", "population": 84, "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15100, "AWATER10": 0, "INTPTLAT10": "+37.8912058", "INTPTLON10": "-122.2978563" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.892196 ], [ -122.297745, 37.890570 ], [ -122.298431, 37.891112 ], [ -122.299118, 37.892196 ], [ -122.297745, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1014", "population": 43, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21543, "AWATER10": 0, "INTPTLAT10": "+37.8889340", "INTPTLON10": "-122.2990835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.890570 ], [ -122.298431, 37.887860 ], [ -122.299805, 37.887860 ], [ -122.300491, 37.890570 ], [ -122.299118, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1007", "population": 70, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 32096, "AWATER10": 0, "INTPTLAT10": "+37.8884580", "INTPTLON10": "-122.2979153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.890570 ], [ -122.298431, 37.890028 ], [ -122.297058, 37.887318 ], [ -122.298431, 37.886777 ], [ -122.299118, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3008", "population": 51, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16353, "AWATER10": 0, "INTPTLAT10": "+37.8913200", "INTPTLON10": "-122.2970017" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.892737 ], [ -122.296371, 37.890570 ], [ -122.297745, 37.891112 ], [ -122.297745, 37.892196 ], [ -122.297058, 37.892737 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2012", "population": 51, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17230, "AWATER10": 0, "INTPTLAT10": "+37.8914257", "INTPTLON10": "-122.2961445" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.892737 ], [ -122.295685, 37.890570 ], [ -122.296371, 37.890570 ], [ -122.297058, 37.892737 ], [ -122.296371, 37.892737 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2008", "population": 50, "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18377, "AWATER10": 0, "INTPTLAT10": "+37.8915386", "INTPTLON10": "-122.2952863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.892737 ], [ -122.294998, 37.890570 ], [ -122.295685, 37.890570 ], [ -122.296371, 37.892737 ], [ -122.295685, 37.892737 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2009", "population": 57, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19818, "AWATER10": 0, "INTPTLAT10": "+37.8916581", "INTPTLON10": "-122.2944181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.893279 ], [ -122.293625, 37.890570 ], [ -122.294998, 37.890570 ], [ -122.295685, 37.892737 ], [ -122.294998, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1015", "population": 83, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29154, "AWATER10": 0, "INTPTLAT10": "+37.8886165", "INTPTLON10": "-122.2970361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.890570 ], [ -122.296371, 37.887318 ], [ -122.297058, 37.887318 ], [ -122.298431, 37.890570 ], [ -122.297745, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1014", "population": 69, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28068, "AWATER10": 0, "INTPTLAT10": "+37.8887349", "INTPTLON10": "-122.2961756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.890570 ], [ -122.295685, 37.887318 ], [ -122.296371, 37.887318 ], [ -122.297745, 37.890570 ], [ -122.296371, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1010", "population": 33, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26672, "AWATER10": 0, "INTPTLAT10": "+37.8888488", "INTPTLON10": "-122.2953196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.890570 ], [ -122.294998, 37.887860 ], [ -122.295685, 37.887318 ], [ -122.296371, 37.890570 ], [ -122.295685, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1011", "population": 68, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26518, "AWATER10": 0, "INTPTLAT10": "+37.8889300", "INTPTLON10": "-122.2944569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.890570 ], [ -122.293625, 37.887860 ], [ -122.294998, 37.887860 ], [ -122.295685, 37.890570 ], [ -122.294998, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11282, "AWATER10": 0, "INTPTLAT10": "+37.8873799", "INTPTLON10": "-122.2988707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.887318 ], [ -122.297745, 37.886235 ], [ -122.299118, 37.886235 ], [ -122.299118, 37.887318 ], [ -122.297745, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 79019, "AWATER10": 0, "INTPTLAT10": "+37.8858279", "INTPTLON10": "-122.2991231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.887860 ], [ -122.298431, 37.886777 ], [ -122.297745, 37.884609 ], [ -122.298431, 37.884609 ], [ -122.300491, 37.884067 ], [ -122.301178, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1018", "population": 1, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22069, "AWATER10": 0, "INTPTLAT10": "+37.8835790", "INTPTLON10": "-122.2990681" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.884609 ], [ -122.298431, 37.883525 ], [ -122.300491, 37.883525 ], [ -122.299805, 37.884609 ], [ -122.298431, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11921, "AWATER10": 0, "INTPTLAT10": "+37.8839314", "INTPTLON10": "-122.2976037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.885151 ], [ -122.297058, 37.884067 ], [ -122.298431, 37.884067 ], [ -122.298431, 37.885151 ], [ -122.297058, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2003", "population": 58, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24754, "AWATER10": 0, "INTPTLAT10": "+37.8858112", "INTPTLON10": "-122.2943382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.887318 ], [ -122.293625, 37.884609 ], [ -122.294998, 37.884609 ], [ -122.295685, 37.887318 ], [ -122.294998, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2006", "population": 91, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25305, "AWATER10": 0, "INTPTLAT10": "+37.8853070", "INTPTLON10": "-122.2968750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.887318 ], [ -122.296371, 37.884067 ], [ -122.297058, 37.884067 ], [ -122.298431, 37.886777 ], [ -122.297058, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2005", "population": 98, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24545, "AWATER10": 0, "INTPTLAT10": "+37.8854914", "INTPTLON10": "-122.2960301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.887318 ], [ -122.295685, 37.884609 ], [ -122.296371, 37.884067 ], [ -122.297058, 37.887318 ], [ -122.296371, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2004", "population": 63, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24848, "AWATER10": 0, "INTPTLAT10": "+37.8856461", "INTPTLON10": "-122.2951842" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.887318 ], [ -122.294998, 37.884609 ], [ -122.295685, 37.884609 ], [ -122.296371, 37.887318 ], [ -122.295685, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2012", "population": 35, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12579, "AWATER10": 0, "INTPTLAT10": "+37.8835272", "INTPTLON10": "-122.2945038" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.885151 ], [ -122.294998, 37.884067 ], [ -122.296371, 37.884067 ], [ -122.296371, 37.885151 ], [ -122.294998, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2010", "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8445, "AWATER10": 0, "INTPTLAT10": "+37.8914852", "INTPTLON10": "-122.2936957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.891654 ], [ -122.292938, 37.890570 ], [ -122.294312, 37.890570 ], [ -122.294312, 37.891654 ], [ -122.292938, 37.891654 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1018", "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4538, "AWATER10": 0, "INTPTLAT10": "+37.8918502", "INTPTLON10": "-122.2929851" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.891654 ], [ -122.292938, 37.890570 ], [ -122.294312, 37.890570 ], [ -122.294312, 37.891654 ], [ -122.292938, 37.891654 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1019", "population": 42, "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20486, "AWATER10": 0, "INTPTLAT10": "+37.8917135", "INTPTLON10": "-122.2923947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292252, 37.893279 ], [ -122.292252, 37.891112 ], [ -122.292938, 37.891112 ], [ -122.292938, 37.893279 ], [ -122.292252, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1006", "population": 49, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25175, "AWATER10": 0, "INTPTLAT10": "+37.8890495", "INTPTLON10": "-122.2935928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.890570 ], [ -122.292938, 37.887860 ], [ -122.293625, 37.887860 ], [ -122.294998, 37.890570 ], [ -122.293625, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3006", "population": 17, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11825, "AWATER10": 0, "INTPTLAT10": "+37.8893267", "INTPTLON10": "-122.2928119" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.891112 ], [ -122.293625, 37.890028 ], [ -122.294998, 37.890028 ], [ -122.294998, 37.891112 ], [ -122.293625, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3007", "population": 55, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27950, "AWATER10": 0, "INTPTLAT10": "+37.8892518", "INTPTLON10": "-122.2920141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292252, 37.891112 ], [ -122.291565, 37.888402 ], [ -122.292252, 37.887860 ], [ -122.292938, 37.890570 ], [ -122.292252, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3002", "population": 38, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19544, "AWATER10": 0, "INTPTLAT10": "+37.8918042", "INTPTLON10": "-122.2914745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.893279 ], [ -122.291565, 37.891112 ], [ -122.292252, 37.891112 ], [ -122.292252, 37.893279 ], [ -122.291565, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3003", "population": 32, "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18064, "AWATER10": 0, "INTPTLAT10": "+37.8918237", "INTPTLON10": "-122.2906157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.893279 ], [ -122.290878, 37.891112 ], [ -122.291565, 37.891112 ], [ -122.291565, 37.893279 ], [ -122.290192, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3004", "population": 41, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18095, "AWATER10": 0, "INTPTLAT10": "+37.8918241", "INTPTLON10": "-122.2897641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289505, 37.893279 ], [ -122.289505, 37.891112 ], [ -122.290878, 37.891112 ], [ -122.290192, 37.893279 ], [ -122.289505, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3005", "population": 29, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16537, "AWATER10": 0, "INTPTLAT10": "+37.8919062", "INTPTLON10": "-122.2889102" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.893279 ], [ -122.289505, 37.891112 ], [ -122.289505, 37.893279 ], [ -122.288818, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3002", "population": 82, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26786, "AWATER10": 0, "INTPTLAT10": "+37.8894113", "INTPTLON10": "-122.2909643" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.891112 ], [ -122.290192, 37.888402 ], [ -122.291565, 37.888402 ], [ -122.292252, 37.891112 ], [ -122.291565, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3001", "population": 34, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22452, "AWATER10": 0, "INTPTLAT10": "+37.8895187", "INTPTLON10": "-122.2899595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.891112 ], [ -122.289505, 37.888944 ], [ -122.290192, 37.888402 ], [ -122.290878, 37.891112 ], [ -122.290192, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3000", "population": 47, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21823, "AWATER10": 0, "INTPTLAT10": "+37.8896695", "INTPTLON10": "-122.2890200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289505, 37.891112 ], [ -122.288818, 37.888944 ], [ -122.289505, 37.888944 ], [ -122.290192, 37.891112 ], [ -122.289505, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2002", "population": 60, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24228, "AWATER10": 0, "INTPTLAT10": "+37.8859970", "INTPTLON10": "-122.2935084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.887860 ], [ -122.292938, 37.885151 ], [ -122.293625, 37.884609 ], [ -122.294998, 37.887318 ], [ -122.293625, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2001", "population": 58, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26078, "AWATER10": 0, "INTPTLAT10": "+37.8861973", "INTPTLON10": "-122.2926742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.887860 ], [ -122.292252, 37.885151 ], [ -122.292938, 37.885151 ], [ -122.293625, 37.887860 ], [ -122.292938, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6434, "AWATER10": 0, "INTPTLAT10": "+37.8862789", "INTPTLON10": "-122.2921162" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292252, 37.888402 ], [ -122.292252, 37.887318 ], [ -122.293625, 37.887318 ], [ -122.293625, 37.888402 ], [ -122.292252, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2013", "population": 33, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12945, "AWATER10": 0, "INTPTLAT10": "+37.8836932", "INTPTLON10": "-122.2936333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.885151 ], [ -122.292938, 37.884067 ], [ -122.294312, 37.884067 ], [ -122.294312, 37.885151 ], [ -122.292938, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2014", "population": 40, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13013, "AWATER10": 0, "INTPTLAT10": "+37.8838362", "INTPTLON10": "-122.2927774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292252, 37.885151 ], [ -122.292252, 37.884067 ], [ -122.293625, 37.884067 ], [ -122.293625, 37.885151 ], [ -122.292252, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2015", "population": 30, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13985, "AWATER10": 0, "INTPTLAT10": "+37.8839739", "INTPTLON10": "-122.2919263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.884067 ], [ -122.291565, 37.882983 ], [ -122.292938, 37.882983 ], [ -122.292938, 37.884067 ], [ -122.291565, 37.884067 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3014", "population": 66, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29422, "AWATER10": 0, "INTPTLAT10": "+37.8864950", "INTPTLON10": "-122.2911376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.888402 ], [ -122.290192, 37.885693 ], [ -122.291565, 37.885151 ], [ -122.292252, 37.887860 ], [ -122.291565, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3012", "population": 33, "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20277, "AWATER10": 0, "INTPTLAT10": "+37.8875706", "INTPTLON10": "-122.2892190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.888944 ], [ -122.289505, 37.886235 ], [ -122.290192, 37.888402 ], [ -122.288818, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3013", "population": 60, "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 31172, "AWATER10": 0, "INTPTLAT10": "+37.8866087", "INTPTLON10": "-122.2901174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.888402 ], [ -122.290192, 37.884609 ], [ -122.290878, 37.885693 ], [ -122.291565, 37.888402 ], [ -122.290192, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3017", "population": 12, "NAME10": "Block 3017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6343, "AWATER10": 0, "INTPTLAT10": "+37.8840797", "INTPTLON10": "-122.2909809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290878, 37.885693 ], [ -122.290878, 37.884609 ], [ -122.292252, 37.884609 ], [ -122.292252, 37.885693 ], [ -122.290878, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3018", "population": 32, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14557, "AWATER10": 0, "INTPTLAT10": "+37.8843696", "INTPTLON10": "-122.2904413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.884067 ], [ -122.290192, 37.882983 ], [ -122.291565, 37.882983 ], [ -122.291565, 37.884067 ], [ -122.290192, 37.884067 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1023", "population": 41, "NAME10": "Block 1023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15260, "AWATER10": 0, "INTPTLAT10": "+37.8840099", "INTPTLON10": "-122.2895305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.885151 ], [ -122.289505, 37.883525 ], [ -122.290192, 37.883525 ], [ -122.290192, 37.885151 ], [ -122.288818, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2011", "population": 33, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10125, "AWATER10": 0, "INTPTLAT10": "+37.8834818", "INTPTLON10": "-122.2953591" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.885151 ], [ -122.294998, 37.884067 ], [ -122.296371, 37.884067 ], [ -122.296371, 37.885151 ], [ -122.294998, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3007", "population": 28, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18637, "AWATER10": 0, "INTPTLAT10": "+37.8917853", "INTPTLON10": "-122.2879697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.893279 ], [ -122.288132, 37.891112 ], [ -122.288818, 37.891112 ], [ -122.288818, 37.893279 ], [ -122.287445, 37.893279 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3008", "population": 12, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5620, "AWATER10": 0, "INTPTLAT10": "+37.8918093", "INTPTLON10": "-122.2873239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.893821 ], [ -122.286758, 37.892737 ], [ -122.288132, 37.892737 ], [ -122.288132, 37.893821 ], [ -122.286758, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2005", "population": 54, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21301, "AWATER10": 0, "INTPTLAT10": "+37.8898284", "INTPTLON10": "-122.2879267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.891112 ], [ -122.287445, 37.889486 ], [ -122.288132, 37.888944 ], [ -122.288818, 37.891112 ], [ -122.288132, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2002", "population": 13, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16691, "AWATER10": 0, "INTPTLAT10": "+37.8900585", "INTPTLON10": "-122.2869139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.891112 ], [ -122.286758, 37.889486 ], [ -122.287445, 37.889486 ], [ -122.288132, 37.891112 ], [ -122.286758, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2010", "population": 27, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15494, "AWATER10": 0, "INTPTLAT10": "+37.8884410", "INTPTLON10": "-122.2866366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.889486 ], [ -122.286758, 37.887860 ], [ -122.288132, 37.888402 ], [ -122.287445, 37.889486 ], [ -122.286758, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2001", "population": 18, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14791, "AWATER10": 0, "INTPTLAT10": "+37.8902095", "INTPTLON10": "-122.2859011" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286072, 37.891112 ], [ -122.285385, 37.890028 ], [ -122.286758, 37.889486 ], [ -122.286758, 37.891112 ], [ -122.286072, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1003", "population": 27, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16431, "AWATER10": 0, "INTPTLAT10": "+37.8902144", "INTPTLON10": "-122.2848310" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284698, 37.891112 ], [ -122.284698, 37.889486 ], [ -122.285385, 37.890028 ], [ -122.286072, 37.891112 ], [ -122.284698, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1004", "population": 22, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19676, "AWATER10": 0, "INTPTLAT10": "+37.8901108", "INTPTLON10": "-122.2837239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284012, 37.891112 ], [ -122.283325, 37.889486 ], [ -122.284698, 37.889486 ], [ -122.284698, 37.891112 ], [ -122.284012, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2009", "population": 34, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19896, "AWATER10": 0, "INTPTLAT10": "+37.8884164", "INTPTLON10": "-122.2856099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.889486 ], [ -122.285385, 37.887860 ], [ -122.286758, 37.887860 ], [ -122.285385, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1009", "population": 36, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22493, "AWATER10": 0, "INTPTLAT10": "+37.8883323", "INTPTLON10": "-122.2844715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284012, 37.889486 ], [ -122.284698, 37.887318 ], [ -122.285385, 37.887860 ], [ -122.285385, 37.889486 ], [ -122.284012, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1014", "population": 38, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22296, "AWATER10": 0, "INTPTLAT10": "+37.8880279", "INTPTLON10": "-122.2834249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283325, 37.889486 ], [ -122.283325, 37.887318 ], [ -122.284698, 37.887318 ], [ -122.284012, 37.889486 ], [ -122.283325, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2011", "population": 51, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 36927, "AWATER10": 0, "INTPTLAT10": "+37.8868308", "INTPTLON10": "-122.2883823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.889486 ], [ -122.288818, 37.885151 ], [ -122.290192, 37.885151 ], [ -122.289505, 37.886235 ], [ -122.288818, 37.888944 ], [ -122.287445, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2013", "population": 64, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27693, "AWATER10": 0, "INTPTLAT10": "+37.8861944", "INTPTLON10": "-122.2877578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.888402 ], [ -122.286758, 37.887860 ], [ -122.288132, 37.884609 ], [ -122.288818, 37.885151 ], [ -122.288132, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2015", "population": 19, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8164, "AWATER10": 0, "INTPTLAT10": "+37.8861594", "INTPTLON10": "-122.2868653" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286072, 37.887318 ], [ -122.286072, 37.886235 ], [ -122.287445, 37.886235 ], [ -122.287445, 37.887318 ], [ -122.286072, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2014", "population": 73, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 41589, "AWATER10": 0, "INTPTLAT10": "+37.8849195", "INTPTLON10": "-122.2873798" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.887860 ], [ -122.286758, 37.884067 ], [ -122.288132, 37.884609 ], [ -122.288132, 37.886235 ], [ -122.286758, 37.886235 ], [ -122.286758, 37.887860 ], [ -122.285385, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1022", "population": 31, "NAME10": "Block 1022", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12213, "AWATER10": 0, "INTPTLAT10": "+37.8838753", "INTPTLON10": "-122.2886289" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.885151 ], [ -122.287445, 37.884067 ], [ -122.288818, 37.884067 ], [ -122.288818, 37.885151 ], [ -122.287445, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1012", "population": 39, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17780, "AWATER10": 0, "INTPTLAT10": "+37.8863390", "INTPTLON10": "-122.2851750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.887860 ], [ -122.284698, 37.887318 ], [ -122.285385, 37.885693 ], [ -122.286072, 37.885693 ], [ -122.285385, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1018", "population": 45, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20717, "AWATER10": 0, "INTPTLAT10": "+37.8843388", "INTPTLON10": "-122.2859716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.885693 ], [ -122.286072, 37.884067 ], [ -122.287445, 37.882983 ], [ -122.286758, 37.884067 ], [ -122.286072, 37.885693 ], [ -122.285385, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1013", "population": 65, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28788, "AWATER10": 0, "INTPTLAT10": "+37.8854489", "INTPTLON10": "-122.2845719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284698, 37.887318 ], [ -122.284012, 37.886235 ], [ -122.286072, 37.884067 ], [ -122.284698, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1029", "population": 30, "NAME10": "Block 1029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16994, "AWATER10": 0, "INTPTLAT10": "+37.8853080", "INTPTLON10": "-122.2836511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283325, 37.886235 ], [ -122.284012, 37.885151 ], [ -122.284012, 37.886235 ], [ -122.283325, 37.886235 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1026", "population": 17, "NAME10": "Block 1026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 63728, "AWATER10": 0, "INTPTLAT10": "+37.8834939", "INTPTLON10": "-122.2837979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282639, 37.885151 ], [ -122.283325, 37.882983 ], [ -122.286072, 37.882983 ], [ -122.286072, 37.884067 ], [ -122.282639, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1005", "population": 22, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19453, "AWATER10": 0, "INTPTLAT10": "+37.8901660", "INTPTLON10": "-122.2826890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282639, 37.891654 ], [ -122.281952, 37.889486 ], [ -122.283325, 37.889486 ], [ -122.284012, 37.891112 ], [ -122.282639, 37.891654 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1017", "population": 37, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24687, "AWATER10": 0, "INTPTLAT10": "+37.8879459", "INTPTLON10": "-122.2823713" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281952, 37.889486 ], [ -122.281952, 37.888944 ], [ -122.282639, 37.886777 ], [ -122.283325, 37.887318 ], [ -122.283325, 37.889486 ], [ -122.281952, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1016", "population": 16, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9100, "AWATER10": 0, "INTPTLAT10": "+37.8864607", "INTPTLON10": "-122.2830673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281952, 37.887318 ], [ -122.281952, 37.886235 ], [ -122.283325, 37.886235 ], [ -122.283325, 37.887318 ], [ -122.281952, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1021", "population": 45, "NAME10": "Block 1021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18586, "AWATER10": 0, "INTPTLAT10": "+37.8834620", "INTPTLON10": "-122.2875836" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.884609 ], [ -122.286758, 37.884067 ], [ -122.287445, 37.882983 ], [ -122.288818, 37.883525 ], [ -122.288132, 37.884609 ] ] ] } } +, +{ "type": "Feature", "id": 12345, "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1031", "population": 15, "NAME10": "Block 1031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7920, "AWATER10": 0, "INTPTLAT10": "+37.8828579", "INTPTLON10": "-122.2863490" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.883525 ], [ -122.286758, 37.882441 ], [ -122.288132, 37.882441 ], [ -122.288132, 37.883525 ], [ -122.286758, 37.883525 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 40, "y": 98 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.316284, 37.896801 ], [ -122.316284, 37.891383 ], [ -122.320061, 37.890028 ], [ -122.322807, 37.890028 ], [ -122.324181, 37.892466 ], [ -122.325897, 37.892737 ], [ -122.325897, 37.890841 ], [ -122.327614, 37.890841 ], [ -122.327614, 37.889757 ], [ -122.334824, 37.889757 ], [ -122.333450, 37.893008 ], [ -122.316284, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 265574, "AWATER10": 0, "INTPTLAT10": "+37.8905867", "INTPTLON10": "-122.3181131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.325897, 37.892737 ], [ -122.324181, 37.892466 ], [ -122.322807, 37.890028 ], [ -122.320061, 37.890028 ], [ -122.316284, 37.891383 ], [ -122.316284, 37.889757 ], [ -122.327614, 37.889757 ], [ -122.327614, 37.890841 ], [ -122.325897, 37.890841 ], [ -122.325897, 37.892737 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327614, 37.889757 ], [ -122.327614, 37.888944 ], [ -122.324867, 37.888131 ], [ -122.323151, 37.888402 ], [ -122.323151, 37.889215 ], [ -122.322464, 37.889486 ], [ -122.317314, 37.889486 ], [ -122.316284, 37.888402 ], [ -122.316284, 37.880544 ], [ -122.327957, 37.877563 ], [ -122.334824, 37.889757 ], [ -122.327614, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 542505, "AWATER10": 0, "INTPTLAT10": "+37.8862375", "INTPTLON10": "-122.3141377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.316284, 37.889757 ], [ -122.316284, 37.888402 ], [ -122.317314, 37.889486 ], [ -122.322464, 37.889486 ], [ -122.323151, 37.889215 ], [ -122.323151, 37.888402 ], [ -122.324867, 37.888131 ], [ -122.327614, 37.888944 ], [ -122.327614, 37.889757 ], [ -122.316284, 37.889757 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 41, "y": 98 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312508, 37.897614 ], [ -122.310448, 37.894905 ], [ -122.309418, 37.892466 ], [ -122.309418, 37.889757 ], [ -122.310104, 37.888944 ], [ -122.311134, 37.890299 ], [ -122.311478, 37.890028 ], [ -122.314911, 37.892466 ], [ -122.314568, 37.891925 ], [ -122.315941, 37.891925 ], [ -122.316284, 37.891383 ], [ -122.320061, 37.890028 ], [ -122.322807, 37.890028 ], [ -122.324181, 37.892466 ], [ -122.325897, 37.892737 ], [ -122.325897, 37.890841 ], [ -122.327614, 37.890841 ], [ -122.327614, 37.889757 ], [ -122.334824, 37.889757 ], [ -122.333450, 37.893008 ], [ -122.312508, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 265574, "AWATER10": 0, "INTPTLAT10": "+37.8905867", "INTPTLON10": "-122.3181131" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309418, 37.892466 ], [ -122.309074, 37.888944 ], [ -122.309418, 37.887860 ], [ -122.311478, 37.889486 ], [ -122.327614, 37.889757 ], [ -122.327614, 37.890841 ], [ -122.325897, 37.890841 ], [ -122.325897, 37.892737 ], [ -122.324181, 37.892466 ], [ -122.322807, 37.890028 ], [ -122.320061, 37.890028 ], [ -122.316284, 37.891383 ], [ -122.315941, 37.891925 ], [ -122.314568, 37.891925 ], [ -122.314911, 37.892466 ], [ -122.311478, 37.890028 ], [ -122.311134, 37.890299 ], [ -122.310104, 37.888944 ], [ -122.309418, 37.889757 ], [ -122.309418, 37.892466 ] ] ], [ [ [ -122.309418, 37.892466 ], [ -122.311821, 37.896801 ], [ -122.309418, 37.893279 ], [ -122.309418, 37.892466 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18792, "AWATER10": 0, "INTPTLAT10": "+37.8946697", "INTPTLON10": "-122.3084294" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309418, 37.897885 ], [ -122.308044, 37.894092 ], [ -122.308044, 37.892196 ], [ -122.308388, 37.892196 ], [ -122.309418, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3005", "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 30820, "AWATER10": 0, "INTPTLAT10": "+37.8910154", "INTPTLON10": "-122.3085406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311478, 37.897885 ], [ -122.309418, 37.894634 ], [ -122.309418, 37.894092 ], [ -122.312164, 37.897614 ], [ -122.311478, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59347, "AWATER10": 0, "INTPTLAT10": "+37.8955812", "INTPTLON10": "-122.3094534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309761, 37.897885 ], [ -122.309418, 37.897343 ], [ -122.308388, 37.894634 ], [ -122.308388, 37.890841 ], [ -122.309418, 37.894634 ], [ -122.311478, 37.897885 ], [ -122.309761, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19563, "AWATER10": 24, "INTPTLAT10": "+37.8904059", "INTPTLON10": "-122.3086941" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309418, 37.893279 ], [ -122.308388, 37.890299 ], [ -122.309074, 37.888944 ], [ -122.309418, 37.893279 ] ] ], [ [ [ -122.309418, 37.893279 ], [ -122.312164, 37.897614 ], [ -122.310791, 37.895989 ], [ -122.309418, 37.893279 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3001", "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24651, "AWATER10": 0, "INTPTLAT10": "+37.8921989", "INTPTLON10": "-122.3075517" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307701, 37.893550 ], [ -122.307358, 37.892737 ], [ -122.307701, 37.889757 ], [ -122.307701, 37.893550 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3000", "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27350, "AWATER10": 0, "INTPTLAT10": "+37.8907736", "INTPTLON10": "-122.3067658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.898156 ], [ -122.306671, 37.892737 ], [ -122.306671, 37.890841 ], [ -122.307701, 37.889757 ], [ -122.307358, 37.892737 ], [ -122.309418, 37.897885 ], [ -122.309074, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3002", "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9773, "AWATER10": 0, "INTPTLAT10": "+37.8920318", "INTPTLON10": "-122.3077138" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308388, 37.895447 ], [ -122.307701, 37.893279 ], [ -122.308044, 37.891112 ], [ -122.308388, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1461, "AWATER10": 0, "INTPTLAT10": "+37.8973748", "INTPTLON10": "-122.3012481" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301521, 37.898969 ], [ -122.301521, 37.898427 ], [ -122.302208, 37.898427 ], [ -122.302208, 37.898969 ], [ -122.301521, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1005", "population": 4, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14639, "AWATER10": 0, "INTPTLAT10": "+37.8976068", "INTPTLON10": "-122.3008394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.898698 ], [ -122.300835, 37.898427 ], [ -122.300148, 37.897072 ], [ -122.301178, 37.896801 ], [ -122.301865, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1004", "population": 56, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11306, "AWATER10": 0, "INTPTLAT10": "+37.8976015", "INTPTLON10": "-122.2999287" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.898427 ], [ -122.299461, 37.897072 ], [ -122.300148, 37.897072 ], [ -122.300835, 37.898427 ], [ -122.299805, 37.898427 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "2000", "population": 1118, "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 412555, "AWATER10": 0, "INTPTLAT10": "+37.8949184", "INTPTLON10": "-122.3048891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.898698 ], [ -122.301178, 37.896260 ], [ -122.302895, 37.895718 ], [ -122.302208, 37.893821 ], [ -122.302895, 37.893821 ], [ -122.303238, 37.894634 ], [ -122.303581, 37.893008 ], [ -122.303238, 37.891654 ], [ -122.304268, 37.890299 ], [ -122.306328, 37.889757 ], [ -122.306671, 37.892737 ], [ -122.309074, 37.898156 ], [ -122.301865, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15574, "AWATER10": 0, "INTPTLAT10": "+37.8926328", "INTPTLON10": "-122.3029106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.894634 ], [ -122.302551, 37.891925 ], [ -122.303238, 37.891654 ], [ -122.303581, 37.893008 ], [ -122.303238, 37.894634 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1001", "population": 41, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16165, "AWATER10": 0, "INTPTLAT10": "+37.8948170", "INTPTLON10": "-122.3018829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.895989 ], [ -122.301178, 37.894092 ], [ -122.302208, 37.893821 ], [ -122.302895, 37.895718 ], [ -122.301865, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1014", "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1324, "AWATER10": 0, "INTPTLAT10": "+37.8955459", "INTPTLON10": "-122.3006834" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491, 37.896530 ], [ -122.300491, 37.895989 ], [ -122.301178, 37.895989 ], [ -122.301178, 37.896530 ], [ -122.300491, 37.896530 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14452, "AWATER10": 0, "INTPTLAT10": "+37.8959674", "INTPTLON10": "-122.3002912" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300148, 37.897072 ], [ -122.299805, 37.895447 ], [ -122.300491, 37.895176 ], [ -122.300835, 37.896260 ], [ -122.301178, 37.896801 ], [ -122.300148, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1000", "population": 42, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16605, "AWATER10": 0, "INTPTLAT10": "+37.8950031", "INTPTLON10": "-122.3010393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.896260 ], [ -122.300835, 37.895176 ], [ -122.300491, 37.894363 ], [ -122.301178, 37.894092 ], [ -122.301865, 37.895989 ], [ -122.301178, 37.896260 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1007", "population": 34, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16120, "AWATER10": 0, "INTPTLAT10": "+37.8927903", "INTPTLON10": "-122.3021281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302208, 37.893821 ], [ -122.301521, 37.892196 ], [ -122.302551, 37.891925 ], [ -122.302895, 37.893821 ], [ -122.302208, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1002", "population": 46, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16535, "AWATER10": 0, "INTPTLAT10": "+37.8929602", "INTPTLON10": "-122.3012875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.894092 ], [ -122.300835, 37.892196 ], [ -122.301521, 37.892196 ], [ -122.302208, 37.893821 ], [ -122.301178, 37.894092 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1003", "population": 24, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16635, "AWATER10": 0, "INTPTLAT10": "+37.8931288", "INTPTLON10": "-122.3004328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491, 37.894363 ], [ -122.300148, 37.893550 ], [ -122.299805, 37.892466 ], [ -122.300835, 37.892196 ], [ -122.301178, 37.894092 ], [ -122.300491, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3004", "population": 12, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1457, "AWATER10": 0, "INTPTLAT10": "+37.8928701", "INTPTLON10": "-122.2998265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.893821 ], [ -122.299805, 37.893279 ], [ -122.300491, 37.893279 ], [ -122.300491, 37.893821 ], [ -122.299805, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327614, 37.889757 ], [ -122.327614, 37.888944 ], [ -122.324867, 37.888131 ], [ -122.323151, 37.888402 ], [ -122.323151, 37.889215 ], [ -122.322464, 37.889486 ], [ -122.317314, 37.889486 ], [ -122.315941, 37.887589 ], [ -122.315941, 37.886235 ], [ -122.316628, 37.886235 ], [ -122.316284, 37.885693 ], [ -122.317314, 37.885693 ], [ -122.315941, 37.885422 ], [ -122.315598, 37.884067 ], [ -122.312508, 37.881628 ], [ -122.327957, 37.877563 ], [ -122.334824, 37.889757 ], [ -122.327614, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 542505, "AWATER10": 0, "INTPTLAT10": "+37.8862375", "INTPTLON10": "-122.3141377" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.317314, 37.889486 ], [ -122.311478, 37.889486 ], [ -122.309418, 37.887860 ], [ -122.309761, 37.886506 ], [ -122.308388, 37.882441 ], [ -122.312508, 37.881628 ], [ -122.315598, 37.884067 ], [ -122.315941, 37.885422 ], [ -122.317314, 37.885693 ], [ -122.316284, 37.885693 ], [ -122.316628, 37.886235 ], [ -122.315941, 37.886235 ], [ -122.315941, 37.887589 ], [ -122.317314, 37.889486 ] ] ], [ [ [ -122.317314, 37.889486 ], [ -122.322464, 37.889486 ], [ -122.323151, 37.889215 ], [ -122.323151, 37.888402 ], [ -122.324867, 37.888131 ], [ -122.327614, 37.888944 ], [ -122.327614, 37.889757 ], [ -122.317314, 37.889486 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10961, "AWATER10": 0, "INTPTLAT10": "+37.8885068", "INTPTLON10": "-122.3086806" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308388, 37.890299 ], [ -122.308388, 37.889215 ], [ -122.308731, 37.887589 ], [ -122.309074, 37.887589 ], [ -122.308388, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3016", "population": 33, "NAME10": "Block 3016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12044, "AWATER10": 0, "INTPTLAT10": "+37.8899556", "INTPTLON10": "-122.3067458" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306671, 37.890841 ], [ -122.306671, 37.890299 ], [ -122.306328, 37.889757 ], [ -122.307701, 37.889486 ], [ -122.306671, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3012", "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14539, "AWATER10": 0, "INTPTLAT10": "+37.8894024", "INTPTLON10": "-122.3080555" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.891112 ], [ -122.307701, 37.889757 ], [ -122.308731, 37.887860 ], [ -122.308044, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3029", "NAME10": "Block 3029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14565, "AWATER10": 0, "INTPTLAT10": "+37.8878852", "INTPTLON10": "-122.3078467" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307701, 37.889215 ], [ -122.307358, 37.887318 ], [ -122.308731, 37.887589 ], [ -122.307701, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3018", "population": 29, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9739, "AWATER10": 0, "INTPTLAT10": "+37.8891261", "INTPTLON10": "-122.3066496" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306328, 37.889757 ], [ -122.305984, 37.889215 ], [ -122.307358, 37.888673 ], [ -122.307701, 37.889486 ], [ -122.306328, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3028", "population": 1, "NAME10": "Block 3028", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 444, "AWATER10": 0, "INTPTLAT10": "+37.8890070", "INTPTLON10": "-122.3053896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305641, 37.889215 ], [ -122.305641, 37.888673 ], [ -122.306328, 37.888673 ], [ -122.306328, 37.889215 ], [ -122.305641, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3014", "population": 35, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10339, "AWATER10": 0, "INTPTLAT10": "+37.8884185", "INTPTLON10": "-122.3064403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305984, 37.888944 ], [ -122.305641, 37.888402 ], [ -122.307358, 37.888131 ], [ -122.307358, 37.888673 ], [ -122.305984, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3013", "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7694, "AWATER10": 0, "INTPTLAT10": "+37.8877645", "INTPTLON10": "-122.3071265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307701, 37.889757 ], [ -122.307014, 37.887589 ], [ -122.305641, 37.887589 ], [ -122.307358, 37.887318 ], [ -122.307701, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1009", "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7572, "AWATER10": 0, "INTPTLAT10": "+37.8865874", "INTPTLON10": "-122.3090315" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.887589 ], [ -122.308731, 37.887318 ], [ -122.309074, 37.885151 ], [ -122.309074, 37.887589 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1010", "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6192, "AWATER10": 0, "INTPTLAT10": "+37.8856733", "INTPTLON10": "-122.3091896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309418, 37.887318 ], [ -122.309418, 37.886506 ], [ -122.309074, 37.885151 ], [ -122.309761, 37.886506 ], [ -122.309418, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59431, "AWATER10": 0, "INTPTLAT10": "+37.8849426", "INTPTLON10": "-122.3081455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307358, 37.887318 ], [ -122.308044, 37.882170 ], [ -122.308388, 37.882441 ], [ -122.308731, 37.883525 ], [ -122.309074, 37.885151 ], [ -122.308731, 37.887318 ], [ -122.307358, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3031", "population": 38, "NAME10": "Block 3031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9685, "AWATER10": 0, "INTPTLAT10": "+37.8877891", "INTPTLON10": "-122.3061951" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305641, 37.888402 ], [ -122.305641, 37.887589 ], [ -122.307014, 37.887589 ], [ -122.307358, 37.888131 ], [ -122.305641, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 52400, "AWATER10": 0, "INTPTLAT10": "+37.8837458", "INTPTLON10": "-122.3069617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307358, 37.887048 ], [ -122.306328, 37.883525 ], [ -122.305984, 37.882170 ], [ -122.308044, 37.882170 ], [ -122.307358, 37.887048 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3021", "population": 23, "NAME10": "Block 3021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11997, "AWATER10": 0, "INTPTLAT10": "+37.8902784", "INTPTLON10": "-122.3030396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.891654 ], [ -122.302551, 37.889757 ], [ -122.303581, 37.889486 ], [ -122.303581, 37.890570 ], [ -122.303238, 37.891654 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3019", "population": 50, "NAME10": "Block 3019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17581, "AWATER10": 0, "INTPTLAT10": "+37.8895455", "INTPTLON10": "-122.3046051" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303581, 37.890570 ], [ -122.303581, 37.889486 ], [ -122.305984, 37.889215 ], [ -122.306328, 37.889757 ], [ -122.303581, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3027", "population": 33, "NAME10": "Block 3027", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13106, "AWATER10": 0, "INTPTLAT10": "+37.8882387", "INTPTLON10": "-122.3051246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304955, 37.889215 ], [ -122.304611, 37.887589 ], [ -122.305641, 37.887589 ], [ -122.305984, 37.888944 ], [ -122.304955, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3026", "population": 33, "NAME10": "Block 3026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14219, "AWATER10": 0, "INTPTLAT10": "+37.8883405", "INTPTLON10": "-122.3042616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304268, 37.889486 ], [ -122.303581, 37.887589 ], [ -122.304611, 37.887589 ], [ -122.304955, 37.889215 ], [ -122.304268, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3025", "NAME10": "Block 3025", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 406, "AWATER10": 0, "INTPTLAT10": "+37.8893398", "INTPTLON10": "-122.3036979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.889757 ], [ -122.303238, 37.889215 ], [ -122.303925, 37.889215 ], [ -122.303925, 37.889757 ], [ -122.303238, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3024", "population": 31, "NAME10": "Block 3024", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15240, "AWATER10": 0, "INTPTLAT10": "+37.8884411", "INTPTLON10": "-122.3034025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303581, 37.889486 ], [ -122.302895, 37.887589 ], [ -122.303581, 37.887589 ], [ -122.304268, 37.889486 ], [ -122.303581, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1009", "population": 37, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17210, "AWATER10": 0, "INTPTLAT10": "+37.8906969", "INTPTLON10": "-122.3023492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.891925 ], [ -122.301865, 37.890028 ], [ -122.302551, 37.889757 ], [ -122.303238, 37.891654 ], [ -122.302551, 37.891925 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1006", "population": 87, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17308, "AWATER10": 0, "INTPTLAT10": "+37.8908584", "INTPTLON10": "-122.3015099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301521, 37.892196 ], [ -122.300835, 37.890028 ], [ -122.301865, 37.890028 ], [ -122.302551, 37.891925 ], [ -122.301521, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1004", "population": 38, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17893, "AWATER10": 0, "INTPTLAT10": "+37.8912006", "INTPTLON10": "-122.2998090" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.892466 ], [ -122.299805, 37.891925 ], [ -122.299118, 37.890299 ], [ -122.300148, 37.890299 ], [ -122.300835, 37.892196 ], [ -122.299805, 37.892466 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1005", "population": 86, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17622, "AWATER10": 0, "INTPTLAT10": "+37.8910287", "INTPTLON10": "-122.3006658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.892196 ], [ -122.300148, 37.890299 ], [ -122.300835, 37.890028 ], [ -122.301521, 37.892196 ], [ -122.300835, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3023", "population": 33, "NAME10": "Block 3023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16332, "AWATER10": 0, "INTPTLAT10": "+37.8885408", "INTPTLON10": "-122.3025479" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.889757 ], [ -122.301865, 37.887860 ], [ -122.302895, 37.887589 ], [ -122.303581, 37.889486 ], [ -122.302551, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1010", "population": 43, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20386, "AWATER10": 0, "INTPTLAT10": "+37.8886345", "INTPTLON10": "-122.3016225" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.890028 ], [ -122.300835, 37.887860 ], [ -122.301865, 37.887860 ], [ -122.302551, 37.889757 ], [ -122.301865, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1011", "population": 69, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16453, "AWATER10": 0, "INTPTLAT10": "+37.8888638", "INTPTLON10": "-122.3008054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.890028 ], [ -122.300148, 37.887860 ], [ -122.300835, 37.887860 ], [ -122.301865, 37.890028 ], [ -122.300835, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1015", "population": 70, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19773, "AWATER10": 0, "INTPTLAT10": "+37.8888596", "INTPTLON10": "-122.2999642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300148, 37.890299 ], [ -122.299461, 37.887860 ], [ -122.300148, 37.887860 ], [ -122.300835, 37.890028 ], [ -122.300148, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5453, "AWATER10": 0, "INTPTLAT10": "+37.8874129", "INTPTLON10": "-122.3045679" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302208, 37.887589 ], [ -122.307358, 37.887318 ], [ -122.305641, 37.887589 ], [ -122.302208, 37.887589 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1001", "population": 212, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 98716, "AWATER10": 0, "INTPTLAT10": "+37.8865962", "INTPTLON10": "-122.3039801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.887860 ], [ -122.300835, 37.886506 ], [ -122.304611, 37.885964 ], [ -122.304611, 37.885422 ], [ -122.307014, 37.885693 ], [ -122.307358, 37.887318 ], [ -122.300835, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1016", "population": 116, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8910, "AWATER10": 0, "INTPTLAT10": "+37.8847438", "INTPTLON10": "-122.3040957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304268, 37.885964 ], [ -122.303925, 37.884880 ], [ -122.303925, 37.883796 ], [ -122.304268, 37.883796 ], [ -122.304611, 37.885964 ], [ -122.304268, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1003", "population": 145, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 82198, "AWATER10": 0, "INTPTLAT10": "+37.8837071", "INTPTLON10": "-122.3049494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307014, 37.885693 ], [ -122.304611, 37.885422 ], [ -122.304268, 37.883796 ], [ -122.303581, 37.883796 ], [ -122.303581, 37.882983 ], [ -122.302895, 37.883254 ], [ -122.302551, 37.882712 ], [ -122.305984, 37.882170 ], [ -122.307014, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1017", "population": 90, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6144, "AWATER10": 0, "INTPTLAT10": "+37.8847470", "INTPTLON10": "-122.3037488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304268, 37.885151 ], [ -122.303581, 37.885151 ], [ -122.303581, 37.884338 ], [ -122.304268, 37.884338 ], [ -122.304268, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1013", "population": 133, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9671, "AWATER10": 0, "INTPTLAT10": "+37.8848967", "INTPTLON10": "-122.3034182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303581, 37.885964 ], [ -122.303238, 37.883796 ], [ -122.303581, 37.883796 ], [ -122.304268, 37.885964 ], [ -122.303581, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1014", "population": 414, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 85670, "AWATER10": 0, "INTPTLAT10": "+37.8846770", "INTPTLON10": "-122.3015769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.886506 ], [ -122.300148, 37.883525 ], [ -122.302895, 37.883254 ], [ -122.303581, 37.885964 ], [ -122.300835, 37.886506 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1004", "population": 30, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5050, "AWATER10": 0, "INTPTLAT10": "+37.8833234", "INTPTLON10": "-122.3030968" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.883796 ], [ -122.302895, 37.883254 ], [ -122.303581, 37.882983 ], [ -122.303581, 37.883796 ], [ -122.303238, 37.883796 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1020", "population": 44, "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12062, "AWATER10": 0, "INTPTLAT10": "+37.8829654", "INTPTLON10": "-122.3013966" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.883525 ], [ -122.300491, 37.883254 ], [ -122.302551, 37.882712 ], [ -122.302895, 37.883254 ], [ -122.301178, 37.883525 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1003", "population": 62, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10975, "AWATER10": 0, "INTPTLAT10": "+37.8977494", "INTPTLON10": "-122.2990695" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.898698 ], [ -122.298775, 37.897343 ], [ -122.299461, 37.897072 ], [ -122.299805, 37.898427 ], [ -122.299118, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1002", "population": 68, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11372, "AWATER10": 0, "INTPTLAT10": "+37.8979512", "INTPTLON10": "-122.2982332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.898969 ], [ -122.297745, 37.897614 ], [ -122.298775, 37.897343 ], [ -122.299118, 37.898698 ], [ -122.298088, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1001", "population": 49, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11928, "AWATER10": 0, "INTPTLAT10": "+37.8981515", "INTPTLON10": "-122.2974109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297401, 37.898969 ], [ -122.297058, 37.897614 ], [ -122.297745, 37.897614 ], [ -122.298088, 37.898969 ], [ -122.297401, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1000", "population": 113, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13452, "AWATER10": 0, "INTPTLAT10": "+37.8982712", "INTPTLON10": "-122.2964744" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.898969 ], [ -122.296028, 37.897885 ], [ -122.297058, 37.897614 ], [ -122.297401, 37.898969 ], [ -122.296371, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1012", "population": 29, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14000, "AWATER10": 0, "INTPTLAT10": "+37.8966536", "INTPTLON10": "-122.2969317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.897614 ], [ -122.296371, 37.895989 ], [ -122.297401, 37.895989 ], [ -122.297745, 37.897614 ], [ -122.297058, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1013", "population": 27, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14541, "AWATER10": 0, "INTPTLAT10": "+37.8968185", "INTPTLON10": "-122.2960835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296028, 37.897885 ], [ -122.295685, 37.896260 ], [ -122.296371, 37.895989 ], [ -122.297058, 37.897614 ], [ -122.296028, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14453, "AWATER10": 0, "INTPTLAT10": "+37.8983329", "INTPTLON10": "-122.2952807" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.898969 ], [ -122.294655, 37.897885 ], [ -122.296028, 37.897885 ], [ -122.296371, 37.898969 ], [ -122.294655, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1009", "population": 47, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14237, "AWATER10": 0, "INTPTLAT10": "+37.8961439", "INTPTLON10": "-122.2994424" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299461, 37.897072 ], [ -122.298775, 37.895447 ], [ -122.299805, 37.895447 ], [ -122.300148, 37.897072 ], [ -122.299461, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1010", "population": 32, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14169, "AWATER10": 0, "INTPTLAT10": "+37.8963113", "INTPTLON10": "-122.2986013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298775, 37.897343 ], [ -122.298088, 37.895718 ], [ -122.298775, 37.895447 ], [ -122.299461, 37.897072 ], [ -122.298775, 37.897343 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3001", "population": 46, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14042, "AWATER10": 0, "INTPTLAT10": "+37.8945232", "INTPTLON10": "-122.2989229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298775, 37.895447 ], [ -122.298431, 37.893821 ], [ -122.299118, 37.893821 ], [ -122.299805, 37.895447 ], [ -122.298775, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1011", "population": 32, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14193, "AWATER10": 0, "INTPTLAT10": "+37.8964819", "INTPTLON10": "-122.2977622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.897614 ], [ -122.297401, 37.895989 ], [ -122.298088, 37.895718 ], [ -122.298775, 37.897343 ], [ -122.297745, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3000", "population": 46, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14087, "AWATER10": 0, "INTPTLAT10": "+37.8946922", "INTPTLON10": "-122.2980853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.895718 ], [ -122.297745, 37.894092 ], [ -122.298431, 37.893821 ], [ -122.298775, 37.895447 ], [ -122.298088, 37.895718 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2005", "population": 31, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14270, "AWATER10": 0, "INTPTLAT10": "+37.8948540", "INTPTLON10": "-122.2972427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297401, 37.895989 ], [ -122.296715, 37.894363 ], [ -122.297745, 37.894092 ], [ -122.298088, 37.895718 ], [ -122.297401, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3002", "population": 57, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14593, "AWATER10": 0, "INTPTLAT10": "+37.8943454", "INTPTLON10": "-122.2997703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.895447 ], [ -122.299118, 37.893821 ], [ -122.300148, 37.893550 ], [ -122.300491, 37.895176 ], [ -122.299805, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3005", "population": 10, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14799, "AWATER10": 0, "INTPTLAT10": "+37.8927197", "INTPTLON10": "-122.2992493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.893821 ], [ -122.298775, 37.892196 ], [ -122.299461, 37.891925 ], [ -122.299805, 37.892466 ], [ -122.300148, 37.893550 ], [ -122.299118, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3006", "population": 53, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14044, "AWATER10": 0, "INTPTLAT10": "+37.8928963", "INTPTLON10": "-122.2984024" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.893821 ], [ -122.297745, 37.892196 ], [ -122.298775, 37.892196 ], [ -122.299118, 37.893821 ], [ -122.298431, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3007", "population": 41, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14185, "AWATER10": 0, "INTPTLAT10": "+37.8930639", "INTPTLON10": "-122.2975700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.894092 ], [ -122.297058, 37.892466 ], [ -122.297745, 37.892196 ], [ -122.298431, 37.893821 ], [ -122.297745, 37.894092 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2004", "population": 33, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14101, "AWATER10": 0, "INTPTLAT10": "+37.8950194", "INTPTLON10": "-122.2964053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.895989 ], [ -122.296028, 37.894363 ], [ -122.296715, 37.894363 ], [ -122.297401, 37.895989 ], [ -122.296371, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7737, "AWATER10": 0, "INTPTLAT10": "+37.8960946", "INTPTLON10": "-122.2952742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296028, 37.897885 ], [ -122.294655, 37.894634 ], [ -122.294998, 37.894634 ], [ -122.296028, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1007", "population": 87, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17265, "AWATER10": 0, "INTPTLAT10": "+37.8966238", "INTPTLON10": "-122.2949725" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.897885 ], [ -122.294655, 37.894634 ], [ -122.296028, 37.897885 ], [ -122.294655, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2003", "population": 28, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14449, "AWATER10": 0, "INTPTLAT10": "+37.8951947", "INTPTLON10": "-122.2955660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.896260 ], [ -122.294998, 37.894634 ], [ -122.296028, 37.894363 ], [ -122.296371, 37.895989 ], [ -122.295685, 37.896260 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2007", "population": 33, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14053, "AWATER10": 0, "INTPTLAT10": "+37.8933931", "INTPTLON10": "-122.2958883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296028, 37.894363 ], [ -122.295341, 37.892737 ], [ -122.296371, 37.892737 ], [ -122.296715, 37.894363 ], [ -122.296028, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2006", "population": 32, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14158, "AWATER10": 0, "INTPTLAT10": "+37.8932322", "INTPTLON10": "-122.2967302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296715, 37.894363 ], [ -122.296371, 37.892737 ], [ -122.297058, 37.892466 ], [ -122.297745, 37.894092 ], [ -122.296715, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2002", "population": 32, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14523, "AWATER10": 0, "INTPTLAT10": "+37.8935661", "INTPTLON10": "-122.2950398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.894634 ], [ -122.294655, 37.893008 ], [ -122.295341, 37.892737 ], [ -122.296028, 37.894363 ], [ -122.294998, 37.894634 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2001", "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3995, "AWATER10": 0, "INTPTLAT10": "+37.8936801", "INTPTLON10": "-122.2944928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.894634 ], [ -122.294312, 37.893008 ], [ -122.294998, 37.894634 ], [ -122.294655, 37.894634 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8083, "AWATER10": 0, "INTPTLAT10": "+37.8982104", "INTPTLON10": "-122.2941387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.898969 ], [ -122.293968, 37.898698 ], [ -122.293968, 37.897885 ], [ -122.294655, 37.897885 ], [ -122.294655, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1004", "population": 9, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6640, "AWATER10": 0, "INTPTLAT10": "+37.8980962", "INTPTLON10": "-122.2932964" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293968, 37.898698 ], [ -122.292938, 37.898427 ], [ -122.292938, 37.897885 ], [ -122.293968, 37.897885 ], [ -122.293968, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1010", "population": 2, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2269, "AWATER10": 0, "INTPTLAT10": "+37.8971964", "INTPTLON10": "-122.2927567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292595, 37.898156 ], [ -122.292595, 37.897614 ], [ -122.293282, 37.897614 ], [ -122.293282, 37.898156 ], [ -122.292595, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1002", "population": 31, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14980, "AWATER10": 0, "INTPTLAT10": "+37.8974821", "INTPTLON10": "-122.2921539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.898427 ], [ -122.291908, 37.898156 ], [ -122.291908, 37.896801 ], [ -122.292938, 37.896801 ], [ -122.292938, 37.898427 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1001", "population": 21, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11297, "AWATER10": 0, "INTPTLAT10": "+37.8973215", "INTPTLON10": "-122.2912175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290878, 37.898156 ], [ -122.290878, 37.896801 ], [ -122.291908, 37.896801 ], [ -122.291908, 37.898156 ], [ -122.290878, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1000", "population": 16, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10019, "AWATER10": 0, "INTPTLAT10": "+37.8972478", "INTPTLON10": "-122.2903402" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290878, 37.898156 ], [ -122.290192, 37.897885 ], [ -122.290192, 37.896801 ], [ -122.290878, 37.896801 ], [ -122.290878, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2005", "population": 17, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10320, "AWATER10": 0, "INTPTLAT10": "+37.8972288", "INTPTLON10": "-122.2894724" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.897885 ], [ -122.289162, 37.896801 ], [ -122.290192, 37.896801 ], [ -122.290192, 37.897885 ], [ -122.289162, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1008", "population": 37, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25122, "AWATER10": 0, "INTPTLAT10": "+37.8962273", "INTPTLON10": "-122.2942136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293968, 37.897885 ], [ -122.293968, 37.894905 ], [ -122.294655, 37.894634 ], [ -122.294655, 37.897885 ], [ -122.293968, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1009", "population": 44, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24911, "AWATER10": 0, "INTPTLAT10": "+37.8962389", "INTPTLON10": "-122.2933649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.897885 ], [ -122.293282, 37.894905 ], [ -122.293968, 37.894905 ], [ -122.293968, 37.897885 ], [ -122.292938, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1011", "population": 1, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4495, "AWATER10": 0, "INTPTLAT10": "+37.8957842", "INTPTLON10": "-122.2928245" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.896801 ], [ -122.292938, 37.894905 ], [ -122.293282, 37.894905 ], [ -122.292938, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1016", "population": 13, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8255, "AWATER10": 0, "INTPTLAT10": "+37.8939086", "INTPTLON10": "-122.2941575" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293968, 37.894905 ], [ -122.294312, 37.893008 ], [ -122.294655, 37.894634 ], [ -122.293968, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1015", "population": 30, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16238, "AWATER10": 0, "INTPTLAT10": "+37.8938032", "INTPTLON10": "-122.2934559" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293282, 37.894905 ], [ -122.293282, 37.893008 ], [ -122.293968, 37.893008 ], [ -122.293968, 37.894905 ], [ -122.293282, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1014", "population": 2, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5007, "AWATER10": 0, "INTPTLAT10": "+37.8938437", "INTPTLON10": "-122.2929060" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.894905 ], [ -122.292938, 37.893008 ], [ -122.293282, 37.893008 ], [ -122.292938, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1013", "population": 38, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18897, "AWATER10": 0, "INTPTLAT10": "+37.8938347", "INTPTLON10": "-122.2923093" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.894905 ], [ -122.291908, 37.893008 ], [ -122.292938, 37.893008 ], [ -122.292938, 37.894905 ], [ -122.291908, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 48606, "AWATER10": 0, "INTPTLAT10": "+37.8957510", "INTPTLON10": "-122.2913507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.896801 ], [ -122.290192, 37.894905 ], [ -122.292938, 37.894905 ], [ -122.292938, 37.896801 ], [ -122.290192, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2006", "population": 31, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15730, "AWATER10": 0, "INTPTLAT10": "+37.8956964", "INTPTLON10": "-122.2895702" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.896801 ], [ -122.289505, 37.894905 ], [ -122.290192, 37.894905 ], [ -122.290192, 37.896801 ], [ -122.289162, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3001", "population": 31, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16246, "AWATER10": 0, "INTPTLAT10": "+37.8938831", "INTPTLON10": "-122.2913917" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291222, 37.894905 ], [ -122.291222, 37.893008 ], [ -122.291908, 37.893008 ], [ -122.291908, 37.894905 ], [ -122.291222, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3000", "population": 31, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15665, "AWATER10": 0, "INTPTLAT10": "+37.8938607", "INTPTLON10": "-122.2905229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.894905 ], [ -122.290192, 37.893008 ], [ -122.291222, 37.893008 ], [ -122.291222, 37.894905 ], [ -122.290192, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2015", "population": 35, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15921, "AWATER10": 0, "INTPTLAT10": "+37.8938332", "INTPTLON10": "-122.2896635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289505, 37.894905 ], [ -122.289505, 37.893008 ], [ -122.290192, 37.893008 ], [ -122.290192, 37.894905 ], [ -122.289505, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2004", "population": 16, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11206, "AWATER10": 0, "INTPTLAT10": "+37.8972632", "INTPTLON10": "-122.2886022" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288475, 37.898156 ], [ -122.288475, 37.896801 ], [ -122.289162, 37.896801 ], [ -122.289162, 37.897885 ], [ -122.288475, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2002", "population": 35, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16183, "AWATER10": 0, "INTPTLAT10": "+37.8975006", "INTPTLON10": "-122.2876349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.898698 ], [ -122.287445, 37.896801 ], [ -122.288475, 37.896801 ], [ -122.288132, 37.898156 ], [ -122.287445, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2001", "population": 9, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2708, "AWATER10": 0, "INTPTLAT10": "+37.8973380", "INTPTLON10": "-122.2871259" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.898427 ], [ -122.286758, 37.897885 ], [ -122.287445, 37.897885 ], [ -122.287445, 37.898427 ], [ -122.286758, 37.898427 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2007", "population": 30, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15930, "AWATER10": 0, "INTPTLAT10": "+37.8956694", "INTPTLON10": "-122.2886965" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288475, 37.896801 ], [ -122.288475, 37.894905 ], [ -122.289505, 37.894905 ], [ -122.289162, 37.896801 ], [ -122.288475, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2009", "population": 33, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15974, "AWATER10": 0, "INTPTLAT10": "+37.8956464", "INTPTLON10": "-122.2877473" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.896801 ], [ -122.287445, 37.894905 ], [ -122.288475, 37.894905 ], [ -122.288475, 37.896801 ], [ -122.287445, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2010", "population": 10, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3628, "AWATER10": 0, "INTPTLAT10": "+37.8956076", "INTPTLON10": "-122.2872058" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.896801 ], [ -122.287445, 37.894905 ], [ -122.287445, 37.896801 ], [ -122.287102, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2014", "population": 32, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16117, "AWATER10": 0, "INTPTLAT10": "+37.8938093", "INTPTLON10": "-122.2887874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288475, 37.894905 ], [ -122.288475, 37.893008 ], [ -122.289505, 37.893008 ], [ -122.289505, 37.894905 ], [ -122.288475, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2013", "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1269, "AWATER10": 0, "INTPTLAT10": "+37.8937720", "INTPTLON10": "-122.2883131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.895176 ], [ -122.288132, 37.894634 ], [ -122.288818, 37.894634 ], [ -122.288818, 37.895176 ], [ -122.288132, 37.895176 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2012", "population": 30, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16253, "AWATER10": 0, "INTPTLAT10": "+37.8937801", "INTPTLON10": "-122.2878360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.894905 ], [ -122.287445, 37.893008 ], [ -122.288475, 37.893008 ], [ -122.288475, 37.894905 ], [ -122.287445, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2011", "population": 11, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4556, "AWATER10": 0, "INTPTLAT10": "+37.8937317", "INTPTLON10": "-122.2872753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287788, 37.894905 ], [ -122.287102, 37.894905 ], [ -122.287102, 37.894092 ], [ -122.287788, 37.894092 ], [ -122.287788, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3010", "population": 30, "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14291, "AWATER10": 0, "INTPTLAT10": "+37.8911018", "INTPTLON10": "-122.2987261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298775, 37.892196 ], [ -122.298088, 37.890570 ], [ -122.299118, 37.890299 ], [ -122.299461, 37.891925 ], [ -122.298775, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1013", "population": 4, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 568, "AWATER10": 0, "INTPTLAT10": "+37.8901726", "INTPTLON10": "-122.2994482" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.890570 ], [ -122.299805, 37.890028 ], [ -122.300491, 37.890028 ], [ -122.300491, 37.890570 ], [ -122.299805, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3009", "population": 84, "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15100, "AWATER10": 0, "INTPTLAT10": "+37.8912058", "INTPTLON10": "-122.2978563" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.892196 ], [ -122.297401, 37.890570 ], [ -122.298088, 37.890570 ], [ -122.298431, 37.890841 ], [ -122.298775, 37.892196 ], [ -122.297745, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1014", "population": 43, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21543, "AWATER10": 0, "INTPTLAT10": "+37.8889340", "INTPTLON10": "-122.2990835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.890299 ], [ -122.298431, 37.887860 ], [ -122.299461, 37.887860 ], [ -122.300148, 37.890299 ], [ -122.299118, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3061, "AWATER10": 0, "INTPTLAT10": "+37.8890168", "INTPTLON10": "-122.2985896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.888131 ], [ -122.298088, 37.887589 ], [ -122.298775, 37.887589 ], [ -122.298775, 37.888131 ], [ -122.298088, 37.888131 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1007", "population": 70, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 32096, "AWATER10": 0, "INTPTLAT10": "+37.8884580", "INTPTLON10": "-122.2979153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.890299 ], [ -122.298088, 37.889757 ], [ -122.297058, 37.887048 ], [ -122.298088, 37.886777 ], [ -122.299118, 37.890299 ], [ -122.298088, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3008", "population": 51, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16353, "AWATER10": 0, "INTPTLAT10": "+37.8913200", "INTPTLON10": "-122.2970017" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.892466 ], [ -122.296371, 37.890570 ], [ -122.297401, 37.890570 ], [ -122.297401, 37.890841 ], [ -122.297745, 37.892196 ], [ -122.297058, 37.892466 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2012", "population": 51, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17230, "AWATER10": 0, "INTPTLAT10": "+37.8914257", "INTPTLON10": "-122.2961445" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.892737 ], [ -122.295685, 37.890570 ], [ -122.296371, 37.890570 ], [ -122.297058, 37.892466 ], [ -122.296371, 37.892737 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2008", "population": 50, "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18377, "AWATER10": 0, "INTPTLAT10": "+37.8915386", "INTPTLON10": "-122.2952863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295341, 37.892737 ], [ -122.294655, 37.890570 ], [ -122.295685, 37.890570 ], [ -122.296371, 37.892737 ], [ -122.295341, 37.892737 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2009", "population": 57, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19818, "AWATER10": 0, "INTPTLAT10": "+37.8916581", "INTPTLON10": "-122.2944181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.893008 ], [ -122.293625, 37.890570 ], [ -122.294655, 37.890570 ], [ -122.295341, 37.892737 ], [ -122.294655, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1015", "population": 83, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29154, "AWATER10": 0, "INTPTLAT10": "+37.8886165", "INTPTLON10": "-122.2970361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297401, 37.890570 ], [ -122.296371, 37.887318 ], [ -122.297058, 37.887048 ], [ -122.298088, 37.890299 ], [ -122.297401, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1014", "population": 69, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28068, "AWATER10": 0, "INTPTLAT10": "+37.8887349", "INTPTLON10": "-122.2961756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.890570 ], [ -122.295341, 37.887318 ], [ -122.296371, 37.887318 ], [ -122.297401, 37.890570 ], [ -122.296371, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1010", "population": 33, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26672, "AWATER10": 0, "INTPTLAT10": "+37.8888488", "INTPTLON10": "-122.2953196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295685, 37.890570 ], [ -122.294655, 37.887589 ], [ -122.295341, 37.887318 ], [ -122.296371, 37.890570 ], [ -122.295685, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1011", "population": 68, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26518, "AWATER10": 0, "INTPTLAT10": "+37.8889300", "INTPTLON10": "-122.2944569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.890570 ], [ -122.293625, 37.887589 ], [ -122.294655, 37.887589 ], [ -122.295685, 37.890570 ], [ -122.294655, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11282, "AWATER10": 0, "INTPTLAT10": "+37.8873799", "INTPTLON10": "-122.2988707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.887860 ], [ -122.298088, 37.886777 ], [ -122.301178, 37.887860 ], [ -122.298431, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 79019, "AWATER10": 0, "INTPTLAT10": "+37.8858279", "INTPTLON10": "-122.2991231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.887860 ], [ -122.298088, 37.886777 ], [ -122.297401, 37.884609 ], [ -122.298431, 37.884609 ], [ -122.300148, 37.884067 ], [ -122.301178, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1018", "population": 1, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22069, "AWATER10": 0, "INTPTLAT10": "+37.8835790", "INTPTLON10": "-122.2990681" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.884609 ], [ -122.298088, 37.883254 ], [ -122.300491, 37.883254 ], [ -122.299805, 37.884338 ], [ -122.298431, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2007", "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2761, "AWATER10": 0, "INTPTLAT10": "+37.8856449", "INTPTLON10": "-122.2975097" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.887048 ], [ -122.297745, 37.886506 ], [ -122.298431, 37.886506 ], [ -122.298431, 37.887048 ], [ -122.297745, 37.887048 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11921, "AWATER10": 0, "INTPTLAT10": "+37.8839314", "INTPTLON10": "-122.2976037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297401, 37.884609 ], [ -122.297058, 37.883525 ], [ -122.298088, 37.883254 ], [ -122.298431, 37.884609 ], [ -122.297401, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 615, "AWATER10": 0, "INTPTLAT10": "+37.8872675", "INTPTLON10": "-122.2948079" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.887589 ], [ -122.294998, 37.887048 ], [ -122.295685, 37.887048 ], [ -122.295685, 37.887589 ], [ -122.294998, 37.887589 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2003", "population": 58, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24754, "AWATER10": 0, "INTPTLAT10": "+37.8858112", "INTPTLON10": "-122.2943382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.887318 ], [ -122.293625, 37.884609 ], [ -122.294655, 37.884338 ], [ -122.295341, 37.887318 ], [ -122.294655, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2006", "population": 91, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25305, "AWATER10": 0, "INTPTLAT10": "+37.8853070", "INTPTLON10": "-122.2968750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.887048 ], [ -122.296028, 37.884067 ], [ -122.297058, 37.884067 ], [ -122.298088, 37.886777 ], [ -122.297058, 37.887048 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2005", "population": 98, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24545, "AWATER10": 0, "INTPTLAT10": "+37.8854914", "INTPTLON10": "-122.2960301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.887048 ], [ -122.295341, 37.884338 ], [ -122.296028, 37.884067 ], [ -122.297058, 37.887048 ], [ -122.296371, 37.887048 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2004", "population": 63, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24848, "AWATER10": 0, "INTPTLAT10": "+37.8856461", "INTPTLON10": "-122.2951842" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295341, 37.887318 ], [ -122.294655, 37.884338 ], [ -122.295341, 37.884338 ], [ -122.296371, 37.887048 ], [ -122.295341, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2012", "population": 35, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12579, "AWATER10": 0, "INTPTLAT10": "+37.8835272", "INTPTLON10": "-122.2945038" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.884338 ], [ -122.293968, 37.882983 ], [ -122.294998, 37.882983 ], [ -122.295341, 37.884338 ], [ -122.294655, 37.884338 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2010", "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8445, "AWATER10": 0, "INTPTLAT10": "+37.8914852", "INTPTLON10": "-122.2936957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294312, 37.893008 ], [ -122.293282, 37.891112 ], [ -122.293625, 37.890570 ], [ -122.294655, 37.893008 ], [ -122.294312, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1017", "population": 22, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10769, "AWATER10": 0, "INTPTLAT10": "+37.8921881", "INTPTLON10": "-122.2934770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293282, 37.893008 ], [ -122.293282, 37.891112 ], [ -122.294312, 37.893008 ], [ -122.293282, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1018", "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4538, "AWATER10": 0, "INTPTLAT10": "+37.8918502", "INTPTLON10": "-122.2929851" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293282, 37.893008 ], [ -122.292938, 37.890841 ], [ -122.293282, 37.891112 ], [ -122.293282, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1019", "population": 42, "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20486, "AWATER10": 0, "INTPTLAT10": "+37.8917135", "INTPTLON10": "-122.2923947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.893008 ], [ -122.292252, 37.890841 ], [ -122.292938, 37.890841 ], [ -122.292938, 37.893008 ], [ -122.291908, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 428, "AWATER10": 0, "INTPTLAT10": "+37.8905994", "INTPTLON10": "-122.2924155" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.891112 ], [ -122.291565, 37.890570 ], [ -122.292252, 37.890570 ], [ -122.292252, 37.891112 ], [ -122.291565, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1006", "population": 49, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25175, "AWATER10": 0, "INTPTLAT10": "+37.8890495", "INTPTLON10": "-122.2935928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.890570 ], [ -122.292938, 37.887860 ], [ -122.293625, 37.887589 ], [ -122.294655, 37.890570 ], [ -122.293625, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1009", "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5818, "AWATER10": 0, "INTPTLAT10": "+37.8888891", "INTPTLON10": "-122.2929659" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.890570 ], [ -122.292595, 37.887860 ], [ -122.292938, 37.887860 ], [ -122.293625, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3006", "population": 17, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11825, "AWATER10": 0, "INTPTLAT10": "+37.8893267", "INTPTLON10": "-122.2928119" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.890570 ], [ -122.292252, 37.887860 ], [ -122.292595, 37.887860 ], [ -122.293968, 37.890570 ], [ -122.292938, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3007", "population": 55, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27950, "AWATER10": 0, "INTPTLAT10": "+37.8892518", "INTPTLON10": "-122.2920141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.890841 ], [ -122.291222, 37.888131 ], [ -122.292252, 37.887860 ], [ -122.292938, 37.890570 ], [ -122.291908, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3002", "population": 38, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19544, "AWATER10": 0, "INTPTLAT10": "+37.8918042", "INTPTLON10": "-122.2914745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291222, 37.893008 ], [ -122.291222, 37.890841 ], [ -122.292252, 37.890841 ], [ -122.291908, 37.893008 ], [ -122.291222, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3003", "population": 32, "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18064, "AWATER10": 0, "INTPTLAT10": "+37.8918237", "INTPTLON10": "-122.2906157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.893008 ], [ -122.290535, 37.890841 ], [ -122.291222, 37.890841 ], [ -122.291222, 37.893008 ], [ -122.290192, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3004", "population": 41, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18095, "AWATER10": 0, "INTPTLAT10": "+37.8918241", "INTPTLON10": "-122.2897641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289505, 37.893008 ], [ -122.289505, 37.890841 ], [ -122.290535, 37.890841 ], [ -122.290192, 37.893008 ], [ -122.289505, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3005", "population": 29, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16537, "AWATER10": 0, "INTPTLAT10": "+37.8919062", "INTPTLON10": "-122.2889102" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288475, 37.893008 ], [ -122.288475, 37.891654 ], [ -122.289505, 37.890841 ], [ -122.289505, 37.893008 ], [ -122.288475, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3002", "population": 82, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26786, "AWATER10": 0, "INTPTLAT10": "+37.8894113", "INTPTLON10": "-122.2909643" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291222, 37.890841 ], [ -122.290192, 37.888402 ], [ -122.291222, 37.888131 ], [ -122.291908, 37.890841 ], [ -122.291222, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3001", "population": 34, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22452, "AWATER10": 0, "INTPTLAT10": "+37.8895187", "INTPTLON10": "-122.2899595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.890841 ], [ -122.289162, 37.888673 ], [ -122.290192, 37.888402 ], [ -122.290878, 37.890841 ], [ -122.290192, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3000", "population": 47, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21823, "AWATER10": 0, "INTPTLAT10": "+37.8896695", "INTPTLON10": "-122.2890200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.890841 ], [ -122.288475, 37.888673 ], [ -122.289162, 37.888673 ], [ -122.290192, 37.890841 ], [ -122.289162, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2002", "population": 60, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24228, "AWATER10": 0, "INTPTLAT10": "+37.8859970", "INTPTLON10": "-122.2935084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.887589 ], [ -122.292938, 37.884880 ], [ -122.293625, 37.884609 ], [ -122.294655, 37.887318 ], [ -122.293625, 37.887589 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2001", "population": 58, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26078, "AWATER10": 0, "INTPTLAT10": "+37.8861973", "INTPTLON10": "-122.2926742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.887860 ], [ -122.291908, 37.884880 ], [ -122.292938, 37.884880 ], [ -122.293625, 37.887589 ], [ -122.292938, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6434, "AWATER10": 0, "INTPTLAT10": "+37.8862789", "INTPTLON10": "-122.2921162" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292595, 37.887860 ], [ -122.291908, 37.884880 ], [ -122.292938, 37.887860 ], [ -122.292595, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3015", "population": 15, "NAME10": "Block 3015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10776, "AWATER10": 0, "INTPTLAT10": "+37.8863229", "INTPTLON10": "-122.2918172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292252, 37.887860 ], [ -122.291222, 37.885151 ], [ -122.291565, 37.885151 ], [ -122.292595, 37.887860 ], [ -122.292252, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2013", "population": 33, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12945, "AWATER10": 0, "INTPTLAT10": "+37.8836932", "INTPTLON10": "-122.2936333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.884609 ], [ -122.293625, 37.884338 ], [ -122.293282, 37.883254 ], [ -122.293968, 37.882983 ], [ -122.294655, 37.884338 ], [ -122.293625, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2014", "population": 40, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13013, "AWATER10": 0, "INTPTLAT10": "+37.8838362", "INTPTLON10": "-122.2927774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.884880 ], [ -122.292595, 37.884609 ], [ -122.292252, 37.883254 ], [ -122.293282, 37.883254 ], [ -122.293625, 37.884609 ], [ -122.292938, 37.884880 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2015", "population": 30, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13985, "AWATER10": 0, "INTPTLAT10": "+37.8839739", "INTPTLON10": "-122.2919263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.884880 ], [ -122.291565, 37.883254 ], [ -122.292252, 37.883254 ], [ -122.292938, 37.884880 ], [ -122.291908, 37.884880 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3014", "population": 66, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29422, "AWATER10": 0, "INTPTLAT10": "+37.8864950", "INTPTLON10": "-122.2911376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291222, 37.888131 ], [ -122.290192, 37.885422 ], [ -122.291222, 37.885151 ], [ -122.292252, 37.887860 ], [ -122.291222, 37.888131 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3012", "population": 33, "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20277, "AWATER10": 0, "INTPTLAT10": "+37.8875706", "INTPTLON10": "-122.2892190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288475, 37.888673 ], [ -122.289505, 37.886235 ], [ -122.290192, 37.888402 ], [ -122.288475, 37.888673 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3013", "population": 60, "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 31172, "AWATER10": 0, "INTPTLAT10": "+37.8866087", "INTPTLON10": "-122.2901174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.888402 ], [ -122.289505, 37.886235 ], [ -122.289848, 37.884609 ], [ -122.290535, 37.885693 ], [ -122.291222, 37.888131 ], [ -122.290192, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3017", "population": 12, "NAME10": "Block 3017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6343, "AWATER10": 0, "INTPTLAT10": "+37.8840797", "INTPTLON10": "-122.2909809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291222, 37.885151 ], [ -122.290535, 37.883254 ], [ -122.291222, 37.884067 ], [ -122.291565, 37.885151 ], [ -122.291222, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5264, "AWATER10": 0, "INTPTLAT10": "+37.8839955", "INTPTLON10": "-122.2913154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.885151 ], [ -122.291222, 37.883254 ], [ -122.291908, 37.884880 ], [ -122.291565, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3018", "population": 32, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14557, "AWATER10": 0, "INTPTLAT10": "+37.8843696", "INTPTLON10": "-122.2904413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.885422 ], [ -122.289848, 37.884609 ], [ -122.290535, 37.883254 ], [ -122.291222, 37.885151 ], [ -122.290192, 37.885422 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1094, "AWATER10": 0, "INTPTLAT10": "+37.8853992", "INTPTLON10": "-122.2894711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.886235 ], [ -122.289162, 37.885693 ], [ -122.289848, 37.885693 ], [ -122.289848, 37.886235 ], [ -122.289162, 37.886235 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1023", "population": 41, "NAME10": "Block 1023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15260, "AWATER10": 0, "INTPTLAT10": "+37.8840099", "INTPTLON10": "-122.2895305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289848, 37.885151 ], [ -122.288818, 37.884880 ], [ -122.289505, 37.883525 ], [ -122.290192, 37.883254 ], [ -122.289848, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2010", "population": 24, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6161, "AWATER10": 0, "INTPTLAT10": "+37.8835363", "INTPTLON10": "-122.2962204" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296028, 37.884067 ], [ -122.296028, 37.883254 ], [ -122.297058, 37.884067 ], [ -122.296028, 37.884067 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2011", "population": 33, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10125, "AWATER10": 0, "INTPTLAT10": "+37.8834818", "INTPTLON10": "-122.2953591" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295341, 37.884338 ], [ -122.294998, 37.882983 ], [ -122.296028, 37.883254 ], [ -122.296028, 37.884067 ], [ -122.295341, 37.884338 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3007", "population": 28, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18637, "AWATER10": 0, "INTPTLAT10": "+37.8917853", "INTPTLON10": "-122.2879697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.893008 ], [ -122.287788, 37.891112 ], [ -122.288818, 37.890841 ], [ -122.288475, 37.893008 ], [ -122.287445, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3008", "population": 12, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5620, "AWATER10": 0, "INTPTLAT10": "+37.8918093", "INTPTLON10": "-122.2873239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.892466 ], [ -122.287445, 37.892466 ], [ -122.287445, 37.891654 ], [ -122.288132, 37.891654 ], [ -122.288132, 37.892466 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2004", "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1970, "AWATER10": 0, "INTPTLAT10": "+37.8896802", "INTPTLON10": "-122.2884737" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288475, 37.891112 ], [ -122.288475, 37.890570 ], [ -122.289162, 37.890570 ], [ -122.289162, 37.891112 ], [ -122.288475, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2005", "population": 54, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21301, "AWATER10": 0, "INTPTLAT10": "+37.8898284", "INTPTLON10": "-122.2879267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287788, 37.890841 ], [ -122.287102, 37.889215 ], [ -122.288132, 37.888944 ], [ -122.288818, 37.890841 ], [ -122.287788, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2002", "population": 13, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16691, "AWATER10": 0, "INTPTLAT10": "+37.8900585", "INTPTLON10": "-122.2869139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.891112 ], [ -122.286415, 37.889486 ], [ -122.287102, 37.889215 ], [ -122.287788, 37.890841 ], [ -122.286758, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2010", "population": 27, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15494, "AWATER10": 0, "INTPTLAT10": "+37.8884410", "INTPTLON10": "-122.2866366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286415, 37.889486 ], [ -122.286415, 37.887860 ], [ -122.287788, 37.888131 ], [ -122.287102, 37.889215 ], [ -122.286415, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2001", "population": 18, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14791, "AWATER10": 0, "INTPTLAT10": "+37.8902095", "INTPTLON10": "-122.2859011" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.891112 ], [ -122.285385, 37.889757 ], [ -122.286415, 37.889486 ], [ -122.286758, 37.891112 ], [ -122.285728, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 424, "AWATER10": 0, "INTPTLAT10": "+37.8910153", "INTPTLON10": "-122.2850935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284355, 37.891383 ], [ -122.284355, 37.890841 ], [ -122.285042, 37.890841 ], [ -122.285042, 37.891383 ], [ -122.284355, 37.891383 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1003", "population": 27, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16431, "AWATER10": 0, "INTPTLAT10": "+37.8902144", "INTPTLON10": "-122.2848310" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284698, 37.891112 ], [ -122.284355, 37.889486 ], [ -122.285385, 37.889757 ], [ -122.285728, 37.891112 ], [ -122.284698, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1004", "population": 22, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19676, "AWATER10": 0, "INTPTLAT10": "+37.8901108", "INTPTLON10": "-122.2837239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283669, 37.891112 ], [ -122.282982, 37.889215 ], [ -122.284355, 37.889486 ], [ -122.284698, 37.891112 ], [ -122.283669, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2009", "population": 34, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19896, "AWATER10": 0, "INTPTLAT10": "+37.8884164", "INTPTLON10": "-122.2856099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.889486 ], [ -122.285042, 37.888673 ], [ -122.285385, 37.887589 ], [ -122.286415, 37.887860 ], [ -122.286415, 37.889486 ], [ -122.285385, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 832, "AWATER10": 0, "INTPTLAT10": "+37.8893913", "INTPTLON10": "-122.2845906" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285042, 37.890028 ], [ -122.285042, 37.889486 ], [ -122.285728, 37.889486 ], [ -122.285728, 37.890028 ], [ -122.285042, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1009", "population": 36, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22493, "AWATER10": 0, "INTPTLAT10": "+37.8883323", "INTPTLON10": "-122.2844715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.889486 ], [ -122.284012, 37.889215 ], [ -122.284355, 37.887318 ], [ -122.285385, 37.887589 ], [ -122.285385, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1014", "population": 38, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22296, "AWATER10": 0, "INTPTLAT10": "+37.8880279", "INTPTLON10": "-122.2834249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282982, 37.889215 ], [ -122.283325, 37.887048 ], [ -122.283669, 37.887048 ], [ -122.284355, 37.887318 ], [ -122.283669, 37.889215 ], [ -122.282982, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2011", "population": 51, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 36927, "AWATER10": 0, "INTPTLAT10": "+37.8868308", "INTPTLON10": "-122.2883823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.889215 ], [ -122.288818, 37.884880 ], [ -122.289848, 37.884880 ], [ -122.289505, 37.885964 ], [ -122.288475, 37.888673 ], [ -122.287102, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2013", "population": 64, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27693, "AWATER10": 0, "INTPTLAT10": "+37.8861944", "INTPTLON10": "-122.2877578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287788, 37.888131 ], [ -122.286758, 37.887860 ], [ -122.288132, 37.884609 ], [ -122.288818, 37.884880 ], [ -122.287788, 37.888131 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2015", "population": 19, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8164, "AWATER10": 0, "INTPTLAT10": "+37.8861594", "INTPTLON10": "-122.2868653" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286415, 37.886777 ], [ -122.286758, 37.885693 ], [ -122.287788, 37.885964 ], [ -122.287445, 37.886777 ], [ -122.286415, 37.886777 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2014", "population": 73, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 41589, "AWATER10": 0, "INTPTLAT10": "+37.8849195", "INTPTLON10": "-122.2873798" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.887860 ], [ -122.285385, 37.887589 ], [ -122.286758, 37.884067 ], [ -122.288132, 37.884338 ], [ -122.287788, 37.885964 ], [ -122.286758, 37.885964 ], [ -122.286415, 37.886777 ], [ -122.287445, 37.886777 ], [ -122.286758, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1022", "population": 31, "NAME10": "Block 1022", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12213, "AWATER10": 0, "INTPTLAT10": "+37.8838753", "INTPTLON10": "-122.2886289" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.884880 ], [ -122.288132, 37.884609 ], [ -122.288818, 37.883254 ], [ -122.289505, 37.883525 ], [ -122.288818, 37.884880 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1466, "AWATER10": 0, "INTPTLAT10": "+37.8847579", "INTPTLON10": "-122.2863241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.885964 ], [ -122.285728, 37.885422 ], [ -122.286415, 37.885422 ], [ -122.286415, 37.885964 ], [ -122.285728, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1012", "population": 39, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17780, "AWATER10": 0, "INTPTLAT10": "+37.8863390", "INTPTLON10": "-122.2851750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.887589 ], [ -122.284355, 37.887318 ], [ -122.285385, 37.885422 ], [ -122.286072, 37.885693 ], [ -122.285385, 37.887589 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1018", "population": 45, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20717, "AWATER10": 0, "INTPTLAT10": "+37.8843388", "INTPTLON10": "-122.2859716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286072, 37.885693 ], [ -122.285385, 37.885422 ], [ -122.285728, 37.883796 ], [ -122.287102, 37.882983 ], [ -122.286758, 37.884067 ], [ -122.286072, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1025", "NAME10": "Block 1025", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1018, "AWATER10": 0, "INTPTLAT10": "+37.8838716", "INTPTLON10": "-122.2850766" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284355, 37.884609 ], [ -122.284355, 37.884067 ], [ -122.285042, 37.884067 ], [ -122.285042, 37.884609 ], [ -122.284355, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1013", "population": 65, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28788, "AWATER10": 0, "INTPTLAT10": "+37.8854489", "INTPTLON10": "-122.2845719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284355, 37.887318 ], [ -122.283669, 37.887048 ], [ -122.284012, 37.886235 ], [ -122.284698, 37.884338 ], [ -122.285728, 37.883796 ], [ -122.284355, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1029", "population": 30, "NAME10": "Block 1029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16994, "AWATER10": 0, "INTPTLAT10": "+37.8853080", "INTPTLON10": "-122.2836511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282982, 37.886235 ], [ -122.283669, 37.884880 ], [ -122.284698, 37.884338 ], [ -122.284012, 37.886235 ], [ -122.282982, 37.886235 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1026", "population": 17, "NAME10": "Block 1026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 63728, "AWATER10": 0, "INTPTLAT10": "+37.8834939", "INTPTLON10": "-122.2837979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282295, 37.885151 ], [ -122.282982, 37.882712 ], [ -122.286072, 37.882712 ], [ -122.285728, 37.883796 ], [ -122.282295, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1005", "population": 22, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19453, "AWATER10": 0, "INTPTLAT10": "+37.8901660", "INTPTLON10": "-122.2826890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282639, 37.891383 ], [ -122.281952, 37.889486 ], [ -122.282982, 37.889215 ], [ -122.283669, 37.891112 ], [ -122.282639, 37.891383 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1017", "population": 37, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24687, "AWATER10": 0, "INTPTLAT10": "+37.8879459", "INTPTLON10": "-122.2823713" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281952, 37.889486 ], [ -122.281952, 37.888673 ], [ -122.282295, 37.886777 ], [ -122.283325, 37.887048 ], [ -122.282982, 37.889215 ], [ -122.281952, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1016", "population": 16, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9100, "AWATER10": 0, "INTPTLAT10": "+37.8864607", "INTPTLON10": "-122.2830673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283669, 37.887048 ], [ -122.282295, 37.886777 ], [ -122.282982, 37.886235 ], [ -122.284012, 37.886235 ], [ -122.283669, 37.887048 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1028", "NAME10": "Block 1028", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1037, "AWATER10": 0, "INTPTLAT10": "+37.8849026", "INTPTLON10": "-122.2826795" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281952, 37.885422 ], [ -122.281952, 37.884880 ], [ -122.282639, 37.884880 ], [ -122.282639, 37.885422 ], [ -122.281952, 37.885422 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1021", "population": 45, "NAME10": "Block 1021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18586, "AWATER10": 0, "INTPTLAT10": "+37.8834620", "INTPTLON10": "-122.2875836" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.884338 ], [ -122.286758, 37.884067 ], [ -122.287102, 37.882983 ], [ -122.287445, 37.882712 ], [ -122.288818, 37.883254 ], [ -122.288132, 37.884338 ] ] ] } } +, +{ "type": "Feature", "id": 12345, "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1031", "population": 15, "NAME10": "Block 1031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7920, "AWATER10": 0, "INTPTLAT10": "+37.8828579", "INTPTLON10": "-122.2863490" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.883796 ], [ -122.286072, 37.882712 ], [ -122.287445, 37.882712 ], [ -122.285728, 37.883796 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 9, "x": 81, "y": 197 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.330017, 37.893686 ], [ -122.330017, 37.889757 ], [ -122.334824, 37.889622 ], [ -122.333450, 37.892873 ], [ -122.330017, 37.893686 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.330017, 37.889757 ], [ -122.330017, 37.881493 ], [ -122.334824, 37.889622 ], [ -122.330017, 37.889757 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 9, "x": 82, "y": 197 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312508, 37.897479 ], [ -122.312679, 37.897072 ], [ -122.311649, 37.896937 ], [ -122.311649, 37.896260 ], [ -122.311134, 37.896124 ], [ -122.311306, 37.895853 ], [ -122.310791, 37.895582 ], [ -122.310276, 37.894769 ], [ -122.309246, 37.892331 ], [ -122.309418, 37.889757 ], [ -122.309933, 37.888809 ], [ -122.310963, 37.889757 ], [ -122.311134, 37.890299 ], [ -122.311478, 37.890028 ], [ -122.312851, 37.891247 ], [ -122.313709, 37.891925 ], [ -122.314396, 37.892060 ], [ -122.314739, 37.892466 ], [ -122.314568, 37.891925 ], [ -122.315941, 37.891925 ], [ -122.316113, 37.891247 ], [ -122.317657, 37.890976 ], [ -122.319889, 37.890028 ], [ -122.322807, 37.890028 ], [ -122.324009, 37.892466 ], [ -122.325726, 37.892602 ], [ -122.325897, 37.892331 ], [ -122.325554, 37.892060 ], [ -122.325726, 37.890841 ], [ -122.327442, 37.890841 ], [ -122.327442, 37.891518 ], [ -122.327614, 37.891518 ], [ -122.327614, 37.889757 ], [ -122.334824, 37.889622 ], [ -122.333450, 37.892873 ], [ -122.312508, 37.897479 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 265574, "AWATER10": 0, "INTPTLAT10": "+37.8905867", "INTPTLON10": "-122.3181131" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310791, 37.895582 ], [ -122.310104, 37.894769 ], [ -122.309246, 37.893144 ], [ -122.308903, 37.890570 ], [ -122.309074, 37.888809 ], [ -122.309246, 37.887860 ], [ -122.311306, 37.889486 ], [ -122.327614, 37.889757 ], [ -122.327614, 37.891518 ], [ -122.327442, 37.891518 ], [ -122.327442, 37.890841 ], [ -122.325897, 37.890841 ], [ -122.325554, 37.891518 ], [ -122.325897, 37.892602 ], [ -122.324009, 37.892466 ], [ -122.322807, 37.890028 ], [ -122.319889, 37.890028 ], [ -122.317657, 37.890976 ], [ -122.316113, 37.891247 ], [ -122.315941, 37.891925 ], [ -122.314568, 37.891925 ], [ -122.314739, 37.892466 ], [ -122.314396, 37.892060 ], [ -122.313709, 37.891925 ], [ -122.312851, 37.891247 ], [ -122.311478, 37.890028 ], [ -122.311134, 37.890299 ], [ -122.310963, 37.889757 ], [ -122.309933, 37.888809 ], [ -122.309418, 37.889757 ], [ -122.309246, 37.892331 ], [ -122.310276, 37.894769 ], [ -122.310791, 37.895582 ] ] ], [ [ [ -122.311134, 37.896124 ], [ -122.311649, 37.896260 ], [ -122.311649, 37.896801 ], [ -122.311134, 37.896124 ] ] ], [ [ [ -122.311134, 37.896124 ], [ -122.310791, 37.895582 ], [ -122.311306, 37.895853 ], [ -122.311134, 37.896124 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3007", "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3648, "AWATER10": 0, "INTPTLAT10": "+37.8971393", "INTPTLON10": "-122.3121267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312164, 37.897479 ], [ -122.311649, 37.896937 ], [ -122.312508, 37.896937 ], [ -122.312508, 37.897479 ], [ -122.312164, 37.897479 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18792, "AWATER10": 0, "INTPTLAT10": "+37.8946697", "INTPTLON10": "-122.3084294" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309418, 37.897885 ], [ -122.308044, 37.894092 ], [ -122.307873, 37.892873 ], [ -122.308044, 37.892196 ], [ -122.308388, 37.892196 ], [ -122.308388, 37.894498 ], [ -122.309418, 37.897343 ], [ -122.309589, 37.897885 ], [ -122.309418, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3005", "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 30820, "AWATER10": 0, "INTPTLAT10": "+37.8910154", "INTPTLON10": "-122.3085406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311478, 37.897750 ], [ -122.309418, 37.894634 ], [ -122.308216, 37.890705 ], [ -122.308388, 37.890163 ], [ -122.309418, 37.893957 ], [ -122.311993, 37.897614 ], [ -122.311478, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59347, "AWATER10": 0, "INTPTLAT10": "+37.8955812", "INTPTLON10": "-122.3094534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309589, 37.897885 ], [ -122.309418, 37.897343 ], [ -122.308388, 37.894498 ], [ -122.308388, 37.892331 ], [ -122.308044, 37.890976 ], [ -122.308216, 37.890705 ], [ -122.309418, 37.894634 ], [ -122.311478, 37.897750 ], [ -122.310963, 37.897885 ], [ -122.309589, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19563, "AWATER10": 24, "INTPTLAT10": "+37.8904059", "INTPTLON10": "-122.3086941" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309246, 37.893144 ], [ -122.308388, 37.890163 ], [ -122.309074, 37.888809 ], [ -122.308903, 37.890570 ], [ -122.309246, 37.893144 ] ] ], [ [ [ -122.310104, 37.894769 ], [ -122.311649, 37.896937 ], [ -122.312164, 37.897479 ], [ -122.311993, 37.897614 ], [ -122.310619, 37.895853 ], [ -122.310104, 37.894769 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3001", "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24651, "AWATER10": 0, "INTPTLAT10": "+37.8921989", "INTPTLON10": "-122.3075517" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308388, 37.895311 ], [ -122.307186, 37.892602 ], [ -122.307186, 37.890976 ], [ -122.307529, 37.889622 ], [ -122.308044, 37.890976 ], [ -122.307701, 37.893415 ], [ -122.308388, 37.895311 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3000", "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27350, "AWATER10": 0, "INTPTLAT10": "+37.8907736", "INTPTLON10": "-122.3067658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.898021 ], [ -122.306671, 37.892737 ], [ -122.306671, 37.892331 ], [ -122.306499, 37.890841 ], [ -122.306843, 37.890705 ], [ -122.307529, 37.889757 ], [ -122.307186, 37.891247 ], [ -122.307186, 37.892602 ], [ -122.309418, 37.897885 ], [ -122.309074, 37.898021 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3002", "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9773, "AWATER10": 0, "INTPTLAT10": "+37.8920318", "INTPTLON10": "-122.3077138" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307873, 37.892331 ], [ -122.308044, 37.890976 ], [ -122.308388, 37.892196 ], [ -122.307873, 37.892331 ] ] ], [ [ [ -122.307873, 37.892331 ], [ -122.307873, 37.893144 ], [ -122.308388, 37.895311 ], [ -122.307701, 37.893144 ], [ -122.307873, 37.892331 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1461, "AWATER10": 0, "INTPTLAT10": "+37.8973748", "INTPTLON10": "-122.3012481" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301693, 37.898562 ], [ -122.301006, 37.896801 ], [ -122.301178, 37.896801 ], [ -122.301693, 37.898562 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1005", "population": 4, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14639, "AWATER10": 0, "INTPTLAT10": "+37.8976068", "INTPTLON10": "-122.3008394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301693, 37.898562 ], [ -122.300663, 37.898427 ], [ -122.300148, 37.896937 ], [ -122.301006, 37.896801 ], [ -122.301693, 37.898562 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1004", "population": 56, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11306, "AWATER10": 0, "INTPTLAT10": "+37.8976015", "INTPTLON10": "-122.2999287" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300663, 37.898427 ], [ -122.299805, 37.898291 ], [ -122.299290, 37.897072 ], [ -122.300148, 37.896937 ], [ -122.300663, 37.898427 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "2000", "population": 1118, "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 412555, "AWATER10": 0, "INTPTLAT10": "+37.8949184", "INTPTLON10": "-122.3048891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301693, 37.898562 ], [ -122.301006, 37.896124 ], [ -122.302723, 37.895718 ], [ -122.302036, 37.893821 ], [ -122.302895, 37.893686 ], [ -122.303238, 37.894634 ], [ -122.303238, 37.893550 ], [ -122.303581, 37.892873 ], [ -122.303238, 37.891654 ], [ -122.303581, 37.890570 ], [ -122.304096, 37.890163 ], [ -122.306156, 37.889622 ], [ -122.306843, 37.891789 ], [ -122.306671, 37.892737 ], [ -122.309074, 37.898021 ], [ -122.305470, 37.898427 ], [ -122.301693, 37.898562 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15574, "AWATER10": 0, "INTPTLAT10": "+37.8926328", "INTPTLON10": "-122.3029106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.894634 ], [ -122.302380, 37.891789 ], [ -122.303238, 37.891654 ], [ -122.303581, 37.892873 ], [ -122.303238, 37.893550 ], [ -122.303238, 37.894634 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1001", "population": 41, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16165, "AWATER10": 0, "INTPTLAT10": "+37.8948170", "INTPTLON10": "-122.3018829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301865, 37.895853 ], [ -122.301178, 37.894092 ], [ -122.302036, 37.893821 ], [ -122.302723, 37.895718 ], [ -122.301865, 37.895853 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 914, "AWATER10": 0, "INTPTLAT10": "+37.8963621", "INTPTLON10": "-122.3009413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.896801 ], [ -122.300835, 37.896124 ], [ -122.301006, 37.896124 ], [ -122.301178, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1014", "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1324, "AWATER10": 0, "INTPTLAT10": "+37.8955459", "INTPTLON10": "-122.3006834" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.896124 ], [ -122.300491, 37.895176 ], [ -122.301006, 37.896124 ], [ -122.300835, 37.896124 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14452, "AWATER10": 0, "INTPTLAT10": "+37.8959674", "INTPTLON10": "-122.3002912" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300148, 37.896937 ], [ -122.299633, 37.895311 ], [ -122.300491, 37.895176 ], [ -122.300835, 37.896124 ], [ -122.301006, 37.896801 ], [ -122.300148, 37.896937 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1000", "population": 42, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16605, "AWATER10": 0, "INTPTLAT10": "+37.8950031", "INTPTLON10": "-122.3010393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301006, 37.896124 ], [ -122.300663, 37.895176 ], [ -122.300491, 37.894228 ], [ -122.301178, 37.894092 ], [ -122.301865, 37.895853 ], [ -122.301006, 37.896124 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1007", "population": 34, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16120, "AWATER10": 0, "INTPTLAT10": "+37.8927903", "INTPTLON10": "-122.3021281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302036, 37.893821 ], [ -122.301521, 37.892060 ], [ -122.302380, 37.891789 ], [ -122.302895, 37.893686 ], [ -122.302036, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1002", "population": 46, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16535, "AWATER10": 0, "INTPTLAT10": "+37.8929602", "INTPTLON10": "-122.3012875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.894092 ], [ -122.300663, 37.892196 ], [ -122.301521, 37.892060 ], [ -122.302036, 37.893821 ], [ -122.301178, 37.894092 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2234, "AWATER10": 0, "INTPTLAT10": "+37.8942520", "INTPTLON10": "-122.3002730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491, 37.895176 ], [ -122.300148, 37.893550 ], [ -122.300663, 37.894905 ], [ -122.300491, 37.895176 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1003", "population": 24, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16635, "AWATER10": 0, "INTPTLAT10": "+37.8931288", "INTPTLON10": "-122.3004328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491, 37.894228 ], [ -122.300148, 37.893550 ], [ -122.299805, 37.892331 ], [ -122.300663, 37.892196 ], [ -122.301178, 37.894092 ], [ -122.300491, 37.894228 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3004", "population": 12, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1457, "AWATER10": 0, "INTPTLAT10": "+37.8928701", "INTPTLON10": "-122.2998265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299976, 37.893550 ], [ -122.299633, 37.892331 ], [ -122.300148, 37.893550 ], [ -122.299976, 37.893550 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327614, 37.889757 ], [ -122.327614, 37.888809 ], [ -122.327099, 37.888809 ], [ -122.324696, 37.887996 ], [ -122.322979, 37.888402 ], [ -122.322979, 37.889080 ], [ -122.322292, 37.889486 ], [ -122.317314, 37.889351 ], [ -122.315941, 37.887454 ], [ -122.315941, 37.886235 ], [ -122.316628, 37.886235 ], [ -122.316456, 37.885964 ], [ -122.316113, 37.885964 ], [ -122.316113, 37.885693 ], [ -122.317142, 37.885828 ], [ -122.317142, 37.885557 ], [ -122.316113, 37.885557 ], [ -122.315769, 37.885286 ], [ -122.315598, 37.884744 ], [ -122.315598, 37.884067 ], [ -122.315083, 37.884067 ], [ -122.314053, 37.882712 ], [ -122.313194, 37.882306 ], [ -122.312508, 37.881493 ], [ -122.327785, 37.877428 ], [ -122.334824, 37.889622 ], [ -122.327614, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 542505, "AWATER10": 0, "INTPTLAT10": "+37.8862375", "INTPTLON10": "-122.3141377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327614, 37.889757 ], [ -122.311306, 37.889486 ], [ -122.309418, 37.887725 ], [ -122.309246, 37.887860 ], [ -122.309589, 37.886506 ], [ -122.308388, 37.882306 ], [ -122.312508, 37.881493 ], [ -122.313194, 37.882306 ], [ -122.314053, 37.882712 ], [ -122.315083, 37.884067 ], [ -122.315598, 37.884067 ], [ -122.315598, 37.884744 ], [ -122.315769, 37.885286 ], [ -122.316113, 37.885557 ], [ -122.317142, 37.885557 ], [ -122.317142, 37.885828 ], [ -122.316113, 37.885693 ], [ -122.316113, 37.885964 ], [ -122.316456, 37.885964 ], [ -122.316628, 37.886235 ], [ -122.315941, 37.886235 ], [ -122.315941, 37.887454 ], [ -122.317314, 37.889351 ], [ -122.322292, 37.889486 ], [ -122.322979, 37.889080 ], [ -122.322979, 37.888402 ], [ -122.324696, 37.887996 ], [ -122.327099, 37.888809 ], [ -122.327614, 37.888809 ], [ -122.327614, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3010", "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1835, "AWATER10": 0, "INTPTLAT10": "+37.8878520", "INTPTLON10": "-122.3091212" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.888809 ], [ -122.309074, 37.887454 ], [ -122.309418, 37.887318 ], [ -122.309074, 37.888809 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10961, "AWATER10": 0, "INTPTLAT10": "+37.8885068", "INTPTLON10": "-122.3086806" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308388, 37.890163 ], [ -122.308388, 37.889215 ], [ -122.308559, 37.887589 ], [ -122.308731, 37.887454 ], [ -122.309074, 37.887454 ], [ -122.309074, 37.888809 ], [ -122.308388, 37.890163 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3016", "population": 33, "NAME10": "Block 3016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12044, "AWATER10": 0, "INTPTLAT10": "+37.8899556", "INTPTLON10": "-122.3067458" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306499, 37.890841 ], [ -122.306328, 37.890299 ], [ -122.306671, 37.890299 ], [ -122.306156, 37.889622 ], [ -122.307529, 37.889351 ], [ -122.306843, 37.890705 ], [ -122.306499, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3017", "NAME10": "Block 3017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 393, "AWATER10": 0, "INTPTLAT10": "+37.8901345", "INTPTLON10": "-122.3063016" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306156, 37.890434 ], [ -122.306156, 37.890163 ], [ -122.306499, 37.890163 ], [ -122.306499, 37.890434 ], [ -122.306156, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3012", "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14539, "AWATER10": 0, "INTPTLAT10": "+37.8894024", "INTPTLON10": "-122.3080555" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308044, 37.890976 ], [ -122.307529, 37.889622 ], [ -122.308559, 37.887725 ], [ -122.308388, 37.890163 ], [ -122.308044, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3029", "NAME10": "Block 3029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14565, "AWATER10": 0, "INTPTLAT10": "+37.8878852", "INTPTLON10": "-122.3078467" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307701, 37.889215 ], [ -122.307358, 37.887318 ], [ -122.308731, 37.887454 ], [ -122.307701, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3018", "population": 29, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9739, "AWATER10": 0, "INTPTLAT10": "+37.8891261", "INTPTLON10": "-122.3066496" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306156, 37.889622 ], [ -122.305984, 37.889080 ], [ -122.307358, 37.888673 ], [ -122.307529, 37.889351 ], [ -122.306156, 37.889622 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3015", "population": 7, "NAME10": "Block 3015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 782, "AWATER10": 0, "INTPTLAT10": "+37.8887826", "INTPTLON10": "-122.3065328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307186, 37.888809 ], [ -122.307186, 37.888538 ], [ -122.307529, 37.888538 ], [ -122.307529, 37.888809 ], [ -122.307186, 37.888809 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3014", "population": 35, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10339, "AWATER10": 0, "INTPTLAT10": "+37.8884185", "INTPTLON10": "-122.3064403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305813, 37.888944 ], [ -122.305641, 37.888267 ], [ -122.307186, 37.887996 ], [ -122.307358, 37.888673 ], [ -122.305813, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3013", "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7694, "AWATER10": 0, "INTPTLAT10": "+37.8877645", "INTPTLON10": "-122.3071265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307529, 37.889622 ], [ -122.307014, 37.887589 ], [ -122.305470, 37.887589 ], [ -122.307358, 37.887318 ], [ -122.307701, 37.889215 ], [ -122.307529, 37.889622 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1009", "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7572, "AWATER10": 0, "INTPTLAT10": "+37.8865874", "INTPTLON10": "-122.3090315" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.887454 ], [ -122.308731, 37.887318 ], [ -122.309074, 37.885151 ], [ -122.309418, 37.886912 ], [ -122.309074, 37.887454 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1010", "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6192, "AWATER10": 0, "INTPTLAT10": "+37.8856733", "INTPTLON10": "-122.3091896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309418, 37.887318 ], [ -122.309418, 37.886370 ], [ -122.309074, 37.885151 ], [ -122.308731, 37.883525 ], [ -122.309589, 37.886506 ], [ -122.309418, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59431, "AWATER10": 0, "INTPTLAT10": "+37.8849426", "INTPTLON10": "-122.3081455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308731, 37.887318 ], [ -122.307358, 37.887183 ], [ -122.307873, 37.882035 ], [ -122.308388, 37.882306 ], [ -122.308731, 37.883525 ], [ -122.309074, 37.885151 ], [ -122.308731, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1737, "AWATER10": 0, "INTPTLAT10": "+37.8871632", "INTPTLON10": "-122.3079226" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308559, 37.887454 ], [ -122.308044, 37.887454 ], [ -122.308044, 37.887048 ], [ -122.308559, 37.887048 ], [ -122.308559, 37.887454 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3031", "population": 38, "NAME10": "Block 3031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9685, "AWATER10": 0, "INTPTLAT10": "+37.8877891", "INTPTLON10": "-122.3061951" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305641, 37.888267 ], [ -122.305470, 37.887589 ], [ -122.307014, 37.887454 ], [ -122.307186, 37.887996 ], [ -122.305641, 37.888267 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 52400, "AWATER10": 0, "INTPTLAT10": "+37.8837458", "INTPTLON10": "-122.3069617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307358, 37.887183 ], [ -122.307186, 37.886912 ], [ -122.306328, 37.883389 ], [ -122.305813, 37.882170 ], [ -122.307358, 37.881899 ], [ -122.307873, 37.882035 ], [ -122.307358, 37.887183 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3021", "population": 23, "NAME10": "Block 3021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11997, "AWATER10": 0, "INTPTLAT10": "+37.8902784", "INTPTLON10": "-122.3030396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303238, 37.891654 ], [ -122.302551, 37.889622 ], [ -122.303410, 37.889486 ], [ -122.303581, 37.890434 ], [ -122.303238, 37.891654 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3019", "population": 50, "NAME10": "Block 3019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17581, "AWATER10": 0, "INTPTLAT10": "+37.8895455", "INTPTLON10": "-122.3046051" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303581, 37.890434 ], [ -122.303410, 37.889486 ], [ -122.305984, 37.889080 ], [ -122.306156, 37.889622 ], [ -122.304268, 37.890028 ], [ -122.303581, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3020", "population": 1, "NAME10": "Block 3020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 409, "AWATER10": 0, "INTPTLAT10": "+37.8891773", "INTPTLON10": "-122.3045386" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304096, 37.889486 ], [ -122.304096, 37.889215 ], [ -122.304440, 37.889215 ], [ -122.304440, 37.889486 ], [ -122.304096, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3027", "population": 33, "NAME10": "Block 3027", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13106, "AWATER10": 0, "INTPTLAT10": "+37.8882387", "INTPTLON10": "-122.3051246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304955, 37.889080 ], [ -122.304611, 37.887589 ], [ -122.305470, 37.887589 ], [ -122.305813, 37.888944 ], [ -122.304955, 37.889080 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3026", "population": 33, "NAME10": "Block 3026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14219, "AWATER10": 0, "INTPTLAT10": "+37.8883405", "INTPTLON10": "-122.3042616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304268, 37.889351 ], [ -122.303581, 37.887589 ], [ -122.304611, 37.887589 ], [ -122.304955, 37.889080 ], [ -122.304268, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3022", "NAME10": "Block 3022", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 411, "AWATER10": 0, "INTPTLAT10": "+37.8895077", "INTPTLON10": "-122.3028537" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302380, 37.889757 ], [ -122.302380, 37.889486 ], [ -122.302723, 37.889486 ], [ -122.302723, 37.889757 ], [ -122.302380, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3024", "population": 31, "NAME10": "Block 3024", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15240, "AWATER10": 0, "INTPTLAT10": "+37.8884411", "INTPTLON10": "-122.3034025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303410, 37.889486 ], [ -122.302723, 37.887589 ], [ -122.303581, 37.887589 ], [ -122.304268, 37.889351 ], [ -122.303410, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1009", "population": 37, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17210, "AWATER10": 0, "INTPTLAT10": "+37.8906969", "INTPTLON10": "-122.3023492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302380, 37.891789 ], [ -122.301693, 37.889893 ], [ -122.302551, 37.889622 ], [ -122.303238, 37.891654 ], [ -122.302380, 37.891789 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1006", "population": 87, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17308, "AWATER10": 0, "INTPTLAT10": "+37.8908584", "INTPTLON10": "-122.3015099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301521, 37.892060 ], [ -122.300835, 37.890028 ], [ -122.301693, 37.889893 ], [ -122.302380, 37.891789 ], [ -122.301521, 37.892060 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1004", "population": 38, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17893, "AWATER10": 0, "INTPTLAT10": "+37.8912006", "INTPTLON10": "-122.2998090" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.892331 ], [ -122.299633, 37.891925 ], [ -122.299118, 37.890299 ], [ -122.299976, 37.890163 ], [ -122.300663, 37.892196 ], [ -122.299805, 37.892331 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1005", "population": 86, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17622, "AWATER10": 0, "INTPTLAT10": "+37.8910287", "INTPTLON10": "-122.3006658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300663, 37.892196 ], [ -122.299976, 37.890163 ], [ -122.300835, 37.890028 ], [ -122.301521, 37.892060 ], [ -122.300663, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3023", "population": 33, "NAME10": "Block 3023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16332, "AWATER10": 0, "INTPTLAT10": "+37.8885408", "INTPTLON10": "-122.3025479" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302551, 37.889622 ], [ -122.301865, 37.887725 ], [ -122.302723, 37.887589 ], [ -122.303410, 37.889486 ], [ -122.302551, 37.889622 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1010", "population": 43, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20386, "AWATER10": 0, "INTPTLAT10": "+37.8886345", "INTPTLON10": "-122.3016225" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301693, 37.889893 ], [ -122.300835, 37.887860 ], [ -122.301865, 37.887725 ], [ -122.302551, 37.889622 ], [ -122.301693, 37.889893 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1011", "population": 69, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16453, "AWATER10": 0, "INTPTLAT10": "+37.8888638", "INTPTLON10": "-122.3008054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.890028 ], [ -122.300148, 37.887725 ], [ -122.300835, 37.887860 ], [ -122.301693, 37.889893 ], [ -122.300835, 37.890028 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1015", "population": 70, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19773, "AWATER10": 0, "INTPTLAT10": "+37.8888596", "INTPTLON10": "-122.2999642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299976, 37.890163 ], [ -122.299290, 37.887860 ], [ -122.300148, 37.887725 ], [ -122.300835, 37.890028 ], [ -122.299976, 37.890163 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5453, "AWATER10": 0, "INTPTLAT10": "+37.8874129", "INTPTLON10": "-122.3045679" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302208, 37.887589 ], [ -122.307358, 37.887183 ], [ -122.305470, 37.887589 ], [ -122.302208, 37.887589 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1001", "population": 212, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 98716, "AWATER10": 0, "INTPTLAT10": "+37.8865962", "INTPTLON10": "-122.3039801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.887860 ], [ -122.301006, 37.887725 ], [ -122.300663, 37.886370 ], [ -122.304611, 37.885964 ], [ -122.304611, 37.885422 ], [ -122.306843, 37.885693 ], [ -122.307186, 37.887183 ], [ -122.300835, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1016", "population": 116, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8910, "AWATER10": 0, "INTPTLAT10": "+37.8847438", "INTPTLON10": "-122.3040957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304268, 37.885964 ], [ -122.303925, 37.884744 ], [ -122.303753, 37.883660 ], [ -122.304096, 37.883660 ], [ -122.304611, 37.885964 ], [ -122.304268, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1003", "population": 145, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 82198, "AWATER10": 0, "INTPTLAT10": "+37.8837071", "INTPTLON10": "-122.3049494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306843, 37.885693 ], [ -122.304611, 37.885422 ], [ -122.304096, 37.883660 ], [ -122.303581, 37.883796 ], [ -122.303581, 37.882983 ], [ -122.302723, 37.883119 ], [ -122.302380, 37.882577 ], [ -122.305813, 37.882170 ], [ -122.306843, 37.885693 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1017", "population": 90, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6144, "AWATER10": 0, "INTPTLAT10": "+37.8847470", "INTPTLON10": "-122.3037488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304096, 37.885964 ], [ -122.303410, 37.883796 ], [ -122.303753, 37.883660 ], [ -122.304268, 37.885964 ], [ -122.304096, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1013", "population": 133, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9671, "AWATER10": 0, "INTPTLAT10": "+37.8848967", "INTPTLON10": "-122.3034182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303581, 37.885964 ], [ -122.303066, 37.883796 ], [ -122.303410, 37.883796 ], [ -122.304096, 37.885964 ], [ -122.303581, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1014", "population": 414, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 85670, "AWATER10": 0, "INTPTLAT10": "+37.8846770", "INTPTLON10": "-122.3015769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300663, 37.886370 ], [ -122.299805, 37.884202 ], [ -122.300148, 37.883389 ], [ -122.300320, 37.883254 ], [ -122.301006, 37.883525 ], [ -122.302723, 37.883119 ], [ -122.303581, 37.885964 ], [ -122.300663, 37.886370 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1004", "population": 30, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5050, "AWATER10": 0, "INTPTLAT10": "+37.8833234", "INTPTLON10": "-122.3030968" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303066, 37.883796 ], [ -122.302723, 37.883119 ], [ -122.303581, 37.882983 ], [ -122.303581, 37.883796 ], [ -122.303066, 37.883796 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1020", "population": 44, "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12062, "AWATER10": 0, "INTPTLAT10": "+37.8829654", "INTPTLON10": "-122.3013966" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301006, 37.883525 ], [ -122.300320, 37.883119 ], [ -122.300320, 37.882983 ], [ -122.302380, 37.882577 ], [ -122.302723, 37.883119 ], [ -122.301006, 37.883525 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1003", "population": 62, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10975, "AWATER10": 0, "INTPTLAT10": "+37.8977494", "INTPTLON10": "-122.2990695" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298946, 37.898562 ], [ -122.298603, 37.897208 ], [ -122.299290, 37.897072 ], [ -122.299805, 37.898291 ], [ -122.298946, 37.898562 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1002", "population": 68, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11372, "AWATER10": 0, "INTPTLAT10": "+37.8979512", "INTPTLON10": "-122.2982332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.898833 ], [ -122.297745, 37.897479 ], [ -122.298603, 37.897208 ], [ -122.298946, 37.898562 ], [ -122.298088, 37.898833 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1001", "population": 49, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11928, "AWATER10": 0, "INTPTLAT10": "+37.8981515", "INTPTLON10": "-122.2974109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297230, 37.898969 ], [ -122.296886, 37.897614 ], [ -122.297745, 37.897479 ], [ -122.298088, 37.898833 ], [ -122.297230, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1000", "population": 113, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13452, "AWATER10": 0, "INTPTLAT10": "+37.8982712", "INTPTLON10": "-122.2964744" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.898969 ], [ -122.295856, 37.897885 ], [ -122.296886, 37.897614 ], [ -122.297230, 37.898969 ], [ -122.296371, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1012", "population": 29, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14000, "AWATER10": 0, "INTPTLAT10": "+37.8966536", "INTPTLON10": "-122.2969317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296886, 37.897614 ], [ -122.296371, 37.895989 ], [ -122.297230, 37.895853 ], [ -122.297745, 37.897479 ], [ -122.296886, 37.897614 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1013", "population": 27, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14541, "AWATER10": 0, "INTPTLAT10": "+37.8968185", "INTPTLON10": "-122.2960835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296028, 37.897750 ], [ -122.295513, 37.896124 ], [ -122.296371, 37.895989 ], [ -122.296886, 37.897614 ], [ -122.296028, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14453, "AWATER10": 0, "INTPTLAT10": "+37.8983329", "INTPTLON10": "-122.2952807" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.898969 ], [ -122.294655, 37.898833 ], [ -122.294655, 37.897750 ], [ -122.295856, 37.897885 ], [ -122.296371, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1009", "population": 47, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14237, "AWATER10": 0, "INTPTLAT10": "+37.8961439", "INTPTLON10": "-122.2994424" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299290, 37.897072 ], [ -122.298775, 37.895447 ], [ -122.299633, 37.895311 ], [ -122.300148, 37.896937 ], [ -122.299290, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1010", "population": 32, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14169, "AWATER10": 0, "INTPTLAT10": "+37.8963113", "INTPTLON10": "-122.2986013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298603, 37.897208 ], [ -122.298088, 37.895718 ], [ -122.298775, 37.895447 ], [ -122.299290, 37.897072 ], [ -122.298603, 37.897208 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3001", "population": 46, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14042, "AWATER10": 0, "INTPTLAT10": "+37.8945232", "INTPTLON10": "-122.2989229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298775, 37.895447 ], [ -122.298260, 37.893821 ], [ -122.299118, 37.893686 ], [ -122.299633, 37.895311 ], [ -122.298775, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1011", "population": 32, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14193, "AWATER10": 0, "INTPTLAT10": "+37.8964819", "INTPTLON10": "-122.2977622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.897479 ], [ -122.297230, 37.895853 ], [ -122.298088, 37.895718 ], [ -122.298603, 37.897208 ], [ -122.297745, 37.897479 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3000", "population": 46, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14087, "AWATER10": 0, "INTPTLAT10": "+37.8946922", "INTPTLON10": "-122.2980853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.895718 ], [ -122.297573, 37.893957 ], [ -122.298260, 37.893821 ], [ -122.298775, 37.895447 ], [ -122.298088, 37.895718 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2005", "population": 31, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14270, "AWATER10": 0, "INTPTLAT10": "+37.8948540", "INTPTLON10": "-122.2972427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297230, 37.895853 ], [ -122.296715, 37.894228 ], [ -122.297573, 37.893957 ], [ -122.298088, 37.895718 ], [ -122.297230, 37.895853 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3002", "population": 57, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14593, "AWATER10": 0, "INTPTLAT10": "+37.8943454", "INTPTLON10": "-122.2997703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299633, 37.895311 ], [ -122.299118, 37.893686 ], [ -122.299976, 37.893550 ], [ -122.300491, 37.895176 ], [ -122.299633, 37.895311 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3005", "population": 10, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14799, "AWATER10": 0, "INTPTLAT10": "+37.8927197", "INTPTLON10": "-122.2992493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.893686 ], [ -122.298603, 37.892060 ], [ -122.299461, 37.891925 ], [ -122.299633, 37.892331 ], [ -122.299976, 37.893550 ], [ -122.299118, 37.893686 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3006", "population": 53, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14044, "AWATER10": 0, "INTPTLAT10": "+37.8928963", "INTPTLON10": "-122.2984024" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298260, 37.893821 ], [ -122.297745, 37.892196 ], [ -122.298603, 37.892060 ], [ -122.299118, 37.893686 ], [ -122.298260, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3007", "population": 41, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14185, "AWATER10": 0, "INTPTLAT10": "+37.8930639", "INTPTLON10": "-122.2975700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297573, 37.893957 ], [ -122.297058, 37.892466 ], [ -122.297745, 37.892196 ], [ -122.298260, 37.893821 ], [ -122.297573, 37.893957 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2004", "population": 33, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14101, "AWATER10": 0, "INTPTLAT10": "+37.8950194", "INTPTLON10": "-122.2964053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.895989 ], [ -122.295856, 37.894363 ], [ -122.296715, 37.894228 ], [ -122.297230, 37.895853 ], [ -122.296371, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7737, "AWATER10": 0, "INTPTLAT10": "+37.8960946", "INTPTLON10": "-122.2952742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295856, 37.897885 ], [ -122.294655, 37.894634 ], [ -122.294998, 37.894498 ], [ -122.296028, 37.897750 ], [ -122.295856, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1007", "population": 87, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17265, "AWATER10": 0, "INTPTLAT10": "+37.8966238", "INTPTLON10": "-122.2949725" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295856, 37.897885 ], [ -122.294655, 37.897750 ], [ -122.294827, 37.895447 ], [ -122.294483, 37.894634 ], [ -122.294655, 37.894634 ], [ -122.295856, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2003", "population": 28, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14449, "AWATER10": 0, "INTPTLAT10": "+37.8951947", "INTPTLON10": "-122.2955660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295513, 37.896124 ], [ -122.294998, 37.894498 ], [ -122.295856, 37.894363 ], [ -122.296371, 37.895989 ], [ -122.295513, 37.896124 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2007", "population": 33, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14053, "AWATER10": 0, "INTPTLAT10": "+37.8933931", "INTPTLON10": "-122.2958883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295856, 37.894363 ], [ -122.295341, 37.892737 ], [ -122.296200, 37.892602 ], [ -122.296715, 37.894228 ], [ -122.295856, 37.894363 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2006", "population": 32, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14158, "AWATER10": 0, "INTPTLAT10": "+37.8932322", "INTPTLON10": "-122.2967302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296715, 37.894228 ], [ -122.296200, 37.892602 ], [ -122.297058, 37.892466 ], [ -122.297573, 37.893957 ], [ -122.296715, 37.894228 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2002", "population": 32, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14523, "AWATER10": 0, "INTPTLAT10": "+37.8935661", "INTPTLON10": "-122.2950398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294998, 37.894498 ], [ -122.294483, 37.892873 ], [ -122.295341, 37.892737 ], [ -122.295856, 37.894363 ], [ -122.294998, 37.894498 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2001", "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3995, "AWATER10": 0, "INTPTLAT10": "+37.8936801", "INTPTLON10": "-122.2944928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.894634 ], [ -122.294140, 37.892873 ], [ -122.294483, 37.892873 ], [ -122.294998, 37.894498 ], [ -122.294655, 37.894634 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8083, "AWATER10": 0, "INTPTLAT10": "+37.8982104", "INTPTLON10": "-122.2941387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.898833 ], [ -122.293797, 37.898698 ], [ -122.293797, 37.897750 ], [ -122.294655, 37.897750 ], [ -122.294655, 37.898833 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1004", "population": 9, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6640, "AWATER10": 0, "INTPTLAT10": "+37.8980962", "INTPTLON10": "-122.2932964" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293797, 37.898562 ], [ -122.292938, 37.898427 ], [ -122.292938, 37.897750 ], [ -122.293797, 37.897750 ], [ -122.293797, 37.898562 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1003", "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1246, "AWATER10": 0, "INTPTLAT10": "+37.8980064", "INTPTLON10": "-122.2927412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.898427 ], [ -122.292767, 37.897750 ], [ -122.292938, 37.897750 ], [ -122.292938, 37.898427 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1010", "population": 2, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2269, "AWATER10": 0, "INTPTLAT10": "+37.8971964", "INTPTLON10": "-122.2927567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.897750 ], [ -122.292767, 37.896801 ], [ -122.292938, 37.896801 ], [ -122.292938, 37.897750 ], [ -122.292767, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1002", "population": 31, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14980, "AWATER10": 0, "INTPTLAT10": "+37.8974821", "INTPTLON10": "-122.2921539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.898427 ], [ -122.291737, 37.898156 ], [ -122.291737, 37.896801 ], [ -122.292767, 37.896801 ], [ -122.292767, 37.898427 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1001", "population": 21, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11297, "AWATER10": 0, "INTPTLAT10": "+37.8973215", "INTPTLON10": "-122.2912175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291737, 37.898156 ], [ -122.290878, 37.898021 ], [ -122.290878, 37.896666 ], [ -122.291737, 37.896801 ], [ -122.291737, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1000", "population": 16, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10019, "AWATER10": 0, "INTPTLAT10": "+37.8972478", "INTPTLON10": "-122.2903402" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290878, 37.898021 ], [ -122.290020, 37.897885 ], [ -122.290020, 37.896666 ], [ -122.290878, 37.896666 ], [ -122.290878, 37.898021 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2005", "population": 17, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10320, "AWATER10": 0, "INTPTLAT10": "+37.8972288", "INTPTLON10": "-122.2894724" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.897885 ], [ -122.289162, 37.896666 ], [ -122.290020, 37.896666 ], [ -122.290020, 37.897885 ], [ -122.289162, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1008", "population": 37, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25122, "AWATER10": 0, "INTPTLAT10": "+37.8962273", "INTPTLON10": "-122.2942136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293797, 37.897750 ], [ -122.293968, 37.894769 ], [ -122.294483, 37.894634 ], [ -122.294827, 37.895447 ], [ -122.294655, 37.897750 ], [ -122.293797, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1009", "population": 44, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24911, "AWATER10": 0, "INTPTLAT10": "+37.8962389", "INTPTLON10": "-122.2933649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.897750 ], [ -122.293110, 37.894905 ], [ -122.293968, 37.894769 ], [ -122.293968, 37.895311 ], [ -122.293797, 37.897750 ], [ -122.292938, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1011", "population": 1, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4495, "AWATER10": 0, "INTPTLAT10": "+37.8957842", "INTPTLON10": "-122.2928245" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.896801 ], [ -122.292767, 37.894905 ], [ -122.293110, 37.894905 ], [ -122.292938, 37.896801 ], [ -122.292767, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1016", "population": 13, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8255, "AWATER10": 0, "INTPTLAT10": "+37.8939086", "INTPTLON10": "-122.2941575" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293968, 37.894769 ], [ -122.294140, 37.892873 ], [ -122.294655, 37.894634 ], [ -122.293968, 37.894769 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1015", "population": 30, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16238, "AWATER10": 0, "INTPTLAT10": "+37.8938032", "INTPTLON10": "-122.2934559" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293110, 37.894905 ], [ -122.293110, 37.892873 ], [ -122.293968, 37.892873 ], [ -122.293968, 37.894769 ], [ -122.293110, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1014", "population": 2, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5007, "AWATER10": 0, "INTPTLAT10": "+37.8938437", "INTPTLON10": "-122.2929060" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.894905 ], [ -122.292938, 37.892873 ], [ -122.293110, 37.892873 ], [ -122.293110, 37.894905 ], [ -122.292767, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1013", "population": 38, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18897, "AWATER10": 0, "INTPTLAT10": "+37.8938347", "INTPTLON10": "-122.2923093" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.894905 ], [ -122.291908, 37.892873 ], [ -122.292938, 37.892873 ], [ -122.292767, 37.894905 ], [ -122.291908, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 48606, "AWATER10": 0, "INTPTLAT10": "+37.8957510", "INTPTLON10": "-122.2913507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.896801 ], [ -122.290020, 37.896666 ], [ -122.290020, 37.895853 ], [ -122.290192, 37.894905 ], [ -122.292767, 37.894905 ], [ -122.292767, 37.896801 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2006", "population": 31, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15730, "AWATER10": 0, "INTPTLAT10": "+37.8956964", "INTPTLON10": "-122.2895702" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.896666 ], [ -122.289333, 37.894769 ], [ -122.290192, 37.894905 ], [ -122.290020, 37.896666 ], [ -122.289162, 37.896666 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3001", "population": 31, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16246, "AWATER10": 0, "INTPTLAT10": "+37.8938831", "INTPTLON10": "-122.2913917" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291050, 37.894905 ], [ -122.291050, 37.893008 ], [ -122.291908, 37.893008 ], [ -122.291908, 37.894905 ], [ -122.291050, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3000", "population": 31, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15665, "AWATER10": 0, "INTPTLAT10": "+37.8938607", "INTPTLON10": "-122.2905229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.894905 ], [ -122.290192, 37.893008 ], [ -122.291050, 37.893008 ], [ -122.291050, 37.894905 ], [ -122.290192, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2015", "population": 35, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15921, "AWATER10": 0, "INTPTLAT10": "+37.8938332", "INTPTLON10": "-122.2896635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.894905 ], [ -122.289333, 37.894769 ], [ -122.289333, 37.893008 ], [ -122.290192, 37.893008 ], [ -122.290192, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2004", "population": 16, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11206, "AWATER10": 0, "INTPTLAT10": "+37.8972632", "INTPTLON10": "-122.2886022" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288303, 37.898156 ], [ -122.288303, 37.896666 ], [ -122.289162, 37.896666 ], [ -122.289162, 37.897885 ], [ -122.288303, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2003", "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1027, "AWATER10": 0, "INTPTLAT10": "+37.8973454", "INTPTLON10": "-122.2881508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288303, 37.897885 ], [ -122.288132, 37.897885 ], [ -122.288132, 37.897479 ], [ -122.288303, 37.897479 ], [ -122.288303, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2002", "population": 35, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16183, "AWATER10": 0, "INTPTLAT10": "+37.8975006", "INTPTLON10": "-122.2876349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287273, 37.898698 ], [ -122.287273, 37.896666 ], [ -122.288303, 37.896666 ], [ -122.288132, 37.898156 ], [ -122.287273, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 948, "AWATER10": 0, "INTPTLAT10": "+37.8984122", "INTPTLON10": "-122.2870554" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.898833 ], [ -122.287273, 37.898156 ], [ -122.287273, 37.898698 ], [ -122.287102, 37.898833 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2001", "population": 9, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2708, "AWATER10": 0, "INTPTLAT10": "+37.8973380", "INTPTLON10": "-122.2871259" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.898156 ], [ -122.287102, 37.896666 ], [ -122.287273, 37.896666 ], [ -122.287273, 37.898156 ], [ -122.287102, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2007", "population": 30, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15930, "AWATER10": 0, "INTPTLAT10": "+37.8956694", "INTPTLON10": "-122.2886965" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288303, 37.896666 ], [ -122.288303, 37.894769 ], [ -122.289333, 37.894769 ], [ -122.289162, 37.896666 ], [ -122.288303, 37.896666 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1214, "AWATER10": 0, "INTPTLAT10": "+37.8956738", "INTPTLON10": "-122.2882217" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288475, 37.895989 ], [ -122.288132, 37.895989 ], [ -122.288132, 37.895582 ], [ -122.288475, 37.895582 ], [ -122.288475, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2009", "population": 33, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15974, "AWATER10": 0, "INTPTLAT10": "+37.8956464", "INTPTLON10": "-122.2877473" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287273, 37.896666 ], [ -122.287445, 37.894769 ], [ -122.288303, 37.894769 ], [ -122.288303, 37.896666 ], [ -122.287273, 37.896666 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2010", "population": 10, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3628, "AWATER10": 0, "INTPTLAT10": "+37.8956076", "INTPTLON10": "-122.2872058" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.896666 ], [ -122.287273, 37.894769 ], [ -122.287445, 37.894769 ], [ -122.287273, 37.896666 ], [ -122.287102, 37.896666 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2014", "population": 32, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16117, "AWATER10": 0, "INTPTLAT10": "+37.8938093", "INTPTLON10": "-122.2887874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288303, 37.894769 ], [ -122.288475, 37.892873 ], [ -122.289333, 37.893008 ], [ -122.289333, 37.894769 ], [ -122.288303, 37.894769 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2013", "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1269, "AWATER10": 0, "INTPTLAT10": "+37.8937720", "INTPTLON10": "-122.2883131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288647, 37.894498 ], [ -122.288303, 37.894498 ], [ -122.288303, 37.894092 ], [ -122.288647, 37.894092 ], [ -122.288647, 37.894498 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2012", "population": 30, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16253, "AWATER10": 0, "INTPTLAT10": "+37.8937801", "INTPTLON10": "-122.2878360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.894769 ], [ -122.287445, 37.892873 ], [ -122.288475, 37.892873 ], [ -122.288303, 37.894769 ], [ -122.287445, 37.894769 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2011", "population": 11, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4556, "AWATER10": 0, "INTPTLAT10": "+37.8937317", "INTPTLON10": "-122.2872753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287273, 37.894769 ], [ -122.287273, 37.892873 ], [ -122.287445, 37.892873 ], [ -122.287445, 37.894769 ], [ -122.287273, 37.894769 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3012", "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 636, "AWATER10": 0, "INTPTLAT10": "+37.8920512", "INTPTLON10": "-122.2995612" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299633, 37.892466 ], [ -122.299633, 37.892196 ], [ -122.299976, 37.892196 ], [ -122.299976, 37.892466 ], [ -122.299633, 37.892466 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3010", "population": 30, "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14291, "AWATER10": 0, "INTPTLAT10": "+37.8911018", "INTPTLON10": "-122.2987261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298603, 37.892060 ], [ -122.298088, 37.890434 ], [ -122.298946, 37.890299 ], [ -122.299461, 37.891925 ], [ -122.298603, 37.892060 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1922, "AWATER10": 0, "INTPTLAT10": "+37.8910433", "INTPTLON10": "-122.2992359" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299461, 37.891925 ], [ -122.298946, 37.890299 ], [ -122.299461, 37.891518 ], [ -122.299461, 37.891925 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1013", "population": 4, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 568, "AWATER10": 0, "INTPTLAT10": "+37.8901726", "INTPTLON10": "-122.2994482" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299805, 37.890299 ], [ -122.299805, 37.890028 ], [ -122.300148, 37.890028 ], [ -122.300148, 37.890299 ], [ -122.299805, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3009", "population": 84, "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15100, "AWATER10": 0, "INTPTLAT10": "+37.8912058", "INTPTLON10": "-122.2978563" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.892196 ], [ -122.297230, 37.890434 ], [ -122.298088, 37.890434 ], [ -122.298260, 37.890705 ], [ -122.298603, 37.892060 ], [ -122.297745, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1004", "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 521, "AWATER10": 0, "INTPTLAT10": "+37.8903091", "INTPTLON10": "-122.2975987" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.890570 ], [ -122.297058, 37.890299 ], [ -122.297401, 37.890299 ], [ -122.297401, 37.890570 ], [ -122.297058, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1014", "population": 43, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21543, "AWATER10": 0, "INTPTLAT10": "+37.8889340", "INTPTLON10": "-122.2990835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.890299 ], [ -122.298260, 37.887860 ], [ -122.299290, 37.887860 ], [ -122.299976, 37.890163 ], [ -122.299118, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3061, "AWATER10": 0, "INTPTLAT10": "+37.8890168", "INTPTLON10": "-122.2985896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298946, 37.890299 ], [ -122.298260, 37.887860 ], [ -122.299118, 37.890299 ], [ -122.298946, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1007", "population": 70, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 32096, "AWATER10": 0, "INTPTLAT10": "+37.8884580", "INTPTLON10": "-122.2979153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.890299 ], [ -122.297916, 37.889622 ], [ -122.297058, 37.886912 ], [ -122.297916, 37.886777 ], [ -122.298946, 37.890299 ], [ -122.298088, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3008", "population": 51, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16353, "AWATER10": 0, "INTPTLAT10": "+37.8913200", "INTPTLON10": "-122.2970017" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.892466 ], [ -122.296371, 37.890434 ], [ -122.297230, 37.890434 ], [ -122.297401, 37.890841 ], [ -122.297745, 37.892196 ], [ -122.297058, 37.892466 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2012", "population": 51, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17230, "AWATER10": 0, "INTPTLAT10": "+37.8914257", "INTPTLON10": "-122.2961445" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296200, 37.892602 ], [ -122.295513, 37.890570 ], [ -122.296371, 37.890434 ], [ -122.297058, 37.892466 ], [ -122.296200, 37.892602 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 411, "AWATER10": 0, "INTPTLAT10": "+37.8904111", "INTPTLON10": "-122.2958187" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296200, 37.890570 ], [ -122.296200, 37.890299 ], [ -122.296543, 37.890299 ], [ -122.296543, 37.890570 ], [ -122.296200, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2008", "population": 50, "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18377, "AWATER10": 0, "INTPTLAT10": "+37.8915386", "INTPTLON10": "-122.2952863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295341, 37.892737 ], [ -122.294655, 37.890570 ], [ -122.295513, 37.890570 ], [ -122.296200, 37.892602 ], [ -122.295341, 37.892737 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2009", "population": 57, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19818, "AWATER10": 0, "INTPTLAT10": "+37.8916581", "INTPTLON10": "-122.2944181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294483, 37.892873 ], [ -122.293625, 37.890570 ], [ -122.294655, 37.890570 ], [ -122.295341, 37.892737 ], [ -122.294483, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1015", "population": 83, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29154, "AWATER10": 0, "INTPTLAT10": "+37.8886165", "INTPTLON10": "-122.2970361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297230, 37.890434 ], [ -122.296200, 37.887183 ], [ -122.297058, 37.886912 ], [ -122.298088, 37.890299 ], [ -122.297230, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1014", "population": 69, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28068, "AWATER10": 0, "INTPTLAT10": "+37.8887349", "INTPTLON10": "-122.2961756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296371, 37.890434 ], [ -122.295341, 37.887318 ], [ -122.296200, 37.887183 ], [ -122.297230, 37.890434 ], [ -122.296371, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1010", "population": 33, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26672, "AWATER10": 0, "INTPTLAT10": "+37.8888488", "INTPTLON10": "-122.2953196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295513, 37.890434 ], [ -122.294483, 37.887454 ], [ -122.295341, 37.887318 ], [ -122.296371, 37.890434 ], [ -122.295513, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1011", "population": 68, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26518, "AWATER10": 0, "INTPTLAT10": "+37.8889300", "INTPTLON10": "-122.2944569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.890570 ], [ -122.293625, 37.887589 ], [ -122.294483, 37.887454 ], [ -122.295513, 37.890434 ], [ -122.294655, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11282, "AWATER10": 0, "INTPTLAT10": "+37.8873799", "INTPTLON10": "-122.2988707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298260, 37.887860 ], [ -122.297916, 37.886777 ], [ -122.299633, 37.887589 ], [ -122.301006, 37.887725 ], [ -122.298260, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 79019, "AWATER10": 0, "INTPTLAT10": "+37.8858279", "INTPTLON10": "-122.2991231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301006, 37.887725 ], [ -122.299633, 37.887589 ], [ -122.297916, 37.886777 ], [ -122.297401, 37.884609 ], [ -122.298431, 37.884473 ], [ -122.299976, 37.884067 ], [ -122.301006, 37.887725 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1017", "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 621, "AWATER10": 0, "INTPTLAT10": "+37.8867580", "INTPTLON10": "-122.2973472" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.886912 ], [ -122.297745, 37.886641 ], [ -122.298088, 37.886641 ], [ -122.298088, 37.886912 ], [ -122.297745, 37.886912 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1018", "population": 1, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22069, "AWATER10": 0, "INTPTLAT10": "+37.8835790", "INTPTLON10": "-122.2990681" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298431, 37.884473 ], [ -122.298088, 37.883254 ], [ -122.300320, 37.882983 ], [ -122.300320, 37.883119 ], [ -122.299805, 37.884202 ], [ -122.298431, 37.884473 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2007", "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2761, "AWATER10": 0, "INTPTLAT10": "+37.8856449", "INTPTLON10": "-122.2975097" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.886506 ], [ -122.297573, 37.886506 ], [ -122.297573, 37.885964 ], [ -122.298088, 37.885964 ], [ -122.298088, 37.886506 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11921, "AWATER10": 0, "INTPTLAT10": "+37.8839314", "INTPTLON10": "-122.2976037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297401, 37.884609 ], [ -122.297058, 37.883525 ], [ -122.298088, 37.883254 ], [ -122.298431, 37.884473 ], [ -122.297401, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1013", "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 616, "AWATER10": 0, "INTPTLAT10": "+37.8870993", "INTPTLON10": "-122.2956428" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296028, 37.887318 ], [ -122.296028, 37.887048 ], [ -122.296371, 37.887048 ], [ -122.296371, 37.887318 ], [ -122.296028, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 615, "AWATER10": 0, "INTPTLAT10": "+37.8872675", "INTPTLON10": "-122.2948079" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295170, 37.887454 ], [ -122.295170, 37.887183 ], [ -122.295513, 37.887183 ], [ -122.295513, 37.887454 ], [ -122.295170, 37.887454 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2003", "population": 58, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24754, "AWATER10": 0, "INTPTLAT10": "+37.8858112", "INTPTLON10": "-122.2943382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294483, 37.887318 ], [ -122.293625, 37.884609 ], [ -122.294483, 37.884338 ], [ -122.295341, 37.887183 ], [ -122.294483, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2006", "population": 91, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25305, "AWATER10": 0, "INTPTLAT10": "+37.8853070", "INTPTLON10": "-122.2968750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297058, 37.886912 ], [ -122.296028, 37.884067 ], [ -122.296886, 37.883931 ], [ -122.297916, 37.886777 ], [ -122.297058, 37.886912 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2005", "population": 98, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24545, "AWATER10": 0, "INTPTLAT10": "+37.8854914", "INTPTLON10": "-122.2960301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296200, 37.887048 ], [ -122.295170, 37.884202 ], [ -122.296028, 37.884067 ], [ -122.297058, 37.886912 ], [ -122.296200, 37.887048 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1060, "AWATER10": 0, "INTPTLAT10": "+37.8841984", "INTPTLON10": "-122.2970500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297230, 37.884744 ], [ -122.297058, 37.883796 ], [ -122.297401, 37.884609 ], [ -122.297230, 37.884744 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2004", "population": 63, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24848, "AWATER10": 0, "INTPTLAT10": "+37.8856461", "INTPTLON10": "-122.2951842" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295341, 37.887183 ], [ -122.294483, 37.884338 ], [ -122.295170, 37.884202 ], [ -122.296200, 37.887048 ], [ -122.295341, 37.887183 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2012", "population": 35, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12579, "AWATER10": 0, "INTPTLAT10": "+37.8835272", "INTPTLON10": "-122.2945038" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294483, 37.884338 ], [ -122.293968, 37.882983 ], [ -122.294827, 37.882848 ], [ -122.295170, 37.884202 ], [ -122.294483, 37.884338 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2010", "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8445, "AWATER10": 0, "INTPTLAT10": "+37.8914852", "INTPTLON10": "-122.2936957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294140, 37.892873 ], [ -122.293282, 37.891112 ], [ -122.293282, 37.890705 ], [ -122.293625, 37.890570 ], [ -122.294483, 37.892873 ], [ -122.294140, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1017", "population": 22, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10769, "AWATER10": 0, "INTPTLAT10": "+37.8921881", "INTPTLON10": "-122.2934770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293110, 37.892873 ], [ -122.293282, 37.891112 ], [ -122.294140, 37.892873 ], [ -122.293110, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1018", "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4538, "AWATER10": 0, "INTPTLAT10": "+37.8918502", "INTPTLON10": "-122.2929851" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.892873 ], [ -122.292938, 37.890841 ], [ -122.293282, 37.891112 ], [ -122.293110, 37.892873 ], [ -122.292938, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 367, "AWATER10": 0, "INTPTLAT10": "+37.8905130", "INTPTLON10": "-122.2941122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.890705 ], [ -122.293625, 37.890434 ], [ -122.293968, 37.890434 ], [ -122.293968, 37.890705 ], [ -122.293625, 37.890705 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2011", "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 700, "AWATER10": 0, "INTPTLAT10": "+37.8907452", "INTPTLON10": "-122.2930474" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293110, 37.890841 ], [ -122.293110, 37.890570 ], [ -122.293453, 37.890570 ], [ -122.293453, 37.890841 ], [ -122.293110, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1019", "population": 42, "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20486, "AWATER10": 0, "INTPTLAT10": "+37.8917135", "INTPTLON10": "-122.2923947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.892873 ], [ -122.292080, 37.890705 ], [ -122.292938, 37.890705 ], [ -122.292938, 37.892873 ], [ -122.291908, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1006", "population": 49, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25175, "AWATER10": 0, "INTPTLAT10": "+37.8890495", "INTPTLON10": "-122.2935928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.890570 ], [ -122.293625, 37.890434 ], [ -122.292767, 37.887860 ], [ -122.293625, 37.887589 ], [ -122.294655, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1009", "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5818, "AWATER10": 0, "INTPTLAT10": "+37.8888891", "INTPTLON10": "-122.2929659" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.890434 ], [ -122.293282, 37.889893 ], [ -122.292595, 37.887725 ], [ -122.292767, 37.887860 ], [ -122.293625, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3006", "population": 17, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11825, "AWATER10": 0, "INTPTLAT10": "+37.8893267", "INTPTLON10": "-122.2928119" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.890570 ], [ -122.292252, 37.887860 ], [ -122.292595, 37.887860 ], [ -122.293282, 37.889893 ], [ -122.293797, 37.890570 ], [ -122.292938, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3007", "population": 55, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27950, "AWATER10": 0, "INTPTLAT10": "+37.8892518", "INTPTLON10": "-122.2920141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.890705 ], [ -122.291222, 37.888131 ], [ -122.292252, 37.887860 ], [ -122.292938, 37.890570 ], [ -122.291908, 37.890705 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 783, "AWATER10": 0, "INTPTLAT10": "+37.8879165", "INTPTLON10": "-122.2915924" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292080, 37.887996 ], [ -122.292080, 37.887725 ], [ -122.292423, 37.887725 ], [ -122.292423, 37.887996 ], [ -122.292080, 37.887996 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3002", "population": 38, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19544, "AWATER10": 0, "INTPTLAT10": "+37.8918042", "INTPTLON10": "-122.2914745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291050, 37.893008 ], [ -122.291222, 37.890705 ], [ -122.292080, 37.890705 ], [ -122.291908, 37.893008 ], [ -122.291050, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3003", "population": 32, "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18064, "AWATER10": 0, "INTPTLAT10": "+37.8918237", "INTPTLON10": "-122.2906157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.893008 ], [ -122.290363, 37.890841 ], [ -122.291222, 37.890705 ], [ -122.291050, 37.893008 ], [ -122.290192, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 344, "AWATER10": 0, "INTPTLAT10": "+37.8906459", "INTPTLON10": "-122.2914849" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291050, 37.890841 ], [ -122.291050, 37.890570 ], [ -122.291393, 37.890570 ], [ -122.291393, 37.890841 ], [ -122.291050, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3004", "population": 41, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18095, "AWATER10": 0, "INTPTLAT10": "+37.8918241", "INTPTLON10": "-122.2897641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289333, 37.893008 ], [ -122.289505, 37.890841 ], [ -122.290363, 37.890841 ], [ -122.290192, 37.893008 ], [ -122.289333, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3005", "population": 29, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16537, "AWATER10": 0, "INTPTLAT10": "+37.8919062", "INTPTLON10": "-122.2889102" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289333, 37.893008 ], [ -122.288475, 37.892873 ], [ -122.288475, 37.891518 ], [ -122.288990, 37.890841 ], [ -122.289505, 37.890841 ], [ -122.289333, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3002", "population": 82, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26786, "AWATER10": 0, "INTPTLAT10": "+37.8894113", "INTPTLON10": "-122.2909643" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290878, 37.890841 ], [ -122.290192, 37.888267 ], [ -122.291222, 37.888131 ], [ -122.291908, 37.890705 ], [ -122.291222, 37.890705 ], [ -122.290878, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3001", "population": 34, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22452, "AWATER10": 0, "INTPTLAT10": "+37.8895187", "INTPTLON10": "-122.2899595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290020, 37.890841 ], [ -122.289162, 37.888538 ], [ -122.290192, 37.888267 ], [ -122.290878, 37.890841 ], [ -122.290020, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3000", "population": 47, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21823, "AWATER10": 0, "INTPTLAT10": "+37.8896695", "INTPTLON10": "-122.2890200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288990, 37.890841 ], [ -122.288303, 37.888673 ], [ -122.289162, 37.888538 ], [ -122.290020, 37.890841 ], [ -122.288990, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3010", "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 689, "AWATER10": 0, "INTPTLAT10": "+37.8883258", "INTPTLON10": "-122.2895731" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290020, 37.888402 ], [ -122.290020, 37.888131 ], [ -122.290363, 37.888131 ], [ -122.290363, 37.888402 ], [ -122.290020, 37.888402 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2002", "population": 60, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24228, "AWATER10": 0, "INTPTLAT10": "+37.8859970", "INTPTLON10": "-122.2935084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.887589 ], [ -122.292767, 37.884744 ], [ -122.293625, 37.884609 ], [ -122.294483, 37.887318 ], [ -122.293625, 37.887589 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2001", "population": 58, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26078, "AWATER10": 0, "INTPTLAT10": "+37.8861973", "INTPTLON10": "-122.2926742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.887725 ], [ -122.291908, 37.884880 ], [ -122.292767, 37.884744 ], [ -122.293625, 37.887589 ], [ -122.293625, 37.887725 ], [ -122.292767, 37.887725 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6434, "AWATER10": 0, "INTPTLAT10": "+37.8862789", "INTPTLON10": "-122.2921162" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292595, 37.887725 ], [ -122.291565, 37.885015 ], [ -122.291737, 37.884880 ], [ -122.292767, 37.887725 ], [ -122.292595, 37.887725 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3015", "population": 15, "NAME10": "Block 3015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10776, "AWATER10": 0, "INTPTLAT10": "+37.8863229", "INTPTLON10": "-122.2918172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292252, 37.887860 ], [ -122.291222, 37.885015 ], [ -122.291565, 37.885015 ], [ -122.292595, 37.887725 ], [ -122.292252, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2013", "population": 33, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12945, "AWATER10": 0, "INTPTLAT10": "+37.8836932", "INTPTLON10": "-122.2936333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.884609 ], [ -122.293453, 37.884202 ], [ -122.293110, 37.883119 ], [ -122.293968, 37.882983 ], [ -122.294483, 37.884338 ], [ -122.293625, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2014", "population": 40, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13013, "AWATER10": 0, "INTPTLAT10": "+37.8838362", "INTPTLON10": "-122.2927774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.884744 ], [ -122.292595, 37.884473 ], [ -122.292080, 37.883254 ], [ -122.293110, 37.883119 ], [ -122.293625, 37.884609 ], [ -122.292767, 37.884744 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2015", "population": 30, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13985, "AWATER10": 0, "INTPTLAT10": "+37.8839739", "INTPTLON10": "-122.2919263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.884880 ], [ -122.291393, 37.883254 ], [ -122.292080, 37.883254 ], [ -122.292767, 37.884744 ], [ -122.291908, 37.884880 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3014", "population": 66, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29422, "AWATER10": 0, "INTPTLAT10": "+37.8864950", "INTPTLON10": "-122.2911376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291222, 37.887996 ], [ -122.290192, 37.885286 ], [ -122.291222, 37.885015 ], [ -122.292252, 37.887860 ], [ -122.291222, 37.887996 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3012", "population": 33, "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20277, "AWATER10": 0, "INTPTLAT10": "+37.8875706", "INTPTLON10": "-122.2892190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288303, 37.888673 ], [ -122.289333, 37.886099 ], [ -122.290192, 37.888267 ], [ -122.288303, 37.888673 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3013", "population": 60, "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 31172, "AWATER10": 0, "INTPTLAT10": "+37.8866087", "INTPTLON10": "-122.2901174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.888267 ], [ -122.289333, 37.886099 ], [ -122.289848, 37.884609 ], [ -122.290363, 37.885693 ], [ -122.291222, 37.887996 ], [ -122.290192, 37.888267 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3017", "population": 12, "NAME10": "Block 3017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6343, "AWATER10": 0, "INTPTLAT10": "+37.8840797", "INTPTLON10": "-122.2909809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291222, 37.885015 ], [ -122.290535, 37.883254 ], [ -122.290878, 37.883389 ], [ -122.291222, 37.884067 ], [ -122.291565, 37.885015 ], [ -122.291222, 37.885015 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5264, "AWATER10": 0, "INTPTLAT10": "+37.8839955", "INTPTLON10": "-122.2913154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.885015 ], [ -122.290878, 37.883389 ], [ -122.291222, 37.883254 ], [ -122.291393, 37.883254 ], [ -122.291908, 37.884880 ], [ -122.291565, 37.885015 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3018", "population": 32, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14557, "AWATER10": 0, "INTPTLAT10": "+37.8843696", "INTPTLON10": "-122.2904413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.885286 ], [ -122.289848, 37.884609 ], [ -122.290363, 37.883119 ], [ -122.290535, 37.883254 ], [ -122.291222, 37.885015 ], [ -122.290192, 37.885286 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1094, "AWATER10": 0, "INTPTLAT10": "+37.8853992", "INTPTLON10": "-122.2894711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289677, 37.885964 ], [ -122.289333, 37.885964 ], [ -122.289333, 37.885557 ], [ -122.289677, 37.885557 ], [ -122.289677, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1023", "population": 41, "NAME10": "Block 1023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15260, "AWATER10": 0, "INTPTLAT10": "+37.8840099", "INTPTLON10": "-122.2895305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289848, 37.885015 ], [ -122.288818, 37.884744 ], [ -122.289333, 37.883389 ], [ -122.290192, 37.883254 ], [ -122.290363, 37.883119 ], [ -122.289848, 37.885015 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2010", "population": 24, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6161, "AWATER10": 0, "INTPTLAT10": "+37.8835363", "INTPTLON10": "-122.2962204" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296028, 37.884067 ], [ -122.295856, 37.883119 ], [ -122.296028, 37.883119 ], [ -122.296886, 37.883525 ], [ -122.296886, 37.883931 ], [ -122.296028, 37.884067 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2011", "population": 33, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10125, "AWATER10": 0, "INTPTLAT10": "+37.8834818", "INTPTLON10": "-122.2953591" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295170, 37.884202 ], [ -122.294827, 37.882848 ], [ -122.295856, 37.883119 ], [ -122.296028, 37.884067 ], [ -122.295170, 37.884202 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1509, "AWATER10": 0, "INTPTLAT10": "+37.8926066", "INTPTLON10": "-122.2883829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.892060 ], [ -122.288475, 37.892060 ], [ -122.288475, 37.891654 ], [ -122.288818, 37.891654 ], [ -122.288818, 37.892060 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3007", "population": 28, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18637, "AWATER10": 0, "INTPTLAT10": "+37.8917853", "INTPTLON10": "-122.2879697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.892873 ], [ -122.287617, 37.890976 ], [ -122.288818, 37.890841 ], [ -122.288475, 37.891518 ], [ -122.288475, 37.892873 ], [ -122.287445, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2003", "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 446, "AWATER10": 0, "INTPTLAT10": "+37.8908208", "INTPTLON10": "-122.2882377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287617, 37.890976 ], [ -122.287617, 37.890705 ], [ -122.287960, 37.890705 ], [ -122.287960, 37.890976 ], [ -122.287617, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3008", "population": 12, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5620, "AWATER10": 0, "INTPTLAT10": "+37.8918093", "INTPTLON10": "-122.2873239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287273, 37.892873 ], [ -122.287273, 37.890976 ], [ -122.287617, 37.890976 ], [ -122.287617, 37.891383 ], [ -122.287445, 37.892873 ], [ -122.287273, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 375, "AWATER10": 0, "INTPTLAT10": "+37.8909521", "INTPTLON10": "-122.2861793" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286587, 37.891112 ], [ -122.286587, 37.890841 ], [ -122.286930, 37.890841 ], [ -122.286930, 37.891112 ], [ -122.286587, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2004", "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1970, "AWATER10": 0, "INTPTLAT10": "+37.8896802", "INTPTLON10": "-122.2884737" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.890841 ], [ -122.288132, 37.888809 ], [ -122.288303, 37.888673 ], [ -122.288303, 37.888944 ], [ -122.288818, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2005", "population": 54, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21301, "AWATER10": 0, "INTPTLAT10": "+37.8898284", "INTPTLON10": "-122.2879267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287788, 37.890841 ], [ -122.287102, 37.889080 ], [ -122.288132, 37.888809 ], [ -122.288818, 37.890841 ], [ -122.287788, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2006", "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 812, "AWATER10": 0, "INTPTLAT10": "+37.8888233", "INTPTLON10": "-122.2875914" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.888809 ], [ -122.288132, 37.888538 ], [ -122.288475, 37.888538 ], [ -122.288475, 37.888809 ], [ -122.288132, 37.888809 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2002", "population": 13, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16691, "AWATER10": 0, "INTPTLAT10": "+37.8900585", "INTPTLON10": "-122.2869139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.890976 ], [ -122.286243, 37.889486 ], [ -122.287102, 37.889080 ], [ -122.287788, 37.890976 ], [ -122.287617, 37.890841 ], [ -122.286758, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2007", "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 740, "AWATER10": 0, "INTPTLAT10": "+37.8892157", "INTPTLON10": "-122.2866157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286930, 37.889215 ], [ -122.286930, 37.888944 ], [ -122.287273, 37.888944 ], [ -122.287273, 37.889215 ], [ -122.286930, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2010", "population": 27, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15494, "AWATER10": 0, "INTPTLAT10": "+37.8884410", "INTPTLON10": "-122.2866366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286243, 37.889351 ], [ -122.286072, 37.888673 ], [ -122.286415, 37.887725 ], [ -122.287617, 37.887996 ], [ -122.287102, 37.889080 ], [ -122.286243, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2001", "population": 18, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14791, "AWATER10": 0, "INTPTLAT10": "+37.8902095", "INTPTLON10": "-122.2859011" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.890976 ], [ -122.285213, 37.889622 ], [ -122.286243, 37.889486 ], [ -122.286758, 37.890976 ], [ -122.285728, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 424, "AWATER10": 0, "INTPTLAT10": "+37.8910153", "INTPTLON10": "-122.2850935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284355, 37.891247 ], [ -122.284355, 37.890976 ], [ -122.284698, 37.890976 ], [ -122.284698, 37.891247 ], [ -122.284355, 37.891247 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1003", "population": 27, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16431, "AWATER10": 0, "INTPTLAT10": "+37.8902144", "INTPTLON10": "-122.2848310" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284527, 37.891112 ], [ -122.284184, 37.889351 ], [ -122.285213, 37.889622 ], [ -122.285728, 37.890976 ], [ -122.284527, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1004", "population": 22, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19676, "AWATER10": 0, "INTPTLAT10": "+37.8901108", "INTPTLON10": "-122.2837239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283497, 37.891112 ], [ -122.282982, 37.889215 ], [ -122.284184, 37.889351 ], [ -122.284527, 37.890976 ], [ -122.283497, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 676, "AWATER10": 0, "INTPTLAT10": "+37.8894421", "INTPTLON10": "-122.2856518" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286072, 37.889486 ], [ -122.286072, 37.889215 ], [ -122.286415, 37.889215 ], [ -122.286415, 37.889486 ], [ -122.286072, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2009", "population": 34, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19896, "AWATER10": 0, "INTPTLAT10": "+37.8884164", "INTPTLON10": "-122.2856099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285213, 37.889486 ], [ -122.285042, 37.888673 ], [ -122.285385, 37.887454 ], [ -122.286415, 37.887725 ], [ -122.286072, 37.888673 ], [ -122.286243, 37.889351 ], [ -122.285385, 37.889486 ], [ -122.285213, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1010", "population": 1, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1878, "AWATER10": 0, "INTPTLAT10": "+37.8889080", "INTPTLON10": "-122.2850205" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.888944 ], [ -122.284870, 37.888944 ], [ -122.284870, 37.888538 ], [ -122.285385, 37.888538 ], [ -122.285385, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 832, "AWATER10": 0, "INTPTLAT10": "+37.8893913", "INTPTLON10": "-122.2845906" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285042, 37.889757 ], [ -122.285042, 37.889486 ], [ -122.285385, 37.889486 ], [ -122.285385, 37.889757 ], [ -122.285042, 37.889757 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1009", "population": 36, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22493, "AWATER10": 0, "INTPTLAT10": "+37.8883323", "INTPTLON10": "-122.2844715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285213, 37.889486 ], [ -122.283840, 37.889215 ], [ -122.284355, 37.887183 ], [ -122.285385, 37.887454 ], [ -122.285042, 37.888538 ], [ -122.285213, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1014", "population": 38, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22296, "AWATER10": 0, "INTPTLAT10": "+37.8880279", "INTPTLON10": "-122.2834249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283669, 37.889215 ], [ -122.282810, 37.889080 ], [ -122.282810, 37.888673 ], [ -122.283325, 37.886912 ], [ -122.283669, 37.887048 ], [ -122.284355, 37.887183 ], [ -122.283669, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2012", "population": 1, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2533, "AWATER10": 0, "INTPTLAT10": "+37.8872385", "INTPTLON10": "-122.2887646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288990, 37.887725 ], [ -122.288475, 37.887725 ], [ -122.288475, 37.887183 ], [ -122.288990, 37.887183 ], [ -122.288990, 37.887725 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2011", "population": 51, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 36927, "AWATER10": 0, "INTPTLAT10": "+37.8868308", "INTPTLON10": "-122.2883823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.889080 ], [ -122.288818, 37.884744 ], [ -122.289677, 37.884880 ], [ -122.289333, 37.885964 ], [ -122.288303, 37.888673 ], [ -122.287102, 37.889080 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2013", "population": 64, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27693, "AWATER10": 0, "INTPTLAT10": "+37.8861944", "INTPTLON10": "-122.2877578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287617, 37.887996 ], [ -122.286758, 37.887725 ], [ -122.287960, 37.884609 ], [ -122.288818, 37.884744 ], [ -122.287617, 37.887996 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2015", "population": 19, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8164, "AWATER10": 0, "INTPTLAT10": "+37.8861594", "INTPTLON10": "-122.2868653" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287273, 37.886777 ], [ -122.286415, 37.886641 ], [ -122.286758, 37.885693 ], [ -122.287617, 37.885828 ], [ -122.287273, 37.886777 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2014", "population": 73, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 41589, "AWATER10": 0, "INTPTLAT10": "+37.8849195", "INTPTLON10": "-122.2873798" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.887725 ], [ -122.285385, 37.887454 ], [ -122.286758, 37.884067 ], [ -122.288132, 37.884338 ], [ -122.287617, 37.885828 ], [ -122.286758, 37.885693 ], [ -122.286587, 37.885828 ], [ -122.286415, 37.886641 ], [ -122.287273, 37.886777 ], [ -122.286758, 37.887725 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1022", "population": 31, "NAME10": "Block 1022", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12213, "AWATER10": 0, "INTPTLAT10": "+37.8838753", "INTPTLON10": "-122.2886289" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.884744 ], [ -122.287960, 37.884609 ], [ -122.288647, 37.883119 ], [ -122.289333, 37.883389 ], [ -122.288818, 37.884744 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1466, "AWATER10": 0, "INTPTLAT10": "+37.8847579", "INTPTLON10": "-122.2863241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286587, 37.885015 ], [ -122.286243, 37.885015 ], [ -122.286243, 37.884609 ], [ -122.286587, 37.884609 ], [ -122.286587, 37.885015 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1704, "AWATER10": 0, "INTPTLAT10": "+37.8864397", "INTPTLON10": "-122.2856823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285900, 37.886641 ], [ -122.285385, 37.886641 ], [ -122.285385, 37.886235 ], [ -122.285900, 37.886235 ], [ -122.285900, 37.886641 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1012", "population": 39, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17780, "AWATER10": 0, "INTPTLAT10": "+37.8863390", "INTPTLON10": "-122.2851750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.887454 ], [ -122.284355, 37.887183 ], [ -122.285213, 37.885422 ], [ -122.286072, 37.885557 ], [ -122.285385, 37.887454 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1018", "population": 45, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20717, "AWATER10": 0, "INTPTLAT10": "+37.8843388", "INTPTLON10": "-122.2859716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286072, 37.885557 ], [ -122.285213, 37.885422 ], [ -122.285728, 37.883660 ], [ -122.287102, 37.882983 ], [ -122.286587, 37.884067 ], [ -122.286072, 37.885557 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1025", "NAME10": "Block 1025", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1018, "AWATER10": 0, "INTPTLAT10": "+37.8838716", "INTPTLON10": "-122.2850766" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284527, 37.884202 ], [ -122.285728, 37.883660 ], [ -122.284870, 37.884202 ], [ -122.284527, 37.884202 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1013", "population": 65, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28788, "AWATER10": 0, "INTPTLAT10": "+37.8854489", "INTPTLON10": "-122.2845719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284355, 37.887183 ], [ -122.283669, 37.887048 ], [ -122.283840, 37.886235 ], [ -122.284527, 37.884202 ], [ -122.285728, 37.883660 ], [ -122.284355, 37.887183 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1029", "population": 30, "NAME10": "Block 1029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16994, "AWATER10": 0, "INTPTLAT10": "+37.8853080", "INTPTLON10": "-122.2836511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283840, 37.886235 ], [ -122.282810, 37.886099 ], [ -122.283497, 37.884744 ], [ -122.284527, 37.884202 ], [ -122.283840, 37.886235 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1027", "NAME10": "Block 1027", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 906, "AWATER10": 0, "INTPTLAT10": "+37.8844362", "INTPTLON10": "-122.2839247" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283497, 37.884744 ], [ -122.284527, 37.884202 ], [ -122.284012, 37.884609 ], [ -122.283497, 37.884744 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1026", "population": 17, "NAME10": "Block 1026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 63728, "AWATER10": 0, "INTPTLAT10": "+37.8834939", "INTPTLON10": "-122.2837979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282124, 37.885015 ], [ -122.282295, 37.884473 ], [ -122.281952, 37.884473 ], [ -122.282810, 37.882577 ], [ -122.286072, 37.882577 ], [ -122.285728, 37.883660 ], [ -122.283154, 37.884880 ], [ -122.282124, 37.885015 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1005", "population": 22, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19453, "AWATER10": 0, "INTPTLAT10": "+37.8901660", "INTPTLON10": "-122.2826890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282467, 37.891247 ], [ -122.281952, 37.889486 ], [ -122.282982, 37.889215 ], [ -122.283497, 37.891112 ], [ -122.282467, 37.891247 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 627, "AWATER10": 0, "INTPTLAT10": "+37.8891127", "INTPTLON10": "-122.2832122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283497, 37.889351 ], [ -122.283497, 37.889080 ], [ -122.283840, 37.889080 ], [ -122.283840, 37.889351 ], [ -122.283497, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 691, "AWATER10": 0, "INTPTLAT10": "+37.8892075", "INTPTLON10": "-122.2823202" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282639, 37.889215 ], [ -122.282639, 37.888944 ], [ -122.282982, 37.888944 ], [ -122.282982, 37.889215 ], [ -122.282639, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1017", "population": 37, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24687, "AWATER10": 0, "INTPTLAT10": "+37.8879459", "INTPTLON10": "-122.2823713" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281952, 37.889351 ], [ -122.281780, 37.888673 ], [ -122.282295, 37.886777 ], [ -122.283325, 37.886912 ], [ -122.282810, 37.888673 ], [ -122.282810, 37.889080 ], [ -122.281952, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1016", "population": 16, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9100, "AWATER10": 0, "INTPTLAT10": "+37.8864607", "INTPTLON10": "-122.2830673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283669, 37.887048 ], [ -122.282295, 37.886777 ], [ -122.282639, 37.886370 ], [ -122.282810, 37.886099 ], [ -122.283840, 37.886235 ], [ -122.283669, 37.887048 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1028", "NAME10": "Block 1028", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1037, "AWATER10": 0, "INTPTLAT10": "+37.8849026", "INTPTLON10": "-122.2826795" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282467, 37.885151 ], [ -122.282124, 37.885015 ], [ -122.283497, 37.884744 ], [ -122.282467, 37.885151 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1021", "population": 45, "NAME10": "Block 1021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18586, "AWATER10": 0, "INTPTLAT10": "+37.8834620", "INTPTLON10": "-122.2875836" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.884338 ], [ -122.286758, 37.884067 ], [ -122.287102, 37.882983 ], [ -122.287273, 37.882712 ], [ -122.288647, 37.883119 ], [ -122.288132, 37.884338 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1020", "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 979, "AWATER10": 0, "INTPTLAT10": "+37.8834653", "INTPTLON10": "-122.2868181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286587, 37.884202 ], [ -122.286587, 37.883931 ], [ -122.286930, 37.883931 ], [ -122.286930, 37.884202 ], [ -122.286587, 37.884202 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1024", "population": 1, "NAME10": "Block 1024", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1201, "AWATER10": 0, "INTPTLAT10": "+37.8832245", "INTPTLON10": "-122.2863663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286587, 37.883525 ], [ -122.286243, 37.883525 ], [ -122.286243, 37.883119 ], [ -122.286587, 37.883119 ], [ -122.286587, 37.883525 ] ] ] } } +, +{ "type": "Feature", "id": 12345, "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1031", "population": 15, "NAME10": "Block 1031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7920, "AWATER10": 0, "INTPTLAT10": "+37.8828579", "INTPTLON10": "-122.2863490" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.883660 ], [ -122.286072, 37.882577 ], [ -122.287273, 37.882577 ], [ -122.287102, 37.882983 ], [ -122.285728, 37.883660 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 10, "x": 164, "y": 395 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312508, 37.897479 ], [ -122.312593, 37.897072 ], [ -122.311649, 37.896869 ], [ -122.311563, 37.896192 ], [ -122.311134, 37.896056 ], [ -122.311306, 37.895785 ], [ -122.311134, 37.895582 ], [ -122.310705, 37.895514 ], [ -122.310619, 37.895108 ], [ -122.310190, 37.894769 ], [ -122.309504, 37.893482 ], [ -122.309160, 37.892263 ], [ -122.309074, 37.891315 ], [ -122.309332, 37.889757 ], [ -122.309504, 37.889147 ], [ -122.309847, 37.888809 ], [ -122.310104, 37.888944 ], [ -122.310190, 37.889147 ], [ -122.310877, 37.889757 ], [ -122.311049, 37.890231 ], [ -122.311134, 37.890299 ], [ -122.311220, 37.889960 ], [ -122.311392, 37.889960 ], [ -122.311735, 37.890434 ], [ -122.312765, 37.891247 ], [ -122.313709, 37.891925 ], [ -122.314310, 37.891992 ], [ -122.314739, 37.892466 ], [ -122.314825, 37.892466 ], [ -122.314568, 37.891925 ], [ -122.315941, 37.891925 ], [ -122.316027, 37.891180 ], [ -122.317657, 37.890976 ], [ -122.319889, 37.889960 ], [ -122.322721, 37.890028 ], [ -122.323151, 37.891044 ], [ -122.324009, 37.892399 ], [ -122.325726, 37.892534 ], [ -122.325897, 37.892331 ], [ -122.325554, 37.892060 ], [ -122.325640, 37.890841 ], [ -122.327356, 37.890841 ], [ -122.327442, 37.891518 ], [ -122.327528, 37.891586 ], [ -122.327614, 37.891450 ], [ -122.327700, 37.890231 ], [ -122.327614, 37.889689 ], [ -122.334738, 37.889622 ], [ -122.333450, 37.892805 ], [ -122.312508, 37.897479 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 265574, "AWATER10": 0, "INTPTLAT10": "+37.8905867", "INTPTLON10": "-122.3181131" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309160, 37.892263 ], [ -122.308903, 37.890502 ], [ -122.308989, 37.888809 ], [ -122.309246, 37.887860 ], [ -122.309847, 37.888131 ], [ -122.311306, 37.889486 ], [ -122.315598, 37.889689 ], [ -122.315855, 37.889554 ], [ -122.327614, 37.889689 ], [ -122.327614, 37.891450 ], [ -122.327528, 37.891586 ], [ -122.327442, 37.891518 ], [ -122.327356, 37.890841 ], [ -122.325811, 37.890841 ], [ -122.325640, 37.890976 ], [ -122.325554, 37.891518 ], [ -122.325554, 37.892060 ], [ -122.325897, 37.892331 ], [ -122.325897, 37.892534 ], [ -122.324009, 37.892399 ], [ -122.323151, 37.891044 ], [ -122.322721, 37.890028 ], [ -122.319889, 37.889960 ], [ -122.317657, 37.890976 ], [ -122.316027, 37.891180 ], [ -122.315941, 37.891925 ], [ -122.314568, 37.891925 ], [ -122.314825, 37.892466 ], [ -122.314739, 37.892466 ], [ -122.314310, 37.891992 ], [ -122.313709, 37.891925 ], [ -122.312765, 37.891247 ], [ -122.311735, 37.890434 ], [ -122.311392, 37.889960 ], [ -122.311220, 37.889960 ], [ -122.311134, 37.890299 ], [ -122.311049, 37.890231 ], [ -122.310877, 37.889757 ], [ -122.310190, 37.889147 ], [ -122.310104, 37.888944 ], [ -122.309847, 37.888809 ], [ -122.309504, 37.889147 ], [ -122.309332, 37.889757 ], [ -122.309074, 37.891315 ], [ -122.309160, 37.892263 ] ] ], [ [ [ -122.309160, 37.892263 ], [ -122.309504, 37.893482 ], [ -122.310190, 37.894769 ], [ -122.310619, 37.895108 ], [ -122.310705, 37.895514 ], [ -122.311134, 37.895582 ], [ -122.311306, 37.895785 ], [ -122.311134, 37.896056 ], [ -122.311563, 37.896192 ], [ -122.311563, 37.896734 ], [ -122.310705, 37.895785 ], [ -122.310019, 37.894769 ], [ -122.309246, 37.893076 ], [ -122.309160, 37.892263 ] ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3007", "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3648, "AWATER10": 0, "INTPTLAT10": "+37.8971393", "INTPTLON10": "-122.3121267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312078, 37.897479 ], [ -122.311649, 37.896869 ], [ -122.312508, 37.896937 ], [ -122.312593, 37.897140 ], [ -122.312508, 37.897479 ], [ -122.312078, 37.897479 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18792, "AWATER10": 0, "INTPTLAT10": "+37.8946697", "INTPTLON10": "-122.3084294" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309589, 37.897885 ], [ -122.309332, 37.897817 ], [ -122.308302, 37.895244 ], [ -122.307959, 37.894024 ], [ -122.307873, 37.892805 ], [ -122.307873, 37.892331 ], [ -122.308044, 37.892196 ], [ -122.308302, 37.892196 ], [ -122.308388, 37.894431 ], [ -122.309418, 37.897343 ], [ -122.309589, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3005", "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 30820, "AWATER10": 0, "INTPTLAT10": "+37.8910154", "INTPTLON10": "-122.3085406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311478, 37.897682 ], [ -122.309933, 37.895718 ], [ -122.309332, 37.894566 ], [ -122.308559, 37.892399 ], [ -122.308130, 37.890638 ], [ -122.308388, 37.890096 ], [ -122.309418, 37.893889 ], [ -122.310534, 37.895853 ], [ -122.311907, 37.897546 ], [ -122.311478, 37.897682 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59347, "AWATER10": 0, "INTPTLAT10": "+37.8955812", "INTPTLON10": "-122.3094534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309589, 37.897885 ], [ -122.309418, 37.897343 ], [ -122.308388, 37.894431 ], [ -122.308302, 37.892331 ], [ -122.307959, 37.890976 ], [ -122.308130, 37.890638 ], [ -122.308559, 37.892399 ], [ -122.309332, 37.894566 ], [ -122.309933, 37.895718 ], [ -122.311478, 37.897682 ], [ -122.310963, 37.897885 ], [ -122.309589, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19563, "AWATER10": 24, "INTPTLAT10": "+37.8904059", "INTPTLON10": "-122.3086941" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311907, 37.897546 ], [ -122.310534, 37.895853 ], [ -122.309761, 37.894498 ], [ -122.309160, 37.893144 ], [ -122.308388, 37.890096 ], [ -122.308989, 37.888809 ], [ -122.308903, 37.890502 ], [ -122.309246, 37.893076 ], [ -122.310019, 37.894769 ], [ -122.311563, 37.896869 ], [ -122.312078, 37.897479 ], [ -122.311907, 37.897546 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3001", "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24651, "AWATER10": 0, "INTPTLAT10": "+37.8921989", "INTPTLON10": "-122.3075517" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309418, 37.897885 ], [ -122.307701, 37.894295 ], [ -122.307100, 37.892602 ], [ -122.307100, 37.890909 ], [ -122.307529, 37.889554 ], [ -122.307959, 37.890976 ], [ -122.307615, 37.892263 ], [ -122.307615, 37.893347 ], [ -122.308302, 37.895244 ], [ -122.309418, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3000", "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27350, "AWATER10": 0, "INTPTLAT10": "+37.8907736", "INTPTLON10": "-122.3067658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308989, 37.898021 ], [ -122.306671, 37.892670 ], [ -122.306671, 37.892263 ], [ -122.306757, 37.891721 ], [ -122.306414, 37.890841 ], [ -122.306843, 37.890705 ], [ -122.307444, 37.889757 ], [ -122.307100, 37.891247 ], [ -122.307100, 37.892602 ], [ -122.307701, 37.894295 ], [ -122.309332, 37.897885 ], [ -122.308989, 37.898021 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3002", "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9773, "AWATER10": 0, "INTPTLAT10": "+37.8920318", "INTPTLON10": "-122.3077138" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308302, 37.895244 ], [ -122.307615, 37.893144 ], [ -122.307701, 37.891721 ], [ -122.307959, 37.890976 ], [ -122.308302, 37.892196 ], [ -122.308044, 37.892196 ], [ -122.307873, 37.892331 ], [ -122.307873, 37.893076 ], [ -122.308302, 37.895244 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1461, "AWATER10": 0, "INTPTLAT10": "+37.8973748", "INTPTLON10": "-122.3012481" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301693, 37.898562 ], [ -122.301006, 37.896734 ], [ -122.301178, 37.896734 ], [ -122.301693, 37.898562 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1005", "population": 4, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14639, "AWATER10": 0, "INTPTLAT10": "+37.8976068", "INTPTLON10": "-122.3008394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301607, 37.898562 ], [ -122.300663, 37.898359 ], [ -122.300148, 37.896869 ], [ -122.301006, 37.896734 ], [ -122.301607, 37.898562 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1004", "population": 56, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11306, "AWATER10": 0, "INTPTLAT10": "+37.8976015", "INTPTLON10": "-122.2999287" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300663, 37.898359 ], [ -122.299719, 37.898291 ], [ -122.299290, 37.897072 ], [ -122.300148, 37.896869 ], [ -122.300663, 37.898359 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "2000", "population": 1118, "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 412555, "AWATER10": 0, "INTPTLAT10": "+37.8949184", "INTPTLON10": "-122.3048891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301693, 37.898562 ], [ -122.300920, 37.896056 ], [ -122.302637, 37.895718 ], [ -122.302036, 37.893821 ], [ -122.302895, 37.893686 ], [ -122.303152, 37.894566 ], [ -122.303152, 37.893550 ], [ -122.303495, 37.892873 ], [ -122.303152, 37.891654 ], [ -122.303495, 37.890570 ], [ -122.304010, 37.890096 ], [ -122.306070, 37.889622 ], [ -122.306757, 37.891721 ], [ -122.306671, 37.892670 ], [ -122.308989, 37.898021 ], [ -122.306242, 37.898291 ], [ -122.305384, 37.898427 ], [ -122.301693, 37.898562 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15574, "AWATER10": 0, "INTPTLAT10": "+37.8926328", "INTPTLON10": "-122.3029106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303152, 37.894566 ], [ -122.302294, 37.891789 ], [ -122.303152, 37.891654 ], [ -122.303495, 37.892873 ], [ -122.303152, 37.893550 ], [ -122.303152, 37.894566 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1001", "population": 41, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16165, "AWATER10": 0, "INTPTLAT10": "+37.8948170", "INTPTLON10": "-122.3018829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301779, 37.895853 ], [ -122.301178, 37.894024 ], [ -122.302036, 37.893821 ], [ -122.302637, 37.895718 ], [ -122.301779, 37.895853 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 914, "AWATER10": 0, "INTPTLAT10": "+37.8963621", "INTPTLON10": "-122.3009413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301006, 37.896734 ], [ -122.300835, 37.896056 ], [ -122.300920, 37.896056 ], [ -122.301178, 37.896734 ], [ -122.301006, 37.896734 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1014", "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1324, "AWATER10": 0, "INTPTLAT10": "+37.8955459", "INTPTLON10": "-122.3006834" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.896056 ], [ -122.300491, 37.895108 ], [ -122.300663, 37.895108 ], [ -122.300920, 37.896056 ], [ -122.300835, 37.896056 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14452, "AWATER10": 0, "INTPTLAT10": "+37.8959674", "INTPTLON10": "-122.3002912" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300148, 37.896869 ], [ -122.299633, 37.895311 ], [ -122.300491, 37.895108 ], [ -122.300835, 37.896056 ], [ -122.301006, 37.896734 ], [ -122.300148, 37.896869 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1000", "population": 42, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16605, "AWATER10": 0, "INTPTLAT10": "+37.8950031", "INTPTLON10": "-122.3010393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300920, 37.896056 ], [ -122.300406, 37.894160 ], [ -122.301178, 37.894024 ], [ -122.301779, 37.895853 ], [ -122.300920, 37.896056 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1007", "population": 34, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16120, "AWATER10": 0, "INTPTLAT10": "+37.8927903", "INTPTLON10": "-122.3021281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302036, 37.893821 ], [ -122.301435, 37.891992 ], [ -122.302294, 37.891789 ], [ -122.302895, 37.893686 ], [ -122.302036, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1002", "population": 46, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16535, "AWATER10": 0, "INTPTLAT10": "+37.8929602", "INTPTLON10": "-122.3012875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.894024 ], [ -122.300577, 37.892128 ], [ -122.301435, 37.891992 ], [ -122.302036, 37.893821 ], [ -122.301178, 37.894024 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2234, "AWATER10": 0, "INTPTLAT10": "+37.8942520", "INTPTLON10": "-122.3002730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491, 37.895108 ], [ -122.299976, 37.893482 ], [ -122.300148, 37.893482 ], [ -122.300577, 37.894905 ], [ -122.300663, 37.895108 ], [ -122.300491, 37.895108 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1003", "population": 24, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16635, "AWATER10": 0, "INTPTLAT10": "+37.8931288", "INTPTLON10": "-122.3004328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300406, 37.894160 ], [ -122.300148, 37.893482 ], [ -122.299719, 37.892331 ], [ -122.300577, 37.892128 ], [ -122.301178, 37.894024 ], [ -122.300406, 37.894160 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3004", "population": 12, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1457, "AWATER10": 0, "INTPTLAT10": "+37.8928701", "INTPTLON10": "-122.2998265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299976, 37.893482 ], [ -122.299633, 37.892331 ], [ -122.299719, 37.892331 ], [ -122.300148, 37.893482 ], [ -122.299976, 37.893482 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327614, 37.889689 ], [ -122.327442, 37.889147 ], [ -122.327614, 37.888741 ], [ -122.327099, 37.888741 ], [ -122.325468, 37.888131 ], [ -122.324610, 37.887928 ], [ -122.322979, 37.888335 ], [ -122.322893, 37.889080 ], [ -122.322292, 37.889418 ], [ -122.320919, 37.889283 ], [ -122.319632, 37.889486 ], [ -122.317314, 37.889283 ], [ -122.316113, 37.887928 ], [ -122.315855, 37.887386 ], [ -122.315941, 37.886235 ], [ -122.316542, 37.886167 ], [ -122.316456, 37.885964 ], [ -122.316027, 37.885964 ], [ -122.316027, 37.885693 ], [ -122.316885, 37.885693 ], [ -122.316885, 37.885760 ], [ -122.317057, 37.885760 ], [ -122.317057, 37.885489 ], [ -122.316027, 37.885557 ], [ -122.316113, 37.885489 ], [ -122.315769, 37.885286 ], [ -122.315512, 37.884744 ], [ -122.315683, 37.884338 ], [ -122.315598, 37.884067 ], [ -122.315083, 37.883999 ], [ -122.314396, 37.883389 ], [ -122.313967, 37.882644 ], [ -122.313108, 37.882238 ], [ -122.312508, 37.881425 ], [ -122.327700, 37.877360 ], [ -122.334738, 37.889622 ], [ -122.327614, 37.889689 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 542505, "AWATER10": 0, "INTPTLAT10": "+37.8862375", "INTPTLON10": "-122.3141377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.315598, 37.889689 ], [ -122.311306, 37.889486 ], [ -122.309418, 37.887725 ], [ -122.309246, 37.887860 ], [ -122.309332, 37.887318 ], [ -122.309589, 37.886980 ], [ -122.309589, 37.886506 ], [ -122.308388, 37.882306 ], [ -122.312508, 37.881425 ], [ -122.313108, 37.882238 ], [ -122.313967, 37.882644 ], [ -122.314396, 37.883389 ], [ -122.315083, 37.883999 ], [ -122.315598, 37.884067 ], [ -122.315683, 37.884338 ], [ -122.315512, 37.884744 ], [ -122.315769, 37.885286 ], [ -122.316113, 37.885489 ], [ -122.316027, 37.885557 ], [ -122.317057, 37.885489 ], [ -122.317057, 37.885760 ], [ -122.316885, 37.885760 ], [ -122.316885, 37.885693 ], [ -122.316027, 37.885693 ], [ -122.316027, 37.885964 ], [ -122.316456, 37.885964 ], [ -122.316542, 37.886167 ], [ -122.315941, 37.886235 ], [ -122.315855, 37.887386 ], [ -122.316113, 37.887928 ], [ -122.317314, 37.889283 ], [ -122.319632, 37.889486 ], [ -122.320919, 37.889283 ], [ -122.322292, 37.889418 ], [ -122.322893, 37.889080 ], [ -122.322979, 37.888335 ], [ -122.324610, 37.887928 ], [ -122.325468, 37.888131 ], [ -122.327099, 37.888741 ], [ -122.327614, 37.888741 ], [ -122.327442, 37.889147 ], [ -122.327614, 37.889689 ], [ -122.315855, 37.889554 ], [ -122.315598, 37.889689 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3030", "NAME10": "Block 3030", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 744, "AWATER10": 0, "INTPTLAT10": "+37.8878859", "INTPTLON10": "-122.3094998" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309847, 37.888131 ], [ -122.309332, 37.887928 ], [ -122.309418, 37.887725 ], [ -122.309847, 37.888131 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3010", "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1835, "AWATER10": 0, "INTPTLAT10": "+37.8878520", "INTPTLON10": "-122.3091212" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308989, 37.888809 ], [ -122.309074, 37.887454 ], [ -122.309332, 37.887318 ], [ -122.308989, 37.888809 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10961, "AWATER10": 0, "INTPTLAT10": "+37.8885068", "INTPTLON10": "-122.3086806" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308388, 37.890096 ], [ -122.308388, 37.889215 ], [ -122.308559, 37.887589 ], [ -122.308645, 37.887386 ], [ -122.309074, 37.887454 ], [ -122.308989, 37.888809 ], [ -122.308388, 37.890096 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3016", "population": 33, "NAME10": "Block 3016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12044, "AWATER10": 0, "INTPTLAT10": "+37.8899556", "INTPTLON10": "-122.3067458" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306414, 37.890841 ], [ -122.306242, 37.890299 ], [ -122.306671, 37.890231 ], [ -122.306328, 37.890096 ], [ -122.306070, 37.889622 ], [ -122.307529, 37.889351 ], [ -122.307529, 37.889554 ], [ -122.306843, 37.890705 ], [ -122.306414, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3017", "NAME10": "Block 3017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 393, "AWATER10": 0, "INTPTLAT10": "+37.8901345", "INTPTLON10": "-122.3063016" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306242, 37.890299 ], [ -122.306156, 37.889960 ], [ -122.306671, 37.890231 ], [ -122.306242, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3012", "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14539, "AWATER10": 0, "INTPTLAT10": "+37.8894024", "INTPTLON10": "-122.3080555" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307959, 37.890976 ], [ -122.307529, 37.889554 ], [ -122.308559, 37.887657 ], [ -122.308388, 37.890096 ], [ -122.307959, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3029", "NAME10": "Block 3029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14565, "AWATER10": 0, "INTPTLAT10": "+37.8878852", "INTPTLON10": "-122.3078467" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307701, 37.889215 ], [ -122.307272, 37.887251 ], [ -122.308130, 37.887251 ], [ -122.308645, 37.887386 ], [ -122.308645, 37.887454 ], [ -122.307701, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3018", "population": 29, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9739, "AWATER10": 0, "INTPTLAT10": "+37.8891261", "INTPTLON10": "-122.3066496" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306070, 37.889622 ], [ -122.305899, 37.889012 ], [ -122.307358, 37.888673 ], [ -122.307529, 37.889351 ], [ -122.306070, 37.889622 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3028", "population": 1, "NAME10": "Block 3028", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 444, "AWATER10": 0, "INTPTLAT10": "+37.8890070", "INTPTLON10": "-122.3053896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304955, 37.889080 ], [ -122.305813, 37.888944 ], [ -122.305899, 37.889012 ], [ -122.304955, 37.889080 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3015", "population": 7, "NAME10": "Block 3015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 782, "AWATER10": 0, "INTPTLAT10": "+37.8887826", "INTPTLON10": "-122.3065328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305899, 37.889012 ], [ -122.305813, 37.888944 ], [ -122.307358, 37.888673 ], [ -122.305899, 37.889012 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3014", "population": 35, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10339, "AWATER10": 0, "INTPTLAT10": "+37.8884185", "INTPTLON10": "-122.3064403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305813, 37.888944 ], [ -122.305641, 37.888267 ], [ -122.307186, 37.887996 ], [ -122.307358, 37.888673 ], [ -122.305813, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3013", "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7694, "AWATER10": 0, "INTPTLAT10": "+37.8877645", "INTPTLON10": "-122.3071265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307529, 37.889554 ], [ -122.307014, 37.887522 ], [ -122.305470, 37.887522 ], [ -122.307272, 37.887251 ], [ -122.307701, 37.889215 ], [ -122.307529, 37.889554 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 447, "AWATER10": 0, "INTPTLAT10": "+37.8873248", "INTPTLON10": "-122.3088095" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.887454 ], [ -122.308645, 37.887386 ], [ -122.308731, 37.887251 ], [ -122.309074, 37.887454 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1009", "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7572, "AWATER10": 0, "INTPTLAT10": "+37.8865874", "INTPTLON10": "-122.3090315" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.887454 ], [ -122.308731, 37.887251 ], [ -122.309074, 37.885151 ], [ -122.309332, 37.886844 ], [ -122.309332, 37.887318 ], [ -122.309074, 37.887454 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1010", "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6192, "AWATER10": 0, "INTPTLAT10": "+37.8856733", "INTPTLON10": "-122.3091896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309332, 37.887318 ], [ -122.309332, 37.886370 ], [ -122.309074, 37.885151 ], [ -122.308645, 37.883525 ], [ -122.309589, 37.886506 ], [ -122.309589, 37.887115 ], [ -122.309332, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59431, "AWATER10": 0, "INTPTLAT10": "+37.8849426", "INTPTLON10": "-122.3081455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308731, 37.887251 ], [ -122.307272, 37.887115 ], [ -122.307358, 37.886777 ], [ -122.307873, 37.882035 ], [ -122.308388, 37.882238 ], [ -122.308645, 37.883525 ], [ -122.309074, 37.885151 ], [ -122.308731, 37.887251 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1737, "AWATER10": 0, "INTPTLAT10": "+37.8871632", "INTPTLON10": "-122.3079226" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308645, 37.887386 ], [ -122.308559, 37.887318 ], [ -122.307272, 37.887251 ], [ -122.307272, 37.887115 ], [ -122.308731, 37.887251 ], [ -122.308645, 37.887386 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3031", "population": 38, "NAME10": "Block 3031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9685, "AWATER10": 0, "INTPTLAT10": "+37.8877891", "INTPTLON10": "-122.3061951" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305641, 37.888267 ], [ -122.305470, 37.887522 ], [ -122.306929, 37.887454 ], [ -122.307186, 37.887996 ], [ -122.305641, 37.888267 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 52400, "AWATER10": 0, "INTPTLAT10": "+37.8837458", "INTPTLON10": "-122.3069617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307272, 37.887115 ], [ -122.307100, 37.886912 ], [ -122.306242, 37.883322 ], [ -122.305813, 37.882102 ], [ -122.307358, 37.881899 ], [ -122.307873, 37.882035 ], [ -122.307358, 37.886777 ], [ -122.307272, 37.887115 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3021", "population": 23, "NAME10": "Block 3021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11997, "AWATER10": 0, "INTPTLAT10": "+37.8902784", "INTPTLON10": "-122.3030396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303152, 37.891654 ], [ -122.302465, 37.889622 ], [ -122.303324, 37.889486 ], [ -122.303581, 37.890367 ], [ -122.303152, 37.891654 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3019", "population": 50, "NAME10": "Block 3019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17581, "AWATER10": 0, "INTPTLAT10": "+37.8895455", "INTPTLON10": "-122.3046051" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303581, 37.890367 ], [ -122.303324, 37.889486 ], [ -122.305899, 37.889012 ], [ -122.306070, 37.889622 ], [ -122.304182, 37.890028 ], [ -122.303581, 37.890367 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3020", "population": 1, "NAME10": "Block 3020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 409, "AWATER10": 0, "INTPTLAT10": "+37.8891773", "INTPTLON10": "-122.3045386" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304525, 37.889351 ], [ -122.304354, 37.889351 ], [ -122.304354, 37.889147 ], [ -122.304525, 37.889147 ], [ -122.304525, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3027", "population": 33, "NAME10": "Block 3027", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13106, "AWATER10": 0, "INTPTLAT10": "+37.8882387", "INTPTLON10": "-122.3051246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304955, 37.889080 ], [ -122.304525, 37.887522 ], [ -122.305384, 37.887522 ], [ -122.305813, 37.888944 ], [ -122.304955, 37.889080 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3026", "population": 33, "NAME10": "Block 3026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14219, "AWATER10": 0, "INTPTLAT10": "+37.8883405", "INTPTLON10": "-122.3042616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304182, 37.889283 ], [ -122.303581, 37.887589 ], [ -122.304525, 37.887522 ], [ -122.304955, 37.889080 ], [ -122.304182, 37.889283 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3025", "NAME10": "Block 3025", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 406, "AWATER10": 0, "INTPTLAT10": "+37.8893398", "INTPTLON10": "-122.3036979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303324, 37.889486 ], [ -122.303324, 37.889418 ], [ -122.304182, 37.889283 ], [ -122.303324, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3022", "NAME10": "Block 3022", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 411, "AWATER10": 0, "INTPTLAT10": "+37.8895077", "INTPTLON10": "-122.3028537" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302809, 37.889689 ], [ -122.302551, 37.889689 ], [ -122.302551, 37.889486 ], [ -122.302809, 37.889486 ], [ -122.302809, 37.889689 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3024", "population": 31, "NAME10": "Block 3024", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15240, "AWATER10": 0, "INTPTLAT10": "+37.8884411", "INTPTLON10": "-122.3034025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303324, 37.889418 ], [ -122.302723, 37.887589 ], [ -122.303581, 37.887589 ], [ -122.304182, 37.889283 ], [ -122.303324, 37.889418 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1009", "population": 37, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17210, "AWATER10": 0, "INTPTLAT10": "+37.8906969", "INTPTLON10": "-122.3023492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302294, 37.891789 ], [ -122.301693, 37.889825 ], [ -122.302465, 37.889622 ], [ -122.303152, 37.891654 ], [ -122.302294, 37.891789 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1006", "population": 87, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17308, "AWATER10": 0, "INTPTLAT10": "+37.8908584", "INTPTLON10": "-122.3015099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301435, 37.891992 ], [ -122.300835, 37.889960 ], [ -122.301693, 37.889825 ], [ -122.302294, 37.891789 ], [ -122.301435, 37.891992 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1004", "population": 38, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17893, "AWATER10": 0, "INTPTLAT10": "+37.8912006", "INTPTLON10": "-122.2998090" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299719, 37.892331 ], [ -122.299547, 37.891857 ], [ -122.299118, 37.890299 ], [ -122.299976, 37.890163 ], [ -122.300577, 37.892128 ], [ -122.299719, 37.892331 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1005", "population": 86, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17622, "AWATER10": 0, "INTPTLAT10": "+37.8910287", "INTPTLON10": "-122.3006658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300577, 37.892128 ], [ -122.299976, 37.890163 ], [ -122.300835, 37.889960 ], [ -122.301435, 37.891992 ], [ -122.300577, 37.892128 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3023", "population": 33, "NAME10": "Block 3023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16332, "AWATER10": 0, "INTPTLAT10": "+37.8885408", "INTPTLON10": "-122.3025479" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302465, 37.889622 ], [ -122.301865, 37.887657 ], [ -122.302723, 37.887589 ], [ -122.303324, 37.889418 ], [ -122.302465, 37.889622 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1010", "population": 43, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20386, "AWATER10": 0, "INTPTLAT10": "+37.8886345", "INTPTLON10": "-122.3016225" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301693, 37.889825 ], [ -122.300749, 37.887793 ], [ -122.301865, 37.887657 ], [ -122.302465, 37.889622 ], [ -122.301693, 37.889825 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 372, "AWATER10": 0, "INTPTLAT10": "+37.8900118", "INTPTLON10": "-122.3003351" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300577, 37.890096 ], [ -122.300320, 37.890096 ], [ -122.300320, 37.889893 ], [ -122.300577, 37.889893 ], [ -122.300577, 37.890096 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1011", "population": 69, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16453, "AWATER10": 0, "INTPTLAT10": "+37.8888638", "INTPTLON10": "-122.3008054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300835, 37.889960 ], [ -122.300062, 37.887725 ], [ -122.300749, 37.887793 ], [ -122.301693, 37.889825 ], [ -122.300835, 37.889960 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1015", "population": 70, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19773, "AWATER10": 0, "INTPTLAT10": "+37.8888596", "INTPTLON10": "-122.2999642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299976, 37.890096 ], [ -122.299204, 37.887793 ], [ -122.300062, 37.887725 ], [ -122.300835, 37.889960 ], [ -122.299976, 37.890096 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5453, "AWATER10": 0, "INTPTLAT10": "+37.8874129", "INTPTLON10": "-122.3045679" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302208, 37.887657 ], [ -122.302122, 37.887522 ], [ -122.305899, 37.887318 ], [ -122.307272, 37.887115 ], [ -122.307272, 37.887251 ], [ -122.305470, 37.887522 ], [ -122.302208, 37.887657 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1001", "population": 212, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 98716, "AWATER10": 0, "INTPTLAT10": "+37.8865962", "INTPTLON10": "-122.3039801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300749, 37.887793 ], [ -122.301006, 37.887657 ], [ -122.300577, 37.886370 ], [ -122.302380, 37.886031 ], [ -122.304611, 37.885896 ], [ -122.304525, 37.885354 ], [ -122.306843, 37.885625 ], [ -122.307186, 37.887115 ], [ -122.305899, 37.887318 ], [ -122.302122, 37.887522 ], [ -122.302122, 37.887657 ], [ -122.300749, 37.887793 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1016", "population": 116, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8910, "AWATER10": 0, "INTPTLAT10": "+37.8847438", "INTPTLON10": "-122.3040957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304268, 37.885896 ], [ -122.303925, 37.884744 ], [ -122.303667, 37.883660 ], [ -122.304010, 37.883593 ], [ -122.304611, 37.885896 ], [ -122.304268, 37.885896 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1003", "population": 145, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 82198, "AWATER10": 0, "INTPTLAT10": "+37.8837071", "INTPTLON10": "-122.3049494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306843, 37.885625 ], [ -122.304525, 37.885354 ], [ -122.304010, 37.883593 ], [ -122.303495, 37.883728 ], [ -122.303495, 37.882915 ], [ -122.302637, 37.883119 ], [ -122.302380, 37.882509 ], [ -122.303324, 37.882306 ], [ -122.305298, 37.882238 ], [ -122.305813, 37.882102 ], [ -122.306843, 37.885625 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1017", "population": 90, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6144, "AWATER10": 0, "INTPTLAT10": "+37.8847470", "INTPTLON10": "-122.3037488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304010, 37.885896 ], [ -122.303324, 37.883728 ], [ -122.303667, 37.883660 ], [ -122.304268, 37.885896 ], [ -122.304010, 37.885896 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1013", "population": 133, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9671, "AWATER10": 0, "INTPTLAT10": "+37.8848967", "INTPTLON10": "-122.3034182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303495, 37.885964 ], [ -122.302980, 37.883796 ], [ -122.303324, 37.883728 ], [ -122.304010, 37.885896 ], [ -122.303495, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1014", "population": 414, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 85670, "AWATER10": 0, "INTPTLAT10": "+37.8846770", "INTPTLON10": "-122.3015769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300577, 37.886370 ], [ -122.299976, 37.884067 ], [ -122.299805, 37.884135 ], [ -122.300062, 37.883389 ], [ -122.300234, 37.883254 ], [ -122.301006, 37.883457 ], [ -122.302637, 37.883119 ], [ -122.302980, 37.883796 ], [ -122.303495, 37.885964 ], [ -122.300577, 37.886370 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1004", "population": 30, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5050, "AWATER10": 0, "INTPTLAT10": "+37.8833234", "INTPTLON10": "-122.3030968" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302980, 37.883796 ], [ -122.302637, 37.883119 ], [ -122.303495, 37.882915 ], [ -122.303495, 37.883728 ], [ -122.302980, 37.883796 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1020", "population": 44, "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12062, "AWATER10": 0, "INTPTLAT10": "+37.8829654", "INTPTLON10": "-122.3013966" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301006, 37.883457 ], [ -122.300406, 37.883254 ], [ -122.300320, 37.883119 ], [ -122.300234, 37.882915 ], [ -122.302380, 37.882509 ], [ -122.302637, 37.883119 ], [ -122.301006, 37.883457 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1003", "population": 62, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10975, "AWATER10": 0, "INTPTLAT10": "+37.8977494", "INTPTLON10": "-122.2990695" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298861, 37.898495 ], [ -122.298517, 37.897208 ], [ -122.299290, 37.897072 ], [ -122.299719, 37.898291 ], [ -122.298861, 37.898495 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1002", "population": 68, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11372, "AWATER10": 0, "INTPTLAT10": "+37.8979512", "INTPTLON10": "-122.2982332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.898766 ], [ -122.297659, 37.897411 ], [ -122.298517, 37.897208 ], [ -122.298861, 37.898495 ], [ -122.298088, 37.898766 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1001", "population": 49, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11928, "AWATER10": 0, "INTPTLAT10": "+37.8981515", "INTPTLON10": "-122.2974109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297230, 37.898901 ], [ -122.296801, 37.897546 ], [ -122.297659, 37.897411 ], [ -122.298088, 37.898766 ], [ -122.297230, 37.898901 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1000", "population": 113, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13452, "AWATER10": 0, "INTPTLAT10": "+37.8982712", "INTPTLON10": "-122.2964744" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296286, 37.898969 ], [ -122.295771, 37.897817 ], [ -122.296801, 37.897546 ], [ -122.297230, 37.898901 ], [ -122.296286, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1012", "population": 29, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14000, "AWATER10": 0, "INTPTLAT10": "+37.8966536", "INTPTLON10": "-122.2969317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296801, 37.897546 ], [ -122.296286, 37.895989 ], [ -122.297144, 37.895785 ], [ -122.297659, 37.897411 ], [ -122.296801, 37.897546 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1013", "population": 27, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14541, "AWATER10": 0, "INTPTLAT10": "+37.8968185", "INTPTLON10": "-122.2960835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295942, 37.897750 ], [ -122.295427, 37.896124 ], [ -122.296286, 37.895989 ], [ -122.296801, 37.897546 ], [ -122.295942, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14453, "AWATER10": 0, "INTPTLAT10": "+37.8983329", "INTPTLON10": "-122.2952807" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296286, 37.898969 ], [ -122.294569, 37.898766 ], [ -122.294655, 37.897750 ], [ -122.295771, 37.897817 ], [ -122.296286, 37.898969 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1009", "population": 47, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14237, "AWATER10": 0, "INTPTLAT10": "+37.8961439", "INTPTLON10": "-122.2994424" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299290, 37.897072 ], [ -122.298775, 37.895447 ], [ -122.299633, 37.895311 ], [ -122.300148, 37.896869 ], [ -122.299290, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1010", "population": 32, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14169, "AWATER10": 0, "INTPTLAT10": "+37.8963113", "INTPTLON10": "-122.2986013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298517, 37.897208 ], [ -122.298002, 37.895650 ], [ -122.298775, 37.895447 ], [ -122.299290, 37.897072 ], [ -122.298517, 37.897208 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3001", "population": 46, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14042, "AWATER10": 0, "INTPTLAT10": "+37.8945232", "INTPTLON10": "-122.2989229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298775, 37.895447 ], [ -122.298260, 37.893821 ], [ -122.299118, 37.893686 ], [ -122.299633, 37.895311 ], [ -122.298775, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1011", "population": 32, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14193, "AWATER10": 0, "INTPTLAT10": "+37.8964819", "INTPTLON10": "-122.2977622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297659, 37.897411 ], [ -122.297144, 37.895785 ], [ -122.298002, 37.895650 ], [ -122.298517, 37.897208 ], [ -122.297659, 37.897411 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3000", "population": 46, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14087, "AWATER10": 0, "INTPTLAT10": "+37.8946922", "INTPTLON10": "-122.2980853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298002, 37.895650 ], [ -122.297487, 37.893957 ], [ -122.298260, 37.893821 ], [ -122.298775, 37.895447 ], [ -122.298002, 37.895650 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2005", "population": 31, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14270, "AWATER10": 0, "INTPTLAT10": "+37.8948540", "INTPTLON10": "-122.2972427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297144, 37.895785 ], [ -122.296629, 37.894160 ], [ -122.297487, 37.893957 ], [ -122.298002, 37.895650 ], [ -122.297144, 37.895785 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3002", "population": 57, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14593, "AWATER10": 0, "INTPTLAT10": "+37.8943454", "INTPTLON10": "-122.2997703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299633, 37.895311 ], [ -122.299118, 37.893686 ], [ -122.299976, 37.893482 ], [ -122.300491, 37.895108 ], [ -122.299633, 37.895311 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3005", "population": 10, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14799, "AWATER10": 0, "INTPTLAT10": "+37.8927197", "INTPTLON10": "-122.2992493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299118, 37.893686 ], [ -122.298603, 37.891992 ], [ -122.299461, 37.891857 ], [ -122.299633, 37.892331 ], [ -122.299976, 37.893482 ], [ -122.299118, 37.893686 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3006", "population": 53, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14044, "AWATER10": 0, "INTPTLAT10": "+37.8928963", "INTPTLON10": "-122.2984024" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298260, 37.893821 ], [ -122.297745, 37.892196 ], [ -122.298603, 37.891992 ], [ -122.299118, 37.893686 ], [ -122.298260, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3007", "population": 41, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14185, "AWATER10": 0, "INTPTLAT10": "+37.8930639", "INTPTLON10": "-122.2975700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297487, 37.893957 ], [ -122.296972, 37.892399 ], [ -122.297745, 37.892196 ], [ -122.298260, 37.893821 ], [ -122.297487, 37.893957 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2004", "population": 33, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14101, "AWATER10": 0, "INTPTLAT10": "+37.8950194", "INTPTLON10": "-122.2964053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296286, 37.895989 ], [ -122.295771, 37.894295 ], [ -122.296629, 37.894160 ], [ -122.297144, 37.895785 ], [ -122.296286, 37.895989 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7737, "AWATER10": 0, "INTPTLAT10": "+37.8960946", "INTPTLON10": "-122.2952742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295771, 37.897817 ], [ -122.294655, 37.894566 ], [ -122.294912, 37.894498 ], [ -122.295942, 37.897750 ], [ -122.295771, 37.897817 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1007", "population": 87, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17265, "AWATER10": 0, "INTPTLAT10": "+37.8966238", "INTPTLON10": "-122.2949725" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295771, 37.897817 ], [ -122.294655, 37.897750 ], [ -122.294741, 37.895379 ], [ -122.294397, 37.894566 ], [ -122.294655, 37.894566 ], [ -122.295771, 37.897817 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2003", "population": 28, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14449, "AWATER10": 0, "INTPTLAT10": "+37.8951947", "INTPTLON10": "-122.2955660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295427, 37.896124 ], [ -122.294912, 37.894498 ], [ -122.295771, 37.894295 ], [ -122.296286, 37.895989 ], [ -122.295427, 37.896124 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2007", "population": 33, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14053, "AWATER10": 0, "INTPTLAT10": "+37.8933931", "INTPTLON10": "-122.2958883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295771, 37.894295 ], [ -122.295256, 37.892737 ], [ -122.296114, 37.892534 ], [ -122.296629, 37.894160 ], [ -122.295771, 37.894295 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2006", "population": 32, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14158, "AWATER10": 0, "INTPTLAT10": "+37.8932322", "INTPTLON10": "-122.2967302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296629, 37.894160 ], [ -122.296114, 37.892534 ], [ -122.296972, 37.892399 ], [ -122.297487, 37.893957 ], [ -122.296629, 37.894160 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2002", "population": 32, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14523, "AWATER10": 0, "INTPTLAT10": "+37.8935661", "INTPTLON10": "-122.2950398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294912, 37.894498 ], [ -122.294397, 37.892873 ], [ -122.295256, 37.892737 ], [ -122.295771, 37.894295 ], [ -122.294912, 37.894498 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2001", "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3995, "AWATER10": 0, "INTPTLAT10": "+37.8936801", "INTPTLON10": "-122.2944928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.894566 ], [ -122.294140, 37.892873 ], [ -122.294397, 37.892873 ], [ -122.294912, 37.894498 ], [ -122.294655, 37.894566 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8083, "AWATER10": 0, "INTPTLAT10": "+37.8982104", "INTPTLON10": "-122.2941387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294569, 37.898766 ], [ -122.293711, 37.898698 ], [ -122.293797, 37.897750 ], [ -122.294655, 37.897750 ], [ -122.294569, 37.898766 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1004", "population": 9, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6640, "AWATER10": 0, "INTPTLAT10": "+37.8980962", "INTPTLON10": "-122.2932964" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293711, 37.898698 ], [ -122.292852, 37.898427 ], [ -122.292852, 37.897750 ], [ -122.293797, 37.897750 ], [ -122.293711, 37.898562 ], [ -122.293711, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1003", "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1246, "AWATER10": 0, "INTPTLAT10": "+37.8980064", "INTPTLON10": "-122.2927412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292852, 37.898427 ], [ -122.292681, 37.898359 ], [ -122.292681, 37.897750 ], [ -122.292852, 37.897750 ], [ -122.292852, 37.898427 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1010", "population": 2, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2269, "AWATER10": 0, "INTPTLAT10": "+37.8971964", "INTPTLON10": "-122.2927567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292681, 37.897750 ], [ -122.292681, 37.896734 ], [ -122.292938, 37.896734 ], [ -122.292852, 37.897750 ], [ -122.292681, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1002", "population": 31, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14980, "AWATER10": 0, "INTPTLAT10": "+37.8974821", "INTPTLON10": "-122.2921539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292681, 37.898359 ], [ -122.291651, 37.898156 ], [ -122.291737, 37.896734 ], [ -122.292681, 37.896734 ], [ -122.292681, 37.898359 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1001", "population": 21, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11297, "AWATER10": 0, "INTPTLAT10": "+37.8973215", "INTPTLON10": "-122.2912175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291651, 37.898156 ], [ -122.290792, 37.897953 ], [ -122.290878, 37.896666 ], [ -122.291737, 37.896734 ], [ -122.291651, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1000", "population": 16, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10019, "AWATER10": 0, "INTPTLAT10": "+37.8972478", "INTPTLON10": "-122.2903402" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290792, 37.897953 ], [ -122.289934, 37.897885 ], [ -122.290020, 37.896666 ], [ -122.290878, 37.896666 ], [ -122.290792, 37.897953 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2005", "population": 17, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10320, "AWATER10": 0, "INTPTLAT10": "+37.8972288", "INTPTLON10": "-122.2894724" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289076, 37.897885 ], [ -122.289162, 37.896666 ], [ -122.290020, 37.896666 ], [ -122.289934, 37.897885 ], [ -122.289076, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1008", "population": 37, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25122, "AWATER10": 0, "INTPTLAT10": "+37.8962273", "INTPTLON10": "-122.2942136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293797, 37.897750 ], [ -122.293882, 37.894702 ], [ -122.294397, 37.894566 ], [ -122.294741, 37.895379 ], [ -122.294655, 37.897750 ], [ -122.293797, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1009", "population": 44, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24911, "AWATER10": 0, "INTPTLAT10": "+37.8962389", "INTPTLON10": "-122.2933649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292852, 37.897750 ], [ -122.293024, 37.894905 ], [ -122.293882, 37.894702 ], [ -122.293882, 37.895311 ], [ -122.293797, 37.897750 ], [ -122.292852, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1011", "population": 1, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4495, "AWATER10": 0, "INTPTLAT10": "+37.8957842", "INTPTLON10": "-122.2928245" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292681, 37.896734 ], [ -122.292767, 37.894905 ], [ -122.293024, 37.894905 ], [ -122.292938, 37.896734 ], [ -122.292681, 37.896734 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1016", "population": 13, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8255, "AWATER10": 0, "INTPTLAT10": "+37.8939086", "INTPTLON10": "-122.2941575" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293882, 37.894702 ], [ -122.293968, 37.892873 ], [ -122.294140, 37.892873 ], [ -122.294655, 37.894566 ], [ -122.293882, 37.894702 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1015", "population": 30, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16238, "AWATER10": 0, "INTPTLAT10": "+37.8938032", "INTPTLON10": "-122.2934559" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293024, 37.894905 ], [ -122.293110, 37.892873 ], [ -122.293968, 37.892873 ], [ -122.293882, 37.894702 ], [ -122.293024, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1014", "population": 2, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5007, "AWATER10": 0, "INTPTLAT10": "+37.8938437", "INTPTLON10": "-122.2929060" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.894905 ], [ -122.292852, 37.892873 ], [ -122.293110, 37.892873 ], [ -122.293024, 37.894905 ], [ -122.292767, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1013", "population": 38, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18897, "AWATER10": 0, "INTPTLAT10": "+37.8938347", "INTPTLON10": "-122.2923093" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291822, 37.894905 ], [ -122.291908, 37.892873 ], [ -122.292852, 37.892873 ], [ -122.292767, 37.894905 ], [ -122.291822, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 48606, "AWATER10": 0, "INTPTLAT10": "+37.8957510", "INTPTLON10": "-122.2913507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292681, 37.896734 ], [ -122.290020, 37.896666 ], [ -122.290020, 37.895853 ], [ -122.290106, 37.894837 ], [ -122.292767, 37.894905 ], [ -122.292681, 37.896734 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2006", "population": 31, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15730, "AWATER10": 0, "INTPTLAT10": "+37.8956964", "INTPTLON10": "-122.2895702" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.896666 ], [ -122.289248, 37.894769 ], [ -122.290106, 37.894837 ], [ -122.290020, 37.896666 ], [ -122.289162, 37.896666 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3001", "population": 31, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16246, "AWATER10": 0, "INTPTLAT10": "+37.8938831", "INTPTLON10": "-122.2913917" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291822, 37.894905 ], [ -122.290964, 37.894837 ], [ -122.291050, 37.892941 ], [ -122.291908, 37.893008 ], [ -122.291822, 37.894905 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3000", "population": 31, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15665, "AWATER10": 0, "INTPTLAT10": "+37.8938607", "INTPTLON10": "-122.2905229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290106, 37.894837 ], [ -122.290192, 37.892941 ], [ -122.291050, 37.892941 ], [ -122.290964, 37.894837 ], [ -122.290106, 37.894837 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2015", "population": 35, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15921, "AWATER10": 0, "INTPTLAT10": "+37.8938332", "INTPTLON10": "-122.2896635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290106, 37.894837 ], [ -122.289248, 37.894769 ], [ -122.289333, 37.892941 ], [ -122.290192, 37.892941 ], [ -122.290106, 37.894837 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2004", "population": 16, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11206, "AWATER10": 0, "INTPTLAT10": "+37.8972632", "INTPTLON10": "-122.2886022" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288218, 37.898156 ], [ -122.288218, 37.896598 ], [ -122.289162, 37.896666 ], [ -122.289076, 37.897885 ], [ -122.288561, 37.897953 ], [ -122.288218, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2003", "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1027, "AWATER10": 0, "INTPTLAT10": "+37.8973454", "INTPTLON10": "-122.2881508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.898156 ], [ -122.288218, 37.896598 ], [ -122.288218, 37.898156 ], [ -122.288132, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2002", "population": 35, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16183, "AWATER10": 0, "INTPTLAT10": "+37.8975006", "INTPTLON10": "-122.2876349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287188, 37.898698 ], [ -122.287273, 37.896598 ], [ -122.288218, 37.896598 ], [ -122.288132, 37.898156 ], [ -122.287188, 37.898698 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 948, "AWATER10": 0, "INTPTLAT10": "+37.8984122", "INTPTLON10": "-122.2870554" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287016, 37.898766 ], [ -122.287016, 37.898156 ], [ -122.287188, 37.898156 ], [ -122.287188, 37.898698 ], [ -122.287016, 37.898766 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2001", "population": 9, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2708, "AWATER10": 0, "INTPTLAT10": "+37.8973380", "INTPTLON10": "-122.2871259" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287016, 37.898156 ], [ -122.287102, 37.896598 ], [ -122.287273, 37.896598 ], [ -122.287188, 37.898156 ], [ -122.287016, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2007", "population": 30, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15930, "AWATER10": 0, "INTPTLAT10": "+37.8956694", "INTPTLON10": "-122.2886965" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.896666 ], [ -122.288218, 37.896598 ], [ -122.288303, 37.894769 ], [ -122.289248, 37.894769 ], [ -122.289162, 37.896666 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1214, "AWATER10": 0, "INTPTLAT10": "+37.8956738", "INTPTLON10": "-122.2882217" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288475, 37.895921 ], [ -122.288046, 37.895921 ], [ -122.288046, 37.895582 ], [ -122.288475, 37.895582 ], [ -122.288475, 37.895921 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2009", "population": 33, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15974, "AWATER10": 0, "INTPTLAT10": "+37.8956464", "INTPTLON10": "-122.2877473" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287273, 37.896598 ], [ -122.287359, 37.894769 ], [ -122.288303, 37.894769 ], [ -122.288218, 37.896598 ], [ -122.287273, 37.896598 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2010", "population": 10, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3628, "AWATER10": 0, "INTPTLAT10": "+37.8956076", "INTPTLON10": "-122.2872058" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.896598 ], [ -122.287188, 37.894769 ], [ -122.287359, 37.894769 ], [ -122.287273, 37.896598 ], [ -122.287102, 37.896598 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2014", "population": 32, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16117, "AWATER10": 0, "INTPTLAT10": "+37.8938093", "INTPTLON10": "-122.2887874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288303, 37.894769 ], [ -122.288475, 37.892873 ], [ -122.289333, 37.892941 ], [ -122.289248, 37.894769 ], [ -122.288303, 37.894769 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2013", "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1269, "AWATER10": 0, "INTPTLAT10": "+37.8937720", "INTPTLON10": "-122.2883131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288561, 37.894431 ], [ -122.288132, 37.894431 ], [ -122.288132, 37.894092 ], [ -122.288561, 37.894092 ], [ -122.288561, 37.894431 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2012", "population": 30, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16253, "AWATER10": 0, "INTPTLAT10": "+37.8937801", "INTPTLON10": "-122.2878360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287359, 37.894769 ], [ -122.287445, 37.892873 ], [ -122.288389, 37.892873 ], [ -122.288303, 37.894769 ], [ -122.287359, 37.894769 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2011", "population": 11, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4556, "AWATER10": 0, "INTPTLAT10": "+37.8937317", "INTPTLON10": "-122.2872753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287188, 37.894769 ], [ -122.287188, 37.892873 ], [ -122.287445, 37.892873 ], [ -122.287359, 37.894769 ], [ -122.287188, 37.894769 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3012", "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 636, "AWATER10": 0, "INTPTLAT10": "+37.8920512", "INTPTLON10": "-122.2995612" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299633, 37.892331 ], [ -122.299461, 37.891857 ], [ -122.299547, 37.891857 ], [ -122.299719, 37.892331 ], [ -122.299633, 37.892331 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3010", "population": 30, "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14291, "AWATER10": 0, "INTPTLAT10": "+37.8911018", "INTPTLON10": "-122.2987261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298603, 37.891992 ], [ -122.298088, 37.890367 ], [ -122.298946, 37.890299 ], [ -122.299461, 37.891857 ], [ -122.298603, 37.891992 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1922, "AWATER10": 0, "INTPTLAT10": "+37.8910433", "INTPTLON10": "-122.2992359" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299461, 37.891857 ], [ -122.298946, 37.890299 ], [ -122.299118, 37.890299 ], [ -122.299461, 37.891518 ], [ -122.299547, 37.891857 ], [ -122.299461, 37.891857 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1013", "population": 4, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 568, "AWATER10": 0, "INTPTLAT10": "+37.8901726", "INTPTLON10": "-122.2994482" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299376, 37.890299 ], [ -122.299032, 37.890231 ], [ -122.299290, 37.890231 ], [ -122.299976, 37.890096 ], [ -122.299376, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 627, "AWATER10": 0, "INTPTLAT10": "+37.8902672", "INTPTLON10": "-122.2984664" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.890367 ], [ -122.298088, 37.890299 ], [ -122.298946, 37.890299 ], [ -122.298517, 37.890367 ], [ -122.298088, 37.890367 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3009", "population": 84, "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15100, "AWATER10": 0, "INTPTLAT10": "+37.8912058", "INTPTLON10": "-122.2978563" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.892196 ], [ -122.297144, 37.890367 ], [ -122.298088, 37.890367 ], [ -122.298174, 37.890705 ], [ -122.298603, 37.891992 ], [ -122.297745, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1004", "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 521, "AWATER10": 0, "INTPTLAT10": "+37.8903091", "INTPTLON10": "-122.2975987" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297487, 37.890502 ], [ -122.297316, 37.890502 ], [ -122.297316, 37.890231 ], [ -122.297487, 37.890231 ], [ -122.297487, 37.890502 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1014", "population": 43, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21543, "AWATER10": 0, "INTPTLAT10": "+37.8889340", "INTPTLON10": "-122.2990835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299032, 37.890231 ], [ -122.298260, 37.887793 ], [ -122.299204, 37.887793 ], [ -122.299976, 37.890096 ], [ -122.299032, 37.890231 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3061, "AWATER10": 0, "INTPTLAT10": "+37.8890168", "INTPTLON10": "-122.2985896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298946, 37.890299 ], [ -122.298174, 37.887793 ], [ -122.298260, 37.887793 ], [ -122.299118, 37.890299 ], [ -122.298946, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1007", "population": 70, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 32096, "AWATER10": 0, "INTPTLAT10": "+37.8884580", "INTPTLON10": "-122.2979153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298088, 37.890299 ], [ -122.297831, 37.889622 ], [ -122.296972, 37.886912 ], [ -122.297831, 37.886777 ], [ -122.297831, 37.886709 ], [ -122.297916, 37.886709 ], [ -122.298260, 37.887793 ], [ -122.298174, 37.887793 ], [ -122.298946, 37.890231 ], [ -122.298088, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3008", "population": 51, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16353, "AWATER10": 0, "INTPTLAT10": "+37.8913200", "INTPTLON10": "-122.2970017" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296972, 37.892399 ], [ -122.296286, 37.890434 ], [ -122.297144, 37.890367 ], [ -122.297316, 37.890773 ], [ -122.297745, 37.892196 ], [ -122.296972, 37.892399 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2012", "population": 51, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17230, "AWATER10": 0, "INTPTLAT10": "+37.8914257", "INTPTLON10": "-122.2961445" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296114, 37.892534 ], [ -122.295427, 37.890502 ], [ -122.296286, 37.890434 ], [ -122.296972, 37.892399 ], [ -122.296114, 37.892534 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1003", "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 422, "AWATER10": 0, "INTPTLAT10": "+37.8903581", "INTPTLON10": "-122.2966969" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296972, 37.890434 ], [ -122.296286, 37.890367 ], [ -122.297144, 37.890367 ], [ -122.296972, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 411, "AWATER10": 0, "INTPTLAT10": "+37.8904111", "INTPTLON10": "-122.2958187" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295427, 37.890434 ], [ -122.296286, 37.890367 ], [ -122.296286, 37.890434 ], [ -122.295427, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2008", "population": 50, "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18377, "AWATER10": 0, "INTPTLAT10": "+37.8915386", "INTPTLON10": "-122.2952863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295256, 37.892737 ], [ -122.294569, 37.890570 ], [ -122.295427, 37.890502 ], [ -122.296114, 37.892534 ], [ -122.295256, 37.892737 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2009", "population": 57, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19818, "AWATER10": 0, "INTPTLAT10": "+37.8916581", "INTPTLON10": "-122.2944181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294397, 37.892873 ], [ -122.293625, 37.890570 ], [ -122.294569, 37.890570 ], [ -122.295256, 37.892737 ], [ -122.294397, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1001", "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 419, "AWATER10": 0, "INTPTLAT10": "+37.8904693", "INTPTLON10": "-122.2949399" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294741, 37.890570 ], [ -122.294569, 37.890502 ], [ -122.295427, 37.890502 ], [ -122.294741, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1015", "population": 83, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29154, "AWATER10": 0, "INTPTLAT10": "+37.8886165", "INTPTLON10": "-122.2970361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297144, 37.890367 ], [ -122.296114, 37.887115 ], [ -122.296972, 37.886912 ], [ -122.298088, 37.890299 ], [ -122.297144, 37.890367 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1014", "population": 69, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28068, "AWATER10": 0, "INTPTLAT10": "+37.8887349", "INTPTLON10": "-122.2961756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296286, 37.890367 ], [ -122.295256, 37.887251 ], [ -122.296114, 37.887115 ], [ -122.297144, 37.890367 ], [ -122.296286, 37.890367 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1010", "population": 33, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26672, "AWATER10": 0, "INTPTLAT10": "+37.8888488", "INTPTLON10": "-122.2953196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295427, 37.890434 ], [ -122.294483, 37.887386 ], [ -122.295256, 37.887251 ], [ -122.296286, 37.890367 ], [ -122.295427, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1011", "population": 68, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26518, "AWATER10": 0, "INTPTLAT10": "+37.8889300", "INTPTLON10": "-122.2944569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294569, 37.890502 ], [ -122.293625, 37.887522 ], [ -122.294397, 37.887318 ], [ -122.294483, 37.887386 ], [ -122.295427, 37.890434 ], [ -122.294569, 37.890502 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11282, "AWATER10": 0, "INTPTLAT10": "+37.8873799", "INTPTLON10": "-122.2988707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298260, 37.887793 ], [ -122.297916, 37.886709 ], [ -122.298431, 37.886844 ], [ -122.299633, 37.887522 ], [ -122.301006, 37.887657 ], [ -122.300749, 37.887793 ], [ -122.298260, 37.887793 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 79019, "AWATER10": 0, "INTPTLAT10": "+37.8858279", "INTPTLON10": "-122.2991231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301006, 37.887657 ], [ -122.299633, 37.887522 ], [ -122.298431, 37.886844 ], [ -122.297916, 37.886709 ], [ -122.297316, 37.884609 ], [ -122.298346, 37.884406 ], [ -122.299976, 37.884067 ], [ -122.300148, 37.885151 ], [ -122.301006, 37.887657 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1017", "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 621, "AWATER10": 0, "INTPTLAT10": "+37.8867580", "INTPTLON10": "-122.2973472" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296972, 37.886844 ], [ -122.297659, 37.886709 ], [ -122.297831, 37.886709 ], [ -122.297831, 37.886777 ], [ -122.296972, 37.886844 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1018", "population": 1, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22069, "AWATER10": 0, "INTPTLAT10": "+37.8835790", "INTPTLON10": "-122.2990681" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298346, 37.884406 ], [ -122.298002, 37.883254 ], [ -122.299032, 37.883051 ], [ -122.300234, 37.882915 ], [ -122.300320, 37.883051 ], [ -122.300320, 37.883254 ], [ -122.300062, 37.883389 ], [ -122.299805, 37.884135 ], [ -122.298346, 37.884406 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2007", "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2761, "AWATER10": 0, "INTPTLAT10": "+37.8856449", "INTPTLON10": "-122.2975097" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297831, 37.886709 ], [ -122.297144, 37.884677 ], [ -122.297316, 37.884609 ], [ -122.297916, 37.886709 ], [ -122.297831, 37.886709 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11921, "AWATER10": 0, "INTPTLAT10": "+37.8839314", "INTPTLON10": "-122.2976037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297316, 37.884609 ], [ -122.296972, 37.883525 ], [ -122.298002, 37.883254 ], [ -122.298346, 37.884406 ], [ -122.297316, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1016", "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 614, "AWATER10": 0, "INTPTLAT10": "+37.8869296", "INTPTLON10": "-122.2964871" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296114, 37.887115 ], [ -122.296114, 37.886980 ], [ -122.296972, 37.886844 ], [ -122.296114, 37.887115 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1013", "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 616, "AWATER10": 0, "INTPTLAT10": "+37.8870993", "INTPTLON10": "-122.2956428" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295256, 37.887251 ], [ -122.295256, 37.887183 ], [ -122.296114, 37.886980 ], [ -122.296114, 37.887115 ], [ -122.295256, 37.887251 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 615, "AWATER10": 0, "INTPTLAT10": "+37.8872675", "INTPTLON10": "-122.2948079" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294483, 37.887386 ], [ -122.294397, 37.887318 ], [ -122.295256, 37.887183 ], [ -122.295256, 37.887251 ], [ -122.294483, 37.887386 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2003", "population": 58, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24754, "AWATER10": 0, "INTPTLAT10": "+37.8858112", "INTPTLON10": "-122.2943382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294397, 37.887318 ], [ -122.293539, 37.884541 ], [ -122.294397, 37.884338 ], [ -122.295256, 37.887183 ], [ -122.294397, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2006", "population": 91, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25305, "AWATER10": 0, "INTPTLAT10": "+37.8853070", "INTPTLON10": "-122.2968750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296972, 37.886844 ], [ -122.296028, 37.883999 ], [ -122.296886, 37.883864 ], [ -122.297831, 37.886709 ], [ -122.296972, 37.886844 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2005", "population": 98, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24545, "AWATER10": 0, "INTPTLAT10": "+37.8854914", "INTPTLON10": "-122.2960301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296114, 37.886980 ], [ -122.295170, 37.884202 ], [ -122.296028, 37.883999 ], [ -122.296972, 37.886844 ], [ -122.296114, 37.886980 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1060, "AWATER10": 0, "INTPTLAT10": "+37.8841984", "INTPTLON10": "-122.2970500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297144, 37.884677 ], [ -122.296886, 37.883864 ], [ -122.297058, 37.883796 ], [ -122.297316, 37.884609 ], [ -122.297144, 37.884677 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2009", "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 410, "AWATER10": 0, "INTPTLAT10": "+37.8836558", "INTPTLON10": "-122.2968731" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296886, 37.883864 ], [ -122.296801, 37.883525 ], [ -122.296972, 37.883525 ], [ -122.297058, 37.883796 ], [ -122.296886, 37.883864 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2004", "population": 63, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24848, "AWATER10": 0, "INTPTLAT10": "+37.8856461", "INTPTLON10": "-122.2951842" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295256, 37.887183 ], [ -122.294397, 37.884338 ], [ -122.295170, 37.884202 ], [ -122.296114, 37.886980 ], [ -122.295256, 37.887183 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2012", "population": 35, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12579, "AWATER10": 0, "INTPTLAT10": "+37.8835272", "INTPTLON10": "-122.2945038" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294397, 37.884338 ], [ -122.293882, 37.882983 ], [ -122.294397, 37.882780 ], [ -122.294741, 37.882780 ], [ -122.295170, 37.884202 ], [ -122.294397, 37.884338 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2010", "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8445, "AWATER10": 0, "INTPTLAT10": "+37.8914852", "INTPTLON10": "-122.2936957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294140, 37.892873 ], [ -122.293882, 37.891992 ], [ -122.293196, 37.891044 ], [ -122.293196, 37.890638 ], [ -122.293625, 37.890570 ], [ -122.294397, 37.892873 ], [ -122.294140, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1017", "population": 22, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10769, "AWATER10": 0, "INTPTLAT10": "+37.8921881", "INTPTLON10": "-122.2934770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293110, 37.892873 ], [ -122.293196, 37.891044 ], [ -122.293882, 37.891992 ], [ -122.294140, 37.892873 ], [ -122.293110, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1018", "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4538, "AWATER10": 0, "INTPTLAT10": "+37.8918502", "INTPTLON10": "-122.2929851" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292852, 37.892873 ], [ -122.292938, 37.890773 ], [ -122.293196, 37.891044 ], [ -122.293110, 37.892873 ], [ -122.292852, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 367, "AWATER10": 0, "INTPTLAT10": "+37.8905130", "INTPTLON10": "-122.2941122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294054, 37.890638 ], [ -122.293882, 37.890638 ], [ -122.293882, 37.890434 ], [ -122.294054, 37.890434 ], [ -122.294054, 37.890638 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2011", "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 700, "AWATER10": 0, "INTPTLAT10": "+37.8907452", "INTPTLON10": "-122.2930474" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293196, 37.891044 ], [ -122.292938, 37.890638 ], [ -122.293196, 37.890638 ], [ -122.293196, 37.891044 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3005", "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 349, "AWATER10": 0, "INTPTLAT10": "+37.8905539", "INTPTLON10": "-122.2932516" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.890638 ], [ -122.292938, 37.890570 ], [ -122.293625, 37.890570 ], [ -122.292938, 37.890638 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1019", "population": 42, "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20486, "AWATER10": 0, "INTPTLAT10": "+37.8917135", "INTPTLON10": "-122.2923947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.892873 ], [ -122.291994, 37.890705 ], [ -122.292938, 37.890638 ], [ -122.292852, 37.892873 ], [ -122.291908, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 428, "AWATER10": 0, "INTPTLAT10": "+37.8905994", "INTPTLON10": "-122.2924155" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.890638 ], [ -122.292938, 37.890570 ], [ -122.292767, 37.890638 ], [ -122.291908, 37.890638 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1006", "population": 49, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25175, "AWATER10": 0, "INTPTLAT10": "+37.8890495", "INTPTLON10": "-122.2935928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293711, 37.890570 ], [ -122.293625, 37.890434 ], [ -122.292767, 37.887793 ], [ -122.292767, 37.887657 ], [ -122.293625, 37.887657 ], [ -122.294569, 37.890502 ], [ -122.293711, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1009", "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5818, "AWATER10": 0, "INTPTLAT10": "+37.8888891", "INTPTLON10": "-122.2929659" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.890367 ], [ -122.293196, 37.889825 ], [ -122.292509, 37.887725 ], [ -122.292767, 37.887657 ], [ -122.292767, 37.887793 ], [ -122.293625, 37.890367 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3006", "population": 17, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11825, "AWATER10": 0, "INTPTLAT10": "+37.8893267", "INTPTLON10": "-122.2928119" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292938, 37.890570 ], [ -122.292166, 37.887860 ], [ -122.292509, 37.887793 ], [ -122.293196, 37.889825 ], [ -122.293711, 37.890570 ], [ -122.292938, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3007", "population": 55, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27950, "AWATER10": 0, "INTPTLAT10": "+37.8892518", "INTPTLON10": "-122.2920141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.890638 ], [ -122.291136, 37.888064 ], [ -122.292166, 37.887860 ], [ -122.292938, 37.890570 ], [ -122.291908, 37.890638 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 783, "AWATER10": 0, "INTPTLAT10": "+37.8879165", "INTPTLON10": "-122.2915924" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291136, 37.888064 ], [ -122.291136, 37.887996 ], [ -122.292166, 37.887793 ], [ -122.292166, 37.887860 ], [ -122.291136, 37.888064 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3002", "population": 38, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19544, "AWATER10": 0, "INTPTLAT10": "+37.8918042", "INTPTLON10": "-122.2914745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.893008 ], [ -122.291050, 37.892941 ], [ -122.291136, 37.890705 ], [ -122.291994, 37.890705 ], [ -122.291908, 37.893008 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3003", "population": 32, "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18064, "AWATER10": 0, "INTPTLAT10": "+37.8918237", "INTPTLON10": "-122.2906157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.892941 ], [ -122.290277, 37.890773 ], [ -122.291136, 37.890705 ], [ -122.291050, 37.892941 ], [ -122.290192, 37.892941 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 344, "AWATER10": 0, "INTPTLAT10": "+37.8906459", "INTPTLON10": "-122.2914849" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291479, 37.890773 ], [ -122.291307, 37.890773 ], [ -122.291307, 37.890570 ], [ -122.291479, 37.890570 ], [ -122.291479, 37.890773 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3004", "population": 41, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18095, "AWATER10": 0, "INTPTLAT10": "+37.8918241", "INTPTLON10": "-122.2897641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289333, 37.892941 ], [ -122.289419, 37.890841 ], [ -122.290277, 37.890773 ], [ -122.290192, 37.892941 ], [ -122.289333, 37.892941 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3005", "population": 29, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16537, "AWATER10": 0, "INTPTLAT10": "+37.8919062", "INTPTLON10": "-122.2889102" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289333, 37.892941 ], [ -122.288475, 37.892873 ], [ -122.288475, 37.891518 ], [ -122.288904, 37.890841 ], [ -122.289419, 37.890841 ], [ -122.289333, 37.892941 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3002", "population": 82, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26786, "AWATER10": 0, "INTPTLAT10": "+37.8894113", "INTPTLON10": "-122.2909643" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290792, 37.890773 ], [ -122.290106, 37.888267 ], [ -122.291136, 37.888064 ], [ -122.291908, 37.890638 ], [ -122.291136, 37.890705 ], [ -122.290792, 37.890773 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 746, "AWATER10": 0, "INTPTLAT10": "+37.8881229", "INTPTLON10": "-122.2905730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290106, 37.888267 ], [ -122.290106, 37.888199 ], [ -122.291136, 37.887996 ], [ -122.291136, 37.888064 ], [ -122.290106, 37.888267 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3001", "population": 34, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22452, "AWATER10": 0, "INTPTLAT10": "+37.8895187", "INTPTLON10": "-122.2899595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289934, 37.890773 ], [ -122.289162, 37.888470 ], [ -122.290106, 37.888267 ], [ -122.290792, 37.890773 ], [ -122.289934, 37.890773 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3000", "population": 47, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21823, "AWATER10": 0, "INTPTLAT10": "+37.8896695", "INTPTLON10": "-122.2890200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288904, 37.890841 ], [ -122.288303, 37.888673 ], [ -122.289162, 37.888470 ], [ -122.289934, 37.890773 ], [ -122.288904, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3010", "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 689, "AWATER10": 0, "INTPTLAT10": "+37.8883258", "INTPTLON10": "-122.2895731" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289162, 37.888470 ], [ -122.289162, 37.888402 ], [ -122.290106, 37.888199 ], [ -122.290106, 37.888267 ], [ -122.289162, 37.888470 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2002", "population": 60, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24228, "AWATER10": 0, "INTPTLAT10": "+37.8859970", "INTPTLON10": "-122.2935084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.887522 ], [ -122.292681, 37.884677 ], [ -122.293539, 37.884541 ], [ -122.294397, 37.887318 ], [ -122.293625, 37.887522 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3016", "NAME10": "Block 3016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 253, "AWATER10": 0, "INTPTLAT10": "+37.8877763", "INTPTLON10": "-122.2922894" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292166, 37.887860 ], [ -122.292166, 37.887793 ], [ -122.292509, 37.887725 ], [ -122.292509, 37.887793 ], [ -122.292166, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2001", "population": 58, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26078, "AWATER10": 0, "INTPTLAT10": "+37.8861973", "INTPTLON10": "-122.2926742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.887657 ], [ -122.291822, 37.884880 ], [ -122.292681, 37.884677 ], [ -122.293625, 37.887522 ], [ -122.293625, 37.887657 ], [ -122.292767, 37.887657 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6434, "AWATER10": 0, "INTPTLAT10": "+37.8862789", "INTPTLON10": "-122.2921162" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292509, 37.887725 ], [ -122.291565, 37.884948 ], [ -122.291737, 37.884880 ], [ -122.292767, 37.887657 ], [ -122.292509, 37.887725 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3015", "population": 15, "NAME10": "Block 3015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10776, "AWATER10": 0, "INTPTLAT10": "+37.8863229", "INTPTLON10": "-122.2918172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292166, 37.887793 ], [ -122.291222, 37.885015 ], [ -122.291565, 37.884948 ], [ -122.292509, 37.887725 ], [ -122.292166, 37.887793 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2013", "population": 33, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12945, "AWATER10": 0, "INTPTLAT10": "+37.8836932", "INTPTLON10": "-122.2936333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293539, 37.884541 ], [ -122.293367, 37.884202 ], [ -122.293024, 37.883051 ], [ -122.293882, 37.882983 ], [ -122.294397, 37.884338 ], [ -122.293539, 37.884541 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2014", "population": 40, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13013, "AWATER10": 0, "INTPTLAT10": "+37.8838362", "INTPTLON10": "-122.2927774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292681, 37.884677 ], [ -122.292595, 37.884406 ], [ -122.292080, 37.883186 ], [ -122.293024, 37.883051 ], [ -122.293539, 37.884541 ], [ -122.292681, 37.884677 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2015", "population": 30, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13985, "AWATER10": 0, "INTPTLAT10": "+37.8839739", "INTPTLON10": "-122.2919263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291822, 37.884880 ], [ -122.291307, 37.883254 ], [ -122.292080, 37.883186 ], [ -122.292681, 37.884677 ], [ -122.291822, 37.884880 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3014", "population": 66, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29422, "AWATER10": 0, "INTPTLAT10": "+37.8864950", "INTPTLON10": "-122.2911376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291136, 37.887996 ], [ -122.290192, 37.885219 ], [ -122.291222, 37.885015 ], [ -122.292166, 37.887793 ], [ -122.291136, 37.887996 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3012", "population": 33, "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20277, "AWATER10": 0, "INTPTLAT10": "+37.8875706", "INTPTLON10": "-122.2892190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288303, 37.888606 ], [ -122.289333, 37.886031 ], [ -122.290106, 37.888199 ], [ -122.288303, 37.888606 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3013", "population": 60, "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 31172, "AWATER10": 0, "INTPTLAT10": "+37.8866087", "INTPTLON10": "-122.2901174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290106, 37.888199 ], [ -122.289333, 37.886031 ], [ -122.289848, 37.884541 ], [ -122.290363, 37.885693 ], [ -122.291136, 37.887996 ], [ -122.290106, 37.888199 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3017", "population": 12, "NAME10": "Block 3017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6343, "AWATER10": 0, "INTPTLAT10": "+37.8840797", "INTPTLON10": "-122.2909809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291222, 37.885015 ], [ -122.290449, 37.883254 ], [ -122.290878, 37.883322 ], [ -122.291222, 37.883999 ], [ -122.291565, 37.884948 ], [ -122.291222, 37.885015 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5264, "AWATER10": 0, "INTPTLAT10": "+37.8839955", "INTPTLON10": "-122.2913154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291565, 37.884948 ], [ -122.290878, 37.883322 ], [ -122.291136, 37.883254 ], [ -122.291307, 37.883254 ], [ -122.291822, 37.884880 ], [ -122.291565, 37.884948 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3018", "population": 32, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14557, "AWATER10": 0, "INTPTLAT10": "+37.8843696", "INTPTLON10": "-122.2904413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.885219 ], [ -122.289848, 37.884541 ], [ -122.290363, 37.883051 ], [ -122.290449, 37.883254 ], [ -122.291222, 37.885015 ], [ -122.290192, 37.885219 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1094, "AWATER10": 0, "INTPTLAT10": "+37.8853992", "INTPTLON10": "-122.2894711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289333, 37.885896 ], [ -122.289677, 37.884880 ], [ -122.289762, 37.884948 ], [ -122.289333, 37.885896 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1023", "population": 41, "NAME10": "Block 1023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15260, "AWATER10": 0, "INTPTLAT10": "+37.8840099", "INTPTLON10": "-122.2895305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289762, 37.884948 ], [ -122.288818, 37.884744 ], [ -122.289333, 37.883322 ], [ -122.290106, 37.883186 ], [ -122.290277, 37.883186 ], [ -122.289762, 37.884948 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2010", "population": 24, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6161, "AWATER10": 0, "INTPTLAT10": "+37.8835363", "INTPTLON10": "-122.2962204" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296028, 37.883999 ], [ -122.295771, 37.883051 ], [ -122.296028, 37.883051 ], [ -122.296801, 37.883525 ], [ -122.296886, 37.883864 ], [ -122.296028, 37.883999 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2011", "population": 33, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10125, "AWATER10": 0, "INTPTLAT10": "+37.8834818", "INTPTLON10": "-122.2953591" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295170, 37.884202 ], [ -122.294741, 37.882780 ], [ -122.295771, 37.883051 ], [ -122.296028, 37.883999 ], [ -122.295170, 37.884202 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1509, "AWATER10": 0, "INTPTLAT10": "+37.8926066", "INTPTLON10": "-122.2883829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288733, 37.892128 ], [ -122.288389, 37.892128 ], [ -122.288389, 37.891721 ], [ -122.288733, 37.891721 ], [ -122.288733, 37.892128 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3007", "population": 28, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18637, "AWATER10": 0, "INTPTLAT10": "+37.8917853", "INTPTLON10": "-122.2879697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287445, 37.892873 ], [ -122.287531, 37.890909 ], [ -122.288818, 37.890841 ], [ -122.288475, 37.891518 ], [ -122.288389, 37.892873 ], [ -122.287445, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2003", "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 446, "AWATER10": 0, "INTPTLAT10": "+37.8908208", "INTPTLON10": "-122.2882377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287703, 37.890841 ], [ -122.288818, 37.890773 ], [ -122.288818, 37.890841 ], [ -122.287703, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3008", "population": 12, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5620, "AWATER10": 0, "INTPTLAT10": "+37.8918093", "INTPTLON10": "-122.2873239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287188, 37.892873 ], [ -122.287188, 37.890976 ], [ -122.287531, 37.890909 ], [ -122.287531, 37.891315 ], [ -122.287445, 37.892873 ], [ -122.287188, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2017", "NAME10": "Block 2017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 379, "AWATER10": 0, "INTPTLAT10": "+37.8908918", "INTPTLON10": "-122.2870824" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287188, 37.890976 ], [ -122.286673, 37.890909 ], [ -122.287531, 37.890841 ], [ -122.287188, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 375, "AWATER10": 0, "INTPTLAT10": "+37.8909521", "INTPTLON10": "-122.2861793" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.890976 ], [ -122.286673, 37.890909 ], [ -122.286501, 37.890976 ], [ -122.285728, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2004", "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1970, "AWATER10": 0, "INTPTLAT10": "+37.8896802", "INTPTLON10": "-122.2884737" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.890841 ], [ -122.288132, 37.888741 ], [ -122.288303, 37.888606 ], [ -122.288303, 37.888876 ], [ -122.288904, 37.890705 ], [ -122.288818, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2005", "population": 54, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21301, "AWATER10": 0, "INTPTLAT10": "+37.8898284", "INTPTLON10": "-122.2879267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287703, 37.890841 ], [ -122.287102, 37.889080 ], [ -122.288132, 37.888741 ], [ -122.288818, 37.890773 ], [ -122.287703, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 598, "AWATER10": 0, "INTPTLAT10": "+37.8885114", "INTPTLON10": "-122.2886774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288990, 37.888673 ], [ -122.288733, 37.888673 ], [ -122.288733, 37.888402 ], [ -122.288990, 37.888402 ], [ -122.288990, 37.888673 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2006", "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 812, "AWATER10": 0, "INTPTLAT10": "+37.8888233", "INTPTLON10": "-122.2875914" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287960, 37.888944 ], [ -122.287617, 37.888944 ], [ -122.287617, 37.888673 ], [ -122.287960, 37.888673 ], [ -122.287960, 37.888944 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2002", "population": 13, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16691, "AWATER10": 0, "INTPTLAT10": "+37.8900585", "INTPTLON10": "-122.2869139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286673, 37.890909 ], [ -122.286158, 37.889418 ], [ -122.287102, 37.889080 ], [ -122.287788, 37.890909 ], [ -122.287531, 37.890841 ], [ -122.286673, 37.890909 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2007", "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 740, "AWATER10": 0, "INTPTLAT10": "+37.8892157", "INTPTLON10": "-122.2866157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286158, 37.889418 ], [ -122.286158, 37.889351 ], [ -122.287102, 37.889012 ], [ -122.286158, 37.889418 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2010", "population": 27, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15494, "AWATER10": 0, "INTPTLAT10": "+37.8884410", "INTPTLON10": "-122.2866366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286158, 37.889351 ], [ -122.286072, 37.888606 ], [ -122.286415, 37.887657 ], [ -122.287531, 37.887928 ], [ -122.287273, 37.888267 ], [ -122.287102, 37.889012 ], [ -122.286158, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2001", "population": 18, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14791, "AWATER10": 0, "INTPTLAT10": "+37.8902095", "INTPTLON10": "-122.2859011" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.890976 ], [ -122.285213, 37.889554 ], [ -122.286158, 37.889418 ], [ -122.286673, 37.890909 ], [ -122.285728, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 424, "AWATER10": 0, "INTPTLAT10": "+37.8910153", "INTPTLON10": "-122.2850935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284527, 37.891112 ], [ -122.284527, 37.891044 ], [ -122.285728, 37.891044 ], [ -122.284527, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1003", "population": 27, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16431, "AWATER10": 0, "INTPTLAT10": "+37.8902144", "INTPTLON10": "-122.2848310" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284527, 37.891044 ], [ -122.284098, 37.889351 ], [ -122.285213, 37.889554 ], [ -122.285728, 37.890976 ], [ -122.284527, 37.891044 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1001", "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 394, "AWATER10": 0, "INTPTLAT10": "+37.8910689", "INTPTLON10": "-122.2839734" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283497, 37.891180 ], [ -122.283497, 37.891112 ], [ -122.284527, 37.891044 ], [ -122.283497, 37.891180 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1004", "population": 22, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19676, "AWATER10": 0, "INTPTLAT10": "+37.8901108", "INTPTLON10": "-122.2837239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283497, 37.891112 ], [ -122.282896, 37.889147 ], [ -122.283497, 37.889215 ], [ -122.284098, 37.889351 ], [ -122.284527, 37.890976 ], [ -122.283497, 37.891112 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 676, "AWATER10": 0, "INTPTLAT10": "+37.8894421", "INTPTLON10": "-122.2856518" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285213, 37.889554 ], [ -122.285213, 37.889486 ], [ -122.286158, 37.889351 ], [ -122.286072, 37.889486 ], [ -122.285213, 37.889554 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2009", "population": 34, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19896, "AWATER10": 0, "INTPTLAT10": "+37.8884164", "INTPTLON10": "-122.2856099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285213, 37.889486 ], [ -122.285042, 37.888673 ], [ -122.285385, 37.887386 ], [ -122.286415, 37.887657 ], [ -122.286072, 37.888606 ], [ -122.286158, 37.889351 ], [ -122.285385, 37.889486 ], [ -122.285213, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1010", "population": 1, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1878, "AWATER10": 0, "INTPTLAT10": "+37.8889080", "INTPTLON10": "-122.2850205" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285128, 37.889486 ], [ -122.284956, 37.888538 ], [ -122.285299, 37.887386 ], [ -122.285385, 37.887386 ], [ -122.285042, 37.888538 ], [ -122.285128, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 832, "AWATER10": 0, "INTPTLAT10": "+37.8893913", "INTPTLON10": "-122.2845906" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285213, 37.889554 ], [ -122.284441, 37.889418 ], [ -122.284098, 37.889351 ], [ -122.284098, 37.889283 ], [ -122.285213, 37.889486 ], [ -122.285213, 37.889554 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 282, "AWATER10": 0, "INTPTLAT10": "+37.8892140", "INTPTLON10": "-122.2838288" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284098, 37.889351 ], [ -122.283669, 37.889215 ], [ -122.283669, 37.889147 ], [ -122.284098, 37.889283 ], [ -122.284098, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1009", "population": 36, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22493, "AWATER10": 0, "INTPTLAT10": "+37.8883323", "INTPTLON10": "-122.2844715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285128, 37.889486 ], [ -122.283754, 37.889147 ], [ -122.283754, 37.888809 ], [ -122.284355, 37.887183 ], [ -122.285299, 37.887386 ], [ -122.284956, 37.888538 ], [ -122.285128, 37.889486 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1014", "population": 38, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22296, "AWATER10": 0, "INTPTLAT10": "+37.8880279", "INTPTLON10": "-122.2834249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283669, 37.889147 ], [ -122.282810, 37.889080 ], [ -122.282724, 37.888606 ], [ -122.283325, 37.886912 ], [ -122.284355, 37.887183 ], [ -122.283669, 37.889147 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2012", "population": 1, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2533, "AWATER10": 0, "INTPTLAT10": "+37.8872385", "INTPTLON10": "-122.2887646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288218, 37.888606 ], [ -122.289333, 37.886031 ], [ -122.288303, 37.888606 ], [ -122.288218, 37.888606 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2011", "population": 51, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 36927, "AWATER10": 0, "INTPTLAT10": "+37.8868308", "INTPTLON10": "-122.2883823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.889012 ], [ -122.287273, 37.888267 ], [ -122.287703, 37.887657 ], [ -122.288818, 37.884744 ], [ -122.289677, 37.884880 ], [ -122.289333, 37.885896 ], [ -122.288218, 37.888606 ], [ -122.287102, 37.889012 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2013", "population": 64, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27693, "AWATER10": 0, "INTPTLAT10": "+37.8861944", "INTPTLON10": "-122.2877578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287531, 37.887928 ], [ -122.286758, 37.887725 ], [ -122.287960, 37.884541 ], [ -122.288818, 37.884744 ], [ -122.287703, 37.887657 ], [ -122.287531, 37.887928 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2015", "population": 19, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8164, "AWATER10": 0, "INTPTLAT10": "+37.8861594", "INTPTLON10": "-122.2868653" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287188, 37.886777 ], [ -122.286329, 37.886573 ], [ -122.286673, 37.885693 ], [ -122.287531, 37.885828 ], [ -122.287188, 37.886777 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2014", "population": 73, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 41589, "AWATER10": 0, "INTPTLAT10": "+37.8849195", "INTPTLON10": "-122.2873798" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.887725 ], [ -122.285385, 37.887386 ], [ -122.286673, 37.883999 ], [ -122.288132, 37.884270 ], [ -122.287531, 37.885828 ], [ -122.286758, 37.885693 ], [ -122.286587, 37.885828 ], [ -122.286329, 37.886573 ], [ -122.287188, 37.886777 ], [ -122.286758, 37.887725 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1022", "population": 31, "NAME10": "Block 1022", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12213, "AWATER10": 0, "INTPTLAT10": "+37.8838753", "INTPTLON10": "-122.2886289" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288818, 37.884744 ], [ -122.287960, 37.884541 ], [ -122.288561, 37.883051 ], [ -122.289333, 37.883322 ], [ -122.288818, 37.884744 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1466, "AWATER10": 0, "INTPTLAT10": "+37.8847579", "INTPTLON10": "-122.2863241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285986, 37.885557 ], [ -122.286587, 37.883999 ], [ -122.286673, 37.883999 ], [ -122.286587, 37.884338 ], [ -122.286072, 37.885557 ], [ -122.285986, 37.885557 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1704, "AWATER10": 0, "INTPTLAT10": "+37.8864397", "INTPTLON10": "-122.2856823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285299, 37.887386 ], [ -122.285986, 37.885557 ], [ -122.286072, 37.885557 ], [ -122.285385, 37.887386 ], [ -122.285299, 37.887386 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1012", "population": 39, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17780, "AWATER10": 0, "INTPTLAT10": "+37.8863390", "INTPTLON10": "-122.2851750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285299, 37.887386 ], [ -122.284355, 37.887183 ], [ -122.285128, 37.885354 ], [ -122.285986, 37.885557 ], [ -122.285299, 37.887386 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1018", "population": 45, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20717, "AWATER10": 0, "INTPTLAT10": "+37.8843388", "INTPTLON10": "-122.2859716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285986, 37.885557 ], [ -122.285128, 37.885354 ], [ -122.285728, 37.883660 ], [ -122.287016, 37.882983 ], [ -122.286587, 37.883999 ], [ -122.285986, 37.885557 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1025", "NAME10": "Block 1025", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1018, "AWATER10": 0, "INTPTLAT10": "+37.8838716", "INTPTLON10": "-122.2850766" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284527, 37.884202 ], [ -122.284527, 37.884135 ], [ -122.285728, 37.883593 ], [ -122.285728, 37.883660 ], [ -122.284784, 37.884135 ], [ -122.284527, 37.884202 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1013", "population": 65, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28788, "AWATER10": 0, "INTPTLAT10": "+37.8854489", "INTPTLON10": "-122.2845719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284355, 37.887183 ], [ -122.283583, 37.886980 ], [ -122.283840, 37.886235 ], [ -122.284527, 37.884202 ], [ -122.285728, 37.883660 ], [ -122.284355, 37.887183 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1029", "population": 30, "NAME10": "Block 1029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16994, "AWATER10": 0, "INTPTLAT10": "+37.8853080", "INTPTLON10": "-122.2836511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283840, 37.886235 ], [ -122.282724, 37.886031 ], [ -122.283239, 37.885422 ], [ -122.283325, 37.884812 ], [ -122.283411, 37.884744 ], [ -122.284527, 37.884202 ], [ -122.283840, 37.886235 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1027", "NAME10": "Block 1027", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 906, "AWATER10": 0, "INTPTLAT10": "+37.8844362", "INTPTLON10": "-122.2839247" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283411, 37.884677 ], [ -122.284527, 37.884135 ], [ -122.284527, 37.884202 ], [ -122.283926, 37.884541 ], [ -122.283411, 37.884677 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1026", "population": 17, "NAME10": "Block 1026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 63728, "AWATER10": 0, "INTPTLAT10": "+37.8834939", "INTPTLON10": "-122.2837979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282038, 37.885015 ], [ -122.282295, 37.884406 ], [ -122.281952, 37.884406 ], [ -122.282639, 37.882780 ], [ -122.282810, 37.882577 ], [ -122.286072, 37.882509 ], [ -122.285728, 37.883593 ], [ -122.283154, 37.884812 ], [ -122.282038, 37.885015 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 443, "AWATER10": 0, "INTPTLAT10": "+37.8911265", "INTPTLON10": "-122.2829474" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283068, 37.891247 ], [ -122.282810, 37.891247 ], [ -122.282810, 37.891044 ], [ -122.283068, 37.891044 ], [ -122.283068, 37.891247 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1005", "population": 22, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19453, "AWATER10": 0, "INTPTLAT10": "+37.8901660", "INTPTLON10": "-122.2826890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282467, 37.891180 ], [ -122.281952, 37.889418 ], [ -122.282295, 37.889283 ], [ -122.282896, 37.889215 ], [ -122.283497, 37.891112 ], [ -122.282467, 37.891180 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 627, "AWATER10": 0, "INTPTLAT10": "+37.8891127", "INTPTLON10": "-122.2832122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283669, 37.889215 ], [ -122.282810, 37.889080 ], [ -122.283497, 37.889147 ], [ -122.283669, 37.889147 ], [ -122.283669, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 691, "AWATER10": 0, "INTPTLAT10": "+37.8892075", "INTPTLON10": "-122.2823202" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281952, 37.889418 ], [ -122.281866, 37.889351 ], [ -122.282381, 37.889147 ], [ -122.282810, 37.889080 ], [ -122.282896, 37.889147 ], [ -122.282295, 37.889283 ], [ -122.281952, 37.889418 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1017", "population": 37, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24687, "AWATER10": 0, "INTPTLAT10": "+37.8879459", "INTPTLON10": "-122.2823713" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281866, 37.889351 ], [ -122.281694, 37.888673 ], [ -122.281694, 37.888267 ], [ -122.282295, 37.886709 ], [ -122.283325, 37.886912 ], [ -122.282724, 37.888606 ], [ -122.282810, 37.889080 ], [ -122.281866, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1016", "population": 16, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9100, "AWATER10": 0, "INTPTLAT10": "+37.8864607", "INTPTLON10": "-122.2830673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283583, 37.886980 ], [ -122.282295, 37.886709 ], [ -122.282553, 37.886370 ], [ -122.282724, 37.886031 ], [ -122.283840, 37.886235 ], [ -122.283583, 37.886980 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1028", "NAME10": "Block 1028", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1037, "AWATER10": 0, "INTPTLAT10": "+37.8849026", "INTPTLON10": "-122.2826795" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282038, 37.885083 ], [ -122.282038, 37.885015 ], [ -122.283411, 37.884744 ], [ -122.282467, 37.885083 ], [ -122.282038, 37.885083 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1021", "population": 45, "NAME10": "Block 1021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18586, "AWATER10": 0, "INTPTLAT10": "+37.8834620", "INTPTLON10": "-122.2875836" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.884270 ], [ -122.286673, 37.883999 ], [ -122.287102, 37.882915 ], [ -122.287273, 37.882644 ], [ -122.288561, 37.883051 ], [ -122.288132, 37.884270 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1020", "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 979, "AWATER10": 0, "INTPTLAT10": "+37.8834653", "INTPTLON10": "-122.2868181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286587, 37.883999 ], [ -122.287102, 37.882915 ], [ -122.287102, 37.883051 ], [ -122.286673, 37.883999 ], [ -122.286587, 37.883999 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1030", "population": 1, "NAME10": "Block 1030", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 280, "AWATER10": 0, "INTPTLAT10": "+37.8827246", "INTPTLON10": "-122.2870976" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287016, 37.882915 ], [ -122.287188, 37.882577 ], [ -122.287188, 37.882712 ], [ -122.287102, 37.882915 ], [ -122.287016, 37.882915 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1024", "population": 1, "NAME10": "Block 1024", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1201, "AWATER10": 0, "INTPTLAT10": "+37.8832245", "INTPTLON10": "-122.2863663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.883660 ], [ -122.285728, 37.883593 ], [ -122.287016, 37.882915 ], [ -122.285728, 37.883660 ] ] ] } } +, +{ "type": "Feature", "id": 12345, "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1031", "population": 15, "NAME10": "Block 1031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7920, "AWATER10": 0, "INTPTLAT10": "+37.8828579", "INTPTLON10": "-122.2863490" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.883593 ], [ -122.286072, 37.882509 ], [ -122.287188, 37.882577 ], [ -122.287016, 37.882915 ], [ -122.285728, 37.883593 ] ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 11, "x": 328, "y": 790 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "tabblock_06001420", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1111196, "INTPTLAT10": "+37.8928912", "INTPTLON10": "-122.3202957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312508, 37.897445 ], [ -122.312551, 37.897038 ], [ -122.312465, 37.896937 ], [ -122.312164, 37.896937 ], [ -122.311606, 37.896835 ], [ -122.311521, 37.896734 ], [ -122.311606, 37.896497 ], [ -122.311521, 37.896192 ], [ -122.311134, 37.896056 ], [ -122.311306, 37.895752 ], [ -122.311134, 37.895548 ], [ -122.310705, 37.895514 ], [ -122.310705, 37.895277 ], [ -122.310576, 37.895074 ], [ -122.310147, 37.894769 ], [ -122.309461, 37.893482 ], [ -122.309117, 37.892229 ], [ -122.309074, 37.891315 ], [ -122.309289, 37.889723 ], [ -122.309461, 37.889147 ], [ -122.309675, 37.888876 ], [ -122.309804, 37.888809 ], [ -122.310061, 37.888910 ], [ -122.310147, 37.889147 ], [ -122.310877, 37.889757 ], [ -122.310963, 37.889859 ], [ -122.311006, 37.890197 ], [ -122.311134, 37.890265 ], [ -122.311220, 37.890163 ], [ -122.311220, 37.889926 ], [ -122.311349, 37.889926 ], [ -122.311692, 37.890401 ], [ -122.312722, 37.891213 ], [ -122.313709, 37.891891 ], [ -122.314267, 37.891958 ], [ -122.314396, 37.892060 ], [ -122.314696, 37.892466 ], [ -122.314825, 37.892466 ], [ -122.314610, 37.892162 ], [ -122.314525, 37.891925 ], [ -122.314696, 37.891891 ], [ -122.315941, 37.891891 ], [ -122.315984, 37.891247 ], [ -122.316027, 37.891146 ], [ -122.317615, 37.890942 ], [ -122.319846, 37.889960 ], [ -122.322721, 37.889994 ], [ -122.323151, 37.891010 ], [ -122.323966, 37.892399 ], [ -122.325726, 37.892534 ], [ -122.325854, 37.892500 ], [ -122.325897, 37.892297 ], [ -122.325640, 37.892162 ], [ -122.325554, 37.892060 ], [ -122.325554, 37.891518 ], [ -122.325597, 37.890942 ], [ -122.325640, 37.890841 ], [ -122.325811, 37.890807 ], [ -122.326198, 37.890807 ], [ -122.326627, 37.890875 ], [ -122.327313, 37.890807 ], [ -122.327399, 37.890909 ], [ -122.327399, 37.891484 ], [ -122.327528, 37.891552 ], [ -122.327614, 37.891450 ], [ -122.327700, 37.890231 ], [ -122.327571, 37.889689 ], [ -122.334738, 37.889588 ], [ -122.333407, 37.892805 ], [ -122.312508, 37.897445 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 265574, "AWATER10": 0, "INTPTLAT10": "+37.8905867", "INTPTLON10": "-122.3181131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311521, 37.896734 ], [ -122.310662, 37.895752 ], [ -122.310019, 37.894769 ], [ -122.309546, 37.893855 ], [ -122.309246, 37.893076 ], [ -122.309031, 37.892094 ], [ -122.308989, 37.891247 ], [ -122.308903, 37.890502 ], [ -122.308989, 37.888775 ], [ -122.309246, 37.887860 ], [ -122.309804, 37.888131 ], [ -122.311263, 37.889452 ], [ -122.315598, 37.889655 ], [ -122.315812, 37.889520 ], [ -122.327614, 37.889689 ], [ -122.327700, 37.890231 ], [ -122.327614, 37.891450 ], [ -122.327528, 37.891552 ], [ -122.327399, 37.891484 ], [ -122.327399, 37.890909 ], [ -122.327313, 37.890807 ], [ -122.326627, 37.890875 ], [ -122.325811, 37.890807 ], [ -122.325640, 37.890841 ], [ -122.325597, 37.890942 ], [ -122.325554, 37.891518 ], [ -122.325554, 37.892060 ], [ -122.325640, 37.892162 ], [ -122.325897, 37.892297 ], [ -122.325854, 37.892500 ], [ -122.325554, 37.892534 ], [ -122.324996, 37.892466 ], [ -122.324696, 37.892500 ], [ -122.323966, 37.892399 ], [ -122.323151, 37.891010 ], [ -122.322721, 37.889994 ], [ -122.319846, 37.889960 ], [ -122.317615, 37.890942 ], [ -122.316027, 37.891146 ], [ -122.315984, 37.891247 ], [ -122.315941, 37.891891 ], [ -122.314696, 37.891891 ], [ -122.314525, 37.891925 ], [ -122.314610, 37.892162 ], [ -122.314825, 37.892466 ], [ -122.314696, 37.892466 ], [ -122.314396, 37.892060 ], [ -122.314267, 37.891958 ], [ -122.313709, 37.891891 ], [ -122.312722, 37.891213 ], [ -122.311692, 37.890401 ], [ -122.311349, 37.889926 ], [ -122.311220, 37.889926 ], [ -122.311220, 37.890163 ], [ -122.311134, 37.890265 ], [ -122.311006, 37.890197 ], [ -122.310963, 37.889859 ], [ -122.310877, 37.889757 ], [ -122.310147, 37.889147 ], [ -122.310061, 37.888910 ], [ -122.309804, 37.888809 ], [ -122.309675, 37.888876 ], [ -122.309461, 37.889147 ], [ -122.309289, 37.889723 ], [ -122.309074, 37.891315 ], [ -122.309117, 37.892229 ], [ -122.309461, 37.893482 ], [ -122.310147, 37.894769 ], [ -122.310576, 37.895074 ], [ -122.310705, 37.895277 ], [ -122.310705, 37.895514 ], [ -122.311134, 37.895548 ], [ -122.311306, 37.895752 ], [ -122.311134, 37.896056 ], [ -122.311521, 37.896192 ], [ -122.311606, 37.896293 ], [ -122.311521, 37.896734 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3007", "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3648, "AWATER10": 0, "INTPTLAT10": "+37.8971393", "INTPTLON10": "-122.3121267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312078, 37.897479 ], [ -122.311606, 37.896869 ], [ -122.311563, 37.896835 ], [ -122.312164, 37.896937 ], [ -122.312465, 37.896937 ], [ -122.312551, 37.897140 ], [ -122.312508, 37.897445 ], [ -122.312078, 37.897479 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18792, "AWATER10": 0, "INTPTLAT10": "+37.8946697", "INTPTLON10": "-122.3084294" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309375, 37.897885 ], [ -122.309332, 37.897817 ], [ -122.308302, 37.895244 ], [ -122.307959, 37.894024 ], [ -122.307830, 37.892805 ], [ -122.307873, 37.892297 ], [ -122.308044, 37.892162 ], [ -122.308259, 37.892196 ], [ -122.308345, 37.894431 ], [ -122.309418, 37.897309 ], [ -122.309546, 37.897851 ], [ -122.309375, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3005", "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 30820, "AWATER10": 0, "INTPTLAT10": "+37.8910154", "INTPTLON10": "-122.3085406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311478, 37.897648 ], [ -122.309933, 37.895684 ], [ -122.309289, 37.894566 ], [ -122.308989, 37.893923 ], [ -122.308517, 37.892399 ], [ -122.308087, 37.890604 ], [ -122.308345, 37.890096 ], [ -122.308989, 37.892568 ], [ -122.309418, 37.893889 ], [ -122.309890, 37.894837 ], [ -122.310534, 37.895819 ], [ -122.311864, 37.897546 ], [ -122.311478, 37.897648 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59347, "AWATER10": 0, "INTPTLAT10": "+37.8955812", "INTPTLON10": "-122.3094534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309546, 37.897851 ], [ -122.309418, 37.897309 ], [ -122.308345, 37.894431 ], [ -122.308259, 37.892297 ], [ -122.307916, 37.890976 ], [ -122.308087, 37.890604 ], [ -122.308517, 37.892399 ], [ -122.308989, 37.893923 ], [ -122.309289, 37.894566 ], [ -122.309933, 37.895684 ], [ -122.311478, 37.897648 ], [ -122.310920, 37.897851 ], [ -122.309546, 37.897851 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19563, "AWATER10": 24, "INTPTLAT10": "+37.8904059", "INTPTLON10": "-122.3086941" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311864, 37.897546 ], [ -122.310534, 37.895819 ], [ -122.309718, 37.894465 ], [ -122.309160, 37.893144 ], [ -122.308345, 37.890096 ], [ -122.308989, 37.888775 ], [ -122.308903, 37.890502 ], [ -122.308989, 37.891247 ], [ -122.309031, 37.892094 ], [ -122.309246, 37.893076 ], [ -122.309546, 37.893855 ], [ -122.310019, 37.894769 ], [ -122.310662, 37.895752 ], [ -122.311606, 37.896835 ], [ -122.311563, 37.896835 ], [ -122.312078, 37.897479 ], [ -122.311864, 37.897546 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3001", "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24651, "AWATER10": 0, "INTPTLAT10": "+37.8921989", "INTPTLON10": "-122.3075517" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309375, 37.897885 ], [ -122.307701, 37.894261 ], [ -122.307229, 37.893042 ], [ -122.307100, 37.892568 ], [ -122.307014, 37.891925 ], [ -122.307100, 37.890875 ], [ -122.307272, 37.890130 ], [ -122.307529, 37.889520 ], [ -122.307916, 37.890976 ], [ -122.307658, 37.891688 ], [ -122.307572, 37.892263 ], [ -122.307529, 37.892636 ], [ -122.307615, 37.893313 ], [ -122.307787, 37.893990 ], [ -122.308302, 37.895244 ], [ -122.309375, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3000", "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27350, "AWATER10": 0, "INTPTLAT10": "+37.8907736", "INTPTLON10": "-122.3067658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308989, 37.897987 ], [ -122.307229, 37.893753 ], [ -122.306671, 37.892670 ], [ -122.306671, 37.892229 ], [ -122.306714, 37.892026 ], [ -122.306714, 37.891721 ], [ -122.306414, 37.890807 ], [ -122.306843, 37.890705 ], [ -122.307401, 37.889757 ], [ -122.307229, 37.890299 ], [ -122.307057, 37.891247 ], [ -122.307014, 37.891925 ], [ -122.307100, 37.892568 ], [ -122.307229, 37.893042 ], [ -122.307701, 37.894261 ], [ -122.309332, 37.897885 ], [ -122.308989, 37.897987 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3002", "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9773, "AWATER10": 0, "INTPTLAT10": "+37.8920318", "INTPTLON10": "-122.3077138" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308302, 37.895244 ], [ -122.307701, 37.893720 ], [ -122.307572, 37.893144 ], [ -122.307529, 37.892636 ], [ -122.307658, 37.891688 ], [ -122.307916, 37.890976 ], [ -122.308259, 37.892196 ], [ -122.308044, 37.892162 ], [ -122.307873, 37.892297 ], [ -122.307830, 37.893042 ], [ -122.307873, 37.893652 ], [ -122.308302, 37.895244 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1461, "AWATER10": 0, "INTPTLAT10": "+37.8973748", "INTPTLON10": "-122.3012481" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301650, 37.898528 ], [ -122.301006, 37.896700 ], [ -122.301135, 37.896700 ], [ -122.301650, 37.898528 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1005", "population": 4, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14639, "AWATER10": 0, "INTPTLAT10": "+37.8976068", "INTPTLON10": "-122.3008394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301607, 37.898528 ], [ -122.300620, 37.898325 ], [ -122.300148, 37.896869 ], [ -122.301006, 37.896700 ], [ -122.301607, 37.898528 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1004", "population": 56, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11306, "AWATER10": 0, "INTPTLAT10": "+37.8976015", "INTPTLON10": "-122.2999287" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300620, 37.898325 ], [ -122.300320, 37.898258 ], [ -122.299719, 37.898291 ], [ -122.299290, 37.897072 ], [ -122.300148, 37.896869 ], [ -122.300620, 37.898325 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "2000", "population": 1118, "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 412555, "AWATER10": 0, "INTPTLAT10": "+37.8949184", "INTPTLON10": "-122.3048891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301650, 37.898528 ], [ -122.300920, 37.896022 ], [ -122.302637, 37.895684 ], [ -122.302036, 37.893821 ], [ -122.302852, 37.893652 ], [ -122.303109, 37.894532 ], [ -122.303152, 37.893550 ], [ -122.303495, 37.892839 ], [ -122.303109, 37.891620 ], [ -122.303452, 37.890536 ], [ -122.303753, 37.890197 ], [ -122.303967, 37.890062 ], [ -122.304440, 37.889926 ], [ -122.306027, 37.889588 ], [ -122.306714, 37.891721 ], [ -122.306714, 37.892026 ], [ -122.306628, 37.892399 ], [ -122.306671, 37.892670 ], [ -122.307229, 37.893753 ], [ -122.308989, 37.897987 ], [ -122.308817, 37.898054 ], [ -122.306199, 37.898258 ], [ -122.305341, 37.898427 ], [ -122.304611, 37.898427 ], [ -122.303753, 37.898528 ], [ -122.301650, 37.898528 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15574, "AWATER10": 0, "INTPTLAT10": "+37.8926328", "INTPTLON10": "-122.3029106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303109, 37.894532 ], [ -122.302251, 37.891789 ], [ -122.303109, 37.891620 ], [ -122.303495, 37.892839 ], [ -122.303152, 37.893550 ], [ -122.303109, 37.894532 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1001", "population": 41, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16165, "AWATER10": 0, "INTPTLAT10": "+37.8948170", "INTPTLON10": "-122.3018829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301779, 37.895853 ], [ -122.301178, 37.893990 ], [ -122.302036, 37.893821 ], [ -122.302637, 37.895684 ], [ -122.301779, 37.895853 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 914, "AWATER10": 0, "INTPTLAT10": "+37.8963621", "INTPTLON10": "-122.3009413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301006, 37.896700 ], [ -122.300792, 37.896056 ], [ -122.300920, 37.896022 ], [ -122.301135, 37.896700 ], [ -122.301006, 37.896700 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1014", "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1324, "AWATER10": 0, "INTPTLAT10": "+37.8955459", "INTPTLON10": "-122.3006834" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300792, 37.896056 ], [ -122.300491, 37.895074 ], [ -122.300620, 37.895074 ], [ -122.300920, 37.896022 ], [ -122.300792, 37.896056 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1008", "population": 11, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14452, "AWATER10": 0, "INTPTLAT10": "+37.8959674", "INTPTLON10": "-122.3002912" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300148, 37.896869 ], [ -122.299633, 37.895277 ], [ -122.300491, 37.895074 ], [ -122.300792, 37.896056 ], [ -122.301006, 37.896700 ], [ -122.300148, 37.896869 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1000", "population": 42, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16605, "AWATER10": 0, "INTPTLAT10": "+37.8950031", "INTPTLON10": "-122.3010393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300920, 37.896022 ], [ -122.300620, 37.895074 ], [ -122.300363, 37.894160 ], [ -122.301178, 37.893990 ], [ -122.301779, 37.895853 ], [ -122.300920, 37.896022 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1007", "population": 34, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16120, "AWATER10": 0, "INTPTLAT10": "+37.8927903", "INTPTLON10": "-122.3021281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302036, 37.893821 ], [ -122.301435, 37.891958 ], [ -122.302251, 37.891789 ], [ -122.302852, 37.893652 ], [ -122.302036, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1002", "population": 46, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16535, "AWATER10": 0, "INTPTLAT10": "+37.8929602", "INTPTLON10": "-122.3012875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301178, 37.893990 ], [ -122.300577, 37.892128 ], [ -122.301435, 37.891958 ], [ -122.302036, 37.893821 ], [ -122.301178, 37.893990 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2234, "AWATER10": 0, "INTPTLAT10": "+37.8942520", "INTPTLON10": "-122.3002730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491, 37.895074 ], [ -122.299976, 37.893482 ], [ -122.300105, 37.893449 ], [ -122.300577, 37.894871 ], [ -122.300620, 37.895074 ], [ -122.300491, 37.895074 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1003", "population": 24, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16635, "AWATER10": 0, "INTPTLAT10": "+37.8931288", "INTPTLON10": "-122.3004328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300363, 37.894160 ], [ -122.300105, 37.893449 ], [ -122.299719, 37.892297 ], [ -122.300577, 37.892128 ], [ -122.301178, 37.893990 ], [ -122.300363, 37.894160 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3004", "population": 12, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1457, "AWATER10": 0, "INTPTLAT10": "+37.8928701", "INTPTLON10": "-122.2998265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299976, 37.893482 ], [ -122.299590, 37.892331 ], [ -122.299719, 37.892297 ], [ -122.300105, 37.893449 ], [ -122.299976, 37.893482 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "R", "FUNCSTAT10": "S", "ALAND10": 0, "AWATER10": 1632801, "INTPTLAT10": "+37.8842028", "INTPTLON10": "-122.3237534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327571, 37.889689 ], [ -122.327442, 37.889147 ], [ -122.327571, 37.888707 ], [ -122.327442, 37.888639 ], [ -122.327056, 37.888707 ], [ -122.325468, 37.888097 ], [ -122.324910, 37.887928 ], [ -122.324610, 37.887894 ], [ -122.322936, 37.888301 ], [ -122.322936, 37.888843 ], [ -122.322850, 37.889080 ], [ -122.322550, 37.889317 ], [ -122.322249, 37.889384 ], [ -122.321949, 37.889418 ], [ -122.321348, 37.889283 ], [ -122.320919, 37.889249 ], [ -122.319632, 37.889452 ], [ -122.317271, 37.889283 ], [ -122.316842, 37.888944 ], [ -122.316756, 37.888741 ], [ -122.316070, 37.887928 ], [ -122.315855, 37.887386 ], [ -122.315941, 37.886235 ], [ -122.316499, 37.886133 ], [ -122.316456, 37.885964 ], [ -122.315984, 37.885964 ], [ -122.316027, 37.885659 ], [ -122.316885, 37.885659 ], [ -122.316885, 37.885760 ], [ -122.317057, 37.885760 ], [ -122.317057, 37.885489 ], [ -122.316027, 37.885523 ], [ -122.316113, 37.885456 ], [ -122.315726, 37.885286 ], [ -122.315469, 37.884710 ], [ -122.315683, 37.884304 ], [ -122.315598, 37.884067 ], [ -122.315469, 37.884033 ], [ -122.315340, 37.884067 ], [ -122.315040, 37.883965 ], [ -122.314396, 37.883389 ], [ -122.314138, 37.883085 ], [ -122.313924, 37.882644 ], [ -122.313623, 37.882441 ], [ -122.313066, 37.882204 ], [ -122.312465, 37.881391 ], [ -122.327657, 37.877360 ], [ -122.334738, 37.889588 ], [ -122.327571, 37.889689 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 542505, "AWATER10": 0, "INTPTLAT10": "+37.8862375", "INTPTLON10": "-122.3141377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327571, 37.889689 ], [ -122.315812, 37.889520 ], [ -122.315598, 37.889655 ], [ -122.311263, 37.889452 ], [ -122.310190, 37.888538 ], [ -122.309804, 37.888064 ], [ -122.309375, 37.887691 ], [ -122.309289, 37.887894 ], [ -122.309246, 37.887860 ], [ -122.309289, 37.887318 ], [ -122.309461, 37.887183 ], [ -122.309546, 37.886980 ], [ -122.309546, 37.886472 ], [ -122.308903, 37.884033 ], [ -122.308645, 37.883491 ], [ -122.308388, 37.882306 ], [ -122.312465, 37.881391 ], [ -122.313066, 37.882204 ], [ -122.313623, 37.882441 ], [ -122.313924, 37.882644 ], [ -122.314138, 37.883085 ], [ -122.314396, 37.883389 ], [ -122.315040, 37.883965 ], [ -122.315340, 37.884067 ], [ -122.315469, 37.884033 ], [ -122.315598, 37.884067 ], [ -122.315683, 37.884304 ], [ -122.315469, 37.884710 ], [ -122.315726, 37.885286 ], [ -122.316113, 37.885456 ], [ -122.316027, 37.885523 ], [ -122.317057, 37.885489 ], [ -122.317057, 37.885760 ], [ -122.316885, 37.885760 ], [ -122.316885, 37.885659 ], [ -122.316027, 37.885659 ], [ -122.315984, 37.885964 ], [ -122.316456, 37.885964 ], [ -122.316499, 37.886133 ], [ -122.315941, 37.886235 ], [ -122.315855, 37.887386 ], [ -122.316070, 37.887928 ], [ -122.316756, 37.888741 ], [ -122.316842, 37.888944 ], [ -122.317271, 37.889283 ], [ -122.319632, 37.889452 ], [ -122.320919, 37.889249 ], [ -122.321348, 37.889283 ], [ -122.321949, 37.889418 ], [ -122.322249, 37.889384 ], [ -122.322550, 37.889317 ], [ -122.322850, 37.889080 ], [ -122.322936, 37.888843 ], [ -122.322936, 37.888301 ], [ -122.324610, 37.887894 ], [ -122.324910, 37.887928 ], [ -122.325468, 37.888097 ], [ -122.327056, 37.888707 ], [ -122.327442, 37.888639 ], [ -122.327571, 37.888707 ], [ -122.327442, 37.889147 ], [ -122.327571, 37.889689 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3030", "NAME10": "Block 3030", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 744, "AWATER10": 0, "INTPTLAT10": "+37.8878859", "INTPTLON10": "-122.3094998" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309804, 37.888131 ], [ -122.309632, 37.888030 ], [ -122.309332, 37.887894 ], [ -122.309289, 37.887894 ], [ -122.309375, 37.887691 ], [ -122.309804, 37.888064 ], [ -122.309804, 37.888131 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3010", "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1835, "AWATER10": 0, "INTPTLAT10": "+37.8878520", "INTPTLON10": "-122.3091212" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308989, 37.888775 ], [ -122.309074, 37.887454 ], [ -122.309289, 37.887318 ], [ -122.309289, 37.887589 ], [ -122.308989, 37.888775 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10961, "AWATER10": 0, "INTPTLAT10": "+37.8885068", "INTPTLON10": "-122.3086806" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308345, 37.890096 ], [ -122.308345, 37.889215 ], [ -122.308559, 37.888301 ], [ -122.308559, 37.887556 ], [ -122.308645, 37.887352 ], [ -122.309074, 37.887454 ], [ -122.308989, 37.888775 ], [ -122.308345, 37.890096 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3016", "population": 33, "NAME10": "Block 3016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12044, "AWATER10": 0, "INTPTLAT10": "+37.8899556", "INTPTLON10": "-122.3067458" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306414, 37.890807 ], [ -122.306242, 37.890265 ], [ -122.306628, 37.890197 ], [ -122.306328, 37.890096 ], [ -122.306156, 37.889926 ], [ -122.306027, 37.889588 ], [ -122.307487, 37.889317 ], [ -122.307529, 37.889554 ], [ -122.306843, 37.890705 ], [ -122.306414, 37.890807 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3017", "NAME10": "Block 3017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 393, "AWATER10": 0, "INTPTLAT10": "+37.8901345", "INTPTLON10": "-122.3063016" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306242, 37.890265 ], [ -122.306156, 37.889926 ], [ -122.306328, 37.890096 ], [ -122.306628, 37.890197 ], [ -122.306242, 37.890265 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3012", "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14539, "AWATER10": 0, "INTPTLAT10": "+37.8894024", "INTPTLON10": "-122.3080555" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307916, 37.890976 ], [ -122.307529, 37.889520 ], [ -122.308517, 37.887657 ], [ -122.308559, 37.888301 ], [ -122.308388, 37.889012 ], [ -122.308345, 37.890096 ], [ -122.307916, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3029", "NAME10": "Block 3029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14565, "AWATER10": 0, "INTPTLAT10": "+37.8878852", "INTPTLON10": "-122.3078467" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307701, 37.889181 ], [ -122.307229, 37.887217 ], [ -122.308130, 37.887251 ], [ -122.308645, 37.887352 ], [ -122.308602, 37.887454 ], [ -122.307701, 37.889181 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3018", "population": 29, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9739, "AWATER10": 0, "INTPTLAT10": "+37.8891261", "INTPTLON10": "-122.3066496" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306027, 37.889588 ], [ -122.305856, 37.888978 ], [ -122.307315, 37.888673 ], [ -122.307487, 37.889317 ], [ -122.306027, 37.889588 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3028", "population": 1, "NAME10": "Block 3028", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 444, "AWATER10": 0, "INTPTLAT10": "+37.8890070", "INTPTLON10": "-122.3053896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304997, 37.889147 ], [ -122.304955, 37.889080 ], [ -122.305813, 37.888910 ], [ -122.305856, 37.888978 ], [ -122.304997, 37.889147 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3015", "population": 7, "NAME10": "Block 3015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 782, "AWATER10": 0, "INTPTLAT10": "+37.8887826", "INTPTLON10": "-122.3065328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305856, 37.888978 ], [ -122.305813, 37.888910 ], [ -122.307315, 37.888639 ], [ -122.307315, 37.888673 ], [ -122.305856, 37.888978 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3014", "population": 35, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10339, "AWATER10": 0, "INTPTLAT10": "+37.8884185", "INTPTLON10": "-122.3064403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305813, 37.888910 ], [ -122.305598, 37.888267 ], [ -122.307143, 37.887962 ], [ -122.307315, 37.888639 ], [ -122.305813, 37.888910 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3013", "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7694, "AWATER10": 0, "INTPTLAT10": "+37.8877645", "INTPTLON10": "-122.3071265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307529, 37.889520 ], [ -122.306972, 37.887488 ], [ -122.305427, 37.887488 ], [ -122.307229, 37.887217 ], [ -122.307701, 37.889181 ], [ -122.307529, 37.889520 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 447, "AWATER10": 0, "INTPTLAT10": "+37.8873248", "INTPTLON10": "-122.3088095" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.887454 ], [ -122.308645, 37.887352 ], [ -122.308688, 37.887217 ], [ -122.308989, 37.887352 ], [ -122.309074, 37.887454 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1009", "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7572, "AWATER10": 0, "INTPTLAT10": "+37.8865874", "INTPTLON10": "-122.3090315" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309074, 37.887454 ], [ -122.308989, 37.887352 ], [ -122.308688, 37.887217 ], [ -122.308860, 37.886472 ], [ -122.309031, 37.885151 ], [ -122.309332, 37.886844 ], [ -122.309289, 37.887318 ], [ -122.309074, 37.887454 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1010", "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6192, "AWATER10": 0, "INTPTLAT10": "+37.8856733", "INTPTLON10": "-122.3091896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309289, 37.887318 ], [ -122.309332, 37.886844 ], [ -122.309289, 37.886336 ], [ -122.309031, 37.885151 ], [ -122.308645, 37.883491 ], [ -122.308903, 37.884033 ], [ -122.309546, 37.886472 ], [ -122.309546, 37.887081 ], [ -122.309289, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 59431, "AWATER10": 0, "INTPTLAT10": "+37.8849426", "INTPTLON10": "-122.3081455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308688, 37.887217 ], [ -122.308044, 37.887115 ], [ -122.307229, 37.887081 ], [ -122.307358, 37.886743 ], [ -122.307830, 37.882035 ], [ -122.308388, 37.882204 ], [ -122.308645, 37.883491 ], [ -122.309031, 37.885151 ], [ -122.308860, 37.886472 ], [ -122.308688, 37.887217 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1737, "AWATER10": 0, "INTPTLAT10": "+37.8871632", "INTPTLON10": "-122.3079226" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308645, 37.887352 ], [ -122.308517, 37.887318 ], [ -122.307873, 37.887217 ], [ -122.307229, 37.887217 ], [ -122.307229, 37.887081 ], [ -122.308044, 37.887115 ], [ -122.308688, 37.887217 ], [ -122.308645, 37.887352 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3031", "population": 38, "NAME10": "Block 3031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9685, "AWATER10": 0, "INTPTLAT10": "+37.8877891", "INTPTLON10": "-122.3061951" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305598, 37.888267 ], [ -122.305341, 37.887488 ], [ -122.305427, 37.887488 ], [ -122.306070, 37.887522 ], [ -122.306929, 37.887454 ], [ -122.307014, 37.887522 ], [ -122.307143, 37.887962 ], [ -122.305598, 37.888267 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 52400, "AWATER10": 0, "INTPTLAT10": "+37.8837458", "INTPTLON10": "-122.3069617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.307186, 37.887081 ], [ -122.307100, 37.886878 ], [ -122.306199, 37.883288 ], [ -122.305813, 37.882102 ], [ -122.307100, 37.881899 ], [ -122.307315, 37.881933 ], [ -122.307358, 37.881865 ], [ -122.307830, 37.882035 ], [ -122.307358, 37.886743 ], [ -122.307229, 37.887081 ], [ -122.307186, 37.887081 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3021", "population": 23, "NAME10": "Block 3021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11997, "AWATER10": 0, "INTPTLAT10": "+37.8902784", "INTPTLON10": "-122.3030396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303109, 37.891620 ], [ -122.302465, 37.889622 ], [ -122.303324, 37.889452 ], [ -122.303581, 37.890367 ], [ -122.303324, 37.890841 ], [ -122.303109, 37.891620 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3019", "population": 50, "NAME10": "Block 3019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17581, "AWATER10": 0, "INTPTLAT10": "+37.8895455", "INTPTLON10": "-122.3046051" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303581, 37.890367 ], [ -122.303324, 37.889452 ], [ -122.305856, 37.888978 ], [ -122.306027, 37.889588 ], [ -122.304182, 37.889994 ], [ -122.303753, 37.890197 ], [ -122.303581, 37.890367 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3020", "population": 1, "NAME10": "Block 3020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 409, "AWATER10": 0, "INTPTLAT10": "+37.8891773", "INTPTLON10": "-122.3045386" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304139, 37.889283 ], [ -122.304139, 37.889249 ], [ -122.304955, 37.889080 ], [ -122.304997, 37.889147 ], [ -122.304139, 37.889283 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3027", "population": 33, "NAME10": "Block 3027", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13106, "AWATER10": 0, "INTPTLAT10": "+37.8882387", "INTPTLON10": "-122.3051246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304955, 37.889080 ], [ -122.304482, 37.887522 ], [ -122.305341, 37.887488 ], [ -122.305813, 37.888910 ], [ -122.304955, 37.889080 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3026", "population": 33, "NAME10": "Block 3026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14219, "AWATER10": 0, "INTPTLAT10": "+37.8883405", "INTPTLON10": "-122.3042616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304139, 37.889249 ], [ -122.303581, 37.887556 ], [ -122.304482, 37.887522 ], [ -122.304955, 37.889080 ], [ -122.304139, 37.889249 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3025", "NAME10": "Block 3025", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 406, "AWATER10": 0, "INTPTLAT10": "+37.8893398", "INTPTLON10": "-122.3036979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303324, 37.889452 ], [ -122.303281, 37.889418 ], [ -122.304139, 37.889249 ], [ -122.304139, 37.889283 ], [ -122.303324, 37.889452 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3022", "NAME10": "Block 3022", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 411, "AWATER10": 0, "INTPTLAT10": "+37.8895077", "INTPTLON10": "-122.3028537" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302465, 37.889622 ], [ -122.302465, 37.889588 ], [ -122.303281, 37.889418 ], [ -122.303324, 37.889452 ], [ -122.302465, 37.889622 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3024", "population": 31, "NAME10": "Block 3024", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15240, "AWATER10": 0, "INTPTLAT10": "+37.8884411", "INTPTLON10": "-122.3034025" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303281, 37.889418 ], [ -122.302723, 37.887589 ], [ -122.303581, 37.887556 ], [ -122.304139, 37.889249 ], [ -122.303281, 37.889418 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1009", "population": 37, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17210, "AWATER10": 0, "INTPTLAT10": "+37.8906969", "INTPTLON10": "-122.3023492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302251, 37.891789 ], [ -122.301650, 37.889791 ], [ -122.302465, 37.889622 ], [ -122.303109, 37.891620 ], [ -122.302251, 37.891789 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1006", "population": 87, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17308, "AWATER10": 0, "INTPTLAT10": "+37.8908584", "INTPTLON10": "-122.3015099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301435, 37.891958 ], [ -122.300792, 37.889960 ], [ -122.301650, 37.889791 ], [ -122.302251, 37.891789 ], [ -122.301435, 37.891958 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1004", "population": 38, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17893, "AWATER10": 0, "INTPTLAT10": "+37.8912006", "INTPTLON10": "-122.2998090" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299719, 37.892297 ], [ -122.299547, 37.891823 ], [ -122.299075, 37.890265 ], [ -122.299933, 37.890130 ], [ -122.300577, 37.892128 ], [ -122.299719, 37.892297 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1005", "population": 86, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17622, "AWATER10": 0, "INTPTLAT10": "+37.8910287", "INTPTLON10": "-122.3006658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300577, 37.892128 ], [ -122.299933, 37.890130 ], [ -122.300792, 37.889960 ], [ -122.301435, 37.891958 ], [ -122.300577, 37.892128 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "3023", "population": 33, "NAME10": "Block 3023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16332, "AWATER10": 0, "INTPTLAT10": "+37.8885408", "INTPTLON10": "-122.3025479" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302465, 37.889588 ], [ -122.301822, 37.887623 ], [ -122.302723, 37.887589 ], [ -122.303281, 37.889418 ], [ -122.302465, 37.889588 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1010", "population": 43, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20386, "AWATER10": 0, "INTPTLAT10": "+37.8886345", "INTPTLON10": "-122.3016225" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301650, 37.889791 ], [ -122.300706, 37.887759 ], [ -122.301822, 37.887623 ], [ -122.302465, 37.889588 ], [ -122.302465, 37.889622 ], [ -122.301650, 37.889791 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 372, "AWATER10": 0, "INTPTLAT10": "+37.8900118", "INTPTLON10": "-122.3003351" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299933, 37.890130 ], [ -122.299933, 37.890096 ], [ -122.300792, 37.889926 ], [ -122.300792, 37.889960 ], [ -122.299933, 37.890130 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1011", "population": 69, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16453, "AWATER10": 0, "INTPTLAT10": "+37.8888638", "INTPTLON10": "-122.3008054" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300792, 37.889960 ], [ -122.300062, 37.887725 ], [ -122.300706, 37.887759 ], [ -122.301650, 37.889791 ], [ -122.300792, 37.889960 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1015", "population": 70, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19773, "AWATER10": 0, "INTPTLAT10": "+37.8888596", "INTPTLON10": "-122.2999642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299933, 37.890096 ], [ -122.299204, 37.887759 ], [ -122.300062, 37.887725 ], [ -122.300792, 37.889926 ], [ -122.299933, 37.890096 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5453, "AWATER10": 0, "INTPTLAT10": "+37.8874129", "INTPTLON10": "-122.3045679" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302122, 37.887623 ], [ -122.302079, 37.887522 ], [ -122.305856, 37.887318 ], [ -122.307229, 37.887081 ], [ -122.307229, 37.887217 ], [ -122.305427, 37.887488 ], [ -122.302208, 37.887623 ], [ -122.302122, 37.887623 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1001", "population": 212, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 98716, "AWATER10": 0, "INTPTLAT10": "+37.8865962", "INTPTLON10": "-122.3039801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300706, 37.887759 ], [ -122.300963, 37.887657 ], [ -122.300534, 37.886336 ], [ -122.302337, 37.886031 ], [ -122.304611, 37.885862 ], [ -122.304482, 37.885354 ], [ -122.306800, 37.885591 ], [ -122.307186, 37.887081 ], [ -122.305856, 37.887318 ], [ -122.302079, 37.887522 ], [ -122.302122, 37.887623 ], [ -122.300706, 37.887759 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1016", "population": 116, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8910, "AWATER10": 0, "INTPTLAT10": "+37.8847438", "INTPTLON10": "-122.3040957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304225, 37.885896 ], [ -122.303925, 37.884744 ], [ -122.303624, 37.883660 ], [ -122.303967, 37.883593 ], [ -122.304611, 37.885862 ], [ -122.304225, 37.885896 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1003", "population": 145, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 82198, "AWATER10": 0, "INTPTLAT10": "+37.8837071", "INTPTLON10": "-122.3049494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306800, 37.885591 ], [ -122.304482, 37.885354 ], [ -122.303967, 37.883593 ], [ -122.303452, 37.883694 ], [ -122.303452, 37.882881 ], [ -122.302637, 37.883085 ], [ -122.302380, 37.882509 ], [ -122.302766, 37.882475 ], [ -122.303324, 37.882306 ], [ -122.305255, 37.882238 ], [ -122.305813, 37.882102 ], [ -122.306800, 37.885591 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1017", "population": 90, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6144, "AWATER10": 0, "INTPTLAT10": "+37.8847470", "INTPTLON10": "-122.3037488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303967, 37.885896 ], [ -122.303324, 37.883728 ], [ -122.303624, 37.883660 ], [ -122.304225, 37.885896 ], [ -122.303967, 37.885896 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1013", "population": 133, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9671, "AWATER10": 0, "INTPTLAT10": "+37.8848967", "INTPTLON10": "-122.3034182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303452, 37.885964 ], [ -122.302980, 37.883796 ], [ -122.303324, 37.883728 ], [ -122.303967, 37.885896 ], [ -122.303452, 37.885964 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1014", "population": 414, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 85670, "AWATER10": 0, "INTPTLAT10": "+37.8846770", "INTPTLON10": "-122.3015769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300534, 37.886336 ], [ -122.299933, 37.884440 ], [ -122.299933, 37.884067 ], [ -122.299805, 37.884101 ], [ -122.300019, 37.883389 ], [ -122.300234, 37.883220 ], [ -122.301006, 37.883423 ], [ -122.301006, 37.883356 ], [ -122.302079, 37.883119 ], [ -122.302637, 37.883085 ], [ -122.302980, 37.883796 ], [ -122.303452, 37.885964 ], [ -122.301822, 37.886099 ], [ -122.300534, 37.886336 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1004", "population": 30, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5050, "AWATER10": 0, "INTPTLAT10": "+37.8833234", "INTPTLON10": "-122.3030968" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302980, 37.883796 ], [ -122.302637, 37.883085 ], [ -122.303452, 37.882881 ], [ -122.303452, 37.883694 ], [ -122.302980, 37.883796 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1020", "population": 44, "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12062, "AWATER10": 0, "INTPTLAT10": "+37.8829654", "INTPTLON10": "-122.3013966" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301006, 37.883423 ], [ -122.300363, 37.883254 ], [ -122.300277, 37.883119 ], [ -122.300234, 37.882881 ], [ -122.301092, 37.882780 ], [ -122.302337, 37.882509 ], [ -122.302637, 37.883085 ], [ -122.302079, 37.883119 ], [ -122.301006, 37.883356 ], [ -122.301006, 37.883423 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1003", "population": 62, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10975, "AWATER10": 0, "INTPTLAT10": "+37.8977494", "INTPTLON10": "-122.2990695" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298861, 37.898495 ], [ -122.298474, 37.897208 ], [ -122.299290, 37.897072 ], [ -122.299719, 37.898291 ], [ -122.299418, 37.898325 ], [ -122.298861, 37.898495 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1002", "population": 68, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11372, "AWATER10": 0, "INTPTLAT10": "+37.8979512", "INTPTLON10": "-122.2982332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298045, 37.898766 ], [ -122.297616, 37.897411 ], [ -122.298474, 37.897208 ], [ -122.298861, 37.898495 ], [ -122.298045, 37.898766 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1001", "population": 49, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11928, "AWATER10": 0, "INTPTLAT10": "+37.8981515", "INTPTLON10": "-122.2974109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297230, 37.898901 ], [ -122.296801, 37.897546 ], [ -122.297616, 37.897411 ], [ -122.298045, 37.898766 ], [ -122.297788, 37.898833 ], [ -122.297230, 37.898901 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1000", "population": 113, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13452, "AWATER10": 0, "INTPTLAT10": "+37.8982712", "INTPTLON10": "-122.2964744" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296243, 37.898935 ], [ -122.295728, 37.897783 ], [ -122.296801, 37.897546 ], [ -122.297230, 37.898901 ], [ -122.296243, 37.898935 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1012", "population": 29, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14000, "AWATER10": 0, "INTPTLAT10": "+37.8966536", "INTPTLON10": "-122.2969317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296801, 37.897546 ], [ -122.296286, 37.895955 ], [ -122.297101, 37.895785 ], [ -122.297616, 37.897411 ], [ -122.296801, 37.897546 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1013", "population": 27, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14541, "AWATER10": 0, "INTPTLAT10": "+37.8968185", "INTPTLON10": "-122.2960835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295942, 37.897750 ], [ -122.295427, 37.896090 ], [ -122.296286, 37.895955 ], [ -122.296801, 37.897546 ], [ -122.295942, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14453, "AWATER10": 0, "INTPTLAT10": "+37.8983329", "INTPTLON10": "-122.2952807" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296243, 37.898935 ], [ -122.294569, 37.898766 ], [ -122.294612, 37.897750 ], [ -122.295728, 37.897783 ], [ -122.296243, 37.898935 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1009", "population": 47, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14237, "AWATER10": 0, "INTPTLAT10": "+37.8961439", "INTPTLON10": "-122.2994424" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299290, 37.897072 ], [ -122.298775, 37.895447 ], [ -122.299633, 37.895277 ], [ -122.300148, 37.896869 ], [ -122.299290, 37.897072 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1010", "population": 32, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14169, "AWATER10": 0, "INTPTLAT10": "+37.8963113", "INTPTLON10": "-122.2986013" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298474, 37.897208 ], [ -122.297959, 37.895616 ], [ -122.298775, 37.895447 ], [ -122.299290, 37.897072 ], [ -122.298474, 37.897208 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3001", "population": 46, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14042, "AWATER10": 0, "INTPTLAT10": "+37.8945232", "INTPTLON10": "-122.2989229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298775, 37.895447 ], [ -122.298260, 37.893821 ], [ -122.299075, 37.893652 ], [ -122.299633, 37.895277 ], [ -122.298775, 37.895447 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "1011", "population": 32, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14193, "AWATER10": 0, "INTPTLAT10": "+37.8964819", "INTPTLON10": "-122.2977622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297616, 37.897411 ], [ -122.297101, 37.895785 ], [ -122.297959, 37.895616 ], [ -122.298474, 37.897208 ], [ -122.297616, 37.897411 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3000", "population": 46, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14087, "AWATER10": 0, "INTPTLAT10": "+37.8946922", "INTPTLON10": "-122.2980853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297959, 37.895616 ], [ -122.297444, 37.893957 ], [ -122.298260, 37.893821 ], [ -122.298775, 37.895447 ], [ -122.297959, 37.895616 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2005", "population": 31, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14270, "AWATER10": 0, "INTPTLAT10": "+37.8948540", "INTPTLON10": "-122.2972427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297101, 37.895785 ], [ -122.296586, 37.894126 ], [ -122.297444, 37.893957 ], [ -122.297959, 37.895616 ], [ -122.297101, 37.895785 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3002", "population": 57, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14593, "AWATER10": 0, "INTPTLAT10": "+37.8943454", "INTPTLON10": "-122.2997703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299633, 37.895277 ], [ -122.299075, 37.893652 ], [ -122.299976, 37.893482 ], [ -122.300491, 37.895074 ], [ -122.299633, 37.895277 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3005", "population": 10, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14799, "AWATER10": 0, "INTPTLAT10": "+37.8927197", "INTPTLON10": "-122.2992493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299075, 37.893652 ], [ -122.298560, 37.891992 ], [ -122.299418, 37.891823 ], [ -122.299590, 37.892331 ], [ -122.299976, 37.893482 ], [ -122.299075, 37.893652 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3006", "population": 53, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14044, "AWATER10": 0, "INTPTLAT10": "+37.8928963", "INTPTLON10": "-122.2984024" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298260, 37.893821 ], [ -122.297745, 37.892196 ], [ -122.298560, 37.891992 ], [ -122.299075, 37.893652 ], [ -122.298260, 37.893821 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3007", "population": 41, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14185, "AWATER10": 0, "INTPTLAT10": "+37.8930639", "INTPTLON10": "-122.2975700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297444, 37.893957 ], [ -122.296929, 37.892365 ], [ -122.297745, 37.892196 ], [ -122.298260, 37.893821 ], [ -122.297444, 37.893957 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2004", "population": 33, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14101, "AWATER10": 0, "INTPTLAT10": "+37.8950194", "INTPTLON10": "-122.2964053" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296286, 37.895955 ], [ -122.295771, 37.894295 ], [ -122.296586, 37.894126 ], [ -122.297101, 37.895785 ], [ -122.296286, 37.895955 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7737, "AWATER10": 0, "INTPTLAT10": "+37.8960946", "INTPTLON10": "-122.2952742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295771, 37.897783 ], [ -122.294655, 37.894532 ], [ -122.294912, 37.894498 ], [ -122.295942, 37.897750 ], [ -122.295771, 37.897783 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1007", "population": 87, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17265, "AWATER10": 0, "INTPTLAT10": "+37.8966238", "INTPTLON10": "-122.2949725" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295728, 37.897783 ], [ -122.294612, 37.897750 ], [ -122.294741, 37.895379 ], [ -122.294397, 37.894566 ], [ -122.294655, 37.894532 ], [ -122.295728, 37.897783 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2003", "population": 28, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14449, "AWATER10": 0, "INTPTLAT10": "+37.8951947", "INTPTLON10": "-122.2955660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295427, 37.896090 ], [ -122.294912, 37.894498 ], [ -122.295771, 37.894295 ], [ -122.296286, 37.895955 ], [ -122.295427, 37.896090 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2007", "population": 33, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14053, "AWATER10": 0, "INTPTLAT10": "+37.8933931", "INTPTLON10": "-122.2958883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295771, 37.894295 ], [ -122.295256, 37.892704 ], [ -122.296071, 37.892534 ], [ -122.296586, 37.894126 ], [ -122.295771, 37.894295 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2006", "population": 32, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14158, "AWATER10": 0, "INTPTLAT10": "+37.8932322", "INTPTLON10": "-122.2967302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296586, 37.894126 ], [ -122.296071, 37.892534 ], [ -122.296929, 37.892365 ], [ -122.297444, 37.893957 ], [ -122.296586, 37.894126 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2002", "population": 32, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14523, "AWATER10": 0, "INTPTLAT10": "+37.8935661", "INTPTLON10": "-122.2950398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294912, 37.894498 ], [ -122.294354, 37.892873 ], [ -122.295256, 37.892704 ], [ -122.295771, 37.894295 ], [ -122.294912, 37.894498 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2001", "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3995, "AWATER10": 0, "INTPTLAT10": "+37.8936801", "INTPTLON10": "-122.2944928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294655, 37.894532 ], [ -122.294140, 37.892873 ], [ -122.294354, 37.892873 ], [ -122.294912, 37.894498 ], [ -122.294655, 37.894532 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8083, "AWATER10": 0, "INTPTLAT10": "+37.8982104", "INTPTLON10": "-122.2941387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294569, 37.898766 ], [ -122.293711, 37.898664 ], [ -122.293754, 37.897716 ], [ -122.294612, 37.897750 ], [ -122.294569, 37.898766 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1004", "population": 9, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6640, "AWATER10": 0, "INTPTLAT10": "+37.8980962", "INTPTLON10": "-122.2932964" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293711, 37.898664 ], [ -122.293196, 37.898427 ], [ -122.292852, 37.898393 ], [ -122.292852, 37.897716 ], [ -122.293754, 37.897716 ], [ -122.293668, 37.898528 ], [ -122.293711, 37.898664 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1003", "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1246, "AWATER10": 0, "INTPTLAT10": "+37.8980064", "INTPTLON10": "-122.2927412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292852, 37.898393 ], [ -122.292681, 37.898359 ], [ -122.292638, 37.897716 ], [ -122.292852, 37.897716 ], [ -122.292852, 37.898393 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1010", "population": 2, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2269, "AWATER10": 0, "INTPTLAT10": "+37.8971964", "INTPTLON10": "-122.2927567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292638, 37.897716 ], [ -122.292681, 37.896734 ], [ -122.292938, 37.896734 ], [ -122.292852, 37.897716 ], [ -122.292638, 37.897716 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1002", "population": 31, "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14980, "AWATER10": 0, "INTPTLAT10": "+37.8974821", "INTPTLON10": "-122.2921539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292681, 37.898359 ], [ -122.291994, 37.898258 ], [ -122.291608, 37.898122 ], [ -122.291737, 37.896700 ], [ -122.292681, 37.896734 ], [ -122.292638, 37.897716 ], [ -122.292681, 37.898359 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1001", "population": 21, "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11297, "AWATER10": 0, "INTPTLAT10": "+37.8973215", "INTPTLON10": "-122.2912175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291608, 37.898122 ], [ -122.291093, 37.897953 ], [ -122.290750, 37.897919 ], [ -122.290835, 37.896666 ], [ -122.291737, 37.896700 ], [ -122.291608, 37.898122 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1000", "population": 16, "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10019, "AWATER10": 0, "INTPTLAT10": "+37.8972478", "INTPTLON10": "-122.2903402" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290750, 37.897919 ], [ -122.289891, 37.897851 ], [ -122.289977, 37.896666 ], [ -122.290835, 37.896666 ], [ -122.290750, 37.897919 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2005", "population": 17, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10320, "AWATER10": 0, "INTPTLAT10": "+37.8972288", "INTPTLON10": "-122.2894724" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289033, 37.897885 ], [ -122.289119, 37.896632 ], [ -122.289977, 37.896666 ], [ -122.289891, 37.897851 ], [ -122.289033, 37.897885 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1008", "population": 37, "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25122, "AWATER10": 0, "INTPTLAT10": "+37.8962273", "INTPTLON10": "-122.2942136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294612, 37.897750 ], [ -122.293754, 37.897716 ], [ -122.293882, 37.894702 ], [ -122.294397, 37.894566 ], [ -122.294741, 37.895379 ], [ -122.294612, 37.897750 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1009", "population": 44, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24911, "AWATER10": 0, "INTPTLAT10": "+37.8962389", "INTPTLON10": "-122.2933649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292852, 37.897716 ], [ -122.293024, 37.894871 ], [ -122.293882, 37.894702 ], [ -122.293839, 37.895311 ], [ -122.293754, 37.897716 ], [ -122.292852, 37.897716 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1011", "population": 1, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4495, "AWATER10": 0, "INTPTLAT10": "+37.8957842", "INTPTLON10": "-122.2928245" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292681, 37.896734 ], [ -122.292767, 37.894871 ], [ -122.293024, 37.894871 ], [ -122.292938, 37.896734 ], [ -122.292681, 37.896734 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1016", "population": 13, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8255, "AWATER10": 0, "INTPTLAT10": "+37.8939086", "INTPTLON10": "-122.2941575" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293882, 37.894702 ], [ -122.293968, 37.892873 ], [ -122.294140, 37.892873 ], [ -122.294655, 37.894532 ], [ -122.293882, 37.894702 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1015", "population": 30, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16238, "AWATER10": 0, "INTPTLAT10": "+37.8938032", "INTPTLON10": "-122.2934559" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293024, 37.894871 ], [ -122.293110, 37.892839 ], [ -122.293968, 37.892873 ], [ -122.293882, 37.894702 ], [ -122.293024, 37.894871 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1014", "population": 2, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5007, "AWATER10": 0, "INTPTLAT10": "+37.8938437", "INTPTLON10": "-122.2929060" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292767, 37.894871 ], [ -122.292852, 37.892839 ], [ -122.293110, 37.892839 ], [ -122.293024, 37.894871 ], [ -122.292767, 37.894871 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1013", "population": 38, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18897, "AWATER10": 0, "INTPTLAT10": "+37.8938347", "INTPTLON10": "-122.2923093" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291822, 37.894871 ], [ -122.291908, 37.892839 ], [ -122.292852, 37.892839 ], [ -122.292767, 37.894871 ], [ -122.291822, 37.894871 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 48606, "AWATER10": 0, "INTPTLAT10": "+37.8957510", "INTPTLON10": "-122.2913507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292681, 37.896734 ], [ -122.289977, 37.896666 ], [ -122.290020, 37.895853 ], [ -122.290063, 37.894803 ], [ -122.292767, 37.894871 ], [ -122.292681, 37.896734 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2006", "population": 31, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15730, "AWATER10": 0, "INTPTLAT10": "+37.8956964", "INTPTLON10": "-122.2895702" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289977, 37.896666 ], [ -122.289119, 37.896632 ], [ -122.289205, 37.894769 ], [ -122.290063, 37.894803 ], [ -122.289977, 37.896666 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3001", "population": 31, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16246, "AWATER10": 0, "INTPTLAT10": "+37.8938831", "INTPTLON10": "-122.2913917" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291822, 37.894871 ], [ -122.290921, 37.894837 ], [ -122.291007, 37.892941 ], [ -122.291908, 37.892974 ], [ -122.291822, 37.894871 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3000", "population": 31, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15665, "AWATER10": 0, "INTPTLAT10": "+37.8938607", "INTPTLON10": "-122.2905229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290921, 37.894837 ], [ -122.290063, 37.894803 ], [ -122.290149, 37.892907 ], [ -122.291007, 37.892941 ], [ -122.290921, 37.894837 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2015", "population": 35, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15921, "AWATER10": 0, "INTPTLAT10": "+37.8938332", "INTPTLON10": "-122.2896635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290063, 37.894803 ], [ -122.289205, 37.894769 ], [ -122.289290, 37.892907 ], [ -122.290149, 37.892907 ], [ -122.290063, 37.894803 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2004", "population": 16, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11206, "AWATER10": 0, "INTPTLAT10": "+37.8972632", "INTPTLON10": "-122.2886022" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288175, 37.898122 ], [ -122.288218, 37.896598 ], [ -122.289119, 37.896632 ], [ -122.289033, 37.897885 ], [ -122.288518, 37.897953 ], [ -122.288175, 37.898122 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2003", "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1027, "AWATER10": 0, "INTPTLAT10": "+37.8973454", "INTPTLON10": "-122.2881508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288132, 37.898156 ], [ -122.288175, 37.896598 ], [ -122.288218, 37.896598 ], [ -122.288175, 37.897817 ], [ -122.288175, 37.898122 ], [ -122.288132, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2002", "population": 35, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16183, "AWATER10": 0, "INTPTLAT10": "+37.8975006", "INTPTLON10": "-122.2876349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287145, 37.898664 ], [ -122.287273, 37.896564 ], [ -122.288175, 37.896598 ], [ -122.288132, 37.898156 ], [ -122.287145, 37.898664 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 948, "AWATER10": 0, "INTPTLAT10": "+37.8984122", "INTPTLON10": "-122.2870554" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286973, 37.898732 ], [ -122.287016, 37.898156 ], [ -122.287145, 37.898156 ], [ -122.287145, 37.898664 ], [ -122.286973, 37.898732 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2001", "population": 9, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2708, "AWATER10": 0, "INTPTLAT10": "+37.8973380", "INTPTLON10": "-122.2871259" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287016, 37.898156 ], [ -122.287102, 37.896564 ], [ -122.287273, 37.896564 ], [ -122.287188, 37.898156 ], [ -122.287016, 37.898156 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2007", "population": 30, "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15930, "AWATER10": 0, "INTPTLAT10": "+37.8956694", "INTPTLON10": "-122.2886965" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289119, 37.896632 ], [ -122.288218, 37.896598 ], [ -122.288303, 37.894736 ], [ -122.289205, 37.894769 ], [ -122.289119, 37.896632 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1214, "AWATER10": 0, "INTPTLAT10": "+37.8956738", "INTPTLON10": "-122.2882217" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288175, 37.896598 ], [ -122.288260, 37.894736 ], [ -122.288303, 37.894736 ], [ -122.288303, 37.895108 ], [ -122.288218, 37.896598 ], [ -122.288175, 37.896598 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2009", "population": 33, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15974, "AWATER10": 0, "INTPTLAT10": "+37.8956464", "INTPTLON10": "-122.2877473" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288175, 37.896598 ], [ -122.287273, 37.896564 ], [ -122.287359, 37.894736 ], [ -122.288260, 37.894736 ], [ -122.288175, 37.896598 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2010", "population": 10, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3628, "AWATER10": 0, "INTPTLAT10": "+37.8956076", "INTPTLON10": "-122.2872058" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.896564 ], [ -122.287145, 37.894736 ], [ -122.287359, 37.894736 ], [ -122.287273, 37.896564 ], [ -122.287102, 37.896564 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2014", "population": 32, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16117, "AWATER10": 0, "INTPTLAT10": "+37.8938093", "INTPTLON10": "-122.2887874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289205, 37.894769 ], [ -122.288303, 37.894736 ], [ -122.288432, 37.892873 ], [ -122.289290, 37.892907 ], [ -122.289205, 37.894769 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2013", "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1269, "AWATER10": 0, "INTPTLAT10": "+37.8937720", "INTPTLON10": "-122.2883131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288260, 37.894736 ], [ -122.288346, 37.892873 ], [ -122.288432, 37.892873 ], [ -122.288303, 37.894736 ], [ -122.288260, 37.894736 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2012", "population": 30, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16253, "AWATER10": 0, "INTPTLAT10": "+37.8937801", "INTPTLON10": "-122.2878360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287359, 37.894736 ], [ -122.287445, 37.892839 ], [ -122.288346, 37.892873 ], [ -122.288260, 37.894736 ], [ -122.287359, 37.894736 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "2011", "population": 11, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4556, "AWATER10": 0, "INTPTLAT10": "+37.8937317", "INTPTLON10": "-122.2872753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287145, 37.894736 ], [ -122.287188, 37.892839 ], [ -122.287445, 37.892839 ], [ -122.287359, 37.894736 ], [ -122.287145, 37.894736 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3012", "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 636, "AWATER10": 0, "INTPTLAT10": "+37.8920512", "INTPTLON10": "-122.2995612" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299590, 37.892331 ], [ -122.299418, 37.891823 ], [ -122.299547, 37.891823 ], [ -122.299719, 37.892297 ], [ -122.299590, 37.892331 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3010", "population": 30, "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14291, "AWATER10": 0, "INTPTLAT10": "+37.8911018", "INTPTLON10": "-122.2987261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298560, 37.891992 ], [ -122.298045, 37.890333 ], [ -122.298946, 37.890299 ], [ -122.299418, 37.891823 ], [ -122.298560, 37.891992 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1922, "AWATER10": 0, "INTPTLAT10": "+37.8910433", "INTPTLON10": "-122.2992359" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299418, 37.891823 ], [ -122.298946, 37.890299 ], [ -122.299075, 37.890265 ], [ -122.299461, 37.891518 ], [ -122.299547, 37.891823 ], [ -122.299418, 37.891823 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1013", "population": 4, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 568, "AWATER10": 0, "INTPTLAT10": "+37.8901726", "INTPTLON10": "-122.2994482" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299075, 37.890265 ], [ -122.299032, 37.890197 ], [ -122.299290, 37.890197 ], [ -122.299933, 37.890096 ], [ -122.299933, 37.890130 ], [ -122.299333, 37.890265 ], [ -122.299075, 37.890265 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1005", "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 627, "AWATER10": 0, "INTPTLAT10": "+37.8902672", "INTPTLON10": "-122.2984664" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298045, 37.890333 ], [ -122.298045, 37.890265 ], [ -122.298946, 37.890231 ], [ -122.298946, 37.890299 ], [ -122.298517, 37.890333 ], [ -122.298045, 37.890333 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3009", "population": 84, "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15100, "AWATER10": 0, "INTPTLAT10": "+37.8912058", "INTPTLON10": "-122.2978563" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297745, 37.892196 ], [ -122.297144, 37.890367 ], [ -122.298045, 37.890333 ], [ -122.298174, 37.890671 ], [ -122.298560, 37.891992 ], [ -122.297745, 37.892196 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1004", "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 521, "AWATER10": 0, "INTPTLAT10": "+37.8903091", "INTPTLON10": "-122.2975987" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297144, 37.890367 ], [ -122.297144, 37.890333 ], [ -122.298045, 37.890265 ], [ -122.298045, 37.890333 ], [ -122.297144, 37.890367 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420300", "BLOCKCE10": "1014", "population": 43, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21543, "AWATER10": 0, "INTPTLAT10": "+37.8889340", "INTPTLON10": "-122.2990835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299032, 37.890197 ], [ -122.298260, 37.887759 ], [ -122.299204, 37.887759 ], [ -122.299933, 37.890096 ], [ -122.299032, 37.890197 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 3061, "AWATER10": 0, "INTPTLAT10": "+37.8890168", "INTPTLON10": "-122.2985896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298946, 37.890299 ], [ -122.298131, 37.887793 ], [ -122.298260, 37.887759 ], [ -122.299075, 37.890265 ], [ -122.298946, 37.890299 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1007", "population": 70, "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 32096, "AWATER10": 0, "INTPTLAT10": "+37.8884580", "INTPTLON10": "-122.2979153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298045, 37.890265 ], [ -122.297831, 37.889622 ], [ -122.296929, 37.886878 ], [ -122.297788, 37.886743 ], [ -122.297788, 37.886675 ], [ -122.297916, 37.886709 ], [ -122.298260, 37.887759 ], [ -122.298131, 37.887793 ], [ -122.298946, 37.890231 ], [ -122.298045, 37.890265 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "3008", "population": 51, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16353, "AWATER10": 0, "INTPTLAT10": "+37.8913200", "INTPTLON10": "-122.2970017" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296929, 37.892365 ], [ -122.296286, 37.890434 ], [ -122.297144, 37.890367 ], [ -122.297273, 37.890739 ], [ -122.297745, 37.892196 ], [ -122.296929, 37.892365 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2012", "population": 51, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17230, "AWATER10": 0, "INTPTLAT10": "+37.8914257", "INTPTLON10": "-122.2961445" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296071, 37.892534 ], [ -122.295427, 37.890468 ], [ -122.296286, 37.890434 ], [ -122.296929, 37.892365 ], [ -122.296071, 37.892534 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1003", "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 422, "AWATER10": 0, "INTPTLAT10": "+37.8903581", "INTPTLON10": "-122.2966969" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296286, 37.890434 ], [ -122.296286, 37.890367 ], [ -122.297144, 37.890333 ], [ -122.297144, 37.890367 ], [ -122.296972, 37.890401 ], [ -122.296286, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 411, "AWATER10": 0, "INTPTLAT10": "+37.8904111", "INTPTLON10": "-122.2958187" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295599, 37.890468 ], [ -122.295384, 37.890434 ], [ -122.296286, 37.890367 ], [ -122.296286, 37.890434 ], [ -122.295599, 37.890468 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2008", "population": 50, "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18377, "AWATER10": 0, "INTPTLAT10": "+37.8915386", "INTPTLON10": "-122.2952863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295256, 37.892704 ], [ -122.294526, 37.890536 ], [ -122.295427, 37.890468 ], [ -122.296071, 37.892534 ], [ -122.295256, 37.892704 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2009", "population": 57, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19818, "AWATER10": 0, "INTPTLAT10": "+37.8916581", "INTPTLON10": "-122.2944181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294354, 37.892873 ], [ -122.293625, 37.890570 ], [ -122.294526, 37.890536 ], [ -122.295256, 37.892704 ], [ -122.294354, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1001", "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 419, "AWATER10": 0, "INTPTLAT10": "+37.8904693", "INTPTLON10": "-122.2949399" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294698, 37.890536 ], [ -122.294526, 37.890502 ], [ -122.295384, 37.890434 ], [ -122.295427, 37.890468 ], [ -122.294698, 37.890536 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1015", "population": 83, "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29154, "AWATER10": 0, "INTPTLAT10": "+37.8886165", "INTPTLON10": "-122.2970361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297144, 37.890333 ], [ -122.296114, 37.887081 ], [ -122.296929, 37.886878 ], [ -122.298045, 37.890265 ], [ -122.297144, 37.890333 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1014", "population": 69, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28068, "AWATER10": 0, "INTPTLAT10": "+37.8887349", "INTPTLON10": "-122.2961756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296286, 37.890367 ], [ -122.295256, 37.887251 ], [ -122.296114, 37.887081 ], [ -122.297144, 37.890333 ], [ -122.296286, 37.890367 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1010", "population": 33, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26672, "AWATER10": 0, "INTPTLAT10": "+37.8888488", "INTPTLON10": "-122.2953196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295384, 37.890434 ], [ -122.294440, 37.887386 ], [ -122.295256, 37.887251 ], [ -122.296286, 37.890367 ], [ -122.295384, 37.890434 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1011", "population": 68, "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26518, "AWATER10": 0, "INTPTLAT10": "+37.8889300", "INTPTLON10": "-122.2944569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294526, 37.890502 ], [ -122.293582, 37.887522 ], [ -122.294397, 37.887318 ], [ -122.294440, 37.887386 ], [ -122.295384, 37.890434 ], [ -122.294526, 37.890502 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11282, "AWATER10": 0, "INTPTLAT10": "+37.8873799", "INTPTLON10": "-122.2988707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298260, 37.887759 ], [ -122.297916, 37.886709 ], [ -122.298431, 37.886844 ], [ -122.299590, 37.887488 ], [ -122.300191, 37.887623 ], [ -122.300963, 37.887657 ], [ -122.300706, 37.887759 ], [ -122.298260, 37.887759 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 79019, "AWATER10": 0, "INTPTLAT10": "+37.8858279", "INTPTLON10": "-122.2991231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300963, 37.887657 ], [ -122.300191, 37.887623 ], [ -122.299590, 37.887488 ], [ -122.298431, 37.886844 ], [ -122.297916, 37.886709 ], [ -122.297273, 37.884609 ], [ -122.298303, 37.884406 ], [ -122.299933, 37.884067 ], [ -122.299933, 37.884440 ], [ -122.300148, 37.885117 ], [ -122.300963, 37.887657 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1017", "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 621, "AWATER10": 0, "INTPTLAT10": "+37.8867580", "INTPTLON10": "-122.2973472" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296929, 37.886878 ], [ -122.296929, 37.886844 ], [ -122.297616, 37.886675 ], [ -122.297788, 37.886675 ], [ -122.297788, 37.886743 ], [ -122.296929, 37.886878 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1018", "population": 1, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22069, "AWATER10": 0, "INTPTLAT10": "+37.8835790", "INTPTLON10": "-122.2990681" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298303, 37.884406 ], [ -122.298002, 37.883254 ], [ -122.298989, 37.883017 ], [ -122.300234, 37.882881 ], [ -122.300320, 37.883220 ], [ -122.300019, 37.883389 ], [ -122.299805, 37.884101 ], [ -122.298303, 37.884406 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2007", "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2761, "AWATER10": 0, "INTPTLAT10": "+37.8856449", "INTPTLON10": "-122.2975097" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297916, 37.886709 ], [ -122.297788, 37.886675 ], [ -122.297144, 37.884643 ], [ -122.297273, 37.884609 ], [ -122.297916, 37.886709 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420400", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11921, "AWATER10": 0, "INTPTLAT10": "+37.8839314", "INTPTLON10": "-122.2976037" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297273, 37.884609 ], [ -122.296929, 37.883525 ], [ -122.297788, 37.883356 ], [ -122.298002, 37.883254 ], [ -122.298303, 37.884406 ], [ -122.297273, 37.884609 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1016", "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 614, "AWATER10": 0, "INTPTLAT10": "+37.8869296", "INTPTLON10": "-122.2964871" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296114, 37.887081 ], [ -122.296071, 37.886980 ], [ -122.296929, 37.886844 ], [ -122.296929, 37.886878 ], [ -122.296114, 37.887081 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1013", "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 616, "AWATER10": 0, "INTPTLAT10": "+37.8870993", "INTPTLON10": "-122.2956428" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295256, 37.887251 ], [ -122.295213, 37.887183 ], [ -122.296071, 37.886980 ], [ -122.296114, 37.887081 ], [ -122.295256, 37.887251 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1012", "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 615, "AWATER10": 0, "INTPTLAT10": "+37.8872675", "INTPTLON10": "-122.2948079" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294440, 37.887386 ], [ -122.294397, 37.887318 ], [ -122.295213, 37.887183 ], [ -122.295256, 37.887251 ], [ -122.294440, 37.887386 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2003", "population": 58, "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24754, "AWATER10": 0, "INTPTLAT10": "+37.8858112", "INTPTLON10": "-122.2943382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294397, 37.887318 ], [ -122.293496, 37.884507 ], [ -122.294354, 37.884338 ], [ -122.295213, 37.887183 ], [ -122.294397, 37.887318 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2006", "population": 91, "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25305, "AWATER10": 0, "INTPTLAT10": "+37.8853070", "INTPTLON10": "-122.2968750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296929, 37.886844 ], [ -122.295985, 37.883999 ], [ -122.296886, 37.883830 ], [ -122.297788, 37.886675 ], [ -122.296929, 37.886844 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2005", "population": 98, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24545, "AWATER10": 0, "INTPTLAT10": "+37.8854914", "INTPTLON10": "-122.2960301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296071, 37.886980 ], [ -122.295170, 37.884169 ], [ -122.295985, 37.883999 ], [ -122.296929, 37.886844 ], [ -122.296071, 37.886980 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1060, "AWATER10": 0, "INTPTLAT10": "+37.8841984", "INTPTLON10": "-122.2970500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297144, 37.884643 ], [ -122.296886, 37.883830 ], [ -122.297015, 37.883796 ], [ -122.297273, 37.884609 ], [ -122.297144, 37.884643 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2009", "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 410, "AWATER10": 0, "INTPTLAT10": "+37.8836558", "INTPTLON10": "-122.2968731" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296886, 37.883830 ], [ -122.296758, 37.883525 ], [ -122.296929, 37.883525 ], [ -122.297015, 37.883796 ], [ -122.296886, 37.883830 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2004", "population": 63, "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24848, "AWATER10": 0, "INTPTLAT10": "+37.8856461", "INTPTLON10": "-122.2951842" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295213, 37.887183 ], [ -122.294354, 37.884338 ], [ -122.295170, 37.884169 ], [ -122.296071, 37.886980 ], [ -122.295213, 37.887183 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2012", "population": 35, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12579, "AWATER10": 0, "INTPTLAT10": "+37.8835272", "INTPTLON10": "-122.2945038" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294354, 37.884338 ], [ -122.293882, 37.882949 ], [ -122.294397, 37.882780 ], [ -122.294741, 37.882780 ], [ -122.295170, 37.884169 ], [ -122.294354, 37.884338 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2010", "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8445, "AWATER10": 0, "INTPTLAT10": "+37.8914852", "INTPTLON10": "-122.2936957" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294140, 37.892873 ], [ -122.293839, 37.891992 ], [ -122.293153, 37.891044 ], [ -122.293196, 37.890604 ], [ -122.293625, 37.890570 ], [ -122.294354, 37.892873 ], [ -122.294140, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1017", "population": 22, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10769, "AWATER10": 0, "INTPTLAT10": "+37.8921881", "INTPTLON10": "-122.2934770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294140, 37.892873 ], [ -122.293110, 37.892839 ], [ -122.293153, 37.891044 ], [ -122.293839, 37.891992 ], [ -122.294140, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1018", "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 4538, "AWATER10": 0, "INTPTLAT10": "+37.8918502", "INTPTLON10": "-122.2929851" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292852, 37.892839 ], [ -122.292938, 37.890739 ], [ -122.293153, 37.891044 ], [ -122.293067, 37.892839 ], [ -122.292852, 37.892839 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 367, "AWATER10": 0, "INTPTLAT10": "+37.8905130", "INTPTLON10": "-122.2941122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293754, 37.890570 ], [ -122.293711, 37.890536 ], [ -122.294526, 37.890502 ], [ -122.294397, 37.890536 ], [ -122.293754, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420200", "BLOCKCE10": "2011", "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 700, "AWATER10": 0, "INTPTLAT10": "+37.8907452", "INTPTLON10": "-122.2930474" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293153, 37.891044 ], [ -122.292938, 37.890739 ], [ -122.292895, 37.890604 ], [ -122.293196, 37.890604 ], [ -122.293153, 37.891044 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3005", "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 349, "AWATER10": 0, "INTPTLAT10": "+37.8905539", "INTPTLON10": "-122.2932516" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292895, 37.890604 ], [ -122.292895, 37.890570 ], [ -122.293410, 37.890536 ], [ -122.293625, 37.890536 ], [ -122.293625, 37.890570 ], [ -122.292895, 37.890604 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "1019", "population": 42, "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20486, "AWATER10": 0, "INTPTLAT10": "+37.8917135", "INTPTLON10": "-122.2923947" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.892839 ], [ -122.291951, 37.890671 ], [ -122.292895, 37.890604 ], [ -122.292852, 37.892839 ], [ -122.291908, 37.892839 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3004", "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 428, "AWATER10": 0, "INTPTLAT10": "+37.8905994", "INTPTLON10": "-122.2924155" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.890638 ], [ -122.292895, 37.890570 ], [ -122.292895, 37.890604 ], [ -122.292724, 37.890638 ], [ -122.291908, 37.890638 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1006", "population": 49, "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 25175, "AWATER10": 0, "INTPTLAT10": "+37.8890495", "INTPTLON10": "-122.2935928" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293711, 37.890536 ], [ -122.293625, 37.890434 ], [ -122.292724, 37.887759 ], [ -122.292724, 37.887657 ], [ -122.293582, 37.887657 ], [ -122.293582, 37.887522 ], [ -122.294526, 37.890502 ], [ -122.293711, 37.890536 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "1009", "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5818, "AWATER10": 0, "INTPTLAT10": "+37.8888891", "INTPTLON10": "-122.2929659" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293582, 37.890333 ], [ -122.293153, 37.889825 ], [ -122.292466, 37.887725 ], [ -122.292724, 37.887657 ], [ -122.292724, 37.887759 ], [ -122.293582, 37.890333 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3006", "population": 17, "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 11825, "AWATER10": 0, "INTPTLAT10": "+37.8893267", "INTPTLON10": "-122.2928119" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293625, 37.890570 ], [ -122.293625, 37.890536 ], [ -122.292895, 37.890570 ], [ -122.292809, 37.890028 ], [ -122.292166, 37.887860 ], [ -122.292509, 37.887793 ], [ -122.293153, 37.889825 ], [ -122.293711, 37.890536 ], [ -122.293754, 37.890570 ], [ -122.293625, 37.890570 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3007", "population": 55, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27950, "AWATER10": 0, "INTPTLAT10": "+37.8892518", "INTPTLON10": "-122.2920141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.890638 ], [ -122.291093, 37.888064 ], [ -122.292166, 37.887860 ], [ -122.292809, 37.890028 ], [ -122.292895, 37.890570 ], [ -122.291908, 37.890638 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3008", "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 783, "AWATER10": 0, "INTPTLAT10": "+37.8879165", "INTPTLON10": "-122.2915924" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291093, 37.888064 ], [ -122.291093, 37.887996 ], [ -122.292123, 37.887793 ], [ -122.292166, 37.887860 ], [ -122.291093, 37.888064 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3002", "population": 38, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19544, "AWATER10": 0, "INTPTLAT10": "+37.8918042", "INTPTLON10": "-122.2914745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291908, 37.892974 ], [ -122.291007, 37.892941 ], [ -122.291093, 37.890705 ], [ -122.291951, 37.890671 ], [ -122.291908, 37.892974 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3003", "population": 32, "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18064, "AWATER10": 0, "INTPTLAT10": "+37.8918237", "INTPTLON10": "-122.2906157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291007, 37.892941 ], [ -122.290149, 37.892907 ], [ -122.290277, 37.890739 ], [ -122.291093, 37.890705 ], [ -122.291007, 37.892941 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3003", "NAME10": "Block 3003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 344, "AWATER10": 0, "INTPTLAT10": "+37.8906459", "INTPTLON10": "-122.2914849" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291093, 37.890705 ], [ -122.291093, 37.890671 ], [ -122.291951, 37.890671 ], [ -122.291093, 37.890705 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3004", "population": 41, "NAME10": "Block 3004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18095, "AWATER10": 0, "INTPTLAT10": "+37.8918241", "INTPTLON10": "-122.2897641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289290, 37.892907 ], [ -122.289419, 37.890807 ], [ -122.290277, 37.890739 ], [ -122.290149, 37.892907 ], [ -122.289290, 37.892907 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3005", "population": 29, "NAME10": "Block 3005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16537, "AWATER10": 0, "INTPTLAT10": "+37.8919062", "INTPTLON10": "-122.2889102" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289290, 37.892907 ], [ -122.288432, 37.892873 ], [ -122.288475, 37.891484 ], [ -122.288818, 37.891078 ], [ -122.288861, 37.890841 ], [ -122.289419, 37.890807 ], [ -122.289290, 37.892907 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3002", "population": 82, "NAME10": "Block 3002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26786, "AWATER10": 0, "INTPTLAT10": "+37.8894113", "INTPTLON10": "-122.2909643" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290792, 37.890739 ], [ -122.290106, 37.888267 ], [ -122.291093, 37.888064 ], [ -122.291908, 37.890638 ], [ -122.291093, 37.890671 ], [ -122.291093, 37.890705 ], [ -122.290792, 37.890739 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3009", "NAME10": "Block 3009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 746, "AWATER10": 0, "INTPTLAT10": "+37.8881229", "INTPTLON10": "-122.2905730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290106, 37.888267 ], [ -122.290063, 37.888199 ], [ -122.291093, 37.887996 ], [ -122.291093, 37.888064 ], [ -122.290106, 37.888267 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3001", "population": 34, "NAME10": "Block 3001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22452, "AWATER10": 0, "INTPTLAT10": "+37.8895187", "INTPTLON10": "-122.2899595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289891, 37.890773 ], [ -122.289119, 37.888470 ], [ -122.290106, 37.888267 ], [ -122.290792, 37.890739 ], [ -122.289891, 37.890773 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3000", "population": 47, "NAME10": "Block 3000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21823, "AWATER10": 0, "INTPTLAT10": "+37.8896695", "INTPTLON10": "-122.2890200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288861, 37.890841 ], [ -122.288260, 37.888876 ], [ -122.288260, 37.888673 ], [ -122.289119, 37.888470 ], [ -122.289891, 37.890739 ], [ -122.288861, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3010", "NAME10": "Block 3010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 689, "AWATER10": 0, "INTPTLAT10": "+37.8883258", "INTPTLON10": "-122.2895731" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289119, 37.888470 ], [ -122.289119, 37.888402 ], [ -122.290063, 37.888199 ], [ -122.290106, 37.888267 ], [ -122.289119, 37.888470 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2002", "population": 60, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24228, "AWATER10": 0, "INTPTLAT10": "+37.8859970", "INTPTLON10": "-122.2935084" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293582, 37.887522 ], [ -122.292638, 37.884677 ], [ -122.293496, 37.884507 ], [ -122.294397, 37.887318 ], [ -122.293582, 37.887522 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3016", "NAME10": "Block 3016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 253, "AWATER10": 0, "INTPTLAT10": "+37.8877763", "INTPTLON10": "-122.2922894" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292166, 37.887860 ], [ -122.292123, 37.887793 ], [ -122.292466, 37.887725 ], [ -122.292509, 37.887793 ], [ -122.292166, 37.887860 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2001", "population": 58, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 26078, "AWATER10": 0, "INTPTLAT10": "+37.8861973", "INTPTLON10": "-122.2926742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292724, 37.887657 ], [ -122.291780, 37.884880 ], [ -122.292638, 37.884677 ], [ -122.293582, 37.887522 ], [ -122.293582, 37.887657 ], [ -122.292724, 37.887657 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6434, "AWATER10": 0, "INTPTLAT10": "+37.8862789", "INTPTLON10": "-122.2921162" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292466, 37.887725 ], [ -122.291694, 37.885286 ], [ -122.291522, 37.884914 ], [ -122.291737, 37.884880 ], [ -122.291780, 37.884880 ], [ -122.292724, 37.887657 ], [ -122.292466, 37.887725 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3015", "population": 15, "NAME10": "Block 3015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10776, "AWATER10": 0, "INTPTLAT10": "+37.8863229", "INTPTLON10": "-122.2918172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292123, 37.887793 ], [ -122.291179, 37.884981 ], [ -122.291522, 37.884914 ], [ -122.291694, 37.885286 ], [ -122.292466, 37.887725 ], [ -122.292123, 37.887793 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2013", "population": 33, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12945, "AWATER10": 0, "INTPTLAT10": "+37.8836932", "INTPTLON10": "-122.2936333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293496, 37.884507 ], [ -122.293367, 37.884202 ], [ -122.292981, 37.883051 ], [ -122.293882, 37.882949 ], [ -122.294354, 37.884338 ], [ -122.293496, 37.884507 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2014", "population": 40, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13013, "AWATER10": 0, "INTPTLAT10": "+37.8838362", "INTPTLON10": "-122.2927774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292638, 37.884677 ], [ -122.292552, 37.884406 ], [ -122.292080, 37.883152 ], [ -122.292509, 37.883152 ], [ -122.292981, 37.883051 ], [ -122.293496, 37.884507 ], [ -122.292638, 37.884677 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2015", "population": 30, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 13985, "AWATER10": 0, "INTPTLAT10": "+37.8839739", "INTPTLON10": "-122.2919263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291780, 37.884880 ], [ -122.291265, 37.883254 ], [ -122.292080, 37.883152 ], [ -122.292638, 37.884677 ], [ -122.291780, 37.884880 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3014", "population": 66, "NAME10": "Block 3014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 29422, "AWATER10": 0, "INTPTLAT10": "+37.8864950", "INTPTLON10": "-122.2911376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291093, 37.887996 ], [ -122.290192, 37.885219 ], [ -122.291179, 37.884981 ], [ -122.292123, 37.887793 ], [ -122.291093, 37.887996 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3012", "population": 33, "NAME10": "Block 3012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20277, "AWATER10": 0, "INTPTLAT10": "+37.8875706", "INTPTLON10": "-122.2892190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288303, 37.888572 ], [ -122.289333, 37.885998 ], [ -122.290063, 37.888199 ], [ -122.288303, 37.888572 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3013", "population": 60, "NAME10": "Block 3013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 31172, "AWATER10": 0, "INTPTLAT10": "+37.8866087", "INTPTLON10": "-122.2901174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290063, 37.888199 ], [ -122.289333, 37.885998 ], [ -122.289848, 37.884507 ], [ -122.290363, 37.885693 ], [ -122.291093, 37.887996 ], [ -122.290063, 37.888199 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3017", "population": 12, "NAME10": "Block 3017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6343, "AWATER10": 0, "INTPTLAT10": "+37.8840797", "INTPTLON10": "-122.2909809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291179, 37.884981 ], [ -122.290406, 37.883220 ], [ -122.290835, 37.883322 ], [ -122.291179, 37.883999 ], [ -122.291522, 37.884914 ], [ -122.291179, 37.884981 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5264, "AWATER10": 0, "INTPTLAT10": "+37.8839955", "INTPTLON10": "-122.2913154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291522, 37.884914 ], [ -122.290835, 37.883322 ], [ -122.291093, 37.883254 ], [ -122.291265, 37.883254 ], [ -122.291780, 37.884880 ], [ -122.291522, 37.884914 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3018", "population": 32, "NAME10": "Block 3018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14557, "AWATER10": 0, "INTPTLAT10": "+37.8843696", "INTPTLON10": "-122.2904413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290192, 37.885219 ], [ -122.289848, 37.884507 ], [ -122.290320, 37.883051 ], [ -122.290320, 37.883220 ], [ -122.290406, 37.883220 ], [ -122.291179, 37.884981 ], [ -122.290192, 37.885219 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2016", "NAME10": "Block 2016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1094, "AWATER10": 0, "INTPTLAT10": "+37.8853992", "INTPTLON10": "-122.2894711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289333, 37.885998 ], [ -122.289290, 37.885862 ], [ -122.289634, 37.884880 ], [ -122.289720, 37.884914 ], [ -122.289333, 37.885998 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1023", "population": 41, "NAME10": "Block 1023", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15260, "AWATER10": 0, "INTPTLAT10": "+37.8840099", "INTPTLON10": "-122.2895305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289720, 37.884914 ], [ -122.288775, 37.884710 ], [ -122.289333, 37.883288 ], [ -122.289977, 37.883152 ], [ -122.290106, 37.883186 ], [ -122.290277, 37.883186 ], [ -122.289720, 37.884914 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2010", "population": 24, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 6161, "AWATER10": 0, "INTPTLAT10": "+37.8835363", "INTPTLON10": "-122.2962204" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295985, 37.883999 ], [ -122.295728, 37.883017 ], [ -122.295985, 37.883051 ], [ -122.296114, 37.883085 ], [ -122.296371, 37.883356 ], [ -122.296758, 37.883525 ], [ -122.296886, 37.883830 ], [ -122.295985, 37.883999 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420500", "BLOCKCE10": "2011", "population": 33, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 10125, "AWATER10": 0, "INTPTLAT10": "+37.8834818", "INTPTLON10": "-122.2953591" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295170, 37.884169 ], [ -122.294741, 37.882780 ], [ -122.295728, 37.883017 ], [ -122.295985, 37.883999 ], [ -122.295170, 37.884169 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3006", "NAME10": "Block 3006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1509, "AWATER10": 0, "INTPTLAT10": "+37.8926066", "INTPTLON10": "-122.2883829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288346, 37.892873 ], [ -122.288432, 37.891484 ], [ -122.288775, 37.891044 ], [ -122.288775, 37.890841 ], [ -122.288861, 37.890841 ], [ -122.288818, 37.891078 ], [ -122.288475, 37.891484 ], [ -122.288432, 37.892873 ], [ -122.288346, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3007", "population": 28, "NAME10": "Block 3007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18637, "AWATER10": 0, "INTPTLAT10": "+37.8917853", "INTPTLON10": "-122.2879697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288346, 37.892873 ], [ -122.287445, 37.892839 ], [ -122.287531, 37.890909 ], [ -122.288775, 37.890841 ], [ -122.288775, 37.891044 ], [ -122.288432, 37.891484 ], [ -122.288346, 37.892873 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2003", "NAME10": "Block 2003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 446, "AWATER10": 0, "INTPTLAT10": "+37.8908208", "INTPTLON10": "-122.2882377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287960, 37.890875 ], [ -122.287703, 37.890841 ], [ -122.288775, 37.890773 ], [ -122.288775, 37.890841 ], [ -122.287960, 37.890875 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420100", "BLOCKCE10": "3008", "population": 12, "NAME10": "Block 3008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 5620, "AWATER10": 0, "INTPTLAT10": "+37.8918093", "INTPTLON10": "-122.2873239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287188, 37.892839 ], [ -122.287188, 37.890942 ], [ -122.287531, 37.890909 ], [ -122.287531, 37.891281 ], [ -122.287445, 37.892839 ], [ -122.287188, 37.892839 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2017", "NAME10": "Block 2017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 379, "AWATER10": 0, "INTPTLAT10": "+37.8908918", "INTPTLON10": "-122.2870824" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287188, 37.890942 ], [ -122.286673, 37.890909 ], [ -122.287531, 37.890841 ], [ -122.287531, 37.890909 ], [ -122.287188, 37.890942 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2000", "NAME10": "Block 2000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 375, "AWATER10": 0, "INTPTLAT10": "+37.8909521", "INTPTLON10": "-122.2861793" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.891010 ], [ -122.285686, 37.890976 ], [ -122.286673, 37.890909 ], [ -122.286458, 37.890976 ], [ -122.285728, 37.891010 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2004", "NAME10": "Block 2004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1970, "AWATER10": 0, "INTPTLAT10": "+37.8896802", "INTPTLON10": "-122.2884737" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288775, 37.890841 ], [ -122.288775, 37.890671 ], [ -122.288132, 37.888707 ], [ -122.288175, 37.888606 ], [ -122.288303, 37.888572 ], [ -122.288218, 37.888741 ], [ -122.288260, 37.888876 ], [ -122.288861, 37.890705 ], [ -122.288861, 37.890841 ], [ -122.288775, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2005", "population": 54, "NAME10": "Block 2005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 21301, "AWATER10": 0, "INTPTLAT10": "+37.8898284", "INTPTLON10": "-122.2879267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287703, 37.890841 ], [ -122.287102, 37.889080 ], [ -122.288132, 37.888707 ], [ -122.288775, 37.890773 ], [ -122.287703, 37.890841 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "3011", "NAME10": "Block 3011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 598, "AWATER10": 0, "INTPTLAT10": "+37.8885114", "INTPTLON10": "-122.2886774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288260, 37.888673 ], [ -122.288303, 37.888572 ], [ -122.288947, 37.888436 ], [ -122.289119, 37.888402 ], [ -122.289119, 37.888470 ], [ -122.288260, 37.888673 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2006", "NAME10": "Block 2006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 812, "AWATER10": 0, "INTPTLAT10": "+37.8888233", "INTPTLON10": "-122.2875914" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.889080 ], [ -122.287102, 37.889012 ], [ -122.287316, 37.888910 ], [ -122.288175, 37.888606 ], [ -122.288132, 37.888707 ], [ -122.287102, 37.889080 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2002", "population": 13, "NAME10": "Block 2002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16691, "AWATER10": 0, "INTPTLAT10": "+37.8900585", "INTPTLON10": "-122.2869139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286673, 37.890909 ], [ -122.286158, 37.889418 ], [ -122.287102, 37.889080 ], [ -122.287745, 37.890875 ], [ -122.287531, 37.890909 ], [ -122.287531, 37.890841 ], [ -122.286673, 37.890909 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2007", "NAME10": "Block 2007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 740, "AWATER10": 0, "INTPTLAT10": "+37.8892157", "INTPTLON10": "-122.2866157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286158, 37.889418 ], [ -122.286158, 37.889351 ], [ -122.287102, 37.889012 ], [ -122.287102, 37.889080 ], [ -122.286158, 37.889418 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2010", "population": 27, "NAME10": "Block 2010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 15494, "AWATER10": 0, "INTPTLAT10": "+37.8884410", "INTPTLON10": "-122.2866366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286158, 37.889351 ], [ -122.286072, 37.889012 ], [ -122.286072, 37.888572 ], [ -122.286415, 37.887623 ], [ -122.287488, 37.887894 ], [ -122.287273, 37.888233 ], [ -122.287102, 37.888843 ], [ -122.287102, 37.889012 ], [ -122.286158, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2001", "population": 18, "NAME10": "Block 2001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 14791, "AWATER10": 0, "INTPTLAT10": "+37.8902095", "INTPTLON10": "-122.2859011" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285686, 37.890976 ], [ -122.285557, 37.890807 ], [ -122.285171, 37.889520 ], [ -122.285600, 37.889520 ], [ -122.286158, 37.889418 ], [ -122.286673, 37.890909 ], [ -122.285686, 37.890976 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1002", "NAME10": "Block 1002", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 424, "AWATER10": 0, "INTPTLAT10": "+37.8910153", "INTPTLON10": "-122.2850935" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284484, 37.891078 ], [ -122.284527, 37.891044 ], [ -122.285686, 37.890976 ], [ -122.285728, 37.891010 ], [ -122.284484, 37.891078 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1003", "population": 27, "NAME10": "Block 1003", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16431, "AWATER10": 0, "INTPTLAT10": "+37.8902144", "INTPTLON10": "-122.2848310" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284527, 37.891044 ], [ -122.284484, 37.890671 ], [ -122.284055, 37.889317 ], [ -122.284741, 37.889486 ], [ -122.285171, 37.889520 ], [ -122.285557, 37.890807 ], [ -122.285686, 37.890976 ], [ -122.284527, 37.891044 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1001", "NAME10": "Block 1001", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 394, "AWATER10": 0, "INTPTLAT10": "+37.8910689", "INTPTLON10": "-122.2839734" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283497, 37.891146 ], [ -122.283497, 37.891078 ], [ -122.284527, 37.891044 ], [ -122.284484, 37.891078 ], [ -122.283497, 37.891146 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1004", "population": 22, "NAME10": "Block 1004", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19676, "AWATER10": 0, "INTPTLAT10": "+37.8901108", "INTPTLON10": "-122.2837239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283497, 37.891078 ], [ -122.282982, 37.889452 ], [ -122.282853, 37.889147 ], [ -122.283454, 37.889181 ], [ -122.284055, 37.889317 ], [ -122.284484, 37.890671 ], [ -122.284527, 37.890976 ], [ -122.284527, 37.891044 ], [ -122.283497, 37.891078 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2008", "NAME10": "Block 2008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 676, "AWATER10": 0, "INTPTLAT10": "+37.8894421", "INTPTLON10": "-122.2856518" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285171, 37.889520 ], [ -122.285213, 37.889452 ], [ -122.285600, 37.889452 ], [ -122.286158, 37.889351 ], [ -122.286158, 37.889418 ], [ -122.286029, 37.889452 ], [ -122.285171, 37.889520 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2009", "population": 34, "NAME10": "Block 2009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19896, "AWATER10": 0, "INTPTLAT10": "+37.8884164", "INTPTLON10": "-122.2856099" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285213, 37.889452 ], [ -122.284999, 37.888639 ], [ -122.285171, 37.887894 ], [ -122.285385, 37.887386 ], [ -122.286415, 37.887623 ], [ -122.286072, 37.888572 ], [ -122.286072, 37.889012 ], [ -122.286158, 37.889351 ], [ -122.285385, 37.889452 ], [ -122.285213, 37.889452 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1010", "population": 1, "NAME10": "Block 1010", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1878, "AWATER10": 0, "INTPTLAT10": "+37.8889080", "INTPTLON10": "-122.2850205" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285128, 37.889452 ], [ -122.284999, 37.889147 ], [ -122.284913, 37.888504 ], [ -122.285085, 37.887894 ], [ -122.285299, 37.887352 ], [ -122.285385, 37.887386 ], [ -122.285171, 37.887894 ], [ -122.284999, 37.888504 ], [ -122.285085, 37.889046 ], [ -122.285213, 37.889452 ], [ -122.285128, 37.889452 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1008", "NAME10": "Block 1008", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 832, "AWATER10": 0, "INTPTLAT10": "+37.8893913", "INTPTLON10": "-122.2845906" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285171, 37.889520 ], [ -122.284441, 37.889418 ], [ -122.284055, 37.889317 ], [ -122.284055, 37.889249 ], [ -122.284698, 37.889418 ], [ -122.285213, 37.889452 ], [ -122.285171, 37.889520 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1007", "NAME10": "Block 1007", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 282, "AWATER10": 0, "INTPTLAT10": "+37.8892140", "INTPTLON10": "-122.2838288" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284055, 37.889317 ], [ -122.283669, 37.889215 ], [ -122.283669, 37.889147 ], [ -122.284055, 37.889249 ], [ -122.284055, 37.889317 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1009", "population": 36, "NAME10": "Block 1009", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22493, "AWATER10": 0, "INTPTLAT10": "+37.8883323", "INTPTLON10": "-122.2844715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285128, 37.889452 ], [ -122.284698, 37.889418 ], [ -122.283711, 37.889147 ], [ -122.283711, 37.888775 ], [ -122.284355, 37.887149 ], [ -122.285299, 37.887352 ], [ -122.285085, 37.887894 ], [ -122.284913, 37.888504 ], [ -122.284999, 37.889147 ], [ -122.285128, 37.889452 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1014", "population": 38, "NAME10": "Block 1014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 22296, "AWATER10": 0, "INTPTLAT10": "+37.8880279", "INTPTLON10": "-122.2834249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283669, 37.889147 ], [ -122.283111, 37.889080 ], [ -122.282767, 37.889080 ], [ -122.282681, 37.888944 ], [ -122.282681, 37.888606 ], [ -122.283282, 37.886912 ], [ -122.283540, 37.886980 ], [ -122.284355, 37.887149 ], [ -122.283711, 37.888775 ], [ -122.283669, 37.889147 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2012", "population": 1, "NAME10": "Block 2012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 2533, "AWATER10": 0, "INTPTLAT10": "+37.8872385", "INTPTLON10": "-122.2887646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288175, 37.888606 ], [ -122.289290, 37.885862 ], [ -122.289333, 37.885998 ], [ -122.288303, 37.888572 ], [ -122.288175, 37.888606 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2011", "population": 51, "NAME10": "Block 2011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 36927, "AWATER10": 0, "INTPTLAT10": "+37.8868308", "INTPTLON10": "-122.2883823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.889012 ], [ -122.287102, 37.888843 ], [ -122.287273, 37.888233 ], [ -122.287703, 37.887623 ], [ -122.288775, 37.884710 ], [ -122.289634, 37.884880 ], [ -122.289290, 37.885862 ], [ -122.288175, 37.888606 ], [ -122.287102, 37.889012 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2013", "population": 64, "NAME10": "Block 2013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 27693, "AWATER10": 0, "INTPTLAT10": "+37.8861944", "INTPTLON10": "-122.2877578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287488, 37.887894 ], [ -122.286758, 37.887691 ], [ -122.287960, 37.884507 ], [ -122.288775, 37.884710 ], [ -122.287703, 37.887623 ], [ -122.287488, 37.887894 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2015", "population": 19, "NAME10": "Block 2015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 8164, "AWATER10": 0, "INTPTLAT10": "+37.8861594", "INTPTLON10": "-122.2868653" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287145, 37.886743 ], [ -122.286286, 37.886539 ], [ -122.286673, 37.885659 ], [ -122.287488, 37.885828 ], [ -122.287145, 37.886743 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "2014", "population": 73, "NAME10": "Block 2014", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 41589, "AWATER10": 0, "INTPTLAT10": "+37.8849195", "INTPTLON10": "-122.2873798" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286758, 37.887691 ], [ -122.285385, 37.887386 ], [ -122.286673, 37.883999 ], [ -122.287831, 37.884169 ], [ -122.288089, 37.884270 ], [ -122.287488, 37.885828 ], [ -122.286758, 37.885659 ], [ -122.286673, 37.885659 ], [ -122.286544, 37.885794 ], [ -122.286286, 37.886539 ], [ -122.287145, 37.886743 ], [ -122.286758, 37.887691 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1022", "population": 31, "NAME10": "Block 1022", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 12213, "AWATER10": 0, "INTPTLAT10": "+37.8838753", "INTPTLON10": "-122.2886289" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288775, 37.884710 ], [ -122.287960, 37.884507 ], [ -122.288518, 37.883051 ], [ -122.289333, 37.883288 ], [ -122.288775, 37.884710 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1019", "NAME10": "Block 1019", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1466, "AWATER10": 0, "INTPTLAT10": "+37.8847579", "INTPTLON10": "-122.2863241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286072, 37.885557 ], [ -122.285986, 37.885523 ], [ -122.286587, 37.883999 ], [ -122.286673, 37.883999 ], [ -122.286587, 37.884338 ], [ -122.286072, 37.885557 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1011", "NAME10": "Block 1011", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1704, "AWATER10": 0, "INTPTLAT10": "+37.8864397", "INTPTLON10": "-122.2856823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285385, 37.887386 ], [ -122.285299, 37.887352 ], [ -122.285986, 37.885523 ], [ -122.286072, 37.885557 ], [ -122.285385, 37.887386 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1012", "population": 39, "NAME10": "Block 1012", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 17780, "AWATER10": 0, "INTPTLAT10": "+37.8863390", "INTPTLON10": "-122.2851750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285299, 37.887352 ], [ -122.284355, 37.887149 ], [ -122.284570, 37.886709 ], [ -122.285085, 37.885320 ], [ -122.285986, 37.885523 ], [ -122.285299, 37.887352 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1018", "population": 45, "NAME10": "Block 1018", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 20717, "AWATER10": 0, "INTPTLAT10": "+37.8843388", "INTPTLON10": "-122.2859716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285986, 37.885523 ], [ -122.285085, 37.885320 ], [ -122.285686, 37.883660 ], [ -122.286973, 37.882983 ], [ -122.286587, 37.883999 ], [ -122.285986, 37.885523 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1025", "NAME10": "Block 1025", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1018, "AWATER10": 0, "INTPTLAT10": "+37.8838716", "INTPTLON10": "-122.2850766" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284527, 37.884202 ], [ -122.284484, 37.884135 ], [ -122.285728, 37.883559 ], [ -122.285686, 37.883660 ], [ -122.284741, 37.884101 ], [ -122.284527, 37.884202 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1013", "population": 65, "NAME10": "Block 1013", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 28788, "AWATER10": 0, "INTPTLAT10": "+37.8854489", "INTPTLON10": "-122.2845719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284355, 37.887149 ], [ -122.283540, 37.886980 ], [ -122.283840, 37.886235 ], [ -122.284527, 37.884372 ], [ -122.284527, 37.884202 ], [ -122.285686, 37.883660 ], [ -122.284570, 37.886709 ], [ -122.284355, 37.887149 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1029", "population": 30, "NAME10": "Block 1029", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 16994, "AWATER10": 0, "INTPTLAT10": "+37.8853080", "INTPTLON10": "-122.2836511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283840, 37.886235 ], [ -122.282681, 37.885998 ], [ -122.283196, 37.885388 ], [ -122.283282, 37.884778 ], [ -122.283411, 37.884744 ], [ -122.284527, 37.884202 ], [ -122.284527, 37.884372 ], [ -122.283840, 37.886235 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1027", "NAME10": "Block 1027", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 906, "AWATER10": 0, "INTPTLAT10": "+37.8844362", "INTPTLON10": "-122.2839247" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283411, 37.884744 ], [ -122.283368, 37.884677 ], [ -122.284484, 37.884135 ], [ -122.284527, 37.884202 ], [ -122.283883, 37.884541 ], [ -122.283411, 37.884744 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1026", "population": 17, "NAME10": "Block 1026", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 63728, "AWATER10": 0, "INTPTLAT10": "+37.8834939", "INTPTLON10": "-122.2837979" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281995, 37.884981 ], [ -122.282295, 37.884372 ], [ -122.281909, 37.884372 ], [ -122.282596, 37.882746 ], [ -122.282767, 37.882543 ], [ -122.285385, 37.882441 ], [ -122.286072, 37.882475 ], [ -122.285728, 37.883559 ], [ -122.283154, 37.884778 ], [ -122.282424, 37.884981 ], [ -122.281995, 37.884981 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1000", "NAME10": "Block 1000", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 443, "AWATER10": 0, "INTPTLAT10": "+37.8911265", "INTPTLON10": "-122.2829474" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282424, 37.891180 ], [ -122.282424, 37.891146 ], [ -122.283497, 37.891078 ], [ -122.283497, 37.891146 ], [ -122.282424, 37.891180 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1005", "population": 22, "NAME10": "Block 1005", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 19453, "AWATER10": 0, "INTPTLAT10": "+37.8901660", "INTPTLON10": "-122.2826890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282424, 37.891146 ], [ -122.282381, 37.890807 ], [ -122.281909, 37.889418 ], [ -122.282295, 37.889249 ], [ -122.282853, 37.889181 ], [ -122.283497, 37.891078 ], [ -122.282424, 37.891146 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1015", "NAME10": "Block 1015", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 627, "AWATER10": 0, "INTPTLAT10": "+37.8891127", "INTPTLON10": "-122.2832122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283669, 37.889215 ], [ -122.283282, 37.889147 ], [ -122.282853, 37.889147 ], [ -122.282767, 37.889080 ], [ -122.283497, 37.889114 ], [ -122.283669, 37.889147 ], [ -122.283669, 37.889215 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1006", "NAME10": "Block 1006", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 691, "AWATER10": 0, "INTPTLAT10": "+37.8892075", "INTPTLON10": "-122.2823202" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281909, 37.889418 ], [ -122.281866, 37.889351 ], [ -122.282338, 37.889147 ], [ -122.282767, 37.889080 ], [ -122.282853, 37.889147 ], [ -122.282295, 37.889249 ], [ -122.281909, 37.889418 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1017", "population": 37, "NAME10": "Block 1017", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 24687, "AWATER10": 0, "INTPTLAT10": "+37.8879459", "INTPTLON10": "-122.2823713" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281866, 37.889351 ], [ -122.281694, 37.888673 ], [ -122.281694, 37.888267 ], [ -122.282295, 37.886675 ], [ -122.283282, 37.886912 ], [ -122.282681, 37.888606 ], [ -122.282681, 37.888944 ], [ -122.282767, 37.889080 ], [ -122.282338, 37.889147 ], [ -122.281866, 37.889351 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1016", "population": 16, "NAME10": "Block 1016", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 9100, "AWATER10": 0, "INTPTLAT10": "+37.8864607", "INTPTLON10": "-122.2830673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283540, 37.886980 ], [ -122.282295, 37.886675 ], [ -122.282510, 37.886336 ], [ -122.282681, 37.885998 ], [ -122.283840, 37.886235 ], [ -122.283540, 37.886980 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1028", "NAME10": "Block 1028", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1037, "AWATER10": 0, "INTPTLAT10": "+37.8849026", "INTPTLON10": "-122.2826795" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282038, 37.885083 ], [ -122.281995, 37.885049 ], [ -122.281995, 37.884981 ], [ -122.282424, 37.884981 ], [ -122.283368, 37.884677 ], [ -122.283411, 37.884744 ], [ -122.282467, 37.885049 ], [ -122.282038, 37.885083 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1021", "population": 45, "NAME10": "Block 1021", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 18586, "AWATER10": 0, "INTPTLAT10": "+37.8834620", "INTPTLON10": "-122.2875836" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288089, 37.884270 ], [ -122.287831, 37.884169 ], [ -122.286673, 37.883999 ], [ -122.287102, 37.882915 ], [ -122.287230, 37.882610 ], [ -122.288518, 37.883051 ], [ -122.288089, 37.884270 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1020", "NAME10": "Block 1020", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 979, "AWATER10": 0, "INTPTLAT10": "+37.8834653", "INTPTLON10": "-122.2868181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286587, 37.883999 ], [ -122.286973, 37.882983 ], [ -122.287102, 37.882915 ], [ -122.287059, 37.883051 ], [ -122.286673, 37.883999 ], [ -122.286587, 37.883999 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1030", "population": 1, "NAME10": "Block 1030", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 280, "AWATER10": 0, "INTPTLAT10": "+37.8827246", "INTPTLON10": "-122.2870976" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287102, 37.882915 ], [ -122.287016, 37.882881 ], [ -122.287145, 37.882577 ], [ -122.287230, 37.882610 ], [ -122.287188, 37.882678 ], [ -122.287102, 37.882915 ] ] ] } } +, +{ "type": "Feature", "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1024", "population": 1, "NAME10": "Block 1024", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 1201, "AWATER10": 0, "INTPTLAT10": "+37.8832245", "INTPTLON10": "-122.2863663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285686, 37.883660 ], [ -122.285728, 37.883559 ], [ -122.287016, 37.882881 ], [ -122.287102, 37.882915 ], [ -122.285686, 37.883660 ] ] ] } } +, +{ "type": "Feature", "id": 12345, "properties": { "STATEFP10": "06", "COUNTYFP10": "001", "TRACTCE10": "420600", "BLOCKCE10": "1031", "population": 15, "NAME10": "Block 1031", "MTFCC10": "G5040", "UR10": "U", "UACE10": "78904", "UATYP10": "U", "FUNCSTAT10": "S", "ALAND10": 7920, "AWATER10": 0, "INTPTLAT10": "+37.8828579", "INTPTLON10": "-122.2863490" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285728, 37.883559 ], [ -122.286072, 37.882475 ], [ -122.286758, 37.882475 ], [ -122.287145, 37.882577 ], [ -122.287016, 37.882881 ], [ -122.285728, 37.883559 ] ] ] } } +] } +] } +] } diff --git a/tests/ne_110m_populated_places/out/-yNAME_-z4_--no-tile-stats.json b/tests/ne_110m_populated_places/out/-yNAME_-z4_--no-tile-stats.json new file mode 100644 index 0000000..b45b02f --- /dev/null +++ b/tests/ne_110m_populated_places/out/-yNAME_-z4_--no-tile-stats.json @@ -0,0 +1,1256 @@ +{ "type": "FeatureCollection", "properties": { +"bounds": "-175.220565,-41.299974,179.216647,64.150024", +"center": "11.250000,48.378236,4", +"description": "tests/ne_110m_populated_places/out/-yNAME_-z4_--no-tile-stats.json.check.mbtiles", +"format": "pbf", +"json": "{\"vector_layers\": [ { \"id\": \"in\", \"description\": \"\", \"minzoom\": 0, \"maxzoom\": 4, \"fields\": {\"NAME\": \"String\"} } ]}", +"maxzoom": "4", +"minzoom": "0", +"name": "tests/ne_110m_populated_places/out/-yNAME_-z4_--no-tile-stats.json.check.mbtiles", +"type": "overlay", +"version": "2" +}, "features": [ +{ "type": "FeatureCollection", "properties": { "zoom": 0, "x": 0, "y": 0 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Vancouver" }, "geometry": { "type": "Point", "coordinates": [ -123.134766, 49.325122 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Freetown" }, "geometry": { "type": "Point", "coordinates": [ -13.271484, 8.494105 ] } } +, +{ "type": "Feature", "properties": { "NAME": "San Marino" }, "geometry": { "type": "Point", "coordinates": [ 12.392578, 43.961191 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abuja" }, "geometry": { "type": "Point", "coordinates": [ 7.470703, 9.102097 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kabul" }, "geometry": { "type": "Point", "coordinates": [ 69.169922, 34.524661 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Majuro" }, "geometry": { "type": "Point", "coordinates": [ 171.298828, 7.188101 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Honiara" }, "geometry": { "type": "Point", "coordinates": [ 159.873047, -9.362353 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 1, "x": 0, "y": 1 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Nukualofa" }, "geometry": { "type": "Point", "coordinates": [ -175.253906, -21.125498 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 1, "x": 0, "y": 0 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Vancouver" }, "geometry": { "type": "Point", "coordinates": [ -123.134766, 49.296472 ] } } +, +{ "type": "Feature", "properties": { "NAME": "New York" }, "geometry": { "type": "Point", "coordinates": [ -74.003906, 40.780541 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bridgetown" }, "geometry": { "type": "Point", "coordinates": [ -59.633789, 13.111580 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Freetown" }, "geometry": { "type": "Point", "coordinates": [ -13.271484, 8.494105 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 1, "x": 1, "y": 1 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Brazzaville" }, "geometry": { "type": "Point", "coordinates": [ 15.249023, -4.214943 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Mbabane" }, "geometry": { "type": "Point", "coordinates": [ 31.113281, -26.313113 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Honiara" }, "geometry": { "type": "Point", "coordinates": [ 159.916992, -9.405710 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 1, "x": 1, "y": 0 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Oslo" }, "geometry": { "type": "Point", "coordinates": [ 10.722656, 59.933000 ] } } +, +{ "type": "Feature", "properties": { "NAME": "San Marino" }, "geometry": { "type": "Point", "coordinates": [ 12.436523, 43.961191 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Riga" }, "geometry": { "type": "Point", "coordinates": [ 24.082031, 56.968936 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abuja" }, "geometry": { "type": "Point", "coordinates": [ 7.514648, 9.102097 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Damascus" }, "geometry": { "type": "Point", "coordinates": [ 36.254883, 33.504759 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baku" }, "geometry": { "type": "Point", "coordinates": [ 49.833984, 40.413496 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kabul" }, "geometry": { "type": "Point", "coordinates": [ 69.169922, 34.524661 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Phnom Penh" }, "geometry": { "type": "Point", "coordinates": [ 104.897461, 11.566144 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Majuro" }, "geometry": { "type": "Point", "coordinates": [ 171.342773, 7.144499 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 0, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Nukualofa" }, "geometry": { "type": "Point", "coordinates": [ -175.231934, -21.125498 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 0, "y": 1 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Vancouver" }, "geometry": { "type": "Point", "coordinates": [ -123.134766, 49.282140 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 1, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Quito" }, "geometry": { "type": "Point", "coordinates": [ -78.508301, -0.197754 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Asuncion" }, "geometry": { "type": "Point", "coordinates": [ -57.656250, -25.284438 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 1, "y": 1 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Chicago" }, "geometry": { "type": "Point", "coordinates": [ -87.758789, 41.836828 ] } } +, +{ "type": "Feature", "properties": { "NAME": "New York" }, "geometry": { "type": "Point", "coordinates": [ -74.003906, 40.763901 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Managua" }, "geometry": { "type": "Point", "coordinates": [ -86.286621, 12.168226 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Saint John's" }, "geometry": { "type": "Point", "coordinates": [ -61.853027, 17.119793 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bridgetown" }, "geometry": { "type": "Point", "coordinates": [ -59.633789, 13.111580 ] } } +, +{ "type": "Feature", "properties": { "NAME": "London" }, "geometry": { "type": "Point", "coordinates": [ -0.131836, 51.508742 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Rabat" }, "geometry": { "type": "Point", "coordinates": [ -6.855469, 34.034453 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Freetown" }, "geometry": { "type": "Point", "coordinates": [ -13.249512, 8.472372 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abidjan" }, "geometry": { "type": "Point", "coordinates": [ -4.042969, 5.331644 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Quito" }, "geometry": { "type": "Point", "coordinates": [ -78.508301, -0.197754 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Andorra" }, "geometry": { "type": "Point", "coordinates": [ 1.516113, 42.504503 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 2, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Brazzaville" }, "geometry": { "type": "Point", "coordinates": [ 15.270996, -4.236856 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lusaka" }, "geometry": { "type": "Point", "coordinates": [ 28.278809, -15.411319 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lilongwe" }, "geometry": { "type": "Point", "coordinates": [ 33.771973, -13.966054 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Mbabane" }, "geometry": { "type": "Point", "coordinates": [ 31.113281, -26.313113 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 2, "y": 1 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "London" }, "geometry": { "type": "Point", "coordinates": [ -0.131836, 51.508742 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Oslo" }, "geometry": { "type": "Point", "coordinates": [ 10.744629, 59.921990 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Andorra" }, "geometry": { "type": "Point", "coordinates": [ 1.516113, 42.504503 ] } } +, +{ "type": "Feature", "properties": { "NAME": "København" }, "geometry": { "type": "Point", "coordinates": [ 12.546387, 55.689972 ] } } +, +{ "type": "Feature", "properties": { "NAME": "San Marino" }, "geometry": { "type": "Point", "coordinates": [ 12.436523, 43.945372 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tirana" }, "geometry": { "type": "Point", "coordinates": [ 19.797363, 41.343825 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Riga" }, "geometry": { "type": "Point", "coordinates": [ 24.082031, 56.956957 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bucharest" }, "geometry": { "type": "Point", "coordinates": [ 26.081543, 44.449468 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tripoli" }, "geometry": { "type": "Point", "coordinates": [ 13.161621, 32.898038 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abuja" }, "geometry": { "type": "Point", "coordinates": [ 7.514648, 9.102097 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Yaounde" }, "geometry": { "type": "Point", "coordinates": [ 11.513672, 3.886177 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Damascus" }, "geometry": { "type": "Point", "coordinates": [ 36.276855, 33.504759 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Khartoum" }, "geometry": { "type": "Point", "coordinates": [ 32.519531, 15.601875 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Hargeysa" }, "geometry": { "type": "Point", "coordinates": [ 44.055176, 9.579084 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baku" }, "geometry": { "type": "Point", "coordinates": [ 49.855957, 40.413496 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abu Dhabi" }, "geometry": { "type": "Point", "coordinates": [ 54.360352, 24.467151 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kabul" }, "geometry": { "type": "Point", "coordinates": [ 69.169922, 34.524661 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bangalore" }, "geometry": { "type": "Point", "coordinates": [ 77.541504, 12.983148 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 3, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Jakarta" }, "geometry": { "type": "Point", "coordinates": [ 106.809082, -6.162401 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Honiara" }, "geometry": { "type": "Point", "coordinates": [ 159.938965, -9.427387 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 3, "y": 1 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Ulaanbaatar" }, "geometry": { "type": "Point", "coordinates": [ 106.896973, 47.931066 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Phnom Penh" }, "geometry": { "type": "Point", "coordinates": [ 104.897461, 11.566144 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Hong Kong" }, "geometry": { "type": "Point", "coordinates": [ 114.169922, 22.309426 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baguio City" }, "geometry": { "type": "Point", "coordinates": [ 120.563965, 16.446622 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Majuro" }, "geometry": { "type": "Point", "coordinates": [ 171.364746, 7.122696 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 0, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Nukualofa" }, "geometry": { "type": "Point", "coordinates": [ -175.220947, -21.135745 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 1, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "San Francisco" }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Denver" }, "geometry": { "type": "Point", "coordinates": [ -104.996338, 39.749434 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Houston" }, "geometry": { "type": "Point", "coordinates": [ -95.350342, 29.831114 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 1, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Vancouver" }, "geometry": { "type": "Point", "coordinates": [ -123.123779, 49.282140 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 2, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Quito" }, "geometry": { "type": "Point", "coordinates": [ -78.508301, -0.208740 ] } } +, +{ "type": "Feature", "properties": { "NAME": "La Paz" }, "geometry": { "type": "Point", "coordinates": [ -68.159180, -16.488765 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Santiago" }, "geometry": { "type": "Point", "coordinates": [ -70.675049, -33.440609 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Asuncion" }, "geometry": { "type": "Point", "coordinates": [ -57.645264, -25.294371 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sao Paulo" }, "geometry": { "type": "Point", "coordinates": [ -46.636963, -23.553917 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 2, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Atlanta" }, "geometry": { "type": "Point", "coordinates": [ -84.407959, 33.833920 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Miami" }, "geometry": { "type": "Point", "coordinates": [ -80.233154, 25.790000 ] } } +, +{ "type": "Feature", "properties": { "NAME": "New York" }, "geometry": { "type": "Point", "coordinates": [ -73.992920, 40.755580 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tegucigalpa" }, "geometry": { "type": "Point", "coordinates": [ -87.220459, 14.104613 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Managua" }, "geometry": { "type": "Point", "coordinates": [ -86.275635, 12.157486 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kingston" }, "geometry": { "type": "Point", "coordinates": [ -76.772461, 17.978733 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Santo Domingo" }, "geometry": { "type": "Point", "coordinates": [ -69.906006, 18.479609 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Saint John's" }, "geometry": { "type": "Point", "coordinates": [ -61.853027, 17.119793 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Castries" }, "geometry": { "type": "Point", "coordinates": [ -61.007080, 14.008696 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bridgetown" }, "geometry": { "type": "Point", "coordinates": [ -59.622803, 13.111580 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Port-of-Spain" }, "geometry": { "type": "Point", "coordinates": [ -61.523438, 10.660608 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Quito" }, "geometry": { "type": "Point", "coordinates": [ -78.508301, -0.208740 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 2, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Chicago" }, "geometry": { "type": "Point", "coordinates": [ -87.758789, 41.836828 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ottawa" }, "geometry": { "type": "Point", "coordinates": [ -75.706787, 45.421588 ] } } +, +{ "type": "Feature", "properties": { "NAME": "New York" }, "geometry": { "type": "Point", "coordinates": [ -73.992920, 40.755580 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 3, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Rio de Janeiro" }, "geometry": { "type": "Point", "coordinates": [ -43.231201, -22.917923 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 3, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Praia" }, "geometry": { "type": "Point", "coordinates": [ -23.521729, 14.923554 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lisbon" }, "geometry": { "type": "Point", "coordinates": [ -9.151611, 38.728376 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Rabat" }, "geometry": { "type": "Point", "coordinates": [ -6.844482, 34.025348 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Dakar" }, "geometry": { "type": "Point", "coordinates": [ -17.479248, 14.721761 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Banjul" }, "geometry": { "type": "Point", "coordinates": [ -16.600342, 13.464422 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Freetown" }, "geometry": { "type": "Point", "coordinates": [ -13.238525, 8.472372 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ouagadougou" }, "geometry": { "type": "Point", "coordinates": [ -1.527100, 12.382928 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abidjan" }, "geometry": { "type": "Point", "coordinates": [ -4.042969, 5.331644 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 3, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Reykjavík" }, "geometry": { "type": "Point", "coordinates": [ -21.950684, 64.153742 ] } } +, +{ "type": "Feature", "properties": { "NAME": "London" }, "geometry": { "type": "Point", "coordinates": [ -0.120850, 51.508742 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 4, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Libreville" }, "geometry": { "type": "Point", "coordinates": [ 9.448242, 0.395505 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kampala" }, "geometry": { "type": "Point", "coordinates": [ 32.574463, 0.329588 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Brazzaville" }, "geometry": { "type": "Point", "coordinates": [ 15.281982, -4.247812 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Luanda" }, "geometry": { "type": "Point", "coordinates": [ 13.227539, -8.830795 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Cape Town" }, "geometry": { "type": "Point", "coordinates": [ 18.424072, -33.916013 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lusaka" }, "geometry": { "type": "Point", "coordinates": [ 28.278809, -15.411319 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Nairobi" }, "geometry": { "type": "Point", "coordinates": [ 36.804199, -1.274309 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lilongwe" }, "geometry": { "type": "Point", "coordinates": [ 33.782959, -13.976715 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Gaborone" }, "geometry": { "type": "Point", "coordinates": [ 25.905762, -24.637031 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Maseru" }, "geometry": { "type": "Point", "coordinates": [ 27.476807, -29.315141 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Mbabane" }, "geometry": { "type": "Point", "coordinates": [ 31.124268, -26.313113 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 4, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Tirana" }, "geometry": { "type": "Point", "coordinates": [ 19.808350, 41.335576 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Istanbul" }, "geometry": { "type": "Point", "coordinates": [ 29.003906, 41.112469 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Algiers" }, "geometry": { "type": "Point", "coordinates": [ 3.043213, 36.765292 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tripoli" }, "geometry": { "type": "Point", "coordinates": [ 13.172607, 32.898038 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Niamey" }, "geometry": { "type": "Point", "coordinates": [ 2.109375, 13.528519 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Porto-Novo" }, "geometry": { "type": "Point", "coordinates": [ 2.614746, 6.489983 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abuja" }, "geometry": { "type": "Point", "coordinates": [ 7.525635, 9.091249 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Libreville" }, "geometry": { "type": "Point", "coordinates": [ 9.448242, 0.395505 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Yaounde" }, "geometry": { "type": "Point", "coordinates": [ 11.513672, 3.875216 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ankara" }, "geometry": { "type": "Point", "coordinates": [ 32.860107, 39.935013 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Cairo" }, "geometry": { "type": "Point", "coordinates": [ 31.245117, 30.059586 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Damascus" }, "geometry": { "type": "Point", "coordinates": [ 36.287842, 33.504759 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baghdad" }, "geometry": { "type": "Point", "coordinates": [ 44.384766, 33.348885 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Khartoum" }, "geometry": { "type": "Point", "coordinates": [ 32.530518, 15.591293 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kampala" }, "geometry": { "type": "Point", "coordinates": [ 32.574463, 0.329588 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Djibouti" }, "geometry": { "type": "Point", "coordinates": [ 43.143311, 11.598432 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Hargeysa" }, "geometry": { "type": "Point", "coordinates": [ 44.055176, 9.568251 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 4, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "London" }, "geometry": { "type": "Point", "coordinates": [ -0.120850, 51.508742 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Oslo" }, "geometry": { "type": "Point", "coordinates": [ 10.744629, 59.921990 ] } } +, +{ "type": "Feature", "properties": { "NAME": "The Hague" }, "geometry": { "type": "Point", "coordinates": [ 4.262695, 52.086257 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Brussels" }, "geometry": { "type": "Point", "coordinates": [ 4.328613, 50.840636 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Andorra" }, "geometry": { "type": "Point", "coordinates": [ 1.516113, 42.504503 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bern" }, "geometry": { "type": "Point", "coordinates": [ 7.459717, 46.920255 ] } } +, +{ "type": "Feature", "properties": { "NAME": "København" }, "geometry": { "type": "Point", "coordinates": [ 12.557373, 55.683779 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Prague" }, "geometry": { "type": "Point", "coordinates": [ 14.458008, 50.085344 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ljubljana" }, "geometry": { "type": "Point", "coordinates": [ 14.512939, 46.057985 ] } } +, +{ "type": "Feature", "properties": { "NAME": "San Marino" }, "geometry": { "type": "Point", "coordinates": [ 12.436523, 43.937462 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bratislava" }, "geometry": { "type": "Point", "coordinates": [ 17.116699, 48.151428 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sarajevo" }, "geometry": { "type": "Point", "coordinates": [ 18.380127, 43.850374 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tirana" }, "geometry": { "type": "Point", "coordinates": [ 19.808350, 41.335576 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Skopje" }, "geometry": { "type": "Point", "coordinates": [ 21.423340, 42.000325 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Riga" }, "geometry": { "type": "Point", "coordinates": [ 24.093018, 56.950966 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Minsk" }, "geometry": { "type": "Point", "coordinates": [ 27.553711, 53.904338 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bucharest" }, "geometry": { "type": "Point", "coordinates": [ 26.092529, 44.441624 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Istanbul" }, "geometry": { "type": "Point", "coordinates": [ 29.003906, 41.112469 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 5, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Victoria" }, "geometry": { "type": "Point", "coordinates": [ 55.447998, -4.609278 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Port Louis" }, "geometry": { "type": "Point", "coordinates": [ 57.491455, -20.159098 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 5, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Baghdad" }, "geometry": { "type": "Point", "coordinates": [ 44.384766, 33.348885 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baku" }, "geometry": { "type": "Point", "coordinates": [ 49.855957, 40.405131 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kuwait" }, "geometry": { "type": "Point", "coordinates": [ 47.966309, 29.372602 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Manama" }, "geometry": { "type": "Point", "coordinates": [ 50.581055, 26.244156 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abu Dhabi" }, "geometry": { "type": "Point", "coordinates": [ 54.360352, 24.467151 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Muscat" }, "geometry": { "type": "Point", "coordinates": [ 58.590088, 23.614329 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kabul" }, "geometry": { "type": "Point", "coordinates": [ 69.180908, 34.524661 ] } } +, +{ "type": "Feature", "properties": { "NAME": "New Delhi" }, "geometry": { "type": "Point", "coordinates": [ 77.189941, 28.603814 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kolkata" }, "geometry": { "type": "Point", "coordinates": [ 88.319092, 22.502407 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bangalore" }, "geometry": { "type": "Point", "coordinates": [ 77.552490, 12.972442 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sri Jawewardenepura Kotte" }, "geometry": { "type": "Point", "coordinates": [ 79.947510, 6.904614 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Dhaka" }, "geometry": { "type": "Point", "coordinates": [ 90.406494, 23.725012 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 5, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Astana" }, "geometry": { "type": "Point", "coordinates": [ 71.422119, 51.186230 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bishkek" }, "geometry": { "type": "Point", "coordinates": [ 74.575195, 42.875964 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baku" }, "geometry": { "type": "Point", "coordinates": [ 49.855957, 40.405131 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 6, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Jakarta" }, "geometry": { "type": "Point", "coordinates": [ 106.820068, -6.162401 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 6, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Dhaka" }, "geometry": { "type": "Point", "coordinates": [ 90.406494, 23.725012 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Naypyidaw" }, "geometry": { "type": "Point", "coordinates": [ 96.108398, 19.777042 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bangkok" }, "geometry": { "type": "Point", "coordinates": [ 100.513916, 13.752725 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Phnom Penh" }, "geometry": { "type": "Point", "coordinates": [ 104.908447, 11.555380 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Putrajaya" }, "geometry": { "type": "Point", "coordinates": [ 101.700439, 2.921097 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Hong Kong" }, "geometry": { "type": "Point", "coordinates": [ 114.180908, 22.309426 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Taipei" }, "geometry": { "type": "Point", "coordinates": [ 121.563721, 25.035839 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baguio City" }, "geometry": { "type": "Point", "coordinates": [ 120.563965, 16.436085 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bandar Seri Begawan" }, "geometry": { "type": "Point", "coordinates": [ 114.927979, 4.893941 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Osaka" }, "geometry": { "type": "Point", "coordinates": [ 135.450439, 34.759666 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 6, "y": 2 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Ulaanbaatar" }, "geometry": { "type": "Point", "coordinates": [ 106.907959, 47.923705 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 7, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Wellington" }, "geometry": { "type": "Point", "coordinates": [ 174.781494, -41.294317 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 7, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Port Moresby" }, "geometry": { "type": "Point", "coordinates": [ 147.183838, -9.459899 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sydney" }, "geometry": { "type": "Point", "coordinates": [ 151.182861, -33.916013 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Honiara" }, "geometry": { "type": "Point", "coordinates": [ 159.938965, -9.427387 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Suva" }, "geometry": { "type": "Point", "coordinates": [ 178.439941, -18.124971 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Wellington" }, "geometry": { "type": "Point", "coordinates": [ 174.781494, -41.294317 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 7, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Osaka" }, "geometry": { "type": "Point", "coordinates": [ 135.450439, 34.759666 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tokyo" }, "geometry": { "type": "Point", "coordinates": [ 139.746094, 35.692995 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Majuro" }, "geometry": { "type": "Point", "coordinates": [ 171.375732, 7.111795 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 0, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Nukualofa" }, "geometry": { "type": "Point", "coordinates": [ -175.220947, -21.135745 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Apia" }, "geometry": { "type": "Point", "coordinates": [ -171.743774, -13.838080 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 2, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "San Francisco" }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Los Angeles" }, "geometry": { "type": "Point", "coordinates": [ -118.185425, 33.993473 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 2, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Vancouver" }, "geometry": { "type": "Point", "coordinates": [ -123.123779, 49.278557 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 3, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Mexico City" }, "geometry": { "type": "Point", "coordinates": [ -99.135132, 19.445874 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Guatemala" }, "geometry": { "type": "Point", "coordinates": [ -90.532837, 14.626109 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 3, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Denver" }, "geometry": { "type": "Point", "coordinates": [ -104.990845, 39.745210 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Monterrey" }, "geometry": { "type": "Point", "coordinates": [ -100.332642, 25.676187 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Houston" }, "geometry": { "type": "Point", "coordinates": [ -95.344849, 29.826348 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 4, "y": 9 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Valparaiso" }, "geometry": { "type": "Point", "coordinates": [ -71.625366, -33.045508 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Santiago" }, "geometry": { "type": "Point", "coordinates": [ -70.669556, -33.445193 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 4, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Quito" }, "geometry": { "type": "Point", "coordinates": [ -78.502808, -0.208740 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lima" }, "geometry": { "type": "Point", "coordinates": [ -77.052612, -12.044693 ] } } +, +{ "type": "Feature", "properties": { "NAME": "La Paz" }, "geometry": { "type": "Point", "coordinates": [ -68.153687, -16.494032 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 4, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Belmopan" }, "geometry": { "type": "Point", "coordinates": [ -88.769531, 17.256236 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tegucigalpa" }, "geometry": { "type": "Point", "coordinates": [ -87.220459, 14.104613 ] } } +, +{ "type": "Feature", "properties": { "NAME": "San Salvador" }, "geometry": { "type": "Point", "coordinates": [ -89.208984, 13.715372 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Managua" }, "geometry": { "type": "Point", "coordinates": [ -86.275635, 12.157486 ] } } +, +{ "type": "Feature", "properties": { "NAME": "San Jose" }, "geometry": { "type": "Point", "coordinates": [ -84.089355, 9.941798 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Panama City" }, "geometry": { "type": "Point", "coordinates": [ -79.535522, 8.971897 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kingston" }, "geometry": { "type": "Point", "coordinates": [ -76.772461, 17.978733 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Port-au-Prince" }, "geometry": { "type": "Point", "coordinates": [ -72.339478, 18.547325 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Santo Domingo" }, "geometry": { "type": "Point", "coordinates": [ -69.906006, 18.474399 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bogota" }, "geometry": { "type": "Point", "coordinates": [ -74.086304, 4.603803 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Quito" }, "geometry": { "type": "Point", "coordinates": [ -78.502808, -0.208740 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 4, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Atlanta" }, "geometry": { "type": "Point", "coordinates": [ -84.402466, 33.833920 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Havana" }, "geometry": { "type": "Point", "coordinates": [ -82.369995, 23.135309 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Miami" }, "geometry": { "type": "Point", "coordinates": [ -80.227661, 25.790000 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Washington, D.C." }, "geometry": { "type": "Point", "coordinates": [ -77.014160, 38.903858 ] } } +, +{ "type": "Feature", "properties": { "NAME": "New York" }, "geometry": { "type": "Point", "coordinates": [ -73.987427, 40.755580 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Nassau" }, "geometry": { "type": "Point", "coordinates": [ -77.354736, 25.085599 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 4, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Chicago" }, "geometry": { "type": "Point", "coordinates": [ -87.753296, 41.832735 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Toronto" }, "geometry": { "type": "Point", "coordinates": [ -79.425659, 43.703622 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ottawa" }, "geometry": { "type": "Point", "coordinates": [ -75.706787, 45.421588 ] } } +, +{ "type": "Feature", "properties": { "NAME": "New York" }, "geometry": { "type": "Point", "coordinates": [ -73.987427, 40.755580 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 5, "y": 9 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Asuncion" }, "geometry": { "type": "Point", "coordinates": [ -57.645264, -25.294371 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Buenos Aires" }, "geometry": { "type": "Point", "coordinates": [ -58.403320, -34.597042 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sao Paulo" }, "geometry": { "type": "Point", "coordinates": [ -46.631470, -23.553917 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Montevideo" }, "geometry": { "type": "Point", "coordinates": [ -56.173096, -34.854383 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 5, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Sucre" }, "geometry": { "type": "Point", "coordinates": [ -65.264282, -19.036156 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Brasilia" }, "geometry": { "type": "Point", "coordinates": [ -47.922363, -15.776395 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 5, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Basseterre" }, "geometry": { "type": "Point", "coordinates": [ -62.720947, 17.303443 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Saint John's" }, "geometry": { "type": "Point", "coordinates": [ -61.853027, 17.119793 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Roseau" }, "geometry": { "type": "Point", "coordinates": [ -61.391602, 15.305380 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Castries" }, "geometry": { "type": "Point", "coordinates": [ -61.001587, 14.003367 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kingstown" }, "geometry": { "type": "Point", "coordinates": [ -61.215820, 13.149027 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Saint George's" }, "geometry": { "type": "Point", "coordinates": [ -61.743164, 12.055437 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bridgetown" }, "geometry": { "type": "Point", "coordinates": [ -59.617310, 13.106230 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Caracas" }, "geometry": { "type": "Point", "coordinates": [ -66.923218, 10.504016 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Port-of-Spain" }, "geometry": { "type": "Point", "coordinates": [ -61.517944, 10.655210 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Georgetown" }, "geometry": { "type": "Point", "coordinates": [ -58.167114, 6.806444 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Paramaribo" }, "geometry": { "type": "Point", "coordinates": [ -55.167847, 5.840081 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 6, "y": 9 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Rio de Janeiro" }, "geometry": { "type": "Point", "coordinates": [ -43.231201, -22.922982 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 6, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Praia" }, "geometry": { "type": "Point", "coordinates": [ -23.521729, 14.918246 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 7, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Dakar" }, "geometry": { "type": "Point", "coordinates": [ -17.479248, 14.721761 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Nouakchott" }, "geometry": { "type": "Point", "coordinates": [ -15.979614, 18.088423 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Banjul" }, "geometry": { "type": "Point", "coordinates": [ -16.594849, 13.459080 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bissau" }, "geometry": { "type": "Point", "coordinates": [ -15.600586, 11.867351 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Conakry" }, "geometry": { "type": "Point", "coordinates": [ -13.683472, 9.535749 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Freetown" }, "geometry": { "type": "Point", "coordinates": [ -13.238525, 8.472372 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bamako" }, "geometry": { "type": "Point", "coordinates": [ -8.003540, 12.656418 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ouagadougou" }, "geometry": { "type": "Point", "coordinates": [ -1.527100, 12.377563 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Monrovia" }, "geometry": { "type": "Point", "coordinates": [ -10.805054, 6.315299 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Yamoussoukro" }, "geometry": { "type": "Point", "coordinates": [ -5.278931, 6.822807 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abidjan" }, "geometry": { "type": "Point", "coordinates": [ -4.042969, 5.326175 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Accra" }, "geometry": { "type": "Point", "coordinates": [ -0.219727, 5.555848 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 7, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Laayoune" }, "geometry": { "type": "Point", "coordinates": [ -13.200073, 27.152033 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lisbon" }, "geometry": { "type": "Point", "coordinates": [ -9.151611, 38.728376 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Casablanca" }, "geometry": { "type": "Point", "coordinates": [ -7.619019, 33.605470 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Rabat" }, "geometry": { "type": "Point", "coordinates": [ -6.838989, 34.025348 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Madrid" }, "geometry": { "type": "Point", "coordinates": [ -3.685913, 40.405131 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bir Lehlou" }, "geometry": { "type": "Point", "coordinates": [ -9.656982, 26.120918 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 7, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Dublin" }, "geometry": { "type": "Point", "coordinates": [ -6.251221, 53.337433 ] } } +, +{ "type": "Feature", "properties": { "NAME": "London" }, "geometry": { "type": "Point", "coordinates": [ -0.120850, 51.505323 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 7, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Reykjavík" }, "geometry": { "type": "Point", "coordinates": [ -21.950684, 64.151347 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 8, "y": 9 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Windhoek" }, "geometry": { "type": "Point", "coordinates": [ 17.078247, -22.568366 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Cape Town" }, "geometry": { "type": "Point", "coordinates": [ 18.429565, -33.916013 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 8, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Sao Tome" }, "geometry": { "type": "Point", "coordinates": [ 6.729126, 0.335081 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Libreville" }, "geometry": { "type": "Point", "coordinates": [ 9.453735, 0.390012 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Brazzaville" }, "geometry": { "type": "Point", "coordinates": [ 15.281982, -4.253290 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kinshasa" }, "geometry": { "type": "Point", "coordinates": [ 15.309448, -4.324501 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Luanda" }, "geometry": { "type": "Point", "coordinates": [ 13.227539, -8.836223 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 8, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Accra" }, "geometry": { "type": "Point", "coordinates": [ -0.219727, 5.555848 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Niamey" }, "geometry": { "type": "Point", "coordinates": [ 2.109375, 13.523179 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lome" }, "geometry": { "type": "Point", "coordinates": [ 1.219482, 6.135093 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Cotonou" }, "geometry": { "type": "Point", "coordinates": [ 2.515869, 6.402648 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Porto-Novo" }, "geometry": { "type": "Point", "coordinates": [ 2.614746, 6.484525 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lagos" }, "geometry": { "type": "Point", "coordinates": [ 3.389282, 6.446318 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abuja" }, "geometry": { "type": "Point", "coordinates": [ 7.531128, 9.085824 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sao Tome" }, "geometry": { "type": "Point", "coordinates": [ 6.729126, 0.335081 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Malabo" }, "geometry": { "type": "Point", "coordinates": [ 8.778076, 3.754634 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Libreville" }, "geometry": { "type": "Point", "coordinates": [ 9.453735, 0.390012 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ndjamena" }, "geometry": { "type": "Point", "coordinates": [ 15.045776, 12.119894 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Yaounde" }, "geometry": { "type": "Point", "coordinates": [ 11.513672, 3.869735 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bangui" }, "geometry": { "type": "Point", "coordinates": [ 18.555908, 4.368320 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 8, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Algiers" }, "geometry": { "type": "Point", "coordinates": [ 3.043213, 36.765292 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tunis" }, "geometry": { "type": "Point", "coordinates": [ 10.178833, 36.804887 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tripoli" }, "geometry": { "type": "Point", "coordinates": [ 13.178101, 32.893426 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Valletta" }, "geometry": { "type": "Point", "coordinates": [ 14.512939, 35.902400 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 8, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "London" }, "geometry": { "type": "Point", "coordinates": [ -0.120850, 51.505323 ] } } +, +{ "type": "Feature", "properties": { "NAME": "The Hague" }, "geometry": { "type": "Point", "coordinates": [ 4.268188, 52.082882 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Amsterdam" }, "geometry": { "type": "Point", "coordinates": [ 4.910889, 52.352119 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Brussels" }, "geometry": { "type": "Point", "coordinates": [ 4.328613, 50.837167 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Luxembourg" }, "geometry": { "type": "Point", "coordinates": [ 6.124878, 49.614269 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Paris" }, "geometry": { "type": "Point", "coordinates": [ 2.329102, 48.871941 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Andorra" }, "geometry": { "type": "Point", "coordinates": [ 1.516113, 42.500453 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Geneva" }, "geometry": { "type": "Point", "coordinates": [ 6.135864, 46.210250 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bern" }, "geometry": { "type": "Point", "coordinates": [ 7.465210, 46.920255 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Vaduz" }, "geometry": { "type": "Point", "coordinates": [ 9.514160, 47.137425 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Monaco" }, "geometry": { "type": "Point", "coordinates": [ 7.404785, 43.743321 ] } } +, +{ "type": "Feature", "properties": { "NAME": "København" }, "geometry": { "type": "Point", "coordinates": [ 12.557373, 55.680682 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Berlin" }, "geometry": { "type": "Point", "coordinates": [ 13.397827, 52.526248 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Prague" }, "geometry": { "type": "Point", "coordinates": [ 14.463501, 50.085344 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Warsaw" }, "geometry": { "type": "Point", "coordinates": [ 20.994873, 52.254709 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Vienna" }, "geometry": { "type": "Point", "coordinates": [ 16.364136, 48.202710 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ljubljana" }, "geometry": { "type": "Point", "coordinates": [ 14.512939, 46.057985 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Zagreb" }, "geometry": { "type": "Point", "coordinates": [ 15.996094, 45.801999 ] } } +, +{ "type": "Feature", "properties": { "NAME": "San Marino" }, "geometry": { "type": "Point", "coordinates": [ 12.436523, 43.937462 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Vatican City" }, "geometry": { "type": "Point", "coordinates": [ 12.453003, 41.906365 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Rome" }, "geometry": { "type": "Point", "coordinates": [ 12.480469, 41.898188 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bratislava" }, "geometry": { "type": "Point", "coordinates": [ 17.116699, 48.151428 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Budapest" }, "geometry": { "type": "Point", "coordinates": [ 19.077759, 47.502359 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sarajevo" }, "geometry": { "type": "Point", "coordinates": [ 18.380127, 43.850374 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Podgorica" }, "geometry": { "type": "Point", "coordinates": [ 19.264526, 42.468045 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Belgrade" }, "geometry": { "type": "Point", "coordinates": [ 20.462036, 44.820812 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tirana" }, "geometry": { "type": "Point", "coordinates": [ 19.813843, 41.331451 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Pristina" }, "geometry": { "type": "Point", "coordinates": [ 21.165161, 42.670320 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Skopje" }, "geometry": { "type": "Point", "coordinates": [ 21.428833, 42.000325 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 8, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Oslo" }, "geometry": { "type": "Point", "coordinates": [ 10.744629, 59.919237 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Stockholm" }, "geometry": { "type": "Point", "coordinates": [ 18.094482, 59.352796 ] } } +, +{ "type": "Feature", "properties": { "NAME": "København" }, "geometry": { "type": "Point", "coordinates": [ 12.557373, 55.680682 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 9, "y": 9 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Gaborone" }, "geometry": { "type": "Point", "coordinates": [ 25.911255, -24.642024 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Johannesburg" }, "geometry": { "type": "Point", "coordinates": [ 28.026123, -26.165299 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bloemfontein" }, "geometry": { "type": "Point", "coordinates": [ 26.229858, -29.118574 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Maseru" }, "geometry": { "type": "Point", "coordinates": [ 27.482300, -29.315141 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Pretoria" }, "geometry": { "type": "Point", "coordinates": [ 28.223877, -25.700938 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Mbabane" }, "geometry": { "type": "Point", "coordinates": [ 31.129761, -26.313113 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lobamba" }, "geometry": { "type": "Point", "coordinates": [ 31.195679, -26.465656 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Maputo" }, "geometry": { "type": "Point", "coordinates": [ 32.585449, -25.953106 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 9, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Kampala" }, "geometry": { "type": "Point", "coordinates": [ 32.579956, 0.324095 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kigali" }, "geometry": { "type": "Point", "coordinates": [ 30.053101, -1.949697 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bujumbura" }, "geometry": { "type": "Point", "coordinates": [ 29.355469, -3.370856 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lusaka" }, "geometry": { "type": "Point", "coordinates": [ 28.278809, -15.411319 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Harare" }, "geometry": { "type": "Point", "coordinates": [ 31.041870, -17.811456 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Nairobi" }, "geometry": { "type": "Point", "coordinates": [ 36.809692, -1.279801 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Dodoma" }, "geometry": { "type": "Point", "coordinates": [ 35.749512, -6.178785 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Dar es Salaam" }, "geometry": { "type": "Point", "coordinates": [ 39.265137, -6.795535 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Lilongwe" }, "geometry": { "type": "Point", "coordinates": [ 33.782959, -13.982046 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Moroni" }, "geometry": { "type": "Point", "coordinates": [ 43.236694, -11.700652 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 9, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Khartoum" }, "geometry": { "type": "Point", "coordinates": [ 32.530518, 15.591293 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Juba" }, "geometry": { "type": "Point", "coordinates": [ 31.574707, 4.833733 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kampala" }, "geometry": { "type": "Point", "coordinates": [ 32.579956, 0.324095 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Asmara" }, "geometry": { "type": "Point", "coordinates": [ 38.930054, 15.337167 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sanaa" }, "geometry": { "type": "Point", "coordinates": [ 44.203491, 15.358356 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Djibouti" }, "geometry": { "type": "Point", "coordinates": [ 43.143311, 11.598432 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Addis Ababa" }, "geometry": { "type": "Point", "coordinates": [ 38.693848, 9.037003 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Hargeysa" }, "geometry": { "type": "Point", "coordinates": [ 44.060669, 9.562834 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Mogadishu" }, "geometry": { "type": "Point", "coordinates": [ 45.362549, 2.070472 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 9, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Istanbul" }, "geometry": { "type": "Point", "coordinates": [ 29.003906, 41.108330 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Athens" }, "geometry": { "type": "Point", "coordinates": [ 23.730469, 37.987504 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ankara" }, "geometry": { "type": "Point", "coordinates": [ 32.860107, 39.930801 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Nicosia" }, "geometry": { "type": "Point", "coordinates": [ 33.365479, 35.169318 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Cairo" }, "geometry": { "type": "Point", "coordinates": [ 31.245117, 30.054831 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tel Aviv-Yafo" }, "geometry": { "type": "Point", "coordinates": [ 34.766235, 32.082575 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Beirut" }, "geometry": { "type": "Point", "coordinates": [ 35.502319, 33.874976 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Damascus" }, "geometry": { "type": "Point", "coordinates": [ 36.293335, 33.504759 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Yerevan" }, "geometry": { "type": "Point", "coordinates": [ 44.511108, 40.187267 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baghdad" }, "geometry": { "type": "Point", "coordinates": [ 44.390259, 33.344296 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Jerusalem" }, "geometry": { "type": "Point", "coordinates": [ 35.205688, 31.779547 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Amman" }, "geometry": { "type": "Point", "coordinates": [ 35.930786, 31.952162 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 9, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Vilnius" }, "geometry": { "type": "Point", "coordinates": [ 25.312500, 54.686534 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Minsk" }, "geometry": { "type": "Point", "coordinates": [ 27.559204, 53.904338 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kiev" }, "geometry": { "type": "Point", "coordinates": [ 30.514526, 50.436516 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sofia" }, "geometry": { "type": "Point", "coordinates": [ 23.312988, 42.686473 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bucharest" }, "geometry": { "type": "Point", "coordinates": [ 26.092529, 44.437702 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Chisinau" }, "geometry": { "type": "Point", "coordinates": [ 28.855591, 47.006480 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Istanbul" }, "geometry": { "type": "Point", "coordinates": [ 29.003906, 41.108330 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Moscow" }, "geometry": { "type": "Point", "coordinates": [ 37.611694, 55.754941 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tbilisi" }, "geometry": { "type": "Point", "coordinates": [ 44.785767, 41.730330 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 9, "y": 4 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Helsinki" }, "geometry": { "type": "Point", "coordinates": [ 24.927979, 60.179770 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tallinn" }, "geometry": { "type": "Point", "coordinates": [ 24.724731, 59.433903 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Riga" }, "geometry": { "type": "Point", "coordinates": [ 24.098511, 56.950966 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Moscow" }, "geometry": { "type": "Point", "coordinates": [ 37.611694, 55.754941 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 10, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Victoria" }, "geometry": { "type": "Point", "coordinates": [ 55.447998, -4.614753 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Antananarivo" }, "geometry": { "type": "Point", "coordinates": [ 47.510376, -18.911483 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Port Louis" }, "geometry": { "type": "Point", "coordinates": [ 57.496948, -20.164255 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 10, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Mogadishu" }, "geometry": { "type": "Point", "coordinates": [ 45.362549, 2.070472 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 10, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Baku" }, "geometry": { "type": "Point", "coordinates": [ 49.855957, 40.400948 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tehran" }, "geometry": { "type": "Point", "coordinates": [ 51.421509, 35.675147 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kuwait" }, "geometry": { "type": "Point", "coordinates": [ 47.971802, 29.372602 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Riyadh" }, "geometry": { "type": "Point", "coordinates": [ 46.768799, 24.647017 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Manama" }, "geometry": { "type": "Point", "coordinates": [ 50.581055, 26.239229 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Doha" }, "geometry": { "type": "Point", "coordinates": [ 51.531372, 25.289405 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Dubai" }, "geometry": { "type": "Point", "coordinates": [ 55.277710, 25.234758 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Abu Dhabi" }, "geometry": { "type": "Point", "coordinates": [ 54.365845, 24.467151 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Ashgabat" }, "geometry": { "type": "Point", "coordinates": [ 58.381348, 37.952861 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Muscat" }, "geometry": { "type": "Point", "coordinates": [ 58.590088, 23.614329 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 10, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Tbilisi" }, "geometry": { "type": "Point", "coordinates": [ 44.785767, 41.730330 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 11, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Mumbai" }, "geometry": { "type": "Point", "coordinates": [ 72.850342, 19.020577 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bangalore" }, "geometry": { "type": "Point", "coordinates": [ 77.557983, 12.972442 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Male" }, "geometry": { "type": "Point", "coordinates": [ 73.498535, 4.171115 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Colombo" }, "geometry": { "type": "Point", "coordinates": [ 79.854126, 6.937333 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sri Jawewardenepura Kotte" }, "geometry": { "type": "Point", "coordinates": [ 79.947510, 6.904614 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 11, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Dushanbe" }, "geometry": { "type": "Point", "coordinates": [ 68.768921, 38.561053 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kabul" }, "geometry": { "type": "Point", "coordinates": [ 69.180908, 34.520136 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Islamabad" }, "geometry": { "type": "Point", "coordinates": [ 73.163452, 33.706063 ] } } +, +{ "type": "Feature", "properties": { "NAME": "New Delhi" }, "geometry": { "type": "Point", "coordinates": [ 77.195435, 28.603814 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kathmandu" }, "geometry": { "type": "Point", "coordinates": [ 85.314331, 27.722436 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Thimphu" }, "geometry": { "type": "Point", "coordinates": [ 89.637451, 27.474161 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kolkata" }, "geometry": { "type": "Point", "coordinates": [ 88.319092, 22.497332 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Dhaka" }, "geometry": { "type": "Point", "coordinates": [ 90.406494, 23.725012 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 11, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Astana" }, "geometry": { "type": "Point", "coordinates": [ 71.427612, 51.182786 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tashkent" }, "geometry": { "type": "Point", "coordinates": [ 69.290771, 41.314950 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bishkek" }, "geometry": { "type": "Point", "coordinates": [ 74.580688, 42.875964 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Urumqi" }, "geometry": { "type": "Point", "coordinates": [ 87.572021, 43.810747 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 12, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Jakarta" }, "geometry": { "type": "Point", "coordinates": [ 106.825562, -6.167862 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 12, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Naypyidaw" }, "geometry": { "type": "Point", "coordinates": [ 96.113892, 19.771873 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Rangoon" }, "geometry": { "type": "Point", "coordinates": [ 96.163330, 16.788765 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bangkok" }, "geometry": { "type": "Point", "coordinates": [ 100.513916, 13.752725 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Vientiane" }, "geometry": { "type": "Point", "coordinates": [ 102.595825, 17.968283 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Hanoi" }, "geometry": { "type": "Point", "coordinates": [ 105.847778, 21.038364 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Phnom Penh" }, "geometry": { "type": "Point", "coordinates": [ 104.913940, 11.555380 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kuala Lumpur" }, "geometry": { "type": "Point", "coordinates": [ 101.694946, 3.173425 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Putrajaya" }, "geometry": { "type": "Point", "coordinates": [ 101.700439, 2.915611 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Singapore" }, "geometry": { "type": "Point", "coordinates": [ 103.853760, 1.296276 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 12, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Thimphu" }, "geometry": { "type": "Point", "coordinates": [ 89.637451, 27.474161 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Dhaka" }, "geometry": { "type": "Point", "coordinates": [ 90.406494, 23.725012 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Chengdu" }, "geometry": { "type": "Point", "coordinates": [ 104.067993, 30.675715 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 12, "y": 5 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Ulaanbaatar" }, "geometry": { "type": "Point", "coordinates": [ 106.913452, 47.920024 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 13, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Dili" }, "geometry": { "type": "Point", "coordinates": [ 125.579224, -8.559294 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 13, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Hong Kong" }, "geometry": { "type": "Point", "coordinates": [ 114.180908, 22.309426 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Baguio City" }, "geometry": { "type": "Point", "coordinates": [ 120.569458, 16.430816 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Manila" }, "geometry": { "type": "Point", "coordinates": [ 120.975952, 14.610163 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Bandar Seri Begawan" }, "geometry": { "type": "Point", "coordinates": [ 114.927979, 4.888467 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Melekeok" }, "geometry": { "type": "Point", "coordinates": [ 134.626465, 7.487750 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 13, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Beijing" }, "geometry": { "type": "Point", "coordinates": [ 116.383667, 39.935013 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Hong Kong" }, "geometry": { "type": "Point", "coordinates": [ 114.180908, 22.309426 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Shanghai" }, "geometry": { "type": "Point", "coordinates": [ 121.431885, 31.222197 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Taipei" }, "geometry": { "type": "Point", "coordinates": [ 121.563721, 25.035839 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Pyongyang" }, "geometry": { "type": "Point", "coordinates": [ 125.749512, 39.023451 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Seoul" }, "geometry": { "type": "Point", "coordinates": [ 126.996460, 37.570705 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 14, "y": 9 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Melbourne" }, "geometry": { "type": "Point", "coordinates": [ 144.970093, -37.814124 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Sydney" }, "geometry": { "type": "Point", "coordinates": [ 151.182861, -33.916013 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Canberra" }, "geometry": { "type": "Point", "coordinates": [ 149.128418, -35.281501 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 14, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Port Moresby" }, "geometry": { "type": "Point", "coordinates": [ 147.189331, -9.459899 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 14, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Melekeok" }, "geometry": { "type": "Point", "coordinates": [ 134.626465, 7.487750 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 14, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Osaka" }, "geometry": { "type": "Point", "coordinates": [ 135.455933, 34.755153 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Kyoto" }, "geometry": { "type": "Point", "coordinates": [ 135.747070, 35.034494 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tokyo" }, "geometry": { "type": "Point", "coordinates": [ 139.746094, 35.688533 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 15, "y": 10 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Wellington" }, "geometry": { "type": "Point", "coordinates": [ 174.781494, -41.298444 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 15, "y": 9 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Auckland" }, "geometry": { "type": "Point", "coordinates": [ 174.759521, -36.844461 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Wellington" }, "geometry": { "type": "Point", "coordinates": [ 174.781494, -41.298444 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 15, "y": 8 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Honiara" }, "geometry": { "type": "Point", "coordinates": [ 159.944458, -9.432806 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Port Vila" }, "geometry": { "type": "Point", "coordinates": [ 168.316040, -17.732991 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Funafuti" }, "geometry": { "type": "Point", "coordinates": [ 179.214478, -8.515836 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Suva" }, "geometry": { "type": "Point", "coordinates": [ 178.439941, -18.130191 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 15, "y": 7 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "NAME": "Palikir" }, "geometry": { "type": "Point", "coordinates": [ 158.148193, 6.920974 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Majuro" }, "geometry": { "type": "Point", "coordinates": [ 171.375732, 7.106344 ] } } +, +{ "type": "Feature", "properties": { "NAME": "Tarawa" }, "geometry": { "type": "Point", "coordinates": [ 173.012695, 1.340210 ] } } +] } +] } +] } From 205c28bb64012b2ae15cdaae58a9be728813f95e Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 15 Aug 2017 11:23:03 -0700 Subject: [PATCH 3/7] Fix tilestats with truncated strings. Trim tilestats if TileJSON is huge --- mbtiles.cpp | 116 ++-- tests/longjson/out/-z0.json | 1236 ++++++++++++++++++++++++++++++++++ tests/longjson/sherlock.json | 651 ++++++++++++++++++ 3 files changed, 1954 insertions(+), 49 deletions(-) create mode 100644 tests/longjson/out/-z0.json create mode 100644 tests/longjson/sherlock.json diff --git a/mbtiles.cpp b/mbtiles.cpp index ece277a..28118c3 100644 --- a/mbtiles.cpp +++ b/mbtiles.cpp @@ -137,7 +137,7 @@ bool type_and_string::operator!=(const type_and_string &o) const { return false; } -std::string tilestats(std::map const &layermap1) { +std::string tilestats(std::map const &layermap1, size_t elements) { // Consolidate layers/attributes whose names are truncated std::vector> lmv; lmv.push_back(layermap1); @@ -192,7 +192,7 @@ std::string tilestats(std::map const &layermap1) { size_t attrs = 0; for (auto attribute : layer.second.file_keys) { - if (attrs == 100) { + if (attrs == elements) { break; } if (attrs != 0) { @@ -240,21 +240,27 @@ std::string tilestats(std::map const &layermap1) { size_t vals = 0; for (auto value : attribute.second.sample_values) { - if (vals == 100) { + if (vals == elements) { break; } - if (vals != 0) { - out.append(",\n"); - } - vals++; if (value.type == mvt_double || value.type == mvt_bool) { + if (vals != 0) { + out.append(",\n"); + } + vals++; + out.append("\t\t\t\t\t\t"); out.append(value.string); } else { std::string trunc = truncate16(value.string, 256); if (trunc.size() == value.string.size()) { + if (vals != 0) { + out.append(",\n"); + } + vals++; + out.append("\t\t\t\t\t\t\""); quote(out, value.string.c_str()); out.append("\""); @@ -407,62 +413,74 @@ void mbtiles_write_metadata(sqlite3 *outdb, const char *outdir, const char *fnam sqlite3_free(sql); if (vector) { - std::string buf("{"); - aprintf(&buf, "\"vector_layers\": [ "); + size_t elements = 100; + std::string buf; - std::vector lnames; - for (auto ai = layermap.begin(); ai != layermap.end(); ++ai) { - lnames.push_back(ai->first); - } + while (1) { + buf = "{"; + aprintf(&buf, "\"vector_layers\": [ "); - for (size_t i = 0; i < lnames.size(); i++) { - if (i != 0) { - aprintf(&buf, ", "); + std::vector lnames; + for (auto ai = layermap.begin(); ai != layermap.end(); ++ai) { + lnames.push_back(ai->first); } - auto fk = layermap.find(lnames[i]); - aprintf(&buf, "{ \"id\": \""); - quote(buf, lnames[i]); - aprintf(&buf, "\", \"description\": \"\", \"minzoom\": %d, \"maxzoom\": %d, \"fields\": {", fk->second.minzoom, fk->second.maxzoom); - - bool first = true; - for (auto j = fk->second.file_keys.begin(); j != fk->second.file_keys.end(); ++j) { - if (first) { - first = false; - } else { + for (size_t i = 0; i < lnames.size(); i++) { + if (i != 0) { aprintf(&buf, ", "); } - aprintf(&buf, "\""); - quote(buf, j->first.c_str()); + auto fk = layermap.find(lnames[i]); + aprintf(&buf, "{ \"id\": \""); + quote(buf, lnames[i]); + aprintf(&buf, "\", \"description\": \"\", \"minzoom\": %d, \"maxzoom\": %d, \"fields\": {", fk->second.minzoom, fk->second.maxzoom); - int type = 0; - for (auto s : j->second.sample_values) { - type |= (1 << s.type); + bool first = true; + for (auto j = fk->second.file_keys.begin(); j != fk->second.file_keys.end(); ++j) { + if (first) { + first = false; + } else { + aprintf(&buf, ", "); + } + + aprintf(&buf, "\""); + quote(buf, j->first.c_str()); + + int type = 0; + for (auto s : j->second.sample_values) { + type |= (1 << s.type); + } + + if (type == (1 << mvt_double)) { + aprintf(&buf, "\": \"Number\""); + } else if (type == (1 << mvt_bool)) { + aprintf(&buf, "\": \"Boolean\""); + } else if (type == (1 << mvt_string)) { + aprintf(&buf, "\": \"String\""); + } else { + aprintf(&buf, "\": \"Mixed\""); + } } - if (type == (1 << mvt_double)) { - aprintf(&buf, "\": \"Number\""); - } else if (type == (1 << mvt_bool)) { - aprintf(&buf, "\": \"Boolean\""); - } else if (type == (1 << mvt_string)) { - aprintf(&buf, "\": \"String\""); - } else { - aprintf(&buf, "\": \"Mixed\""); - } + aprintf(&buf, "} }"); } - aprintf(&buf, "} }"); + aprintf(&buf, " ]"); + + if (do_tilestats && elements > 0) { + aprintf(&buf, ",\"tilestats\": %s", tilestats(layermap, elements).c_str()); + } + + aprintf(&buf, "}"); + + if (buf.size() >= 60 * 1024 && elements > 0) { + elements = elements / 2; + continue; + } else { + break; + } } - aprintf(&buf, " ]"); - - if (do_tilestats) { - aprintf(&buf, ",\"tilestats\": %s", tilestats(layermap).c_str()); - } - - aprintf(&buf, "}"); - sql = sqlite3_mprintf("INSERT INTO metadata (name, value) VALUES ('json', %Q);", buf.c_str()); if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { fprintf(stderr, "set json: %s\n", err); diff --git a/tests/longjson/out/-z0.json b/tests/longjson/out/-z0.json new file mode 100644 index 0000000..bd805f7 --- /dev/null +++ b/tests/longjson/out/-z0.json @@ -0,0 +1,1236 @@ +{ "type": "FeatureCollection", "properties": { +"bounds": "0.000000,0.000000,0.000000,0.000000", +"center": "0.000000,0.000000,0", +"description": "tests/longjson/out/-z0.json.check.mbtiles", +"format": "pbf", +"json": "{\"vector_layers\": [ { \"id\": \"sherlock\", \"description\": \"\", \"minzoom\": 0, \"maxzoom\": 0, \"fields\": {\"sherlock\": \"String\", \"sherlock0\": \"String\", \"sherlock1\": \"String\", \"sherlock10\": \"String\", \"sherlock100\": \"String\", \"sherlock101\": \"String\", \"sherlock102\": \"String\", \"sherlock103\": \"String\", \"sherlock104\": \"String\", \"sherlock105\": \"String\", \"sherlock106\": \"String\", \"sherlock107\": \"String\", \"sherlock108\": \"String\", \"sherlock109\": \"String\", \"sherlock11\": \"String\", \"sherlock110\": \"String\", \"sherlock111\": \"String\", \"sherlock112\": \"String\", \"sherlock113\": \"String\", \"sherlock114\": \"String\", \"sherlock115\": \"String\", \"sherlock116\": \"String\", \"sherlock117\": \"String\", \"sherlock118\": \"String\", \"sherlock119\": \"String\", \"sherlock12\": \"String\", \"sherlock120\": \"String\", \"sherlock121\": \"String\", \"sherlock122\": \"String\", \"sherlock123\": \"String\", \"sherlock124\": \"String\", \"sherlock125\": \"String\", \"sherlock126\": \"String\", \"sherlock127\": \"String\", \"sherlock128\": \"String\", \"sherlock129\": \"String\", \"sherlock13\": \"String\", \"sherlock130\": \"String\", \"sherlock131\": \"String\", \"sherlock132\": \"String\", \"sherlock133\": \"String\", \"sherlock134\": \"String\", \"sherlock135\": \"String\", \"sherlock136\": \"String\", \"sherlock137\": \"String\", \"sherlock138\": \"String\", \"sherlock139\": \"String\", \"sherlock14\": \"String\", \"sherlock140\": \"String\", \"sherlock141\": \"String\", \"sherlock142\": \"String\", \"sherlock143\": \"String\", \"sherlock144\": \"String\", \"sherlock145\": \"String\", \"sherlock146\": \"String\", \"sherlock147\": \"String\", \"sherlock148\": \"String\", \"sherlock149\": \"String\", \"sherlock15\": \"String\", \"sherlock150\": \"String\", \"sherlock151\": \"String\", \"sherlock152\": \"String\", \"sherlock153\": \"String\", \"sherlock154\": \"String\", \"sherlock155\": \"String\", \"sherlock156\": \"String\", \"sherlock157\": \"String\", \"sherlock158\": \"String\", \"sherlock159\": \"String\", \"sherlock16\": \"String\", \"sherlock160\": \"String\", \"sherlock161\": \"String\", \"sherlock162\": \"String\", \"sherlock163\": \"String\", \"sherlock164\": \"String\", \"sherlock165\": \"String\", \"sherlock166\": \"String\", \"sherlock167\": \"String\", \"sherlock168\": \"String\", \"sherlock169\": \"String\", \"sherlock17\": \"String\", \"sherlock170\": \"String\", \"sherlock171\": \"String\", \"sherlock172\": \"String\", \"sherlock173\": \"String\", \"sherlock174\": \"String\", \"sherlock175\": \"String\", \"sherlock176\": \"String\", \"sherlock177\": \"String\", \"sherlock178\": \"String\", \"sherlock179\": \"String\", \"sherlock18\": \"String\", \"sherlock180\": \"String\", \"sherlock181\": \"String\", \"sherlock182\": \"String\", \"sherlock183\": \"String\", \"sherlock184\": \"String\", \"sherlock185\": \"String\", \"sherlock186\": \"String\", \"sherlock187\": \"String\", \"sherlock188\": \"String\", \"sherlock189\": \"String\", \"sherlock19\": \"String\", \"sherlock190\": \"String\", \"sherlock191\": \"String\", \"sherlock192\": \"String\", \"sherlock193\": \"String\", \"sherlock194\": \"String\", \"sherlock195\": \"String\", \"sherlock196\": \"String\", \"sherlock197\": \"String\", \"sherlock198\": \"String\", \"sherlock199\": \"String\", \"sherlock2\": \"String\", \"sherlock20\": \"String\", \"sherlock21\": \"String\", \"sherlock22\": \"String\", \"sherlock23\": \"String\", \"sherlock24\": \"String\", \"sherlock25\": \"String\", \"sherlock26\": \"String\", \"sherlock27\": \"String\", \"sherlock28\": \"String\", \"sherlock29\": \"String\", \"sherlock3\": \"String\", \"sherlock30\": \"String\", \"sherlock31\": \"String\", \"sherlock32\": \"String\", \"sherlock33\": \"String\", \"sherlock34\": \"String\", \"sherlock35\": \"String\", \"sherlock36\": \"String\", \"sherlock37\": \"String\", \"sherlock38\": \"String\", \"sherlock39\": \"String\", \"sherlock4\": \"String\", \"sherlock40\": \"String\", \"sherlock41\": \"String\", \"sherlock42\": \"String\", \"sherlock43\": \"String\", \"sherlock44\": \"String\", \"sherlock45\": \"String\", \"sherlock46\": \"String\", \"sherlock47\": \"String\", \"sherlock48\": \"String\", \"sherlock49\": \"String\", \"sherlock5\": \"String\", \"sherlock50\": \"String\", \"sherlock51\": \"String\", \"sherlock52\": \"String\", \"sherlock53\": \"String\", \"sherlock54\": \"String\", \"sherlock55\": \"String\", \"sherlock56\": \"String\", \"sherlock57\": \"String\", \"sherlock58\": \"String\", \"sherlock59\": \"String\", \"sherlock6\": \"String\", \"sherlock60\": \"String\", \"sherlock61\": \"String\", \"sherlock62\": \"String\", \"sherlock63\": \"String\", \"sherlock64\": \"String\", \"sherlock65\": \"String\", \"sherlock66\": \"String\", \"sherlock67\": \"String\", \"sherlock68\": \"String\", \"sherlock69\": \"String\", \"sherlock7\": \"String\", \"sherlock70\": \"String\", \"sherlock71\": \"String\", \"sherlock72\": \"String\", \"sherlock73\": \"String\", \"sherlock74\": \"String\", \"sherlock75\": \"String\", \"sherlock76\": \"String\", \"sherlock77\": \"String\", \"sherlock78\": \"String\", \"sherlock79\": \"String\", \"sherlock8\": \"String\", \"sherlock80\": \"String\", \"sherlock81\": \"String\", \"sherlock82\": \"String\", \"sherlock83\": \"String\", \"sherlock84\": \"String\", \"sherlock85\": \"String\", \"sherlock86\": \"String\", \"sherlock87\": \"String\", \"sherlock88\": \"String\", \"sherlock89\": \"String\", \"sherlock9\": \"String\", \"sherlock90\": \"String\", \"sherlock91\": \"String\", \"sherlock92\": \"String\", \"sherlock93\": \"String\", \"sherlock94\": \"String\", \"sherlock95\": \"String\", \"sherlock96\": \"String\", \"sherlock97\": \"String\", \"sherlock98\": \"String\", \"sherlock99\": \"String\"} } ],\"tilestats\": {\"layerCount\": 1,\"layers\": [{\"layer\": \"sherlock\",\"count\": 610,\"geometry\": \"Point\",\"attributeCount\": 201,\"attributes\": [{\"attribute\": \"sherlock\",\"count\": 10,\"type\": \"string\",\"values\": []},{\"attribute\": \"sherlock0\",\"count\": 3,\"type\": \"string\",\"values\": [\"0 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"1 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"2 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock1\",\"count\": 3,\"type\": \"string\",\"values\": [\"3 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"4 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"5 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock10\",\"count\": 3,\"type\": \"string\",\"values\": [\"30 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"31 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"32 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock100\",\"count\": 3,\"type\": \"string\",\"values\": [\"300 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"301 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"302 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock101\",\"count\": 3,\"type\": \"string\",\"values\": [\"303 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"304 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"305 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock102\",\"count\": 3,\"type\": \"string\",\"values\": [\"306 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"307 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"308 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock103\",\"count\": 3,\"type\": \"string\",\"values\": [\"309 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"310 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"311 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock104\",\"count\": 3,\"type\": \"string\",\"values\": [\"312 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"313 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"314 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock105\",\"count\": 3,\"type\": \"string\",\"values\": [\"315 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"316 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"317 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock106\",\"count\": 3,\"type\": \"string\",\"values\": [\"318 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"319 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"320 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock107\",\"count\": 3,\"type\": \"string\",\"values\": [\"321 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"322 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"323 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock108\",\"count\": 3,\"type\": \"string\",\"values\": [\"324 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"325 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"326 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock109\",\"count\": 3,\"type\": \"string\",\"values\": [\"327 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"328 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"329 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock11\",\"count\": 3,\"type\": \"string\",\"values\": [\"33 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"34 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"35 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock110\",\"count\": 3,\"type\": \"string\",\"values\": [\"330 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"331 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"332 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock111\",\"count\": 3,\"type\": \"string\",\"values\": [\"333 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"334 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"335 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock112\",\"count\": 3,\"type\": \"string\",\"values\": [\"336 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"337 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"338 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock113\",\"count\": 3,\"type\": \"string\",\"values\": [\"339 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"340 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"341 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock114\",\"count\": 3,\"type\": \"string\",\"values\": [\"342 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"343 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"344 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock115\",\"count\": 3,\"type\": \"string\",\"values\": [\"345 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"346 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"347 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock116\",\"count\": 3,\"type\": \"string\",\"values\": [\"348 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"349 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"350 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock117\",\"count\": 3,\"type\": \"string\",\"values\": [\"351 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"352 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"353 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock118\",\"count\": 3,\"type\": \"string\",\"values\": [\"354 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"355 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"356 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock119\",\"count\": 3,\"type\": \"string\",\"values\": [\"357 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"358 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"359 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock12\",\"count\": 3,\"type\": \"string\",\"values\": [\"36 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"37 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"38 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock120\",\"count\": 3,\"type\": \"string\",\"values\": [\"360 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"361 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"362 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock121\",\"count\": 3,\"type\": \"string\",\"values\": [\"363 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"364 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"365 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock122\",\"count\": 3,\"type\": \"string\",\"values\": [\"366 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"367 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"368 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock123\",\"count\": 3,\"type\": \"string\",\"values\": [\"369 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"370 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"371 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock124\",\"count\": 3,\"type\": \"string\",\"values\": [\"372 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"373 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"374 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock125\",\"count\": 3,\"type\": \"string\",\"values\": [\"375 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"376 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"377 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock126\",\"count\": 3,\"type\": \"string\",\"values\": [\"378 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"379 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"380 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock127\",\"count\": 3,\"type\": \"string\",\"values\": [\"381 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"382 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"383 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock128\",\"count\": 3,\"type\": \"string\",\"values\": [\"384 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"385 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"386 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock129\",\"count\": 3,\"type\": \"string\",\"values\": [\"387 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"388 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"389 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock13\",\"count\": 3,\"type\": \"string\",\"values\": [\"39 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"40 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"41 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock130\",\"count\": 3,\"type\": \"string\",\"values\": [\"390 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"391 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"392 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock131\",\"count\": 3,\"type\": \"string\",\"values\": [\"393 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"394 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"395 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock132\",\"count\": 3,\"type\": \"string\",\"values\": [\"396 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"397 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"398 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock133\",\"count\": 3,\"type\": \"string\",\"values\": [\"399 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"400 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"401 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock134\",\"count\": 3,\"type\": \"string\",\"values\": [\"402 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"403 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"404 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock135\",\"count\": 3,\"type\": \"string\",\"values\": [\"405 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"406 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"407 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock136\",\"count\": 3,\"type\": \"string\",\"values\": [\"408 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"409 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"410 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock137\",\"count\": 3,\"type\": \"string\",\"values\": [\"411 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"412 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"413 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock138\",\"count\": 3,\"type\": \"string\",\"values\": [\"414 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"415 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"416 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock139\",\"count\": 3,\"type\": \"string\",\"values\": [\"417 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"418 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"419 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock14\",\"count\": 3,\"type\": \"string\",\"values\": [\"42 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"43 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"44 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock140\",\"count\": 3,\"type\": \"string\",\"values\": [\"420 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"421 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"422 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock141\",\"count\": 3,\"type\": \"string\",\"values\": [\"423 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"424 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"425 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]}]}]}}", +"maxzoom": "0", +"minzoom": "0", +"name": "tests/longjson/out/-z0.json.check.mbtiles", +"type": "overlay", +"version": "2" +}, "features": [ +{ "type": "FeatureCollection", "properties": { "zoom": 0, "x": 0, "y": 0 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "sherlock", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "sherlock": "9The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "8The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "7The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "6The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "5The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "4The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "3The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "2The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "1The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock": "The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with\u000aalmost no restrictions whatsoever. You may copy it, give it away or\u000are-use it under the terms of the Project Gutenberg License included\u000awith this eBook or online at www.gutenberg.org\u000a\u000a\u000aTitle: A Study In Scarlet\u000a\u000aAuthor: Arthur Conan Doyle\u000a\u000aPosting Date: July 12, 2008 [EBook #244]\u000aRelease Date: April, 1995\u000aLast Updated: September 30, 2016\u000a\u000aLanguage: English\u000a\u000aCharacter set encoding: UTF-8\u000a\u000a*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\u000a\u000a\u000a\u000a\u000aProduced by Roger Squires\u000a\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000aBy A. Conan Doyle\u000a\u000a[1]\u000a\u000a\u000a\u000a Original Transcriber’s Note: This etext is prepared directly\u000a from an 1887 edition, and care has been taken to duplicate the\u000a original exactly, including typographical and punctuation\u000a vagaries.\u000a\u000a Additions to the text include adding the underscore character to\u000a indicate italics, and textual end-notes in square braces.\u000a\u000a Project Gutenberg Editor’s Note: In reproofing and moving old PG\u000a files such as this to the present PG directory system it is the\u000a policy to reformat the text to conform to present PG Standards.\u000a In this case however, in consideration of the note above of the\u000a original transcriber describing his care to try to duplicate the\u000a original 1887 edition as to typography and punctuation vagaries,\u000a no changes have been made in this ascii text file. However, in\u000a the Latin-1 file and this html file, present standards are\u000a followed and the several French and Spanish words have been\u000a given their proper accents.\u000a\u000a\u0009 Part II, The Country of the Saints, deals much with the Mormon Church.\u000a\u000a\u000a\u000a\u000aA STUDY IN SCARLET.\u000a\u000a\u000a\u000a\u000a\u000aPART I.\u000a\u000a(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\u000aof the Army Medical Department._) [2]\u000a\u000a\u000a\u000a\u000aCHAPTER I. MR. SHERLOCK HOLMES.\u000a\u000a\u000aIN the year 1878 I took my degree of Doctor of Medicine of the\u000aUniversity of London, and proceeded to Netley to go through the course\u000aprescribed for surgeons in the army. Having completed my studies there,\u000aI was duly attached to the Fifth Northumberland Fusiliers as Assistant\u000aSurgeon. The regiment was stationed in India at the time, and before\u000aI could join it, the second Afghan war had broken out. On landing at\u000aBombay, I learned that my corps had advanced through the passes, and\u000awas already deep in the enemy’s country. I followed, however, with many\u000aother officers who were in the same situation as myself, and succeeded\u000ain reaching Candahar in safety, where I found my regiment, and at once\u000aentered upon my new duties.\u000a\u000aThe campaign brought honours and promotion to many, but for me it had\u000anothing but misfortune and disaster. I was removed from my brigade and\u000aattached to the Berkshires, with whom I served at the fatal battle of\u000aMaiwand. There I was struck on the shoulder by a Jezail bullet, which\u000ashattered the bone and grazed the subclavian artery. I should have\u000afallen into the hands of the murderous Ghazis had it not been for the\u000adevotion and courage shown by Murray, my orderly, who threw me across a\u000apack-horse, and succeeded in bringing me safely to the British lines.\u000a\u000aWorn with pain, and weak from the prolonged hardships which I had\u000aundergone, I was removed, with a great train of wounded sufferers, to\u000athe base hospital at Peshawar. Here I rallied, and had already improved\u000aso far as to be able to walk about the wards, and even to bask a little\u000aupon the verandah, when I was struck down by enteric fever, that curse\u000aof our Indian possessions. For months my life was despaired of, and\u000awhen at last I came to myself and became convalescent, I was so weak and\u000aemaciated that a medical board determined that not a day should be lost\u000ain sending me back to England. I was dispatched, accordingly, in the\u000atroopship “Orontes,” and landed a month later on Portsmouth jetty, with\u000amy health irretrievably ruined, but with permission from a paternal\u000agovernment to spend the next nine months in attempting to improve it.\u000a\u000aI had neither kith nor kin in England, and was therefore as free as\u000aair--or as free as an income of eleven shillings and sixpence a day will\u000apermit a man to be. Under such circumstances, I naturally gravitated to\u000aLondon, that great cesspool into which all the loungers and idlers of\u000athe Empire are irresistibly drained. There I stayed for some time at\u000aa private hotel in the Strand, leading a comfortless, meaningless\u000aexistence, and spending such money as I had, considerably more freely\u000athan I ought. So alarming did the state of my finances become, that\u000aI soon realized that I must either leave the metropolis and rusticate\u000asomewhere in the country, or that I must make a complete alteration in\u000amy style of living. Choosing the latter alternative, I began by making\u000aup my mind to leave the hotel, and to take up my quarters in some less\u000apretentious and less expensive domicile.\u000a\u000aOn the very day that I had come to this conclusion, I was standing at\u000athe Criterion Bar, when some one tapped me on the shoulder, and turning\u000around I recognized young Stamford, who had been a dresser under me at\u000aBarts. The sight of a friendly face in the great wilderness of London is\u000aa pleasant thing indeed to a lonely man. In old days Stamford had never\u000abeen a particular crony of mine, but now I hailed him with enthusiasm,\u000aand he, in his turn, appeared to be delighted to see me. In the\u000aexuberance of my joy, I asked him to lunch with me at the Holborn, and\u000awe started off together in a hansom.\u000a\u000a“Whatever have you been doing with yourself, Watson?” he asked in\u000aundisguised wonder, as we rattled through the crowded London streets.\u000a“You are as thin as a lath and as brown as a nut.”\u000a\u000aI gave him a short sketch of my adventures, and had hardly concluded it\u000aby the time that we reached our destination.\u000a\u000a“Poor devil!” he said, commiseratingly, after he had listened to my\u000amisfortunes. “What are you up to now?”\u000a\u000a“Looking for lodgings.” [3] I answered. “Trying to solve the problem\u000aas to whether it is possible to get comfortable rooms at a reasonable\u000aprice.”\u000a\u000a“That’s a strange thing,” remarked my companion; “you are the second man\u000ato-day that has used that expression to me.”\u000a\u000a“And who was the first?” I asked.\u000a\u000a“A fellow who is working at the chemical laboratory up at the hospital.\u000aHe was bemoaning himself this morning because he could not get someone\u000ato go halves with him in some nice rooms which he had found, and which\u000awere too much for his purse.”\u000a\u000a“By Jove!” I cried, “if he really wants someone to share the rooms and\u000athe expense, I am the very man for him. I should prefer having a partner\u000ato being alone.”\u000a\u000aYoung Stamford looked rather strangely at me over his wine-glass. “You\u000adon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\u000afor him as a constant companion.”\u000a\u000a“Why, what is there against him?”\u000a\u000a“Oh, I didn’t say there was anything against him. He is a little queer\u000ain his ideas--an enthusiast in some branches of science. As far as I\u000aknow he is a decent fellow enough.”\u000a\u000a“A medical student, I suppose?” said I.\u000a\u000a“No--I have no idea what he intends to go in for. I believe he is well\u000aup in anatomy, and he is a first-class chemist; but, as far as I know,\u000ahe has never taken out any systematic medical classes. His studies are\u000avery desultory and eccentric, but he has amassed a lot of out-of-the way\u000aknowledge which would astonish his professors.”\u000a\u000a“Did you never ask him what he was going in for?” I asked.\u000a\u000a“No; he is not a man that it is easy to draw out, though he can be\u000acommunicative enough when the fancy seizes him.”\u000a\u000a“I should like to meet him,” I said. “If I am to lodge with anyone, I\u000ashould prefer a man of studious and quiet habits. I am not strong\u000aenough yet to stand much noise or excitement. I had enough of both in\u000aAfghanistan to last me for the remainder of my natural existence. How\u000acould I meet this friend of yours?”\u000a\u000a“He is sure to be at the laboratory,” returned my companion. “He either\u000aavoids the place for weeks, or else he works there from morning to\u000anight. If you like, we shall drive round together after luncheon.”\u000a\u000a“Certainly,” I answered, and the conversation drifted away into other\u000achannels.\u000a\u000aAs we made our way to the hospital after leaving the Holborn, Stamford\u000agave me a few more particulars about the gentleman whom I proposed to\u000atake as a fellow-lodger.\u000a\u000a“You mustn’t blame me if you don’t get on with him,” he said; “I know\u000anothing more of him than I have learned from meeting him occasionally in\u000athe laboratory. You proposed this arrangement, so you must not hold me\u000aresponsible.”\u000a\u000a“If we don’t get on it will be easy to part company,” I answered. “It\u000aseems to me, Stamford,” I added, looking hard at my companion, “that you\u000ahave some reason for washing your hands of the matter. Is this fellow’s\u000atemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock0": "0 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock0": "1 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock0": "2 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock1": "3 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock1": "4 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock1": "5 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock2": "6 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock2": "7 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock2": "8 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock3": "9 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock3": "10 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock3": "11 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock4": "12 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock4": "13 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock4": "14 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock5": "15 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock5": "16 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock5": "17 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock6": "18 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock6": "19 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock6": "20 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock7": "21 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock7": "22 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock7": "23 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock8": "24 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock8": "25 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock8": "26 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock9": "27 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock9": "28 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock9": "29 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock10": "30 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock10": "31 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock10": "32 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock11": "33 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock11": "34 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock11": "35 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock12": "36 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock12": "37 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock12": "38 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock13": "39 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock13": "40 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock13": "41 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock14": "42 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock14": "43 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock14": "44 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock15": "45 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock15": "46 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock15": "47 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock16": "48 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock16": "49 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock16": "50 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock17": "51 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock17": "52 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock17": "53 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock18": "54 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock18": "55 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock18": "56 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock19": "57 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock19": "58 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock19": "59 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock20": "60 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock20": "61 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock20": "62 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock21": "63 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock21": "64 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock21": "65 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock22": "66 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock22": "67 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock22": "68 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock23": "69 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock23": "70 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock23": "71 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock24": "72 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock24": "73 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock24": "74 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock25": "75 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock25": "76 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock25": "77 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock26": "78 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock26": "79 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock26": "80 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock27": "81 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock27": "82 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock27": "83 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock28": "84 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock28": "85 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock28": "86 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock29": "87 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock29": "88 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock29": "89 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock30": "90 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock30": "91 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock30": "92 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock31": "93 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock31": "94 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock31": "95 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock32": "96 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock32": "97 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock32": "98 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock33": "99 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock33": "100 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock33": "101 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock34": "102 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock34": "103 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock34": "104 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock35": "105 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock35": "106 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock35": "107 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock36": "108 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock36": "109 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock36": "110 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock37": "111 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock37": "112 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock37": "113 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock38": "114 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock38": "115 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock38": "116 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock39": "117 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock39": "118 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock39": "119 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock40": "120 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock40": "121 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock40": "122 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock41": "123 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock41": "124 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock41": "125 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock42": "126 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock42": "127 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock42": "128 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock43": "129 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock43": "130 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock43": "131 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock44": "132 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock44": "133 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock44": "134 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock45": "135 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock45": "136 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock45": "137 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock46": "138 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock46": "139 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock46": "140 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock47": "141 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock47": "142 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock47": "143 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock48": "144 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock48": "145 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock48": "146 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock49": "147 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock49": "148 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock49": "149 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock50": "150 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock50": "151 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock50": "152 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock51": "153 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock51": "154 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock51": "155 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock52": "156 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock52": "157 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock52": "158 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock53": "159 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock53": "160 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock53": "161 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock54": "162 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock54": "163 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock54": "164 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock55": "165 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock55": "166 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock55": "167 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock56": "168 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock56": "169 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock56": "170 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock57": "171 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock57": "172 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock57": "173 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock58": "174 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock58": "175 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock58": "176 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock59": "177 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock59": "178 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock59": "179 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock60": "180 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock60": "181 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock60": "182 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock61": "183 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock61": "184 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock61": "185 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock62": "186 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock62": "187 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock62": "188 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock63": "189 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock63": "190 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock63": "191 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock64": "192 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock64": "193 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock64": "194 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock65": "195 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock65": "196 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock65": "197 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock66": "198 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock66": "199 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock66": "200 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock67": "201 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock67": "202 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock67": "203 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock68": "204 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock68": "205 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock68": "206 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock69": "207 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock69": "208 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock69": "209 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock70": "210 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock70": "211 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock70": "212 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock71": "213 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock71": "214 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock71": "215 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock72": "216 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock72": "217 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock72": "218 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock73": "219 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock73": "220 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock73": "221 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock74": "222 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock74": "223 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock74": "224 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock75": "225 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock75": "226 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock75": "227 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock76": "228 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock76": "229 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock76": "230 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock77": "231 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock77": "232 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock77": "233 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock78": "234 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock78": "235 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock78": "236 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock79": "237 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock79": "238 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock79": "239 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock80": "240 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock80": "241 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock80": "242 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock81": "243 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock81": "244 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock81": "245 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock82": "246 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock82": "247 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock82": "248 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock83": "249 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock83": "250 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock83": "251 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock84": "252 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock84": "253 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock84": "254 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock85": "255 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock85": "256 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock85": "257 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock86": "258 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock86": "259 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock86": "260 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock87": "261 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock87": "262 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock87": "263 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock88": "264 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock88": "265 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock88": "266 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock89": "267 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock89": "268 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock89": "269 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock90": "270 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock90": "271 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock90": "272 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock91": "273 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock91": "274 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock91": "275 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock92": "276 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock92": "277 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock92": "278 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock93": "279 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock93": "280 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock93": "281 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock94": "282 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock94": "283 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock94": "284 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock95": "285 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock95": "286 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock95": "287 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock96": "288 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock96": "289 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock96": "290 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock97": "291 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock97": "292 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock97": "293 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock98": "294 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock98": "295 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock98": "296 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock99": "297 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock99": "298 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock99": "299 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock100": "300 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock100": "301 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock100": "302 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock101": "303 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock101": "304 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock101": "305 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock102": "306 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock102": "307 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock102": "308 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock103": "309 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock103": "310 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock103": "311 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock104": "312 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock104": "313 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock104": "314 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock105": "315 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock105": "316 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock105": "317 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock106": "318 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock106": "319 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock106": "320 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock107": "321 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock107": "322 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock107": "323 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock108": "324 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock108": "325 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock108": "326 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock109": "327 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock109": "328 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock109": "329 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock110": "330 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock110": "331 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock110": "332 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock111": "333 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock111": "334 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock111": "335 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock112": "336 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock112": "337 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock112": "338 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock113": "339 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock113": "340 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock113": "341 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock114": "342 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock114": "343 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock114": "344 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock115": "345 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock115": "346 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock115": "347 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock116": "348 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock116": "349 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock116": "350 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock117": "351 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock117": "352 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock117": "353 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock118": "354 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock118": "355 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock118": "356 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock119": "357 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock119": "358 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock119": "359 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock120": "360 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock120": "361 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock120": "362 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock121": "363 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock121": "364 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock121": "365 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock122": "366 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock122": "367 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock122": "368 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock123": "369 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock123": "370 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock123": "371 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock124": "372 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock124": "373 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock124": "374 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock125": "375 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock125": "376 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock125": "377 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock126": "378 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock126": "379 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock126": "380 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock127": "381 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock127": "382 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock127": "383 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock128": "384 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock128": "385 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock128": "386 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock129": "387 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock129": "388 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock129": "389 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock130": "390 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock130": "391 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock130": "392 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock131": "393 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock131": "394 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock131": "395 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock132": "396 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock132": "397 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock132": "398 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock133": "399 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock133": "400 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock133": "401 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock134": "402 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock134": "403 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock134": "404 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock135": "405 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock135": "406 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock135": "407 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock136": "408 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock136": "409 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock136": "410 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock137": "411 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock137": "412 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock137": "413 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock138": "414 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock138": "415 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock138": "416 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock139": "417 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock139": "418 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock139": "419 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock140": "420 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock140": "421 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock140": "422 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock141": "423 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock141": "424 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock141": "425 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock142": "426 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock142": "427 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock142": "428 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock143": "429 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock143": "430 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock143": "431 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock144": "432 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock144": "433 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock144": "434 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock145": "435 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock145": "436 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock145": "437 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock146": "438 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock146": "439 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock146": "440 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock147": "441 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock147": "442 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock147": "443 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock148": "444 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock148": "445 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock148": "446 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock149": "447 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock149": "448 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock149": "449 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock150": "450 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock150": "451 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock150": "452 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock151": "453 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock151": "454 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock151": "455 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock152": "456 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock152": "457 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock152": "458 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock153": "459 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock153": "460 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock153": "461 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock154": "462 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock154": "463 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock154": "464 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock155": "465 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock155": "466 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock155": "467 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock156": "468 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock156": "469 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock156": "470 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock157": "471 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock157": "472 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock157": "473 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock158": "474 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock158": "475 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock158": "476 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock159": "477 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock159": "478 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock159": "479 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock160": "480 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock160": "481 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock160": "482 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock161": "483 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock161": "484 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock161": "485 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock162": "486 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock162": "487 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock162": "488 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock163": "489 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock163": "490 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock163": "491 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock164": "492 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock164": "493 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock164": "494 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock165": "495 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock165": "496 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock165": "497 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock166": "498 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock166": "499 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock166": "500 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock167": "501 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock167": "502 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock167": "503 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock168": "504 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock168": "505 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock168": "506 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock169": "507 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock169": "508 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock169": "509 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock170": "510 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock170": "511 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock170": "512 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock171": "513 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock171": "514 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock171": "515 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock172": "516 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock172": "517 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock172": "518 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock173": "519 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock173": "520 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock173": "521 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock174": "522 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock174": "523 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock174": "524 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock175": "525 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock175": "526 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock175": "527 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock176": "528 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock176": "529 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock176": "530 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock177": "531 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock177": "532 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock177": "533 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock178": "534 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock178": "535 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock178": "536 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock179": "537 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock179": "538 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock179": "539 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock180": "540 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock180": "541 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock180": "542 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock181": "543 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock181": "544 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock181": "545 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock182": "546 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock182": "547 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock182": "548 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock183": "549 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock183": "550 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock183": "551 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock184": "552 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock184": "553 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock184": "554 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock185": "555 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock185": "556 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock185": "557 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock186": "558 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock186": "559 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock186": "560 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock187": "561 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock187": "562 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock187": "563 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock188": "564 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock188": "565 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock188": "566 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock189": "567 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock189": "568 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock189": "569 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock190": "570 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock190": "571 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock190": "572 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock191": "573 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock191": "574 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock191": "575 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock192": "576 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock192": "577 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock192": "578 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock193": "579 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock193": "580 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock193": "581 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock194": "582 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock194": "583 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock194": "584 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock195": "585 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock195": "586 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock195": "587 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock196": "588 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock196": "589 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock196": "590 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock197": "591 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock197": "592 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock197": "593 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock198": "594 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock198": "595 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock198": "596 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock199": "597 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock199": "598 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +, +{ "type": "Feature", "properties": { "sherlock199": "599 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\u000a\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0.000000, 0.000000 ] } } +] } +] } +] } diff --git a/tests/longjson/sherlock.json b/tests/longjson/sherlock.json new file mode 100644 index 0000000..752e5b6 --- /dev/null +++ b/tests/longjson/sherlock.json @@ -0,0 +1,651 @@ +{ "type": "Feature", "properties": { "sherlock": + +"9The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"8The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"7The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"6The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"5The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"4The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"3The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"2The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"1The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock": + +"The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever. You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nTitle: A Study In Scarlet\n\nAuthor: Arthur Conan Doyle\n\nPosting Date: July 12, 2008 [EBook #244]\nRelease Date: April, 1995\nLast Updated: September 30, 2016\n\nLanguage: English\n\nCharacter set encoding: UTF-8\n\n*** START OF THIS PROJECT GUTENBERG EBOOK A STUDY IN SCARLET ***\n\n\n\n\nProduced by Roger Squires\n\n\n\n\n\nA STUDY IN SCARLET.\n\nBy A. Conan Doyle\n\n[1]\n\n\n\n Original Transcriber’s Note: This etext is prepared directly\n from an 1887 edition, and care has been taken to duplicate the\n original exactly, including typographical and punctuation\n vagaries.\n\n Additions to the text include adding the underscore character to\n indicate italics, and textual end-notes in square braces.\n\n Project Gutenberg Editor’s Note: In reproofing and moving old PG\n files such as this to the present PG directory system it is the\n policy to reformat the text to conform to present PG Standards.\n In this case however, in consideration of the note above of the\n original transcriber describing his care to try to duplicate the\n original 1887 edition as to typography and punctuation vagaries,\n no changes have been made in this ascii text file. However, in\n the Latin-1 file and this html file, present standards are\n followed and the several French and Spanish words have been\n given their proper accents.\n\n\t Part II, The Country of the Saints, deals much with the Mormon Church.\n\n\n\n\nA STUDY IN SCARLET.\n\n\n\n\n\nPART I.\n\n(_Being a reprint from the reminiscences of_ JOHN H. WATSON, M.D., _late\nof the Army Medical Department._) [2]\n\n\n\n\nCHAPTER I. MR. SHERLOCK HOLMES.\n\n\nIN the year 1878 I took my degree of Doctor of Medicine of the\nUniversity of London, and proceeded to Netley to go through the course\nprescribed for surgeons in the army. Having completed my studies there,\nI was duly attached to the Fifth Northumberland Fusiliers as Assistant\nSurgeon. The regiment was stationed in India at the time, and before\nI could join it, the second Afghan war had broken out. On landing at\nBombay, I learned that my corps had advanced through the passes, and\nwas already deep in the enemy’s country. I followed, however, with many\nother officers who were in the same situation as myself, and succeeded\nin reaching Candahar in safety, where I found my regiment, and at once\nentered upon my new duties.\n\nThe campaign brought honours and promotion to many, but for me it had\nnothing but misfortune and disaster. I was removed from my brigade and\nattached to the Berkshires, with whom I served at the fatal battle of\nMaiwand. There I was struck on the shoulder by a Jezail bullet, which\nshattered the bone and grazed the subclavian artery. I should have\nfallen into the hands of the murderous Ghazis had it not been for the\ndevotion and courage shown by Murray, my orderly, who threw me across a\npack-horse, and succeeded in bringing me safely to the British lines.\n\nWorn with pain, and weak from the prolonged hardships which I had\nundergone, I was removed, with a great train of wounded sufferers, to\nthe base hospital at Peshawar. Here I rallied, and had already improved\nso far as to be able to walk about the wards, and even to bask a little\nupon the verandah, when I was struck down by enteric fever, that curse\nof our Indian possessions. For months my life was despaired of, and\nwhen at last I came to myself and became convalescent, I was so weak and\nemaciated that a medical board determined that not a day should be lost\nin sending me back to England. I was dispatched, accordingly, in the\ntroopship “Orontes,” and landed a month later on Portsmouth jetty, with\nmy health irretrievably ruined, but with permission from a paternal\ngovernment to spend the next nine months in attempting to improve it.\n\nI had neither kith nor kin in England, and was therefore as free as\nair--or as free as an income of eleven shillings and sixpence a day will\npermit a man to be. Under such circumstances, I naturally gravitated to\nLondon, that great cesspool into which all the loungers and idlers of\nthe Empire are irresistibly drained. There I stayed for some time at\na private hotel in the Strand, leading a comfortless, meaningless\nexistence, and spending such money as I had, considerably more freely\nthan I ought. So alarming did the state of my finances become, that\nI soon realized that I must either leave the metropolis and rusticate\nsomewhere in the country, or that I must make a complete alteration in\nmy style of living. Choosing the latter alternative, I began by making\nup my mind to leave the hotel, and to take up my quarters in some less\npretentious and less expensive domicile.\n\nOn the very day that I had come to this conclusion, I was standing at\nthe Criterion Bar, when some one tapped me on the shoulder, and turning\nround I recognized young Stamford, who had been a dresser under me at\nBarts. The sight of a friendly face in the great wilderness of London is\na pleasant thing indeed to a lonely man. In old days Stamford had never\nbeen a particular crony of mine, but now I hailed him with enthusiasm,\nand he, in his turn, appeared to be delighted to see me. In the\nexuberance of my joy, I asked him to lunch with me at the Holborn, and\nwe started off together in a hansom.\n\n“Whatever have you been doing with yourself, Watson?” he asked in\nundisguised wonder, as we rattled through the crowded London streets.\n“You are as thin as a lath and as brown as a nut.”\n\nI gave him a short sketch of my adventures, and had hardly concluded it\nby the time that we reached our destination.\n\n“Poor devil!” he said, commiseratingly, after he had listened to my\nmisfortunes. “What are you up to now?”\n\n“Looking for lodgings.” [3] I answered. “Trying to solve the problem\nas to whether it is possible to get comfortable rooms at a reasonable\nprice.”\n\n“That’s a strange thing,” remarked my companion; “you are the second man\nto-day that has used that expression to me.”\n\n“And who was the first?” I asked.\n\n“A fellow who is working at the chemical laboratory up at the hospital.\nHe was bemoaning himself this morning because he could not get someone\nto go halves with him in some nice rooms which he had found, and which\nwere too much for his purse.”\n\n“By Jove!” I cried, “if he really wants someone to share the rooms and\nthe expense, I am the very man for him. I should prefer having a partner\nto being alone.”\n\nYoung Stamford looked rather strangely at me over his wine-glass. “You\ndon’t know Sherlock Holmes yet,” he said; “perhaps you would not care\nfor him as a constant companion.”\n\n“Why, what is there against him?”\n\n“Oh, I didn’t say there was anything against him. He is a little queer\nin his ideas--an enthusiast in some branches of science. As far as I\nknow he is a decent fellow enough.”\n\n“A medical student, I suppose?” said I.\n\n“No--I have no idea what he intends to go in for. I believe he is well\nup in anatomy, and he is a first-class chemist; but, as far as I know,\nhe has never taken out any systematic medical classes. His studies are\nvery desultory and eccentric, but he has amassed a lot of out-of-the way\nknowledge which would astonish his professors.”\n\n“Did you never ask him what he was going in for?” I asked.\n\n“No; he is not a man that it is easy to draw out, though he can be\ncommunicative enough when the fancy seizes him.”\n\n“I should like to meet him,” I said. “If I am to lodge with anyone, I\nshould prefer a man of studious and quiet habits. I am not strong\nenough yet to stand much noise or excitement. I had enough of both in\nAfghanistan to last me for the remainder of my natural existence. How\ncould I meet this friend of yours?”\n\n“He is sure to be at the laboratory,” returned my companion. “He either\navoids the place for weeks, or else he works there from morning to\nnight. If you like, we shall drive round together after luncheon.”\n\n“Certainly,” I answered, and the conversation drifted away into other\nchannels.\n\nAs we made our way to the hospital after leaving the Holborn, Stamford\ngave me a few more particulars about the gentleman whom I proposed to\ntake as a fellow-lodger.\n\n“You mustn’t blame me if you don’t get on with him,” he said; “I know\nnothing more of him than I have learned from meeting him occasionally in\nthe laboratory. You proposed this arrangement, so you must not hold me\nresponsible.”\n\n“If we don’t get on it will be easy to part company,” I answered. “It\nseems to me, Stamford,” I added, looking hard at my companion, “that you\nhave some reason for washing your hands of the matter. Is this fellow’s\ntemper so formidable, or what is it? Don’t be mealy-mouthed about it.”" + +}, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } + +{ "type": "Feature", "properties": { "sherlock0": "0 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock0": "1 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock0": "2 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock1": "3 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock1": "4 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock1": "5 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock2": "6 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock2": "7 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock2": "8 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock3": "9 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock3": "10 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock3": "11 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock4": "12 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock4": "13 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock4": "14 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock5": "15 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock5": "16 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock5": "17 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock6": "18 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock6": "19 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock6": "20 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock7": "21 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock7": "22 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock7": "23 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock8": "24 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock8": "25 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock8": "26 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock9": "27 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock9": "28 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock9": "29 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock10": "30 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock10": "31 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock10": "32 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock11": "33 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock11": "34 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock11": "35 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock12": "36 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock12": "37 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock12": "38 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock13": "39 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock13": "40 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock13": "41 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock14": "42 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock14": "43 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock14": "44 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock15": "45 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock15": "46 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock15": "47 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock16": "48 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock16": "49 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock16": "50 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock17": "51 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock17": "52 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock17": "53 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock18": "54 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock18": "55 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock18": "56 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock19": "57 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock19": "58 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock19": "59 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock20": "60 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock20": "61 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock20": "62 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock21": "63 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock21": "64 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock21": "65 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock22": "66 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock22": "67 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock22": "68 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock23": "69 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock23": "70 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock23": "71 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock24": "72 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock24": "73 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock24": "74 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock25": "75 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock25": "76 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock25": "77 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock26": "78 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock26": "79 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock26": "80 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock27": "81 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock27": "82 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock27": "83 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock28": "84 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock28": "85 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock28": "86 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock29": "87 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock29": "88 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock29": "89 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock30": "90 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock30": "91 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock30": "92 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock31": "93 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock31": "94 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock31": "95 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock32": "96 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock32": "97 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock32": "98 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock33": "99 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock33": "100 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock33": "101 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock34": "102 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock34": "103 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock34": "104 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock35": "105 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock35": "106 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock35": "107 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock36": "108 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock36": "109 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock36": "110 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock37": "111 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock37": "112 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock37": "113 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock38": "114 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock38": "115 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock38": "116 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock39": "117 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock39": "118 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock39": "119 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock40": "120 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock40": "121 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock40": "122 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock41": "123 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock41": "124 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock41": "125 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock42": "126 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock42": "127 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock42": "128 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock43": "129 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock43": "130 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock43": "131 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock44": "132 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock44": "133 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock44": "134 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock45": "135 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock45": "136 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock45": "137 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock46": "138 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock46": "139 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock46": "140 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock47": "141 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock47": "142 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock47": "143 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock48": "144 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock48": "145 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock48": "146 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock49": "147 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock49": "148 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock49": "149 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock50": "150 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock50": "151 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock50": "152 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock51": "153 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock51": "154 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock51": "155 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock52": "156 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock52": "157 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock52": "158 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock53": "159 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock53": "160 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock53": "161 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock54": "162 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock54": "163 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock54": "164 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock55": "165 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock55": "166 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock55": "167 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock56": "168 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock56": "169 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock56": "170 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock57": "171 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock57": "172 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock57": "173 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock58": "174 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock58": "175 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock58": "176 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock59": "177 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock59": "178 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock59": "179 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock60": "180 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock60": "181 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock60": "182 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock61": "183 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock61": "184 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock61": "185 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock62": "186 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock62": "187 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock62": "188 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock63": "189 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock63": "190 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock63": "191 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock64": "192 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock64": "193 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock64": "194 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock65": "195 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock65": "196 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock65": "197 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock66": "198 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock66": "199 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock66": "200 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock67": "201 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock67": "202 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock67": "203 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock68": "204 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock68": "205 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock68": "206 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock69": "207 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock69": "208 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock69": "209 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock70": "210 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock70": "211 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock70": "212 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock71": "213 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock71": "214 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock71": "215 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock72": "216 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock72": "217 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock72": "218 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock73": "219 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock73": "220 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock73": "221 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock74": "222 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock74": "223 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock74": "224 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock75": "225 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock75": "226 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock75": "227 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock76": "228 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock76": "229 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock76": "230 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock77": "231 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock77": "232 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock77": "233 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock78": "234 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock78": "235 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock78": "236 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock79": "237 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock79": "238 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock79": "239 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock80": "240 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock80": "241 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock80": "242 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock81": "243 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock81": "244 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock81": "245 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock82": "246 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock82": "247 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock82": "248 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock83": "249 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock83": "250 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock83": "251 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock84": "252 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock84": "253 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock84": "254 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock85": "255 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock85": "256 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock85": "257 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock86": "258 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock86": "259 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock86": "260 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock87": "261 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock87": "262 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock87": "263 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock88": "264 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock88": "265 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock88": "266 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock89": "267 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock89": "268 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock89": "269 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock90": "270 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock90": "271 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock90": "272 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock91": "273 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock91": "274 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock91": "275 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock92": "276 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock92": "277 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock92": "278 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock93": "279 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock93": "280 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock93": "281 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock94": "282 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock94": "283 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock94": "284 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock95": "285 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock95": "286 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock95": "287 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock96": "288 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock96": "289 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock96": "290 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock97": "291 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock97": "292 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock97": "293 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock98": "294 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock98": "295 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock98": "296 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock99": "297 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock99": "298 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock99": "299 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock100": "300 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock100": "301 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock100": "302 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock101": "303 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock101": "304 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock101": "305 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock102": "306 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock102": "307 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock102": "308 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock103": "309 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock103": "310 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock103": "311 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock104": "312 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock104": "313 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock104": "314 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock105": "315 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock105": "316 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock105": "317 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock106": "318 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock106": "319 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock106": "320 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock107": "321 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock107": "322 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock107": "323 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock108": "324 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock108": "325 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock108": "326 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock109": "327 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock109": "328 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock109": "329 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock110": "330 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock110": "331 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock110": "332 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock111": "333 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock111": "334 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock111": "335 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock112": "336 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock112": "337 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock112": "338 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock113": "339 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock113": "340 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock113": "341 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock114": "342 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock114": "343 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock114": "344 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock115": "345 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock115": "346 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock115": "347 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock116": "348 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock116": "349 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock116": "350 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock117": "351 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock117": "352 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock117": "353 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock118": "354 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock118": "355 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock118": "356 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock119": "357 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock119": "358 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock119": "359 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock120": "360 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock120": "361 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock120": "362 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock121": "363 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock121": "364 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock121": "365 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock122": "366 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock122": "367 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock122": "368 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock123": "369 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock123": "370 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock123": "371 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock124": "372 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock124": "373 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock124": "374 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock125": "375 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock125": "376 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock125": "377 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock126": "378 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock126": "379 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock126": "380 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock127": "381 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock127": "382 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock127": "383 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock128": "384 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock128": "385 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock128": "386 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock129": "387 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock129": "388 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock129": "389 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock130": "390 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock130": "391 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock130": "392 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock131": "393 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock131": "394 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock131": "395 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock132": "396 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock132": "397 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock132": "398 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock133": "399 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock133": "400 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock133": "401 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock134": "402 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock134": "403 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock134": "404 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock135": "405 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock135": "406 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock135": "407 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock136": "408 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock136": "409 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock136": "410 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock137": "411 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock137": "412 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock137": "413 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock138": "414 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock138": "415 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock138": "416 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock139": "417 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock139": "418 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock139": "419 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock140": "420 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock140": "421 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock140": "422 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock141": "423 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock141": "424 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock141": "425 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock142": "426 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock142": "427 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock142": "428 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock143": "429 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock143": "430 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock143": "431 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock144": "432 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock144": "433 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock144": "434 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock145": "435 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock145": "436 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock145": "437 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock146": "438 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock146": "439 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock146": "440 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock147": "441 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock147": "442 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock147": "443 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock148": "444 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock148": "445 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock148": "446 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock149": "447 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock149": "448 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock149": "449 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock150": "450 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock150": "451 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock150": "452 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock151": "453 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock151": "454 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock151": "455 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock152": "456 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock152": "457 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock152": "458 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock153": "459 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock153": "460 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock153": "461 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock154": "462 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock154": "463 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock154": "464 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock155": "465 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock155": "466 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock155": "467 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock156": "468 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock156": "469 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock156": "470 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock157": "471 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock157": "472 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock157": "473 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock158": "474 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock158": "475 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock158": "476 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock159": "477 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock159": "478 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock159": "479 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock160": "480 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock160": "481 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock160": "482 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock161": "483 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock161": "484 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock161": "485 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock162": "486 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock162": "487 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock162": "488 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock163": "489 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock163": "490 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock163": "491 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock164": "492 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock164": "493 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock164": "494 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock165": "495 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock165": "496 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock165": "497 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock166": "498 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock166": "499 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock166": "500 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock167": "501 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock167": "502 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock167": "503 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock168": "504 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock168": "505 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock168": "506 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock169": "507 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock169": "508 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock169": "509 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock170": "510 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock170": "511 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock170": "512 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock171": "513 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock171": "514 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock171": "515 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock172": "516 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock172": "517 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock172": "518 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock173": "519 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock173": "520 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock173": "521 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock174": "522 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock174": "523 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock174": "524 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock175": "525 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock175": "526 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock175": "527 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock176": "528 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock176": "529 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock176": "530 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock177": "531 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock177": "532 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock177": "533 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock178": "534 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock178": "535 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock178": "536 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock179": "537 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock179": "538 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock179": "539 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock180": "540 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock180": "541 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock180": "542 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock181": "543 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock181": "544 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock181": "545 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock182": "546 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock182": "547 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock182": "548 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock183": "549 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock183": "550 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock183": "551 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock184": "552 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock184": "553 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock184": "554 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock185": "555 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock185": "556 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock185": "557 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock186": "558 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock186": "559 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock186": "560 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock187": "561 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock187": "562 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock187": "563 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock188": "564 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock188": "565 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock188": "566 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock189": "567 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock189": "568 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock189": "569 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock190": "570 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock190": "571 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock190": "572 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock191": "573 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock191": "574 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock191": "575 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock192": "576 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock192": "577 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock192": "578 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock193": "579 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock193": "580 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock193": "581 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock194": "582 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock194": "583 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock194": "584 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock195": "585 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock195": "586 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock195": "587 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock196": "588 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock196": "589 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock196": "590 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock197": "591 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock197": "592 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock197": "593 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock198": "594 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock198": "595 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock198": "596 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock199": "597 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock199": "598 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } +{ "type": "Feature", "properties": { "sherlock199": "599 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\n\nThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever." }, "geometry": { "type": "Point", "coordinates": [ 0,0 ] } } From 8f02aa40c447eed047ac3d6ccacda9e5aaaa2df7 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 15 Aug 2017 15:55:53 -0700 Subject: [PATCH 4/7] Improve tile-join documentation --- README.md | 37 +++++++++++++++++++++++++------------ man/tippecanoe.1 | 48 ++++++++++++++++++++++++++++++------------------ 2 files changed, 55 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 481236e..c23e7b4 100644 --- a/README.md +++ b/README.md @@ -441,36 +441,49 @@ The name is [a joking reference](http://en.wikipedia.org/wiki/Tippecanoe_and_Tyl tile-join ========= -Tile-join is a tool for joining new attributes from a CSV file to features -that have already been tiled with tippecanoe. It reads the tiles from an +Tile-join is a tool for copying and merging vector mbtiles files and for +joining new attributes from a CSV file to existing features in them. + +It reads the tiles from an existing .mbtiles file or a directory of tiles, matches them against the -records of the CSV, and writes out a new tileset. +records of the CSV (if one is specified), and writes out a new tileset. If you specify multiple source mbtiles files or source directories of tiles, all the sources are read and their combined contents are written to the new mbtiles output. If they define the same layers or the same tiles, the layers or tiles are merged. -You can use the `-e` flag to output a directory of tiles rather than a -.mbtiles file. - The options are: +### Output tileset + * `-o` *out.mbtiles* or `--output=`*out.mbtiles*: Write the new tiles to the specified .mbtiles file. * `-e` *directory* or `--output-to-directory=`*directory*: Write the new tiles to the specified directory instead of to an mbtiles file. * `-f` or `--force`: Remove *out.mbtiles* if it already exists. - * `-c` *match*`.csv` or `--csv=`*match*`.csv`: Use *match*`.csv` as the source for new attributes to join to the features. The first line of the file should be the key names; the other lines are values. The first column is the one to match against the existing features; the other columns are the new data to add. - * `-x` *key* or `--exclude=`*key*: Remove attributes of type *key* from the output. You can use this to remove the field you are matching against if you no longer need it after joining, or to remove any other attributes you don't want. - * `-i` or `--if-matched`: Only include features that matched the CSV. - * `-pk` or `--no-tile-size-limit`: Don't skip tiles larger than 500K. - * `-pC` or `--no-tile-compression`: Don't compress the PBF vector tile data. - * `-pg` or `--no-tile-stats`: Don't generate the `tilestats` row in the tileset metadata. Uploads without [tilestats](https://github.com/mapbox/mapbox-geostats) will take longer to process. + +### Tileset description and attribution + * `-l` *layer* or `--layer=`*layer*: Include the named layer in the output. You can specify multiple `-l` options to keep multiple layers. If you don't specify, they will all be retained. * `-L` *layer* or `--exclude-layer=`*layer*: Remove the named layer from the output. You can specify multiple `-L` options to remove multiple layers. * `-A` *attribution* or `--attribution=`*attribution*: Set the attribution string. * `-n` *name* or `--name=`*name*: Set the tileset name. * `-N` *description* or `--description=`*description*: Set the tileset description. +### Merging attributes from a CSV file + + * `-c` *match*`.csv` or `--csv=`*match*`.csv`: Use *match*`.csv` as the source for new attributes to join to the features. The first line of the file should be the key names; the other lines are values. The first column is the one to match against the existing features; the other columns are the new data to add. + +### Filtering features and feature attributes + + * `-x` *key* or `--exclude=`*key*: Remove attributes of type *key* from the output. You can use this to remove the field you are matching against if you no longer need it after joining, or to remove any other attributes you don't want. + * `-i` or `--if-matched`: Only include features that matched the CSV. + +### Setting or disabling tile size limits + + * `-pk` or `--no-tile-size-limit`: Don't skip tiles larger than 500K. + * `-pC` or `--no-tile-compression`: Don't compress the PBF vector tile data. + * `-pg` or `--no-tile-stats`: Don't generate the `tilestats` row in the tileset metadata. Uploads without [tilestats](https://github.com/mapbox/mapbox-geostats) will take longer to process. + Because tile-join just copies the geometries to the new .mbtiles without processing them (except to rescale the extents if necessary), it doesn't have any of tippecanoe's recourses if the new tiles are bigger than the 500K tile limit. diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index 4c5298d..dcbff41 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -513,20 +513,20 @@ Check out some examples of maps made with tippecanoe \[la]MADE_WITH.md\[ra] The name is a joking reference \[la]http://en.wikipedia.org/wiki/Tippecanoe_and_Tyler_Too\[ra] to a "tiler" for making map tiles. .SH tile\-join .PP -Tile\-join is a tool for joining new attributes from a CSV file to features -that have already been tiled with tippecanoe. It reads the tiles from an +Tile\-join is a tool for copying and merging vector mbtiles files and for +joining new attributes from a CSV file to existing features in them. +.PP +It reads the tiles from an existing .mbtiles file or a directory of tiles, matches them against the -records of the CSV, and writes out a new tileset. +records of the CSV (if one is specified), and writes out a new tileset. .PP If you specify multiple source mbtiles files or source directories of tiles, all the sources are read and their combined contents are written to the new mbtiles output. If they define the same layers or the same tiles, the layers or tiles are merged. .PP -You can use the \fB\fC\-e\fR flag to output a directory of tiles rather than a -\&.mbtiles file. -.PP The options are: +.SS Output tileset .RS .IP \(bu 2 \fB\fC\-o\fR \fIout.mbtiles\fP or \fB\fC\-\-output=\fR\fIout.mbtiles\fP: Write the new tiles to the specified .mbtiles file. @@ -534,18 +534,9 @@ The options are: \fB\fC\-e\fR \fIdirectory\fP or \fB\fC\-\-output\-to\-directory=\fR\fIdirectory\fP: Write the new tiles to the specified directory instead of to an mbtiles file. .IP \(bu 2 \fB\fC\-f\fR or \fB\fC\-\-force\fR: Remove \fIout.mbtiles\fP if it already exists. -.IP \(bu 2 -\fB\fC\-c\fR \fImatch\fP\fB\fC\&.csv\fR or \fB\fC\-\-csv=\fR\fImatch\fP\fB\fC\&.csv\fR: Use \fImatch\fP\fB\fC\&.csv\fR as the source for new attributes to join to the features. The first line of the file should be the key names; the other lines are values. The first column is the one to match against the existing features; the other columns are the new data to add. -.IP \(bu 2 -\fB\fC\-x\fR \fIkey\fP or \fB\fC\-\-exclude=\fR\fIkey\fP: Remove attributes of type \fIkey\fP from the output. You can use this to remove the field you are matching against if you no longer need it after joining, or to remove any other attributes you don't want. -.IP \(bu 2 -\fB\fC\-i\fR or \fB\fC\-\-if\-matched\fR: Only include features that matched the CSV. -.IP \(bu 2 -\fB\fC\-pk\fR or \fB\fC\-\-no\-tile\-size\-limit\fR: Don't skip tiles larger than 500K. -.IP \(bu 2 -\fB\fC\-pC\fR or \fB\fC\-\-no\-tile\-compression\fR: Don't compress the PBF vector tile data. -.IP \(bu 2 -\fB\fC\-pg\fR or \fB\fC\-\-no\-tile\-stats\fR: Don't generate the \fB\fCtilestats\fR row in the tileset metadata. Uploads without tilestats \[la]https://github.com/mapbox/mapbox-geostats\[ra] will take longer to process. +.RE +.SS Tileset description and attribution +.RS .IP \(bu 2 \fB\fC\-l\fR \fIlayer\fP or \fB\fC\-\-layer=\fR\fIlayer\fP: Include the named layer in the output. You can specify multiple \fB\fC\-l\fR options to keep multiple layers. If you don't specify, they will all be retained. .IP \(bu 2 @@ -557,6 +548,27 @@ The options are: .IP \(bu 2 \fB\fC\-N\fR \fIdescription\fP or \fB\fC\-\-description=\fR\fIdescription\fP: Set the tileset description. .RE +.SS Merging attributes from a CSV file +.RS +.IP \(bu 2 +\fB\fC\-c\fR \fImatch\fP\fB\fC\&.csv\fR or \fB\fC\-\-csv=\fR\fImatch\fP\fB\fC\&.csv\fR: Use \fImatch\fP\fB\fC\&.csv\fR as the source for new attributes to join to the features. The first line of the file should be the key names; the other lines are values. The first column is the one to match against the existing features; the other columns are the new data to add. +.RE +.SS Filtering features and feature attributes +.RS +.IP \(bu 2 +\fB\fC\-x\fR \fIkey\fP or \fB\fC\-\-exclude=\fR\fIkey\fP: Remove attributes of type \fIkey\fP from the output. You can use this to remove the field you are matching against if you no longer need it after joining, or to remove any other attributes you don't want. +.IP \(bu 2 +\fB\fC\-i\fR or \fB\fC\-\-if\-matched\fR: Only include features that matched the CSV. +.RE +.SS Setting or disabling tile size limits +.RS +.IP \(bu 2 +\fB\fC\-pk\fR or \fB\fC\-\-no\-tile\-size\-limit\fR: Don't skip tiles larger than 500K. +.IP \(bu 2 +\fB\fC\-pC\fR or \fB\fC\-\-no\-tile\-compression\fR: Don't compress the PBF vector tile data. +.IP \(bu 2 +\fB\fC\-pg\fR or \fB\fC\-\-no\-tile\-stats\fR: Don't generate the \fB\fCtilestats\fR row in the tileset metadata. Uploads without tilestats \[la]https://github.com/mapbox/mapbox-geostats\[ra] will take longer to process. +.RE .PP Because tile\-join just copies the geometries to the new .mbtiles without processing them (except to rescale the extents if necessary), From e6fc22187a4bd889c2a04d4587aa8caed13d012b Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Wed, 16 Aug 2017 12:53:10 -0700 Subject: [PATCH 5/7] Tilestats metadata no longer needs to be limited to 60K --- mbtiles.cpp | 9 +-------- tests/longjson/out/-z0.json | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/mbtiles.cpp b/mbtiles.cpp index 28118c3..8b1a83a 100644 --- a/mbtiles.cpp +++ b/mbtiles.cpp @@ -416,7 +416,7 @@ void mbtiles_write_metadata(sqlite3 *outdb, const char *outdir, const char *fnam size_t elements = 100; std::string buf; - while (1) { + { buf = "{"; aprintf(&buf, "\"vector_layers\": [ "); @@ -472,13 +472,6 @@ void mbtiles_write_metadata(sqlite3 *outdb, const char *outdir, const char *fnam } aprintf(&buf, "}"); - - if (buf.size() >= 60 * 1024 && elements > 0) { - elements = elements / 2; - continue; - } else { - break; - } } sql = sqlite3_mprintf("INSERT INTO metadata (name, value) VALUES ('json', %Q);", buf.c_str()); diff --git a/tests/longjson/out/-z0.json b/tests/longjson/out/-z0.json index bd805f7..13f169f 100644 --- a/tests/longjson/out/-z0.json +++ b/tests/longjson/out/-z0.json @@ -3,7 +3,7 @@ "center": "0.000000,0.000000,0", "description": "tests/longjson/out/-z0.json.check.mbtiles", "format": "pbf", -"json": "{\"vector_layers\": [ { \"id\": \"sherlock\", \"description\": \"\", \"minzoom\": 0, \"maxzoom\": 0, \"fields\": {\"sherlock\": \"String\", \"sherlock0\": \"String\", \"sherlock1\": \"String\", \"sherlock10\": \"String\", \"sherlock100\": \"String\", \"sherlock101\": \"String\", \"sherlock102\": \"String\", \"sherlock103\": \"String\", \"sherlock104\": \"String\", \"sherlock105\": \"String\", \"sherlock106\": \"String\", \"sherlock107\": \"String\", \"sherlock108\": \"String\", \"sherlock109\": \"String\", \"sherlock11\": \"String\", \"sherlock110\": \"String\", \"sherlock111\": \"String\", \"sherlock112\": \"String\", \"sherlock113\": \"String\", \"sherlock114\": \"String\", \"sherlock115\": \"String\", \"sherlock116\": \"String\", \"sherlock117\": \"String\", \"sherlock118\": \"String\", \"sherlock119\": \"String\", \"sherlock12\": \"String\", \"sherlock120\": \"String\", \"sherlock121\": \"String\", \"sherlock122\": \"String\", \"sherlock123\": \"String\", \"sherlock124\": \"String\", \"sherlock125\": \"String\", \"sherlock126\": \"String\", \"sherlock127\": \"String\", \"sherlock128\": \"String\", \"sherlock129\": \"String\", \"sherlock13\": \"String\", \"sherlock130\": \"String\", \"sherlock131\": \"String\", \"sherlock132\": \"String\", \"sherlock133\": \"String\", \"sherlock134\": \"String\", \"sherlock135\": \"String\", \"sherlock136\": \"String\", \"sherlock137\": \"String\", \"sherlock138\": \"String\", \"sherlock139\": \"String\", \"sherlock14\": \"String\", \"sherlock140\": \"String\", \"sherlock141\": \"String\", \"sherlock142\": \"String\", \"sherlock143\": \"String\", \"sherlock144\": \"String\", \"sherlock145\": \"String\", \"sherlock146\": \"String\", \"sherlock147\": \"String\", \"sherlock148\": \"String\", \"sherlock149\": \"String\", \"sherlock15\": \"String\", \"sherlock150\": \"String\", \"sherlock151\": \"String\", \"sherlock152\": \"String\", \"sherlock153\": \"String\", \"sherlock154\": \"String\", \"sherlock155\": \"String\", \"sherlock156\": \"String\", \"sherlock157\": \"String\", \"sherlock158\": \"String\", \"sherlock159\": \"String\", \"sherlock16\": \"String\", \"sherlock160\": \"String\", \"sherlock161\": \"String\", \"sherlock162\": \"String\", \"sherlock163\": \"String\", \"sherlock164\": \"String\", \"sherlock165\": \"String\", \"sherlock166\": \"String\", \"sherlock167\": \"String\", \"sherlock168\": \"String\", \"sherlock169\": \"String\", \"sherlock17\": \"String\", \"sherlock170\": \"String\", \"sherlock171\": \"String\", \"sherlock172\": \"String\", \"sherlock173\": \"String\", \"sherlock174\": \"String\", \"sherlock175\": \"String\", \"sherlock176\": \"String\", \"sherlock177\": \"String\", \"sherlock178\": \"String\", \"sherlock179\": \"String\", \"sherlock18\": \"String\", \"sherlock180\": \"String\", \"sherlock181\": \"String\", \"sherlock182\": \"String\", \"sherlock183\": \"String\", \"sherlock184\": \"String\", \"sherlock185\": \"String\", \"sherlock186\": \"String\", \"sherlock187\": \"String\", \"sherlock188\": \"String\", \"sherlock189\": \"String\", \"sherlock19\": \"String\", \"sherlock190\": \"String\", \"sherlock191\": \"String\", \"sherlock192\": \"String\", \"sherlock193\": \"String\", \"sherlock194\": \"String\", \"sherlock195\": \"String\", \"sherlock196\": \"String\", \"sherlock197\": \"String\", \"sherlock198\": \"String\", \"sherlock199\": \"String\", \"sherlock2\": \"String\", \"sherlock20\": \"String\", \"sherlock21\": \"String\", \"sherlock22\": \"String\", \"sherlock23\": \"String\", \"sherlock24\": \"String\", \"sherlock25\": \"String\", \"sherlock26\": \"String\", \"sherlock27\": \"String\", \"sherlock28\": \"String\", \"sherlock29\": \"String\", \"sherlock3\": \"String\", \"sherlock30\": \"String\", \"sherlock31\": \"String\", \"sherlock32\": \"String\", \"sherlock33\": \"String\", \"sherlock34\": \"String\", \"sherlock35\": \"String\", \"sherlock36\": \"String\", \"sherlock37\": \"String\", \"sherlock38\": \"String\", \"sherlock39\": \"String\", \"sherlock4\": \"String\", \"sherlock40\": \"String\", \"sherlock41\": \"String\", \"sherlock42\": \"String\", \"sherlock43\": \"String\", \"sherlock44\": \"String\", \"sherlock45\": \"String\", \"sherlock46\": \"String\", \"sherlock47\": \"String\", \"sherlock48\": \"String\", \"sherlock49\": \"String\", \"sherlock5\": \"String\", \"sherlock50\": \"String\", \"sherlock51\": \"String\", \"sherlock52\": \"String\", \"sherlock53\": \"String\", \"sherlock54\": \"String\", \"sherlock55\": \"String\", \"sherlock56\": \"String\", \"sherlock57\": \"String\", \"sherlock58\": \"String\", \"sherlock59\": \"String\", \"sherlock6\": \"String\", \"sherlock60\": \"String\", \"sherlock61\": \"String\", \"sherlock62\": \"String\", \"sherlock63\": \"String\", \"sherlock64\": \"String\", \"sherlock65\": \"String\", \"sherlock66\": \"String\", \"sherlock67\": \"String\", \"sherlock68\": \"String\", \"sherlock69\": \"String\", \"sherlock7\": \"String\", \"sherlock70\": \"String\", \"sherlock71\": \"String\", \"sherlock72\": \"String\", \"sherlock73\": \"String\", \"sherlock74\": \"String\", \"sherlock75\": \"String\", \"sherlock76\": \"String\", \"sherlock77\": \"String\", \"sherlock78\": \"String\", \"sherlock79\": \"String\", \"sherlock8\": \"String\", \"sherlock80\": \"String\", \"sherlock81\": \"String\", \"sherlock82\": \"String\", \"sherlock83\": \"String\", \"sherlock84\": \"String\", \"sherlock85\": \"String\", \"sherlock86\": \"String\", \"sherlock87\": \"String\", \"sherlock88\": \"String\", \"sherlock89\": \"String\", \"sherlock9\": \"String\", \"sherlock90\": \"String\", \"sherlock91\": \"String\", \"sherlock92\": \"String\", \"sherlock93\": \"String\", \"sherlock94\": \"String\", \"sherlock95\": \"String\", \"sherlock96\": \"String\", \"sherlock97\": \"String\", \"sherlock98\": \"String\", \"sherlock99\": \"String\"} } ],\"tilestats\": {\"layerCount\": 1,\"layers\": [{\"layer\": \"sherlock\",\"count\": 610,\"geometry\": \"Point\",\"attributeCount\": 201,\"attributes\": [{\"attribute\": \"sherlock\",\"count\": 10,\"type\": \"string\",\"values\": []},{\"attribute\": \"sherlock0\",\"count\": 3,\"type\": \"string\",\"values\": [\"0 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"1 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"2 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock1\",\"count\": 3,\"type\": \"string\",\"values\": [\"3 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"4 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"5 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock10\",\"count\": 3,\"type\": \"string\",\"values\": [\"30 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"31 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"32 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock100\",\"count\": 3,\"type\": \"string\",\"values\": [\"300 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"301 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"302 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock101\",\"count\": 3,\"type\": \"string\",\"values\": [\"303 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"304 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"305 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock102\",\"count\": 3,\"type\": \"string\",\"values\": [\"306 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"307 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"308 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock103\",\"count\": 3,\"type\": \"string\",\"values\": [\"309 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"310 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"311 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock104\",\"count\": 3,\"type\": \"string\",\"values\": [\"312 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"313 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"314 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock105\",\"count\": 3,\"type\": \"string\",\"values\": [\"315 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"316 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"317 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock106\",\"count\": 3,\"type\": \"string\",\"values\": [\"318 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"319 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"320 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock107\",\"count\": 3,\"type\": \"string\",\"values\": [\"321 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"322 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"323 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock108\",\"count\": 3,\"type\": \"string\",\"values\": [\"324 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"325 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"326 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock109\",\"count\": 3,\"type\": \"string\",\"values\": [\"327 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"328 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"329 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock11\",\"count\": 3,\"type\": \"string\",\"values\": [\"33 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"34 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"35 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock110\",\"count\": 3,\"type\": \"string\",\"values\": [\"330 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"331 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"332 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock111\",\"count\": 3,\"type\": \"string\",\"values\": [\"333 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"334 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"335 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock112\",\"count\": 3,\"type\": \"string\",\"values\": [\"336 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"337 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"338 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock113\",\"count\": 3,\"type\": \"string\",\"values\": [\"339 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"340 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"341 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock114\",\"count\": 3,\"type\": \"string\",\"values\": [\"342 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"343 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"344 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock115\",\"count\": 3,\"type\": \"string\",\"values\": [\"345 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"346 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"347 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock116\",\"count\": 3,\"type\": \"string\",\"values\": [\"348 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"349 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"350 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock117\",\"count\": 3,\"type\": \"string\",\"values\": [\"351 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"352 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"353 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock118\",\"count\": 3,\"type\": \"string\",\"values\": [\"354 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"355 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"356 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock119\",\"count\": 3,\"type\": \"string\",\"values\": [\"357 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"358 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"359 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock12\",\"count\": 3,\"type\": \"string\",\"values\": [\"36 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"37 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"38 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock120\",\"count\": 3,\"type\": \"string\",\"values\": [\"360 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"361 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"362 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock121\",\"count\": 3,\"type\": \"string\",\"values\": [\"363 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"364 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"365 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock122\",\"count\": 3,\"type\": \"string\",\"values\": [\"366 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"367 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"368 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock123\",\"count\": 3,\"type\": \"string\",\"values\": [\"369 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"370 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"371 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock124\",\"count\": 3,\"type\": \"string\",\"values\": [\"372 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"373 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"374 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock125\",\"count\": 3,\"type\": \"string\",\"values\": [\"375 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"376 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"377 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock126\",\"count\": 3,\"type\": \"string\",\"values\": [\"378 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"379 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"380 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock127\",\"count\": 3,\"type\": \"string\",\"values\": [\"381 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"382 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"383 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock128\",\"count\": 3,\"type\": \"string\",\"values\": [\"384 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"385 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"386 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock129\",\"count\": 3,\"type\": \"string\",\"values\": [\"387 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"388 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"389 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock13\",\"count\": 3,\"type\": \"string\",\"values\": [\"39 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"40 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"41 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock130\",\"count\": 3,\"type\": \"string\",\"values\": [\"390 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"391 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"392 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock131\",\"count\": 3,\"type\": \"string\",\"values\": [\"393 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"394 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"395 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock132\",\"count\": 3,\"type\": \"string\",\"values\": [\"396 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"397 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"398 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock133\",\"count\": 3,\"type\": \"string\",\"values\": [\"399 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"400 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"401 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock134\",\"count\": 3,\"type\": \"string\",\"values\": [\"402 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"403 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"404 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock135\",\"count\": 3,\"type\": \"string\",\"values\": [\"405 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"406 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"407 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock136\",\"count\": 3,\"type\": \"string\",\"values\": [\"408 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"409 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"410 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock137\",\"count\": 3,\"type\": \"string\",\"values\": [\"411 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"412 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"413 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock138\",\"count\": 3,\"type\": \"string\",\"values\": [\"414 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"415 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"416 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock139\",\"count\": 3,\"type\": \"string\",\"values\": [\"417 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"418 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"419 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock14\",\"count\": 3,\"type\": \"string\",\"values\": [\"42 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"43 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"44 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock140\",\"count\": 3,\"type\": \"string\",\"values\": [\"420 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"421 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"422 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock141\",\"count\": 3,\"type\": \"string\",\"values\": [\"423 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"424 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"425 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]}]}]}}", +"json": "{\"vector_layers\": [ { \"id\": \"sherlock\", \"description\": \"\", \"minzoom\": 0, \"maxzoom\": 0, \"fields\": {\"sherlock\": \"String\", \"sherlock0\": \"String\", \"sherlock1\": \"String\", \"sherlock10\": \"String\", \"sherlock100\": \"String\", \"sherlock101\": \"String\", \"sherlock102\": \"String\", \"sherlock103\": \"String\", \"sherlock104\": \"String\", \"sherlock105\": \"String\", \"sherlock106\": \"String\", \"sherlock107\": \"String\", \"sherlock108\": \"String\", \"sherlock109\": \"String\", \"sherlock11\": \"String\", \"sherlock110\": \"String\", \"sherlock111\": \"String\", \"sherlock112\": \"String\", \"sherlock113\": \"String\", \"sherlock114\": \"String\", \"sherlock115\": \"String\", \"sherlock116\": \"String\", \"sherlock117\": \"String\", \"sherlock118\": \"String\", \"sherlock119\": \"String\", \"sherlock12\": \"String\", \"sherlock120\": \"String\", \"sherlock121\": \"String\", \"sherlock122\": \"String\", \"sherlock123\": \"String\", \"sherlock124\": \"String\", \"sherlock125\": \"String\", \"sherlock126\": \"String\", \"sherlock127\": \"String\", \"sherlock128\": \"String\", \"sherlock129\": \"String\", \"sherlock13\": \"String\", \"sherlock130\": \"String\", \"sherlock131\": \"String\", \"sherlock132\": \"String\", \"sherlock133\": \"String\", \"sherlock134\": \"String\", \"sherlock135\": \"String\", \"sherlock136\": \"String\", \"sherlock137\": \"String\", \"sherlock138\": \"String\", \"sherlock139\": \"String\", \"sherlock14\": \"String\", \"sherlock140\": \"String\", \"sherlock141\": \"String\", \"sherlock142\": \"String\", \"sherlock143\": \"String\", \"sherlock144\": \"String\", \"sherlock145\": \"String\", \"sherlock146\": \"String\", \"sherlock147\": \"String\", \"sherlock148\": \"String\", \"sherlock149\": \"String\", \"sherlock15\": \"String\", \"sherlock150\": \"String\", \"sherlock151\": \"String\", \"sherlock152\": \"String\", \"sherlock153\": \"String\", \"sherlock154\": \"String\", \"sherlock155\": \"String\", \"sherlock156\": \"String\", \"sherlock157\": \"String\", \"sherlock158\": \"String\", \"sherlock159\": \"String\", \"sherlock16\": \"String\", \"sherlock160\": \"String\", \"sherlock161\": \"String\", \"sherlock162\": \"String\", \"sherlock163\": \"String\", \"sherlock164\": \"String\", \"sherlock165\": \"String\", \"sherlock166\": \"String\", \"sherlock167\": \"String\", \"sherlock168\": \"String\", \"sherlock169\": \"String\", \"sherlock17\": \"String\", \"sherlock170\": \"String\", \"sherlock171\": \"String\", \"sherlock172\": \"String\", \"sherlock173\": \"String\", \"sherlock174\": \"String\", \"sherlock175\": \"String\", \"sherlock176\": \"String\", \"sherlock177\": \"String\", \"sherlock178\": \"String\", \"sherlock179\": \"String\", \"sherlock18\": \"String\", \"sherlock180\": \"String\", \"sherlock181\": \"String\", \"sherlock182\": \"String\", \"sherlock183\": \"String\", \"sherlock184\": \"String\", \"sherlock185\": \"String\", \"sherlock186\": \"String\", \"sherlock187\": \"String\", \"sherlock188\": \"String\", \"sherlock189\": \"String\", \"sherlock19\": \"String\", \"sherlock190\": \"String\", \"sherlock191\": \"String\", \"sherlock192\": \"String\", \"sherlock193\": \"String\", \"sherlock194\": \"String\", \"sherlock195\": \"String\", \"sherlock196\": \"String\", \"sherlock197\": \"String\", \"sherlock198\": \"String\", \"sherlock199\": \"String\", \"sherlock2\": \"String\", \"sherlock20\": \"String\", \"sherlock21\": \"String\", \"sherlock22\": \"String\", \"sherlock23\": \"String\", \"sherlock24\": \"String\", \"sherlock25\": \"String\", \"sherlock26\": \"String\", \"sherlock27\": \"String\", \"sherlock28\": \"String\", \"sherlock29\": \"String\", \"sherlock3\": \"String\", \"sherlock30\": \"String\", \"sherlock31\": \"String\", \"sherlock32\": \"String\", \"sherlock33\": \"String\", \"sherlock34\": \"String\", \"sherlock35\": \"String\", \"sherlock36\": \"String\", \"sherlock37\": \"String\", \"sherlock38\": \"String\", \"sherlock39\": \"String\", \"sherlock4\": \"String\", \"sherlock40\": \"String\", \"sherlock41\": \"String\", \"sherlock42\": \"String\", \"sherlock43\": \"String\", \"sherlock44\": \"String\", \"sherlock45\": \"String\", \"sherlock46\": \"String\", \"sherlock47\": \"String\", \"sherlock48\": \"String\", \"sherlock49\": \"String\", \"sherlock5\": \"String\", \"sherlock50\": \"String\", \"sherlock51\": \"String\", \"sherlock52\": \"String\", \"sherlock53\": \"String\", \"sherlock54\": \"String\", \"sherlock55\": \"String\", \"sherlock56\": \"String\", \"sherlock57\": \"String\", \"sherlock58\": \"String\", \"sherlock59\": \"String\", \"sherlock6\": \"String\", \"sherlock60\": \"String\", \"sherlock61\": \"String\", \"sherlock62\": \"String\", \"sherlock63\": \"String\", \"sherlock64\": \"String\", \"sherlock65\": \"String\", \"sherlock66\": \"String\", \"sherlock67\": \"String\", \"sherlock68\": \"String\", \"sherlock69\": \"String\", \"sherlock7\": \"String\", \"sherlock70\": \"String\", \"sherlock71\": \"String\", \"sherlock72\": \"String\", \"sherlock73\": \"String\", \"sherlock74\": \"String\", \"sherlock75\": \"String\", \"sherlock76\": \"String\", \"sherlock77\": \"String\", \"sherlock78\": \"String\", \"sherlock79\": \"String\", \"sherlock8\": \"String\", \"sherlock80\": \"String\", \"sherlock81\": \"String\", \"sherlock82\": \"String\", \"sherlock83\": \"String\", \"sherlock84\": \"String\", \"sherlock85\": \"String\", \"sherlock86\": \"String\", \"sherlock87\": \"String\", \"sherlock88\": \"String\", \"sherlock89\": \"String\", \"sherlock9\": \"String\", \"sherlock90\": \"String\", \"sherlock91\": \"String\", \"sherlock92\": \"String\", \"sherlock93\": \"String\", \"sherlock94\": \"String\", \"sherlock95\": \"String\", \"sherlock96\": \"String\", \"sherlock97\": \"String\", \"sherlock98\": \"String\", \"sherlock99\": \"String\"} } ],\"tilestats\": {\"layerCount\": 1,\"layers\": [{\"layer\": \"sherlock\",\"count\": 610,\"geometry\": \"Point\",\"attributeCount\": 201,\"attributes\": [{\"attribute\": \"sherlock\",\"count\": 10,\"type\": \"string\",\"values\": []},{\"attribute\": \"sherlock0\",\"count\": 3,\"type\": \"string\",\"values\": [\"0 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"1 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"2 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock1\",\"count\": 3,\"type\": \"string\",\"values\": [\"3 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"4 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"5 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock10\",\"count\": 3,\"type\": \"string\",\"values\": [\"30 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"31 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"32 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock100\",\"count\": 3,\"type\": \"string\",\"values\": [\"300 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"301 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"302 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock101\",\"count\": 3,\"type\": \"string\",\"values\": [\"303 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"304 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"305 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock102\",\"count\": 3,\"type\": \"string\",\"values\": [\"306 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"307 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"308 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock103\",\"count\": 3,\"type\": \"string\",\"values\": [\"309 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"310 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"311 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock104\",\"count\": 3,\"type\": \"string\",\"values\": [\"312 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"313 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"314 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock105\",\"count\": 3,\"type\": \"string\",\"values\": [\"315 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"316 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"317 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock106\",\"count\": 3,\"type\": \"string\",\"values\": [\"318 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"319 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"320 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock107\",\"count\": 3,\"type\": \"string\",\"values\": [\"321 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"322 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"323 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock108\",\"count\": 3,\"type\": \"string\",\"values\": [\"324 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"325 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"326 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock109\",\"count\": 3,\"type\": \"string\",\"values\": [\"327 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"328 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"329 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock11\",\"count\": 3,\"type\": \"string\",\"values\": [\"33 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"34 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"35 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock110\",\"count\": 3,\"type\": \"string\",\"values\": [\"330 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"331 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"332 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock111\",\"count\": 3,\"type\": \"string\",\"values\": [\"333 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"334 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"335 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock112\",\"count\": 3,\"type\": \"string\",\"values\": [\"336 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"337 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"338 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock113\",\"count\": 3,\"type\": \"string\",\"values\": [\"339 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"340 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"341 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock114\",\"count\": 3,\"type\": \"string\",\"values\": [\"342 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"343 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"344 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock115\",\"count\": 3,\"type\": \"string\",\"values\": [\"345 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"346 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"347 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock116\",\"count\": 3,\"type\": \"string\",\"values\": [\"348 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"349 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"350 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock117\",\"count\": 3,\"type\": \"string\",\"values\": [\"351 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"352 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"353 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock118\",\"count\": 3,\"type\": \"string\",\"values\": [\"354 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"355 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"356 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock119\",\"count\": 3,\"type\": \"string\",\"values\": [\"357 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"358 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"359 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock12\",\"count\": 3,\"type\": \"string\",\"values\": [\"36 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"37 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"38 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock120\",\"count\": 3,\"type\": \"string\",\"values\": [\"360 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"361 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"362 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock121\",\"count\": 3,\"type\": \"string\",\"values\": [\"363 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"364 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"365 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock122\",\"count\": 3,\"type\": \"string\",\"values\": [\"366 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"367 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"368 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock123\",\"count\": 3,\"type\": \"string\",\"values\": [\"369 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"370 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"371 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock124\",\"count\": 3,\"type\": \"string\",\"values\": [\"372 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"373 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"374 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock125\",\"count\": 3,\"type\": \"string\",\"values\": [\"375 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"376 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"377 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock126\",\"count\": 3,\"type\": \"string\",\"values\": [\"378 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"379 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"380 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock127\",\"count\": 3,\"type\": \"string\",\"values\": [\"381 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"382 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"383 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock128\",\"count\": 3,\"type\": \"string\",\"values\": [\"384 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"385 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"386 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock129\",\"count\": 3,\"type\": \"string\",\"values\": [\"387 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"388 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"389 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock13\",\"count\": 3,\"type\": \"string\",\"values\": [\"39 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"40 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"41 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock130\",\"count\": 3,\"type\": \"string\",\"values\": [\"390 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"391 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"392 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock131\",\"count\": 3,\"type\": \"string\",\"values\": [\"393 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"394 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"395 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock132\",\"count\": 3,\"type\": \"string\",\"values\": [\"396 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"397 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"398 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock133\",\"count\": 3,\"type\": \"string\",\"values\": [\"399 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"400 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"401 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock134\",\"count\": 3,\"type\": \"string\",\"values\": [\"402 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"403 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"404 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock135\",\"count\": 3,\"type\": \"string\",\"values\": [\"405 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"406 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"407 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock136\",\"count\": 3,\"type\": \"string\",\"values\": [\"408 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"409 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"410 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock137\",\"count\": 3,\"type\": \"string\",\"values\": [\"411 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"412 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"413 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock138\",\"count\": 3,\"type\": \"string\",\"values\": [\"414 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"415 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"416 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock139\",\"count\": 3,\"type\": \"string\",\"values\": [\"417 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"418 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"419 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock14\",\"count\": 3,\"type\": \"string\",\"values\": [\"42 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"43 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"44 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock140\",\"count\": 3,\"type\": \"string\",\"values\": [\"420 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"421 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"422 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock141\",\"count\": 3,\"type\": \"string\",\"values\": [\"423 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"424 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"425 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock142\",\"count\": 3,\"type\": \"string\",\"values\": [\"426 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"427 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"428 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock143\",\"count\": 3,\"type\": \"string\",\"values\": [\"429 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"430 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"431 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock144\",\"count\": 3,\"type\": \"string\",\"values\": [\"432 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"433 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"434 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock145\",\"count\": 3,\"type\": \"string\",\"values\": [\"435 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"436 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"437 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock146\",\"count\": 3,\"type\": \"string\",\"values\": [\"438 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"439 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"440 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock147\",\"count\": 3,\"type\": \"string\",\"values\": [\"441 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"442 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"443 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock148\",\"count\": 3,\"type\": \"string\",\"values\": [\"444 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"445 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"446 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock149\",\"count\": 3,\"type\": \"string\",\"values\": [\"447 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"448 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"449 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock15\",\"count\": 3,\"type\": \"string\",\"values\": [\"45 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"46 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"47 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock150\",\"count\": 3,\"type\": \"string\",\"values\": [\"450 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"451 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"452 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock151\",\"count\": 3,\"type\": \"string\",\"values\": [\"453 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"454 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"455 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock152\",\"count\": 3,\"type\": \"string\",\"values\": [\"456 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"457 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"458 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock153\",\"count\": 3,\"type\": \"string\",\"values\": [\"459 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"460 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"461 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock154\",\"count\": 3,\"type\": \"string\",\"values\": [\"462 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"463 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"464 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock155\",\"count\": 3,\"type\": \"string\",\"values\": [\"465 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"466 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"467 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock156\",\"count\": 3,\"type\": \"string\",\"values\": [\"468 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"469 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"470 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock157\",\"count\": 3,\"type\": \"string\",\"values\": [\"471 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"472 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"473 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock158\",\"count\": 3,\"type\": \"string\",\"values\": [\"474 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"475 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"476 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock159\",\"count\": 3,\"type\": \"string\",\"values\": [\"477 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"478 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"479 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock16\",\"count\": 3,\"type\": \"string\",\"values\": [\"48 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"49 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"50 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock160\",\"count\": 3,\"type\": \"string\",\"values\": [\"480 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"481 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"482 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock161\",\"count\": 3,\"type\": \"string\",\"values\": [\"483 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"484 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"485 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock162\",\"count\": 3,\"type\": \"string\",\"values\": [\"486 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"487 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"488 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock163\",\"count\": 3,\"type\": \"string\",\"values\": [\"489 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"490 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"491 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock164\",\"count\": 3,\"type\": \"string\",\"values\": [\"492 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"493 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"494 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock165\",\"count\": 3,\"type\": \"string\",\"values\": [\"495 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"496 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"497 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock166\",\"count\": 3,\"type\": \"string\",\"values\": [\"498 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"499 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"500 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock167\",\"count\": 3,\"type\": \"string\",\"values\": [\"501 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"502 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"503 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock168\",\"count\": 3,\"type\": \"string\",\"values\": [\"504 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"505 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"506 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock169\",\"count\": 3,\"type\": \"string\",\"values\": [\"507 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"508 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"509 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock17\",\"count\": 3,\"type\": \"string\",\"values\": [\"51 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"52 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"53 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock170\",\"count\": 3,\"type\": \"string\",\"values\": [\"510 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"511 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"512 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock171\",\"count\": 3,\"type\": \"string\",\"values\": [\"513 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"514 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"515 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock172\",\"count\": 3,\"type\": \"string\",\"values\": [\"516 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"517 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"518 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock173\",\"count\": 3,\"type\": \"string\",\"values\": [\"519 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"520 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"521 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock174\",\"count\": 3,\"type\": \"string\",\"values\": [\"522 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"523 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"524 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock175\",\"count\": 3,\"type\": \"string\",\"values\": [\"525 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"526 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"527 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock176\",\"count\": 3,\"type\": \"string\",\"values\": [\"528 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"529 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"530 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock177\",\"count\": 3,\"type\": \"string\",\"values\": [\"531 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"532 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"533 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock178\",\"count\": 3,\"type\": \"string\",\"values\": [\"534 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"535 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"536 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock179\",\"count\": 3,\"type\": \"string\",\"values\": [\"537 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"538 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"539 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock18\",\"count\": 3,\"type\": \"string\",\"values\": [\"54 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"55 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"56 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock180\",\"count\": 3,\"type\": \"string\",\"values\": [\"540 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"541 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"542 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock181\",\"count\": 3,\"type\": \"string\",\"values\": [\"543 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"544 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"545 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock182\",\"count\": 3,\"type\": \"string\",\"values\": [\"546 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"547 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"548 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock183\",\"count\": 3,\"type\": \"string\",\"values\": [\"549 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"550 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"551 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock184\",\"count\": 3,\"type\": \"string\",\"values\": [\"552 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"553 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"554 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock185\",\"count\": 3,\"type\": \"string\",\"values\": [\"555 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"556 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"557 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock186\",\"count\": 3,\"type\": \"string\",\"values\": [\"558 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"559 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"560 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]},{\"attribute\": \"sherlock187\",\"count\": 3,\"type\": \"string\",\"values\": [\"561 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"562 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\",\"563 The Project Gutenberg EBook of A Study In Scarlet, by Arthur Conan Doyle\\u000a\\u000aThis eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever.\"]}]}]}}", "maxzoom": "0", "minzoom": "0", "name": "tests/longjson/out/-z0.json.check.mbtiles", From 4d1ddc5a036a5d6105ee91f4c78b964fa3070cab Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Wed, 16 Aug 2017 13:46:07 -0700 Subject: [PATCH 6/7] Add tile-join options to select zoom levels to copy --- CHANGELOG.md | 6 + Makefile | 4 + README.md | 5 + man/tippecanoe.1 | 7 + .../macarthur-6-9.mbtiles.json | 158 ++++++++++++++++++ tile-join.cpp | 40 +++-- version.hpp | 2 +- 7 files changed, 208 insertions(+), 14 deletions(-) create mode 100644 tests/join-population/macarthur-6-9.mbtiles.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 1beb269..ba178ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.22.1 + +* Fix tilestats generation when long string attribute values are elided +* Add option not to produce tilestats +* Add tile-join options to select zoom levels to copy + ## 1.22.0 * Add options to filter each tile's contents through a shell pipeline diff --git a/Makefile b/Makefile index 34251b0..f83ccb1 100644 --- a/Makefile +++ b/Makefile @@ -147,6 +147,10 @@ join-test: ./tippecanoe -f -z12 -o tests/join-population/tabblock_06001420.mbtiles tests/join-population/tabblock_06001420.json ./tippecanoe -f -z12 -o tests/join-population/tabblock_06001420.mbtiles tests/join-population/tabblock_06001420.json ./tippecanoe -f -Z5 -z10 -o tests/join-population/macarthur.mbtiles -l macarthur tests/join-population/macarthur.json + ./tile-join -f -Z6 -z9 -o tests/join-population/macarthur-6-9.mbtiles tests/join-population/macarthur.mbtiles + ./tippecanoe-decode tests/join-population/macarthur-6-9.mbtiles > tests/join-population/macarthur-6-9.mbtiles.json.check + cmp tests/join-population/macarthur-6-9.mbtiles.json.check tests/join-population/macarthur-6-9.mbtiles.json + rm -f tests/join-population/macarthur-6-9.mbtiles.json.check tests/join-population/macarthur-6-9.mbtiles ./tippecanoe -f -d10 -D10 -Z9 -z11 -o tests/join-population/macarthur2.mbtiles -l macarthur tests/join-population/macarthur2.json ./tile-join --quiet --force -o tests/join-population/joined.mbtiles -x GEOID10 -c tests/join-population/population.csv tests/join-population/tabblock_06001420.mbtiles ./tile-join --quiet --force --no-tile-stats -o tests/join-population/joined-no-tile-stats.mbtiles -x GEOID10 -c tests/join-population/population.csv tests/join-population/tabblock_06001420.mbtiles diff --git a/README.md b/README.md index c23e7b4..d8f197a 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,11 @@ The options are: * `-n` *name* or `--name=`*name*: Set the tileset name. * `-N` *description* or `--description=`*description*: Set the tileset description. +### Zoom levels + + * `-z` _zoom_ or `--maximum-zoom=`_zoom_: Don't copy tiles from higher zoom levels than the specified zoom + * `-Z` _zoom_ or `--minimum-zoom=`_zoom_: Don't copy tiles from lower zoom levels than the specified zoom + ### Merging attributes from a CSV file * `-c` *match*`.csv` or `--csv=`*match*`.csv`: Use *match*`.csv` as the source for new attributes to join to the features. The first line of the file should be the key names; the other lines are values. The first column is the one to match against the existing features; the other columns are the new data to add. diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index dcbff41..b3c0b3e 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -548,6 +548,13 @@ The options are: .IP \(bu 2 \fB\fC\-N\fR \fIdescription\fP or \fB\fC\-\-description=\fR\fIdescription\fP: Set the tileset description. .RE +.SS Zoom levels +.RS +.IP \(bu 2 +\fB\fC\-z\fR \fIzoom\fP or \fB\fC\-\-maximum\-zoom=\fR\fIzoom\fP: Don't copy tiles from higher zoom levels than the specified zoom +.IP \(bu 2 +\fB\fC\-Z\fR \fIzoom\fP or \fB\fC\-\-minimum\-zoom=\fR\fIzoom\fP: Don't copy tiles from lower zoom levels than the specified zoom +.RE .SS Merging attributes from a CSV file .RS .IP \(bu 2 diff --git a/tests/join-population/macarthur-6-9.mbtiles.json b/tests/join-population/macarthur-6-9.mbtiles.json new file mode 100644 index 0000000..e4459ca --- /dev/null +++ b/tests/join-population/macarthur-6-9.mbtiles.json @@ -0,0 +1,158 @@ +{ "type": "FeatureCollection", "properties": { +"bounds": "-122.343750,37.439974,-121.992188,37.996163", +"center": "-122.167969,37.833010,9", +"description": "tests/join-population/macarthur.mbtiles", +"format": "pbf", +"json": "{\"vector_layers\": [ { \"id\": \"macarthur\", \"description\": \"\", \"minzoom\": 6, \"maxzoom\": 9, \"fields\": {\"FULLNAME\": \"String\", \"LINEARID\": \"String\", \"MTFCC\": \"String\", \"RTTYP\": \"String\"} } ],\"tilestats\": {\"layerCount\": 1,\"layers\": [{\"layer\": \"macarthur\",\"count\": 61,\"geometry\": \"LineString\",\"attributeCount\": 4,\"attributes\": [{\"attribute\": \"FULLNAME\",\"count\": 3,\"type\": \"string\",\"values\": [\"Macarthur\",\"Macarthur Fwy\",\"W Macarthur\"]},{\"attribute\": \"LINEARID\",\"count\": 16,\"type\": \"string\",\"values\": [\"1102155930810\",\"1102156241736\",\"1102156510290\",\"1102638069562\",\"1102654601627\",\"1102654601663\",\"1102654602215\",\"1102954918511\",\"1103690383700\",\"1103690474249\",\"1103690474250\",\"1103690483026\",\"1103690483032\",\"1104474748623\",\"1104486090991\",\"1104486392881\"]},{\"attribute\": \"MTFCC\",\"count\": 2,\"type\": \"string\",\"values\": [\"S1100\",\"S1400\"]},{\"attribute\": \"RTTYP\",\"count\": 1,\"type\": \"string\",\"values\": [\"M\"]}]}]}}", +"maxzoom": "9", +"minzoom": "6", +"name": "tests/join-population/macarthur.mbtiles", +"type": "overlay", +"version": "2" +}, "features": [ +{ "type": "FeatureCollection", "properties": { "zoom": 6, "x": 10, "y": 24 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "macarthur", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "LINEARID": "1104486392881", "FULLNAME": "W Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.255859, 37.821718 ], [ -122.259979, 37.824972 ], [ -122.272339, 37.828226 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102638069562", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.242126, 37.807614 ], [ -122.238007, 37.806529 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102156241736", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194061, 37.786996 ], [ -122.195435, 37.786996 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104486090991", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.295685, 37.833649 ], [ -122.294312, 37.828226 ], [ -122.290192, 37.827141 ], [ -122.281952, 37.828226 ], [ -122.259979, 37.822802 ], [ -122.253113, 37.818463 ], [ -122.248993, 37.810869 ], [ -122.236633, 37.805444 ], [ -122.229767, 37.801104 ], [ -122.211914, 37.796763 ], [ -122.194061, 37.785911 ], [ -122.178955, 37.783740 ], [ -122.158356, 37.773971 ], [ -122.148743, 37.759859 ], [ -122.151489, 37.750087 ], [ -122.141876, 37.737055 ], [ -122.137756, 37.725108 ], [ -122.132263, 37.714245 ], [ -122.110291, 37.701207 ], [ -122.104797, 37.695774 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104474748623", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.104797, 37.695774 ], [ -122.110291, 37.701207 ], [ -122.132263, 37.715331 ], [ -122.137756, 37.726194 ], [ -122.140503, 37.738141 ], [ -122.151489, 37.751172 ], [ -122.148743, 37.760944 ], [ -122.158356, 37.773971 ], [ -122.178955, 37.783740 ], [ -122.194061, 37.785911 ], [ -122.210541, 37.796763 ], [ -122.229767, 37.801104 ], [ -122.236633, 37.806529 ], [ -122.250366, 37.810869 ], [ -122.254486, 37.819548 ], [ -122.259979, 37.822802 ], [ -122.281952, 37.828226 ], [ -122.290192, 37.827141 ], [ -122.294312, 37.829311 ], [ -122.294312, 37.831480 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690483032", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184448, 37.777228 ], [ -122.180328, 37.773971 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690483026", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.177582, 37.771800 ], [ -122.176208, 37.771800 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102954918511", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.172089, 37.769629 ], [ -122.163849, 37.762030 ], [ -122.162476, 37.756601 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690383700", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.161102, 37.753344 ], [ -122.159729, 37.750087 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474249", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.159729, 37.750087 ], [ -122.158356, 37.749001 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474250", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143250, 37.739227 ], [ -122.152863, 37.742485 ], [ -122.158356, 37.747915 ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 7, "x": 20, "y": 49 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "macarthur", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "LINEARID": "1104486392881", "FULLNAME": "W Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.255173, 37.821718 ], [ -122.259293, 37.824430 ], [ -122.272339, 37.827684 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102156510290", "FULLNAME": "W Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254486, 37.820090 ], [ -122.254486, 37.820633 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102654602215", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.253113, 37.817378 ], [ -122.252426, 37.816836 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102638069562", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.242126, 37.807614 ], [ -122.237320, 37.805986 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102156241736", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194061, 37.786453 ], [ -122.194748, 37.786996 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104486090991", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294998, 37.833107 ], [ -122.293625, 37.828768 ], [ -122.290878, 37.827141 ], [ -122.288132, 37.826599 ], [ -122.281265, 37.827684 ], [ -122.260666, 37.822260 ], [ -122.253113, 37.818463 ], [ -122.250366, 37.811954 ], [ -122.248993, 37.810326 ], [ -122.235947, 37.805444 ], [ -122.229080, 37.801104 ], [ -122.211227, 37.796763 ], [ -122.205734, 37.794593 ], [ -122.200928, 37.789167 ], [ -122.194061, 37.785911 ], [ -122.189255, 37.784283 ], [ -122.178268, 37.783740 ], [ -122.158356, 37.773429 ], [ -122.155609, 37.770715 ], [ -122.148056, 37.759859 ], [ -122.148743, 37.757144 ], [ -122.152176, 37.753887 ], [ -122.151489, 37.750087 ], [ -122.149429, 37.745743 ], [ -122.141190, 37.737055 ], [ -122.138443, 37.725651 ], [ -122.131577, 37.714788 ], [ -122.121277, 37.707183 ], [ -122.109604, 37.700664 ], [ -122.104797, 37.695774 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104474748623", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.104111, 37.695774 ], [ -122.109604, 37.700664 ], [ -122.121964, 37.707726 ], [ -122.131577, 37.714788 ], [ -122.137756, 37.725651 ], [ -122.140503, 37.737598 ], [ -122.149429, 37.745743 ], [ -122.151489, 37.750629 ], [ -122.151489, 37.753887 ], [ -122.148743, 37.757144 ], [ -122.148056, 37.760401 ], [ -122.155609, 37.771258 ], [ -122.158356, 37.773429 ], [ -122.177582, 37.783740 ], [ -122.193375, 37.785911 ], [ -122.199554, 37.789167 ], [ -122.205734, 37.794050 ], [ -122.210541, 37.796763 ], [ -122.229080, 37.801104 ], [ -122.235947, 37.805986 ], [ -122.249680, 37.810869 ], [ -122.253799, 37.819006 ], [ -122.259979, 37.822802 ], [ -122.281265, 37.827684 ], [ -122.289505, 37.827141 ], [ -122.293625, 37.828768 ], [ -122.293625, 37.830938 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102155930810", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185822, 37.775600 ], [ -122.185822, 37.776142 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690483032", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184448, 37.776685 ], [ -122.180328, 37.773971 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690483026", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.176895, 37.771258 ], [ -122.175522, 37.771258 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102954918511", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.172089, 37.769629 ], [ -122.167969, 37.766372 ], [ -122.163849, 37.762030 ], [ -122.161789, 37.756601 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690383700", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.160416, 37.753344 ], [ -122.159042, 37.750087 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474249", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.159042, 37.750087 ], [ -122.158356, 37.748458 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474250", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143250, 37.738684 ], [ -122.152176, 37.742485 ], [ -122.157669, 37.747915 ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 41, "y": 99 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "macarthur", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "LINEARID": "1104486090991", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.144279, 37.740313 ], [ -122.141533, 37.738141 ], [ -122.140503, 37.736784 ], [ -122.138100, 37.725379 ], [ -122.133636, 37.718590 ], [ -122.131577, 37.714517 ], [ -122.129860, 37.712887 ], [ -122.125397, 37.710443 ], [ -122.121277, 37.707183 ], [ -122.117157, 37.705553 ], [ -122.109604, 37.700664 ], [ -122.104454, 37.695503 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104474748623", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.104111, 37.695503 ], [ -122.109261, 37.700664 ], [ -122.115784, 37.705010 ], [ -122.121277, 37.707455 ], [ -122.124023, 37.709628 ], [ -122.129860, 37.713159 ], [ -122.131577, 37.715060 ], [ -122.133293, 37.718590 ], [ -122.137413, 37.725108 ], [ -122.140503, 37.737327 ], [ -122.143936, 37.740313 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474250", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143250, 37.738413 ], [ -122.147369, 37.740313 ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 41, "y": 98 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "macarthur", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "LINEARID": "1104486392881", "FULLNAME": "W Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254829, 37.821446 ], [ -122.258949, 37.824430 ], [ -122.263756, 37.825786 ], [ -122.265816, 37.826599 ], [ -122.271996, 37.827684 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102156510290", "FULLNAME": "W Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254143, 37.820090 ], [ -122.254486, 37.820362 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102654602215", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.253113, 37.817378 ], [ -122.252426, 37.816565 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102638069562", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.241783, 37.807343 ], [ -122.237320, 37.805715 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102156241736", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194061, 37.786453 ], [ -122.194405, 37.786996 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104486090991", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294655, 37.833107 ], [ -122.293625, 37.828768 ], [ -122.290878, 37.826870 ], [ -122.287788, 37.826599 ], [ -122.281265, 37.827413 ], [ -122.260323, 37.822260 ], [ -122.256203, 37.820362 ], [ -122.253113, 37.817921 ], [ -122.251740, 37.816293 ], [ -122.250366, 37.811954 ], [ -122.249336, 37.810598 ], [ -122.242126, 37.808428 ], [ -122.235603, 37.805444 ], [ -122.229080, 37.801104 ], [ -122.210884, 37.796763 ], [ -122.205391, 37.793779 ], [ -122.199554, 37.788624 ], [ -122.194061, 37.785639 ], [ -122.188911, 37.784283 ], [ -122.178268, 37.783740 ], [ -122.170029, 37.778856 ], [ -122.158356, 37.773429 ], [ -122.155266, 37.770715 ], [ -122.148399, 37.760401 ], [ -122.148056, 37.757959 ], [ -122.151833, 37.753615 ], [ -122.151833, 37.750901 ], [ -122.149429, 37.745743 ], [ -122.145996, 37.742757 ], [ -122.140846, 37.737055 ], [ -122.138100, 37.725379 ], [ -122.133636, 37.718590 ], [ -122.131577, 37.714517 ], [ -122.129860, 37.712887 ], [ -122.125397, 37.710443 ], [ -122.121277, 37.707183 ], [ -122.117157, 37.705553 ], [ -122.109604, 37.700664 ], [ -122.105827, 37.696861 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104474748623", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.105484, 37.696861 ], [ -122.109261, 37.700664 ], [ -122.115784, 37.705010 ], [ -122.121277, 37.707455 ], [ -122.125053, 37.710443 ], [ -122.129173, 37.712615 ], [ -122.131233, 37.714517 ], [ -122.133293, 37.718590 ], [ -122.137413, 37.725108 ], [ -122.140503, 37.737327 ], [ -122.143936, 37.740313 ], [ -122.145653, 37.742757 ], [ -122.148743, 37.745200 ], [ -122.151146, 37.749544 ], [ -122.151833, 37.751172 ], [ -122.151833, 37.752801 ], [ -122.151146, 37.754430 ], [ -122.148399, 37.757144 ], [ -122.148056, 37.759859 ], [ -122.155266, 37.770986 ], [ -122.158012, 37.773157 ], [ -122.170029, 37.779399 ], [ -122.177238, 37.783469 ], [ -122.179642, 37.784283 ], [ -122.188911, 37.784554 ], [ -122.193031, 37.785639 ], [ -122.199554, 37.788895 ], [ -122.205391, 37.794050 ], [ -122.209167, 37.795949 ], [ -122.214317, 37.797848 ], [ -122.228737, 37.801104 ], [ -122.236977, 37.806258 ], [ -122.241096, 37.808428 ], [ -122.248993, 37.810598 ], [ -122.250366, 37.812225 ], [ -122.252426, 37.817921 ], [ -122.255516, 37.820362 ], [ -122.258949, 37.822260 ], [ -122.281265, 37.827684 ], [ -122.284012, 37.827684 ], [ -122.288132, 37.826870 ], [ -122.289505, 37.827141 ], [ -122.293282, 37.828768 ], [ -122.293625, 37.830938 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102155930810", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185478, 37.775600 ], [ -122.185478, 37.775871 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690483032", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184105, 37.776685 ], [ -122.179985, 37.773971 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102654601627", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.181702, 37.775057 ], [ -122.181358, 37.775057 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690483026", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.176552, 37.771258 ], [ -122.175522, 37.770986 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102954918511", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.172089, 37.769358 ], [ -122.167969, 37.766101 ], [ -122.163849, 37.761758 ], [ -122.161789, 37.756601 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690383700", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.160416, 37.753073 ], [ -122.159042, 37.750087 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474249", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.159042, 37.750087 ], [ -122.158012, 37.748458 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474250", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143250, 37.738413 ], [ -122.151833, 37.742485 ], [ -122.156639, 37.746286 ], [ -122.157326, 37.747643 ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 9, "x": 82, "y": 198 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "macarthur", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "LINEARID": "1104486090991", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.138615, 37.729453 ], [ -122.137928, 37.725379 ], [ -122.137413, 37.724293 ], [ -122.134666, 37.720763 ], [ -122.133465, 37.718590 ], [ -122.131405, 37.714381 ], [ -122.129860, 37.712751 ], [ -122.127972, 37.711665 ], [ -122.125397, 37.710307 ], [ -122.121105, 37.707183 ], [ -122.117157, 37.705418 ], [ -122.109432, 37.700664 ], [ -122.104454, 37.695503 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104474748623", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.104111, 37.695503 ], [ -122.109089, 37.700664 ], [ -122.115784, 37.704874 ], [ -122.121105, 37.707319 ], [ -122.125053, 37.710307 ], [ -122.129173, 37.712615 ], [ -122.130890, 37.714245 ], [ -122.133121, 37.718590 ], [ -122.137413, 37.724972 ], [ -122.138443, 37.729453 ] ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 9, "x": 82, "y": 197 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "macarthur", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "LINEARID": "1104486392881", "FULLNAME": "W Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254829, 37.821446 ], [ -122.255001, 37.821989 ], [ -122.256203, 37.822802 ], [ -122.258778, 37.824430 ], [ -122.263756, 37.825650 ], [ -122.265644, 37.826599 ], [ -122.271824, 37.827548 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102156510290", "FULLNAME": "W Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.254143, 37.819955 ], [ -122.254314, 37.820362 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102654602215", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.252941, 37.817243 ], [ -122.252426, 37.816429 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102638069562", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.241611, 37.807343 ], [ -122.241268, 37.806936 ], [ -122.239723, 37.806800 ], [ -122.237320, 37.805715 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102156241736", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.194061, 37.786453 ], [ -122.194405, 37.786860 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104486090991", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.294655, 37.833107 ], [ -122.294140, 37.832158 ], [ -122.293797, 37.828904 ], [ -122.292938, 37.827955 ], [ -122.290707, 37.826735 ], [ -122.289677, 37.826463 ], [ -122.287788, 37.826463 ], [ -122.283325, 37.827277 ], [ -122.281265, 37.827277 ], [ -122.268391, 37.824158 ], [ -122.262383, 37.822938 ], [ -122.259121, 37.821853 ], [ -122.256031, 37.820362 ], [ -122.252941, 37.817921 ], [ -122.251740, 37.816293 ], [ -122.250366, 37.811818 ], [ -122.249165, 37.810598 ], [ -122.241955, 37.808292 ], [ -122.235432, 37.805444 ], [ -122.229767, 37.801375 ], [ -122.228909, 37.800968 ], [ -122.217236, 37.798391 ], [ -122.210884, 37.796628 ], [ -122.205219, 37.793779 ], [ -122.200756, 37.789302 ], [ -122.199554, 37.788488 ], [ -122.193890, 37.785639 ], [ -122.191486, 37.784825 ], [ -122.188740, 37.784283 ], [ -122.179298, 37.783876 ], [ -122.178268, 37.783604 ], [ -122.169857, 37.778856 ], [ -122.164192, 37.776414 ], [ -122.158184, 37.773293 ], [ -122.155266, 37.770715 ], [ -122.152519, 37.766101 ], [ -122.150631, 37.763930 ], [ -122.148399, 37.760401 ], [ -122.148056, 37.758773 ], [ -122.148056, 37.757823 ], [ -122.148743, 37.756601 ], [ -122.151661, 37.753615 ], [ -122.152004, 37.752122 ], [ -122.151833, 37.750765 ], [ -122.149944, 37.746557 ], [ -122.148914, 37.745064 ], [ -122.145824, 37.742621 ], [ -122.144108, 37.740313 ], [ -122.141533, 37.738141 ], [ -122.140675, 37.737055 ], [ -122.138443, 37.728774 ], [ -122.137928, 37.725379 ], [ -122.137070, 37.723750 ], [ -122.134666, 37.720763 ], [ -122.133465, 37.718590 ], [ -122.131405, 37.714381 ], [ -122.129860, 37.712751 ], [ -122.127972, 37.711665 ], [ -122.125397, 37.710307 ], [ -122.121964, 37.707726 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1104474748623", "FULLNAME": "Macarthur Fwy", "RTTYP": "M", "MTFCC": "S1100" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.121620, 37.707726 ], [ -122.125053, 37.710307 ], [ -122.128143, 37.711936 ], [ -122.129688, 37.713159 ], [ -122.131405, 37.715060 ], [ -122.133121, 37.718590 ], [ -122.137413, 37.724972 ], [ -122.138271, 37.729045 ], [ -122.140503, 37.737327 ], [ -122.141361, 37.738413 ], [ -122.143764, 37.740313 ], [ -122.145653, 37.742757 ], [ -122.149086, 37.745472 ], [ -122.151146, 37.749544 ], [ -122.151833, 37.751172 ], [ -122.151661, 37.753073 ], [ -122.150974, 37.754294 ], [ -122.148228, 37.756873 ], [ -122.147884, 37.758094 ], [ -122.147884, 37.759859 ], [ -122.148743, 37.761623 ], [ -122.152348, 37.766237 ], [ -122.155266, 37.770986 ], [ -122.157841, 37.773157 ], [ -122.164192, 37.776549 ], [ -122.170029, 37.779263 ], [ -122.173977, 37.781298 ], [ -122.177067, 37.783333 ], [ -122.179470, 37.784147 ], [ -122.188911, 37.784554 ], [ -122.193031, 37.785639 ], [ -122.199554, 37.788760 ], [ -122.201099, 37.789845 ], [ -122.203846, 37.792829 ], [ -122.205219, 37.794050 ], [ -122.208996, 37.795949 ], [ -122.211399, 37.797034 ], [ -122.214146, 37.797713 ], [ -122.219810, 37.799205 ], [ -122.228565, 37.800968 ], [ -122.229939, 37.801646 ], [ -122.234745, 37.805308 ], [ -122.237320, 37.806529 ], [ -122.241440, 37.808428 ], [ -122.248821, 37.810598 ], [ -122.249508, 37.811140 ], [ -122.250366, 37.812089 ], [ -122.251568, 37.816293 ], [ -122.252426, 37.817785 ], [ -122.253284, 37.818734 ], [ -122.255344, 37.820226 ], [ -122.258949, 37.822124 ], [ -122.262039, 37.823074 ], [ -122.269764, 37.824701 ], [ -122.281094, 37.827548 ], [ -122.283325, 37.827684 ], [ -122.286758, 37.826870 ], [ -122.288132, 37.826735 ], [ -122.289333, 37.827006 ], [ -122.292080, 37.827955 ], [ -122.293110, 37.828768 ], [ -122.293453, 37.829853 ], [ -122.293453, 37.830938 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102155930810", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.185478, 37.775600 ], [ -122.185307, 37.775735 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690483032", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.184105, 37.776685 ], [ -122.179813, 37.773971 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102654601627", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.181530, 37.775057 ], [ -122.181187, 37.774921 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690483026", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.176552, 37.771258 ], [ -122.175522, 37.770850 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102654601663", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.169857, 37.767594 ], [ -122.170029, 37.767729 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1102954918511", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.172089, 37.769222 ], [ -122.168140, 37.766508 ], [ -122.163849, 37.761623 ], [ -122.163162, 37.760808 ], [ -122.161789, 37.756601 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690383700", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.160416, 37.752937 ], [ -122.159901, 37.751444 ], [ -122.158871, 37.750087 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474249", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.158871, 37.750087 ], [ -122.157841, 37.748322 ] ] } } +, +{ "type": "Feature", "properties": { "LINEARID": "1103690474250", "FULLNAME": "Macarthur", "RTTYP": "M", "MTFCC": "S1400" }, "geometry": { "type": "LineString", "coordinates": [ [ -122.143078, 37.738277 ], [ -122.151833, 37.742485 ], [ -122.153721, 37.744250 ], [ -122.156467, 37.746286 ], [ -122.157326, 37.747508 ] ] } } +] } +] } +] } diff --git a/tile-join.cpp b/tile-join.cpp index e168338..aee4f3c 100644 --- a/tile-join.cpp +++ b/tile-join.cpp @@ -35,6 +35,8 @@ int pC = false; int pg = false; size_t CPUS; int quiet = false; +int maxzoom = 32; +int minzoom = 0; struct stats { int minzoom; @@ -693,12 +695,14 @@ void decode(struct reader *readers, char *map, std::mapzoom, r->x, r->y); - if (tasks.count(tile) == 0) { - tasks.insert(std::pair>(tile, std::vector())); + if (r->zoom >= minzoom && r->zoom <= maxzoom) { + zxy tile = zxy(r->zoom, r->x, r->y); + if (tasks.count(tile) == 0) { + tasks.insert(std::pair>(tile, std::vector())); + } + auto f = tasks.find(tile); + f->second.push_back(r->data); } - auto f = tasks.find(tile); - f->second.push_back(r->data); if (readers == NULL || readers->zoom != r->zoom || readers->x != r->x || readers->y != r->y) { if (tasks.size() > 100 * CPUS) { @@ -767,15 +771,15 @@ void decode(struct reader *readers, char *map, std::mapdb, "SELECT value from metadata where name = 'minzoom'", -1, &r->stmt, NULL) == SQLITE_OK) { if (sqlite3_step(r->stmt) == SQLITE_ROW) { - int minzoom = sqlite3_column_int(r->stmt, 0); - st->minzoom = min(st->minzoom, minzoom); + int minz = max(sqlite3_column_int(r->stmt, 0), minzoom); + st->minzoom = min(st->minzoom, minz); } sqlite3_finalize(r->stmt); } if (sqlite3_prepare_v2(r->db, "SELECT value from metadata where name = 'maxzoom'", -1, &r->stmt, NULL) == SQLITE_OK) { if (sqlite3_step(r->stmt) == SQLITE_ROW) { - int maxzoom = sqlite3_column_int(r->stmt, 0); - st->maxzoom = max(st->maxzoom, maxzoom); + int maxz = min(sqlite3_column_int(r->stmt, 0), maxzoom); + st->maxzoom = max(st->maxzoom, maxz); } sqlite3_finalize(r->stmt); } @@ -852,14 +856,14 @@ void decode(struct reader *readers, char *map, std::maptype == JSON_HASH) { if ((k = json_hash_get(j, "minzoom")) != NULL) { const std::string minzoom_tmp = k->string; - int minzoom = std::stoi(minzoom_tmp); - st->minzoom = min(st->minzoom, minzoom); + int minz = max(std::stoi(minzoom_tmp), minzoom); + st->minzoom = min(st->minzoom, minz); } if ((k = json_hash_get(j, "maxzoom")) != NULL) { const std::string maxzoom_tmp = k->string; - int maxzoom = std::stoi(maxzoom_tmp); - st->maxzoom = max(st->maxzoom, maxzoom); + int maxz = min(std::stoi(maxzoom_tmp), maxzoom); + st->maxzoom = max(st->maxzoom, maxz); } if ((k = json_hash_get(j, "center")) != NULL) { @@ -1033,6 +1037,8 @@ int main(int argc, char **argv) { {"layer", required_argument, 0, 'l'}, {"exclude-layer", required_argument, 0, 'L'}, {"quiet", no_argument, 0, 'q'}, + {"maximum-zoom", required_argument, 0, 'z'}, + {"minimum-zoom", required_argument, 0, 'Z'}, {"no-tile-size-limit", no_argument, &pk, 1}, {"no-tile-compression", no_argument, &pC, 1}, @@ -1089,6 +1095,14 @@ int main(int argc, char **argv) { set_description = optarg; break; + case 'z': + maxzoom = atoi(optarg); + break; + + case 'Z': + minzoom = atoi(optarg); + break; + case 'p': if (strcmp(optarg, "k") == 0) { pk = true; diff --git a/version.hpp b/version.hpp index c544fe4..086f04b 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "tippecanoe v1.22.0\n" +#define VERSION "tippecanoe v1.22.1\n" #endif From 0b3e731f0b40c5a0b2fa5b0bfd6f25f87279c5cc Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Mon, 21 Aug 2017 10:44:04 -0700 Subject: [PATCH 7/7] Add better diagnostics for NaN or Infinity in input JSON --- CHANGELOG.md | 4 ++++ jsonpull/jsonpull.c | 30 ++++++++++++++++++++++++++++-- version.hpp | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba178ee..10f6f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.22.2 + +* Add better diagnostics for NaN or Infinity in input JSON + ## 1.22.1 * Fix tilestats generation when long string attribute values are elided diff --git a/jsonpull/jsonpull.c b/jsonpull/jsonpull.c index d50df43..ad4d152 100644 --- a/jsonpull/jsonpull.c +++ b/jsonpull/jsonpull.c @@ -400,6 +400,32 @@ again: return add_object(j, JSON_NULL); } + /////////////////////////// NaN + + if (c == 'N') { + if (read_wrap(j) != 'a' || read_wrap(j) != 'N') { + j->error = "Found misspelling of NaN"; + return NULL; + } + + j->error = "JSON does not allow NaN"; + return NULL; + } + + /////////////////////////// Infinity + + if (c == 'I') { + if (read_wrap(j) != 'n' || read_wrap(j) != 'f' || read_wrap(j) != 'i' || + read_wrap(j) != 'n' || read_wrap(j) != 'i' || read_wrap(j) != 't' || + read_wrap(j) != 'y') { + j->error = "Found misspelling of Infinity"; + return NULL; + } + + j->error = "JSON does not allow Infinity"; + return NULL; + } + /////////////////////////// True if (c == 't') { @@ -740,7 +766,7 @@ void json_disconnect(json_object *o) { static void json_print_one(struct string *val, json_object *o) { if (o == NULL) { - string_append_string(val, "NULL"); + string_append_string(val, "..."); } else if (o->type == JSON_STRING) { string_append(val, '\"'); @@ -779,7 +805,7 @@ static void json_print_one(struct string *val, json_object *o) { static void json_print(struct string *val, json_object *o) { if (o == NULL) { // Hash value in incompletely read hash - string_append_string(val, "NULL"); + string_append_string(val, "..."); } else if (o->type == JSON_HASH) { string_append(val, '{'); diff --git a/version.hpp b/version.hpp index 086f04b..4969b94 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "tippecanoe v1.22.1\n" +#define VERSION "tippecanoe v1.22.2\n" #endif